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
/
bindings
Commit message (
Expand
)
Author
Age
Lines
*
Issue #1656 - Part 8: Devtools and misc.
Moonchild
2020-09-24
-1
/
+0
*
Issue #1656 - Part 6: Clean up the build files
Moonchild
2020-09-23
-1
/
+0
*
Issue #1656 - Part 3: Nuke more vim config lines in the tree.
Moonchild
2020-09-23
-2
/
+0
*
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
Moonchild
2020-09-23
-40
/
+0
*
Output webidl filenames as they are processed, for real this time.
Moonchild
2020-09-23
-0
/
+3
*
Isse #1224 - revert change to unbust debug builds.
Moonchild
2020-09-20
-1
/
+1
*
Issue #1224 - Remove constant expressions from /dom
Moonchild
2020-09-17
-8
/
+8
*
Issue #1643 - Part 2: Implement ResizeObserver API
Moonchild
2020-09-16
-0
/
+15
*
[DOM] Only construct JS-implemented objects if inner window is current.
Kris Maglione
2020-08-28
-1
/
+6
*
Issue #1391 - Remove the DOM battery API
Moonchild
2020-07-28
-1
/
+0
*
Issue #439 - Remove, fix and clean up automated tests
Moonchild
2020-06-08
-9958
/
+0
*
Issue #1564 - Fix debug build dependencies
wolfbeast
2020-05-26
-0
/
+1
*
Issue #1538 - remove speech recognition engine
Moonchild
2020-05-20
-1
/
+0
*
Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]
Matt A. Tobin
2020-04-17
-43
/
+41
*
Issue #1375 - Stop largely using the parser service
Matt A. Tobin
2020-04-17
-8
/
+2
*
Output webidl filenames as they are processed
Matt A. Tobin
2020-03-31
-0
/
+2
*
Issue #80 - Stop building non-generated dom/binding files as UNIFIED_SOURCES
Matt A. Tobin
2020-02-08
-3
/
+13
*
Directly assign PrimitiveConversions.h to the generated binding of KeyframeAn...
Matt A. Tobin
2020-02-08
-0
/
+6
*
Issue #1395 - Remove FlyWeb Service
Matt A. Tobin
2020-02-06
-8
/
+0
*
[WebRequest] Remove AddonManagerPermissions leftovers
wolfbeast
2020-01-29
-5
/
+0
*
Bug 1405821 - Move microtask handling to CycleCollectedJSContext
Gaming4JC
2020-01-26
-2
/
+9
*
Bug 1415761 - Catch the exception and rethrow it after invoking custom elemen...
Gaming4JC
2020-01-26
-1
/
+1
*
Bug 1392970 - Part 1: Make CustomElementDefinition ref-counted and put it in ...
Gaming4JC
2020-01-26
-0
/
+2
*
Bug 1299363 - Part 2: Allow prototype swizzling in html constructor.
Gaming4JC
2020-01-26
-4
/
+20
*
Bug 1299363 - Part 1: Implement construction stack.
Gaming4JC
2020-01-26
-11
/
+26
*
Bug 1359346 - Implement custom element state;
Gaming4JC
2020-01-26
-0
/
+3
*
Bug 1309147 - Part 3: Implement the support for CEReactions in Codegen.
Gaming4JC
2020-01-26
-0
/
+96
*
Bug 1309147 - Part 2: Add the name of 'this' value's JSObject* for codegen to...
Gaming4JC
2020-01-26
-2
/
+3
*
Bug 1309147 - Part 1: Implement the support for CEReactions in WebIDL parser.
Gaming4JC
2020-01-26
-0
/
+180
*
Bug 1274159 - Part 2-2: Support HTMLConstructor WebIDL extended attribute for...
Gaming4JC
2020-01-26
-30
/
+506
*
Bug 1274159 - Part 1: Support looking up definitions by using constructor as ...
Gaming4JC
2020-01-26
-2
/
+3
*
Issue #1118 - Part 9: Don't allow reuse of unlinked CallbackObjectHolder.
wolfbeast
2019-12-23
-1
/
+2
*
Issue #1322 - Part 4: Fix WebIDL.py parser for line endings and wrong
wolfbeast
2019-12-19
-40
/
+40
*
Issue #1322 - Part 3: Remove DOM promise interface gunk
wolfbeast
2019-12-19
-283
/
+284
*
Issue #1322 - Part 1: Remove the DOM Promise guts.
wolfbeast
2019-12-19
-82
/
+1
*
Issue #1257 - Part 3: Remove/update tests.
wolfbeast
2019-10-27
-3
/
+3
*
Issue #1257 - Part1: Remove watch class-hook and proxy trap.
wolfbeast
2019-10-26
-23
/
+3
*
1283712 - Part 7: Add nsIScriptErrorNote and nsIScriptError.notes.
Gaming4JC
2019-07-18
-43
/
+172
*
1332245 - Move nsScriptError from js/xpconnect to dom/bindings.
Gaming4JC
2019-07-18
-0
/
+681
*
1333045 - Update Location object properties to current spec.
Gaming4JC
2019-07-18
-21
/
+5
*
Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FE...
Matt A. Tobin
2019-04-23
-1
/
+1
*
Align IDL record to C++ conversion with the spec when Symbol-named properties...
JustOff
2019-03-13
-5
/
+3
*
Implement the spec provision for handling repeated keys in records by updatin...
JustOff
2019-03-13
-9
/
+46
*
Actually change the key type of a record, and its corresponding conversion be...
JustOff
2019-03-13
-10
/
+40
*
Rename MozMap.h to Record.h
JustOff
2019-03-13
-0
/
+0
*
Add ConvertJSValueTo*String functions that just take a value and hand out a s...
JustOff
2019-03-13
-8
/
+34
*
Rename the MozMap C++ type to "record" and give it a template parameter for t...
JustOff
2019-03-13
-122
/
+141
*
Rename "MozMap" to "record" in our IDL parser and IDL files
JustOff
2019-03-13
-63
/
+68
*
Split up PrimitiveOrStringType into PrimitiveType and StringType in the Web I...
JustOff
2019-03-13
-24
/
+36
*
Change JS to MozMap conversion to more closely follow the record<> spec
JustOff
2019-03-13
-6
/
+24
[next]