Commit Graph

315970 Commits

Author SHA1 Message Date
Dave Hylands
331dc12d1a Bug 876782 - Automounter shouldn't unmount so agressively. r=qdot 2013-07-16 13:14:09 -07:00
Ryan VanderMeulen
8fdb4e50eb Merge birch to m-c. 2013-07-16 16:03:20 -04:00
Ryan VanderMeulen
eea4b582e9 Merge inbound to m-c. 2013-07-16 16:02:36 -04:00
Michael Wu
8c86ae8cab Bug 870311 - Fix coordinates on contextmenu event, r=kats 2013-07-16 15:54:59 -04:00
Gaia Pushbot
fa7743c3dd Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c59267134f80
Author: Corey Frang <gnarf37@gmail.com>
Desc: Followup tests commit for Bug 883822 / d17ada1 - r=rwaldron a=npotb

* Removes some useless tests and replaces them with tests that actually test d17ada1
2013-07-16 12:40:23 -07:00
Gaia Pushbot
e755438009 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4f7140e2e3a9
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 883822: [SMS] focus the Compose area when started as an activity - r=gnarf

When the Compose screen is triggered by an activity (e.g. when clicking on a message icon from the call log), recipients are inserted and the onscreen keyboard is triggered. The problem is, the focus is set within a recipient block, not in the input itself: thus, the onscreen keyboard doesn’t disappear when the back button is hit.

A possible fix would have been to focus the recipient input rather than the recipient block, but it’s simpler to focus the Compose area instead (and that’s one less tap for the user). That’s what this simple patch does.

Closes gh-10979

========

https://hg.mozilla.org/integration/gaia-central/rev/6b34842a2150
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11016 from ganesh7/887698

Bug 887698 - [OTA] [Data Migration] [Calendar] Calendar blank screen aft...

========

https://hg.mozilla.org/integration/gaia-central/rev/31a971cb141c
Author: gghosh <ganeshghosh@gmail.com>
Desc: Bug 887698 - [OTA] [Data Migration] [Calendar] Calendar blank screen after update from v1.0.1 to v1.1.0
2013-07-16 11:45:23 -07:00
Chenxia Liu
ee232a8fb7 Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 10:09:28 -07:00
Ryan VanderMeulen
9675b8fd1f Backed out 2 changesets (bug 894150) for crashtest orange.
Backed out changeset 80ce41a4e6ee (bug 894150)
Backed out changeset b41c7f2ddda5 (bug 894150)
2013-07-16 12:33:56 -04:00
Ryan VanderMeulen
6313955619 Backed out changeset 8421bc750585 (bug 888864) for Werror bustage. 2013-07-16 12:03:59 -04:00
Jan de Mooij
c7840c5470 Bug 870356 - Fix IonMonkey Math.round bug on x86/x64 hardware without SSE 4.1. r=sstangl 2013-07-16 17:55:29 +02:00
Paul Adenot
47cb8e667e Bug 894150 - Test. 2013-07-16 17:39:13 +02:00
Nick Alexander
a8f8b1b419 Merge latest green mozilla-central to services-central. 2013-07-16 08:31:31 -07:00
Ed Morley
95cc3ca47e Merge latest green birch changeset and mozilla-central 2013-07-16 09:59:15 +01:00
Ed Morley
45c8f2ebd1 Merge latest green inbound changeset and mozilla-central 2013-07-16 09:57:55 +01:00
Gaia Pushbot
60d64a0fe7 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/37d94f0bacee
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 891277 - Update Usage assets, r=me
2013-07-15 20:10:23 -07:00
Gaia Pushbot
d8c1d3e785 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ae6bd540e71a
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #9326 from pauljt/bug863527_v2

Bug 863527 -- Safer html injection in app error, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/d5bc2ff16c0c
Author: Paul Theriault <ptheriault@mozilla.com>
Desc: fix bug 863527 by updating test instead of parsing untrusted input
2013-07-15 20:00:22 -07:00
Gregory Szorc
58177c47ea Bug 894197 - Define state directory in mach context object; r=jhammel
DONTBUILD (NPOTB)
2013-07-15 19:56:15 -07:00
Wes Kocher
5d7de56a01 Backout 476a4bbbfdb2 (bug 890722) on a CLOSED TREE for breaking debug mochitests 2013-07-15 19:56:08 -07:00
Nick Alexander
08693cb5b8 Bug 890040 - Protect against orphans in Android health report uploader. r=rnewman
This does two main things.  First, it tracks sets of obsolete document
IDs and retries obsoletes and deletes.  Second, it tracks document IDs
that are attempted to be written to the server for obsolescence or
deletion without waiting for a server response to prevent orphaning
documents on successful upload and failed response.

