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
Commit message (
Expand
)
Author
Age
Lines
...
*
|
Issue #1653 - Part 1: Remove WinUtils::SHGetKnownFolderPath
Moonchild
2020-09-17
-47
/
+5
*
|
Issue #1643 - Part 4: Hook up all the plumbing.
Moonchild
2020-09-16
-2
/
+46
*
|
Issue #1643 - Part 3: Implement ResizeObserverController
Moonchild
2020-09-16
-0
/
+365
*
|
Issue #1643 - Part 2: Implement ResizeObserver API
Moonchild
2020-09-16
-0
/
+618
*
|
Issue #1643 - Part 1: Add GetNodeDepth() to nsContentUtils.
Moonchild
2020-09-16
-0
/
+22
*
|
[widget] Clean up Windows widget code some.
Moonchild
2020-09-14
-70
/
+10
*
|
Merge pull request #1652 from g4jc/618
Moonchild
2020-09-14
-0
/
+1
|
\
\
|
*
|
Issue #618 - Clear the module map - Debug Followup
Gaming4JC
2020-09-13
-0
/
+1
|
/
/
*
|
Merge pull request #1651 from athenian200/link_element_disabled
Moonchild
2020-09-13
-5
/
+7
|
\
|
|
*
Issue #1629 - Part 5: Remove pointless local variables.
athenian200
2020-09-09
-8
/
+7
|
*
Issue #1629 - Part 4: Ensure isExplicitlyEnabled is false upon sheet creation.
athenian200
2020-09-06
-2
/
+5
*
|
Fix usage of a macro in a cocoa widget (#1649)
adeshkp
2020-09-13
-2
/
+2
*
|
Issue #1650 - Add null check.
Moonchild
2020-09-12
-1
/
+1
*
|
Merge pull request #1648 from adeshkp/hpkp-hostname-cleanup
Moonchild
2020-09-12
-19
/
+12
|
\
\
|
*
|
Issue #1280 - Remove hostname parameter to trust domain.
adeshkp
2020-09-12
-19
/
+12
|
/
/
*
|
Merge branch 'es-modules-work'
Moonchild
2020-09-08
-26
/
+103
|
\
\
|
*
|
Issue #618 - Clear the module map when changing a Document's global and add
Moonchild
2020-09-08
-3
/
+17
|
*
|
Issue #618 - Make ES6 modules work for resource: URIs
Moonchild
2020-09-08
-1
/
+23
|
*
|
Revert "Issue #618 - Add JS API to associate scripts with DOM elements after ...
Moonchild
2020-08-27
-45
/
+12
|
*
|
Issue #618 - Implement preloading of module scripts.
Moonchild
2020-08-27
-22
/
+63
|
*
|
Issue #618 - Add JS API to associate scripts with DOM elements after compilation
Jon Coppeard
2020-08-27
-12
/
+45
*
|
|
Issue #1639 - Implement object.fromEntries()
Moonchild
2020-09-06
-2
/
+21
*
|
|
Issue #1644 - Remove plugin checking code leftovers
Moonchild
2020-09-05
-30
/
+2
*
|
|
Clobber for CSS flow-root implementation
Moonchild
2020-09-04
-1
/
+1
*
|
|
Merge pull request #1642 from athenian200/display_flow_root
Moonchild
2020-09-04
-16
/
+68
|
\
\
\
|
*
|
|
Issue #1641 - Implement CSS flow-root keyword
athenian200
2020-09-03
-16
/
+68
|
/
/
/
*
|
|
Clobber for NSS update
Moonchild
2020-08-29
-1
/
+0
*
|
|
[NSS] Version and build bump
Moonchild
2020-08-29
-6
/
+7
*
|
|
[NSS] Prevent slotLock race in NSC_GetTokenInfo
J.C. Jones
2020-08-29
-2
/
+4
*
|
|
Issue #1587 followup - Improve resilience of AbortSignals.
Moonchild
2020-08-28
-2
/
+9
*
|
|
[misc/mar] Don't use a signed type for a length parameter.
Moonchild
2020-08-28
-1
/
+1
*
|
|
[DOM] Only construct JS-implemented objects if inner window is current.
Kris Maglione
2020-08-28
-1
/
+6
*
|
|
[media] Only include source error details in debugging scenarios.
Moonchild
2020-08-28
-1
/
+21
*
|
|
Merge branch 'es-modules-work'
Moonchild
2020-08-27
-1460
/
+1783
|
\
|
|
|
*
|
Merge pull request #1637 from g4jc/618
Moonchild
2020-08-27
-734
/
+780
|
|
\
\
|
|
*
|
Issue #618 - Regenerate the HTML Parser code for nomodule changes
Gaming4JC
2020-08-26
-717
/
+724
|
|
*
|
Issue #618 - Don't preload nomodule scripts when modules are enabled
Gaming4JC
2020-08-26
-18
/
+57
|
|
/
/
|
*
|
Issue #618 - (async) Implement async attribute for inline module scripts.
Moonchild
2020-08-25
-41
/
+73
|
*
|
Issue #618 - (async) Keep track of script modes in a single mode state.
Moonchild
2020-08-25
-17
/
+61
|
*
|
Issue #618 - (async, preload) Correctly pass info about async/defer to parser.
Moonchild
2020-08-24
-15
/
+53
|
*
|
Issue #618 - (async) Split out function to add async request.
Moonchild
2020-08-24
-23
/
+31
|
*
|
Issue #618 - Rename some script load request flags to be more descriptive.
Moonchild
2020-08-24
-11
/
+11
|
*
|
Issue #618 - Make document.currentScript null in modules.
Moonchild
2020-08-23
-4
/
+7
|
*
|
Issue #618 - Fix processing of non-parser-generated module scripts.
Jon Coppeard
2020-08-22
-23
/
+32
|
*
|
Issue #618 - Handle errors for inline module scripts and ensure we update the
Jon Coppeard
2020-08-22
-12
/
+18
|
*
|
Issue #618 - Split SRI verification out from OnStreamComplete.
Moonchild
2020-08-22
-19
/
+35
|
*
|
Issue #618 - Split handling of load errors out from OnStreamComplete.
Moonchild
2020-08-22
-59
/
+67
|
*
|
Issue #618 - Integrity for descendant module scripts should be the empty string
Moonchild
2020-08-22
-4
/
+4
|
*
|
Issue #618 - Don't mute errors for module scripts because they always use CORS
Jon Coppeard
2020-08-22
-4
/
+4
|
*
|
Merge branch 'master' into es-modules-work
Moonchild
2020-08-22
-16407
/
+22265
|
|
\
\
[prev]
[next]