Commit Graph

397217 Commits

Author SHA1 Message Date
Terrence Cole
e4a4d0c7fa Bug 1105069 - Part 14: Convert NoteJSChild to GCCellPtr; r=mccr8, r=jonco
--HG--
extra : rebase_source : 2338e0a57779401f9bc4744bc2fa59a4b31d76bf
2014-12-05 09:38:34 -08:00
Terrence Cole
b9503b77b2 Bug 1105069 - Part 13: Take uintptr_t directly in the GC's detail methods; r=jonco
--HG--
extra : rebase_source : 2a755ea61e4dab88abfcef44f49e6bda058c7f92
2014-12-05 09:38:33 -08:00
Benjamin Peterson
19a2e8054b Bug 1111564 - Backout 10692972a7b6 (bug 1084177) for increasing memory usage. r=me 2014-12-16 14:13:36 -05:00
Nick Fitzgerald
856a41ceb3 Bug 1110327 - Fix assertion failure: dbg->isDebuggee(node.compartment()), at vm/Debugger.cpp.
For Debugger.prototype.findObjects, do result accumulation in the
ubi::BreadthFirst traversal callback rather than by iterating over the traversed
set of nodes after the traversal.
r=shu
2014-12-16 10:50:44 -08:00
Nick Fitzgerald
93795aa6b0 Bug 1102541 - Add JS::ubi::RootList::addRoot; r=shu 2014-12-16 10:50:43 -08:00
Benoit Girard
e144df0092 Bug 1111258 - Let the profiler turn on layout.display-list.dump. r=mstange 2014-12-13 15:40:18 -05:00
Byron Campen [:bwc]
544114ca0f Bug 1110976 - Part 2: Don't configure multiple recv codecs if we are the answerer. r=jesup 2014-12-12 14:33:12 -08:00
Byron Campen [:bwc]
8e54c7f088 Bug 1110976 - Part 1: Test case that demonstrates the underlying bug. r=jesup 2014-12-12 14:30:14 -08:00
Paul Adenot
f1241b66bf Bug 1108455 - r=kinetik 2014-12-16 18:45:40 +01:00
Paul Adenot
1497d8eae0 Bug 1108455 - r=jesup 2014-12-09 11:37:01 +01:00
Ehsan Akhgari
c4df1e993f Bug 1111266 - Optimize the clang plugin a bit; r=jrmuizel
--HG--
extra : rebase_source : a716418dc06db34fe62ee08bcf33e99c41400c32
2014-12-16 12:54:06 -05:00
Ehsan Akhgari
32b3f4a0fb Bug 1111231 - Remove support for packaging unsupported MSVC libraries; r=glandium
--HG--
extra : rebase_source : 061a631c14e77e413eb5ae9d431f23a1a6973b4b
2014-12-16 12:53:37 -05:00
Ehsan Akhgari
cceccb6af3 Bug 1111227 - Remove the MSVC2005 special casing in gfx/2d/moz.build; r=glandium
--HG--
extra : rebase_source : 0d86c3cff1f3775c0994a9f2f71762f77641ca18
2014-12-16 12:53:13 -05:00
Ehsan Akhgari
a8d8b9b8de Bug 1111225 - Build more files in netwerk/cache2 in unified mode; r=glandium
--HG--
extra : rebase_source : d80afcddfc5b50b7f24b5c1266810dde61b9e61f
2014-12-16 12:52:47 -05:00
Ehsan Akhgari
a36190aea0 Bug 1111224 - Move TestExpirationTracker.cpp to gtest and enable it; r=froydnj
--HG--
rename : xpcom/tests/TestExpirationTracker.cpp => xpcom/glue/tests/gtest/TestExpirationTracker.cpp
extra : rebase_source : 3961e36029257b2e923fe6597aadf684f93fcc41
2014-12-15 15:43:22 -05:00
Ben Turner
f2c0ff7d75 Bug 1111842 - Make sure QuotaManager can handle escaped URL components passed from SQLite, r=janv. 2014-12-01 16:29:27 -05:00
ZongShen Shen
413e425bf2 Bug 1104658 - Add a newtyped constructor for MConstant and implement the constant propagation for MMathFunction. r=nbp 2014-12-16 18:32:36 +01:00
Andrew McCreight
2d777fa84c Bug 1064439, part 16 - Eliminate indirection in nsWebBrowser::mListenerArray. r=jst
Incidentally, this fixes a leak in nsWebBrowser::RemoveWebBrowserListener.
2014-12-16 09:18:02 -08:00
Andrew McCreight
5eb1ca5d76 Bug 1064439, part 15 - Convert nsWebBrowser::mListenerArray to an nsAutoPtr. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
fab20cd349 Bug 1064439, part 14 - Turn nsWebBrowser::mStream into an nsRefPtr and eliminate mStreamGuard. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
1f8c51305b Bug 1064439, part 13 - Use nsAutoPtr for nsWebBrowser::mInitInfo. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
796da5cb52 Bug 1064439, part 12 - Use nullptr in nsWebBrowser. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
edf00d8802 Bug 1064439, part 11 - Make nsWebBrowser::mDocShellTreeOwner into an nsRefPtr. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
f2af6c4451 Bug 1064439, part 10 - Take advantage of infallible alloc in nsWebBrowser. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
1cb173b6b4 Bug 1064439, part 9 - Get rid of a take in nsWebBrowser. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
5ac2e6b958 Bug 1064439, part 8b - Fix if( in nsWebBrowser.cpp. r=jst 2014-12-16 09:18:02 -08:00
Andrew McCreight
5f1a422255 Bug 1064439, part 8a - Get rid of trailing whitespace in nsWebBrowser. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
6161615840 Bug 1064439, part 7 - Surely DefaultTooltipTextProvider doesn't need threadsafe refcounting. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
b47f361ad8 Bug 1064439, part 6 - Get rid of weird C-style cast and QI of DefaultTooltipTextProvider. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
0dae524e74 Bug 1064439, part 5 - Use nsRefPtrs in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
7e5d17d702 Bug 1064439, part 4 - Use less ADDREF in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
3b279272a6 Bug 1064439, part 3 - Take advantage of infallible new in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
b58ae22b4b Bug 1064439, part 2 - Use nullptr in a few places in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
669aa09977 Bug 1064439, part 1e - Get rid of more space around parens in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
78f3159e8a Bug 1064439, part 1d - Cuddle else in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
d91383288a Bug 1064439, part 1c - Get rid of if ( foo ) in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
f7c0e804ba Bug 1064439, part 1b - Get rid of if( in nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Andrew McCreight
81b90b829c Bug 1064439, part 1a - Remove trailing whitespace from nsDocShellTreeOwner. r=jst 2014-12-16 09:18:01 -08:00
Georg Fritzsche
3e7955b253 Bug 1101491 - Properly record SEARCH_DEFAULT_ENGINE on search service init and change events. r=mconley 2014-12-16 18:10:28 +01:00
Philip Chee
f18311f96b Bug 1110036 - "Save As" stops working from "Page Info" > "Media" pane. Progress of downloading is 0% forever r=sstamm 2014-12-17 01:09:12 +08:00
Ryan VanderMeulen
e9df582545 Backed out changeset 938abddb1a2d (bug 1080995) for Linux mochitest failures. 2014-12-16 11:41:36 -05:00
Jeff Walden
351ab4aeb7 Bug 1052139 - Refactor global-object creation code to distinguish the unique self-hosting global from all other run-of-the-mill globals. r=till 2014-11-26 16:04:55 -05:00
Jon Coppeard
b8e66b9896 Bug 1052139 - Mark entered compartments r=terrence 2014-12-16 16:13:06 +00:00
Andrew Halberstadt
28f79d4ae5 Bug 1111727 - Bump mozrunner to version 6.7, r=whimboo
--HG--
extra : rebase_source : 34854203ebbc8b2339de54f83d29e381f718208a
2014-12-16 09:31:06 -05:00
Andrew Halberstadt
b8abb8e65f Bug 1111727 - Make sure mozrunner's command line interface uses the proper profile class, r=whimboo
--HG--
extra : rebase_source : 46c97f32314078f71808bd5083df159060f6f4d7
2014-12-15 16:47:13 -05:00
Andrew McCreight
13f89f6e49 Bug 1111076 - Get rid of nsIScriptContext::GC(). r=smaug 2014-12-16 08:02:27 -08:00
Oleksiy Avramchenko
625804e99a Bug 1107923 - Use powerctl for reboot & shutdown. r=gsvelto
Android KK and later supports sys.powerctl property to reboot or shutdown device via the init. This allows to:
- hook up on these events from the rc scripts to perform some actions
- remount all fs to ro in android_reboot() before calling the kernel
2014-12-12 06:18:00 -05:00
Dave Hunt
f2eb08851e Bug 1101497 - Support connecting to a remote ADB host. r=mdas 2014-12-11 09:44:00 -05:00
Dave Hunt
678d7a5647 Bug 1110763 - Raise an exception in the Marionette test runner if no tests are selected. r=jgriffin 2014-12-12 09:48:00 -05:00
Ralph Giles
206a008179 Bug 1080995 - Filter out h264parse gstreamer element. r=edwin
This avoids the crash but also blocks video decoding in general, at least with the fluendo decoder. The audio track still plays on valid videos.

We limit the blacklist by version.

Gstreamer 1.0 api calls are untested.
2014-12-16 10:45:48 -05:00