gecko-dev/dom
Perry Jiang d3d780f56b Bug 1615014 - ensure performance storage/counter is set before being read r=dom-workers-and-storage-reviewers,asuth
WorkerThreadPrimaryRunnable possibly indirectly creates a
SendInitBackgroundRunnable (runs on the main thread), which causes a data race
with CompileScriptRunnable (runs on the worker thread) by having an
unsynchronized read/write of WorkerPrivate::mPerformanceCounter.

Differential Revision: https://phabricator.services.mozilla.com/D67434

--HG--
extra : moz-landing-system : lando
2020-03-26 03:22:42 +00:00
..
abort Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
animation Bug 1622111 - Convert dom.animations.offscreen-throttling to static pref. r=njn 2020-03-23 19:43:34 +00:00
audiochannel Bug 1577890 - part10 : remove unused function 'ShouldBlockMedia()'. r=baku 2020-03-05 06:18:00 +00:00
base Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
battery Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
bindings Bug 1620308: Move RTCDTMFSender logic to a single c++ class. r=smaug,jib,mjf 2020-03-25 18:46:37 +00:00
broadcastchannel Bug 1370725 - Remove redundant dom/broadcastchannel/tests/test_broadcastchannel_any.html. r=baku 2020-03-23 11:33:55 +00:00
browser-element Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer 2020-03-13 12:44:36 +00:00
cache Bug 1624588 - dom/file/ipc sources now also build when not unified r=baku 2020-03-25 15:28:37 +00:00
canvas Bug 1624768 - Forbid multisampled unsized DEPTH_STENCIL. r=lsalzman 2020-03-25 05:40:54 +00:00
chrome-webidl Bug 1612378 - Part 5: Make the browser.ContentBlockingAllowListPrincipal to directly get the ContentBlockingAllowListPrincipal from the WindowGlobalParent. r=dimi,johannh,baku 2020-03-25 13:22:02 +00:00
clients Bug 1584007 - FutureClientSourceParent should keep ClientManagerService alive r=asuth 2020-03-24 15:52:37 +00:00
commandhandler
console Bug 1492011 assert that ConsoleStructuredCloneData::mGlobal is cleared before ConsoleRunnable destruction r=baku 2020-03-24 10:02:10 +00:00
credentialmanagement Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
crypto Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0 definition r=keeler 2020-03-24 16:41:27 +00:00
debugger
docs Bug 1622328 - Fission-IPC-Diagram.svg: Add the license r=nika 2020-03-16 19:58:35 +00:00
encoding Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
events Bug 1622111 - Convert dom.w3c_pointer_events.implicit_capture to a static pref. r=njn 2020-03-19 00:54:31 +00:00
fetch Bug 1402784 - Use nsIContentPolicy::TYPE_INTERNAL_AUDIOWORKLET and nsIContentPolicy::TYPE_INTERNAL_PAINTWORKLET in Worklet code, r=smaug 2020-03-17 22:24:39 +00:00
file Bug 1624588 - dom/file/ipc sources now also build when not unified r=baku 2020-03-25 15:28:37 +00:00
filehandle
filesystem Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
flex Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
gamepad
geolocation
grid Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
html Bug 1240285 - Forward focus only if label is not focusable r=edgar 2020-03-25 20:01:02 +00:00
imptests
indexedDB Bug 1607975 - Disabled dom/indexedDB/test/browser_bug839193.js on Windows 7. r=ttung DONTBUILD 2020-03-25 12:22:53 +00:00
interfaces Bug 1612378 - Part 5: Make the browser.ContentBlockingAllowListPrincipal to directly get the ContentBlockingAllowListPrincipal from the WindowGlobalParent. r=dimi,johannh,baku 2020-03-25 13:22:02 +00:00
ipc Bug 1616991 - Rename WindowGlobalChild::WindowGlobal getter to reflect nullability, r=kmag 2020-03-23 23:03:50 +00:00
jsurl Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/jsurl. r=smaug 2020-03-09 14:35:34 +00:00
l10n Bug 1377999 - Make DocumentFragment to adapt the DOMArena changes r=smaug 2020-03-17 14:53:46 +00:00
locales Bug 1623968 - Show a warning when a page forces the start of layout, as that usually indicates a FOUC. r=smaug 2020-03-21 12:18:28 +00:00
localstorage Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
manifest Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
mathml Bug 1377999 - Make MathML nodes to adapt the DOMArena changes r=smaug 2020-03-17 14:53:25 +00:00
media Bug 1624057 - Update mp4parse-rust to 63ca8c6. r=kinetik 2020-03-26 02:08:51 +00:00
messagechannel Bug 1622924 - destroy CheckedUnsafePtr before pointee deletes itself r=dom-workers-and-storage-reviewers,asuth 2020-03-23 14:51:59 +00:00
midi Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/midi. r=smaug 2020-03-09 15:20:29 +00:00
network Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/network. r=smaug 2020-03-09 15:18:20 +00:00
notification Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
offline
payments Bug 1615630 - Call PaymentRequestManager::NotifyRequestDone() when PaymentShowActionResponse.status() is not PAYMENT_ACCEPTED before calling PaymentRequest::RespondShowPayment r=baku,alchen 2020-03-10 09:03:51 +00:00
performance Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
permission Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/permission. r=smaug 2020-03-09 14:48:10 +00:00
plugins Bug 1624237 - Run misc-unused-using-decls - Remove useless declarations r=andi 2020-03-23 13:15:33 +00:00
power Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/power. r=smaug 2020-03-04 09:08:09 +00:00
presentation Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/presentation. r=smaug 2020-03-09 15:14:19 +00:00
prio
promise Bug 1622184 - Add a public method to mark a settled Promise as handled; r=arai 2020-03-18 02:22:00 +00:00
prototype Bug 1622235 - Make defer scripts wait for stylesheets. r=hsivonen 2020-03-20 13:33:11 +00:00
push Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
quota Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
reporting Bug 1620984 - CrashReport.cpp refactor r=ckerschb 2020-03-10 19:34:42 +00:00
res
script Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
security Bug 1457100: Make OBJECT elements inherit CSP if opaque. r=smaug 2020-03-25 17:10:01 +00:00
serviceworkers Bug 1622562 - Remove ErrorReport flags everywhere. r=mccr8 2020-03-24 10:13:15 +00:00
simpledb Bug 1619592 - Refactor persistence type checks using new IsValidPersistenceType method; r=dom-workers-and-storage-reviewers,sg 2020-03-17 13:06:17 +00:00
smil Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
storage Backed out changeset d15b968aa6d1 (bug 1615297) for causing build bustage 2020-03-11 05:41:51 +02:00
svg Bug 1377999 - Make SVG nodes to adapt the DOMArena changes r=smaug 2020-03-17 14:53:16 +00:00
system Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/system. r=smaug 2020-03-09 15:02:09 +00:00
tests Bug 1619948 - Put LSNG behind the EARLY_BETA_OR_EARLIER flag; r=asuth 2020-03-24 03:58:10 +00:00
u2f Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
url Bug 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
vr
webauthn Backed out changeset f01596089356 (bug 1220810) for causing crashes in test_performance_attributes_exist_in_object.html 2020-03-19 17:12:32 +02:00
webbrowserpersist Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/webbrowserpersist. r=smaug 2020-03-09 14:57:23 +00:00
webgpu Bug 1622261 - Refactor the ID recycling to always cycle through the GPU process 2020-03-23 07:54:08 +00:00
webidl Bug 1620308: Move RTCDTMFSender logic to a single c++ class. r=smaug,jib,mjf 2020-03-25 18:46:37 +00:00
websocket Backed out 4 changesets (bug 1622042) for causing AddonInstallException: Could not install add-on: c:\users\task_1584560140\appdata\local\temp\tmpbg9_h7.zip: ERROR_FILE_ACCESS: There was an error accessing the filesystem. CLOSED TREE 2020-03-18 22:49:23 +02:00
workers Bug 1615014 - ensure performance storage/counter is set before being read r=dom-workers-and-storage-reviewers,asuth 2020-03-26 03:22:42 +00:00
worklet Bug 1612534 - Manually fix wasm/ jit-tests. r=lth 2020-03-23 16:31:21 +00:00
xhr Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
xml Bug 1377999 - Make ProcessingInstruction to adapt the DOMArena changes r=smaug 2020-03-17 14:55:36 +00:00
xslt Bug 1622235 - Make defer scripts wait for stylesheets. r=hsivonen 2020-03-20 13:33:11 +00:00
xul Bug 1377999 - Make nsXULElement to adapt the DOMArena changes r=smaug 2020-03-17 14:53:33 +00:00
jar.mn
moz.build