Ryan VanderMeulen
13adb15de3
Merge the last PGO-green inbound changeset to m-c.
2013-03-04 17:03:22 -05:00
Chris Lord
79ceca2d4b
Bug 847367 - Fix EGLSurface namespace conflict in AndroidBridge.cpp. r=blassey
2013-03-04 16:54:06 +00:00
L. David Baron
b11867eb47
Bug 846096: Bail out of nsRange::ParentChainChanged if the nodes aren't in a connected subtree. r=smaug
2013-03-04 08:37:48 -08:00
Panos Astithas
024e33c598
Add more logging in the Browser Debugger startup path in order to investigate bug 766119; r=vporof
2013-03-04 17:49:37 +02:00
Ryan VanderMeulen
527466b973
Backed out 5 changesets (bug 834172) for Android build bustage.
2013-03-04 11:17:36 -05:00
Georg Fritzsche
561357162c
Bug 824069 - Check if entry is in object map. r=bsmedberg
2013-01-15 17:02:11 +01:00
Nicholas D. Matsakis
75ac9585f4
Bug 840339 - Move inlined functions that depend on jsscriptinlines.h into CompileInfo-inl.h r=dvander
2013-03-04 11:00:02 -05:00
David Zbarsky
6eef90b020
[Bug 846710] Fix nsISVGPoint / DOMSVGTranslatePoint refcounting r=smaug
2013-03-04 10:40:25 -05:00
David Zbarsky
a2d7af398f
Bug 847239 - Mark SeekableStreamAtBeginning #ifdef DEBUG r=kinetik
2013-03-04 10:40:24 -05:00
Nathan Froyd
c171472cea
Bug 811507 - properly accumulate boolean values for SPDY_NPN_CONNECT; r=mcmanus
2013-02-22 10:53:08 -05:00
Raymond Lee
7b530dc0ba
Bug 840682 - Use HTTPS instead of HTTP in the links to crash reports in about:crashes. r=gavin
2013-03-04 15:11:21 +08:00
Thomas Zimmermann
6afb280c5a
Bug 834172 - Remove GStreamer flags from webaudio Makefile. r=cpearce
...
With the move of all codec-specific code to DecoderTraits, there is no
need to pass compiler flags for GStreamer when building the webaudio
library. This patch updates the Makefile template accordingly.
2013-03-04 10:24:45 -05:00
Thomas Zimmermann
aa983418f9
Bug 834172 - Don't export codec functions from DecoderTraits. r=cpearce
...
All codec-specific code is hidden within DecoderTraits and available
from generic interfaces. This patch removes the codec-specific
functions from DecoderTraits' public interface.
2013-03-04 10:24:45 -05:00
Thomas Zimmermann
979b84ab7c
Bug 834172 - Implement CreateReader in DecoderTraits. r=cpearce
...
MediaDecoderReaders are now created from within DecoderTraits. The
codec-specific code has been removed from class MediaDecodeTask.
2013-03-04 10:24:45 -05:00
Thomas Zimmermann
a8e6dcf6bc
Bug 834172 - Implement IsSupportedTypeInVideo in DecoderTraits. r=cpearce
...
This change moves the policy of supported media types in the element
nsHTMLMediaElement to the DecoderTraits class. The codec-specific code
has been removed from the media element.
2013-03-04 10:24:44 -05:00
Thomas Zimmermann
a800a171d2
Bug 834172 - Implement CreateDecoder in DecoderTraits. r=cpearce
...
The class DecoderTraits knows about all supported decoders. Adding
an interface to create decoder instances simplifies all users of this
functionality. nsHtmlMediaElement has been updated to use the new
function.
2013-03-04 10:24:44 -05:00
Ryan VanderMeulen
62faaaf4cf
Merge m-c to inbound.
2013-03-04 10:24:41 -05:00
Jan de Mooij
7ba69d0a09
Bug 846080 - Make DecompileArgumentFromStack a bit more robust. r=bhackett
2013-03-04 15:52:38 +01:00
Ed Morley
4083244598
Backed out changeset c1f4eff03e82 (bug 840693) for causing bug 838563
2013-03-04 14:38:11 +00:00
Ed Morley
caab8e796b
Backed out changeset cacb9f3ee44d (bug 840693)
2013-03-04 14:37:43 +00:00
Brian Hackett
d5a4832378
Bug 846330 - Bail out before trying to eval scripts containing 'arguments' in Ion, r=jandem.
2013-03-04 07:21:16 -07:00
James Willcox
456ff8ac8b
Bug 827254 - Guard against garbage plugin instance in ANPSystem::setPowerState r=blassey
2013-03-04 09:06:42 -05:00
Alexander Surkov
bcc6ef6d32
Bug 846148 - assertion: no node for the accessible tree walker: 'aContent', r=tbsaunde
2013-03-04 22:41:51 +09:00
O S K Chaitanya
418394226e
Bug 389814 - Make tile filter faster. r=longsonr
2013-03-04 12:13:48 +00:00
Robert Longson
4d594cd99a
Bug 842909 - Fix GetNumberOfChars so that it always creates a TextNodeCorrespondenceProperty. r=dholbert
2013-03-04 12:04:23 +00:00
Panos Astithas
3aaf7602ae
Fix bug 847314 (Intermittent test_listsources-02.js, test_sources_backwards_compat-02.js); r=me
2013-03-04 13:36:23 +02:00
Mike Hommey
2e3ddc0e5f
Bug 812105 - Strip all files that can be stripped in the SDK. r=ted DONTBUILD as NPOTB
2013-03-04 09:23:09 +01:00
Mihai Sucan
6fd3783ed0
Bug 846606 - fix for permaorange in browser_dbg_bug723069_editor-breakpoints.js | Test timed out; r=me (relanded; wrong cset)
2013-03-03 13:08:50 +02:00
Ed Morley
59e1595457
Backed out changeset 9a0c5073da59 (bug 846687) for test_seek.html failures
2013-03-04 11:25:08 +00:00
Ed Morley
e54f73812a
Backed out changeset 86c98c4d36da (bug 846606)
2013-03-04 11:22:21 +00:00
Mihai Sucan
49a5a02146
Bug 846606 - fix for permaorange in browser_dbg_bug723069_editor-breakpoints.js | Test timed out; r=me
2013-03-03 13:08:50 +02:00
Ryan VanderMeulen
e26237e7ee
Merge m-c to fx-team.
2013-03-02 23:46:08 -05:00
Ryan VanderMeulen
116933c359
Merge m-c to inbound.
2013-03-02 23:34:12 -05:00
Ryan VanderMeulen
cfccea4077
Backed out changeset b97a4451fc30 (bug 841341) because apparently changing the order of the tests causes others to fail.
2013-03-02 23:23:21 -05:00
Randell Jesup
2aebf752ea
Bug 843971: initializer order bustage fix rs=bustage
2013-03-02 22:04:40 -05:00
Randell Jesup
b35e9206f5
Bug 843971: fix backend for GUM a/v notification in opt builds r=derf
2013-03-02 21:49:29 -05:00
Ryan VanderMeulen
d31b76613c
Bug 841341 - Disable test on Windows due to frequent failures.
2013-03-02 21:02:15 -05:00
Ryan VanderMeulen
b93f0363df
Bug 404077 - Change annotation.
2013-03-02 20:56:09 -05:00
Gregory Szorc
49fef2efe9
Merge build-system into inbound
2013-03-02 17:47:48 -08:00
Gregory Szorc
98868fc43b
Merge mozilla-central into build-system
2013-03-02 17:42:20 -08:00
Gregory Szorc
9097966409
Backout 05914d4f27e3 and 231b7f8046d9 (bug 844635) for causing test failures
2013-03-02 17:36:53 -08:00
David Zbarsky
c02aeddcb3
[Bug 847110] bustage fix
2013-03-02 20:20:07 -05:00
David Zbarsky
c596ef885a
[Bug 847110] Fix up includes in layout/style r=dbaron
2013-03-02 19:31:48 -05:00
Aaron Klotz
e9f69415e1
Backed out a40244b87c7a (bug 845907)
2013-03-02 17:08:05 -07:00
Aaron Klotz
47900ec2b3
Bug 845907: Adds generic ReadAhead functions r=glandium
2013-03-02 16:13:38 -07:00
Gregory Szorc
c6b8cf60cc
Bug 784841 - Remove tooltier-tiers.mk
2013-03-01 20:23:28 -08:00
Gregory Szorc
abd35bbd64
Merge last PGO-green changeset of inbound to mozilla-central
2013-03-01 20:22:16 -08:00
Justin Wood
dcbbc04591
Backout part of Bug 812179 for SeaMonkey bustage. rs+=gps
2013-03-02 13:31:19 -05:00
Matt Brubeck
247810ac19
Bug 846988 - Handle additional arguments to setTimeout in Timer.jsm [r=neil]
2013-03-02 06:46:40 -08:00
Neil Rashbrook
ddac28cf16
Bug 729649 Progress meters on XP should be chunk style r=bbondy
2013-03-02 14:37:20 +00:00