Commit Graph

140155 Commits

Author SHA1 Message Date
Margaret Leibovic
0bacdf2ae9 merge m-c into fig 2013-07-28 12:08:01 -07:00
Ryan VanderMeulen
8262747c69 Merge inbound to m-c. 2013-07-27 21:52:40 -04:00
Ryan VanderMeulen
2ecb03cb41 Merge fx-team to m-c. 2013-07-27 21:51:16 -04:00
Ryan VanderMeulen
44516eaba9 Merge birch to m-c. 2013-07-27 21:50:37 -04:00
Shu-yu Guo
ea9ba911f0 Bug 898750 - Attach Array.build only if ENABLE_PARALLEL_JS. (r=shell bustage) 2013-07-27 21:39:02 +02:00
Nick Fitzgerald
5b05bc419d Bug 895272 - don't show the list of breakpoints for black boxed sources.patch; r=vporof 2013-07-27 12:28:09 -07:00
Gaia Pushbot
213129a98c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/878cc221e0fd
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11200 from fabi1cazenave/cellBroadcastLabel-bug890151

Bug 890151 - [CB] CH50 message should not be displayed when the Cell Broadcast service is off, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/b10f7f809290
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 890151 - [CB] CH50 CB message should not be displayed when the Cell Broadcast service is off
2013-07-27 11:10:23 -07:00
Matt Brubeck
8e611bf37c Bug 897674 - Don't use STL wrappers when building maintenance service [r=gps] 2013-07-27 11:07:10 -07:00
Nick Fitzgerald
22b9456d34 Bug 892605 - part 2: add 'dbg blackbox' and 'dbg unblackbox' gcli commands; r=vporof 2013-07-27 10:50:57 -07:00
Nick Fitzgerald
f755d9cf2e Bug 892605 - part 1: move the BlackBoxChange DOM event to blackboxchange thread client event; r=vporof 2013-07-27 10:49:45 -07:00
Nick Fitzgerald
572404a826 Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof 2013-07-27 10:48:10 -07:00
Ryan VanderMeulen
ae20d0e59b Merge m-c to inbound. 2013-07-27 13:31:57 -04:00
Dão Gottwald
57c9372e6e Bug 896276 - Use Date.now() rather than nsIAppStartup.getStartupInfo().process to detect profiles that haven't been used for a while. r=mak 2013-07-27 17:22:56 +02:00
Dão Gottwald
527e9d0a01 Bug 788422 - Use UserAgentOverrides.jsm as designed to fix YouTube on tablets. r=bnicholson 2013-07-27 16:18:25 +02:00
Dão Gottwald
ed2711d6ab Backed out fe1213d6035d (bug 887868) because it seems to have caused bug 898713. CLOSED TREE 2013-07-27 15:47:36 +02:00
Olli Pettay
26e794eac5 Bug 897433 - Telemetry for SnowWhite and more async SnowWhite freeing (patch v4), r=mccr8 2013-07-27 13:48:45 +03:00
ffxbld
365135bace No bug, Automated HSTS preload list update from host bld-linux64-ec2-489 - a=hsts-update 2013-07-27 03:17:36 -07:00
gkrizsanits@mozilla.com
b4128d7a53 Bug 877164, return early if nsDocument::Init fails, r=smaug 2013-07-27 12:12:38 +03:00
Tim Taubert
5558d8edd0 Bug 898308 - Clean up SessionStore initialization; f=smacleod, r=dao 2013-07-27 07:40:07 +02:00
Nick Fitzgerald
96447fcc8b Merge fx-team 2013-07-26 22:28:35 -07:00
Nick Fitzgerald
1334032600 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:27:15 -07:00
Nick Fitzgerald
90f46b9a97 Bug 897777 - fix source mapped source resolution when there is no source root; r=jimb 2013-07-26 22:22:32 -07:00
Ryan VanderMeulen
d07905c6bc Backed out changeset f570fc641c5f (bug 894586) for xpcshell failures on a CLOSED TREE. 2013-07-26 22:49:13 -04:00
Ryan VanderMeulen
b85bb04b05 Merge m-c to fx-team. 2013-07-26 22:27:22 -04:00
Daniel Holbert
78da618255 backout 5efda3c30be3 (the second cset for bug 873378) after dzbarsky backed out the first cset. (to fix Android R2 orange) 2013-07-26 18:43:13 -07:00
Daniel Holbert
7aca8e83ba Bug 898021 followup: compare viewType() result to the correct enum type. r=bhackett 2013-07-26 18:24:07 -07:00
Benjamin Smedberg
5e373ab2cf Bug 895939 - Click-to-activate plugin notification is ugly, r=jaws
--HG--
extra : rebase_source : e13a3ad34686dab564d4175c811d354eb2ff5dda
2013-07-26 20:52:21 -04:00
Christian Holler
e7b0f0fac3 Bug 895845 - Temporary ASan workaround in NS_IsMainThread. r=mccr8
--HG--
extra : rebase_source : 25d692141c3e609c59a3f1eaf81f317f08cb6e43
2013-07-27 01:37:19 +02:00
Nick Alexander
18bedeafca Bug 898561 - Fix "configure: ... command not found" regression from Bug 895253. r=gps 2013-07-26 17:47:44 -07:00
Gavin Sharp
4b456f9cda Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
2013-07-26 16:05:05 -07:00
Bobby Holley
bdfd3b10bb Bug 893324 - Invoke CleanUp synchronously and unconditionally for modal dialog windows. r=jst
Historically, we've had a bunch of complicated machinery to delay the call to
CleanUp() for modal dialogs, since we needed to harvest the return value after
the window closed. But in the current world we don't actually null out
mReturnValue in CleanUp() at all, which presumably happened sometime around the
time mReturnValue became cycle-collected. So this stuff can just go away. \o/

