User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbrindusan@mozilla.com Tue Aug 24 09:47:24 2021 +0000 | 7857f4c37a928c219638460c7048940a78bbf1ba | Brindusan Cristian — Merge autoland to mozilla-central. a=merge ← 60 merge changesets [Collapse] |
8d06183d4fcf3c5aef97071645ab9dcdc95b9ab4 | Julien Cristau — Bug 1716793 - add a maxRunTime for notarization-poller jobs. r=aki | |
8a5f101b3fcd404999ae0d7e35586ec21b79a37f | Brindusan Cristian — Backed out 1 changesets (bug 1727172) for causing reftest failures in 1727172-1-ref.html. | |
0f2b8fd64be8154200861cfeb6a95479c8347e47 | Andi-Bogdan Postelnicu — Bug 1727088 - Add `wasi-compiler-rt` to `clang-10` artifact. r=firefox-build-system-reviewers,glandium | |
12796ed8484e8fd56b5c87d7a11fb0dda3f01492 | Gerald Squelart — Bug 1722261 - RegisteredThread is now effectively unused, remove all remaining traces - r=canaltinova | |
48dde63f0b08ab652050aa58c248498e0689d779 | Gerald Squelart — Bug 1722261 - Remove RegisteredThread from LiveProfiledThreadData - r=canaltinova | |
0f64ac3333732a39c6cfc73ab5de047455020e8c | Gerald Squelart — Bug 1722261 - SizeOf{Ex,In}cludingThis for ProfilerRegist* classes, used in CorePS - r=canaltinova | |
5b5fc1298bc0638f98118ae801b13510cbe8f4a7 | Gerald Squelart — Bug 1722261 - Stop using RegisteredThread::Info() in profiler_unregister_thread - r=canaltinova | |
b9c5b8047c2bf781b9af45777aa4150af6ffd6d7 | Gerald Squelart — Bug 1722261 - Convert locked_profiler_stream_json_for_this_process and ActivePS::ProfiledThreads to stop using RegisteredThread - r=canaltinova | |
afc60b1285f5fd2b74dba0a1d942864470423f48 | Gerald Squelart — Bug 1722261 - Convert remaining use of RegisteredThread's ProfilingStack that was in locked_register_thread - r=canaltinova | |
0d03e73b0809d6c44d11ef4b5a355794c3adf48b | Gerald Squelart — Bug 1722261 - Convert remaining uses of RegisteredThread's GetEventTarget and ResetMainThread - r=canaltinova | |
a35acc69175c6c060fc4f6e7dc940ecdf48ae0f1 | Gerald Squelart — Bug 1722261 - In locked_profiler_start, find registered threads from ThreadRegistry and stop using RegisteredThread - r=canaltinova | |
b39eec63ba8c88da367b72011e4abbf8014eb45c | Gerald Squelart — Bug 1722261 - Remove final uses of {,Racy}RegisteredThread's ReinitializeOnResume, and all ...JSSampling's - r=canaltinova | |
c0a4c8ba6bdad7b1aba7c9f4cca8f0f27c8b21ca | Gerald Squelart — Bug 1722261 - Rework profiler_set/clear_js_context to use ThreadRegistration - r=canaltinova | |
1738e35e369aba1a56a1214630f00a9f8c3032b6 | Gerald Squelart — Bug 1722261 - In locked_profiler_stop, find live threads from ThreadRegistry and stop using RegisteredThread - r=canaltinova | |
7c8e01d5888f1c24b5fff46bd90121c9917683f2 | Gerald Squelart — Bug 1722261 - During sampling, go through the ThreadRegistry to find ThreadRegistrations with ProfiledThreadData - r=canaltinova | |
85988c4e2b680aa0105544c11335aaab53133a84 | Gerald Squelart — Bug 1722261 - Remove the old PlatformData, which is now unused - r=canaltinova | |
56aa354f0b0fa953a51945985832e1a55d25d144 | Gerald Squelart — Bug 1722261 - Move mPreviousThreadRunningTimes from old PlatformData to ProfiledThreadData - r=canaltinova | |
dab662da1289ab58616bd8d7b8fdfe9a4a92c57d | Gerald Squelart — Bug 1722261 - Store ProfiledThreadData pointer in ThreadRegistrationData - r=canaltinova | |
9c9aa6d9423810475ddb494036e5621c385a9c1a | Gerald Squelart — Bug 1722261 - GetRunningEventDelay through ThreadRegistration - r=canaltinova | |
83191539a32cd77d7392a5d7f9475a28a342bc42 | Gerald Squelart — Bug 1722261 - Use IsSleeping and SetSleeping/Awake in ThreadRegistration - r=canaltinova | |
db8085cb6a51a1b15bd64597fa4a192bbc0b3af7 | Gerald Squelart — Bug 1722261 - Use ThreadRegistration classes during sampling - r=canaltinova | |
ebd00f9619ae3014b2be1b9567723013fabe28b4 | Gerald Squelart — Bug 1722261 - ProfilerThreadPlatformData platform-specific implementation - r=canaltinova | |
b4799b1d33ee0e3693b7420c8f89e85b005b88f2 | Gerald Squelart — Bug 1722261 - Remove ThreadInfo.h, use ProfilerRegistrationInfo instead - r=canaltinova | |
3ce44d2fba5411f06065e06788680b088079b0d3 | Gerald Squelart — Bug 1722261 - Store {,Racy}RegisteredThread pointer in ThreadRegistrationData - r=canaltinova | |
b94590f8b265b57fb8c7facc4ea7adcfb4fe5161 | Gerald Squelart — Bug 1722261 - Move profiler_thread_is_being_profiled to ProfilerThreadState.h and use ThreadRegistration - r=canaltinova | |
ab3cc3e0b246159844038434a9218f47bda98150 | Gerald Squelart — Bug 1722261 - Remove data from RegisteredThread, only keep pass-through methods to the ThreadRegistrationData - r=canaltinova | |
1419406809bced82fbd4b5a579c675ae312f9854 | Gerald Squelart — Bug 1722261 - Use ProfilingStack inside ThreadRegistrationData - r=canaltinova | |
d134728de015d53659821724dda23b6255036d8e | Gerald Squelart — Bug 1722261 - Move profiler_is_active_and_thread_is_registered to ProfilerThreadState.h and use ThreadRegistration - r=canaltinova | |
5b9cb9b3aa12bafccaf8f7ef27d9ffd492abd6a5 | Gerald Squelart — Bug 1722261 - Remove handling of nested RegisteredThreads - r=canaltinova | |
891941a9413b3394ae71b72480bffe3fd2196b1c | Gerald Squelart — Bug 1722261 - Insert new ThreadRegistration (un)registering functions in the middle of profiler_{,un}register_thread - r=canaltinova | |
8aaef1795a1a7405e8512272cad5c1834ff3611b | Gerald Squelart — Bug 1722261 - New header ProfilerThreadState.h will contain thread-related profiler APIs - r=canaltinova | |
8e9876db015699f06367da37b6c5e13a1447b601 | Gerald Squelart — Bug 1722261 - Keep track of whether a ThreadRegistration is on the heap - r=canaltinova | |
603838353c4009fb899ceeec621815c1602e1731 | Gerald Squelart — Bug 1722261 - Use AUTO_PROFILER_REGISTER_THREAD where possible - r=canaltinova | |
4a5ea1a36729d14cc7a79db631dbf101c6a69465 | Lars T Hansen — Bug 1726311 - Validate all instructions for i64 memories. r=rhunt | |
68a7d7f4315a817625ab0363cc4cfcc89aef562e | Cosmin Sabou — Backed out 6 changesets (bug 1676216, bug 1710668) for turning Bug 1615203 into permafail. CLOSED TREE | |
e8046a319fbf5dddbcf838fa3dbfc3288b55c0c8 | Matt Woodrow — Bug 1727172 - Use doubles instead of ints when computing video scale for fallback painting. r=jrmuizel | |
425313809206add668132f5653c0bba3a91e79d5 | Matt Woodrow — Bug 1726562 - Remove option to disable software webrender for popups. r=jrmuizel | |
60b0cb3f37fe04d9049fa1a262122bcd40d75d42 | Masayuki Nakano — Bug 1726532 - part 3: Make `TextServicesDocument` check whether a sibling content is `<br>` or not when checking whether a block or inline r=m_kato | |
55fa746f2962617543b2db5e28629efb059283de | Masayuki Nakano — Bug 1726532 - part 2: Make `mozSpellChecker::SetupDoc()` treat succeeded state as error if valid offset/length are not available when they are required r=m_kato | |
b2b2a41cea3f5cfc7dfb0f27d242cdc321991f21 | Masayuki Nakano — Bug 1726532 - part 1: Make `OffsetEntryArray::WillSetSelection()` use offset in text node when it sets a DOM node point r=m_kato | |
2cb2d3457a50fc88fb24f54858c3c99678811e44 | Cosmin Sabou — Backed out 4 changesets (bug 1726474) for causing windows build bustages. CLOSED TREE | |
c7fcc6914b7cb3a216fe0e0d18a4d1ae10d0f4c7 | Mike Hommey — Bug 1726474 - Enable wasm sandboxing on 64-bits Windows. r=firefox-build-system-reviewers,mhentges | |
1dcd8069568ecc0363f8cb8e1bb6f69841c43d19 | Mike Hommey — Bug 1726474 - Always use clang-type flags when targeting wasm. r=firefox-build-system-reviewers,mhentges | |
938043bb1ca23aabe822ca5f2e92a8184313a89a | Mike Hommey — Bug 1726474 - Remove unrelevant flags from wasm builds. r=firefox-build-system-reviewers,mhentges | |
e12c90f66a6c190bab030b2055d4dbbc52204859 | Mike Hommey — Bug 1726474 - Preload rlbox library on Windows. r=nika | |
1d332a5ff4f9e19bbd54e3b9c2f5d84f3d2b8bc7 | Glenn Watson — Bug 1724846 - Split DL spatial tree to separate payload r=gfx-reviewers,nical | |
e0309c1ae0fe14ab9a30270fce542cfd4de08849 | Csoregi Natalia — Backed out 4 changesets (bug 1726474) for causing crashes. CLOSED TREE | |
9e127bea2a18dc61d3e3c606d798258426b1c5ce | Dana Keeler — Bug 1724072 - allow enabling 3DES only when deprecated versions of TLS are enabled r=rmf | |
5add6784a7844db35660b2b7554d1c4c6d9e7ba2 | Mike Hommey — Bug 1726474 - Enable wasm sandboxing on 64-bits Windows. r=firefox-build-system-reviewers,mhentges | |
e2047ab95703cb2c41bc7c5314c35af9531acc99 | Mike Hommey — Bug 1726474 - Always use clang-type flags when targeting wasm. r=firefox-build-system-reviewers,mhentges | |
d53f62933fd0ba6744a75bfac4a3cc74da7c553a | Mike Hommey — Bug 1726474 - Remove unrelevant flags from wasm builds. r=firefox-build-system-reviewers,mhentges | |
796a54dcb5f0134cd1a0f78ea8446a4f2e0c02a9 | Mike Hommey — Bug 1726474 - Preload rlbox library on all platforms. r=nika | |
d64e0f9396e3548497f2119a00d806e0cbfec219 | Emily McMinn — Bug 1720762 - Remove unused onboarding strings and images r=dmose | |
64fc6c88ae1b3141817a28ee9716ff02275da1d3 | Matt Woodrow — Bug 1726802 - Trigger pending animations after a paint with the fallback renderer. r=hiro | |
72c1e5d56d39df618c22aaeb8ff3f83794010469 | Emilio Cobos Álvarez — Bug 1725207 - Implement transform: perspective(none). r=mattwoodrow | |
a030e70b6c062dabffaafab83beb85dc7fd33601 | Emilio Cobos Álvarez — Bug 1726396 - Update getComputedStyle pseudo-element behavior. r=dholbert | |
a0fb3bd42bccd68c784207f119cdd742b0466ef5 | Jeff Gilbert — Bug 1726863 - Cache/elide GLContext::BindFramebuffer calls. r=lsalzman | |
2bb68b925cea7fba4ea23732943bb9f3ee25dee7 | Emilio Cobos Álvarez — Bug 1724237 - Fix optimization from bug 1722968 to account for when we may dig out of the target subtree for SVG. r=TYLin | |
0822a4287a7590253baa276d92b5331cb09438bf | Daisuke Akatsuka — Bug 1664814: Limit the number of tokens to reduce calculate time. r=adw |