Anthony Jones
7278429f4a
Bug 1027875 - Add MP4 support to MSE; r=kinetik
2014-07-04 20:31:20 +12:00
Anthony Jones
4854f48994
Bug 1027875 - Add fMP4 stuff to CanHandleMediaType; r=cpearce
2014-07-04 20:31:19 +12:00
Anthony Jones
ab6dbf1a7a
Bug 1027875 - Remove Annex B assertion; r=cpearce
2014-07-04 20:31:19 +12:00
Anthony Jones
5956115649
Bug 1027875 - Fix CTS offset processing in fMP4; r=cpearce
2014-07-04 20:31:19 +12:00
Nicolas Silva
cc8c53aa9b
Bug 1019000 - Ensure that successfully write-locked D3D TextureClients provide a valid DrawTarget. r=mattwoodrow
2014-07-04 10:26:14 +02:00
Boris Zbarsky
6fa329d450
Bug 1018583 part 2. Remove the returnStringOnly gunk from sandboxes. r=bholley
2014-07-04 01:22:50 -04:00
Boris Zbarsky
c5a64e9225
Bug 1018583 part 1. Remove the execute-in-sandbox mode for javascript: URIs, and use the don't-execute mode wherever we used the sandbox one. r=bholley,dao
2014-07-04 01:21:57 -04:00
Marco Zehe
c0a11c14e0
Bug 1033283 - Expose STATE_PRESSED on menu buttons, r=surkov
2014-07-04 09:51:54 +02:00
Bernardo P. Rittmeyer
d393d66578
Bug 524760 - Hide print.macosx.pagesetup* preference from about:support as it's not useful there. r=MattN
2014-07-03 11:26:00 +02:00
Rick Eyre
2071c94b0e
Bug 1018933 - Part 2: Add regression test. r=rillian
2014-07-02 19:09:00 +02:00
Rick Eyre
1cb29d38e6
Bug 1018933 - Part 1: HTMLTrackElement should not create another TextTrack if one already exists. r=rillian
2014-07-02 19:10:00 +02:00
Boris Chiou
48e3a702de
Bug 975346 - Part 2: Support LayerScope for HwcComposer2D. r=dglastonbury
...
1. Retrieve buffer from GPU.
2. Refactor - use SenderHelper class to manage the Sender
static function structure.
2014-07-03 01:17:00 +02:00
Boris Chiou
c900095227
Bug 975346 - Part 1: General functions for Effects. r=dglastonbury
...
1. Support GenEffectChain() for LayerComposite.
Each layer can use this API to gen the
EffectChain (only primary effect now)
2. Support GenEffect() for CompositableHost.
3. Move AutoLock to compositeHost.
2014-06-22 19:06:00 +02:00
Harsh Pathak
fffec87019
Bug 643041 - Merge nsIX509Cert2 and nsIX509Cert3 into nsIX509Cert, and merge nsIX509CertDB2 into nsIX509CertDB. r=keeler
...
--HG--
extra : rebase_source : 5283c637e45dbee9f741d56cda54fdef1afce16e
2014-07-03 22:09:24 -07:00
Carsten "Tomcat" Book
7ba02d13fb
Backed out changeset d9f9398b90dc (bug 1018583) for bustage on a CLOSED TREE
2014-07-04 08:24:09 +02:00
Carsten "Tomcat" Book
c8bafba097
Backed out changeset df2b43d4581e (bug 1018583)
2014-07-04 08:23:42 +02:00
Carsten "Tomcat" Book
3bbb6b2922
Backed out changeset 207ccc9f5c2c (bug 966452)
2014-07-04 08:23:40 +02:00
Carsten "Tomcat" Book
39f737bb90
Backed out changeset 42f348168125 (bug 966452)
2014-07-04 08:23:38 +02:00
Carsten "Tomcat" Book
89289fc820
Backed out changeset 97708994eae6 (bug 857648)
2014-07-04 08:23:37 +02:00
Carsten "Tomcat" Book
b888a9611f
Backed out changeset b617c11c9476 (bug 857648)
2014-07-04 08:23:35 +02:00
Carsten "Tomcat" Book
8bf1cab663
Backed out changeset 04b06ee60ebf (bug 857648)
2014-07-04 08:23:34 +02:00
Carsten "Tomcat" Book
b3a70b5238
Backed out changeset e4dd7f8cf275 (bug 857648)
2014-07-04 08:23:32 +02:00
Carsten "Tomcat" Book
4d2b2e1cd1
Backed out changeset a4524d7aec4f (bug 857648)
2014-07-04 08:23:31 +02:00
Carsten "Tomcat" Book
b23eec19c4
Backed out changeset 03b7d111cc86 (bug 857648)
2014-07-04 08:23:17 +02:00
Boris Zbarsky
492ffadc2f
Bug 857648 part 6. Remove the now-unused JS::DescribeStack API. r=jimb
2014-07-04 01:25:30 -04:00
Boris Zbarsky
d9903b69fb
Bug 857648 part 5. Expose a .stack property on DOMExceptions. r=khuey
2014-07-04 01:25:16 -04:00
Boris Zbarsky
08248b80de
Bug 857648 part 4. Add a formattedStack attribute on nsIStackFrame. r=khuey
2014-07-04 01:25:16 -04:00
Boris Zbarsky
682a073ad5
Bug 857648 part 3. Switch from using JS::DescribeStack to JS::CaptureCurrentStack for producing JSStackFrames. r=khuey
2014-07-04 01:25:16 -04:00
Boris Zbarsky
7a73120ef4
Bug 857648 part 2. Split JSStackFrame into a generic class and a JS-specific class. r=khuey
2014-07-04 01:25:16 -04:00
Boris Zbarsky
a009f2847b
Bug 857648 part 1. Remove unnecessary code that tries to filter out non-JS stack frames from a known-JS-only stack. r=khuey
2014-07-04 01:25:15 -04:00
Boris Zbarsky
4a3080b3df
Bug 966452 part 2. Report all unhandled Promise rejections. r=nsm
2014-07-04 01:24:59 -04:00
Boris Zbarsky
bea71dc93b
Bug 966452 part 1. Refactor the js_ReportUncaughtException to produce a (message, JSErrorReport*) pair before reporting. r=waldo
2014-07-04 01:24:54 -04:00
Boris Zbarsky
ab6716593f
Bug 1018583 part 2. Remove the returnStringOnly gunk from sandboxes. r=bholley
2014-07-04 01:22:50 -04:00
Boris Zbarsky
e8df1c7976
Bug 1018583 part 1. Remove the execute-in-sandbox mode for javascript: URIs, and use the don't-execute mode wherever we used the sandbox one. r=bholley,dao
2014-07-04 01:21:57 -04:00
Ben Kelly
d0ce16a691
Backout 303027a0da95 (bug 1013571) due to persistent oranges (bug 1032011, bug 1032605, bug 1032783)
2014-07-04 00:31:59 -04:00
Geoff Brown
736358712e
Bug 1031103 - Enable test_bug659743.xml on Android 2.3; no review
2014-07-03 22:11:42 -06:00
Geoff Brown
bec27a7f46
Bug 1027802 - Try to get ANR report and stack trace when Fennec hangs; r=jmaher
2014-07-03 22:11:41 -06:00
Ryan VanderMeulen
2a062601a4
Merge m-c to inbound. a=merge
2014-07-03 23:25:36 -04:00
Ryan VanderMeulen
f2eae24eb3
Merge fx-team to m-c. a=merge
2014-07-03 23:24:35 -04:00
Ryan VanderMeulen
8dae30528b
Merge b2g-inbound to m-c. a=merge
2014-07-03 23:17:17 -04:00
zhoubcfan@163.com
f232c9cb4a
Bug 950323 follow-up - Correct the logic in the moz.build file; r=bsmedberg
2014-07-03 23:10:50 -04:00
Cameron McCormack
c5b5f9ebf6
Bug 1031153 - Move unicode-range descriptor serialization to nsStyleUtil. r=dbaron
2014-07-04 11:19:33 +10:00
Jonathan Watt
e933368d3c
Bug 1033607 - Get rid of Thebes backed gfxContexts in Gonk Widget code by killing of a bunch of non-OMTC code. r=mattwoodrow
2014-07-04 03:36:22 +01:00
Reed Koser
10efac421f
Bug 965967, part 2 - Get rid of the remaining Thebes backed gfxContexts in PluginInstanceChild.cpp. r=mattwoodrow
2014-07-04 03:36:21 +01:00
Ryan VanderMeulen
3a78f555c0
Backed out changeset 9cb84e8bbb30 (bug 1032415) for frequent Windows XP debug mochitest-other asserts.
...
CLOSED TREE
2014-07-03 20:53:31 -04:00
Ryan VanderMeulen
7189c91e41
Backed out 10 changesets (bug 1033358, bug 774388, bug 1028383) for causing frequent shutdown crashes on a CLOSED TREE.
...
Backed out changeset a54b05c9e4a1 (bug 1028383)
Backed out changeset 37985f79e0c2 (bug 774388)
Backed out changeset d07521729077 (bug 774388)
Backed out changeset 9f14b17f358c (bug 774388)
Backed out changeset 2d347d6aa9bc (bug 774388)
Backed out changeset 99581dfb5ec4 (bug 774388)
Backed out changeset 2532e22d6135 (bug 774388)
Backed out changeset 719844108f1a (bug 774388)
Backed out changeset 7829c78348a4 (bug 1033358)
Backed out changeset c571df9a85de (bug 1033358)
2014-07-03 20:37:05 -04:00
Ryan VanderMeulen
a3ef412a3f
Backed out changeset 3f079d36c620 (bug 1034257) for non-unified bustage.
2014-07-03 20:36:14 -04:00
B2G Bumper Bot
4d42e8e844
Bumping manifests a=b2g-bump
2014-07-03 15:41:39 -07:00
B2G Bumper Bot
5da9803eb6
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/92bddc1a99aa
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #21236 from jimporter/ringtones-mp3
Bug 1032702 - Cannot select preloaded MP3 as ringtone
========
https://hg.mozilla.org/integration/gaia-central/rev/c05b4c2f1193
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 1032702 - Cannot select preloaded MP3 as ringtone
2014-07-03 15:35:26 -07:00
B2G Bumper Bot
83bb2db713
Bumping manifests a=b2g-bump
2014-07-03 15:27:26 -07:00