summaryrefslogtreecommitdiff
path: root/dom
Commit message (Collapse)AuthorAge
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26
|
* Revoke MediaDataDecoder callback after RemoteVideoDecoder has been shut downtrav902018-05-25
|
* Null check the right pointer in RecvReadbacktrav902018-05-25
|
* Perform null check earlier in OggCodecState.cpptrav902018-05-25
|
* [MSE] Correct ADTS frame size calculationtrav902018-05-25
| | | | This should be bitwise OR rather than logical OR, which just returns 1.
* Remove CrashReporterParent leftover.wolfbeast2018-05-24
| | | | Tag #20.
* Remove IPC profile functions.wolfbeast2018-05-24
| | | | Resolves #378.
* Remove SPS profiler.wolfbeast2018-05-24
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove CrashReporterParent leftover.wolfbeast2018-05-24
| | | | Tag #20.
* Remove the jprof profiler.wolfbeast2018-05-23
| | | | This resolves #377.
* Remove stubbed IPC CrashReporter(Parent/Child)wolfbeast2018-05-21
|
* Remove GMP, Plugin and IPC crash reporter hooks.wolfbeast2018-05-21
| | | | | | Stubs will be removed in follow-up Tag #20.
* Remove gfxCrashReporterUtils leftover.wolfbeast2018-05-20
| | | | Tag #20.
* Remove gfxCrashReporterUtils.wolfbeast2018-05-20
| | | | Tag #20.
* [MSE] Add a missing comma in validBoxestrav902018-05-18
|
* Check for infinite value in txFormatNumberFunctionCall.wolfbeast2018-05-15
|
* Use a temporary in Animation::Tick()wolfbeast2018-05-15
|
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* Remove missed MOZ_WIDGET_GONK ifdefwolfbeast2018-05-13
| | | | Tag #288
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13
| | | | Tag #288
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12
|
* Remove Gonk build directorieswolfbeast2018-05-12
|
* Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. ↵Paul Adenot2018-05-10
| | | | r=pehrsons, a=RyanVM
* Add UTF-8 as a default fallback encoding for unknown encodingsjanekptacijarabaci2018-05-09
| | | | Issue #315
* moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588janekptacijarabaci2018-05-06
| | | | | 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
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Merge branch 'intl-ICU-emoji-work'wolfbeast2018-05-04
|\
| * Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.wolfbeast2018-05-04
| |
| * Adjust tests for android-enabled Intl.wolfbeast2018-05-03
| |
* | Merge pull request #323 from MoonchildProductions/nuke-sandboxMoonchild2018-05-04
|\ \ | |/ |/| Nuke sandbox
| * Remove nsPluginTag::InitSandboxLevelwolfbeast2018-05-03
| |
| * Remove sandbox ductwork conditional code.wolfbeast2018-05-03
| |
| * Remove GMP sandbox code.wolfbeast2018-05-02
| |
| * Remove content process sandbox code.wolfbeast2018-05-02
| |
* | Merge pull request #322 from trav90/ffmpeg-workMoonchild2018-05-03
|\ \ | |/ |/| Add support for FFmpeg 4.0/libavcodec 58
| * Add support for libavcodec 58/FFmpeg 4.0trav902018-04-28
| |
| * Import FFmpeg 4.0 header filestrav902018-04-28
| |
* | Merge pull request #309 from janekptacijarabaci/build_warnings_4Moonchild2018-05-01
|\ \ | | | | | | Build - throws a warning "interface 'nsISelectionPrivate' is scriptable but derives from non-scriptable 'nsISelection'"
| * | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelectionjanekptacijarabaci2018-04-30
| | |
* | | Bug 1359204 - Do not query nested URI within CheckChannel in ↵janekptacijarabaci2018-04-30
| | | | | | | | | | | | ContentSecurityManager
* | | Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Locationjanekptacijarabaci2018-04-30
| | |
* | | Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an ↵janekptacijarabaci2018-04-30
| | | | | | | | | | | | hard e10s)
* | | Bug 1182569: Update tests when converting docshell loads to use AynscOpen2janekptacijarabaci2018-04-30
| | |
* | | Bug 1182569 - Skip security check for plugins using newstream attributejanekptacijarabaci2018-04-30
| | |
* | | Bug 1182569: Update ContentSecurityManager to handle docshell loadsjanekptacijarabaci2018-04-30
| | |
* | | Bug 1182569: Use AsyncOpen2 for docshell loadsjanekptacijarabaci2018-04-30
|/ /
* | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1Moonchild2018-04-29
|\ \ | | | | | | DOM - implement animationcancel event
| * | Bug 1264125: Fire transitioncancel event when a transition is canceled ↵janekptacijarabaci2018-03-14
| | | | | | | | | | | | | | | | | | (added tests + style clean up) Issue #55
| * | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added ↵janekptacijarabaci2018-03-14
| | | | | | | | | | | | | | | | | | tests) Issue #55