summaryrefslogtreecommitdiffstats
path: root/dom
Commit message (Collapse)AuthorAgeLines
* 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 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)
| * Bug 1310079 - Implement the min and max attribute for <input ↵janekptacijarabaci2018-03-30-17/+88
| | | | | | | | type=datetime-local>
| * Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵janekptacijarabaci2018-03-30-26/+331
| | | | | | | | type=datetime-local>
| * moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-43/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
| * Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-943/+2440
| |\ | | | | | | | | | html_input_datetime_1
| * | Bug 1320225: [DateTimeInput] Integration of input type=date input box with ↵janekptacijarabaci2018-02-14-0/+3
| | | | | | | | | | | | picker (part 2)
| * | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-121/+413
| | |
* | | Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1New Tobin Paradigm2018-04-14-6/+82
|\ \ \ | | | | | | | | Aligned XMLHttpRequest abort() with the spec
| * | | Bug 1311798: Align XMLHttpRequest abort() with the specjanekptacijarabaci2018-03-15-6/+82
| | | |
* | | | Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1New Tobin Paradigm2018-04-13-1/+24
|\ \ \ \ | | | | | | | | | | moebius#76: JS - DOM - Selection API - crashes
| * | | | moebius#76: JS - DOM - Selection API - crashesjanekptacijarabaci2018-04-13-1/+24
| | | | | | | | | | | | | | | | | | | | 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-62/+143
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1 Align XCTO: nosniff allowed script MIME types with the spec
| * | | | Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-19/+4
| | | | |
| * | | | Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-23/+132
| | | | |
| * | | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵janekptacijarabaci2018-04-03-20/+7
| | |_|/ | |/| | | | | | | | | | to match the spec
* | | | Rebase on masterwolfbeast2018-04-11-2/+2
|\ \ \ \
| * | | | Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-2/+2
| |/ / /
* | | | Remove MOZ_CRASHREPORTER_NO_REPORT except in /testingwolfbeast2018-03-30-34/+0
| | | |
* | | | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-1394/+1
|/ / /
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-27-784/+2416
|\ \ \ | | | | | | | | | | | | js_array_values_1
| * | | Part 6: Update browser and dom tests to follow displayName changejanekptacijarabaci2018-03-19-1/+1
| | | | | | | | | | | | | | | | Issue #78
| * | | Merge pull request #70 from janekptacijarabaci/js_dom_performancetiming_2Moonchild2018-03-18-4/+27
| |\ \ \ | | | | | | | | | | Set "secureConnectionStart" to 0 for pages with HTTP scheme
| | * | | Set "secureConnectionStart" to 0 for pages with HTTP schemejanekptacijarabaci2018-03-17-4/+27
| | | | | | | | | | | | | | | | | | | | Issue #67
| * | | | Support ES6's "new function" constructwolfbeast2018-03-18-3/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This resolves #75. Merged remote-tracking branch 'janek/js_function_new_1'
| | * | | | Bug 755821: Function() should use the parser's argument parsing codejanekptacijarabaci2018-03-16-3/+2
| | | |/ / | | |/| |
| * | | | Merge branch 'ported-upstream'wolfbeast2018-03-18-0/+13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Bug 1426002. Bail out of document.open if beforeunload tears things down. ↵wolfbeast2018-03-17-0/+12
| | | | | | | | | | | | | | | | | | | | r=mystor
| | * | | Bug 1426603 - Fallback from audio callback to system clock driver on error ↵Karl Tomlinson2018-03-16-0/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only once. r=padenot, a=RyanVM Usually, mShouldFallbackIfError has been reset to false in DataCallback() before Stop() is called. However, if fallback to a system clock driver due to cubeb error had already occurred, then mShouldFallbackIfError would not have been reset, and Stop() is still called. With mShouldFallbackIfError still true, a cubeb error in stop would have created another fallback thread. I expect that resetting mShouldFallbackIfError in Stop() would also be an effective alternative solution, but resetting on StateCallback() happens earlier, which would be an advantage if any additional errors could possibly be reported to StateCallback(). MozReview-Commit-ID: E9j7PQmS3O4
| * | | Deleting "secureConnectionStart" from a test filejanekptacijarabaci2018-03-17-1/+0
| | | | | | | | | | | | | | | | Issue #69
| * | | Round down to the nearest 2ms (instead of 1ms)janekptacijarabaci2018-03-17-6/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #67 https://github.com/MoonchildProductions/UXP/pull/34/commits/c8355b22c047c9737e32f096b816edbb8b0fa181 https://github.com/MoonchildProductions/UXP/commit/a32b7f7c4e4e31669e0787e6321d74e4db71e514 https://github.com/MoonchildProductions/UXP/commit/f0b727eac28244e0fa24a6107dee44e83ad0f561
| * | Bug 1437105 - Remove flaky timing tests from ESR branch that sometimes fail ↵Tom Ritter2018-03-14-47/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with time clamping. r=baku, a=test-only Because we hardcode time clamping in ESR (as opposed to having a pref) I don't see a way to guarentee that this test won't fail when we lose the race and clamp downwards. MozReview-Commit-ID: IMwejbOBmDu
| * | Bug 1438425 - Delete DocumentRenderer. r=jesup, r=jgilbert, a=RyanVMJeff Muizelaar2018-03-14-396/+19
| | | | | | | | | | | | It is unused.
| * | Bug 1442504 - Disable disjoint timer queries. r=milan, a=RyanVMJeff Gilbert2018-03-14-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | MozReview-Commit-ID: IurPcGHzAoQ --HG-- extra : source : bef3db82d7ca31a188f902e317713c88001938ed extra : intermediate-source : aeb9e1be02d26d4e21717368755b63821dc2d222
| * | Revert "Bug 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVM"wolfbeast2018-03-14-3/+396
| | | | | | | | | | | | This reverts commit 5b69e05939c7fd3f917e2dd0f399774b3b15c886.
| * | Bug 1442127 - Allow timestamps to be equal in video delay. r=baku, a=test-onlyTom Ritter2018-03-14-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | MozReview-Commit-ID: LsNy7E3bFv6 --HG-- extra : transplant_source : %B4t%00u%DB%EE%86%BD2%81%AA%CD%88X%BF%BC%AE%E8%3D%B7 extra : histedit_source : a16c98faab76929e32d9153b288f4ec5c92a0ba6
| * | 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 1438425 - Delete DocumentRenderer. r=jesup, a=RyanVMJeff Muizelaar2018-03-14-396/+3
| | | | | | | | | | | | | | | | | | | | | It is unused. --HG-- extra : histedit_source : b7af9f250f0330f90547114184873ae9971f20fc