Commit Graph

18070 Commits

Author SHA1 Message Date
Cameron McCormack
ce88b40019 Bug 922669 - Part 10: Don't capture the <input> element when dragging a range control's thumb. r=jwatt 2013-11-28 17:46:40 +11:00
Nicholas Nethercote
c1d4029597 Bug 936964 (part 6, attempt 2) - Rename WebGLMemoryReporterWrapper as WebGLMemoryTracker. r=bjacob.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : a1acb54039e2273319d91cf705fb2a0b3eaa068c
2013-11-25 16:03:38 -08:00
Nicholas Nethercote
ce427b171e Bug 936964 (part 5, attempt 2) - Make WebGLMemoryReporterWrapper ref-counted. r=bjacob.
--HG--
extra : rebase_source : 034998bcb782f683d9770f18ba64922fd3d1b8f5
2013-11-25 16:01:52 -08:00
Nicholas Nethercote
bc78290462 Bug 936964 (part 4, attempt 2) - Make MediaMemoryTracker ref-counted. r=kinetik.
--HG--
extra : rebase_source : fb032c262779678a33baa80700f448d3c9c469d3
2013-11-25 16:01:31 -08:00
Ehsan Akhgari
6220f98ec6 Backed out 9 changesets (bug 943660, bug 936964) because of ASAN use-after-free crashes on browser-chrome and mochitest-other
Backed out changeset 85486c4aa3d8 (bug 936964)
Backed out changeset 25312eb71998 (bug 936964)
Backed out changeset 6dbb8333960c (bug 936964)
Backed out changeset da6465ad476f (bug 936964)
Backed out changeset a87ffc992f38 (bug 936964)
Backed out changeset 4ae3a61182db (bug 936964)
Backed out changeset 34e9c3137804 (bug 936964)
Backed out changeset fd1459e71585 (bug 936964)
Backed out changeset 3e8a701d8bdc (bug 943660)

Landed on a CLOSED TREE