The ObsoleteDocumentTracker uses a JSON map to maintain obsolete
document IDs and priority values.  That's not the right data
structure; Bug 894194 tracks improving it.
2013-07-15 19:44:21 -07:00
Gaia Pushbot
77c3a7c352 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/82dbf4bd629a
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10965 from huchengtw-moz/video/Bug_891929_remove_youtube_protocol_hack

Bug 891929 - Remove youtube protocol hack per landing of bug 887454, r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/fac6cfa9692b
Author: John Hu <johu@mozilla.com>
Desc: Bug 891929 - Remove youtube protocol hack per landing of bug 887454
2013-07-15 19:15:23 -07:00
Gaia Pushbot
9bda4f7a19 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9b3ffbd7fe9f
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #10970 from evanxd/bug-893694

Bug 893694 - [Calendar] Update the 1.5x version of images for Calendar App

========

https://hg.mozilla.org/integration/gaia-central/rev/3b60d2882d1b
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 893694 - Update the 1.5x version of images.
2013-07-15 19:00:25 -07:00
Jared Wein
aa9a9db36b Backed out changeset 6d739868bd90 (bug 887515) for leaking windows on a CLOSED TREE. 2013-07-15 21:39:32 -04:00
Gaia Pushbot
bc0fc71d97 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/911756823e45
Author: John Ford <john@johnford.info>
Desc: Merge pull request #10932 from brendandahl/pdfjs-v0.8.326

Bug 892721 - Update gaia pdf.js to version 0.8.326.

========

https://hg.mozilla.org/integration/gaia-central/rev/4631d9e630a8
Author: Brendan Dahl <brendan.dahl@gmail.com>
Desc: Bug 892721 - Update gaia pdf.js to version 0.8.326.
2013-07-15 17:45:23 -07:00
Shu-yu Guo
2557cd2077 Bug 893679 - Followup: Make sure rvalType is MIRType_Value when barrier is true to fix bustage on a CLOSED TREE. (r=bhackett) 2013-07-16 01:49:54 +02:00
Jeff Walden
997a76eb45 Convert SN_MAKE_TERMINATOR and SN_IS_TERMINATOR to inline functions to avoid clang+ccache warnings about over-parenthesized equality expressions. No bug, rs=terrence
--HG--
extra : rebase_source : 50b8f70501a481a4dda715284ccd9a21bbfa0eb6
2013-07-15 15:26:04 -07:00
Nicolas B. Pierron
d8e088b8bd Bug 876029 - Add Missing MPL header. r=jlebar DONTBUILD 2013-07-15 15:25:07 -07:00
Matt Brubeck
423705b64a Bug 892759 - Add basic tests for the Metro find in page bar [r=rsilveira] 2013-07-15 15:20:32 -07:00
Matt Brubeck
91485d75fb Bug 892759 - Minor code cleanup in metro/base/content/browser-ui.js [r=rsilveira] 2013-07-15 15:20:32 -07:00
Ryan VanderMeulen
d38f55bba0 Merge inbound to m-c. 2013-07-15 17:03:59 -04:00
Ryan VanderMeulen
648b099f7d Merge birch to m-c. 2013-07-15 17:03:17 -04:00
Gaia Pushbot
2ff5258529 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/846f8e708936
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #10983 from gaye/bug-889396

Bug 889396 - Sync button went away r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/87f21415dc13
Author: gaye <gaye@mozilla.com>
Desc: Bug 889396 - Sync button went away
2013-07-15 13:15:23 -07:00
Gaia Pushbot
e54e284ab3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d266560b990b
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10990 from jonallengriffin/disablebusytime

Bug 893248 - Disable busytime_test.js for near perma-orange in TBPL, a=t...

========

https://hg.mozilla.org/integration/gaia-central/rev/f42afb0f2a73
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 893248 - Disable busytime_test.js for near perma-orange in TBPL, a=test-only
2013-07-15 12:55:23 -07:00
Gaia Pushbot
da2af36f17 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9a8405332100
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10988 from jonallengriffin/disablegridtest

Bug 892658 - Disable grid_test.js in TBPL for very frequent orange, a=te...

========