That simplification is righteous in itself. But it also fixes the bug here as-
filed. When the user quits while a modal dialog is currently being displayed,
a failure code ends up bubbling up through windowWatcher to the OpenInternal call
in nsGlobalWindow::ShowModalDialog, which means that we're unable to do our
delayed CleanUp() call for the outer modal window. At first it seemed like a hard
problem to solve, but with the above it becomes trivial.
2013-07-26 15:46:13 -07:00
Brian Hackett
e637778297 Bug 896154 - Don't check per thread data when verifying pre barriers until after worker threads have been paused, r=billm. 2013-07-26 16:27:44 -06:00
Mook
9a443aeeaf content: sync load service: don't die when channels have unknown size (b=894586 r=jst r=jduell) 2013-07-26 15:25:27 -07:00
Geoff Brown
a3acba24e0 Bug 896199 - Add event queue for Robocop; r=margaret 2013-07-26 15:16:43 -07:00
Sriram Ramasubramanian
9f05f83cbd Bug 898276: HistoryPage should use FaviconsLoader. [r=lucasr] 2013-07-26 14:55:20 -07:00
Sriram Ramasubramanian
49b9257709 Bug 898197: Use CursorLoader with BrowserSearch. [r=margaret] 2013-07-26 14:50:52 -07:00
Sriram Ramasubramanian
0abdbca77b Bug 898197: Remove unused imports in LastTabsPage. [r=margaret] 2013-07-26 14:43:23 -07:00
Sriram Ramasubramanian
146d76967b Bug 898197: Use CursorAdapter in LastTabsPage. [r=margaret] 2013-07-26 14:42:21 -07:00
Sriram Ramasubramanian
5a0e32015d Bug 898592: Supply a layout for tabs panel header in large tablets. [r=margaret] 2013-07-26 14:40:11 -07:00
Brian Hackett
6ade905144 Bug 893890 - Don't attach new object metadata to objects created while parsing/emitting scripts, r=luke. 2013-07-26 14:15:37 -06:00
Shilpan Bhagat
c78a1abd53 Bug 895837: Implemented tabs on the bottom for history page [r=lucasr]
--HG--
rename : mobile/android/base/home/HistoryPage.java => mobile/android/base/home/MostRecentPage.java
rename : mobile/android/base/home/VisitedPage.java => mobile/android/base/home/MostVisitedPage.java
2013-07-26 09:29:05 -07:00
Margaret Leibovic
bfccff861e Bug 897252 - Don't create additional history sections every time a new cursor is loaded. r=lucasr 2013-07-26 11:31:21 -07:00
Michael Comella
13bef90336 Bug 895828: Unfocus the URL bar when the soft keyboard is hidden. r=lucasr 2013-07-26 11:15:10 -07:00
Brian Nicholson
771cecaa36 Bug 894045 - Add gamepad support for search suggestions. r=lucasr 2013-07-26 11:21:39 -07:00
Brian Nicholson
395e7d2114 Bug 898219 - Don't clear reference to mSearchEngines until onDestroy(). r=lucasr 2013-07-26 10:42:38 -07:00
Mihnea Dobrescu-Balaur
484cac5fc2 Bug 898142 - xpcshell make target should pass in pluginsPath. r=gps 2013-07-25 15:20:34 -07:00
Jim Mathies
66b9eb760d Bug 898370 - Disable crash reporting when running in metrodesktop mode. r=bbondy 2013-07-26 12:19:55 -05:00
Guilherme Gonçalves
b26fc4a7ca Bug 884921 - navigator.geolocation should never be null. r=dougt 2013-07-26 16:12:12 -04:00
Ryan VanderMeulen
95c899b5cd Bug 894941 - Increase fuzz tolerance for the small-shot.ogg mediaDecoding test to resolve a CLOSED TREE. 2013-07-26 15:17:34 -04:00
Joe Drew
705bfc7c3f Bug 887466 - Rearrange SyncDecode so that we never try to finish a size decode with the decode lock held. r=seth 2013-07-26 14:57:41 -04:00