index
:
UXP
master
webbrowser
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dom
/
html
Commit message (
Expand
)
Author
Age
Lines
*
Bug 1425685 - Implement HTMLSlotElement.assignedElements();
Matt A. Tobin
2020-04-17
-0
/
+14
*
Bug 1360154 - nsIPlaintextEditor might have to have hasText property for Upda...
Matt A. Tobin
2020-04-17
-0
/
+22
*
Bug 1409976 - Add `slotchange` event
Matt A. Tobin
2020-04-17
-0
/
+24
*
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]
Matt A. Tobin
2020-04-17
-0
/
+19
*
Bug 1422931 - Fix crash with slot element and make webcomponents preference p...
Matt A. Tobin
2020-04-17
-1
/
+1
*
Bug 1409975 - Implement node distribution for shadow tree slots
Matt A. Tobin
2020-04-17
-2
/
+172
*
Bug 1418002 - Remove HTMLContentElement
Matt A. Tobin
2020-04-17
-507
/
+0
*
Bug 1416999 - Remove document.registerElement
Matt A. Tobin
2020-04-17
-134
/
+0
*
Bug 1404789 - Stop reconstructing frames for the whole shadow root each time ...
Matt A. Tobin
2020-04-17
-12
/
+3
*
Bug 1402941 - Add HTMLSlotElement
Matt A. Tobin
2020-04-17
-0
/
+123
*
Bug 1396584 - Remove support for multiple ShadowRoots
Matt A. Tobin
2020-04-17
-472
/
+2
*
Issue #1375 - Stop largely using the parser service
Matt A. Tobin
2020-04-17
-7
/
+2
*
Bug 1377978 - Make nsRange use uint32_t to offset
Matt A. Tobin
2020-04-17
-1
/
+1
*
Bug 1373798 - Move HTML dir attribute state into event state flags
Matt A. Tobin
2020-04-17
-27
/
+42
*
Bug 1365092 - Move side effects of SetAttr and ParseAttribute to BeforeSetAtt...
Matt A. Tobin
2020-04-17
-850
/
+783
*
Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSet...
Matt A. Tobin
2020-04-17
-62
/
+125
*
Issue #1375 - Include content rules from HTMLTableCellElement::WalkContentSty...
Matt A. Tobin
2020-04-17
-253
/
+130
*
Bug 1347640 - HTMLInputElement shouldn't try to cancel image request on all t...
Matt A. Tobin
2020-04-16
-66
/
+73
*
Bug 656197 - Push state updates further out across beforesetattr/aftersetattr
Matt A. Tobin
2020-04-16
-40
/
+21
*
Bug 1340333 - Eagerly compute whether a frame is really a browser.
Matt A. Tobin
2020-04-16
-22
/
+19
*
Bug 1305458 - Changing -moz-appearence on hover breaks change event
Matt A. Tobin
2020-04-14
-75
/
+147
*
Issue #26 Part 2a: make more EME code conditional.
wolfbeast
2020-02-03
-2
/
+16
*
Issue #1384 - Match standard for colSpan/rowSpan
win7-7
2020-02-03
-18
/
+8
*
Merge branch 'master' of https://github.com/MoonchildProductions/UXP into for...
athenian200
2020-01-27
-358
/
+176
|
\
|
*
Bug 1430951 - Avoid element name atomizing to improve performance of LookupCu...
Gaming4JC
2020-01-26
-1
/
+2
|
*
Bug 1419643 - Don't need to lookup custom element definition for a non-custom...
Gaming4JC
2020-01-26
-5
/
+8
|
*
Bug 1406325 - Part 4: Use mType for LookupCustomElementDefinition and also re...
Gaming4JC
2020-01-26
-4
/
+4
|
*
Bug 1378079 - Part 3: Complete the steps related to custom elements in "creat...
Gaming4JC
2020-01-26
-6
/
+19
|
*
Bug 483155 - Put content creator function pointers onto nsHtml5ElementName.
Gaming4JC
2020-01-26
-6
/
+27
|
*
Bug 1378079 - Part 2: Introduce throw-on-dynamic-markup-insertion counter.
Gaming4JC
2020-01-26
-0
/
+14
|
*
Bug 1406297 - Fix Document.createElement must report an exception.
Gaming4JC
2020-01-26
-6
/
+12
|
*
Bug 1301024 - Part 2: Implement create an element steps.
Gaming4JC
2020-01-26
-0
/
+95
|
*
Bug 1377993 - Make node slots less memory hungry in common cases.
Gaming4JC
2020-01-26
-3
/
+3
|
*
Bug 1357002 - Part 2: Don't call SetupCustomElement() if the custom element f...
Gaming4JC
2020-01-26
-1
/
+2
|
*
Bug 1274159 - Part 2-1: Include the name of relevant interface in nsHTMLTagLi...
Gaming4JC
2020-01-26
-3
/
+1
|
*
Bug 1271549 - Remove details and summary preference.
Gaming4JC
2020-01-26
-42
/
+2
|
*
Bug 1276438 part 2. Move the implementation of the .body setter from nsHTMLDo...
Gaming4JC
2020-01-26
-26
/
+1
|
*
Bug 1276438 part 1. Move the implementation of the .body getter from nsHTMLDo...
Gaming4JC
2020-01-26
-21
/
+1
|
*
Issue #1366 - Completely remove showModalDialog
Gaming4JC
2020-01-21
-252
/
+3
*
|
Issue #1356 - Restore older syntax.
athenian200
2020-01-16
-1
/
+1
*
|
Issue #1356 - Remove -moz-user-input disabled to improve event handling.
athenian200
2020-01-16
-39
/
+13
|
/
*
Bug 1322938 - Put <dialog> element behind preference.
Gaming4JC
2020-01-07
-1
/
+30
*
Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is ca...
Gaming4JC
2020-01-07
-0
/
+4
*
Bug 1322938 - Basic implementation of HTMLDialogElement.
Gaming4JC
2020-01-07
-0
/
+126
*
Merge pull request #1335 from MoonchildProductions/document_open
Moonchild
2019-12-28
-360
/
+143
|
\
|
*
Issue #1118 - Part 8: Remove no-longer-used mDidDocumentOpen and
wolfbeast
2019-12-23
-2
/
+0
|
*
Issue #1118 - Part 6: Fix various tests that are no longer correct.
wolfbeast
2019-12-22
-99
/
+7
|
*
Issue #1118 - Part 5: Change the way document.open() works
wolfbeast
2019-12-22
-260
/
+137
*
|
Fix typo.
athenian200
2019-12-24
-0
/
+1
*
|
Issue #1332 - Backport promise-based media playback
athenian200
2019-12-23
-31
/
+311
|
/
[next]