Commit Graph

134876 Commits

Author SHA1 Message Date
Phil Ringnalda
f8614f1a0b Back out f691f7abfe33 (No bug) Automated HSTS preload list update that broke HSTS preload 2013-06-15 07:40:53 -07:00
ffxbld
5a8ea7cdb4 No bug, Automated HSTS preload list update from host bld-linux64-ix-037 - a=hsts-update 2013-06-15 03:25:15 -07:00
ffxbld
4e324efbfd No bug, Automated blocklist update from host bld-linux64-ix-004 - a=blocklist-update 2013-06-15 03:23:04 -07:00
Ryan VanderMeulen
2fc043a1b3 Bug 809306 - Fix Win64 bustage. 2013-06-14 22:23:21 -04:00
Ryan VanderMeulen
e7ad8cbf7c Merge birch and m-c. 2013-06-14 21:16:34 -04:00
Gregory Szorc
7295431f2f Bug 883205 - Add mozsystemmonitor to mozbase; r=ahal 2013-06-14 15:15:58 -07:00
Steven Michaud
58b846e635 Bug 877500 - Add a null check so that CFRelease() doesn't crash. r=joshmoz 2013-06-14 17:05:55 -05:00
Gaia Pushbot
6018e60cb2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d7f1671443c5
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #10367 from lissyx/bug882607

Bug 882607 - Using white-space: pre-wrap for SMS and MMS
r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/e0fd3dfd5c1c
Author: Alexandre Lissy <lissyx@lissyx.dyndns.org>
Desc: Bug 882607 - Using white-space: pre-wrap for SMS and MMS

We also remove Utils.Message.format() which becomes useless.
2013-06-14 10:46:21 -07:00
Gaia Pushbot
9729a4b52b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6cf49c161c55
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10142 from daleharvey/837672

Bug 837672 - Add events to track camera startup performance. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/28fcd12f6ef1
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 837672 - Add events to track camera startup performance
2013-06-14 09:31:22 -07:00
Gaia Pushbot
8ae2acd005 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2e1901cfdc03
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 882369 - [SMS][MMS] Regression. contactList => contact-list for search results and group view r=borjasalguero

https://bugzilla.mozilla.org/show_bug.cgi?id=882369
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-14 08:46:22 -07:00
Gaia Pushbot
11ddc5cf0c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0eef3cf5ff44
Author: Chris AtLee <catlee@mozilla.com>
Desc: Revert "Bug 852321: Update xulrunner SDK to reduce download time. r=ochameau"

This reverts commit 2edbc123567161c4a379268a2714c39dadb3f847.
2013-06-14 07:31:23 -07:00
Gaia Pushbot
8754320308 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cee7b9b5a430
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 879773 - Fix linter tests shame=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/d75f7659b62a
Author: Chris AtLee <catlee@mozilla.com>
Desc: Bug 852321: Update xulrunner SDK to reduce download time. r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/b4bafb96eb0b
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10314 from RudyLu/gallery/Bug880943-correct_init

Bug 880943 - Correctly init Gallery app regardless of the timing of r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/9528e6c2e59c
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 880943 - Correctly init Gallery app regardless of the timing of
localized event.
2013-06-14 06:46:23 -07:00
Stefan Mirea
32641334c4 Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps 2013-06-13 18:36:21 -07:00
Gregory Szorc
fa4ba29ffa Backout 9080f6701733 (bug 852411) for hitting weird xpcshell test harness behavior in multiple local builds 2013-06-14 14:38:29 -07:00
Jason Orendorff
1aac86dee3 Bug 881056 - Remove unused hasFunctionStmt parameter from some Parser methods. r=bhackett. 2013-06-14 16:30:40 -05:00
Jason Orendorff
463f5d3324 Bug 872735, part 5 - Remove newNullary from the ParseHandler protocol. It is only used for array holes; replace it with a newElision method. Add PNK_ELISION to distinguish elisions from sequence expressions (which use PNK_COMMA). r=Waldo. 2013-06-14 16:30:40 -05:00
Jason Orendorff
46e13cc41f Bug 872735, part 4 - Remove setBinaryRHS from the ParseHandler protocol. It was only used in parsing switch statements. It is replaced by a newCaseOrDefault method. r=Waldo. 2013-06-14 16:30:40 -05:00
Jason Orendorff
118dd2bbcc Bug 872735, part 3 - Add PNK_LABEL for labeled statement nodes. Remove ForgetUse. r=Waldo. 2013-06-14 16:30:40 -05:00
Jason Orendorff
c9be19a7bf Bug 872735, part 2a - Rename ParseNode::noteLValue -> markAsAssigned and add an assertion about pn_op, as requested in review. rs=Waldo. 2013-06-14 16:30:39 -05:00
Jason Orendorff
fcbdc08888 Bug 872735, part 2 - Remove noteLValue from the handler protocol. The main point of this change is to remove the noteLValue method from SyntaxParseHandler, because who knows what that is supposed to mean (anyway it is never called). r=Waldo. 2013-06-14 16:30:39 -05:00
Jason Orendorff
38579bc067 Bug 872735, part 1 - Remove isEmptySemicolon from the ParseHandler protocol. It was only used for a warning about "if (foo);". r=Waldo. 2013-06-14 16:30:39 -05:00
Stefan Mirea
c338d6a58e Bug 852411 - Migrating from promise.js to Promise.jsm; r=gps
--HG--
extra : rebase_source : d03cdae978479605df0a7ea728916ba78a272ffb
2013-06-13 18:36:21 -07:00
Albert Crespell
10dd323924 Bug 879790 - Fix data usage lost during the very first start-up of Gecko. r=gene.lian 2013-06-13 16:37:36 +02:00
Albert Crespell
37c4e45f28 Bug 877607 - Tests. r=gene.lian 2013-06-08 09:57:02 +02:00
Albert Crespell
87dc59fd6a Bug 877607 - Convert sample dates to local timezone when return. r=gene.lian 2013-06-08 09:57:02 +02:00
Gaia Pushbot
d6e95fcf6a Bumping gaia.json for 5 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4740827fec69
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10391 from samjoch/bug-883090-SoundsRemoveStartupShutdownSounds

