Ryan VanderMeulen
cf79257a61
Merge the last PGO-green inbound changeset to m-c.
2013-03-04 17:03:22 -05:00
Chris Lord
85ea9d148c
Bug 847367 - Fix EGLSurface namespace conflict in AndroidBridge.cpp. r=blassey
2013-03-04 16:54:06 +00:00
L. David Baron
ff59a827fa
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
219d46c31f
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
b083e97964
Backed out 5 changesets (bug 834172) for Android build bustage.
2013-03-04 11:17:36 -05:00
Georg Fritzsche
5f47ef0c6d
Bug 824069 - Check if entry is in object map. r=bsmedberg
2013-01-15 17:02:11 +01:00
Nicholas D. Matsakis
a67d1c4582
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
8b98f0070e
[Bug 846710] Fix nsISVGPoint / DOMSVGTranslatePoint refcounting r=smaug
2013-03-04 10:40:25 -05:00
David Zbarsky
94121eca1a
Bug 847239 - Mark SeekableStreamAtBeginning #ifdef DEBUG r=kinetik
2013-03-04 10:40:24 -05:00
Nathan Froyd
b83679ee75
Bug 811507 - properly accumulate boolean values for SPDY_NPN_CONNECT; r=mcmanus
2013-02-22 10:53:08 -05:00
Raymond Lee
2b57b0cee5
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
eb41d232f1
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
b94624310d
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
d496d84db9
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
c2d0a094e1
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
238bf6661d
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
be2cdda9f7
Merge m-c to inbound.
2013-03-04 10:24:41 -05:00
Jan de Mooij
db197b064e
Bug 846080 - Make DecompileArgumentFromStack a bit more robust. r=bhackett
2013-03-04 15:52:38 +01:00
Ed Morley
d4f164b2da
Backed out changeset c1f4eff03e82 (bug 840693) for causing bug 838563
2013-03-04 14:38:11 +00:00
Ed Morley
2e90a500bf
Backed out changeset cacb9f3ee44d (bug 840693)
2013-03-04 14:37:43 +00:00
Brian Hackett
09f8886982
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
fac471fc87
Bug 827254 - Guard against garbage plugin instance in ANPSystem::setPowerState r=blassey
2013-03-04 09:06:42 -05:00
Alexander Surkov
546582e56f
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
44208759b9
Bug 389814 - Make tile filter faster. r=longsonr
2013-03-04 12:13:48 +00:00
Robert Longson
4ed0f42e95
Bug 842909 - Fix GetNumberOfChars so that it always creates a TextNodeCorrespondenceProperty. r=dholbert
2013-03-04 12:04:23 +00:00
Panos Astithas
ef6c598640
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
9376d7ad68
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
8074a90690
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
b7f42c6f3a
Backed out changeset 9a0c5073da59 (bug 846687) for test_seek.html failures
2013-03-04 11:25:08 +00:00
Ed Morley
17db8af930
Backed out changeset 86c98c4d36da (bug 846606)
2013-03-04 11:22:21 +00:00
Mihai Sucan
28564e2997
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
b5c32572b8
Merge m-c to fx-team.
2013-03-02 23:46:08 -05:00
Ryan VanderMeulen
93a0343225
Merge m-c to inbound.
2013-03-02 23:34:12 -05:00
Ryan VanderMeulen
2b41a4eb3d
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
33f1877472
Bug 843971: initializer order bustage fix rs=bustage
2013-03-02 22:04:40 -05:00
Randell Jesup
44e551f166
Bug 843971: fix backend for GUM a/v notification in opt builds r=derf
2013-03-02 21:49:29 -05:00
Ryan VanderMeulen
ca1578c647
Bug 841341 - Disable test on Windows due to frequent failures.
2013-03-02 21:02:15 -05:00
Ryan VanderMeulen
5a8222cf72
Bug 404077 - Change annotation.
2013-03-02 20:56:09 -05:00
Gregory Szorc
f8a19fa189
Merge build-system into inbound
2013-03-02 17:47:48 -08:00
Gregory Szorc
a9ffa037cc
Merge mozilla-central into build-system
2013-03-02 17:42:20 -08:00
Gregory Szorc
474cb7b617
Backout 05914d4f27e3 and 231b7f8046d9 (bug 844635) for causing test failures
2013-03-02 17:36:53 -08:00
David Zbarsky
506b986ee0
[Bug 847110] bustage fix
2013-03-02 20:20:07 -05:00
David Zbarsky
2c3499b66c
[Bug 847110] Fix up includes in layout/style r=dbaron
2013-03-02 19:31:48 -05:00
Aaron Klotz
4cdabac656
Backed out a40244b87c7a (bug 845907)
2013-03-02 17:08:05 -07:00
Aaron Klotz
fcb29882fd
Bug 845907: Adds generic ReadAhead functions r=glandium
2013-03-02 16:13:38 -07:00
Gregory Szorc
5086f4cdbd
Bug 784841 - Remove tooltier-tiers.mk
2013-03-01 20:23:28 -08:00
Gregory Szorc
b068ad96a5
Merge last PGO-green changeset of inbound to mozilla-central
2013-03-01 20:22:16 -08:00
Justin Wood
4925ba8c00
Backout part of Bug 812179 for SeaMonkey bustage. rs+=gps
2013-03-02 13:31:19 -05:00
Matt Brubeck
a2f8dde976
Bug 846988 - Handle additional arguments to setTimeout in Timer.jsm [r=neil]
2013-03-02 06:46:40 -08:00
Neil Rashbrook
f295555bc4
Bug 729649 Progress meters on XP should be chunk style r=bbondy
2013-03-02 14:37:20 +00:00