richard pushed to branch base-browser-102.12.0esr-12.5-1 at The Tor Project / Applications / Tor Browser
Commits:
86cbc351 by Richard Pospesel at 2023-06-06T18:18:34+00:00
fixup! Bug 1832832 - protect encoder accesses in Java callbacks. r=media-playback-reviewers,alwu a=pascalc
- MOZ_GUARDED_BY is just GUARDED_BY in esr 102
- - - - -
1 changed file:
- dom/media/platforms/android/AndroidDataEncoder.h
Changes:
=====================================
dom/media/platforms/android/AndroidDataEncoder.h
=====================================
@@ -56,7 +56,7 @@ class AndroidDataEncoder final : public MediaDataEncoder {
private:
Mutex mMutex;
- AndroidDataEncoder* mEncoder MOZ_GUARDED_BY(mMutex);
+ AndroidDataEncoder* mEncoder GUARDED_BY(mMutex);
};
friend class CallbacksSupport;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/86cbc35…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/86cbc35…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch base-browser-102.12.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
47e54b06 by Richard Pospesel at 2023-06-06T18:17:53+00:00
fixup! Bug 1832832 - protect encoder accesses in Java callbacks. r=media-playback-reviewers,alwu a=pascalc
- MOZ_GUARDED_BY is just GUARDED_BY in esr 102
- - - - -
1 changed file:
- dom/media/platforms/android/AndroidDataEncoder.h
Changes:
=====================================
dom/media/platforms/android/AndroidDataEncoder.h
=====================================
@@ -56,7 +56,7 @@ class AndroidDataEncoder final : public MediaDataEncoder {
private:
Mutex mMutex;
- AndroidDataEncoder* mEncoder MOZ_GUARDED_BY(mMutex);
+ AndroidDataEncoder* mEncoder GUARDED_BY(mMutex);
};
friend class CallbacksSupport;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47e54b0…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/47e54b0…
You're receiving this email because of your account on gitlab.torproject.org.
richard pushed to branch tor-browser-102.12.0esr-12.0-1 at The Tor Project / Applications / Tor Browser
Commits:
cc1bd3d6 by Richard Pospesel at 2023-06-06T17:51:08+00:00
fixup! Bug 1832832 - protect encoder accesses in Java callbacks. r=media-playback-reviewers,alwu a=pascalc
- MOZ_GUARDED_BY is just GUARDED_BY in esr 102
- - - - -
1 changed file:
- dom/media/platforms/android/AndroidDataEncoder.h
Changes:
=====================================
dom/media/platforms/android/AndroidDataEncoder.h
=====================================
@@ -56,7 +56,7 @@ class AndroidDataEncoder final : public MediaDataEncoder {
private:
Mutex mMutex;
- AndroidDataEncoder* mEncoder MOZ_GUARDED_BY(mMutex);
+ AndroidDataEncoder* mEncoder GUARDED_BY(mMutex);
};
friend class CallbacksSupport;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cc1bd3d…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/cc1bd3d…
You're receiving this email because of your account on gitlab.torproject.org.
richard deleted tag base-browser-102.12.0esr-12.5-1-build2 at The Tor Project / Applications / Tor Browser
--
You're receiving this email because of your account on gitlab.torproject.org.
richard deleted tag tor-browser-102.12.0esr-12.5-1-build2 at The Tor Project / Applications / Tor Browser
--
You're receiving this email because of your account on gitlab.torproject.org.
richard deleted tag base-browser-102.12.0esr-12.0-1-build2 at The Tor Project / Applications / Tor Browser
--
You're receiving this email because of your account on gitlab.torproject.org.
richard deleted tag tor-browser-102.12.0esr-12.0-1-build2 at The Tor Project / Applications / Tor Browser
--
You're receiving this email because of your account on gitlab.torproject.org.