summaryrefslogtreecommitdiffstats
path: root/dom/base
Commit message (Collapse)AuthorAgeLines
* Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVMBoris Zbarsky2018-04-19-1/+6
| | | | | | | | MozReview-Commit-ID: 9mPO2ezk2Y7 --HG-- extra : source : 060024fa93121d878d27f329c959757e6f71017a extra : intermediate-source : 925d5693c5a1a73806062947b18c98ed13efc6c3
* Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1New Tobin Paradigm2018-04-13-1/+1
|\ | | | | moebius#76: JS - DOM - Selection API - crashes
| * moebius#76: JS - DOM - Selection API - crashesjanekptacijarabaci2018-04-13-1/+1
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/76
* | HTML - implement the labels attribute (added a test)janekptacijarabaci2018-04-13-0/+1
|/ | | | https://github.com/MoonchildProductions/UXP/commit/6be9e507077bfdd2b8c82c203cf70f010ecce086#commitcomment-28047433
* Merge pull request #126 from ↵New Tobin Paradigm2018-04-12-20/+7
|\ | | | | | | | | janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1 Align XCTO: nosniff allowed script MIME types with the spec
| * Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵janekptacijarabaci2018-04-03-20/+7
| | | | | | | | to match the spec
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-4/+0
|/
* Bug 1425520. r=smaug, a=abillingsHenri Sivonen2018-03-14-1/+1
| | | | | | | | | MozReview-Commit-ID: IoZeR5BGjmQ --HG-- extra : source : e20052aa341d6da4505eb84be6e061bb7f37de51 extra : intermediate-source : a330f1d4d12a7c144797f3686f35a99c37b0755e extra : histedit_source : 6d3684d36b39fd065f742ceb577d8b6db4735bcf
* Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVMTom Ritter2018-03-14-1/+1
| | | | | | | | | | Because we added a new file, we rearranged the Unified Build order and now need to fully qualify BorrowedAttrInfo which previously inherited a using statement. MozReview-Commit-ID: BD45k5t9dQU --HG-- extra : transplant_source : o%E5%3B%E2dr%DF%A1cP%5E%17%19%19%FF%E1%27%A3%9F%99
* Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVMTom Ritter2018-03-14-6/+7
| | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
* Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, ↵Tom Ritter2018-03-14-3/+63
| | | | | | | | | | | a=RyanVM Backport to ESR where we don't have the ResistFingerprinting component. MozReview-Commit-ID: 9bjycHjR3SF --HG-- extra : transplant_source : %EA%03%21%0A%E9%3F%8E%CD%7C%D79f%96%85%96%00%5D%7F%95X
* HTML - implement the labels attribute (follow up)janekptacijarabaci2018-03-12-27/+33
|
* HTML - implement the labels attributejanekptacijarabaci2018-03-12-17/+210
|
* SVG - support radialGradient fr attributejanekptacijarabaci2018-03-12-0/+1
|
* Implement DOM page onvisibilitychange.janekptacijarabaci2018-03-12-0/+1
|
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01-2/+2
| | | | places
* Don't include MediaKeySystemAccess without EME.wolfbeast2018-02-24-0/+18
| | | | | | This also removes checks for EME content in documents. This removes practical use of EME by no longer having a keying system. (no-op) tag #26
* Propagate plugin permissions from top-level to XO iframes.janekptacijarabaci2018-02-22-3/+15
|
* CSP 2 - ignore (x-)frame-options if CSP with frame-ancestors directive existsjanekptacijarabaci2018-02-22-1/+10
|
* Add site-specific overrides and remove the overruling global.wolfbeast2018-02-22-10/+0
|
* JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2018-02-21-15/+15
|
* Bug 1420507wolfbeast2018-02-09-0/+2
|
* Implement "cookie-averse document objects".wolfbeast2018-02-08-0/+33
| | | | | See: https://html.spec.whatwg.org/multipage/dom.html#cookie-averse-document-object This resolves #196.
* Fix errant comma in 4470f78754246bbd134b65cad2e0a9638418677fwolfbeast2018-02-07-1/+1
|
* Avoid unnecessary string creation.wolfbeast2018-02-07-5/+19
|
* Merge branch 'ported-moebius'wolfbeast2018-02-04-0/+4
|\
| * Add -moz-windows-accent-color-is-darkwolfbeast2018-02-04-0/+2
| | | | | | | | #31 point 4
| * Add `@media(-moz-windows-accent-color-applies)`wolfbeast2018-02-04-0/+2
| | | | | | | | #31 point 3
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-1/+1
|/
* Implement configuration pref for Generational Garbage Collection.wolfbeast2018-02-02-0/+5
| | | | | Pref: javascript.options.mem.gc_generational This resolves #20
* Support "SourceMap" header along with "X-SourceMap"wolfbeast2018-02-02-1/+4
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+280277