Nathan Froyd
b1cd8c83e4
Bug 1097740 - use NS_INLINE_DECL_REFCOUNTING for Fake_MediaStreamTrack in FakeMediaStreams.h; r=jesup
2014-11-12 11:07:27 -05:00
Nathan Froyd
f7cb16fe38
Bug 1097734 - use NS_INLINE_DECL_REFCOUNTING in WebGLContextLossHandler; r=smaug
2014-11-12 11:06:50 -05:00
Ryan VanderMeulen
c74763b5f0
Backed out changeset 3fe4db1f0877 (bug 1097849) for gtest assertions.
...
CLOSED TREE
2014-11-12 15:15:49 -05:00
Ryan VanderMeulen
1011becefe
Backed out changeset 0dae8ac74ab4 (bug 1080462) for crashes during packaging.
2014-11-12 15:14:56 -05:00
David Major
e748c21c20
No bug - add a comment to clarify the code. DONTBUILD
...
--HG--
extra : rebase_source : 3d38a9aa2fde585951ffaadaecf76422cf0dcab5
2014-11-13 08:57:09 +13:00
Kannan Vijayan
76406b50a1
Bug 1080462 - Fix up leak of native2bytecode mapping information. r=h4writer
2014-11-12 14:42:42 -05:00
Ryan VanderMeulen
f24acb59af
Backed out changeset 92fc5580994a (bug 1038868) for causing intermittent OSX Marionette timeouts.
...
--HG--
extra : rebase_source : dcf4d8c25d8612b043c3a08a862ffef99c16fd95
2014-11-12 14:39:59 -05:00
Jean-Yves Avenard
98997a65af
Bug 1096764: Add Raw AAC sample support to FFmpeg audio decoder. r=edwin
2014-11-11 19:28:33 +11:00
Ralph Giles
b406146c92
Bug 1097849 - Assert sane audio sample rates in MediaEncoder. r=derf
...
We believe the rate is constrained by the audio driver, but we
should verify this assumption. 8-192 kHz covers all sample rates
in general use for audio data.
2014-11-12 11:03:00 -08:00
Masatoshi Kimura
ed54628834
Bug 900243 - Part 1: Enable WebIDL BrowserFeedWriter for SeaMonkey. r=smaug
2014-11-13 03:05:11 +08:00
Paul Adenot
a07a4a99c6
Bug 1083664 - Disable an assert in cubeb_audiounit.c for investigation.
...
--HG--
extra : rebase_source : d46b6fb9d3da9a45ea94435a15bfc3bfee85e9d3
2014-11-12 20:05:05 +01:00
Bas Schouten
ffc65e20a8
Bug 1097803: Report succesful Direct2D 1.1 usage. r=jrmuizel
2014-11-12 18:44:31 +00:00
Terrence Cole
4cb7822344
Bug 1093307 - Part 2: Make OOM flushing paths more straightforward; r=jonco
2014-11-06 14:03:05 -08:00
Olli Pettay
4dcf2b5d23
Bug 1097240 - 5ms iCC slice, r=mccr8
...
--HG--
extra : rebase_source : ed97d58be65d21954d675f65e46ed45d151bb6a0
2014-11-12 19:28:51 +02:00
Ryan VanderMeulen
c19aaabc0c
Bug 1083664- Skip dom/media/tests/mochitest on OSX debug.
2014-11-12 12:25:36 -05:00
Ryan VanderMeulen
b905f70962
Backed out changeset 5a476e673470 (bug 1073615) for causing various intermittent failures.
2014-11-12 11:52:30 -05:00
Benoit Jacob
fc6fa1ba2e
Bug 1095575 - DoesD3D11DeviceWork() should be overridable by force-enable prefs - r=bas
2014-11-12 11:48:01 -05:00
Ryan VanderMeulen
a86f2ba6cd
Backed out changesets c61c91ea40fe and 8ac5fed37830 (bug 1071769) for causing frequent Android reftest failures.
...
--HG--
extra : rebase_source : c0b340f22ab24456272451a88aea302b0f19026b
2014-11-12 11:34:57 -05:00
Chris Manchester
7d133d5337
Bug 1090485 - Fix mozlog's commandline to accept file arguments for a formatter that is also the stdout default.;r=jgraham
2014-10-28 17:03:20 -04:00
Chris Manchester
cfa9e8f212
Bug 1095018 - Forward marionette's cookie interactions to the parent process for compatibility with e10s.;r=ato
...
* * *
Fixes based on review feedback.
2014-11-11 13:15:02 -05:00
James Long
e6c6dce4f1
Bug 1097107 - Fix a few errors in the protocol.js docs. r=fitzgen
2014-11-11 13:36:00 -05:00
Tom Tromey
b2705a4bdd
Bug 1093823 - Avoid valgrind report from ThreadLocal<bool>. r=froydnj
2014-11-07 08:41:00 -05:00
Sotaro Ikeda
c82676630f
Bug 1095639 - Re-enable acquire fence delivery on gonk r=nical
2014-11-12 07:55:31 -08:00
Carsten "Tomcat" Book
612228e7a9
Merge mozilla-central to mozilla-inbound
2014-11-12 16:09:39 +01:00
Ryan VanderMeulen
4688a50ded
Bug 1083664 - Disable test_dataChannel_basicAudio.html on OSX debug for frequent assertions.
...
--HG--
extra : rebase_source : 253249f776e464781588eb62a7b3373faf44243e
2014-11-12 10:06:02 -05:00
Michael Wu
b1eff34262
Bug 1082827: Allow D2D 1.1 to be selected for the canvas backend. r=bas
2014-11-12 15:05:14 +00:00
Bas Schouten
725f7cbb33
Bug 1097628: Mark tests as fuzzy with D2D even when Canvas & Content backends are identical. r=jwatt
2014-11-12 15:05:14 +00:00
Bas Schouten
99628c3594
Bug 1097476: Fix typo in D2D 1.1 radial gradient code. r=jrmuizel
2014-11-12 15:05:13 +00:00
Bas Schouten
5b27300620
Bug 1097293: Do not draw radial gradients when centers and radii are identical. r=jrmuizel
...
When Cinner and Couter are equal, as well as Rinner and Router, the algorithm described in the canvas specification will hit a division by 0. As described in section 7 of the Canvas2D specification nothing should be drawn in this situation.
2014-11-12 15:05:13 +00:00
Carsten "Tomcat" Book
db744f87ab
merge mozilla-inbound to mozilla-central a=merge
2014-11-12 16:02:10 +01:00
Sotaro Ikeda
18bbf74695
Bug 1071205 - Change Video encode to HardwareCodecsOnly r=mikeh
2014-11-12 06:59:44 -08:00
Dave Hunt
4bd50dc82a
Bug 1038868 - Use B2GDeviceRunner in the Marionette client. r=ahalberstadt
2014-11-12 14:52:59 +00:00
Eddy Bruël
aa6cdbb365
Bug 1090929 - Enable the parser tests;r=mratcliffe
2014-11-12 14:32:23 +01:00
Eddy Bruël
fbadbccc47
Bug 1090929 - Enable the conditional breakpoint tests;r=mratcliffe
2014-11-12 14:31:00 +01:00
Dave Hunt
62343d3ee0
Bug 1095751 - Pass optional device serial to mozversion in Marionette runner. r=ahalberstadt
2014-11-12 13:26:57 +00:00
Carsten "Tomcat" Book
fc51638ed5
merge fx-team to mozilla-central a=merge
2014-11-12 13:52:37 +01:00
Carsten "Tomcat" Book
32825b590d
Backed out changeset 357b7bb14462 (bug 1083004) for frequent b2g m-9 test failures
2014-11-12 11:26:12 +01:00
Carsten "Tomcat" Book
1c2a463484
Backed out changeset 61fa2ff606b8 (bug 1083004)
2014-11-12 11:25:51 +01:00
Carsten "Tomcat" Book
948e7a2ea4
Backed out changeset 53e23b1b3642 (bug 1092450) for test bustage
2014-11-12 11:19:26 +01:00
Chenxia Liu
dd96c27724
Bug 1091897 - Update Remote debugging UI. r=margaret
2014-11-11 18:49:52 -08:00
Chenxia Liu
1fa905ec13
Bug 988253 - Video automatically plays on page when it should. r=bnicholson
2014-11-11 18:49:52 -08:00
Chenxia Liu
a0e1028786
Bug 1093619 - Don't display onboarding screen for Webapp profiles. r=margaret
2014-11-11 18:49:51 -08:00
B2G Bumper Bot
9aa4cd957e
Bumping manifests a=b2g-bump
2014-11-11 18:47:24 -08:00
B2G Bumper Bot
f0af4a0cfb
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/975ad3e4cb19
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #25974 from cctuan/1095320
Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar.
========
https://hg.mozilla.org/integration/gaia-central/rev/0bc7349ec935
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1095320 - [Text Selection] Copy/Paste bubble is behind the rocketbar backdrop if we select word in rocketbar
========
https://hg.mozilla.org/integration/gaia-central/rev/13627c629dd0
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #26037 from millermedeiros/1095738-rename-months-day
Bug 1095738 - [Calendar] rename the MonthsDay view r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/9ef2d24dcee9
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1095738 - [Calendar] rename the MonthsDay view
2014-11-11 18:40:53 -08:00
B2G Bumper Bot
9401049d57
Bumping manifests a=b2g-bump
2014-11-11 18:12:59 -08:00
B2G Bumper Bot
3a35857b11
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/292963d7793d
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26021 from EragonJ/bug-1087813
Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish
========
https://hg.mozilla.org/integration/gaia-central/rev/e6dcfd5a6461
Author: YFdyh000 <yfdyh000@gmail.com>
Desc: Bug 1087813 - Fix the unable to entry Settings app menus on Flatfish
2014-11-11 18:11:03 -08:00
Wes Kocher
b60bfb238c
Merge m-c to fx-team a=merge
2014-11-11 18:10:19 -08:00
Wes Kocher
a4af66daa6
Merge b2g-inbound to m-c a=merge
2014-11-11 18:03:56 -08:00
Richard Newman
d3cd886aa8
Bug 1089266 - Don't rely on lightweight themes in webapps. r=mfinkle
...
This papers over the issue by allowing the context menu to open.
However, the root cause is that context menus in webapps don't make a whole lot of sense -- for example, in my test I see:
http://the/app/url ...
Share Link
Open Link in New Tab
Open Link in Private Tab
Copy Link
Bookmark Link
Open With Music App
If you perform one of the tab actions, you'll see a toast offering to switch tab, and an intent handler overlay will fire!
I suggest filing a follow-up bug for someone with more familiarity with WebappImpl to address this.
2014-11-11 17:52:34 -08:00
Brian Grinstead
89c0455c0f
Bug 1096469 - Make devedition theme work with custom devtools themes;r=Gijs
2014-11-11 17:33:18 -08:00