summaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeLines
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-11/+5
| | | | Tag #288.
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-9/+1
|
* Remove Gonk build directorieswolfbeast2018-05-12-1/+0
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-4/+13
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt testjanekptacijarabaci2018-04-30-2/+4
|
* Bug 1182569: Disable hsts priming for loads of type subdocument for wpt testsjanekptacijarabaci2018-04-30-0/+18
|
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-0/+3
|\ | | | | CSS - implement text-justify property
| * moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-0/+3
| |
* | Bug 1323941 - navigationStart should not be exposed to workers as timing ↵janekptacijarabaci2018-04-29-1/+51
| | | | | | | | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
* | moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-8/+9
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158
* | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵janekptacijarabaci2018-04-24-0/+5
| | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312
* | moebius#195: DOM - PointerEvent - improvementsjanekptacijarabaci2018-04-23-11/+63
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/195
* | Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1Moonchild2018-04-23-9/+0
|\ \ | | | | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type
| * | moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-9/+0
| | | | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | | moebius#123: DOM - Events - support createEvent("FocusEvent")janekptacijarabaci2018-04-23-28/+0
|/ / | | | | | | https://github.com/MoonchildProductions/moebius/pull/123
* | Bug 1337814 - Add test for cancelling currently executing rIC callbackjanekptacijarabaci2018-04-18-0/+6
| |
* | Bug 1334904 - Add test for when rIC timeouts doesn't need timeoutjanekptacijarabaci2018-04-18-0/+15
| |
* | moebius#73: DOM - window.requestIdleCallback - improvements (basic)janekptacijarabaci2018-04-18-0/+106
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73
* | Merge pull request #180 from janekptacijarabaci/html_input_datetime_2New Tobin Paradigm2018-04-16-0/+1
|\ \ | | | | | | 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-0/+1
| | | | | | | | | | | | datetime-local
* | | Merge pull request #174 from janekptacijarabaci/url_parser_1New Tobin Paradigm2018-04-16-14/+0
|\ \ \ | | | | | | | | moebius#130: URL parser - fix: don't allow empty host name
| * | | moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-14/+0
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130
* | | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1New Tobin Paradigm2018-04-16-3/+15
|\ \ \ \ | |_|/ / |/| | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource
| * | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵janekptacijarabaci2018-04-15-3/+15
| |/ / | | | | | | | | | CanvasImageSource
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2018-04-15-14/+0
|\| |
| * | moebius#140: Fix: Fetch - headers should sort and combinejanekptacijarabaci2018-04-14-14/+0
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140
* | | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-116/+54
|\ \ \ | |/ / |/| | | | | This is almost everything needed for #162.
| * | moebius#72: Fix Marionette's DateTimeValue when dom.forms.datetime is enabledjanekptacijarabaci2018-03-31-0/+54
| | |
| * | Bug 1310080 - Implement the step attribute for <input type=datetime-local>janekptacijarabaci2018-03-30-21/+0
| | |
| * | Bug 1310079 - Implement the min and max attribute for <input ↵janekptacijarabaci2018-03-30-95/+0
| |/ | | | | | | type=datetime-local>
* | Merge pull request #126 from ↵New Tobin Paradigm2018-04-12-8/+5
|\ \ | | | | | | | | | | | | 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-3/+3
| | |
| * | Bug 1288768 - Better error reporting for network errors in workersjanekptacijarabaci2018-04-04-3/+0
| | |
| * | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵janekptacijarabaci2018-04-03-2/+2
| |/ | | | | | | to match the spec
* | Stop trying to configure nonexistent crashreporter services.wolfbeast2018-03-30-17/+0
| |
* | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-48/+4
|/
* Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVMTom Ritter2018-03-14-0/+10
| | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B
* HTML - implement the labels attributejanekptacijarabaci2018-03-12-51/+220
|
* SVG - support radialGradient fr attributejanekptacijarabaci2018-03-12-6/+0
|
* Implement DOM page onvisibilitychange.janekptacijarabaci2018-03-12-1/+5
|
* DevTools - network - security (improvements)janekptacijarabaci2018-03-01-6/+0
| | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127
* Merge branch 'master' into configurebuild-workMatt A. Tobin2018-02-03-4/+0
|\
| * Remove SetGCZeal() stub and its callers.wolfbeast2018-02-03-4/+0
| |
* | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-2/+2
|/
* Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵Matt A. Tobin2018-02-02-2/+0
| | | | and integration with sync, OneCRL and the custom time check for derives system time.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+2049208