https://hg.mozilla.org/integration/gaia-central/rev/56e5813a8ab9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 892658 - Disable grid_test.js in TBPL for very frequent orange, a=test-only
2013-07-15 12:30:23 -07:00
Gaia Pushbot
c250debffa Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e44b13b6a7b0
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10939 from RudyLu/homescreen/4x5grid_onWVGA_support

Bug 881149 -  hdpi/xhdpi resolution layout for Homescreen app. r=crdlc.

========

https://hg.mozilla.org/integration/gaia-central/rev/5dbcf6c990dd
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 881149 -  hdpi/xhdpi resolution layout for Homescreen app
     1. adjust to show 4 x 5 grid on WVGA.
     2. modify the scale ratio of app icon according to
        window.devicePixelRatio.
==============
     1. To address review comment, for reset the hidden of the 17th icon
     2. Add 1.5x graphics (not complete, some assets are still missing)
2013-07-15 11:35:23 -07:00
Gaia Pushbot
0e0299f948 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/686f7e5027bd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10930 from eeejay/lockscreen-elastic-fix

Bug 892649 - Make sure elastic is never played when screen reader is enabled r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/024a08abc7cd
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 892649 - Make sure elastic is never played when screen reader is enabled.
2013-07-15 10:30:22 -07:00
Ryan VanderMeulen
61e772369f Backed out changeset d8a89848224b (bug 890928) for B2G mochitest-9 failures. 2013-07-15 13:19:41 -04:00
Gregor Wagner
9c97915941 Bug 892497 - [contacts] the upgrade path is error-prone. r=bent 2013-07-15 10:16:33 -07:00
Gaia Pushbot
4f6f53e2d6 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/77058600c39f
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 891908 - [MMS] Replacing an attachment with a large image should trigger resizing - r=schung

* Ensure that image resizing is triggered whenever an image is added (even via replace)
2013-07-15 10:15:24 -07:00
Gaia Pushbot
fed153e04d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/02b50e5b3ca8
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 892480 - [SMS] Sending two phone numbers separed by space or enter should detect two phone numbers - r=arcturus

* Shorten the greediness of the match to not accept as many numbers
* Added a check to ensure that the character after the match is not a digit
* Only allow space and tab as separators in phone numbers
2013-07-15 09:55:22 -07:00
Gaia Pushbot
305dbc23fd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c61d272d29ae
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10871 from KevinGrandon/bug_882346_add_date_time_mappings_for_now

Bug 882346 - Add date time mappings for now r=vingtetun,lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/8515ff8e847a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 882346 - Add dom.experimental_forms pref
2013-07-15 09:00:23 -07:00
Gaia Pushbot
a29038f49e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3451c5dbd0bf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10951 from KevinGrandon/bug_893188_fix_system_messages

Bug 893188 - Update system message manager r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d5d6294ffcef
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 893188 - Update system message manager
2013-07-15 08:50:22 -07:00
Ryan VanderMeulen
82264bb057 Bug 832768 - Disable test_buffered.html due to frequent timeouts. 2013-07-15 11:45:10 -04:00
Ed Morley
6133103162 Backed out changeset 9897835271b5 (bug 877690) for crashes on a CLOSED TREE 2013-07-15 16:36:17 +01:00
Edgar Chen
644c346f33 Bug 893791 - Fix xpcshell tests failed in test_ril_worker_mmi.js. r=vyang 2013-07-15 23:04:22 +08:00
Edgar Chen
bc25cbb9ca Bug 866645 - Part 2: Xpcshell tests for the utility function of mcc/mnc parsing. r=allstars.chh 2013-07-16 11:51:44 +08:00
Gaia Pushbot
986cd95fd0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ba45890684e4
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10945 from dominickuo/bug-889739

Bug 889739 - [gallery] Enable the done button after the picked image is. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/551d17f156a2
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 889739 - [gallery] Enable the done button after the picked image is loaded
2013-07-15 07:40:25 -07:00
Justin Lebar
c829941c0b Bug 893172 - Call ShutDownProcess in ContentParent::ActorDestroy. r=bent 2013-07-15 08:55:13 -04:00
Andrea Marchesini
151fb12740 Bug 890928 - Crash when creating object url in subworker. r=bent 2013-07-15 08:54:53 -04:00
Szu-Yu Chen [:aknow]
dc2066bfec Bug 881142 - Part 5: Modify test_outgoing_busy for removing call state busy. r=hsinyi 2013-07-15 08:54:38 -04:00
Szu-Yu Chen [:aknow]
44e81e91c7 Bug 881142 - Part 4: Remove call state busy (RIL). r=hsinyi 2013-07-15 08:54:22 -04:00