gecko-dev/dom
Bryce Seager van Dyk 8449f6d2b3 Bug 1671477 - Add profile markers and logs to help diagnose failures in WMF decoding. r=alwu
We have reports of VPx WMF failures in the wild causing performance issues, but
it can be hard to detect these failures. Having explicit markers in the profiler
with more information will make it easier to see if users are running into these
issues if they can provide profiles. I've also added logs to enrich cases where
we will use logging to debug.

Driveby fix a comment that says we're asserting when we no longer are.

Differential Revision: https://phabricator.services.mozilla.com/D93672
2020-10-19 14:41:11 +00:00
..
abort Bug 1660954. r=smaug 2020-09-21 22:11:19 +00:00
animation Bug 1626532 - Make `dom/animation` buildable outside of `unified-build` environment. r=sg 2020-10-15 10:05:07 +00:00
audiochannel
base Bug 1615296 - Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection::Collapse r=masayuki 2020-10-16 22:22:48 +00:00
battery
bindings Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
broadcastchannel Bug 1665165 - Disable some bfcache tests on Fission, r=jesup 2020-09-17 17:36:24 +00:00
browser-element
cache Bug 1663924 - Replace output parameter by return value for EnsureStorageAndOriginIsInitialized. r=dom-workers-and-storage-reviewers,ttung 2020-10-14 15:46:24 +00:00
canvas Backed out 2 changesets (bug 1631476) for causing reftest failures. CLOSED TREE 2020-10-19 14:54:05 +03:00
chrome-webidl Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +00:00
clients Bug 1552168: Remove pref security.data_uri.unique_opaque_origin. r=smaug 2020-10-08 16:55:25 +00:00
commandhandler
console Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
credentialmanagement
crypto
debugger
docs Bug 1667831 - doc: refresh links as many pages moved in-tree r=firefox-source-docs-reviewers,ahal DONTBUILD 2020-09-29 17:53:54 +00:00
encoding
events Bug 1669673 - Part 3: Wrap manual wpt pointerevent_drag_interaction-manual.html into mochitest test; r=smaug 2020-10-19 09:22:45 +00:00
fetch Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
file Bug 1589337 - Use nsIClassInfoImpl in nsSimpleURI and children r=necko-reviewers,kershaw,xpcom-reviewers,nika 2020-09-29 11:41:26 +00:00
filehandle
filesystem Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
flex Bug 1667594 - Avoid including nsLayoutUtils.h in nsContainerFrame.h. r=emilio 2020-09-26 18:19:14 +00:00
gamepad Bug 1657404 - Change GamepadManager to explicitly have 1 event channel r=handyman 2020-10-15 17:47:32 +00:00
geolocation
grid
html Bug 1582294 - Implement MediaStreamTrackSource::HasAlpha for MediaDecoder sources. r=bryce 2020-10-19 15:35:29 +00:00
imptests
indexedDB Bug 1663924 - Use IDB_TRY in DatabaseOperationBase::DeleteObjectStoreDataTableRowsWithIndexes. r=dom-workers-and-storage-reviewers,ttung 2020-10-19 10:09:21 +00:00
interfaces Bug 1667471 - Expose IsCORSSafelistedRequestHeader in WindowUtils. r=ckerschb 2020-10-15 00:43:19 +00:00
ipc Bug 1654080 - Use PBackground for syncing SessionStorageCache and use LSWriteOptimizer to send data changes; r=dom-workers-and-storage-reviewers,janv,nika 2020-10-14 00:19:33 +00:00
jsurl Bug 1589337 - Use nsIClassInfoImpl in nsSimpleURI and children r=necko-reviewers,kershaw,xpcom-reviewers,nika 2020-09-29 11:41:26 +00:00
l10n Bug 1666419: Assert IsSafeToRunScript. r=emilio 2020-09-28 06:29:44 +00:00
locales Bug 1279647 - Switch titlebar and tooltip separators to emdash. r=flod,fluent-reviewers 2020-10-15 20:00:28 +00:00
localstorage Bug 1663924 - Replace output parameter by return value for EnsureStorageAndOriginIsInitialized. r=dom-workers-and-storage-reviewers,ttung 2020-10-14 15:46:24 +00:00
manifest
mathml Bug 1667719: Add preferences, warnings and telemetry for the scriptminsize and scriptsizemultiplier attributes. r=emilio 2020-09-28 14:12:27 +00:00
media Bug 1671477 - Add profile markers and logs to help diagnose failures in WMF decoding. r=alwu 2020-10-19 14:41:11 +00:00
messagechannel Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
midi
network Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
notification Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
offline Bug 1665355 - Don't throw on appcache.update() if the storage is disabled r=baku 2020-09-18 13:57:11 +00:00
payments Bug 1665252 - remove allowpaymentrequest attribute from HTMLIFrameElement r=dom-workers-and-storage-reviewers,smaug,asuth 2020-10-05 05:45:38 +00:00
performance Backed out 10 changesets (bug 1518999) for GeckoView failures in PanZoomControllerTest.scroll. CLOSED TREE 2020-09-17 02:58:34 +03:00
permission
plugins Bug 1552168: Remove pref security.data_uri.unique_opaque_origin. r=smaug 2020-10-08 16:55:25 +00:00
power Bug 1659060 - part1 : treat lock visible if corresponding document has in use picture-in-picture element. r=bryce,smaug 2020-09-23 23:34:12 +00:00
presentation Bug 1265275 - Removed 'using namespace mozilla;' and 'using namespace mozilla::dom;' wih namespace mozilla {..} namespace dom {..} in PresentationSessionInfo.cpp r=smaug 2020-10-06 10:33:16 +00:00
prio
promise Bug 1666419: Assert IsSafeToRunScript. r=emilio 2020-09-28 06:29:44 +00:00
prototype Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
push Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
quota Bug 1671897 - Fix test naming. r=janv,dom-workers-and-storage-reviewers 2020-10-19 15:00:55 +00:00
reporting Bug 1657033 - Use Span<const char> in JSONWriter - r=froydnj 2020-09-14 02:33:20 +00:00
res
script Bug 1664475: Add telemetry probes to collect data for script delazification, xdr encoding time, bytecode caching time, and baseline compilation time. r=nbp,Dexter,sefeng,smaug 2020-10-08 13:46:29 +00:00
security Bug 1671720: HTTPS-Only Mode: Query if channel is auth only if we can query nsIHttpChannelInternal. r=dragana 2020-10-19 09:05:12 +00:00
serviceworkers Bug 1669784 - Merge TypedObject namespace into WebAssembly namespace, gated on GC feature. r=lth 2020-10-12 21:01:39 +00:00
simpledb Bug 1663924 - Replace output parameter by return value for EnsureStorageAndOriginIsInitialized. r=dom-workers-and-storage-reviewers,ttung 2020-10-14 15:46:24 +00:00
smil Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
storage Bug 1671162 - Checkpoint SessionStorage data in stable state callbacks only when the browsing context hasn't been discarded; r=janv,dom-workers-and-storage-reviewers 2020-10-14 14:02:11 +00:00
svg Bug 1474311 - check whether we should load images r=jwatt 2020-10-13 22:30:54 +00:00
system Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
tests Bug 1671179 - Make test_bug132255.html xorigin compatible, r=kmag 2020-10-15 15:53:40 +00:00
u2f
url
vr Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
webauthn Bug 1540309 - Track browsing context for the WebAuthn UX prompts r=nhnt11 2020-10-05 22:20:41 +00:00
webbrowserpersist Bug 1668414 - Also handle <source srcset>. r=edgar 2020-10-05 13:44:48 +00:00
webgpu Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
webidl Bug 1622846 - WebGPU new mapping API r=webidl,jgilbert,smaug 2020-10-19 15:08:55 +00:00
webshare
websocket Bug 1668248 - Use fallible string operations in WebSocket::Send. r=valentin 2020-10-02 12:42:06 +00:00
workers Bug 1664386: Avoid any possibility of infinite process hangs due to workers hanging on shutdown and add chrome worker information to reports r=dom-workers-and-storage-reviewers,asuth 2020-10-07 11:34:02 +00:00
worklet Bug 1669256 - Part 1: Remove AbstractEventQueue and de-templatize ThreadEventQueue. r=smaug 2020-10-09 17:56:34 +00:00
xhr Bug 1608074 - Set channel ReferrerInfo in privileged code instead of referrer header r=nchevobbe,mixedpuppy,valentin 2020-10-13 12:27:26 +00:00
xml Bug 1656114 - Part 5: Report use counters in documents that come out of the bfcache. r=nika 2020-10-11 22:15:06 +00:00
xslt Bug 1668757 - Fix lifetime extension issues with 0-length literals. r=xpcom-reviewers,nika 2020-10-06 15:03:01 +00:00
xul Bug 1666683 - Part 5: Add options parameter to nsXPConnect::ReadScript. r=tcampbell,kmag 2020-10-07 04:46:55 +00:00
jar.mn
moz.build