summaryrefslogtreecommitdiffstats
path: root/dom
Commit message (Collapse)AuthorAgeLines
...
| * | | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2janekptacijarabaci2018-04-22-5/+18
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-22-12/+15
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1182569: Update ContentSecurityManager to handle docshell loadsjanekptacijarabaci2018-04-22-17/+64
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-22-32/+17
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1323683 - Fold nsIURIWithQuery into nsIURIjanekptacijarabaci2018-04-22-41/+13
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathnamejanekptacijarabaci2018-04-22-3/+4
| | | | | | | | | | | | | | | | | | | | native in moebius
| * | | | Bug 1329288: Allow content policy consumers to identify contentPolicy checks ↵janekptacijarabaci2018-04-22-2/+3
| | | | | | | | | | | | | | | | | | | | from docshell
| * | | | Bug 1329288 - Test ContentPolicy blocks opening a new windowjanekptacijarabaci2018-04-22-0/+1
| | | | |
| * | | | moebius#230: Consider blocking top level window data: URIs (part 3/3 without ↵janekptacijarabaci2018-04-22-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/230
| * | | | moebius#226: Consider blocking top level window data: URIs (part 2/2 without ↵janekptacijarabaci2018-04-22-57/+149
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/226
| * | | | moebius#223: Consider blocking top level window data: URIs (part 1/3 without ↵janekptacijarabaci2018-04-22-0/+479
| |/ / / | | | | | | | | | | | | | | | | | | | | tests) https://github.com/MoonchildProductions/moebius/pull/223
* | | | Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1Moonchild2018-04-23-23/+28
|\ \ \ \ | | | | | | | | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
| * | | | moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-23/+28
| |/ / / | | | | | | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | | | Merge pull request #236 from janekptacijarabaci/js_dom_createEvent_FocusEvent_1Moonchild2018-04-23-0/+5
|\ \ \ \ | | | | | | | | | | moebius#123: DOM - Events - support createEvent("FocusEvent")
| * | | | moebius#123: DOM - Events - support createEvent("FocusEvent")janekptacijarabaci2018-04-23-0/+5
| |/ / / | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/123
* / / / Remove NPAPI deprecation statement from about:plugins.wolfbeast2018-04-22-3/+0
|/ / /
* | | moebius#71: DOM - Pointer Events - improvementsjanekptacijarabaci2018-04-20-57/+186
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | | Bug 1302297 - Part 4: Remove every button and buttons used in testcases ↵janekptacijarabaci2018-04-20-1/+1
| | | | | | | | | | | | | | | | | | (partially) native in moebius
* | | Bug 1322994 - Update pointerevent web-platform-tests (partially - depends on)janekptacijarabaci2018-04-20-13/+28
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | | Bug 1317030 - Removing/reattaching an element from the DOM triggers spurious ↵janekptacijarabaci2018-04-20-1/+3
| | | | | | | | | | | | | | | | | | mouseenter events native in moebius
* | | Merge pull request #207 from ↵Moonchild2018-04-19-200/+453
|\ \ \ | | | | | | | | | | | | | | | | janekptacijarabaci/js_dom_window_requestIdleCallback_1 moebius#73: DOM - window.requestIdleCallback - improvements
| * | | moebius#73: DOM - window.requestIdleCallback - improvements (basic) - follow upjanekptacijarabaci2018-04-18-1/+1
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73
| * | | Bug 1337814 - Remove rIC callback from pending callbacks before running itjanekptacijarabaci2018-04-18-2/+1
| | | |
| * | | Bug 1336229 - Don't dispatch canceled IdleRequestExecutorsjanekptacijarabaci2018-04-18-3/+5
| | | |
| * | | moebius#73: DOM - window.requestIdleCallback - improvements (basic)janekptacijarabaci2018-04-18-200/+452
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73
* | | | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVMBoris Zbarsky2018-04-19-24/+28
| | | | | | | | | | | | | | | | MozReview-Commit-ID: UO4wssYHj7
* | | | Bug 1451376 - Properly enforce single PrintingParent per content process. ↵Bob Owen2018-04-19-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=jld, a=RyanVM --HG-- extra : source : 6e0fe40d8a55a986a26844393853722824918ffe extra : intermediate-source : 8364f4c4f877f5edfb03ddf1304840b9f2cf7b11
* | | | Bug 1452416 - Release GraphDrivers outside of StableState runnable to avoid ↵Randell Jesup2018-04-19-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | spinning the event queue. r=smaug, r=padenot, a=RyanVM --HG-- extra : source : c90ec782d481f05f5848f171a945cfc5bcf5b0ca
* | | | Bug 1448705 - Use input latency for draining. r=jya, a=RyanVMRandell Jesup2018-04-19-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : b2904f128f854a71216f299b835da5a422ceb3cd extra : intermediate-source : eae4410ea11d83feed90ca9d3b6bd5a9c67c17a7
* | | | Bug 1448774. r=dholbert, a=RyanVMRobert Longson2018-04-19-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | --HG-- extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9 extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c
* | | | Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from ↵Botond Ballo2018-04-19-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM AnimVal() is a DOM getter, and it flushes animations, which we don't want in GetBBox() which is called from display list building cide and FrameLayerBuilder. MozReview-Commit-ID: DWgm7wAV7C0
* | | | 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 #180 from janekptacijarabaci/html_input_datetime_2New Tobin Paradigm2018-04-16-394/+69
|\ \ \ | | | | | | | | HTML - input - datetime - support for "dom.forms.datetime.others"
| * | | Bug 1344642 - Part 2: Add a new pref for input type=week, month and ↵janekptacijarabaci2018-04-15-22/+67
| | | | | | | | | | | | | | | | datetime-local
| * | | Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related codejanekptacijarabaci2018-04-15-386/+16
| | | |
* | | | Merge pull request #174 from janekptacijarabaci/url_parser_1New Tobin Paradigm2018-04-16-2/+15
|\ \ \ \ | | | | | | | | | | moebius#130: URL parser - fix: don't allow empty host name
| * | | | moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-2/+15
| | | | | | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130
* | | | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1New Tobin Paradigm2018-04-16-8/+23
|\ \ \ \ \ | |_|/ / / |/| | | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
| * | | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵janekptacijarabaci2018-04-15-8/+23
| |/ / / | | | | | | | | | | | | CanvasImageSource
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-15-39/+175
|\| | |
| * | | Merge pull request #169 from janekptacijarabaci/csp_frame-ancestors_1New Tobin Paradigm2018-04-14-8/+74
| |\ \ \ | | | | | | | | | | moebius#159: CSP - support for "frame-ancestors" in "Content-Security-Policy-Report-Only"
| | * | | moebius#159: CSP - support for "frame-ancestors" in ↵janekptacijarabaci2018-04-14-8/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Content-Security-Policy-Report-Only" https://github.com/MoonchildProductions/moebius/pull/159
| * | | | Merge pull request #167 from janekptacijarabaci/fetch_headers_1New Tobin Paradigm2018-04-14-13/+86
| |\ \ \ \ | | | | | | | | | | | | moebius#140: Fix: Fetch - headers should sort and combine
| | * | | | moebius#140: Fix: Fetch - headers should sort and combinejanekptacijarabaci2018-04-14-13/+86
| | |/ / / | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140
| * / / / moebius#53: HTML - input - support for dynamic maxlengthjanekptacijarabaci2018-04-14-18/+15
| |/ / / | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/53
* | | | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-243/+1413
|\ \ \ \ | |/ / / |/| | | | | | | This is almost everything needed for #162.
| * | | Bug 1363672 - Add step support to date picker (follow up)janekptacijarabaci2018-03-30-0/+10
| | | | | | | | | | | | | | | | | | | | Bug 1374967: https://bugzilla.mozilla.org/show_bug.cgi?id=1374967 (partially - implement getStep/getStepBase)
| * | | Bug 1364026 - (Part 1) Expose HTMLInputElement.getMinimum/getMaximum methods ↵janekptacijarabaci2018-03-30-0/+15
| | | | | | | | | | | | | | | | via webidl
| * | | Bug 1310080 - Implement the step attribute for <input type=datetime-local>janekptacijarabaci2018-03-30-40/+251
| | | |
| * | | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵janekptacijarabaci2018-03-30-1/+1
| | | | | | | | | | | | | | | | type=datetime-local> (follow up)