summaryrefslogtreecommitdiff
path: root/dom/base/moz.build
Commit message (Collapse)AuthorAge
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1643 - Part 3: Implement ResizeObserverControllerMoonchild2020-09-16
|
* Issue #1643 - Part 2: Implement ResizeObserver APIMoonchild2020-09-16
| | | | Implements ResizeObserver, ResizeObserverEntry and ResizeObservation
* Issue #1391 - Remove the DOM battery APIMoonchild2020-07-28
|
* Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElementMoonchild2020-06-30
| | | | | | - Moves scripting parts of DOM into 'dom/script' - Renames nsScript{Loader/Element} to Script{Loader/Element} - Adjusts all callers
* Bug 1426494 - Share more code between nsIDocument and ShadowRootMatt A. Tobin2020-06-13
| | | | Tag #1375
* Issue #1564 - Split off nsIdentifierMapEntry in its own headerwolfbeast2020-05-25
| | | | + Fix dependency fallout from removing nsDocument.h from ShadowRoot.h
* Bug 1425769 - Base class for ShadowRoot and Document to manage style stateMatt A. Tobin2020-04-17
| | | | Tag #1375
* Issue #80 - De-unify dom/baseMatt A. Tobin2020-04-17
| | | | Tag #1375
* Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22
| | | | | | | | | | | | This changes the work we do for document.open() in the following ways: - We no longer create a new Window when doing document.open(). We use the same Window but remove all the event listeners on the existing DOM tree and Window before removing the document's existing children to provide a clean slate document to use for .write(). - We no longer create a session history entry (previously would be a wyciwyg URI). We now replace the current one, effectively losing the entry for the original document. - We now support document.open() on windowless documents.
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23
| | | | MOZ_FENNEC
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* moebius#73: DOM - window.requestIdleCallback - improvements (basic)janekptacijarabaci2018-04-18
| | | | https://github.com/MoonchildProductions/moebius/pull/73
* Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, ↵Tom Ritter2018-03-14
| | | | | | | | | | | a=RyanVM Backport to ESR where we don't have the ResistFingerprinting component. MozReview-Commit-ID: 9bjycHjR3SF --HG-- extra : transplant_source : %EA%03%21%0A%E9%3F%8E%CD%7C%D79f%96%85%96%00%5D%7F%95X
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01
| | | | places
* Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02