Benjamin Smedberg
8fd1bc7f20
Bug 672843 part C - convert most of XPCOM except for xpcom/tests, r=vdjeric
2013-11-19 16:27:37 -05:00
Benjamin Smedberg
d3cbd5920f
Bug 672843 part B - Remove NS_ENSURE_PROPER_AGGREGATION, r=froydnj
2013-11-19 16:27:36 -05:00
Benjamin Smedberg
ddad5a704a
Bug 672843 part A - Create the new macro NS_WARN_IF and deprecate NS_ENSURE_* in favor of the explicit warning/return style. Also localize each macro so that it's debug and non-debug versions are local in the file, because that makes it easier for new contributors to understand. r=froydnj sr=jst
2013-11-19 16:27:36 -05:00
Olli Pettay
0432fe5230
Bug 928535, Support WeakRef's from c++ to JSImplemented webidl objects, r=mccr8
...
--HG--
extra : rebase_source : 05736af7ab2d11b10e7e6e917b8647a58e2c2108
2013-11-20 23:42:16 +02:00
Bill McCloskey
515206e74f
Bug 940217 - Fix error report about StopIteration promise (r=Yoric)
2013-11-20 13:35:25 -08:00
Oleg Romashin
14f35ba0ec
Bug 822898 - Implement pointer events. Basic Tests. r=smaug
2013-11-20 13:05:44 -08:00
Oleg Romashin
a5f7d3c425
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 13:05:41 -08:00
Oleg Romashin
dbdb925adf
Bug 822898 - Implement pointer events. Interface. r=smaug
2013-11-20 13:05:39 -08:00
Oleg Romashin
912aa02852
Bug 822898 - Implement pointer events. CreateEvent hack. r=ehsan
2013-11-20 13:05:37 -08:00
Chris Pearce
7125ddf4eb
Bug 886196 - Create a PlatformDecoderModule that outputs blank frames for fuzzing/testing purposes. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
a8eb2ad7b9
Bug 886196 - Implement WMF platform decoder for FMP4 demuxer. r=padenot
2013-11-21 10:04:33 +13:00
Chris Pearce
2547f6703f
Bug 886196 - Add pref to enable creation of fmp4 reader in DecoderTraits. Preffed of by default. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
b88e7b5029
Bug 886196 - MP4 demuxing using Chromium's MP4 demuxer. No decoding yet. r=kinetik
2013-11-21 10:04:33 +13:00
Chris Pearce
9772f912c9
Bug 886196 - Import Chromium's MSE MP4 demuxer code. r=kinetik
2013-11-21 10:04:32 +13:00
Chris Pearce
863750a7ce
Bug 886196 - Configure option and pref for fragmented mp4 parser. r=glandium
2013-11-21 10:04:32 +13:00
Ehsan Akhgari
02b93b6f1a
Follow-up to bug 936912: Fix a compiler warning
2013-11-20 16:01:59 -05:00
Nathan Froyd
c0280fee2b
Bug 940426 - part 2 - don't observe xpcom-shutdown in nsXULTemplateBuilder; r=bz
2013-11-19 20:04:15 -05:00
Nathan Froyd
3441f8f6d6
Bug 940426 - part 1 - properly stop observing all the sources in nsXULTemplateBuilder; r=bz
2013-11-19 11:21:00 -05:00
Jonathan Kew
72d3b87910
bug 941090 - build most of gfx/ots in unified mode. r=ehsan
2013-11-20 20:40:14 +00:00
Gregory Szorc
4ba80f0f47
Bug 924307 - Intermittent "reporter is null at abouthealth.js:27"; r=rnewman
...
The error message comes from abouthealth.js not checking if a variable
is null before access. That bug is fixed.
However, the underlying issue of "the reporter is null" still remains.
Logging has been added to hopefully catch issues. The signature of the
failure will change.
--HG--
extra : rebase_source : bc887406a3570a767bae5407b5836314157ac421
extra : amend_source : f22cad2eae46bd08ae25a7d376fbf8e2d1d0ea92
2013-11-20 11:41:08 -08:00
Ted Mielczarek
b1b4271ebe
Bug 941120 - Stop running make check twice in js/src. r=gps
2013-11-20 15:14:31 -05:00
Terrence Cole
e609612139
Bug 940718 - Create the first safe JSContext in a GC safe location; r=bholley
...
--HG--
extra : rebase_source : fa6e43d8e194e21e1a5231050aa7a959d844edd5
2013-11-20 12:12:11 -08:00
Terrence Cole
3e39fd6fda
Bug 940755 - Add an exact rooting suppression for AutoAssertNoGC; r=sfink
...
--HG--
extra : rebase_source : 01ce5a48daa53c46138256daf0bf814356b3ca4e
2013-11-19 15:50:25 -08:00
Shu-yu Guo
7a9dd72104
Bug 939414 - Dump memory stats for browser-chrome. (r=ted)
2013-11-20 12:08:07 -08:00
Nicolas Silva
0ae55e75e8
Bug 926558 - Remove a warning that is not used correctly. r=BenWa
2013-11-13 13:25:50 +01:00
Nathan Froyd
fb9e458abe
Bug 941616 - fix jemalloc build for --enable-replace-malloc; r=ehsan
2013-11-21 09:46:32 -05:00
Nathan Froyd
b6fa72810b
Bug 938702 - check for a valid encoding before creating an input stream in canvas code; r=smaug
2013-11-20 19:55:53 -05:00
Jan de Mooij
75cb597b06
Bug 941590 - Build jsapi-tests in unified mode. r=ehsan,luke
...
--HG--
extra : rebase_source : 01ce690cd3583e99b47ab82ff0a19eaaa128e1fd
2013-11-21 16:42:01 +01:00
Ehsan Akhgari
4fc038aac3
Bug 941405 - Remove the usages of the register keyword from XPCOM; r=froydnj
2013-11-21 10:42:40 -05:00
Gregory Szorc
a949cce316
Bug 940454 - Update hg.mozilla.org certificate fingerprint.
2013-11-19 09:11:53 -08:00
Sylvestre Ledru
000d654fe7
Bug 938505 - Error out during configure if both --enable-trace-malloc and --enable-replace-malloc or --enable-dmd are specified. r=glandium
2013-11-21 10:35:46 -05:00
Andrea Marchesini
fb5782f689
Bug 937006 - No crash when IDRequest fails to get filename and line number. r=bholley
2013-11-21 10:35:46 -05:00
Jed Davis
25d0491c01
Bug 936272 - Avoid calling mkdir() from content process in form mochitests. r=sicking
2013-11-21 10:35:45 -05:00
Ryan VanderMeulen
0b04f14b61
Backed out changeset 1469f9e856c0 (bug 939993) for SM rootanalysis crashes.
...
CLOSED TREE
2013-11-21 09:44:27 -05:00
Ryan VanderMeulen
4864326b61
Backed out changeset 4887ddabba31 (bug 939231) for mochitest hangs.
...
CLOSED TREE
2013-11-21 09:39:38 -05:00
Ryan VanderMeulen
6e2343aa58
Backed out changeset e2536905b186 (bug 940194) for bustage.
2013-11-21 09:38:59 -05:00
Brian Grinstead
4640bca5cc
Bug 862558 - Web Console should always be available / visible;r=msucan
2013-11-11 15:13:28 -06:00
Jan Beich
ee802e9a0a
Bug 939527 - Make OS.File.stat() use correct type for file size. r=Yoric
2013-11-19 14:58:00 -05:00
Steven MacLeod
dc5f6ef696
Bug 918024 - Remove the synchronous fallback for reading in Session Store initialization. r=Yoric, f=ttaubert
2013-11-19 14:57:46 -05:00
Wes Johnston
93774474dc
Bug 768667 - Use an actionmode for text selection. r=margaret,sriram
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-hdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-mdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-mdpi/ic_menu_share.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/ic_menu_share.png => mobile/android/base/resources/drawable-xhdpi/ic_menu_share.png
2013-11-19 11:57:37 -08:00
Wes Johnston
9747791d38
Bug 768667 - Provide an action mode for compatibility with old Android versions. r=sriram
2013-11-19 11:57:35 -08:00
Jared Wein
6b5a818ef6
Bug 935753 - Fix test comment. DONTBUILD. r=me
2013-11-19 14:55:11 -05:00
Jared Wein
c4ce8aeca7
Bug 935753 - Firefox displays the "This is a secure Firefox page" indicator on pages served by addons. r=MattN
2013-11-19 11:11:25 -05:00
Sam Foster
b9f285ecaa
Bug 926036 - Extend the label bindings to assign to textContent to get normal line-wrapping when attached. r=mbrubeck
2013-11-19 11:40:56 -08:00
Ryan VanderMeulen
4dd7eaa962
Merge m-c to fx-team.
2013-11-19 13:55:57 -05:00
Anton Kovalyov
5051808576
Bug 920570 - requestLongerTimeout for browser_codemirror and re-enable it on Linux. r=me
2013-11-19 10:54:19 -08:00
Ryan VanderMeulen
afdc7727d2
Merge fx-team to m-c.
2013-11-19 13:44:45 -05:00
Panos Astithas
56603706c8
Black-box self hosted functions (bug 933738); r=fitzgen
2013-11-19 10:37:04 -08:00
Ryan VanderMeulen
d54f78e830
Merge b2g-inbound to m-c.
2013-11-19 13:36:41 -05:00
Ryan VanderMeulen
6eb7c563bb
Merge inbound to m-c.
2013-11-19 13:21:57 -05:00