gecko-dev/dom
Kris Maglione a737bd2c6a Bug 1604889: Don't rethrow receiveMessage exceptions as NS_ERROR_UNEXPECTED. r=mccr8
When we let the WebIDL callback wrapper report exceptions, it returns an error
result of NS_ERROR_UNEXPECTED, which winds up getting set as a promise
rejection reason or re-reported to the console. This just causes unnecessary
confusion for callers, especially since the error has no location information.

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

--HG--
extra : moz-landing-system : lando
2020-01-09 21:27:25 +00:00
..
abort
animation Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
audiochannel Bug 1578945 - part1 : remove handling audio focus related code in AudioChannelService. r=baku,sebastian 2019-12-18 09:10:30 +00:00
base Bug 1597029 - Set securityInfo for all document types. r=baku 2020-01-09 14:55:02 +00:00
battery
bindings Bug 1448967 - Remove enablePrivilege. r=mccr8,marionette-reviewers,whimboo 2020-01-08 23:14:48 +00:00
broadcastchannel Bug 1605854 - Remove uneval/toSource from DOM tests. r=smaug 2020-01-06 13:09:27 +00:00
browser-element Bug 1599944 - Make `SimpleTest.waitForClipboard()` and `SimpleTest.promiseClipboardChange()` relax to compare clipboard data with expected string r=smaug 2019-12-27 14:02:35 +00:00
cache Bug 1605854 - Remove uneval/toSource from DOM tests. r=smaug 2020-01-06 13:09:27 +00:00
canvas Bug 1602863 - run mochitest-webgl suites on ubuntu1804 docker image r=jmaher 2020-01-09 20:49:35 +00:00
chrome-webidl Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
clients Backed out 7 changesets (bug 1432856) for build bustages failures in nsWindow.h on a CLOSED TREE 2019-12-16 23:53:35 +02:00
commandhandler Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
console Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
credentialmanagement Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8 2019-12-13 20:36:36 +00:00
crypto Bug 1605854 - Remove uneval/toSource from DOM tests. r=smaug 2020-01-06 13:09:27 +00:00
debugger
docs Backed out changeset bf4b4d3108f9 (bug 1602898) for causing bc failures in browser/components/ssb/tests/browser/browser_ssb_windowlocation.js CLOSED TREE 2019-12-21 02:22:06 +02:00
encoding Bug 1607816 - Replace mozilla::{Max, Min}Value with std::numeric_limits. r=froydnj 2020-01-08 16:30:40 +00:00
events Bug 1448967 - Remove enablePrivilege. r=mccr8,marionette-reviewers,whimboo 2020-01-08 23:14:48 +00:00
fetch Bug 1605801 - FetchReadableStreamReadDataArray should be a rooted dictionary, r=bzbarsky 2019-12-24 04:14:35 +00:00
file Bug 1472158 - Broadcast BlobURLs only to processes with the same loaded origins, r=farre,asuth 2020-01-09 08:15:49 +00:00
filehandle
filesystem Bug 1602882 - Move array operations to a new js/Array.h header. r=sfink,bzbarsky 2019-12-11 06:17:44 +00:00
flex
gamepad Bug 1604405 - Replace gamepad button array index with axis array index in Mac OS. r=baku 2019-12-18 15:50:23 +00:00
geolocation Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
grid
html Bug 1597029 - Set securityInfo for all document types. r=baku 2020-01-09 14:55:02 +00:00
imptests
indexedDB Bug 1600906 - Use scoped enums in IDBCursor. r=dom-workers-and-storage-reviewers,ytausky 2020-01-06 14:19:39 +00:00
interfaces Bug 1603674 - Add a new API to check if permission delegation and Feature Policy are enabled r=baku 2020-01-06 15:28:12 +00:00
ipc Bug 1604889: Don't rethrow receiveMessage exceptions as NS_ERROR_UNEXPECTED. r=mccr8 2020-01-09 21:27:25 +00:00
jsurl Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana 2020-01-07 20:20:38 +00:00
l10n Bug 1596918: Part 3a - Scripted rewrite of most ContentTask.spawn calls to SpecialPowers.spawn calls. r=mccr8,remote-protocol-reviewers,ato 2019-12-13 20:36:16 +00:00
locales Bug 779598 - Do animations of transforms with preserve-3d at compositor. r=mattwoodrow 2019-12-23 09:52:43 +00:00
localstorage Bug 1605250 - Fix include-what-you-use errors in dom/localstorage. r=dom-workers-and-storage-reviewers,asuth 2019-12-21 01:13:29 +00:00
manifest Bug 1604917 - Coerce WebManifest colors to rrggbbaa ?marcosc,jdescottes r=marcosc,jdescottes 2019-12-23 15:29:08 +00:00
mathml Bug 1599843 - Element::SetEventHandler is infallible. r=bzbarsky 2019-11-27 20:01:38 +00:00
media Bug 1602996 - assert if Android decoder is used after shutdown. r=jya 2020-01-09 06:22:19 +00:00
messagechannel Bug 1605854 - Remove uneval/toSource from DOM tests. r=smaug 2020-01-06 13:09:27 +00:00
midi Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
network Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
notification Backed out 7 changesets (bug 1432856) for build bustages failures in nsWindow.h on a CLOSED TREE 2019-12-16 23:53:35 +02:00
offline Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
payments Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
performance Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
permission Bug 1483631 - Restrict nested permission requests in webrtc with permission delegate r=jib 2019-12-04 15:39:14 +00:00
plugins Bug 1544147 - Ensure orphaned crashes are properly notified to the rest of the system r=froydnj 2019-12-20 17:50:45 +00:00
power Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
presentation Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana 2020-01-07 20:20:38 +00:00
prio
promise Bug 1517588. Use nsIPrincipal::IsSystemPrincipal instead of nsContentUtils::IsSystemPrincipal r=bzbarsky 2019-12-05 04:44:32 +00:00
prototype Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
push Backed out changeset fcbd865d22bc (bug 1274773) for causing high frequency failures in Bug 1274773 2019-12-12 19:24:00 +02:00
quota Bug 1606318 - Enhance QM_FIRST_INITIALIZATION_ATTEMPT testing; r=asuth 2019-12-31 02:26:27 +00:00
reporting Bug 1596918: Part 3b - Run code formatters on files changed by previous patch. r=mccr8,remote-protocol-reviewers,ato 2019-12-13 20:36:24 +00:00
res
script Bug 1606774 - Change GetAttribute to GetAttr where possible r=baku 2020-01-03 23:40:53 +00:00
security Bug 1585533: Add debug statements to fix intermittent test failure on fission for test_upgrade_insecure_reporting.html. r=jkt 2020-01-08 13:38:56 +00:00
serviceworkers Bug 1588838 - decrease "idle extended timeout" to 30 seconds r=dom-workers-and-storage-reviewers,asuth 2020-01-09 00:30:27 +00:00
simpledb
smil Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
storage Bug 1603976 - Warn when getting session storage data for discarded browsing context r=dom-workers-and-storage-reviewers,sg,janv 2020-01-08 15:38:34 +00:00
svg Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
system Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
tests Bug 1581862 - Updated disable for browser_windowProxy_transplant.js on macosx when Fission is not enabled. r=jmaher 2020-01-08 11:04:31 +00:00
u2f Bug 1596918: Part 4d - Fix callers which try to return non-clonable values. r=mccr8 2019-12-13 20:36:37 +00:00
url Bug 1030481 - Remove nsIMutable, r=smaug 2020-01-07 15:02:00 +00:00
vr Bug 1603825 - Suppress the VR permission UI when no VR runtimes are detected r=daoshengmu,bzbarsky 2020-01-03 22:47:26 +00:00
webauthn Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8 2019-12-13 20:36:36 +00:00
webbrowserpersist Bug 1603313 - Remove some silly patterns. r=bzbarsky 2019-12-14 05:05:01 +00:00
webgpu Bug 1585683 - Add mochitest-webgpu jobs, add subsuite = webgpu. r=jmaher,kvark 2020-01-07 22:42:07 +00:00
webidl Bug 1607006 - Remove utf-16 versions of nsCSSProps::LookupProperty* and ServoCSSParser::ComputeColor. r=bzbarsky 2020-01-08 01:21:30 +00:00
websocket Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana 2020-01-07 20:20:38 +00:00
workers Bug 1472158 - Broadcast BlobURLs only to processes with the same loaded origins, r=farre,asuth 2020-01-09 08:15:49 +00:00
worklet Bug 1608093 - Remove support for multiple CycleCollectedJSContexts per CycleCollectedJSRuntime, r=mccr8 2020-01-09 17:27:10 +00:00
xhr Bug 1030481 - Remove nsIMutable, r=smaug 2020-01-07 15:02:00 +00:00
xml Bug 1596478, remove references to kNameSpaceID_XBL except for instance in nsNameSpaceManager.cpp r=bzbarsky 2020-01-07 21:51:27 +00:00
xslt Bug 1570499 - Part 1: Replace MOZ_FALLTHROUGH macro with C++17's [[fallthrough]] attribute. r=froydnj 2019-12-20 07:16:43 +00:00
xul Bug 1603827 - Remove XULElement.orient from webidl and c++ r=webidl,mccr8 2020-01-07 19:25:34 +00:00
jar.mn
moz.build