gecko-dev/dom/base
Dzmitry Malyshau b91906eeac Bug 1581710 - Update WebGPU IDL bindings r=jgilbert,bzbarsky
This mostly updates the bindings to the current state.
No actual logic backing them yet.

*Note*: the IDL does *not* need to be checked for matching the upstream spec precisely at this stage. The upstream is evolving, we just need to update in order to start integrating the implementation. What needs to be checked is - how C++ represents the IDL, esp with regards to derived classes, events, and hierarchies.

The trickiest points, arguably, are:
  - WebGPU -> GPU prefix change
  - the goop for interfaces that are not final

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

--HG--
rename : dom/webgpu/InputState.cpp => dom/webgpu/DeviceLostInfo.cpp
rename : dom/webgpu/Fence.h => dom/webgpu/DeviceLostInfo.h
rename : dom/webgpu/BlendState.cpp => dom/webgpu/OutOfMemoryError.cpp
rename : dom/webgpu/LogEntry.h => dom/webgpu/OutOfMemoryError.h
rename : dom/webgpu/BindGroup.h => dom/webgpu/ProgrammablePassEncoder.cpp
rename : dom/webgpu/BlendState.cpp => dom/webgpu/RenderBundle.cpp
rename : dom/webgpu/BlendState.h => dom/webgpu/RenderBundle.h
rename : dom/webgpu/AttachmentState.cpp => dom/webgpu/ValidationError.cpp
rename : dom/webgpu/AttachmentState.h => dom/webgpu/ValidationError.h
extra : moz-landing-system : lando
2019-10-02 16:46:03 +00:00
..
crashtests Backed out 2 changesets (bug 1577723) for wpt failure at /html/browsers/history/the-location-interface/no-browsing-context.window.html 2019-09-18 01:50:35 +03:00
test Bug 1560667 - Collection of fixes for things uncovered by improvements to the hazard analysis. r=bzbarsky 2019-10-02 03:20:33 +00:00
AbstractRange.cpp Bug 1444847 - part 4: Implement `mozilla::dom::StaticRange` and static factory methods r=smaug 2019-06-28 07:48:52 +00:00
AbstractRange.h Bug 1564140: add comment to `AbstractRange::mIsPositioned`. r=smaug 2019-07-09 09:06:55 +02:00
AnonymousContent.cpp Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug 2019-08-16 07:38:39 +00:00
AnonymousContent.h Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug 2019-08-16 07:38:39 +00:00
Attr.cpp Bug 1565767 part 1. Stop returning addrefed URIs from GetBaseURI(). r=peterv 2019-07-15 17:22:30 +00:00
Attr.h Bug 1565767 part 1. Stop returning addrefed URIs from GetBaseURI(). r=peterv 2019-07-15 17:22:30 +00:00
AttrArray.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
AttrArray.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
AutocompleteFieldList.h Bug 1477798 - Expose whether a fieldName should be automatically persisted on getAutocompleteInfo(). r=baku 2019-01-10 18:48:39 +00:00
BarProps.cpp Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
BarProps.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BindContext.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
BodyConsumer.cpp Bug 1581278 part 2. Add convenience methods for rejecting promises with various types of spec exceptions. r=smaug 2019-09-19 13:02:39 +00:00
BodyConsumer.h Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 3 - Rename FetchBodyConsumer to BodyConsumer, r=smaug 2019-06-07 14:16:59 +00:00
BodyStream.cpp Backed out changeset 7d1f6ed3ccf5 (bug 1577311) for build bustages at TypeUtils.cpp. CLOSED TREE 2019-10-01 20:14:26 +03:00
BodyStream.h Backed out changeset 7d1f6ed3ccf5 (bug 1577311) for build bustages at TypeUtils.cpp. CLOSED TREE 2019-10-01 20:14:26 +03:00
BodyUtil.cpp Bug 1532005 - Implement a new js/public/ArrayBuffer.h header to centralize functionality for creating and interacting with ArrayBuffers. r=sfink 2019-03-04 15:19:16 -08:00
BodyUtil.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BorrowedAttrInfo.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
BorrowedAttrInfo.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CORSMode.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CharacterData.cpp Bug 1554498 - Don't use nsIMutationObserver for ShadowRoot. r=smaug 2019-08-27 22:10:46 +00:00
CharacterData.h Bug 1548389 - part 3: Make editor mark text node in password field as "maybe masked" r=smaug 2019-07-22 03:54:16 +00:00
ChildIterator.cpp Bug 205202 part 1 - [css-lists][css-pseudo] Add support for the ::marker pseudo element on list items. Alias :-moz-list-bullet/number to that in the parser. r=emilio 2019-03-24 23:13:53 +01:00
ChildIterator.h Bug 205202 part 1 - [css-lists][css-pseudo] Add support for the ::marker pseudo element on list items. Alias :-moz-list-bullet/number to that in the parser. r=emilio 2019-03-24 23:13:53 +01:00
ChildProcessMessageManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChromeMessageBroadcaster.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChromeMessageBroadcaster.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChromeMessageSender.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChromeMessageSender.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChromeNodeList.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
ChromeNodeList.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
ChromeUtils.cpp Bug 1579835, part 3 - Fix ChromeUtils::RequestProcInfo() with Fission. r=Ehsan 2019-09-25 22:40:44 +00:00
ChromeUtils.h Bug 1559244 - Step 1: make BrowserTestUtils@crashBrowser function work with JSWindowActor. r=mconley 2019-08-15 19:28:16 +00:00
Comment.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
Comment.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ContentAreaDropListener.jsm Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
ContentBlockingLog.cpp Bug 1577236 - clang-10: Fix -Wimplicit-int-float-conversion warnings in dom/base/ r=Ehsan 2019-08-29 11:35:42 +00:00
ContentBlockingLog.h Bug 1576641 - Add two new content blocking event flags to indicate a tracking/social-tracking cookie has been loaded in a tab; r=baku,droeh 2019-09-03 17:37:43 +00:00
ContentFrameMessageManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ContentFrameMessageManager.h Bug 1353867 - Change WindowProxy type. r=bzbarsky 2019-01-02 13:26:56 +00:00
ContentIterator.cpp Bug 1444847 - part 3: Create `RangeUtils` to place public static methods of `nsRange` r=smaug 2019-06-28 07:48:07 +00:00
ContentIterator.h Bug 1444847 - part 2: Sort out basic API of `nsRange` for consistency with coming `StaticRange` r=smaug 2019-06-28 07:47:29 +00:00
ContentProcessMessageManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ContentProcessMessageManager.h Bug 1572872 - Return NS_ERROR_NOT_INITIALIZED if the message manager isn't initialized. r=smaug 2019-08-09 22:35:54 +00:00
Crypto.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
Crypto.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CustomElementRegistry.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
CustomElementRegistry.h bug 1542932 Generate CustomElementConstructor from WebIDL callback definition r=bzbarsky 2019-04-11 23:05:10 +00:00
DOMException.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMException.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMImplementation.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
DOMImplementation.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
DOMIntersectionObserver.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
DOMIntersectionObserver.h Bug 1561738 - Remove nsStyleCoord. r=boris 2019-06-28 12:44:44 +02:00
DOMMatrix.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
DOMMatrix.h Bug 1360475: Use union for DOMMatrix constructor r=bzbarsky 2019-07-16 21:12:38 +00:00
DOMMozPromiseRequestHolder.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DOMParser.cpp Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
DOMParser.h Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
DOMPoint.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMPoint.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMQuad.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMQuad.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRect.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRect.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRequest.cpp Bug 1455020 - Extend CheckInnerWindowCorrectness() to check the state of the worker, r=smaug 2019-04-01 16:46:46 +00:00
DOMRequest.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DOMRequestHelper.jsm Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
DOMStringList.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DOMStringList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DOMTokenListSupportedTokens.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DirectionalityUtils.cpp Bug 1529345 - Part 1: Handle some missing includes. r=jimb 2019-06-17 04:36:02 +00:00
DirectionalityUtils.h Backed out changeset e52d041dc3de (bug 1553378) for causing build bustages in ContentEventHandler.cpp. CLOSED TREE 2019-05-24 14:32:27 +03:00
DispatcherTrait.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DispatcherTrait.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
DocGroup.cpp Bug 1562663 - P1 - Have an agent cluster id for each DocGroup; r=nika 2019-09-23 09:57:23 +00:00
DocGroup.h Bug 1562663 - P1 - Have an agent cluster id for each DocGroup; r=nika 2019-09-23 09:57:23 +00:00
Document.cpp Bug 1585604 - Remove telemetry for mixed object subrequst counting. r=ckerschb 2019-10-02 11:17:28 +00:00
Document.h Bug 1585604 - Remove telemetry for mixed object subrequst counting. r=ckerschb 2019-10-02 11:17:28 +00:00
DocumentFragment.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
DocumentFragment.h Bug 1555216 - Change the signature of BindToTree to be (BindContext&, nsINode& aParentNode). r=bzbarsky 2019-05-31 23:31:52 +02:00
DocumentInlines.h Bug 1544535 - Bug 1542263 - Don't keep two list of stylesheets in ServoStyleSet. r=firefox-style-system-reviewers,jwatt 2019-04-19 04:20:31 +00:00
DocumentOrShadowRoot.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
DocumentOrShadowRoot.h Bug 1542756 - Bug 1543128 - Add option to only return visible nodes from nsIDOMWindowUtils.nodesFromRect. r=emilio 2019-04-15 01:08:12 +00:00
DocumentType.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
DocumentType.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Element.cpp Backed out 3 changesets (bug 1129227) for wpt failures at active-lock.html. CLOSED TREE 2019-09-27 03:53:36 +03:00
Element.h Bug 1577721 - Unify attribute cloning between XUL / HTML and everything else. r=bzbarsky 2019-09-02 10:43:52 +00:00
ElementInlines.h Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio 2019-04-04 00:19:48 +00:00
EventSource.cpp Bug 1558915 - Use infallible nsIURI::SchemeIs in dom/base. r=smaug 2019-07-30 17:51:37 +00:00
EventSource.h Bug 1539532 - EventSource must bind itself to valid nsIGlobalObject in workers, r=smaug 2019-03-28 22:06:29 +00:00
FlushType.h Bug 1571612 - P1: Split FlushType::Style and FlushType::Frame. r=heycam 2019-08-07 03:51:20 +00:00
FormData.cpp Bug 1518442 - Part 3: Add dom.formdata.event.enabled preference for Event-based form participation; r=smaug,edgar 2019-09-09 13:53:34 +00:00
FormData.h Bug 1518442 - Part 2: Implement Event-based form participation; r=smaug,edgar 2019-09-09 13:53:27 +00:00
FragmentOrElement.cpp Bug 1577043 - Turn two anonymous-content-related NS_ASSERTIONs into MOZ_ASSERTs. r=smaug 2019-08-28 09:36:44 +00:00
FragmentOrElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
FromParser.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
FullscreenChange.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
FuzzingFunctions.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
FuzzingFunctions.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
GeneratedImageContent.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
GeneratedImageContent.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
HTMLSplitOnSpacesTokenizer.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
IDTracker.cpp Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
IDTracker.h Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
IdentifierMapEntry.h Bug 1298509 - Notify identifier map entries if they get removed via DestroyElementMaps; r=bzbarsky 2019-08-30 11:52:32 +00:00
IdleDeadline.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
IdleDeadline.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
IdleRequest.cpp Bug 1535384 part 13. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from IdleRequestCallback. r=farre 2019-03-19 07:22:05 +00:00
IdleRequest.h Bug 1535384 part 13. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from IdleRequestCallback. r=farre 2019-03-19 07:22:05 +00:00
IframeSandboxKeywordList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ImageEncoder.cpp Bug 1583851 - make ImageEncoder dispatch tasks to our background thread pool; r=baku 2019-09-26 21:11:12 +00:00
ImageEncoder.h Bug 1583851 - make ImageEncoder dispatch tasks to our background thread pool; r=baku 2019-09-26 21:11:12 +00:00
ImageTracker.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ImageTracker.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
InProcessBrowserChildMessageManager.cpp Backed out 2 changesets (bug 1581925) for devtools failures at browser_toolbox_textbox_context_menu.js. CLOSED TREE 2019-10-02 03:04:43 +03:00
InProcessBrowserChildMessageManager.h Backed out 2 changesets (bug 1581925) for devtools failures at browser_toolbox_textbox_context_menu.js. CLOSED TREE 2019-10-02 03:04:43 +03:00
IndexedDBHelper.jsm Bug 1556849 - Enable ESLint for dom/base/. r=Standard8,mccr8 2019-07-15 17:22:45 +00:00
IntlUtils.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
IntlUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
Link.cpp Bug 1572526 - Move a bunch of code that's only called by HTMLLinkElement out of Link.cpp. r=bzbarsky 2019-08-15 14:10:08 +00:00
Link.h Bug 1572526 - Move a bunch of code that's only called by HTMLLinkElement out of Link.cpp. r=bzbarsky 2019-08-15 14:10:08 +00:00
Location.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
Location.h Backed out 2 changesets (bug 1577723) for wpt failure at /html/browsers/history/the-location-interface/no-browsing-context.window.html 2019-09-18 01:50:35 +03:00
LocationBase.cpp Bug 1574593: Silently ignore load attempt on/from discarded BrowsingContext. r=nika 2019-09-12 11:37:01 +00:00
LocationBase.h Backed out 2 changesets (bug 1532994) for build bustages on a CLOSED TREE 2019-08-26 21:22:39 +03:00
MaybeCrossOriginObject.cpp Bug 1566678. Handle attempts to setImmutablePrototype on a WindowProxy more gracefully. r=jandem 2019-07-19 08:14:14 +00:00
MaybeCrossOriginObject.h Bug 1566678. Handle attempts to setImmutablePrototype on a WindowProxy more gracefully. r=jandem 2019-07-19 08:14:14 +00:00
MessageBroadcaster.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MessageBroadcaster.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MessageListenerManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MessageListenerManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MessageManagerGlobal.cpp Bug 1490044 - Remove DOMPrefs. r=bzbarsky 2019-06-13 09:02:03 +00:00
MessageManagerGlobal.h Bug 1572872 - Return NS_ERROR_NOT_INITIALIZED if the message manager isn't initialized. r=smaug 2019-08-09 22:35:54 +00:00
MessageSender.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MessageSender.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MimeType.cpp Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
MimeType.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MozQueryInterface.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MozQueryInterface.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
NameSpaceConstants.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Navigator.cpp Bug 1581710 - Update WebGPU IDL bindings r=jgilbert,bzbarsky 2019-10-02 16:46:03 +00:00
Navigator.h Bug 1581710 - Update WebGPU IDL bindings r=jgilbert,bzbarsky 2019-10-02 16:46:03 +00:00
NodeInfo.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
NodeInfo.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
NodeInfoInlines.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
NodeIterator.cpp Bug 1565584: move `nsIContentUtils::ContentIsDescendantOf` to `nsINode::IsInclusiveDescendantOf`. r=smaug 2019-07-15 10:02:21 +02:00
NodeIterator.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
NodeUbiReporting.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
NodeUbiReporting.h Bug 1529345 - Part 1: Handle some missing includes. r=jimb 2019-06-17 04:36:02 +00:00
ParentProcessMessageManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ParentProcessMessageManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlacesBookmark.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlacesBookmarkAddition.h Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PlacesEvent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlacesEvent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlacesObservers.cpp Bug 1535384 part 14. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from PlacesEventCallback. r=dthayer 2019-03-19 07:12:29 +00:00
PlacesObservers.h Bug 1535384 part 14. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from PlacesEventCallback. r=dthayer 2019-03-19 07:12:29 +00:00
PlacesVisit.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
PlacesWeakCallbackWrapper.cpp Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PlacesWeakCallbackWrapper.h Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PopupBlocker.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
PopupBlocker.h Bug 1554122 - Rename nsAutoPopupStatePusher* to AutoPopupStatePusher; r=smaug 2019-05-24 12:42:29 +00:00
Pose.cpp Bug 1574996 - Fix broken VRPose arrays. r=kip 2019-08-20 18:34:24 +00:00
Pose.h Bug 1574996 - Fix broken VRPose arrays. r=kip 2019-08-20 18:34:24 +00:00
PostMessageEvent.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
PostMessageEvent.h Bug 1562663 - P4a - Deny sharing memery by default for DataClonePolicy; r=nika,lth 2019-09-26 13:27:25 +00:00
ProcessMessageManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ProcessMessageManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ProcessSelector.jsm Bug 1556849 - Enable ESLint for dom/base/. r=Standard8,mccr8 2019-07-15 17:22:45 +00:00
RangeBoundary.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RangeUtils.cpp Bug 1438996. Don't construct a unneeded temporary range object in RangeUtils::CompareNodeToRange. r=masayuki 2019-08-15 21:13:54 +00:00
RangeUtils.h Bug 1444847 - part 3: Create `RangeUtils` to place public static methods of `nsRange` r=smaug 2019-06-28 07:48:07 +00:00
RemoteOuterWindowProxy.cpp Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
ResizeObserver.cpp Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 3 - Rename FetchBodyConsumer to BodyConsumer, r=smaug 2019-06-07 14:16:59 +00:00
ResizeObserver.h Bug 1552911 - Tweak the internal C++ constructor of ResizeObserverEntry to require aBorderBoxSize and aContentBoxSize. r=dholbert 2019-05-21 19:28:21 +00:00
ResizeObserverController.cpp Bug 1555786 - Get inner window from doc directly for resize observer. r=smaug 2019-06-25 20:07:03 +00:00
ResizeObserverController.h Bug 1548057 - Properly unregister the resize observer helpers when the shell goes away. r=dholbert,boris 2019-04-30 19:44:55 +00:00
ResponsiveImageSelector.cpp Bug 1565767 part 3. Remove some unnecesary refcounting at nsINode::GetBaseURI callsites. r=peterv 2019-07-15 17:46:43 +00:00
ResponsiveImageSelector.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
SameProcessMessageQueue.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
SameProcessMessageQueue.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScreenLuminance.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScreenLuminance.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ScreenOrientation.cpp Bug 1582124 - Break Document cycles when they are destroyed r=smaug 2019-09-19 13:41:44 +00:00
ScreenOrientation.h Bug 1525582 - Resolve OrientationPendingPromise after change event fires r=baku 2019-02-13 18:08:24 +00:00
ScriptableContentIterator.cpp Bug 181137 - part 8: Make ContentIteratorBase and its subclasses non-refcountable r=smaug 2019-01-11 01:52:26 +00:00
ScriptableContentIterator.h Bug 181137 - part 8: Make ContentIteratorBase and its subclasses non-refcountable r=smaug 2019-01-11 01:52:26 +00:00
Selection.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
Selection.h Bug 1564926: remove dead code returning pointers to local variables in `Selection::GetIndicesForInterval`. r=smaug 2019-07-11 09:20:22 +02:00
SelectionChangeEventDispatcher.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
SelectionChangeEventDispatcher.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
SerializedStackHolder.cpp Bug 1560667 - Collection of fixes for things uncovered by improvements to the hazard analysis. r=bzbarsky 2019-10-02 03:20:33 +00:00
SerializedStackHolder.h Bug 1578623 permit SerializeStack() from worklet thread r=baku 2019-09-09 00:41:48 +00:00
ShadowIncludingTreeIterator.h Bug 1519193 part 1. Add an iterator that implements "shadow-including tree order" traversal. r=emilio 2019-01-12 03:17:24 +00:00
ShadowRoot.cpp Bug 1575138 - Do not schedule reconstruction for <slot> if there's no fallback. r=smaug 2019-09-24 15:13:34 +00:00
ShadowRoot.h Bug 1554498 - Don't use nsIMutationObserver for ShadowRoot. r=smaug 2019-08-27 22:10:46 +00:00
SlowScriptDebug.jsm Bug 1556849 - Enable ESLint for dom/base/. r=Standard8,mccr8 2019-07-15 17:22:45 +00:00
StaticRange.cpp Bug 1575980 - Implement StaticRange constructor; r=smaug 2019-10-01 17:51:32 +00:00
StaticRange.h Bug 1575980 - Implement StaticRange constructor; r=smaug 2019-10-01 17:51:32 +00:00
StorageAccessPermissionRequest.cpp Bug 1573236 - Part 2: Make the dom.storage_access.auto_grants.delayed work again with the new setup; r=baku 2019-08-14 21:02:59 +00:00
StorageAccessPermissionRequest.h Bug 1573236 - Part 2: Make the dom.storage_access.auto_grants.delayed work again with the new setup; r=baku 2019-08-14 21:02:59 +00:00
StructuredCloneBlob.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
StructuredCloneBlob.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-04 19:10:18 +00:00
StructuredCloneHolder.cpp Bug 1560667 - Collection of fixes for things uncovered by improvements to the hazard analysis. r=bzbarsky 2019-10-02 03:20:33 +00:00
StructuredCloneHolder.h Bug 1350254 part 7. Consolidate ReadString/WriteString helpers for structured serialization. r=baku 2019-06-25 06:48:33 +00:00
StructuredCloneTags.h Bug 1562064. Convert StructuredCloneTester to using [Serializable]. r=baku 2019-06-30 16:43:10 +00:00
StructuredCloneTester.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
StructuredCloneTester.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
StyleSheetList.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
StyleSheetList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SubtleCrypto.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SubtleCrypto.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SyncMessageSender.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TabGroup.cpp Bug 1584409 - Change the assertion to release to avoid unused variable on beta; r=nika 2019-09-27 19:17:18 +00:00
TabGroup.h Backed out 2 changesets (bug 1582716, bug 1575051) for gv-junit failures, new exception. CLOSED TREE 2019-09-24 19:47:00 +03:00
Text.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
Text.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TextInputProcessor.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
TextInputProcessor.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ThirdPartyUtil.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
ThirdPartyUtil.h Bug 1444847 - part 4: Implement `mozilla::dom::StaticRange` and static factory methods r=smaug 2019-06-28 07:48:52 +00:00
Timeout.cpp Bug 1515214 - Add markers with cause stacks and the name of the called function for setTimeout callback execution. r=jesup 2019-07-10 20:48:14 +00:00
Timeout.h Bug 1515214 - Add markers with cause stacks and the name of the called function for setTimeout callback execution. r=jesup 2019-07-10 20:48:14 +00:00
TimeoutBudgetManager.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TimeoutBudgetManager.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TimeoutExecutor.cpp Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 3 - Rename FetchBodyConsumer to BodyConsumer, r=smaug 2019-06-07 14:16:59 +00:00
TimeoutExecutor.h Bug 1535384 part 8. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for Web IDL Function. r=mccr8 2019-03-19 20:52:03 +00:00
TimeoutHandler.cpp Bug 1515214 - Add TimeoutHandler::GetDescription which just calls through to CallbackObject::GetDescription for CallbackTimeoutHandlers. r=smaug 2019-07-10 20:48:14 +00:00
TimeoutHandler.h Bug 1515214 - Add TimeoutHandler::GetDescription which just calls through to CallbackObject::GetDescription for CallbackTimeoutHandlers. r=smaug 2019-07-10 20:48:14 +00:00
TimeoutManager.cpp Bug 1578329 - Use profiler_can_accept_markers() where appropriate - r=gregtatum 2019-09-18 01:22:12 +00:00
TimeoutManager.h Bug 1569004 - Convert dom.timeout.enable_budget_timer_throttling to static pref. r=njn 2019-07-26 20:14:48 +00:00
TreeIterator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TreeOrderedArray.h Bug 1298509 - Notify identifier map entries if they get removed via DestroyElementMaps; r=bzbarsky 2019-08-30 11:52:32 +00:00
TreeOrderedArrayInlines.h Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
TreeWalker.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
TreeWalker.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
UIDirectionManager.cpp Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
UIDirectionManager.h Bug 1498287 - Support RTL pref in non-XUL documents too. r=smaug 2019-04-03 09:26:31 +00:00
UseCounter.h Bug 1578661 - Report counted unknown properties as well. r=boris 2019-09-19 00:20:04 +00:00
UseCounters.conf Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00
UserActivation.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
UserActivation.h Bug 1578355 - Part 3: Add the ability to consume transient user activation; r=smaug 2019-09-20 11:10:13 +00:00
ViewportMetaData.cpp Bug 1498729 - Store each viewport meta data by the viewport meta tag and use the last one. r=smaug,botond 2019-07-25 20:51:23 +00:00
ViewportMetaData.h Bug 1498729 - Store each viewport meta data by the viewport meta tag and use the last one. r=smaug,botond 2019-07-25 20:51:23 +00:00
VisualViewport.cpp Bug 1477610 - Flush layout when reporting the visual viewport size via the Visual Viewport API. r=hiro 2019-05-09 03:56:41 +00:00
VisualViewport.h Bug 1477610 - Flush layout when reporting the visual viewport size via the Visual Viewport API. r=hiro 2019-05-09 03:56:41 +00:00
WindowDestroyedEvent.cpp Bug 1548613. Get rid of FastGetGlobalJSObject. r=mccr8,jonco 2019-05-03 10:08:07 +00:00
WindowDestroyedEvent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WindowNamedPropertiesHandler.cpp Bug 1581173 part 1. Add a way to more easily throw TypeErrors and RangeErrors with custom message strings via ErrorResult. r=smaug 2019-09-20 02:19:18 +00:00
WindowNamedPropertiesHandler.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
WindowOrientationObserver.cpp Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
WindowOrientationObserver.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
WindowProxyHolder.h Bug 1510760, part 4 - Add transplant support to GetRemoteOuterWindowProxy(). r=peterv 2019-07-18 19:36:17 +00:00
XPathGenerator.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
XPathGenerator.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
components.conf Bug 1524688: Part 58 - Convert SlowScriptDebug to static registration. r=mconley 2019-01-30 11:42:53 -08:00
domerr.msg Bug 927610 part 3. Stop using NS_ERROR_TYPE_ERR in serviceworker code. r=smaug 2019-09-24 16:53:28 +00:00
gen-usecounters.py Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00
moz.build Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
mozAutoDocUpdate.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
mozIDOMWindow.idl
nsAttrName.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsAttrValue.cpp Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
nsAttrValue.h Bug 1561440 part 4. Parse non-integer HTML dimension values. r=mccr8 2019-06-28 23:31:15 +00:00
nsAttrValueInlines.h Bug 1561440 part 3. Add a way to store a non-integer percent value in nsAttrValue. r=mccr8 2019-06-28 23:26:09 +00:00
nsAttrValueOrString.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsAttrValueOrString.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsCCUncollectableMarker.cpp Bug 1580474 - Replace #defines with constants in nsJSEnvironment files r=mccr8 2019-09-12 09:56:52 +00:00
nsCCUncollectableMarker.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsCaseTreatment.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsChildContentList.h Bug 1551425: Part 2) Change reference to parent in `nsAttrChildContentList` from non-owning to RefPtr. r=smaug 2019-06-25 06:56:23 +00:00
nsContentAreaDragDrop.cpp Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre 2019-08-20 12:43:02 +00:00
nsContentAreaDragDrop.h Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre 2019-08-20 12:43:02 +00:00
nsContentCID.h Bug 181137 - part 7: Get rid of nsIContentIterator interface r=smaug 2019-01-11 01:51:42 +00:00
nsContentCreatorFunctions.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsContentList.cpp Bug 1573646 - avoid nsCOMPtr temporary in nsContentList::PopulateSelf; r=mccr8 2019-08-13 20:33:21 +00:00
nsContentList.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsContentListDeclarations.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsContentPermissionHelper.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
nsContentPermissionHelper.h Bug 1289211 - Rename InfallibleTArray to nsTArray in dom/base/ r=Ehsan 2019-07-10 03:25:21 +00:00
nsContentPolicy.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsContentPolicy.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsContentPolicyUtils.h Bug 467035 - Add new internal DTD content types r=ckerschb 2019-07-03 17:28:25 +00:00
nsContentSink.cpp Bug 1574480 - Updated browser.js and OfflineAppsChild.jsm to use PermissionManager principal methods. r=johannh,smaug 2019-09-10 10:57:07 +00:00
nsContentSink.h Bug 1571530 - Cleanup slightly SheetComplete, and use the right boolean to notify. r=heycam 2019-08-16 10:56:16 +00:00
nsContentTypeParser.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsContentTypeParser.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsContentUtils.cpp Bug 1580816 Part 2: Expose document.l10n to privileged extensions r=mossop 2019-09-28 19:42:10 +00:00
nsContentUtils.h Backed out 3 changesets (bug 1129227) for wpt failures at active-lock.html. CLOSED TREE 2019-09-27 03:53:36 +03:00
nsCopySupport.cpp Bug 1560032 - part 2: Make cut/copy in password field available r=m_kato,smaug 2019-07-29 06:21:42 +00:00
nsCopySupport.h Bug 1552490: rename `nsCopySupport::HTMLCopy`, change `nsDocumentEncoder::IsVisible`, add unit to buffer size name. r=hsivonen 2019-05-20 07:43:43 +00:00
nsDOMAttributeMap.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
nsDOMAttributeMap.h Bug 1529345 - Part 1: Handle some missing includes. r=jimb 2019-06-17 04:36:02 +00:00
nsDOMCID.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMCaretPosition.cpp Bug 1444847 - part 2: Sort out basic API of `nsRange` for consistency with coming `StaticRange` r=smaug 2019-06-28 07:47:29 +00:00
nsDOMCaretPosition.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMDataChannel.cpp Bug 1581023 - Expand DataChannel logging capabilities - r=bwc 2019-09-19 14:50:57 +00:00
nsDOMDataChannel.h Bug 1551589: readyState fixes r=ng 2019-05-29 21:27:18 +00:00
nsDOMDataChannelDeclarations.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMJSUtils.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsDOMMutationObserver.cpp Bug 1581173 part 2. Fix MutationObserver to throw the right exceptions. r=smaug 2019-09-23 13:53:42 +00:00
nsDOMMutationObserver.h Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8 2019-03-19 15:14:11 +00:00
nsDOMNavigationTiming.cpp Bug 1578329 - Use profiler_can_accept_markers() where appropriate - r=gregtatum 2019-09-18 01:22:12 +00:00
nsDOMNavigationTiming.h Bug 1459711: Ensure that navigation.performance.type is 2 when restoring a document from the session history. r=bzbarsky 2019-07-29 20:28:38 +00:00
nsDOMSerializer.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsDOMSerializer.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
nsDOMString.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMTokenList.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMTokenList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDOMWindowUtils.cpp Bug 1585493 - Drop widgetLayerManager in nsDOMWindowUtils::GetOMTAStyle. r=boris 2019-10-01 22:13:34 +00:00
nsDOMWindowUtils.h Bug 1569258 - Ensure we have a CompositionRecorder before attempting to write frames r=kvark,mstange 2019-07-31 20:21:03 +00:00
nsDataDocumentContentPolicy.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsDataDocumentContentPolicy.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsDeprecatedOperationList.h Bug 1548530 - Remove support for numalign/denomalign/align attributes. r=emilio 2019-09-22 11:25:26 +00:00
nsDocElementCreatedNotificationRunner.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsDocumentEncoder.cpp Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsDocumentWarningList.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsFocusManager.cpp Bug 1569262 - Rename nsIDocShellTreeItem::GetRootTreeItem to GetInProcessRootTreeItem for Fission marking. r=nika 2019-08-07 19:24:00 +00:00
nsFocusManager.h Bug 1553769 - Have a single way of requesting window focus and switching to a tab. r=NeilDeakin,snorp 2019-06-03 19:42:28 +00:00
nsFrameLoader.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsFrameLoader.h Backed out 6 changesets (bug 1576714) for build bustages at nsFrameLoaderOwner.cpp. CLOSED TREE 2019-10-02 04:14:53 +03:00
nsFrameLoaderOwner.cpp Backed out 6 changesets (bug 1576714) for build bustages at nsFrameLoaderOwner.cpp. CLOSED TREE 2019-10-02 04:14:53 +03:00
nsFrameLoaderOwner.h Backed out 6 changesets (bug 1576714) for build bustages at nsFrameLoaderOwner.cpp. CLOSED TREE 2019-10-02 04:14:53 +03:00
nsFrameMessageManager.cpp Bug 1547351 - add IsEmpty and fix OrInsert signature for nsBaseHashtable. r=Ehsan 2019-07-24 14:10:56 +00:00
nsFrameMessageManager.h Bug 1522579 - Part 3: Remove consumers of nsIContentChild, r=mccr8 2019-02-25 20:04:49 +00:00
nsGlobalWindow.h
nsGlobalWindowCommands.cpp Bug 1558674 - Allow chrome privileged documents to enable/disable copy/paste. r=Ehsan,bgrins 2019-06-18 20:40:19 +00:00
nsGlobalWindowCommands.h Bug 1540963 - Make nsIControllerCommandTable builtinclass and make its users use nsControllerCommandTable directly r=bzbarsky 2019-04-03 12:52:14 +00:00
nsGlobalWindowInner.cpp Bug 1237782 - Remove http override and add appcache pref r=baku 2019-09-30 00:55:02 +00:00
nsGlobalWindowInner.h Bug 1562663 - P4b - Enable SAB for window.postMessage and worker.postMessage; r=nika 2019-09-23 09:57:24 +00:00
nsGlobalWindowOuter.cpp Bug 1567355 - Admit that exiting fullscreen can fail on macOS. r=smaug 2019-09-30 12:35:45 +00:00
nsGlobalWindowOuter.h Bug 1562663 - P4b - Enable SAB for window.postMessage and worker.postMessage; r=nika 2019-09-23 09:57:24 +00:00
nsHTMLContentSerializer.cpp Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsHTMLContentSerializer.h Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsHistory.cpp Bug 1563587, Make history.back/forward/go asynchronous, r=farre 2019-08-14 06:38:47 +00:00
nsHistory.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
nsIAnimationObserver.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIContent.h Bug 1575620 - Fix refreshing session restore when using prototype cache. r=smaug 2019-09-06 20:27:09 +00:00
nsIContentInlines.h Bug 1554498 - followup: Add a null-check since XBL can call into UnbindFromTree at odd times. a=Aryx,btara 2019-08-28 13:45:38 +02:00
nsIContentPolicy.idl Bug 467035 - Add new internal DTD content types r=ckerschb 2019-07-03 17:28:25 +00:00
nsIContentSerializer.h Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsIDOMRequestService.idl
nsIDocumentEncoder.idl Bug 1575495: part 5) Add comment to `setWrapColumn` that value 0 disables wrapping. r=hsivonen 2019-08-23 13:17:08 +00:00
nsIDocumentObserver.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
nsIDroppedLinkHandler.idl Bug 1550930 part 3. Stop using [array] for nsIDroppedLinkHandler.dropLinks. r=NeilDeakin 2019-05-15 20:58:08 +00:00
nsIGlobalObject.cpp Bug 1557409 - Part 1: Make sure nsIGlobalObject::PrincipalOrNull() returns null when called off the main thread; r=baku 2019-06-10 19:32:04 +00:00
nsIGlobalObject.h Bug 1529345 - Part 2: Add Gecko infrastructure for receiving notifications about debugger-related events. r=jimb,smaug 2019-06-17 04:36:29 +00:00
nsIImageLoadingContent.idl Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar 2019-09-24 15:22:26 +00:00
nsIMessageManager.idl
nsIMutationObserver.h Bug 1519185: Remove AttributeWillChange aNewValue parameter r=emilio,bzbarsky 2019-01-29 17:59:38 +01:00
nsINode.cpp Bug 1581315 part 3. Add MOZ_MUST_RETURN_FROM_CALLER_IF_THIS_IS_ARG to more ErrorResult methods. r=smaug 2019-09-20 02:19:18 +00:00
nsINode.h Bug 1583203 - Annotate nsINode::OwnerDoc() as MOZ_NONNULL_RETURN. r=smaug 2019-09-23 18:12:19 +00:00
nsINodeList.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsIObjectLoadingContent.idl Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar 2019-09-24 15:22:26 +00:00
nsIRemoteWindowContext.idl Bug 1521596 expose private browsing flag in nsIRemoteWindowContext r=kmag 2019-02-27 01:46:07 +00:00
nsIScriptChannel.idl Bug 1550590 - nsIScriptChannel isn't used by script. r=bzbarsky 2019-05-10 04:32:24 +00:00
nsIScriptContext.h Bug 1559263 - Eliminate nsJSContext::mIsInitialized. r=bzbarsky 2019-06-14 18:40:25 +00:00
nsIScriptGlobalObject.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIScriptObjectPrincipal.h Bug 1536411 - StoragePrincipal - part 1 - Implementation, r=Ehsan 2019-04-12 05:31:32 +00:00
nsIScriptableContentIterator.idl Bug 181137 - part 7: Get rid of nsIContentIterator interface r=smaug 2019-01-11 01:51:42 +00:00
nsISelectionController.idl Bug 1533617 part 4. Mark virtual methods with CAN_RUN_SCRIPT overrides as CAN_RUN_SCRIPT. r=nika 2019-03-11 14:20:29 +00:00
nsISelectionDisplay.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsISelectionListener.idl Bug 1543315 - part 16: Mark PresShell::HandleEventWithTarget() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-05-06 13:15:05 +00:00
nsISizeOfEventTarget.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
nsImageLoadingContent.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsImageLoadingContent.h Bug 1579788 - Don't update validity state when the JS engine fails to execute the pattern. r=smaug 2019-09-16 10:11:42 +00:00
nsJSEnvironment.cpp Bug 1580883 - Use TimeDuration for CycleCollectorStats members r=mccr8 2019-09-18 12:48:46 +00:00
nsJSEnvironment.h Bug 1580474 - Replace #defines with constants in nsJSEnvironment files r=mccr8 2019-09-12 09:56:52 +00:00
nsJSUtils.cpp Bug 1574972 - Make nsJSUtils::GetCallingLocation() fallible. r=smaug 2019-08-20 20:03:18 +00:00
nsJSUtils.h Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
nsLineBreaker.cpp Bug 1553874 - Skip calling in to GetJISx4051Breaks when line-break:anywhere is in effect. r=emilio 2019-05-24 14:37:43 +00:00
nsLineBreaker.h Bug 1418472 - Flush line-breaks when encountering a Placeholder for an absolutely-positioned frame. r=emilio 2019-05-22 11:33:21 +00:00
nsMappedAttributeElement.cpp Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsMappedAttributeElement.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsMappedAttributes.cpp Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium 2019-08-14 01:32:41 +00:00
nsMappedAttributes.h Bug 1570982 - remove `CPP_THROW_NEW`; r=glandium 2019-08-14 01:32:41 +00:00
nsMimeTypeArray.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMimeTypeArray.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNameSpaceManager.cpp Bug 1523969 part 6 - Move method definition inline comments to new line in 'dom/'. r=nika 2019-02-25 16:05:29 -06:00
nsNameSpaceManager.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsNoDataProtocolContentPolicy.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsNoDataProtocolContentPolicy.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNodeInfoManager.cpp Bug 1564208 part 2: Use Maybe<bool> to represent lazily-initialized bools for SVG/MathML enabling. r=smaug 2019-07-09 21:19:41 +00:00
nsNodeInfoManager.h Bug 1564208 part 2: Use Maybe<bool> to represent lazily-initialized bools for SVG/MathML enabling. r=smaug 2019-07-09 21:19:41 +00:00
nsNodeUtils.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
nsNodeUtils.h Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
nsObjectLoadingContent.cpp Bug 1581664 - use unlimited session length permission for 'Allow Now' for plugins, r=mconley,handyman 2019-10-01 22:23:17 +00:00
nsObjectLoadingContent.h Bug 1555216 - Change the signature of BindToTree to be (BindContext&, nsINode& aParentNode). r=bzbarsky 2019-05-31 23:31:52 +02:00
nsOpenURIInFrameParams.cpp Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
nsOpenURIInFrameParams.h Bug 1272409 - Fix fuzzy unified build failed after adding new files into dom/base. r=dholbert 2019-04-26 20:29:30 +00:00
nsPIDOMWindow.h Backed out 6 changesets (bug 1576407) for causing wpt and mochitest failures. CLOSED TREE 2019-08-29 03:00:47 +03:00
nsPIDOMWindowInlines.h Bug 1451455 - Fire the 'load' event on out-of-process iframes, r=rhunt 2019-06-06 14:57:17 +00:00
nsPIWindowRoot.h Bug 1545499 - Remove dead code for threading accelerator state. r=NeilDeakin 2019-06-03 15:29:06 +00:00
nsPlainTextSerializer.cpp Bug 1581523: part 6) Move wrap-related methods to `nsPlainTextSerializer::Settings`. r=hsivonen 2019-09-23 11:44:13 +00:00
nsPlainTextSerializer.h Bug 1581523: part 6) Move wrap-related methods to `nsPlainTextSerializer::Settings`. r=hsivonen 2019-09-23 11:44:13 +00:00
nsPluginArray.cpp Bug 1527505 - Part 9: Make nsIPermissionManager accept ACString arguments for permission types instead of raw C strings; r=nika 2019-02-21 22:54:28 +00:00
nsPluginArray.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPropertyTable.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPropertyTable.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsQueryContentEventResult.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsQueryContentEventResult.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsRange.cpp Bug 1548188 Part 1: Make nsRange::GetPartialTextRect use IsInlineReversed to determine whether start is before end. r=bzbarsky 2019-09-04 19:53:42 +00:00
nsRange.h Bug 1563450: rename `Selection::AddItem` to `Selection::AddRangesForSelectableNodes`. r=smaug 2019-07-04 16:36:01 +02:00
nsSandboxFlags.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsScreen.cpp Bug 1575097 Part 3: Make nsScreen::GetRDMScreenSize get the size from the window. r=Ehsan 2019-08-25 23:53:54 +00:00
nsScreen.h Bug 1575097 Part 3: Make nsScreen::GetRDMScreenSize get the size from the window. r=Ehsan 2019-08-25 23:53:54 +00:00
nsStructuredCloneContainer.cpp Bug 1539261, part 2 - Mark various JSStructuredCloneData methods MOZ_MUST_USE. r=sfink 2019-03-27 20:41:17 +00:00
nsStructuredCloneContainer.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStubMutationObserver.cpp
nsStubMutationObserver.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStyleLinkElement.cpp Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
nsStyleLinkElement.h Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
nsStyledElement.cpp Bug 1577743 - Remove dead argument from nsStyledElement::ReparseStyleAttribute. r=heycam 2019-09-04 00:16:28 +00:00
nsStyledElement.h Bug 1577743 - Remove dead argument from nsStyledElement::ReparseStyleAttribute. r=heycam 2019-09-04 00:16:28 +00:00
nsSyncLoadService.cpp Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
nsSyncLoadService.h Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
nsTextFragment.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsTextFragment.h Bug 1569613 - Add surrogate pair handling API to `nsTextFragment` r=hsivonen 2019-08-06 05:43:21 +00:00
nsTextFragmentImpl.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsTextFragmentSSE2.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsTextFragmentVMX.cpp Bug 817058 - VMX acceleration for nsTextFragment. r=bzbarsky 2019-08-28 05:03:54 +00:00
nsTextNode.cpp Bug 1555216 - Change the signature of BindToTree to be (BindContext&, nsINode& aParentNode). r=bzbarsky 2019-05-31 23:31:52 +02:00
nsTextNode.h Bug 1555216 - Change the signature of BindToTree to be (BindContext&, nsINode& aParentNode). r=bzbarsky 2019-05-31 23:31:52 +02:00
nsTraversal.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsTraversal.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsTreeSanitizer.cpp Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
nsTreeSanitizer.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsViewportInfo.cpp Bug 1566991: Add some assertions to sanity-check that our mobile viewport zoom factors are positive. r=botond 2019-07-23 18:07:26 +00:00
nsViewportInfo.h Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug 2019-01-03 17:48:33 +01:00
nsWindowMemoryReporter.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
nsWindowMemoryReporter.h Bug 1553188 - Part 4 - Update remaining references to browser.xul;r=bdahl 2019-05-28 16:40:42 -07:00
nsWindowRoot.cpp Backed out 2 changesets (bug 1581925) for devtools failures at browser_toolbox_textbox_context_menu.js. CLOSED TREE 2019-10-02 03:04:43 +03:00
nsWindowRoot.h Bug 1545499 - Remove dead code for threading accelerator state. r=NeilDeakin 2019-06-03 15:29:06 +00:00
nsWindowSizes.h Bug 1560188 - Fix and improve display list memory reporting. r=mattwoodrow,njn 2019-07-02 02:46:09 +00:00
nsWrapperCache.cpp Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8. 2019-08-16 20:51:12 +00:00
nsWrapperCache.h Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8. 2019-08-16 20:51:12 +00:00
nsWrapperCacheInlines.h Bug 1536154 - Eagerly run finalizer for any dead reflector JSObject when creating a new reflector for a DOM native r=bzbarsky 2019-04-24 15:58:39 +01:00
nsXHTMLContentSerializer.cpp Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXHTMLContentSerializer.h Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXMLContentSerializer.cpp Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXMLContentSerializer.h Bug 1576899: change `nsIContentSerializer` to take output string as argument in `nsIContentSerializer::Init`. r=hsivonen 2019-08-28 11:54:49 +00:00
usecounters.py Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00