Bug 883090 - [Sounds] Remove startup shutdown sounds and controls, r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/368d15f14a38
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #9739 from samjoch/bug-812245-SoundShutDownAnimationNeedsASound"

This reverts commit e4bf807f22dd5c392d181a216b2e7d4ccd162308, reversing
changes made to 644c3a44023d6f8b447b8ad9d57583a1c5f6f723.

========

https://hg.mozilla.org/integration/gaia-central/rev/6427f2157f03
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #9284 from samjoch/bug-801895-SoundsUpdateBootSound"

This reverts commit 0ec2a2558cf41da4a2bf52bf6a550e5e2293602c, reversing
changes made to 71385ac3858d720e562f7818b01c9b62698b0478.

========

https://hg.mozilla.org/integration/gaia-central/rev/01437fb355ce
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #10117 from samjoch/bug-877813-SoundsControlToTurnOffBootAndShutdownSoundsIsNeededInSettings"

This reverts commit d5d898bb28b5ff931ec2bbdfe0b096b8e45329c9, reversing
changes made to b81ceb38b2eb044d8bb8a75baf7f551667e79441.

Conflicts:
	build/settings.py

========

https://hg.mozilla.org/integration/gaia-central/rev/e0886b6948ba
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Bug 879869 - Disable startup/shutdown sound by default r=lightsofapollo"

This reverts commit 45b9a38a486c87642052e08c7213c43ac20b222c.

Conflicts:
	build/settings.py
2013-06-14 05:31:23 -07:00
Gaia Pushbot
becec85670 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ba32214cf08d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10385 from crdlc/bug-878422-master

Bug 878422 - [Homescreen] Logo stays forever after the quick access bar ...

========

https://hg.mozilla.org/integration/gaia-central/rev/be0f00827d3b
Author: crdlc <crdlc@tid.es>
Desc: Bug 878422 - [Homescreen] Logo stays forever after the quick access bar crashed
2013-06-14 03:01:23 -07:00
Gaia Pushbot
702f5b7ab4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/49915c05d4ef
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10388 from timdream/facebook-oauth-fix

Bug 882363 - Only enable Facebook functionality if the app id is part of the partner customization, r=@yurenju, a=tef+

========

https://hg.mozilla.org/integration/gaia-central/rev/debf7ab07509
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 882363 - Only enable Facebook functionality if the app id is part of the partner customization.
2013-06-14 02:46:24 -07:00
Gaia Pushbot
b1789a3741 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b9e4a914a18a
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #10345 from crdlc/bug-860992

Bug 860992 - [B2G][Contacts] Time stamp of last contact import is not sh...

========

https://hg.mozilla.org/integration/gaia-central/rev/ec99eef7da34
Author: crdlc <crdlc@tid.es>
Desc: Bug 860992 - [B2G][Contacts] Time stamp of last contact import is not shown under Gmail or Hotmail in Contact Settings
2013-06-14 02:31:23 -07:00
Gaia Pushbot
2872205f7b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3b558b81bc51
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10152 from leob2g/Bug_878662_Sound_Manager_CEWarningDialog_is_displayed_at_CEWarningVol_+_1

Bug 878662 - [System][Sound Manager] CEWarningDialog is displayed in incorrect timing, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/415ee260023a
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 878662 - [System][Sound Manager] CEWarningDialog is displayed at CEWarningVol + 1
2013-06-14 02:16:23 -07:00
Gaia Pushbot
a47c1f0c5f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f5f12069851f
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10379 from mozshiao9/master_mms_882129

