| Commit message (Expand) | Author | Age | Lines |
* | Bug 1464784 - Hold a strong ref to the document in callers of ConvertNodesOrS... | Boris Zbarsky | 2018-06-07 | -10/+10 |
* | Refactor structured clone JSAPI to prevent mismatched scopes. | wolfbeast | 2018-06-07 | -3/+4 |
* | Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder a=jcri... | Andrea Marchesini | 2018-06-07 | -16/+18 |
* | Remove support and tests for HSTS priming from the tree. Fixes #384 | Gaming4JC | 2018-05-26 | -51/+2 |
* | Remove the jprof profiler. | wolfbeast | 2018-05-23 | -109/+0 |
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -5/+0 |
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -20/+11 |
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -141/+0 |
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -3/+8 |
* | Merge pull request #309 from janekptacijarabaci/build_warnings_4 | Moonchild | 2018-05-01 | -1/+1 |
|\ |
|
| * | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 | -1/+1 |
* | | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location | janekptacijarabaci | 2018-04-30 | -2/+7 |
* | | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ... | janekptacijarabaci | 2018-04-30 | -1/+5 |
* | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-30 | -1/+0 |
* | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-30 | -1/+1 |
|/ |
|
* | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -0/+2 |
|\ |
|
| * | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -0/+1 |
| * | Bug 1264125: Fire transitioncancel event when a transition is canceled - part... | janekptacijarabaci | 2018-03-14 | -0/+1 |
* | | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -0/+1 |
|\ \ |
|
| * | | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
* | | | moebius#161: The Performance Resource Timing (make timestamps be relative to ... | janekptacijarabaci | 2018-04-29 | -108/+161 |
* | | | Bug 1321261 - partially - "using namespace mozilla" | janekptacijarabaci | 2018-04-29 | -5/+8 |
* | | | Bug 1322966 - Cleanup performance.cpp | janekptacijarabaci | 2018-04-29 | -18/+2 |
* | | | moebius#138: Optimize operations on root of deeply-nested frame tree | janekptacijarabaci | 2018-04-24 | -2/+41 |
* | | | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1 | Moonchild | 2018-04-23 | -14/+13 |
|\ \ \ |
|
| * | | | moebius#187: DOM - nsIContentPolicy - context (document) | janekptacijarabaci | 2018-04-23 | -2/+4 |
| * | | | Revert "Bug 1182569 - Skip security check for plugins using newstream attribute" | janekptacijarabaci | 2018-04-22 | -1/+1 |
| * | | | Revert "Bug 1182569: Update tests when converting docshell loads to use Aynsc... | janekptacijarabaci | 2018-04-22 | -0/+1 |
| * | | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 | janekptacijarabaci | 2018-04-22 | -1/+0 |
| * | | | Bug 1182569 - Skip security check for plugins using newstream attribute | janekptacijarabaci | 2018-04-22 | -1/+1 |
| * | | | Bug 1323683 - Fold nsIURIWithQuery into nsIURI | janekptacijarabaci | 2018-04-22 | -9/+5 |
| * | | | Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathname | janekptacijarabaci | 2018-04-22 | -3/+4 |
* | | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument... | janekptacijarabaci | 2018-04-23 | -0/+19 |
|/ / / |
|
* | | | Merge pull request #207 from janekptacijarabaci/js_dom_window_requestIdleCall... | Moonchild | 2018-04-19 | -200/+453 |
|\ \ \ |
|
| * | | | moebius#73: DOM - window.requestIdleCallback - improvements (basic) - follow up | janekptacijarabaci | 2018-04-18 | -1/+1 |
| * | | | Bug 1337814 - Remove rIC callback from pending callbacks before running it | janekptacijarabaci | 2018-04-18 | -2/+1 |
| * | | | Bug 1336229 - Don't dispatch canceled IdleRequestExecutors | janekptacijarabaci | 2018-04-18 | -3/+5 |
| * | | | moebius#73: DOM - window.requestIdleCallback - improvements (basic) | janekptacijarabaci | 2018-04-18 | -200/+452 |
* | | | | Bug 1444231 - Fix QI implementation for FragmentOrElement. r=mccr8, a=RyanVM | Boris Zbarsky | 2018-04-19 | -1/+6 |
|/ / / |
|
* | | | Merge pull request #151 from janekptacijarabaci/js_dom_selection_crash_1 | New Tobin Paradigm | 2018-04-13 | -1/+1 |
|\ \ \ |
|
| * | | | moebius#76: JS - DOM - Selection API - crashes | janekptacijarabaci | 2018-04-13 | -1/+1 |
* | | | | HTML - implement the labels attribute (added a test) | janekptacijarabaci | 2018-04-13 | -0/+1 |
|/ / / |
|
* | | | Merge pull request #126 from janekptacijarabaci/js_X-Content-Type-Options_nos... | New Tobin Paradigm | 2018-04-12 | -20/+7 |
|\ \ \ |
|
| * | | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ... | janekptacijarabaci | 2018-04-03 | -20/+7 |
* | | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -4/+0 |
|/ / / |
|
* | | | Bug 1425520. r=smaug, a=abillings | Henri Sivonen | 2018-03-14 | -1/+1 |
* | | | Bug 1430173 - Add qualifiers to BorrowedAttrInfo. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -1/+1 |
* | | | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -6/+7 |
* | | | Bug 1430173 - Reduce the precision of all explicit clocks to 2ms. r=baku, a=R... | Tom Ritter | 2018-03-14 | -3/+63 |
| |/
|/| |
|
* | | HTML - implement the labels attribute (follow up) | janekptacijarabaci | 2018-03-12 | -27/+33 |