summaryrefslogtreecommitdiffstats
path: root/dom/html
Commit message (Expand)AuthorAgeLines
* Issue #26 Part 2a: make more EME code conditional.wolfbeast2020-02-03-2/+16
* Issue #1384 - Match standard for colSpan/rowSpanwin7-72020-02-03-18/+8
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for...athenian2002020-01-27-358/+176
|\
| * Bug 1430951 - Avoid element name atomizing to improve performance of LookupCu...Gaming4JC2020-01-26-1/+2
| * Bug 1419643 - Don't need to lookup custom element definition for a non-custom...Gaming4JC2020-01-26-5/+8
| * Bug 1406325 - Part 4: Use mType for LookupCustomElementDefinition and also re...Gaming4JC2020-01-26-4/+4
| * Bug 1378079 - Part 3: Complete the steps related to custom elements in "creat...Gaming4JC2020-01-26-6/+19
| * Bug 483155 - Put content creator function pointers onto nsHtml5ElementName.Gaming4JC2020-01-26-6/+27
| * Bug 1378079 - Part 2: Introduce throw-on-dynamic-markup-insertion counter.Gaming4JC2020-01-26-0/+14
| * Bug 1406297 - Fix Document.createElement must report an exception.Gaming4JC2020-01-26-6/+12
| * Bug 1301024 - Part 2: Implement create an element steps.Gaming4JC2020-01-26-0/+95
| * Bug 1377993 - Make node slots less memory hungry in common cases.Gaming4JC2020-01-26-3/+3
| * Bug 1357002 - Part 2: Don't call SetupCustomElement() if the custom element f...Gaming4JC2020-01-26-1/+2
| * Bug 1274159 - Part 2-1: Include the name of relevant interface in nsHTMLTagLi...Gaming4JC2020-01-26-3/+1
| * Bug 1271549 - Remove details and summary preference.Gaming4JC2020-01-26-42/+2
| * Bug 1276438 part 2. Move the implementation of the .body setter from nsHTMLDo...Gaming4JC2020-01-26-26/+1
| * Bug 1276438 part 1. Move the implementation of the .body getter from nsHTMLDo...Gaming4JC2020-01-26-21/+1
| * Issue #1366 - Completely remove showModalDialogGaming4JC2020-01-21-252/+3
* | Issue #1356 - Restore older syntax.athenian2002020-01-16-1/+1
* | Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-39/+13
|/
* Bug 1322938 - Put <dialog> element behind preference.Gaming4JC2020-01-07-1/+30
* Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is ca...Gaming4JC2020-01-07-0/+4
* Bug 1322938 - Basic implementation of HTMLDialogElement.Gaming4JC2020-01-07-0/+126
* Merge pull request #1335 from MoonchildProductions/document_openMoonchild2019-12-28-360/+143
|\
| * Issue #1118 - Part 8: Remove no-longer-used mDidDocumentOpen andwolfbeast2019-12-23-2/+0
| * Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-99/+7
| * Issue #1118 - Part 5: Change the way document.open() workswolfbeast2019-12-22-260/+137
* | Fix typo.athenian2002019-12-24-0/+1
* | Issue #1332 - Backport promise-based media playbackathenian2002019-12-23-31/+311
|/
* Issue #618 - Misc fixes (merge conflicts)wolfbeast2019-11-10-4/+4
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-789/+78
|\
| * Issue #1257 - Part 3: Remove/update tests.wolfbeast2019-10-27-130/+0
| * Ensure the right body element is used throughout the method call.Olli Pettay2019-09-05-3/+3
| * Fix failure to print when pages contain zero-sized <canvas> element.Gaming4JC2019-04-26-11/+17
| * Remove harmless assertions by using IgnoredErrorResult.Olli Pettay2019-03-21-10/+7
| * Preserve newlines in textarea placeholdersJustOff2019-02-19-1/+5
| * Implement origin-clean algorithm for ImageBitmap.wolfbeast2019-02-14-3/+3
| * Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-2/+0
| * Remove unused telemetry timer from HTMLMediaElement.hadeshkp2019-01-14-7/+0
| * Telemetry: Remove stubs and related codeadeshkp2019-01-12-336/+0
| * Align Element.ScrollIntoView() with the spec.wolfbeast2019-01-08-7/+0
| * Make HTMLOptionsCollection::mSelect into a strong reference.wolfbeast2018-12-14-59/+8
| * Clear weak pointers in VTT shutdown observers.wolfbeast2018-12-11-3/+14
| * Remove VR hardware support.wolfbeast2018-11-26-44/+1
| * Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-175/+2
| * Re-implement custom background color of standalone images.wolfbeast2018-08-20-0/+20
* | Merge branch 'master' into js-moduleswolfbeast2018-08-05-3/+5
|\|
| * Bug 819475 - Make document.domain non-nullablejanekptacijarabaci2018-07-20-3/+3
| * Fix Build Bustage - with "--enable-debug"janekptacijarabaci2018-07-12-0/+2
* | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+148
|/