Bug 882129 - [MMS] [UX] Thread view. Spinner inside bubbles should be centered in the 4 rem margin. r=steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/bd5cc2497b70
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 882129 - [MMS] [UX] Thread view. Spinner inside bubbles should be centered in the 4 rem margin
2013-06-14 02:01:26 -07:00
Ed Morley
56342e3753 Merge mozilla-central and birch 2013-06-14 09:58:22 +01:00
Ed Morley
6870d9d30f Merge latest green birch changeset and mozilla-central 2013-06-14 09:55:54 +01:00
Gaia Pushbot
86b7781c15 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/62530b21fd6a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10384 from fabi1cazenave/wifiDefaultStatus-bug881195

Bug 881195 - [Buri][Setting] WIFI status not correctly displayed at startup, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/cd08bcc4dc2f
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 881195 - [Buri][Setting] WIFI status not correctly displayed at startup, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/d17a97015204
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10366 from alivedise/bugzilla/880609_master/wake-lock-after-device-off-and-on

Bug 880609 - Request wake lock failed after device is off and on. r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/b4e58e3951eb
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 880609 - Request wake lock failed after device is off and on.
2013-06-14 01:01:42 -07:00
Gaia Pushbot
a7712d58bb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c5cc02744017
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10313 from alivedise/bugzilla/870316/add-vibration-icon-back

Bug 870316 - add vibration icon back, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/80fb6ac6e9d8
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 870316 - add vibration icon back
2013-06-14 01:01:22 -07:00
Gaia Pushbot
0fcf3ff1f3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6b0f94b457eb
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10310 from crh0716/876335

Bug 876335 - Update additional information by HandledCall itself

========

https://hg.mozilla.org/integration/gaia-central/rev/8d16cf3f9444
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 876335 - Update additional information by HandledCall itself
2013-06-14 00:46:22 -07:00
Gaia Pushbot
9f5f57738c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7bfb4efb6e67
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #10363 from huchengtw-moz/video/Bug_879362_when_youtube_video_complete_ux_is_ambiguous

Bug 879362 - [A/V][video] When YouTube video completes, UX (Pause button...r=@djf

========

https://hg.mozilla.org/integration/gaia-central/rev/a61eb11d24d4
Author: John Hu <johu@mozilla.com>
Desc: Bug 879362 - [A/V][video] When YouTube video completes, UX (Pause button, timer) is ambiguous
2013-06-13 23:31:24 -07:00
Gaia Pushbot
06ace2b9cf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7da67b95354a
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10377 from mozshiao9/master_camera_881539

Bug 881539 - [camera] buttons in filmstrip preview mode are white-on-white r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/f983ab24fcda
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 881539 - [camera] buttons in filmstrip preview mode are white-on-white
2013-06-13 21:31:21 -07:00
Gaia Pushbot
5c5dae9547 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/29beb399a2a9
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10265 from dominickuo/bug-870320

Bug 870320 - [email] adjust attachments on compose page, r=asutherland

========

https://hg.mozilla.org/integration/gaia-central/rev/25ba62b6d988
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 870320 - [email] adjust attachments on compose page
2013-06-13 21:16:24 -07:00
Phil Ringnalda
13f6e70c92 Back out b06b9c8b19a3 (bug 873149) for turning every Android mochitest orange 2013-06-13 19:56:09 -07:00
Drew Willcoxon
7845cfabb8 Bug 759964 - Part 3 - Add nsIDocShell.allowMedia test. r=test 2013-06-13 19:31:43 -07:00
Nicholas Nethercote
5057007762 Bug 880565 (part 2) - Remove unnecessary #includes in jsobjinlines.h. r=benjamin.
--HG--
extra : rebase_source : 0a447cc5ed0f06ce8f01fdce799660f98b2ff780
2013-06-06 17:48:12 -07:00
Nicholas Nethercote
c823ce690f Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.
--HG--
extra : rebase_source : f0d6b1b5825e115b33f2d14c0a6ed9c7ee4ef1ca
2013-06-05 19:07:43 -07:00
Jonathan Kew
46bc47e20d bug 881946 - update graphite2 library to release 1.2.3. r=jdaggett 2013-06-14 22:19:23 +01:00
Jim Blandy
f4a077b474 Bug 878958: Handle a greeting packet as if it were reply from the root actor. r=dcamp 2013-06-14 13:14:30 -07:00
Jim Blandy
16dcb1adbf Bug 878958: Separate out a function for setting reply handlers. r=dcamp 2013-06-14 13:14:30 -07:00
Jim Blandy
9aec8ae7a0 Bug 878958: In DebuggerClient, substitute mainRoot for _connected. r=dcamp 2013-06-14 13:14:30 -07:00
Jim Blandy
be21d9b119 Bug 878958: Use a Map to map actor names to reply handlers, not an object. r=dcamp 2013-06-14 13:14:30 -07:00
Jim Blandy
47b154683d Bug 878958: Use arrow functions in JS debugger client code. r=dcamp 2013-06-14 13:14:30 -07:00
Jim Blandy
7678420a86 Bug 878901: Create a separate client front object, RootClient, for communicating with root actors. r=dcamp 2013-06-14 13:14:29 -07:00