| Commit message (Expand) | Author | Age | Lines |
* | Issue #1643 - Part 4: Hook up all the plumbing. | Moonchild | 2020-09-21 | -2/+41 |
* | Issue #1643 - Part 3: Implement ResizeObserverController | Moonchild | 2020-09-21 | -0/+365 |
* | Issue #1643 - Part 2: Implement ResizeObserver API | Moonchild | 2020-09-21 | -0/+560 |
* | Issue #1643 - Part 1: Add GetNodeDepth() to nsContentUtils. | Moonchild | 2020-09-21 | -1/+23 |
* | Issue #1525 - Kill marquee element (uplift) | Moonchild | 2020-09-05 | -1001/+2 |
* | Issue #618 - Implement async attribute for inline module scripts. (uplift) | Moonchild | 2020-08-30 | -0/+15 |
* | Issue #1629 - Uplift implementation of <link disabled> behavior for stylesheets. | Moonchild | 2020-08-30 | -6/+10 |
* | [network/dom] Improve sanitization of download filenames. | Moonchild | 2020-07-29 | -0/+8 |
* | Issue #1391 - Remove the DOM battery API | Moonchild | 2020-07-28 | -51/+0 |
* | Issue #618 - Remove eager instantiation - Debug follow up | Gaming4JC | 2020-07-12 | -1/+2 |
* | Issue #618 - Slightly improve module scripting tests. | Moonchild | 2020-07-10 | -16/+44 |
* | Issue #618 - Remove eager instantiation | Moonchild | 2020-07-10 | -0/+1 |
* | Issue #618 - Match JSAPI names with the changes in 9ca74147225eed305e28c7887f... | Moonchild | 2020-07-10 | -10/+10 |
* | Issue #1603 - Part 2: Split some classes out of ScriptLoader.cpp | Moonchild | 2020-07-10 | -0/+1 |
* | Issue #1603 - Part 1: Reorganize ScriptLoader/ScriptElement | Moonchild | 2020-07-10 | -5695/+30 |
* | Issue #1602 - Make sure we have a JSObject before trying to get global. | wolfbeast | 2020-06-27 | -1/+7 |
* | Issue #1587 - Part 4: Implement FetchObserver | Moonchild | 2020-06-13 | -0/+2 |
* | Issue #1585 - Replace node.rootNode with node.getRootNode() | Moonchild | 2020-06-13 | -4/+31 |
* | [DOM] Hard-disable webcomponents and customelements prefs (redwood) | Moonchild | 2020-06-07 | -7/+11 |
* | Issue #1557 - Allow event dispatch on disabled form controls. (uplift) | athenian200 | 2020-05-23 | -1/+2 |
* | Issue #1543 - Align <img> with no src to the updated spec. | Moonchild | 2020-05-20 | -1/+1 |
* | Issue #457 - Fix warning about inline nsINode::GetFlattenedTreeParentNodeForS... | adeshkp | 2020-05-06 | -0/+1 |
* | Fix additional deprot in dom/base | wolfbeast | 2020-04-14 | -0/+4 |
* | Issue #80 - De-unify dom/base and fix deprot. | wolfbeast | 2020-04-14 | -2/+35 |
* | [DOM] Make sure to exit fullscreen mode if popups are opened or focused. | wolfbeast | 2020-04-14 | -0/+9 |
* | [DOM] Add a null check | wolfbeast | 2020-04-14 | -1/+1 |
* | Issue #1395 - Remove FlyWeb Service | Matt A. Tobin | 2020-04-14 | -50/+0 |
* | Issue #1390 - Get rid of the Presentation API | Matt A. Tobin | 2020-04-14 | -26/+0 |
* | Issue #1384 - Match standard for colSpan/rowSpan | win7-7 | 2020-04-14 | -1/+51 |
* | Issue #1366 - Fix build bustage from erroneously removing 2 function implemen... | wolfbeast | 2020-01-22 | -0/+14 |
* | Issue #1366 - Completely remove showModalDialog | Gaming4JC | 2020-01-21 | -521/+6 |
* | Issue #1118 - Part 8: Remove no-longer-used mDidDocumentOpen and | wolfbeast | 2019-12-23 | -38/+0 |
* | Issue #1118 - Part 7: Remove no-longer-used mWillReparent debug code. | wolfbeast | 2019-12-23 | -17/+0 |
* | Issue #1118 - Part 6: Fix various tests that are no longer correct. | wolfbeast | 2019-12-22 | -10/+16 |
* | Issue #1118 - Part 5: Change the way document.open() works | wolfbeast | 2019-12-22 | -23/+147 |
* | Issue #1219 - Align computed DOM styles with mainstream behvior. | wolfbeast | 2019-12-20 | -25/+2 |
* | Fix incorrect values for saving ordered lists as text. | wolfbeast | 2019-12-06 | -29/+33 |
* | Update identifier map entries and notify if they get removed. | wolfbeast | 2019-12-06 | -6/+34 |
* | Merge branch 'master' into js-modules | wolfbeast | 2019-11-10 | -786/+718 |
|\ |
|
| * | Merge pull request #1262 from athenian200/solaris-work | Moonchild | 2019-11-02 | -1/+5 |
| |\ |
|
| | * | MoonchildProductions#1251 - Part 27: Fix ifdef style. | athenian200 | 2019-10-21 | -2/+2 |
| | * | MoonchildProductions#1251 - Part 1: Restore initial Solaris support, fixed up. | athenian200 | 2019-10-21 | -0/+4 |
| * | | Issue #1257 - Part1: Remove watch class-hook and proxy trap. | wolfbeast | 2019-10-26 | -19/+0 |
| * | | Issue #1253 - Reset performance object on navigation | wolfbeast | 2019-10-21 | -1/+13 |
| |/ |
|
| * | Issue #1222: Don't load plugin instances when they have no `src` URI. | wolfbeast | 2019-09-01 | -0/+8 |
| * | Issue #1179: fix indentation | wolfbeast | 2019-09-01 | -3/+3 |
| * | Issue #1221: Pass the original element into | wolfbeast | 2019-08-28 | -13/+46 |
| * | Convert dom/base/nsImageLoadingContent.cpp to use AsyncOpen2 and followups al... | win7-7 | 2019-08-08 | -76/+119 |
| * | Revert "Capture delayed events and cancel as necessary." | wolfbeast | 2019-07-18 | -2/+2 |
| * | Consider domain when deciding on inner window reuse. | wolfbeast | 2019-07-18 | -2/+1 |