summaryrefslogtreecommitdiff
path: root/dom
Commit message (Collapse)AuthorAge
* Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10
| | | | | | | | | | This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag mcp-graveyard/UXP#618
* Bug 1340865 - Handle non-parser-created module scripts.wolfbeast2018-07-10
|
* Merge pull request #608 from janekptacijarabaci/_testBranch_js_modules_basicMoonchild2018-07-07
|\ | | | | Merge branch js modules basic
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-07-06
| |\ | | | | | | | | | _testBranch_test_1
| * | Bug 1330682 - Use CORS when loading modules as per current specjanekptacijarabaci2018-04-14
| | |
| * | Bug 1330657 - Enable <script type="module"> behind a prefjanekptacijarabaci2018-04-14
| | |
* | | Make the page visibility API pref-controlled.wolfbeast2018-07-07
| |/ |/| | | | | This resolves #607.
* | Merge pull request #599 from janekptacijarabaci/dom_fetch_request_navigate_1Moonchild2018-07-05
|\ \ | | | | | | Added support for Request constructor with "mode: navigate"
| * | Bug 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ↵janekptacijarabaci2018-07-05
| | | | | | | | | | | | killing state
| * | Bug 1298823 - Fix Request constructor - with "mode: navigate"janekptacijarabaci2018-07-05
| | |
* | | Merge pull request #597 from janekptacijarabaci/dom_workers_terminate_1Moonchild2018-07-05
|\| | | | | | | | Sync event loops in workers should be created only if compatible with the worker shutdown status
| * | Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05
| | | | | | | | | | | | compatible with the worker shutdown status
* | | nsIContentPolicy::TYPE_DOCUMENT - Use "aLoadInfo->ContextForTopLevelLoad()" ↵janekptacijarabaci2018-07-05
|/ / | | | | | | | | | | instead of "aLoadInfo->LoadingNode()" Issue mcp-graveyard/UXP#600
* | Merge branch 'ported-upstream'wolfbeast2018-07-02
|\ \
| * | Clamp resolution in PerformanceNavigationTiming.wolfbeast2018-07-01
| | |
| * | Bug 1436241 - Check redirect status code before forwarding to NPAPI. r=jimm, ↵Kyle Machulis2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | r=pauljt, a=jcristau NPAPI may handle a 307 redirect across different origins, while they should only happen on same origin requests. Have the browser check this before forwarding to NPAPI.
| * | Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵Byron Campen [:bwc]2018-06-29
| | | | | | | | | | | | a=RyanVM
| * | Bug 1464079 - Bring ICE connection state change callback up to spec. r=jib, ↵Byron Campen [:bwc]2018-06-29
| | | | | | | | | | | | | | | | | | a=RyanVM WebRTC
* | | Merge pull request #567 from SpockMan02/moz-mac-lion-themeMoonchild2018-06-30
|\ \ \ | |/ / |/| | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media query
| * | Undo Mozilla Bug 1302937; Reinstate -moz-mac-lion-theme media querySpockMan022018-06-27
| | |
* | | Convert the button rect to device coordinates correctly instead of casting ↵wolfbeast2018-06-28
| | | | | | | | | | | | | | | | | | CSS coordinates. This should the correct fix for #559
* | | Stabilize and align Intersection Observerswolfbeast2018-06-27
| | | | | | | | | | | | | | | | | | | | | - Fixes several crashes - Aligns the feature with the W3C WD spec Tag mcp-graveyard/UXP#249
* | | Merge pull request #554 from MoonchildProductions/issue12Moonchild2018-06-27
|\ \ \ | |/ / |/| | Resolve potential null deref crashes in the editor
| * | Issue mcp-graveyard/UXP#12 Part 2: Stop using nsIDOMEvent in ↵wolfbeast2018-06-26
| | | | | | | | | | | | IsAcceptableInputEvent.
* | | Cleanup WebExAM test dependenciesMatt A. Tobin2018-06-26
|/ /
* | Merge pull request #540 from janekptacijarabaci/security_csp_script_redirect_1Moonchild2018-06-24
|\ \ | | | | | | Fix CSP: Scripts with valid nonce should not be blocked if URL redirects
| * | Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirects is ↵janekptacijarabaci2018-06-23
| | | | | | | | | | | | fixed (follow up)
| * | Bug 1469150 - Tests added to check scripts with valid nonce is allowed if ↵janekptacijarabaci2018-06-23
| | | | | | | | | | | | URL redirects (follow up)
| * | Bug 1469150 - CSP: Scripts with valid nonce get blocked if URL redirectsjanekptacijarabaci2018-06-21
| | | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1469150
* | | Prevent various location-based hazards.wolfbeast2018-06-24
|/ /
* | nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵janekptacijarabaci2018-06-18
| | | | | | | | rewrite uuid
* | nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵janekptacijarabaci2018-06-18
| | | | | | | | in nsContentBlocker.cpp
* | Rewrite uuid for ContentPolicyjanekptacijarabaci2018-06-17
| |
* | Fix typo in nsContentPolicyUtils.hjanekptacijarabaci2018-06-17
| |
* | Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOADjanekptacijarabaci2018-06-17
| |
* | Bug 1398229 - Save-link-as feature should use the loading principal - ↵janekptacijarabaci2018-06-17
| | | | | | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD
* | Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic.wolfbeast2018-06-15
| |
* | Media: harden TrackID handling.wolfbeast2018-06-07
| |
* | Bug 1464784 - Hold a strong ref to the document in callers of ↵Boris Zbarsky2018-06-07
| | | | | | | | ConvertNodesOrStringsIntoNode. r=smaug, a=abillings
* | Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros.jgilbert@mozilla.com2018-06-07
| |
* | Bug 1459693 - Ensure the right anonymous element is focused when calling ↵Olli Pettay2018-06-07
| | | | | | | | input.focus().
* | Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07
| | | | | | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* | Bug 1450688. r=bz, a=RyanVMKris Maglione2018-06-07
| | | | | | | | | | | | | | | | MozReview-Commit-ID: 4KHNpxiziWd --HG-- extra : source : 008cc230b68fa2bf349923159b4a6e07768e56e5 extra : intermediate-source : 983ff6a90aae872383d52d5189396a47f3db7d17
* | Fix build bustage.wolfbeast2018-06-07
| | | | | | | | Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
* | Update dimensions early in ClearTarget.Jonathan Kew2018-06-07
| |
* | Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. ↵Andrea Marchesini2018-06-07
| | | | | | | | | | | | | | r=ehsan, a=jcristau --HG-- extra : rebase_source : 542dca7fe46dd965ecde4c8387685beaf20ec3de
* | Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder ↵Andrea Marchesini2018-06-07
| | | | | | | | | | | | | | a=jcristau --HG-- extra : rebase_source : eb2bc60ffcac9afd44da7a2f5c99913829cd4753
* | Merge pull request #412 from g4jc/hsts_priming_removal_backportMoonchild2018-05-30
|\ \ | | | | | | Remove support and tests for HSTS priming from the tree. Fixes #384
| * | Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26
| | |
* | | Merge pull request #390 from janekptacijarabaci/dom_fetch_credentials_1Moonchild2018-05-27
|\ \ \ | |/ / |/| | Make fetch() use "same-origin" credentials by default