summaryrefslogtreecommitdiffstats
path: root/dom/base
Commit message (Collapse)AuthorAgeLines
* Bug 1464784 - Hold a strong ref to the document in callers of ↵Boris Zbarsky2018-06-07-10/+10
| | | | ConvertNodesOrStringsIntoNode. r=smaug, a=abillings
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-3/+4
| | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder ↵Andrea Marchesini2018-06-07-16/+18
| | | | | | | a=jcristau --HG-- extra : rebase_source : eb2bc60ffcac9afd44da7a2f5c99913829cd4753
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-51/+2
|
* Remove the jprof profiler.wolfbeast2018-05-23-109/+0
| | | | This resolves #377.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-5/+0
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-20/+11
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-141/+0
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-3/+8
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Merge pull request #309 from janekptacijarabaci/build_warnings_4Moonchild2018-05-01-1/+1
|\ | | | | Build - throws a warning "interface 'nsISelectionPrivate' is scriptable but derives from non-scriptable 'nsISelection'"
| * Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelectionjanekptacijarabaci2018-04-30-1/+1
| |
* | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Locationjanekptacijarabaci2018-04-30-2/+7
| |
* | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30-1/+5
| | | | | | | | hard e10s)
* | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2janekptacijarabaci2018-04-30-1/+0
| |
* | Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-30-1/+1
|/
* Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1Moonchild2018-04-29-0/+2
|\ | | | | DOM - implement animationcancel event
| * moebius#89: DOM - implement animationcancel eventjanekptacijarabaci2018-03-14-0/+1
| | | | | | | | Issue #55
| * Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵janekptacijarabaci2018-03-14-0/+1
| | | | | | | | | | | | | | | | | | part 1 (in the description) Issue #55 part 1 - Add transitioncancel event handler part 2 - Add ontransitioncancel EventHandler to WebIDL part 3 - Add member of active time to ComputedTiming
* | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1Moonchild2018-04-29-0/+1
|\ \ | | | | | | UI Events - implement auxclick
| * | Implement auxclickjanekptacijarabaci2018-02-04-0/+1
| | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius)
* | | moebius#161: The Performance Resource Timing (make timestamps be relative to ↵janekptacijarabaci2018-04-29-108/+161
| | | | | | | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
* | | Bug 1321261 - partially - "using namespace mozilla"janekptacijarabaci2018-04-29-5/+8
| | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/diff/9ad9c6b4c8d6/dom/base/nsDOMNavigationTiming.cpp
* | | Bug 1322966 - Cleanup performance.cppjanekptacijarabaci2018-04-29-18/+2
| | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/0ad76084c4c3
* | | moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-2/+41
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138
* | | Merge pull request #231 from janekptacijarabaci/security_blocking_data_1Moonchild2018-04-23-14/+13
|\ \ \ | | | | | | | | moebius#223, #224, #226, #230: DOM - consider blocking top level window data: URIs
| * | | moebius#187: DOM - nsIContentPolicy - context (document)janekptacijarabaci2018-04-23-2/+4
| | | | | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/187
| * | | Revert "Bug 1182569 - Skip security check for plugins using newstream attribute"janekptacijarabaci2018-04-22-1/+1
| | | | | | | | | | | | | | | | This reverts commit 5b0f4649b3fee771379af60ec04d43b8a525cf80.
| * | | Revert "Bug 1182569: Update tests when converting docshell loads to use ↵janekptacijarabaci2018-04-22-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | AynscOpen2" This reverts commit b73225e886f84182384a2b5b09f83e51501bdc38.
| * | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2janekptacijarabaci2018-04-22-1/+0
| | | | | | | | | | | | | | | | native in moebius
| * | | Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-22-1/+1
| | | | | | | | | | | | | | | | native in moebius
| * | | Bug 1323683 - Fold nsIURIWithQuery into nsIURIjanekptacijarabaci2018-04-22-9/+5
| | | | | | | | | | | | | | | | native in moebius
| * | | Bug 1329570 - Restore missing error check in mozilla::dom::Location::GetPathnamejanekptacijarabaci2018-04-22-3/+4
| | | | | | | | | | | | | | | | native in moebius
* | | | moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-0/+19
|/ / / | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | | 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 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
| |