Commit graph

189 commits

Author SHA1 Message Date
wolfbeast
5830ff1f2b Remove missed MOZ_WIDGET_GONK ifdef
Tag #288
2019-02-15 23:57:13 +08:00
wolfbeast
2531de02eb Remove MOZ_WIDGET_GONK [2/2]
Tag #288
2019-02-15 23:57:10 +08:00
wolfbeast
b586913598 Remove MOZ_WIDGET_GONK [1/2]
Tag #288
2019-02-15 23:57:08 +08:00
wolfbeast
719ac1bc38 Remove MOZ_B2G leftovers and some dead B2G-only components. 2019-02-15 23:57:05 +08:00
wolfbeast
66ea8f0645 Remove Gonk build directories 2019-02-15 23:56:58 +08:00
Paul Adenot
8e5fec311a Bug 1426129 - Hold CamerasChild via promoting "this" to a RefPtr. r=pehrsons, a=RyanVM 2019-02-15 23:56:53 +08:00
janekptacijarabaci
75705f87a2 Add UTF-8 as a default fallback encoding for unknown encodings
Issue #315
2019-02-15 23:56:50 +08:00
janekptacijarabaci
5873c0487c moebius#231: Consider blocking top level window data: URIs (tests) - bug 264588
https://github.com/MoonchildProductions/moebius/pull/231/files
https://bugzilla.mozilla.org/show_bug.cgi?id=1264588
2019-02-15 23:56:36 +08:00
janekptacijarabaci
745e1809b0 moebius#231: Consider blocking top level window data: URIs (tests)
https://github.com/MoonchildProductions/moebius/pull/231
2019-02-15 23:56:35 +08:00
wolfbeast
d4d0fbf3d5 Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB. 2019-02-15 23:56:06 +08:00
wolfbeast
8726b2dc33 Adjust tests for android-enabled Intl. 2019-02-15 23:55:53 +08:00
wolfbeast
9c63659ade Remove nsPluginTag::InitSandboxLevel 2019-02-15 23:55:46 +08:00
wolfbeast
c8462db202 Remove sandbox ductwork conditional code. 2019-02-15 23:55:41 +08:00
wolfbeast
aa9ae963f6 Remove GMP sandbox code. 2019-02-15 23:55:38 +08:00
wolfbeast
369378d566 Remove content process sandbox code. 2019-02-15 23:55:37 +08:00
trav90
d87cc84005 Add support for libavcodec 58/FFmpeg 4.0 2019-02-15 23:55:35 +08:00
trav90
e44a157583 Import FFmpeg 4.0 header files 2019-02-15 23:55:34 +08:00
janekptacijarabaci
5eca87831c Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection 2019-02-15 23:55:08 +08:00
janekptacijarabaci
69c0760b8b Bug 1359204 - Do not query nested URI within CheckChannel in ContentSecurityManager 2019-02-15 23:54:50 +08:00
janekptacijarabaci
e45bad2c54 Bug 1341754: Provide a valid triggeringPrincipal when calling SetURI in Location 2019-02-15 23:54:40 +08:00
janekptacijarabaci
dee826b7ee Bug 1329032 - Extend loadURIWithOptions by a triggeringPrincipal (without an hard e10s) 2019-02-15 23:54:30 +08:00
janekptacijarabaci
b7a396d49d Bug 1182569: Update tests when converting docshell loads to use AynscOpen2 2019-02-15 23:54:25 +08:00
janekptacijarabaci
409656556b Bug 1182569 - Skip security check for plugins using newstream attribute 2019-02-15 23:54:23 +08:00
janekptacijarabaci
846daf6d3b Bug 1182569: Update ContentSecurityManager to handle docshell loads 2019-02-15 23:54:22 +08:00
janekptacijarabaci
e162907475 Bug 1182569: Use AsyncOpen2 for docshell loads 2019-02-15 23:54:20 +08:00
janekptacijarabaci
5677db4b6e Bug 1264125: Fire transitioncancel event when a transition is canceled (added tests + style clean up)
Issue #55
2019-02-15 23:54:03 +08:00
janekptacijarabaci
2243f5248c Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added tests)
Issue #55
2019-02-15 23:54:01 +08:00
janekptacijarabaci
901d2a277f moebius#89: DOM - implement animationcancel event
Issue #55
2019-02-15 23:54:00 +08:00
janekptacijarabaci
c8ee9f4f48 Bug 1264125: Queue CSS related event when setting null target effect
Issue #55
2019-02-15 23:53:58 +08:00
janekptacijarabaci
96037b8c9a Bug 1264125: Call the queueing events when canceling transition via Style or Script
Issue #55
2019-02-15 23:53:56 +08:00
janekptacijarabaci
e30e72ff31 Revert - Bug 1324985: Disable firing the transitionrun and transitionstart on Aurora 52
Issue #55
2019-02-15 23:53:53 +08:00
janekptacijarabaci
a89e7c6858 Bug 1264125: Fire transitioncancel event when a transition is canceled - 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
2019-02-15 23:53:52 +08:00
janekptacijarabaci
ea3430429d Implement auxclick
Bug(s):
https://bugzilla.mozilla.org/show_bug.cgi?id=1304044
(native in moebius)
2019-02-15 23:53:46 +08:00
janekptacijarabaci
e8dbb561f6 moebius#161: The Performance Resource Timing (make timestamps be relative to startTime)
https://github.com/MoonchildProductions/moebius/pull/161
2019-02-15 23:53:43 +08:00
janekptacijarabaci
5558924d7c Bug 1321261 - partially - "using namespace mozilla"
https://hg.mozilla.org/mozilla-central/diff/9ad9c6b4c8d6/dom/base/nsDOMNavigationTiming.cpp
2019-02-15 23:53:42 +08:00
janekptacijarabaci
e537f5888d Bug 1322292 - Some fixes for the Performance API in workers - part 3 - TimeStampToDOMHighRes() in workerPrivate
https://hg.mozilla.org/mozilla-central/rev/b827e4d0dc73
2019-02-15 23:53:40 +08:00
janekptacijarabaci
c1d7159d0f Bug 1322292 - Some fixes for the Performance API in workers - part 2 - Get rid of NowBaseTimeStamp()
https://hg.mozilla.org/mozilla-central/rev/301231f4165a
2019-02-15 23:53:39 +08:00
janekptacijarabaci
94ea4f222c Bug 1322292 - Some fixes for the Performance API in workers - part 1 - Centralized Performance.now()
https://hg.mozilla.org/mozilla-central/rev/291a68ca4825
2019-02-15 23:53:37 +08:00
janekptacijarabaci
d40e56137b Bug 1313420 - Implement Performance.timeOrigin - part 4 - tests
https://hg.mozilla.org/mozilla-central/rev/49305a317143
2019-02-15 23:53:36 +08:00
janekptacijarabaci
3ba85a992a Bug 1313420 - Implement Performance.timeOrigin - part 3 - tests
https://hg.mozilla.org/mozilla-central/rev/0f869d4c93ef
2019-02-15 23:53:34 +08:00
janekptacijarabaci
eb0737c559 Bug 1313420 - Implement Performance.timeOrigin - part 2 - tests
https://hg.mozilla.org/mozilla-central/rev/c22f17e0db9d
2019-02-15 23:53:33 +08:00
janekptacijarabaci
ad947fb20a Bug 1313420 - Implement Performance.timeOrigin - part 1
https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be
2019-02-15 23:53:31 +08:00
janekptacijarabaci
fdcf9f71e5 Bug 1323941 - navigationStart should not be exposed to workers as timing attribute
https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11
2019-02-15 23:53:30 +08:00
janekptacijarabaci
dbccb9748a Bug 1322966 - Cleanup performance.cpp
https://hg.mozilla.org/mozilla-central/rev/0ad76084c4c3
2019-02-15 23:53:28 +08:00
janekptacijarabaci
4e7b6e6d22 Bug 1317297 - nextHopProtocol is an empty string for local fetch
https://hg.mozilla.org/mozilla-central/rev/9e5cd2bf4d66
2019-02-15 23:53:26 +08:00
janekptacijarabaci
6885700c5b moebius#158: The Performance Resource Timing (added support for "workerStart")
https://github.com/MoonchildProductions/moebius/pull/158
2019-02-15 23:53:25 +08:00
janekptacijarabaci
6a97ee9379 moebius#157: The Performance Observer (improvements)
https://github.com/MoonchildProductions/moebius/pull/157
2019-02-15 23:53:23 +08:00
Bryce Van Dyk
f2565dab54 Bug 1453127 - Do not use iterators in MediaStreamTrack when removing listeners. r=pehrsons a=lizzard
--HG--
extra : source : 6b3aaee40f7507e240da08d6e073cff3c53971f4
extra : intermediate-source : 59e50af7afe19f827dd687ea097d5ba551ab0b1d
2019-02-15 23:53:21 +08:00
wolfbeast
66bf4fa8f9 Bug 1411415. 2019-02-15 23:53:18 +08:00
trav90
13e11af6b3 Bump VP9 benchmark version ID 2019-02-15 23:52:03 +08:00