summaryrefslogtreecommitdiff
path: root/dom
Commit message (Collapse)AuthorAge
* Issue #1543 - Align <img> with no src to the updated spec.Moonchild2020-05-11
|
* Merge pull request #1541 from athenian200/mp3-parser-fixMoonchild2020-05-10
|\ | | | | Stop MP3 demuxer from choking on very small files.
| * Issue #1540 - Stop MP3 demuxer from choking on very small files.athenian2002020-05-10
| |
* | Issue #1589 - Ensure computed length and data is always availablewolfbeast2020-05-10
|/
* Issue #1536 - Part 3: Parse content to decide whether it's an init segment.Moonchild2020-05-07
|
* Issue #1536 - Part 2: Parse content to decide whether it's a media segment.wolfbeast2020-05-07
|
* Issue #1536 - Part 1: Add timecode checking for the WebM parserwolfbeast2020-05-07
|
* [dom] Reorder some calls to improve memory safetyMoonchild2020-05-06
|
* Merge pull request #1532 from adeshkp/patch-15New Tobin Paradigm2020-05-05
|\ | | | | Fix warning about inline nsINode::GetFlattenedTreeParentNodeForStyle being undefined
| * Issue #457 - Fix warning about inline ↵adeshkp2020-05-05
| | | | | | | | nsINode::GetFlattenedTreeParentNodeForStyle being undefined
* | Merge pull request #1534 from adeshkp/gmp-migration-leftoverNew Tobin Paradigm2020-05-05
|\ \ | |/ |/| Remove a leftover GMP migration function
| * Issue #1259 - Remove a leftover GMP migration functionadeshkp2020-05-04
| |
* | Issue #1517 - Remove dom.event.highrestimestamp.enabled prefMoonchild2020-05-04
| | | | | | | | This resolves #1517
* | Issue #1449 - Implement URLSearchParams's sort()Matt A. Tobin2020-05-02
| |
* | Issue #80 - Resolve issues with compiling on insane gcc configurations with ↵Matt A. Tobin2020-04-25
| | | | | | | | no optimizations in dom/
* | Merge pull request #1524 from adeshkp/deunify_dom_2New Tobin Paradigm2020-04-25
|\ \ | | | | | | Fix includes in dom for Mac build
| * | Issue #80 - Add Unused.h to dom/gamepad for Mac buildadeshkp2020-04-25
| | |
| * | Issue #80 - Fix includes in dom/media/platfoms for Mac buildadeshkp2020-04-25
| |/
* / Issue #80 - Fix include in dom/quotawolfbeast2020-04-25
|/ | | | Reported by Luke.
* Issue #80 - Fix include in dom/media for Pale Moon builds.wolfbeast2020-04-25
|
* Merge pull request #1522 from MoonchildProductions/deunify_domMoonchild2020-04-24
|\ | | | | Deunify dom
| * Add Unused.h to dom/media/webrtc/MediaTrackConstraints.cppNew Tobin Paradigm2020-04-24
| |
| * Issue #80 - Include D3DMessageUtils.h in dom/plugins/ipc for Mac buildadeshkp2020-04-24
| | | | | | | | | | | | | | | | This should ideally not be needed on Mac but compilation fails due to sizeof `DxgiAdapterDesc` not known. Didn't face this issue on Linux though, probably due to a different include chain which already has this file included somewhere along the way.
| * Issue #80 - Fix includes in dom/media/platforms for Mac buildadeshkp2020-04-24
| |
| * Issue #80 - Include nsIContentInlines.h in dom/svg/SVGTests.cpp to fix linux ↵New Tobin Paradigm2020-04-23
| | | | | | | | bustage
| * Issue #80 - De-unify dom/xulMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/xsltMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/xmlMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/xhrMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/xblMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/workersMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/systemMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/svgMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/smilMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/securityMoonchild2020-04-23
| | | | | | | | | | Exception: CSPUtils relies on something in CSPContext, but on Windows it throws in an MSVC include which provides no hints.
| * Issue #80 - De-unify dom/quotaMoonchild2020-04-23
| |
| * Issue #80 - De-unify dom/pushMoonchild2020-04-22
| |
| * Issue #80 - De-unify dom/plugins/ipcMoonchild2020-04-22
| |
| * Issue #80 - De-unify dom/plugins/baseMoonchild2020-04-22
| |
| * Issue #80 - De-unify dom/performanceMoonchild2020-04-22
| |
| * Issue #80 - De-unify dom/media part 3Moonchild2020-04-22
| | | | | | | | | | | | | | Excluding /dom/media/webrtc for bad template use: MediaTrackConstraints.cpp/h MediaEngineCameraVideoSource.cpp and MediaEngineRemoteVideoSource.cpp
| * Issue #80 - De-unify dom/media part 1 (updated reland)Moonchild2020-04-22
| | | | | | | | | | | | This de-unifies up to and including dom/media/platforms with the exception of dom/media/platforms/wmf, because that one throws weird errors in the Win SDK which don't have a clear cause (yet)
| * Revert "Issue #80 - De-unify dom/media part 1"Moonchild2020-04-22
| | | | | | | | This reverts commit b5b62d841c733dcb62112f3158f1488e670671d6.
| * Issue #80 - De-unify dom/media part 2Moonchild2020-04-22
| |
* | Revert "Issue #80 - De-unify dom/media part 1"wolfbeast2020-04-22
|/ | | | This reverts commit b5b62d841c733dcb62112f3158f1488e670671d6.
* Issue #80 - De-unify dom/media part 1Moonchild2020-04-22
| | | | | | This de-unifies up to and including dom/media/platforms with the exception of dom/media/platforms/wmf, because that one throws weird errors in the Win SDK which don't have a clear cause (yet)
* Issue #80 - De-unify dom/ipcMoonchild2020-04-21
|
* Issue #80 - De-unify dom/indexedDBMoonchild2020-04-21
|
* Issue #80 - De-unify dom/htmlwolfbeast2020-04-21
|
* Issue #80 - De-unify dom/networkwolfbeast2020-04-20
|