Commit Graph

335934 Commits

Author SHA1 Message Date
Chris Pearce
71d471a6a1 Bug 945947 - Re-enable DirectShow for MP3 playback on Vista and later. r=ajones
We disabled MP3 playback on Windows using DirectShow as the duration was
being incorrectly reported. While DirectShow was disabled, we supported
MP3 playback via Windows Media Foundation, and we still used DirectShow
on WinXP. Now that bug 918135 has landed the duration calculation has
been fixed, so we can re-enable DirectShow for MP3 playback for all
Windows versions. This enables us to avoid suffering from bug 882537 for
MP3 on Windows.
2013-12-04 13:47:39 +13:00
Chris Pearce
30fa90ca52 Bug 945085 - Improve comments in PlatformDecoderModule.h. r=kinetik
Adds comments to PlatformDecoderModule.h, and describes the call model
better. Renames CreateAudioDecoder and CreateVideoDecoder to
CreateAACDecoder and CreateH264Decoder. We may change them to accept a
codec parameter and have more general names in future when we need to
support more codecs here.
2013-12-04 13:47:12 +13:00
Jeff Walden
a51194c4dc Bug 940033 - js::HashMapEntry::{key,value} fields should be private, with accessors, and the former should expose a const reference. r=jimb
--HG--
extra : rebase_source : 439d194ed15bf87e9643c9c09d4512ff7f616fcc
2013-11-25 17:35:09 -08:00
Jeff Walden
fd8d240cfd Bug 937751 - Followup to compile with clang versions that treat |struct S; struct __attribute__((visibility("default"))) S {};| as an error. rs=mccr8
--HG--
extra : rebase_source : 97d6faaaa484a9544d2683c4a1af5c3e044fa2d3
2013-12-03 15:53:40 -08:00
Seth Fowler
579513aaf3 Bug 940142 - Add a lightweight generic hash key class to nsHashKeys.h. r=bsmedberg 2013-12-03 16:23:32 -08:00
David Anderson
15ea1ba33f Support MacIOSurface textures in the basic compositor (bug 942358, r=mattwoodrow). 2013-12-03 16:20:04 -08:00
Ryan VanderMeulen
2fb3a52db7 Backed out changeset 58dbd2146e24 (bug 944961) for bustage. 2013-12-03 18:47:39 -05:00
Andreas Pehrson
e51a2e7fbb Bug 944679 - Do not return nullptr in DeprecatedTextureHostBasic::GetAsSurface. r=nical 2013-11-29 13:39:52 +01:00
Jed Davis
6b929fc140 Bug 943774 - Allow sigaction when sandboxed, for the crash reporter. r=kang 2013-12-03 18:45:17 -05:00
Byron Campen [:bwc]
f844cfd9c4 Bug 942958 - Fix bug where a failure to populate the foundation of a peerreflexive candidate would result in an incorrect error return from nr_ice_peer_peer_rflx_candidate_create. r=ekr 2013-11-25 13:13:05 -08:00
Ryan VanderMeulen
6fddf1a235 Bug 931642 - Backed out changeset f4449a06e97f (bug 917883) for causing frequent OSX crashes. 2013-12-03 18:45:17 -05:00
Nathan Froyd
71a64bc379 Bug 933231 - don't |unset| variables after configuring NSPR; r=ted
|unset|'ing these things causes them to not be exported to future configure's
(JS's, especially, in this context).  It's also completely unlike what we do
with other _SAVE-style variables elsewhere in configure.  Reassignment should
be enough.
2013-11-08 11:38:02 -05:00
Nicholas Cameron
68f0c59c0c No bug. Remove an erroneous comment. r=me. DONTBUILD 2013-12-04 12:28:36 +13:00
Chris Peterson
b7a4bb70c3 Bug 944977 - Part 2: Build media/libvorbis in unified mode. r=tterribe
--HG--
extra : rebase_source : d7015035cc349a3e2c51187aa1d76d8375134cbf
2013-12-01 11:58:23 -08:00
Chris Peterson
703849d35d Bug 944977 - Part 1: Backport _vorbis_window_get() function signature from libvorbis r19028. r=tterribe
--HG--
extra : rebase_source : 5d2ca61540e6625f6938808e171093449596c132
2013-12-02 19:38:19 -08:00
Chris Peterson
31aa387350 Bug 944961 - Build rdf in unified mode. r=bsmedberg
--HG--
extra : rebase_source : 02d0dda613da55539f8fdb69ffd8c03e576e5ce9
2013-11-30 21:42:59 -08:00
Chris Peterson
dcae0f4ae9 Bug 940194 - Build netwerk/cookie in unified mode. r=ehsan
--HG--
extra : rebase_source : 289b1d4bff761e81b0f93873932a06cc024a0fff
2013-12-02 22:52:50 -08:00
Bill McCloskey
b928be8f52 Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Bill McCloskey
6f0d1bf5de Bug 682048 - Change B2G frame script handling to support anon/global scope (r=fabrice) 2013-11-23 21:32:39 -08:00
Bill McCloskey
7b954d4bef Bug 682048 - Change Metro frame script handling to support anon/global scope (r=jimm,mbrubeck) 2013-11-23 21:32:32 -08:00
Bill McCloskey
181fc4be1f Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Reuben Morais
99562b2b72 Bug 938597 - Include pref name in the error message for operations that cannot happen in content processes. r=bsmedberg 2013-12-03 21:18:09 -02:00
Aaron Klotz
0cc7ebea02 Bug 945784: Prepends a newline to InvalidateCaches entry before writing to compatibility.ini; r=bbondy 2013-12-03 16:17:02 -07:00
Douglas Crosher
1ef065d5f0 Bug 941905 - Move the HWCAP_ARMv7 flag down to bit 29, r=mjrosenb 2013-11-22 09:49:58 +11:00
Ryan VanderMeulen
a88900ff46 Backed out changeset 4cbb184bf6cb (bug 945828) for Linux64 debug xpcshell crashes. 2013-12-03 18:10:33 -05:00
Mike Hommey
37c7b8fc80 Bug 945978 - Fix typo from changeset 646b46467e86 2013-12-04 07:58:14 +09:00
Nicholas Nethercote
42309eb2d5 Bug 927740 (part 4) - Make workers CC on memory-pressure. r=khuey.
--HG--
extra : rebase_source : 372b3de683342634a182d3e782016718c067cead
2013-12-02 20:07:02 -08:00
Nicholas Nethercote
0cd410a29a Bug 927740 (part 3) - Make workers respond to "child-cc-request" notifications. r=khuey.
--HG--
extra : rebase_source : 34a15c4bf15bb0fd1601675e7e7cc4b5117ed433
2013-12-02 20:07:02 -08:00
Nicholas Nethercote
85e32e4d49 Bug 927740 (part 2) - Make about:memory's "Minimize Memory Usage" button affect child processes, like the "GC" and "CC" buttons. r=khuey.
--HG--
extra : rebase_source : 555f0e6ca11caa73e33f48a941ee119181c28b74
2013-12-02 20:07:02 -08:00
Nicholas Nethercote
c20ea4de69 Bug 927740 (part 1) - Fix observation of GC and CC requests by child processes. r=khuey.
--HG--
extra : rebase_source : 97e44a40d98ad71152dd24a8ea6ff0098aab1df4
2013-12-02 20:07:02 -08:00
Nicholas Cameron
3144952b0e Bug 943204. Don't use HWA compositors for transparent windows. r=mattwoodrow 2013-12-04 11:56:12 +13:00
Nicholas Cameron
c56887d745 Bug 943204. Fix transparent windows with the basic compositor. r=dvander 2013-12-04 11:56:11 +13:00
Aaron Klotz
57247b3c8a Bug 852164: Adds mutual exclusion between crash reporter deletion and plugin container process termination; r=bsmedberg
--HG--
extra : rebase_source : 1d2798354c25e2e37266fc604780cf6e4cb8494a
2013-12-03 15:19:58 -07:00
Ehsan Akhgari
ea1c909659 Bug 944212 - Build xpfe/appshell in unified mode; r=bsmedberg
--HG--
extra : rebase_source : 0a36b534d3df5418e4fc91ccfe8dbb236f3ec8c5
2013-12-03 17:03:45 -05:00
Ehsan Akhgari
9e8e6864f3 Bug 943988 - Build toolkit/xre in unified mode; r=bsmedberg
--HG--
extra : rebase_source : b8187ff717ac59611d05c4697a9f11673aae83dc
2013-12-03 17:01:16 -05:00
Daniel Holbert
4ef5935e77 (no bug) clarify a comment about baselines in nsFlexContainerFrame::Reflow. (comment-only, DONTBUILD) 2013-12-03 14:48:10 -08:00
Ryan VanderMeulen
c7695765ee Merge m-c to inbound. 2013-12-03 17:42:20 -05:00
Mike Hommey
c5fbc5c2ef Bug 943728 - Fixup for multilocale builds. r=me 2013-12-04 07:28:03 +09:00
Mike Hommey
76e38fe13c Bug 937005 - Make the original fix actually do something. r=ted 2013-12-04 07:15:40 +09:00
Ryan VanderMeulen
6cd226d444 Merge b2g-inbound to m-c. 2013-12-03 17:04:22 -05:00
Ryan VanderMeulen
f6d9a7911d Merge inbound to m-c. 2013-12-03 16:45:17 -05:00
Ehsan Akhgari
a6a1bff23d Backed out changeset 582c563a8e1a (bug 945587) for bustage on CLOSED TREE 2013-12-03 16:10:30 -05:00
L. David Baron
2b3c1e040b Bug 388971: Enable the 'make check' test checking for bad relocations. r=bsmedberg 2013-12-03 12:51:08 -08:00
Ehsan Akhgari
81533b9249 Follow-up to bug 945590 to fix the indentation 2013-12-03 15:49:45 -05:00
Ehsan Akhgari
64e1750c51 Bug 943990 - Build toolkit/components/startup in unified mode; r=bsmedberg 2013-12-03 15:49:02 -05:00
Ehsan Akhgari
af0d0cacb2 Bug 943999 - Build toolkit/components/ctypes/test in unified mode; r=bsmedberg 2013-12-03 15:48:12 -05:00
Ehsan Akhgari
a841872336 Bug 945590 - Disambiguate the name 'Corner' in nsCellMap.h; r=dholbert 2013-12-03 15:43:50 -05:00
Marina Samuel
eabe223be9 Bug 944740: Don't show Metro button in palette on non-win8. r=Gijs 2013-12-03 15:41:56 -05:00
Ehsan Akhgari
1af04ef00b Bug 945592 - Convert the type macros in nsTextFormatter.cpp to enum values; r=froydnj 2013-12-03 15:41:25 -05:00
John Hopkins
a8d52b2cae Bug 939315 - Please update the Helix blobs for 1.3, 1.2, 1.1 HD with the 20131106 build blobs. r=rail a=NPOTB 2013-12-03 15:37:12 -05:00