gecko-dev/dom
Kevin Jacobs 2a981b96ab Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0 definition r=keeler
This patch initializes the ulIvBits member of CK_GCM_PARAMS, which is new in PKCS11 v3.

For libprio, we instead define NSS_PKCS11_2_0_COMPAT, which yields the old struct definition.

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

--HG--
extra : moz-landing-system : lando
2020-04-14 18:32:19 +00:00
..
abort
animation Bug 1586761 - P7 - Revert a few incorrect changes on P2; r=tjr 2020-04-07 07:36:52 +00:00
audiochannel Bug 1626439 - Part 2: Remove nsAutoPtr usage from dom/audiochannel. r=jya 2020-04-03 21:05:03 +00:00
base Backed out 2 changesets (bug 1594529) for causing perma wpt2 with ValueError: badly formed hexadecimal UUID string in /cookies/samesite/iframe-reload.https.html CLOSED TREE 2020-04-15 08:41:10 +03:00
battery
bindings Bug 1621674 - Unify Localization.jsm, mozILocalization and Localization WebIDL. r=smaug 2020-04-10 23:35:03 +00:00
broadcastchannel Bug 1626450 - Remove stray references to "nsAutoPtr.h" in dom/. r=mccr8 2020-04-03 21:05:26 +00:00
browser-element Bug 1616353 - Part 10.2: Remove tests for window.open in mozbrowser, r=kmag 2020-04-07 21:39:54 +00:00
cache Bug 1627904 - Bugzilla component for dom/cache should be Storage: Cache API. r=jstutte 2020-04-09 12:07:45 +00:00
canvas Bug 1626776 - Delete redundant return statement at the end of a function with a void return type. r=jgilbert 2020-04-08 03:36:00 +00:00
chrome-webidl Bug 1500672 - Part 1: Add MaxTouchPointsOverride to BrowsingContext. r=bradwerth,smaug 2020-04-14 13:41:33 +00:00
clients Bug 1622749 - Force new documents resulting from clicking on notifications to open in tabs so we don't crash, r=nika 2020-04-14 17:44:32 +00:00
commandhandler
console Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
credentialmanagement Bug 1612839 - Re-enable test_credman_iframes.html for Fission. r=daoshengmu 2020-03-20 16:53:27 +00:00
crypto Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0 definition r=keeler 2020-04-14 18:32:19 +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 1626447 - Remove nsAutoPtr usage from dom/encoding. r=hsivonen 2020-04-03 21:05:19 +00:00
events Bug 1629843 - Mark XMLHttpRequestMainThread and CustomEvent classes as containing pointers to JS GC things in multiple zones r=mccr8 2020-04-14 16:28:29 +00:00
fetch Bug 1629395 - Overwrite integrity attribute in fetch() is allowed, r=smaug 2020-04-14 11:09:06 +00:00
file Bug 1586761 - P4 - Use new methods in dom/file and dom/events; r=baku 2020-03-25 14:14:37 +00:00
filehandle Bug 1626973 - Make attempt to increase the file size via IDBFileHandle.truncate an error. r=dom-workers-and-storage-reviewers,janv 2020-04-06 13:56:47 +00:00
filesystem Bug 1620594 - Part 5: Use GetMainThreadSerialEventTarget instead of SystemGroup::EventTargetFor. r=nika 2020-04-07 15:17:07 +00:00
flex
gamepad Bug 1617023 - Part 1: Integrating Gamepad with XRInputSource. r=kip 2020-04-08 03:23:34 +00:00
geolocation
grid
html Bug 1625151 - P2: Lazy initialize nsHTMLDNSPrefetch::sDNSService r=dragana 2020-04-14 09:14:49 +00:00
imptests
indexedDB Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
interfaces Bug 1629096 - Always honor scroll-margin / scroll-padding from nsFocusManager. r=masayuki 2020-04-13 11:34:48 +00:00
ipc Backed out 2 changesets (bug 1594529) for causing perma wpt2 with ValueError: badly formed hexadecimal UUID string in /cookies/samesite/iframe-reload.https.html CLOSED TREE 2020-04-15 08:41:10 +03:00
jsurl Bug 1622664 - Removed redundant access specifier on line 378. r = sylvestre r=emilio 2020-04-02 08:49:30 +00:00
l10n Bug 1621674 - Update tests to use Localization WebIDL. r=jfkthame,Mardak 2020-04-10 23:35:58 +00:00
locales Bug 631862 - Improve X-Frame-Options error report, r=ckerschb 2020-04-14 17:43:51 +00:00
localstorage Bug 1620152 - Part 4: Replace MOZ_DIAGNOSTIC_ALWAYS_TRUE() with MOZ_ALWAYS_TRUE(). r=janv 2020-04-09 02:08:10 +00:00
manifest Bug 1625384 - Remove window.onappinstalled event, as it was never used or shipped r=baku 2020-03-27 08:28:09 +00:00
mathml Bug 1128054 - Part 3: Invalid tabindex attribute should not make an element focusable; r=smaug 2020-04-04 20:03:09 +00:00
media Bug 1628132 - P1: Enlarge the buffer for cubeb logging. r=padenot 2020-04-14 00:23:09 +00:00
messagechannel Bug 1626446 - Remove nsAutoPtr usage from dom/messagechannel. r=smaug 2020-04-03 21:05:17 +00:00
midi Bug 1626445 - Remove nsAutoPtr usage from dom/midi. r=mccr8 2020-04-03 21:05:15 +00:00
network
notification
offline
payments
performance Bug 1586761 - P9 - Revert a change for performance.now to avoid causing functions in pkcs11f.h to fail; r=tjr 2020-04-07 16:34:51 +00:00
permission Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
plugins Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
power
presentation
prio
promise Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
prototype Bug 1628282 - Inline nsDocShell::OnLoadingSite into its only caller. r=smaug 2020-04-08 11:48:56 +00:00
push Bug 1628117 - Remove BrowserApp.tabs. r=lina,snorp 2020-04-14 17:07:38 +00:00
quota Bug 1626973 - Add assertions for result of MaybeUpdateSize. r=janv,dom-workers-and-storage-reviewers 2020-04-03 16:16:50 +00:00
reporting Bug 1620594 - Part 3: Use default target for timers using SystemGroup. r=nika 2020-04-07 15:16:46 +00:00
res
script Bug 1626100 - Replace SetPendingExceptionAndStack with a ExceptionStack version. r=sfink 2020-04-09 12:35:59 +00:00
security Bug 631862 - Improve X-Frame-Options error report, r=ckerschb 2020-04-14 17:43:51 +00:00
serviceworkers Bug 1622749 - Run test_notification_openWindow.html with all possible values of browser.link.open_newwindow, r=nika 2020-04-14 19:53:57 +00:00
simpledb
smil
storage Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
svg Bug 1513603 - Remove SVG tearoff objects from the table when they are unlinked. r=longsonr 2020-04-09 12:50:28 +00:00
system Bug 1626449 - Remove nsAutoPtr usage from dom/system. r=baku 2020-04-03 21:05:24 +00:00
tests Bug 1619798 - Move GeckoView onLoadRequest calls to DocumentLoadListener.cpp r=snorp,mattwoodrow 2020-04-10 16:38:48 +00:00
u2f
url
vr Bug 1627136 - Implement select and squeeze XRInputSourceEvent. r=kip,smaug 2020-04-10 01:22:28 +00:00
webauthn Bug 1627213 - Don't call HoldJSObjects in a superclass ctor. r=jonco 2020-04-03 16:57:10 +00:00
webbrowserpersist Bug 1627536 - Avoid silly string copying in nsWebBrowserPersit. r=nika 2020-04-06 15:37:49 +00:00
webgpu Bug 1630114 - Fix default dimensionality of WebGPU texture views r=jgilbert 2020-04-15 03:53:45 +00:00
webidl Bug 1622846 - Update WebGPU TextureDescriptor API r=jgilbert,webidl,smaug 2020-04-14 12:52:03 +00:00
websocket Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
workers Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
worklet Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
xhr Bug 1629843 - Mark XMLHttpRequestMainThread and CustomEvent classes as containing pointers to JS GC things in multiple zones r=mccr8 2020-04-14 16:28:29 +00:00
xml
xslt Bug 1628433 - Add missing includes and namespaces to dom/xslt. r=mccr8 2020-04-08 18:02:21 +00:00
xul Bug 1629838 - Don't flush reentrantly from XUL a11y construction. r=Jamie 2020-04-15 01:01:12 +00:00
jar.mn
moz.build