Jean-Yves Avenard
a9855a3bd6
Bug 1209410: [webm] P2. Never use gstreamer to decode webm. r=kentuckyfriedtakahe
2015-10-02 18:44:32 +10:00
Jean-Yves Avenard
f21d3b8aa3
Bug 1209410: [mp3] P1. Use new MP3Demuxer when possible. r=cpearce
2015-10-02 18:44:32 +10:00
Simon Montagu
e5b15415e7
Bug 321491: Refactor error handling in nsIDNService, r=mcmanus
2015-10-02 01:27:34 -07:00
Nigel Babu
a47d2e063f
Backed out 9 changesets (bug 1126230) for Mulet Gij(25) and M(5) failures
...
Backed out changeset 8a9d8a556183 (bug 1126230)
Backed out changeset 441b55f015c2 (bug 1126230)
Backed out changeset 7bfa2a2d4e29 (bug 1126230)
Backed out changeset b55511536c65 (bug 1126230)
Backed out changeset ada76e419aac (bug 1126230)
Backed out changeset 745d659bef49 (bug 1126230)
Backed out changeset 7c303cc4c30b (bug 1126230)
Backed out changeset 8bf708acbad4 (bug 1126230)
Backed out changeset 590404aac357 (bug 1126230)
2015-10-02 13:39:20 +05:30
Gerald Squelart
1fe6483699
Bug 1204580
- p2: Check box ranges. r=rillian
2015-10-02 09:20:39 +02:00
Gerald Squelart
9a4c54dec5
Bug 1204580
- p1: Added test case files. r=rillian
2015-10-02 09:20:13 +02:00
Milan Sreckovic
d781f5c2bd
Bug 1205900 - Compare context and canvas element sizes before extracting the data. r=gwright
2015-10-02 09:18:26 +02:00
Byron Campen [:bwc]
36ac94db5d
Bug 1208096 - Handle various failure cases for TURN gathering better. r=drno
...
--HG--
extra : transplant_source : S%06%02%9F%60%C1%BEu%0A%7FB%FFwx%E0%93%C6%81%AD%19
2015-09-24 14:12:37 -05:00
Jan-Ivar Bruaroey
02c80b8fd0
Bug 1207784 - skip permission hooks in createOffer when called from privileged code (add-ons). r=mt
...
--HG--
extra : transplant_source : %D0%169%0B%99%17%B1%8F%D2%B1%A8%B0%E7%B8%ED%5E%60vxE
2015-10-01 15:49:01 -04:00
Jakob Olesen
c0ee8ebfc6
Bug 1210456 - Add atomic *SafeWhenRacy() for ARM64. r=lth
...
These methods landed with 1084248 for other architectures. A real
implementation is still needed, but this allows the code to build.
2015-10-01 11:21:00 +02:00
Frédéric Wang
ecb7092186
Bug 1210441 - ProxyAccessible::IsTable* should take tabular MathML accessibles into account. r=tbsaunde
2015-10-01 11:06:00 +02:00
Steve Singer
5db73746ff
Bug 1207378 - Add FrameRect to non-skia version of BeginFrame. r=seth
2015-09-30 19:58:00 +02:00
Jakob Olesen
34e11f2bca
Bug 1208259 - Disable ARM64 Ion, fail testPreserveJitCode. r=jandem
...
IonMonkey for ARM64 is not yet implemented, so don't try running it.
The test case in testPreserveJitCode is explicitly counting how many
functions get Ion-compiled. Mark the test as a known failure for ARM64
when Ion is disabled.
2015-09-25 10:26:00 +02:00
Jakob Olesen
780d346651
Bug 1208259 - ARM64: Handle an empty nursery in branchValueIsNurseryObject(). r=bhackett
...
Fixes jsapitests testGCOutOfMemory.
2015-09-24 16:33:00 +02:00
Jakob Olesen
0f994c9a21
Bug 1208259 - Handle OOM in the ARM64 VIXL Simulator. r=sstangl
...
Make the Simulator creation robust against OOM stress tests. Now passes
jsapitests testNewRuntime.
2015-09-24 16:33:00 +02:00
Mike Perry
742a935cd3
Bug 962358 - Provide an observer event to close persistent connections. r=arthuredelstein
...
We need to prevent linkability across "New Identity", which includes closing
keep-alive connections.
Conflicts:
netwerk/protocol/http/nsHttpHandler.cpp
2015-09-15 20:35:00 +02:00
Xidorn Quan
7580549351
Bug 1126230 part 9 - Add test for fullscreen top layer. r=dbaron
...
--HG--
extra : source : 6d08c20b20847b1bc980774658974103fc25e498
2015-10-02 16:34:09 +10:00
Xidorn Quan
fd6366f6e5
Bug 1126230 part 8 - Remove fullscreen override and related test. r=dbaron
...
--HG--
extra : source : 13c6349bea96873967ba5113b552d31f1dab1bac
2015-10-02 16:34:09 +10:00
Xidorn Quan
5094f99d5f
Bug 1126230 part 7 - Implement painting part for the top layer. r=roc
...
--HG--
extra : source : 98a32a46935e2f1226900594094101371af50dae
2015-10-02 16:34:09 +10:00
Xidorn Quan
bf722a3345
Bug 1126230 part 6 - Add static method nsDisplayListBuilder::GetOutOfFlowData(). r=roc
...
--HG--
extra : source : 6ac3a2eed44e1d656a1574b3e71e5c1c7d01ace0
2015-10-02 16:34:09 +10:00
Xidorn Quan
a6b216549e
Bug 1126230 part 5 - Add nsIDocument::GetFullscreenStack() method. r=smaug
...
--HG--
extra : source : 21918c2112ed8cdf821e5e6eac72ee57fc8c8960
2015-10-02 16:34:09 +10:00
Xidorn Quan
b06998eb75
Bug 1126230 part 4 - Give proper geometric parent for top layer frames. r=bz,dbaron
...
--HG--
extra : source : ec5bca02e282f3b77ad7e9102d67379194c04ff0
2015-10-02 16:34:09 +10:00
Xidorn Quan
28b8a15504
Bug 1126230 part 3 - Add -moz-top-layer internal CSS property and set it for fullscreen elements. r=dbaron
...
--HG--
extra : source : 0dfddc30b41b364d41b0be691b9b78eeb6353193
2015-10-02 16:34:09 +10:00
Xidorn Quan
b806b81bd7
Bug 1126230 part 2 - Refactor part of nsFrameConstructorState::AddChild. r=bz
...
--HG--
extra : source : f018588f57974d343c5f9eea05e6b323024623b5
2015-10-02 16:34:09 +10:00
Xidorn Quan
23b3042d6c
Bug 1126230 part 1 - Use delegated constructor to simplify constructor of nsFrameConstructorState. r=bz
...
--HG--
extra : source : 61ba01c276724584dc31c821106566f55d10285f
2015-10-02 16:34:09 +10:00
David Anderson
1befc42825
Don't use Direct2D if CompositorD3D11::Initialize fails. (bug 1208638, r=jrmuizel)
2015-10-01 23:06:43 -07:00
Bill McCloskey
207404ad2d
Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs)
2015-10-01 21:18:48 -07:00
Bill McCloskey
9ce3dbaf30
Bug 967873 - Ignore content process DOMWillOpenModalDialog event in e10s (r=Gijs)
2015-10-01 21:18:06 -07:00
Bill McCloskey
057e0bf85a
Bug 967873 - browser_onbeforeunload_navigation.js fix for e10s (r=Gijs)
2015-10-01 21:18:06 -07:00
Bill McCloskey
16079c8c61
Bug 967873 - Allow RemotePrompt to be closed while it's being opened (r=Gijs)
2015-10-01 21:18:05 -07:00
Bill McCloskey
633d4a3ecf
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-10-01 21:18:05 -07:00
Bill McCloskey
24657932a7
Bug 967873 - Start TabView when starting tests that might lazily load it (r=Gijs)
2015-10-01 21:18:05 -07:00
Bill McCloskey
20b6875de0
Bug 967873 - Make browser_relatedTabs.js not race in e10s (r=Gijs)
2015-10-01 21:18:04 -07:00
Daniel Holbert
62cfcf2d38
Bug 1194480: Only update overflow region (& trigger DLBI) for changes to CSS 'box-shadow' or 'text-shadow', instead of triggering a reflow. r=heycam
2015-10-01 20:05:28 -07:00
Daniel Holbert
8f81a9c35d
Bug 1032613 part 2: Make RestyleManager::AddSubtreeToOverflowTracker skip frames that don't maintain overflow areas. r=dbaron
2015-10-01 20:05:26 -07:00
Daniel Holbert
09893a542f
Bug 1032613 part 1: Promote FrameMaintainsOverflow to be a public nsIFrame method, & implement it using HasAllStateBits. r=dbaron
2015-10-01 20:05:25 -07:00
Karl Tomlinson
31f93552de
bug 1210266 unfriend AudioBufferSourceNode from AudioNode r=padenot
...
--HG--
extra : rebase_source : 8476dc3499835906378c910f879be7a2652fea81
2015-10-01 00:19:10 +13:00
Karl Tomlinson
8e20d26e10
bug 1210266 remove unused AudioNode::Callback() r=padenot
...
--HG--
extra : rebase_source : dd0e1f311982fb90852f8cb48f3e4517bf5fa8ce
2015-10-01 00:17:32 +13:00
Karl Tomlinson
2733a284c9
bug 1210266 remove unused AudioParam::Node() r=padenot
...
--HG--
extra : rebase_source : 095ffee90f8055792842f371712117ea1fcf92b9
2015-09-18 12:16:38 +12:00
Karl Tomlinson
4799b667a3
bug 1210266 use parameter index instead of node callback for sending timeline events r=padenot
...
--HG--
extra : rebase_source : 27a8ac26a83788c057a225fca47c49af1a021401
2015-10-01 15:48:20 +13:00
Karl Tomlinson
8d75533f8d
bug 1210280 use nullptr for silent channels in UpMixDownMixChunk r=padenot
...
so that AccumulateInputChunk can optimize for silent channels.
--HG--
extra : rebase_source : 43228733d8586f16bab00737ffb381fbd8127fd3
2015-09-05 11:01:54 +12:00
Jean-Yves Avenard
3c833c2162
Bug 1194080: [mp3] Implement MP3TrackDemuxer::GetBuffered(). r=esawin
...
This is done by roughly estimated the duration of the MediaResource buffered range from the average bitrate.
2015-10-02 12:41:06 +10:00
Jean-Yves Avenard
759f764945
Bug 1207924: [mp3] P1. Fix MP3 decoding with early version of LibAV. r=esawin
...
LibAV 0.8 incorrectly set the pts as dts ; so we must set the dts to ensure not all frames have a time of 0.
2015-10-02 12:41:05 +10:00
Morris Tseng
4a94b0d70f
Bug 1210321 - Convert to external type before calling action. r=smaug
2015-10-02 09:51:18 +08:00
Masayuki Nakano
2e3a1cee0d
Bug 1208043 If composition is started with InsertTextAtSelection() and OnStartComposition() is called later, RecordCompositionStartAction() should cancel the last pending compositionend r=emk
2015-10-02 10:51:47 +09:00
Chris Manchester
60b920756b
Bug 1203686 - Add git support to mach try's ability to find files changes on the current branch. r=jgraham
...
--HG--
extra : commitid : KLt1KderUEx
2015-10-01 13:12:56 -07:00
Xidorn Quan
689a6aa2cc
Bug 1069192 part 3 - Restrict -moz-window-{dragging,shadow} to be chrome-only. r=dbaron
...
--HG--
extra : source : 1106ae9b0ae6aceee86fbd92e2ab4820d3402ebf
2015-10-02 11:01:54 +10:00
Xidorn Quan
29c0dcbbb3
Bug 1069192 part 2 - Add a flag for chrome-only properties and change semantics of enabling flags. r=dbaron
...
This patch changes the semantics of enabling flags so that their presence makes
the property default to off when there is no pref, and also removes "ALWAYS"
from their name to match.
--HG--
extra : source : 12d33074485c080dfdffff703b88662baa628b51
2015-10-02 11:01:54 +10:00
Xidorn Quan
bddc82fcb3
Bug 1069192 part 1 - Force users of nsCSSProps::IsEnabled() to pass in the enabled state. r=dbaron
...
--HG--
extra : source : a63fb100e63d26e35d09bdfc35e44be6c0ed1d6b
2015-10-02 11:01:54 +10:00
Kyle Huey
1c99938df5
Bug 1210581: Test controlled worker loads (XHR, fetch, importScripts). r=ehsan
2015-10-01 16:44:17 -07:00