summaryrefslogtreecommitdiffstats
path: root/dom
Commit message (Collapse)AuthorAgeLines
* nsIContentPolicy: Numbers should not be omitted in nsIContentPolicyBase.idl, ↵janekptacijarabaci2018-06-18-14/+15
| | | | rewrite uuid
* nsIContentPolicy: Their order (in nsIContentPolicyBase.idl) must be retained ↵janekptacijarabaci2018-06-18-1/+1
| | | | in nsContentBlocker.cpp
* Rewrite uuid for ContentPolicyjanekptacijarabaci2018-06-17-3/+3
|
* Fix typo in nsContentPolicyUtils.hjanekptacijarabaci2018-06-17-1/+1
|
* Bug 1430758 - No CSP directive for nsIContentPolicy::TYPE_SAVEAS_DOWNLOADjanekptacijarabaci2018-06-17-0/+3
|
* Bug 1398229 - Save-link-as feature should use the loading principal - ↵janekptacijarabaci2018-06-17-2/+25
| | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD
* Add a nullcheck in DOMProxyHandler::EnsureExpandoObject jic.wolfbeast2018-06-15-0/+4
|
* Media: harden TrackID handling.wolfbeast2018-06-07-37/+183
|
* Bug 1464784 - Hold a strong ref to the document in callers of ↵Boris Zbarsky2018-06-07-10/+10
| | | | ConvertNodesOrStringsIntoNode. r=smaug, a=abillings
* Bug 1458264 - Reset UNPACK_SKIP vars when uploading zeros.jgilbert@mozilla.com2018-06-07-6/+15
|
* Bug 1459693 - Ensure the right anonymous element is focused when calling ↵Olli Pettay2018-06-07-1/+2
| | | | input.focus().
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-46/+50
| | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* Bug 1450688. r=bz, a=RyanVMKris Maglione2018-06-07-1/+11
| | | | | | | | MozReview-Commit-ID: 4KHNpxiziWd --HG-- extra : source : 008cc230b68fa2bf349923159b4a6e07768e56e5 extra : intermediate-source : 983ff6a90aae872383d52d5189396a47f3db7d17
* Fix build bustage.wolfbeast2018-06-07-1/+1
| | | | Follow-up to f35bf8b65d25f88c7e34263337b05619a78868f6
* Update dimensions early in ClearTarget.Jonathan Kew2018-06-07-6/+13
|
* Bug 1459206 - Use FileSystemSecurity in ContentParent::RecvGetFilesRequest. ↵Andrea Marchesini2018-06-07-0/+9
| | | | | | | r=ehsan, a=jcristau --HG-- extra : rebase_source : 542dca7fe46dd965ecde4c8387685beaf20ec3de
* Bug 1452576 - Improve StructuredCloneHolder for fuzzy tests, r=decoder ↵Andrea Marchesini2018-06-07-16/+18
| | | | | | | a=jcristau --HG-- extra : rebase_source : eb2bc60ffcac9afd44da7a2f5c99913829cd4753
* Merge pull request #412 from g4jc/hsts_priming_removal_backportMoonchild2018-05-30-1010/+16
|\ | | | | Remove support and tests for HSTS priming from the tree. Fixes #384
| * Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-1010/+16
| |
* | Merge pull request #390 from janekptacijarabaci/dom_fetch_credentials_1Moonchild2018-05-27-5/+5
|\ \ | |/ |/| Make fetch() use "same-origin" credentials by default
| * Bug 1394399 - Fix mochitests to expect "same-origin" default Request.credentialsjanekptacijarabaci2018-05-26-4/+4
| | | | | | | | Issue #389
| * Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit"janekptacijarabaci2018-05-26-1/+1
| | | | | | | | Issue #389
* | Revoke MediaDataDecoder callback after RemoteVideoDecoder has been shut downtrav902018-05-25-0/+1
| |
* | Null check the right pointer in RecvReadbacktrav902018-05-25-1/+1
| |
* | Perform null check earlier in OggCodecState.cpptrav902018-05-25-3/+4
| |
* | [MSE] Correct ADTS frame size calculationtrav902018-05-25-2/+2
| | | | | | | | This should be bitwise OR rather than logical OR, which just returns 1.
* | Remove CrashReporterParent leftover.wolfbeast2018-05-24-1/+0
| | | | | | | | Tag #20.
* | Remove IPC profile functions.wolfbeast2018-05-24-159/+0
| | | | | | | | Resolves #378.
* | Remove SPS profiler.wolfbeast2018-05-24-345/+6
| | | | | | | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* | Remove CrashReporterParent leftover.wolfbeast2018-05-24-8/+0
|/ | | | Tag #20.
* Remove the jprof profiler.wolfbeast2018-05-23-109/+0
| | | | This resolves #377.
* Remove stubbed IPC CrashReporter(Parent/Child)wolfbeast2018-05-21-90/+1
|
* Remove GMP, Plugin and IPC crash reporter hooks.wolfbeast2018-05-21-357/+6
| | | | | | Stubs will be removed in follow-up Tag #20.
* Remove gfxCrashReporterUtils leftover.wolfbeast2018-05-20-3/+0
| | | | Tag #20.
* Remove gfxCrashReporterUtils.wolfbeast2018-05-20-14/+0
| | | | Tag #20.
* [MSE] Add a missing comma in validBoxestrav902018-05-18-1/+1
|
* Check for infinite value in txFormatNumberFunctionCall.wolfbeast2018-05-15-0/+6
|
* Use a temporary in Animation::Tick()wolfbeast2018-05-15-2/+4
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-25921/+6
| | | | Tag #288.
* Remove missed MOZ_WIDGET_GONK ifdefwolfbeast2018-05-13-4/+0
| | | | Tag #288
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-246/+9
| | | | Tag #288
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-480/+33
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-3950/+5
|
* Remove Gonk build directorieswolfbeast2018-05-12-78799/+0
|
* Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. ↵Paul Adenot2018-05-10-3/+23
| | | | r=pehrsons, a=RyanVM
* Add UTF-8 as a default fallback encoding for unknown encodingsjanekptacijarabaci2018-05-09-2/+1
| | | | Issue #315
* moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588janekptacijarabaci2018-05-06-1/+2
| | | | | https://github.com/MoonchildProductions/moebius/pull/231/files https://bugzilla.mozilla.org/show_bug.cgi?id=1264588
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-6/+41
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04-61/+4
|\
| * Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.wolfbeast2018-05-04-58/+1
| |