--HG--
rename : content/canvas/src/WebGLMemoryTracker.h => content/canvas/src/WebGLMemoryReporterWrapper.h
2013-11-27 20:05:00 -05:00
Ehsan Akhgari
b354a123b3 Bug 943982 - Build content/xul in unified mode; r=bzbarsky 2013-11-27 18:13:11 -05:00
Nicholas Nethercote
74e6ffe050 Bug 936964 (part 7) - Make lots of classes report their own memory consumption, instead of using a separate reporter class. r=mccr8,sr=bz.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 611e8d35907959b163aeced1c4ffe1d265048fe6
2013-11-07 16:35:30 +11:00
Nicholas Nethercote
0b49067039 Bug 936964 (part 6) - Rename WebGLMemoryReporterWrapper as WebGLMemoryTracker. r=bjacob.
--HG--
rename : content/canvas/src/WebGLMemoryReporterWrapper.h => content/canvas/src/WebGLMemoryTracker.h
extra : rebase_source : 7a215cf3dbcf0b78f8ab823828360dd0cfba26d3
2013-11-25 16:03:38 -08:00
Nicholas Nethercote
e42e475b4f Bug 936964 (part 5) - Make WebGLMemoryReporterWrapper ref-counted. r=bjacob.
--HG--
extra : rebase_source : 4a0d989d47ee2687d0a9a77ac0a31b1cfb0009a6
2013-11-25 16:01:52 -08:00
Nicholas Nethercote
e604caa465 Bug 936964 (part 4) - Make MediaMemoryTracker ref-counted. r=kinetik.
--HG--
extra : rebase_source : fced8b650971a152299fcf07a9ee75936d1810a2
2013-11-25 16:01:31 -08:00
Chris Pearce
719365dddb Bug 943721 - Make MP4Reader restrict its codecs output to H.264 and AAC. r=kinetk
We should restrict the output of MP4Reader to H.264 and AAC so that we
don't end up invoking rogue platform decoders (if that's even possible).
This means that we won't play MP3 audio inside MP4, that's deliberate.
2013-11-28 11:12:24 +13:00
Chris Pearce
7577f98b66 Bug 944088 - Make MP4Reader::Init() assume mLayersBackendType=LAYERS_NONE if it doesn't have a decoder owner. r=kinetik
This ensures that if the MP4Reader fails to get a decoder owner, we
don't abort the media load, but instead we will assume that we don't
have an advanced layers backend, and so fallback to software decoding on
Windows.
2013-11-28 11:12:22 +13:00
Neil Rashbrook
b225f3dffe Bug 943804 Always clear insertion points of cleared inserted children r=mrbkap 2013-11-27 20:12:58 +00:00
Neil Rashbrook
cfb09faacc Bug 936933 XBL should get the command controller directly from the window root r=mrbkap 2013-11-27 20:11:36 +00:00
Boris Zbarsky
cf06e27fb2 Bug 943418. Check for active documents, not current inners, in History APIs. r=bholley 2013-11-27 11:16:07 -05:00
Olli Pettay
5b2b222312 Bug 943613 - Notify JS implemented Event Target when an event listener is added / removed, r=bz
--HG--
extra : rebase_source : 3285e318ca454297f4a9f06c86e733ddf70f4cf8
2013-11-27 17:22:16 +02:00
Markus Stange
f2f8db66e6 Bug 924103 - Use Moz2D for SVG filter rendering. r=roc 2013-11-27 12:25:29 +01:00
Olli Pettay
c4ee9b8e05 Bug 942432 - Remove nsIJSEventListener::mContext, r=bz 2013-11-27 11:12:41 +02:00
Ehsan Akhgari
957da38a71 Backed out changeset 076bf878c59a (bug 942432) for build bustage 2013-11-26 22:14:23 -05:00
Ehsan Akhgari
28a707ad55 Backed out changeset db836ecd7746 (bug 943613) for build bustage 2013-11-26 22:14:19 -05:00
Olli Pettay
d881c8a0fd Bug 943613 - Notify JS implemented Event Target when an event listener is added / removed, r=bz
--HG--
extra : rebase_source : 88de22115dfef896468f2bb91d60f880cd84cfd3
2013-11-27 03:42:21 +02:00
Olli Pettay
dfb86d51d8 Bug 942432 - Remove nsIJSEventListener::mContext, r=bz
--HG--
extra : rebase_source : 0339018010bd6a079080f603db231837bfa9bf00
2013-11-27 03:40:49 +02:00
Wes Kocher
5517bc7312 Merge b2g-inbound to m-c 2013-11-26 19:34:07 -06:00
Daniel Holbert
740fba501a Bug 653571 followup: Fix typo in code comment for SVGPathDataAndInfo::IsIdentity. DONTBUILD because comment-only. 2013-11-26 11:36:40 -08:00
Birunthan Mohanathas
791fdd4645 Bug 943446 - Rename SVGPathDataAndOwner to SVGPathDataAndInfo for consistency. r=dholbert 2013-11-26 14:30:18 -05:00
Birunthan Mohanathas
4545553b41 Bug 653571 - Add IsIdentity() function to SVG{Length,Point}ListAndInfo. r=dholbert 2013-11-26 14:29:10 -05:00
Randy Lin
4f9eb8e54d Bug 854753 - [B2G][Audio] Implement SpeakerManager API. r=amarchesini, sr=jonas 2013-11-25 12:50:03 +13:00
Henri Sivonen
952f7aacbf Bug 852909 part 1 - Make media documents say they always ignore the character encoding menu. r=smaug. 2013-11-26 09:31:52 +02:00
Henri Sivonen
b2bca3e3e1 Bug 919935 - Add a deCOMtaminated way to instantiate nsIUnicodeDecoders and nsIUnicodeEncoders. r=emk. 2013-11-26 09:31:52 +02:00
Boris Zbarsky
5d9137eda5 Bug 935855 part 1. Add a [StoreInSlot] WebIDL annotation to bindings. r=peterv 2013-11-25 20:59:34 -05:00
Bobby Holley
b5ecea68f1 Bug 928616 - Clean up JS_CopyPropertiesFrom. r=jorendorff 2013-11-25 15:35:22 -08:00
Robert Longson
b1e0adc1f8 Bug 937614 - simplify nsSMILParserUtils. r=dholbert 2013-11-25 19:46:20 +00:00
Ryan VanderMeulen
2ab19ea365 Merge m-c to inbound. 2013-11-25 14:23:48 -05:00
Ryan VanderMeulen
c568a1e03c Merge inbound to m-c. 2013-11-25 14:13:56 -05:00
Carsten "Tomcat" Book
bfdc3b1e49 Merge m-c to b2g-inbound 2013-11-25 15:37:21 +01:00
John Daggett
595e66c8e0 Bug 934710 - add various text performance metrics and a log to handle these. r=jfkthame 2013-11-25 13:59:56 +09:00
Benjamin Smedberg
c83a315431 Bug 941908 - Crash in nsIDocument::IsActive becuse of a null document. This would assert in debug builds, but use a wallpaper null-check in release builds also, r=johns 2013-11-25 12:08:37 -05:00
Randy Lin
98ffdc3b08 Bug 935774 - "Assertion failure: meta" in mozilla::MediaEncoder::GetEncodedData. r=roc 2013-11-25 12:57:52 +13:00
Chia-hung Tai
32d5c0b9f8 Bug 921918 - 2/4: DOM implementation. r=khuey 2013-11-25 18:54:59 +08:00
Carsten "Tomcat" Book
423e11da88 Backed out changeset 94f875f9a8de (bug 921918) Windows XP Debug Bustage on a CLOSED TREE 2013-11-25 08:56:24 +01:00
Chia-hung Tai
fed4c2c1d9 Bug 921918 - 2/4: DOM implementation. r=khuey 2013-11-25 15:19:23 +08:00
Olli Pettay
8811aec37f Bug 942240 - Improve the skippability of nsGlobalWindow, r=mccr8
--HG--
extra : rebase_source : ed7e687229a92075657d9b665fbc7af42d9eb5cc
2013-11-24 21:35:34 +02:00
Phil Ringnalda
a5b5e3117d Back out 89c3bfc7d873:58bfa3b59c2c (bug 673569) because bug 682048 is coming out
CLOSED TREE
2013-11-24 10:31:26 -08:00
Ehsan Akhgari
1482ff3f90 Bug 942489 - Deunify more files that are caught by bug 941854; r=BenWa 2013-11-24 01:29:24 -05:00
Bill McCloskey
559243f79d Bug 673569 - Address review feedback (r=Waldo) 2013-11-23 21:35:54 -08:00
Bill McCloskey
a54b870bbc Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Benoit Jacob
20940c8f1f Bug 938411 - Check for lost context in PresentScreenBuffer - r=jgilbert 2013-11-23 21:21:45 -05:00
Benoit Jacob
3c410edd4b Bug 924600 - WebGL.getUniform should not throw - r=jgilbert 2013-11-23 21:20:48 -05:00
Benoit Jacob
0187cd7e3d Bug 935303 - WebGL.texImage2D should not throw when passed a not-yet-loaded image - r=jgilbert 2013-11-23 21:20:48 -05:00
Benoit Jacob
d6c2066a07 Bug 924382 - Allow getting the integer type corresponding to a MOZ_BEGIN_ENUM_CLASS - r=Waldo 2013-11-23 21:20:38 -05:00