Commit Graph

1822 Commits

Author SHA1 Message Date
Chia-hung Tai
f8c25b31b7 Bug 888821 - B2G MMS: Expose "wap.UAProf.url" and "wap.UAProf.tagname" as new Settings entries in Gecko part. r=vyang 2013-07-17 13:47:31 +08:00
Gaia Pushbot
1f4b2cf06c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/52650e68be56
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10955 from masap/20130713

Bug 893299 - Erase CSS error message r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/f9815731edaf
Author: masap <masashi.honma@gmail.com>
Desc: Bug 893299 - Erase CSS error message
2013-07-16 21:15:26 -07:00
Gaia Pushbot
8d74afd28d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3841cef10219
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11010 from cctuan/893630

1. watch attentionscreenshow/hide event in statusbar.js to enable/disable clock
2. add test case for timebar display

========

https://hg.mozilla.org/integration/gaia-central/rev/97d84179e502
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 893630 - [alarm] when the alarm is triggered when the device is in sleep mode, the system's clock is not updated
2013-07-16 20:40:23 -07:00
Gaia Pushbot
964960ef45 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c7fc2c93d589
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10996 from yurenju/bug887164

Bug 887164: Added WBMP support for SMIL r=steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/e06e0956d818
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 887164: Added WBMP support for SMIL
2013-07-16 20:20:23 -07:00
Gaia Pushbot
9b89af9fed Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cbe920b4ab50
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10935 from crh0716/889733

Bug 889733 - Disgard the proximity event if the SCO is connected r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/189764704269
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 889733 - Disgard the proximity event if the SCO is connected
2013-07-16 19:45:23 -07:00
Gaia Pushbot
7e98b9f221 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ba76cfc9b8ee
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10995 from crh0716/886245

Bug 886245 - Ignore calls to openCallScreen when it is already executing r=etienne, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/12c412966211
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 886245 - Ignore calls to openCallScreen when it is already executing
2013-07-16 19:11:24 -07:00
Gaia Pushbot
bfd786a09e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c2988aaa4cf4
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11014 from wanderview/contacts-update-delete

Bug 894302: Support contact delete during update activity.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/d604f1745349
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 894302: Support contact delete during update activity.
2013-07-16 16:00:25 -07:00
Gaia Pushbot
2856f62192 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
7c65397a5e 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
Gaia Pushbot
82a2d6411c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8e9909797fbf
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10977 from RudyLu/keyboard/Bug891798-delay_keyboard_showup

Bug 891798 - Always delay the display of the keyboard w/o suggestion bar. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/b31cc5822b82
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 891798 - Always delay the display of the keyboard w/o suggestion bar
during input focus switching.
 - clear the redraw keyboard timeout after entering renderKeyboard()
2013-07-16 06:25:23 -07:00
David Clarke
6cfda2101b Bug 889602 - Set ProfD directory within b2g. r=dhylands 2013-07-16 09:02:55 -04:00
Gaia Pushbot
035d918d7e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/518a7e03111f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10919 from comoyo/hidden_apps

Bug 892397 - Specify hidden apps in their respective manifests. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/fbc84847793e
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 892397 - Specify hidden apps in their respective manifests
2013-07-16 03:35:23 -07:00
Kan-Ru Chen (陳侃如)
3a8d1e08f0 Bug 874754 - Suppress nsIEditor.removeEditorObserver exception. r=fabrice
Based on patch from Yuan Xulei <xyuan@mozilla.com>

--HG--
extra : rebase_source : 77b563eaa784d42cdfd20a3aba1f5b928a53aaa6
2013-07-16 18:00:58 +08:00
Gaia Pushbot
a1d5eb4c13 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a815ebbbe084
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #10974 from jmcanterafonseca/contacts_matcher_v1

Bug 889756 - Design and implement a ContactsMatcher module

========

https://hg.mozilla.org/integration/gaia-central/rev/763808ee9b75
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 889756 - Design and implement a ContactsMatcher module
2013-07-16 03:00:23 -07:00
Gaia Pushbot
ae8d11d3f7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7b11320c6026
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10968 from huchengtw-moz/camera/Bug_881664_camera_pick_pitfall

Bug 881664 - Camera 'pick' pitfall when there is no sdcard. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/8e86897ac0d8
Author: John Hu <johu@mozilla.com>
Desc: Bug 881664 - Camera 'pick' pitfall when there is no sdcard
2013-07-16 02:05:27 -07:00
Ed Morley
1737e94e27 Merge mozilla-central and birch 2013-07-16 10:02:38 +01:00
Ed Morley
5f440f5b03 Merge latest green birch changeset and mozilla-central 2013-07-16 09:59:15 +01:00
Gaia Pushbot
a66dae2c53 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a391d9b3c4c3
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10994 from alivedise/bugzilla/894230/apploadtime-event-listener-target-wrong

Bug 894230 - Use iframe as target of appopen event instead of frame, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/ced34e12bfa3
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 894230 - Use iframe as target of appopen event instead of frame
2013-07-15 23:50:26 -07:00
Gaia Pushbot
bc0bfb7175 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/01102911f85a
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10831 from lodr/bug-830272-validate-0-threshold

Bug 830272 - Adding constrains to avoid negative or zero values in balance threshold
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/87957b8f402b
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 830272 - Adding constrains to avoid negative or zero values in balance threshold
2013-07-15 22:25:23 -07:00
Gaia Pushbot
17d3a7070f Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/280fbd71cae2
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10991 from jlebar/gaia-event-listener-leak

Bug 894081 - (Try to) fix a leak in Gaia by registering its mozbrowserer...r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/28d668d770e5
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Bug 894135 - Don't leak |homescreenFrame| from within window_manager.js's apploaded closure.

========

https://hg.mozilla.org/integration/gaia-central/rev/b868997dbf0e
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Bug 894081 - (Try to) fix a leak in Gaia by registering its mozbrowsererror listener on the mozbrowser iframe itself, rather than on one of the iframe's parent nodes.
2013-07-15 20:20:23 -07:00
Gaia Pushbot
d6f296f373 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
30bf986c5a 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
Gaia Pushbot
27f77927de 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
4a7d43c5cf 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
Gaia Pushbot
e7163c183f 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
Gaia Pushbot
8770e81f82 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
d216182ac4 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
053ea1dfb8 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
dbb5225f80 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
7496b7dfb0 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
Gaia Pushbot
9db8dcec18 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
f0e34ef29b 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
79aeb72052 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
1d535e0072 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
Gaia Pushbot
36bb0607ba 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
Gaia Pushbot
ec0be1d68f Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 890811 - SIM import needs to support canceling

========

https://hg.mozilla.org/integration/gaia-central/rev/068a73311596
Author: crdlc <crdlc@tid.es>
Desc: Bug 890811 - SIM import needs to support canceling
2013-07-15 05:50:22 -07:00
Gaia Pushbot
799e370aa3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a9de5769866d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10909 from leob2g/Bug_890448_wrong_info_is_shown_when_receiving_second_call

Bug 890448 - [Dialer] When receiving second call that has withheld number, shows contact information (not withheld number token) r=etienne, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/e7a9586e0ec9
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 890448 - [Dialer] When receiving second call that has withheld number, shows contact information (not withheld number token)
2013-07-15 04:00:23 -07:00
Gaia Pushbot
7e382a803e Bumping gaia.json for 8 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/007f168bd8ec
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10969 from crh0716/893693

Bug 893693 - Add removeEventListener funtion to IccHelper r=echen

========

https://hg.mozilla.org/integration/gaia-central/rev/b51cca845416
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 893693 - Add removeEventListener funtion to IccHelper

========

https://hg.mozilla.org/integration/gaia-central/rev/86dd4fe57bbc
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10920 from comoyo/fix_settings_b2gdesk

Bug 796623 - Settings throw error in B2G desktop. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/e6434ee1a344
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 796623 - Settings throw error in B2G desktop

========

https://hg.mozilla.org/integration/gaia-central/rev/ea4a47341f08
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10816 from cctuan/889757

Bug 889757 - [Dialer] When holding a call and selecting keypad, cannot hide keypad and input number

========

https://hg.mozilla.org/integration/gaia-central/rev/a2cbb3a6ed3d
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 889757 - [Dialer] When holding a call and selecting keypad, cannot hide keypad and input number

========

https://hg.mozilla.org/integration/gaia-central/rev/8306f751be94
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10771 from rwldrn/888150

Bug 888150 - [MMS][Regression] Header actions are not working properly.

========

https://hg.mozilla.org/integration/gaia-central/rev/ad7b307bc892
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 888150 - [MMS][Regression] Header actions are not working properly.

- STR1 Fixed
- STR2 Cannot Reproduce (https://www.dropbox.com/sh/3lr5a5kepnns8z1/rydxqmpucg)
- STR3 Fixed
- Fixes broken activity handling introduced here: 8b41ee9a80 (L2R227) includes tests.

https://bugzilla.mozilla.org/show_bug.cgi?id=888150
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-15 03:45:23 -07:00
Gaia Pushbot
b7470d2b8d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4839476d648c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10925 from masap/20130711

Bug 892434 - [WiFi] Fix Showing gone network r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/18fb5d823e8b
Author: masap <masashi.honma@gmail.com>
Desc: Bug 892434 - [WiFi] Fix Showing gone network
2013-07-15 03:25:23 -07:00
Gaia Pushbot
bd8276dd08 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 892357 - Followup to bug 890454 - [Homescreen] The save-bookmark scr...

========

https://hg.mozilla.org/integration/gaia-central/rev/54cf0f6d18f5
Author: crdlc <crdlc@tid.es>
Desc: Bug 892357 - Followup to bug 890454 - [Homescreen] The save-bookmark screen does not work fine when Add to Home Screen button is pressed continuously
2013-07-15 02:30:23 -07:00
Gaia Pushbot
4dbfb63124 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d717e2e751a6
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10894 from crdlc/bug-890813

Bug 890813 - Memory Card import needs to support cancelling

========

https://hg.mozilla.org/integration/gaia-central/rev/5705fd11039c
Author: crdlc <crdlc@tid.es>
Desc: Bug 890813 - Memory Card import needs to support cancelling
2013-07-15 01:00:27 -07:00
Gaia Pushbot
d1afa371ad Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3f5f434d1649
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10915 from dominickuo/bug-882683

Bug 882683 - [music] check trak atom to filter iso base media files, r=mozsquib

========

https://hg.mozilla.org/integration/gaia-central/rev/e6b3a269cfc8
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 882683 - [music] check trak atom to filter iso base media files
2013-07-15 00:25:22 -07:00
Gaia Pushbot
442ed3991d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6054940e3ea8
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #10805 from evanxd/bug-881137-images

Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app

========

https://hg.mozilla.org/integration/gaia-central/rev/af72bec7563d
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 881137 - Update the image files as 1.5 times bigger images.
2013-07-14 04:45:23 -07:00
Gaia Pushbot
d5c452df4d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/610132b9ad9a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10957 from cctuan/master-gallery

Bug 893310 - hdpi/xhdpi replacing @1.5x images assets for Gallery app, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/cfcf9b8d3995
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 893310 - hdpi/xhdpi replacing @1.5x images assets for Gallery app
2013-07-13 09:50:22 -07:00
Gaia Pushbot
50b9ada80b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9a9c7a559a26
Author: Dave Hylands <dhylands@gmail.com>
Desc: Merge pull request #10949 from dhylands/bug-893120-mochitest-perms

Bug 893120 - Fix devicestorage permissions for mochitest. r=dclarke

========

https://hg.mozilla.org/integration/gaia-central/rev/9ac658beb8a3
Author: Dave Hylands <dhylands@gmail.com>
Desc: Bug 893120 - Fix devicestorage permissions for mochitest.
2013-07-12 13:00:22 -07:00
Gaia Pushbot
723ada7a28 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3004264248cc
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10867 from wanderview/unit-test-script

Bug 891366: Provide unit test script and make target. r=mwu

========

https://hg.mozilla.org/integration/gaia-central/rev/304aef72c600
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 891366: Provide unit test script in gaia/bin
2013-07-12 12:30:22 -07:00
Gaia Pushbot
d7feab4560 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/015185f797c4
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 887712 - [SMS/MMS] Make editable cursor element "zero width" until any user interaction r=gnarf

https://bugzilla.mozilla.org/show_bug.cgi?id=887712

Includes: 4880acb5ec

- Empty, out of focus placeholders contract to zero offset width
- Empty, in focus placeholders expand to rem-based width (margin: r & l, padding: r & l)
- When all recipients are deleted, don't leave empty editable in the to-field.
- When the editable placeholder is contracted to a zero offset width, it's possible to accidentally tap a recipient when the intention is to tap the to-field area around the recipient list, which will correctly prompt the user to remove the recipient. Since there is no way to unambiguously detect the user's intention, always handle "Remove" and "Cancel" in an intuitive way.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-12 11:20:23 -07:00
Ryan VanderMeulen
47891859c5 Merge m-c to birch. 2013-07-12 13:31:17 -04:00
Gaia Pushbot
c731388fd4 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/93d613b62a46
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 889763 - [MMS] Only image is received when sending image + audio file from android device. Co-author with gnarf37
2013-07-12 10:15:24 -07:00
Gaia Pushbot
0879947e08 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8d2dd720cd08
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #10906 from EdgarChen/bug_877978

Bug 877978 - [Gaia] Use new WebAPI to access iccInfo related attribute/event

========

https://hg.mozilla.org/integration/gaia-central/rev/977de81e0fae
Author: Edgar Chen <echen@mozilla.com>
Desc: Bug 877978 - Use IccHelper to access iccInfo. r=alive,arthur,fcampo,salva
2013-07-12 09:30:23 -07:00
Gaia Pushbot
13cec03d8d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/419504104ae7
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #10869 from eeejay/highlight-fix

Explicitly set the active background of lockscreen icons to none.r=mihai

========

https://hg.mozilla.org/integration/gaia-central/rev/eddd5f65c50a
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 889925 - Explicitly set the active background of lockscreen icons to none.
2013-07-12 07:26:23 -07:00
Gaia Pushbot
f77319a86b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d3bf1e5466f0
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10943 from fabi1cazenave/mmsAttachmentContainers-bug889899

Bug 889899: use <div> instead of <iframe> for MMS attachment containers, r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/662a0765f17a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 889899: use <div> instead of <iframe> for MMS attachment containers, r=julienw

Attachment containers use `<iframe>` in the SMS app because they are handy in the Compose area (work well in a contenteditable element): this ensures that attachment blocks are deletable but not editable.  However, `<iframes>` are a pain to use in the message thread, and can become a performance killer on threads with lots of attachments.

This patch keeps `<iframe>` containers for draft attachments in the Compose area but relies on `<div>` containers for the message thread.  To achieve this we use three templates:

* one `attachment-preview` template:
  - display it in a 80x80 px placeholder (can be extended to 120x80 or 80x120);
  - display the attachment size if in the Compose window;
  - do not display the file name for images
    (another patch will enable to display the file name on video with previews)

* one `attachment-nopreview` template: (audio, video, large images)
  - display the attachment type as a 80x80 px icon (audio, video, image, other);
  - display the attachment size if in the Compose window;
  - display the file name, both in the Compose window and in the message thread.

* one `attachment-draft` template to embed one of the two previous templates in an `<iframe>` container for the Compose area.

Non-draft attachments are displayed in a `<div>` container. In both cases (div or iframe), the container carries an `attachment-container` class and a `preview` or `nopreview` one.

Side notes:
* this fixes bug 882094 (display attachment file names in MMS);
* the `bubbleEvents` method has been slightly re-rewritten to be more self-explanatory;
* some basic cleanup has been done on the HTML & CSS front.
2013-07-12 07:05:23 -07:00
Ryan VanderMeulen
b9a911ec3f Merge m-c to inbound. 2013-07-12 09:29:59 -04:00
Gaia Pushbot
7d7dc878f3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8f402e9a5c9a
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10934 from rexboy7/fix-bug892373-master

Bug 892373 - @1.5x asset revise for Dialer app

========

https://hg.mozilla.org/integration/gaia-central/rev/80be3e3a4c6f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 892373 - @1.5x asset revise for Dialer app
2013-07-11 23:30:22 -07:00
Gaia Pushbot
cf541cf42a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cbffb3b5e67c
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10933 from mozshiao9/master_settings_889717

Bug 889717 - [Settings] Do not work when you are scrolling and select a menu, r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/e25731e3555a
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889717 - [Settings] Do not work when you are scrolling and select a menu
2013-07-11 20:50:23 -07:00
Gaia Pushbot
5930251a34 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6aa0e53d6672
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10910 from rexboy7/fixhd-881146-ftu-master

Bug 881146 - hdpi/xhdpi resolution assets and layout for FTU. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/4f8fc20dae05
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881146 - hdpi/xhdpi resolution assets and layout for First run experience app
2013-07-11 20:40:22 -07:00
Gaia Pushbot
f079354f91 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cf4f76cd177
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10931 from wanderview/tag-vm-semicolon

Branch 892659: Remove misplaced ; in tag_visibility_monitor. r=eshapiro

========

https://hg.mozilla.org/integration/gaia-central/rev/cb31db9bc185
Author: Ben Kelly <ben@wanderview.com>
Desc: Branch 892659: Remove misplaced ; in tag_visibility_monitor
2013-07-11 15:30:23 -07:00
Gaia Pushbot
db0b92e343 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/dc051b13b2a8
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10903 from wanderview/contacts-full-defer-order-search

Bug 892155: Fully defer order/search string calc.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/67c38a9335da
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 892155: Fully defer order/search string calc
2013-07-11 10:25:25 -07:00
Gaia Pushbot
d882e1eaf8 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f8a85aceda9c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10928 from ferjm/mmiresultdefaultcase

Follow up for MMI localization work

========

https://hg.mozilla.org/integration/gaia-central/rev/22a3cf15439a
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890463 - Follow up of Use MMIResult for get IMEI - default case. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/d6ce537dafe6
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 890291 - [MMI] Follow-up of Localization of Call Barring functionality. r=etienne
2013-07-11 08:35:24 -07:00
Gaia Pushbot
c3f165099f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/84f23fc83920
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10902 from wanderview/contacts-favorites

Bug 891984: Properly render contacts in favorites.  r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a4b8b0b98d83
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 891984: Properly render contacts in favorites.

Previously if a contact was a favorite, then we would only render it once
in either its main letter group or the favorites group.  This patch correctly
tracks the group so that we reference the contact properly in order to
render it for both groups.
2013-07-11 05:15:24 -07:00
Gaia Pushbot
7e9fb96c92 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4301a609060f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10923 from comoyo/revert_swipe_to_hide

Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

========

https://hg.mozilla.org/integration/gaia-central/rev/55d822fcf7dc
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Revert "Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2"

This reverts commit 103f3635c241e208f84b6e8d80afb23731043c09, reversing
changes made to 4be813b65ea30e3914ce732d1401385d8fb78b68.
2013-07-11 04:15:25 -07:00
Gaia Pushbot
285ff96895 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6a4adb2d6e67
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10901 from comoyo/vcf4

Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/78a03eca481b
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 888153 - [contacts] Import from vCard 4.0 has email missing in Contacts app
2013-07-11 03:20:24 -07:00
Ed Morley
1b88f184f9 Merge mozilla-central and birch 2013-07-11 10:59:04 +01:00
Gaia Pushbot
be3c916dca Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3f9b2319c2b3
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10918 from crh0716/892393

Bug 892393 - Add 1.5x resolution assets r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/26f60f2a526d
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 892393 - Add 1.5x resolution assets

========

https://hg.mozilla.org/integration/gaia-central/rev/5140f1fbba25
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10726 from julienw/885278-updatetimeheaders-with-fixedheader

885278 updatetimeheaders with fixedheader

========

https://hg.mozilla.org/integration/gaia-central/rev/8b741e315032
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885278 - [SMS] `updateTimeHeaders' is not working properly with FixedHeader feature. r=borja

* always call refresh in updateTimeHeaders
* expose updateHeaderContent and use it in updateTimeHeaders so that the fixed
  header is changed in the same time than the other headers
2013-07-11 02:50:23 -07:00
Gaia Pushbot
685f72df9b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7530f9702749
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10694 from yurenju/885676

Bug 885676 - Added unit tests for ScreenManager r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c9464724886c
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 885676 - Added unit tests for ScreenManager
2013-07-11 02:35:23 -07:00
Ed Morley
344eee4d73 Merge latest green birch changeset and mozilla-central 2013-07-11 10:28:08 +01:00
Gaia Pushbot
5a208cb80b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/abc7e68a07eb
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10835 from cctuan/890847

Bug 890847 - [SMS/MMS] The options shown in the dialog when tapping on a contact into ‘To’ field are the wrong way round

========

https://hg.mozilla.org/integration/gaia-central/rev/5164f293a2b0
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 890847 - [SMS/MMS] The options shown in the dialog when tapping on a contact into ‘To’ field are the wrong way round
2013-07-11 02:25:22 -07:00
Gaia Pushbot
ed53962614 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1955cfa26e44
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10908 from hfiguiere/bug891395

Bug 891395 - Fix regexp that matches HiDPI. This avoid overriding apn.json, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/acee662c5bbb
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 891395 - Fix regexp that matches HiDPI. This avoid overriding apn.json.
2013-07-11 00:10:22 -07:00
Gaia Pushbot
59591bf04c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/85f28b8bda9c
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10907 from huchengtw-moz/video/Bug_890139

Bug 890139 - hdpi/xhdpi missing images for Video app, r=@rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/1671339332f1
Author: John Hu <johu@mozilla.com>
Desc: Bug 890139 - hdpi/xhdpi missing images for Video app

========

https://hg.mozilla.org/integration/gaia-central/rev/2c8b26149597
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10911 from mpizza/Bug_881138_hd_camera_master

Bug 881138 - @1.5x images for Camera app, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e362807898d3
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 881138 - hdpi/xhdpi resolution assets and layout for Camera app
2013-07-11 00:00:25 -07:00
Gaia Pushbot
0428657a1d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/19b1966f7051
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10834 from huchengtw-moz/settings/Bug_890862_wrong_apnSettings_when_carrier_is_unknown

Bug 890862 - Wrong ril.data.apnSettings when carrier is not in apn.json, r=@jaoo, r=@arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/67d28bb90d98
Author: John Hu <johu@mozilla.com>
Desc: Bug 890862 - Wrong ril.data.apnSettings when carrier is not in apn.json
2013-07-10 23:05:22 -07:00
Gaia Pushbot
c2e2663648 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7ce63dc67df5
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10881 from masap/20130710

Bug 891770 - [Wi-Fi] Fix fogetting network processing

========

https://hg.mozilla.org/integration/gaia-central/rev/0f03c4879b1e
Author: masap <masashi.honma@gmail.com>
Desc: Bug 891770 - [Wi-Fi] Fix fogetting network processing
2013-07-10 22:10:23 -07:00
Gaia Pushbot
ab987b7c39 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/20869b028aab
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10855 from rexboy7/fixhd-881143-dialer-master

Bug 881143 - [HD][Dialer] hdpi/xhdpi resolution assets and layout for Dialer app. r=gtorodelvalle

========

https://hg.mozilla.org/integration/gaia-central/rev/92424a531110
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881143 - [HD][Dialer] hdpi/xhdpi resolution assets and layout for Dialer app
2013-07-10 20:40:22 -07:00
Gaia Pushbot
ee1821c1d5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/287688e19d1a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10370 from mcirlanaru/bug_873409

Bug 873409 - [HotSpot] Truncate long SSID and password to avoid...

========

https://hg.mozilla.org/integration/gaia-central/rev/785c44a65836
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 873409 - [HotSpot] Truncate long SSID and password to avoid overlapping the text labels
2013-07-10 19:55:23 -07:00
Gaia Pushbot
ba501e8bd3 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 889895 - Remove mouse system shim

========

https://hg.mozilla.org/integration/gaia-central/rev/3918189e22e4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889895 - Remove mouse system shim
2013-07-10 15:40:24 -07:00
Gregor Wagner
bc3ee3ed59 Bug 891588 - Fix preprocessor warnings. r=fabrice 2013-07-10 14:57:21 -07:00
Ryan VanderMeulen
f54e9fe5bd Merge m-c to birch. 2013-07-10 13:53:23 -04:00
Gaia Pushbot
903c75033f Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/975e8d596def
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891811 - [sms] tests: properly use sinon so that we have no side effects between suites r=gnarf

properly use sinon sandboxes for good restore
2013-07-10 10:50:22 -07:00
Ryan VanderMeulen
5f7f93b294 Merge the last green birch cset to m-c. 2013-07-10 13:49:16 -04:00
Gaia Pushbot
08cd10d704 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/966752354a41
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10899 from julienw/891927-fixes-sinon-implementation

Bug 891927 - [test-agent] the sinon sandbox is not always restored when ...

========

https://hg.mozilla.org/integration/gaia-central/rev/b4a0ad8bb616
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891927 - [test-agent] the sinon sandbox is not always restored when it's used in the most outer suite's setup r=jlal
2013-07-10 10:25:23 -07:00
Gaia Pushbot
8ff9566504 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/346b072b536e
Author: jyothi.prasad <jyothi.prasad@lge.com>
Desc: Bug 889735 [MMS] when attaching so many images,size of the attached MMS content is not refreshed even after removing some images - r=julienw

* Recalculates size after image resize, and after image removal
* Unit test by gnarf
2013-07-10 09:30:23 -07:00
Gaia Pushbot
a9beba1412 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/138cb1659c91
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10861 from huchengtw-moz/camera/Bug_891243_image_pick_activity_take_2-3_seconds

Bug 891243 - [Camera] Image Pick activity takes 2-3 seconds to save afte. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b346a9f5886d
Author: John Hu <johu@mozilla.com>
Desc: Bug 891243 - [Camera] Image Pick activity takes 2-3 seconds to save after pressing "select" option
2013-07-10 09:15:22 -07:00
Gaia Pushbot
3fc95d3b26 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9093c20568e0
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10882 from huchengtw-moz/gallery/Bug_891294_preview_page_could_not_display

Bug 891294 - [Gallery] Preview page could not display image in picker mo. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b37a853a94b0
Author: John Hu <johu@mozilla.com>
Desc: Bug 891294 - [Gallery] Preview page could not display image in picker mode

========

https://hg.mozilla.org/integration/gaia-central/rev/b3d8f5759cfc
Author: gduan <gduan@mozilla.com>
Desc: Bug 888865 - [MMS] The name of the sent image is wrong in FFOS device - r=gnarf

* Remove path info before sanitizing filename

Closes gh-10790

========

https://hg.mozilla.org/integration/gaia-central/rev/d55c465036dc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 891788 - The Sms compose tests are slow r=gnarf

clear the input listeners at init
2013-07-10 09:05:25 -07:00
Gaia Pushbot
48a8a24db9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/08b27cc9d095
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10897 from fzzzy/master

Bug 887454 Remove UA override for youtube.com r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/6dec3dcf2176
Author: Donovan Preston <donovanpreston@gmail.com>
Desc: bug 887454 Remove ua override for youtube.com
2013-07-10 08:45:23 -07:00
Ryan VanderMeulen
ec6b3d53b5 Merge m-c to inbound. 2013-07-10 09:45:16 -04:00
Gaia Pushbot
79ef4868d5 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 890183 - [Homescreen] Wrong focus is shown

========

https://hg.mozilla.org/integration/gaia-central/rev/70447e934d7e
Author: crdlc <crdlc@tid.es>
Desc: Bug 890183 - [Homescreen] Wrong focus is shown
2013-07-10 05:45:23 -07:00
Gaia Pushbot
ddf5cf64f2 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 890815 - Common importers need to support cancelling (Facebook, Gmail,...)

========

https://hg.mozilla.org/integration/gaia-central/rev/b6e9bf38815c
Author: crdlc <crdlc@tid.es>
Desc: Bug 890815 - Common importers need to support cancelling (Facebook, Gmail,...)
2013-07-10 05:35:23 -07:00
Gaia Pushbot
98b39f57e4 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/124a4b38bb9f
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #10456 from gtorodelvalle/dialer-bug-883756-contact-details-from-call-log

Bug 883756 - [Call log] Tapping on an entry from a contact does not take to that contact's detail view screen but to a different one (r=arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/b6fd2ae4b6a7
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 883756 - [Call log] Tapping on an entry from a contact does not take to that contact's detail view screen but to a different one.

========

https://hg.mozilla.org/integration/gaia-central/rev/3cd291d23155
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10888 from alivedise/bugzilla/891799/type-error-resize

Bug 891799 - Fix TypeError: runningApps[displayedApp] is undefined, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/550ed8c0c3f2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 891799 - Fix TypeError: runningApps[displayedApp] is undefined
2013-07-10 05:10:23 -07:00
Gaia Pushbot
87804ff622 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/215f677d5bd1
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10886 from arcturus/bug-885981

Bug 885981 - [SMS] The device does not recognize that the SMS received from a saved contact

========

https://hg.mozilla.org/integration/gaia-central/rev/7f91c5f7febc
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 885981 - [SMS] The device does not recognize that the SMS received from a saved contact
2013-07-10 04:15:24 -07:00
Gaia Pushbot
3c80fa6772 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e30c84c7edf4
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10887 from mozshiao9/master_contacts_881140

Bug 881140 - hdpi/xhdpi resolution assets and layout for Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/d76382ea4e27
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 881140 - hdpi/xhdpi resolution assets and layout for Contacts app

========

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

Bug 891781 - [Facebook] Delete all friends and add some one is broken

========

https://hg.mozilla.org/integration/gaia-central/rev/c718ca1beac1
Author: crdlc <crdlc@tid.es>
Desc: Bug 891781 - [Facebook] Delete all friends and add some one is broken
2013-07-10 03:30:22 -07:00
Gaia Pushbot
59610486af Bumping gaia.json for 6 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/65084cc1f901
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10884 from cctuan/system-1.5x

Bug 881157 - hdpi/xhdpi resolution assets and layout for System app

========

https://hg.mozilla.org/integration/gaia-central/rev/825028166040
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 881157 - hdpi/xhdpi resolution assets and layout for System app

========

https://hg.mozilla.org/integration/gaia-central/rev/d54be8a49829
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #10681 from leob2g/Bug_886668_user_cannot_scroll_in_mmi_screen

Bug 886668 - User cannot scroll in mmi screen. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/29522d5e544f
Author: sungwoo.yoon <sungwoo.yoon@lge.com>
Desc: Bug 886668 - User cannot scroll in mmi screen

========

https://hg.mozilla.org/integration/gaia-central/rev/d66534bbe4e4
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10842 from borjasalguero/uk_context_menu

 Bug 888241 - [B2G][Leo][SMS] Long tapping on a valid phone number or em...

========

https://hg.mozilla.org/integration/gaia-central/rev/eba5c59c8de2
Author: borjasalguero <fbsc@tid.es>
Desc:  Bug 888241 - [B2G][Leo][SMS] Long tapping on a valid phone number or email, included in a SMS thread, if it overlaps an option of the dialog menu, it opens it directly r=julienw
2013-07-10 03:20:22 -07:00
Gaia Pushbot
3af147c5f2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6256a30275b9
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10878 from rexboy7/fix-bug891408

Bug 891408 - [System] Calculate inline app size correctly (regression)

========

https://hg.mozilla.org/integration/gaia-central/rev/3ad1b19036ee
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 891408 - [System] Calculate inline app size correctly (regression)
2013-07-10 02:00:22 -07:00
Gaia Pushbot
edbf250bb7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f48f21472127
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10876 from jrburke/bug891728-image-attach-module

Bug 891728 [email] dynamic require of shared/mime_mapper fails due to rel-path r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/541dda1c48c7
Author: jrburke <jrburke@gmail.com>
Desc: Bug 891728 [email] dynamic require of shared/mime_mapper fails due to rel-path
2013-07-09 23:50:23 -07:00
Gaia Pushbot
8e9c43ae28 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0a395a24388f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10811 from jrburke/bug890572-email-initial-transparent

Bug 890572 [email] set background transparent for smoother cold start r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/d7ec8d7f8077
Author: jrburke <jrburke@gmail.com>
Desc: Bug 890572 [email] set background transparent for smoother cold start
2013-07-09 23:36:23 -07:00
Gaia Pushbot
01ba016ebc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/87bfcb576b65
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #10669 from RudyLu/keyboard/swipe_hide_keyboard_2

Bug 805586 - support "Swipe down" to hide the keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/415cba41ef6c
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 805586 - support "Swipe down" to hide the keyboard
  1. Add the dialog for FTU tip of swipe down
  2. Refine the swipe down behavior not to show the highlighted key
2013-07-09 19:55:23 -07:00
Matthew Noorenberghe
2719539a5e Bug 888584 - Lazily load IdentityUtils.jsm. r=khuey 2013-07-09 18:15:34 -07:00
Gaia Pushbot
e09d3bb42b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/364607a1d732
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10875 from mcirlanaru/bug_853313

Bug 853313 - [Email] Properly parse 'mailto' links that don't... r=@asutherland

========

https://hg.mozilla.org/integration/gaia-central/rev/61c6f27e1ff9
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 853313 - [Email] Properly parse 'mailto' links that don't have a 'to' address. r=asuth
2013-07-09 18:05:23 -07:00
Gaia Pushbot
42eb50d273 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3d290c631b11
Author: Donovan Preston <dpreston@mozilla.com>
Desc: Merge pull request #10874 from KevinGrandon/revert_bug_887454

Revert "bug 887454 Remove useragent override for youtube.com" r=fzzzy

========

https://hg.mozilla.org/integration/gaia-central/rev/5fbf6ae01b16
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "bug 887454 Remove useragent override for youtube.com"

This reverts commit 5b5f6d8ecce794323b52daf626cee98dd7b6992e.

========

https://hg.mozilla.org/integration/gaia-central/rev/05a4bc51ae6c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10873 from asutherland/bug_852369

Bug 852369 - [Email] Support multiple email addresses in mailto links.
2013-07-09 16:00:25 -07:00
Gaia Pushbot
09b597831c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e079b44a5b2c
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10801 from mcirlanaru/bug_889771

Bug 889771 - Fix width of SIM PIN input box. r=@fabi1cazenave

========

https://hg.mozilla.org/integration/gaia-central/rev/ede8d13d004c
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 889771 - Fix width of SIM PIN input box. r=kaze
2013-07-09 15:40:29 -07:00
Gaia Pushbot
c3a6325993 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f4a5fe836729
Author: Donovan Preston <donovanpreston@gmail.com>
Desc: bug 887454 Remove useragent override for youtube.com
2013-07-09 15:05:23 -07:00
Gaia Pushbot
7562c82d1e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bf01d5808391
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10872 from asutherland/bug_852369

Bug 852369 - [Email] Support multiple email addresses in mailto links. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/c8788891b795
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 852369 - [Email] Support multiple email addresses in mailto links. r=asuth
2013-07-09 14:45:22 -07:00
Ryan VanderMeulen
ca703edd89 Backed out changeset c881d9e4a406 (bug 889602) because maybe THIS is the one causing the Marionette timeouts. 2013-07-09 16:54:29 -04:00
Gaia Pushbot
646070d244 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7cb565d70183
Author: You-Sheng Yang <vicamo@gmail.com>
Desc: Merge pull request #10854 from vicamo/bugzilla/891233/deprecate-mozSms-in-cost-control

Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=sa...

========

https://hg.mozilla.org/integration/gaia-central/rev/3f9ba6561939
Author: You-Sheng Yang (楊有勝) <vicamo@gmail.com>
Desc: Bug 891233 - [Cost Control] use navigator.mozMobileMessage instead. r=salva
2013-07-09 10:15:25 -07:00
Gaia Pushbot
cd20c73e73 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cec2f675e2c2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10857 from crh0716/891042

Bug 891042 - Add a mock for mozIccManager

========

https://hg.mozilla.org/integration/gaia-central/rev/ee8354d7ae50
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891042 - Add a mock for mozIccManager
2013-07-09 09:30:29 -07:00
Gaia Pushbot
6e4582c71f Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/95ada003fd61
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890989 - [sms] we should not split the phone numbers on spaces r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=890989
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 08:35:23 -07:00
Gaia Pushbot
0b8e4282f6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/02b607cf7882
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #10844 from arcturus/bug-890342

Bug 890342 - [SMS] LinkHelper regression: misrecognized links

========

https://hg.mozilla.org/integration/gaia-central/rev/a37d3007e1a1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 890342 - [SMS] LinkHelper regression: misrecognized links
2013-07-09 08:05:23 -07:00
David Clarke
3e94c3b6c8 Bug 889602 - Set ProfD directory within b2g. r=dhylands 2013-07-09 08:57:26 -04:00
Gaia Pushbot
4512df259c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/68ff795e16c1
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10772 from rwldrn/890053

Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/2b9a69c905ee
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 890053 - [MMS][SMS] Regression. Recipients pull down pushes input behind keyboard

- broken display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:1.jpg
- fixed display: https://www.dropbox.com/sh/pirp25nqtaqcktr/pfFsPQPG6n#f:2.jpg

https://bugzilla.mozilla.org/show_bug.cgi?id=890053
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-09 03:15:27 -07:00
Gaia Pushbot
8138b170f3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/eeb604fca314
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #10778 from gasolin/master-881141

Bug 881141 - hdpi/xhdpi resolution assets and layout for Usage app, r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/89c376aa6e4e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 881141 - hdpi/xhdpi resolution assets and layout for Usage app
2013-07-09 02:10:30 -07:00
Gaia Pushbot
b13ed64872 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1f91f91647f7
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10809 from lodr/bug-889635-avoid-startup-error

Bug 889635 - Avoid startup error
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/247724ca9e31
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 889635 - Avoid startup error

========

https://hg.mozilla.org/integration/gaia-central/rev/89c54e45afdc
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10829 from lodr/bug-842924-l10n-issue

Bug 842924 - Avoid l10n issues by providing wider selects
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/c8540e809112
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 842924 - Avoid l10n issues by providing wider selects
2013-07-09 01:25:23 -07:00
Gaia Pushbot
9ceedba967 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 889466 - Use touch events for lockscreen r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f6ddb049b529
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889466 - Use touch events for lockscreen
2013-07-08 20:25:28 -07:00
Gaia Pushbot
bb05d835b4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9b1e1641e89c
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10827 from steveck-chung/hdpi-image-assets-css

Bug 884975 - [MMS] Apply 1.5x Res Version of the Images. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/4bd08888ab27
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 884975 - [MMS] Apply 1.5x Res Version of the Images
2013-07-08 19:40:23 -07:00
Gaia Pushbot
d27b9e8a9d Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/8da5a527d6d9
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10582 from wanderview/contacts-vis-mon-pr

Bug 879299: Add visibility_monitor to Contacts app.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/5dd51d34e38b
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 879299: Add visibility_monitor to Contacts app

This commit significantly refactors how contacts are loaded and rendered in
the DOM.  Placeholder items are initially added to the list and then later
filled in when visible.  Images are lazy loaded as before, but will now be
removed when the contact is no longer visible.  Search has also been
refactored to help encapsulate the contacts_list and importer_ui internals.
2013-07-08 18:15:54 -07:00
Gaia Pushbot
4c7ef0f136 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b10d78a3cf56
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10825 from huchengtw-moz/gallery/Bug_888882_not_able_to_zoom_an_image-3

Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/85d76b055845
Author: John Hu <johu@mozilla.com>
Desc: Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when launched gallery through camera app
2013-07-08 13:55:22 -07:00
Gaia Pushbot
c38ebd68bc Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b31ab8aa351a
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 875362 - [MMS] Cannot scroll to bottom of thread list as input field grows r=julienw

This patch addresses an issue where the Compose field could grow to
completely cover the message thread. Now, a "sliver" of space is
reserved to maintain a visual affordance to the underlying thread.

This patch also ensures that messages are not occluded while the Thread
UI is in "Edit" mode.

Previously, the spacing after the final message "bubble" was set to an
arbitrary value of 7rem. This patch sets the spacing to the specified
amount, and ensures that the spacing remains consistent as the Compose
field grows and shrinks (resolving "Bug 882086 - [MMS] [UX] Message
thread. Spacing between the last bubble and input field should be 1.5
rem")
2013-07-08 11:40:24 -07:00
Gaia Pushbot
1dfac5b3bf Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0ca2c684af38
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 888715 - [SMS] [perf] Messages app is CPU hungry with huge SMS database r=borja

* use getElementById instead of querySelector with an attribute selector

========

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

Bug 889123 - Implement gaia pref to fix app permissions in nightly

========

https://hg.mozilla.org/integration/gaia-central/rev/103a007cf9f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889123 - Implement gaia pref to fix app permissions in nightly
2013-07-08 11:20:24 -07:00
Gaia Pushbot
fc9d674cea Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/09cdef322298
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10836 from rexboy7/fixhd-881147-fm-master

Bug 881138 - [HD][FM] @1.5x assets update

========

https://hg.mozilla.org/integration/gaia-central/rev/334173f02a33
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881138 - [HD][FM] @1.5x assets update
2013-07-08 04:50:22 -07:00
Gaia Pushbot
cc90fc15d6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/580c5bb9fe37
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10828 from huchengtw-moz/system/Bug_890776_call_screen_orientation_changes

Bug 890776 - [System] Call screen orientation changes on incoming call d...r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/1cb104492842
Author: John Hu <johu@mozilla.com>
Desc: Bug 890776 - [System] Call screen orientation changes on incoming call during Youtube.com video playback
2013-07-08 04:30:22 -07:00
Ryan VanderMeulen
f10b8ebacc Merge m-c to inbound. 2013-07-10 13:52:12 -04:00
Yura Zenevich
50b4d884b4 Bug 874474 - [AccessFu] Making description last the default utterance order. r=eeejay
---
 accessible/src/jsat/OutputGenerator.jsm |    6 ++----
 b2g/app/b2g.js                          |    2 ++
 mobile/android/app/mobile.js            |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
2013-07-10 10:25:57 -04:00
Ryan VanderMeulen
096b66dbe7 Merge m-c to inbound. 2013-07-15 17:07:04 -04:00
Nicolas B. Pierron
4a94992794 Bug 863398 - Optimize B2G's GC settings for responsiveness and benchmarks. r=gwagner f=jlebar 2013-07-15 13:26:57 -07:00
Shih-Chiang Chien
a79b5d485b Bug 882526 - Remove Gecko support for WBMP. r=joe, r=roc 2013-07-22 22:31:24 -04:00
Gaia Pushbot
a81b34c5a5 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/132a306c71db
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 895978 - TEST-UNEXPECTED-FAIL | thread_ui.js > Search search results cleared | Unexpected error  a=npotb

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-20 19:55:23 -07:00
Gaia Pushbot
06e6ac1a32 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7d7b66eaa2a6
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11079 from jonallengriffin/bug895978

Bug 895978 - Disable thread_ui_test.js in TBPL for frequent orange, a=te...

========

https://hg.mozilla.org/integration/gaia-central/rev/d3ff3ef49185
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 895978 - Disable thread_ui_test.js in TBPL for frequent orange, a=test-only
2013-07-20 16:20:23 -07:00
Gaia Pushbot
62ce46504c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f73abec4661e
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #8865 from frsela/STK/Bug847042

Bug 847042: [Buri][STK]ME feedback TR "Command beyond ME's capability" when perform language notification command r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/fb49778e78a4
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: [STK] Implement language selection event download
2013-07-08 03:10:22 -07:00
Gaia Pushbot
42753dc652 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/47a96ce7dd06
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #10695 from frsela/STK/Bug886808

Bug 886808 - [STK] ICC Settings part cleanup, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/32c329a4f497
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Settings cleanup

========

https://hg.mozilla.org/integration/gaia-central/rev/11371cbe210e
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10065 from timdream/remove-hvga-splash

Bug 873431 - Remove HVGA splashes being specified as "icons", r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/3cb8f06ceea7
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 873431 - Remove HVGA splashes being specified as "icons"
2013-07-08 02:35:23 -07:00
Gaia Pushbot
af20c5b0f1 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ecb6cfba7e2c
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10699 from lissyx/bug854785

Bug 854785 - Ensure to round seconds when updating call duration r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/5e3b3367e243
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 854785 - Ensure to round seconds when updating call duration

When computing the duration, glitches can interfere thus that the
duration computed might be a bit under the interval of 1000ms. In the
event of this case, one would see a first tick with, for example, a
call duration of 28.001 secs, and a next tick with a duration of 28.999.
2013-07-08 01:30:22 -07:00
Gaia Pushbot
7d0f1eb234 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4d41ec1d14c4
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10798 from dominickuo/bug-881151

Bug 881151 - hdpi/xhdpi resolution assets and layout for Music app, r=basiclines

========

https://hg.mozilla.org/integration/gaia-central/rev/19fb3b6101a7
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 881151 - [music] add @1.5x images
2013-07-08 01:10:22 -07:00
Gaia Pushbot
70e3e259b9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c57af3afa7d2
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10824 from alivedise/bugzilla/890753/homescreen-disapper-on-lockscreen-notification-callback

Bug 890753 - Use AppWindow setVisible on toggling homescreen app, r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/13fed8f150ac
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 890753 - Use AppWindow setVisible on toggling homescreen app
visibility
2013-07-08 00:45:23 -07:00
Gaia Pushbot
b9b2d496d6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1dff54efd063
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10774 from huchengtw-moz/settings/Bug_889750_no_action_when_pressed_back_key

Bug 889750 - [Settings] No action when pressed back key after select Fir...r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/b56f6ac828c2
Author: John Hu <johu@mozilla.com>
Desc: Bug 889750 - [Settings] No action when pressed back key after select Firefox OS privacy
2013-07-08 00:00:22 -07:00
Gaia Pushbot
3883acfa30 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0c2fa29493b7
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10791 from samjoch/followup-bug-863333-BluetoothUpdateUnpairScreen

Bug 863333 - Bluetooth Update Unpair Screen (Follow up)

========

https://hg.mozilla.org/integration/gaia-central/rev/d41742a77472
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 890466 - Followup bug 863333 - [Bluetooth] Update unpair screen

========

https://hg.mozilla.org/integration/gaia-central/rev/7a994d5e3e9a
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10823 from ian-liu/clock/Bug883119_Adding_a_new_alarm_with_has_no_effect

Bug 883119 - [Clock][Alarm] Adding a new alarm with has no effect, r=@RudyLu

========

https://hg.mozilla.org/integration/gaia-central/rev/1d2a082043db
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 883119 - [Clock][Alarm] Adding a new alarm with has no effect
2013-07-07 21:25:22 -07:00
Ryan VanderMeulen
ac21ff818d Merge m-c to inbound. 2013-07-11 21:56:55 -04:00
Yuan Xulei
76bc19ce86 Bug 883129 - Converts the non-textual element to placeholder character for mozKeyboard. r=hsivonen 2013-07-12 09:04:05 -04:00
Gaia Pushbot
7b6077f968 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/de71fa3f7ac4
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10941 from julienw/890460-fixedheader-followup

Bug 890460 - [SMS] After deleting all the messages in particular thread,...

========

https://hg.mozilla.org/integration/gaia-central/rev/cfd7cefd6d22
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890460 - [SMS] After deleting all the messages in particular thread,the 'TODAY' bar still exists in thread_list r=borja

Ensure FixedHeader.refresh is called when rendering an empty screen
2013-07-12 05:45:23 -07:00
Gaia Pushbot
8cfd67ef52 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/69c79383c797
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10777 from gasolin/master-881136

Bug 881136 - hdpi/xhdpi resolution assets and layout for Browser app, r=dale

========

https://hg.mozilla.org/integration/gaia-central/rev/130d7b0f10fb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 881136 - hdpi/xhdpi resolution assets and layout for Browser app
2013-07-12 05:25:26 -07:00
Gaia Pushbot
c7670769bd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1cccf057956b
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10898 from arcturus/bug-890206

Bug 890206 - [SMS] Messages dissapear from the thread when trying to re-send a failed message

========

https://hg.mozilla.org/integration/gaia-central/rev/dacf73ce8f65
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 890206 - [SMS] Messages dissapear from the thread when trying to re-send a failed message
2013-07-12 05:15:23 -07:00
Gaia Pushbot
c202a3e9c2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8c6337a829ab
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10905 from huchengtw-moz/video/Bug_889191_using_videojs_for_playing_bluetooth_files

Bug 889191 - [Video] video player shows spinner for the few events when. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/718d60470bfd
Author: John Hu <johu@mozilla.com>
Desc: Bug 889191 - [Video] video player shows spinner for the few events when playing local file.
2013-07-12 04:50:23 -07:00
Gaia Pushbot
d4b8ee646f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b776c306597b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10735 from EdgarChen/bug_874769_iccHelper

Bug 874769 - [Gaia] Use new WebAPI to access card state related attribute/event

========

https://hg.mozilla.org/integration/gaia-central/rev/72e753ff1e85
Author: Edgar Chen <echen@mozilla.com>
Desc: Bug 874769 - Use IccHelper to access card state. r=salva,etienne,arcturus,alive,arthurcc
2013-07-07 19:45:23 -07:00
Gaia Pushbot
f8526ba6bd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/456cbcb07cdb
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10780 from huchengtw-moz/hd/Bug_881158_for_master

Bug 881158 - hdpi/xhdpi resolution assets and layout for Video app, r=@rexboy, r=@dale

========

https://hg.mozilla.org/integration/gaia-central/rev/31d78ed3e9b1
Author: John Hu <johu@mozilla.com>
Desc: Bug 881158 - hdpi/xhdpi resolution assets and layout for Video app
2013-07-07 19:00:23 -07:00
Ryan VanderMeulen
451cdd58c6 Merge m-c to inbound. 2013-07-07 20:21:33 -04:00
Gaia Pushbot
80ebac8413 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a80b392a3551
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #8468 from comoyo/remove_mouseeventshim2

Bug 847908 - [Gallery] Remove mouse event shim in favor of GestureDetector. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b4cacec9a5ab
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 847908 - [Gallery] Remove mouse event shim in favor of GestureDetector

Author:    Jan Jongboom <janjongboom@gmail.com>
2013-07-07 17:10:22 -07:00
Gaia Pushbot
71a39669ad Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e056f253a60c
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10808 from leob2g/Bug_890486_ValueSelector_UL_Height

Bug 890486 - [Email] Last folder name is not displayed properly in the value selector UL. r=asuth (as v1.1 targeted minimal fix)

========

https://hg.mozilla.org/integration/gaia-central/rev/7b26580b900a
Author: praveen.singapati <praveen.singapati@lge.com>
Desc: Bug 890486 - [Email] Last folder name is not displayed properly in the value selector UL
2013-07-06 13:15:24 -07:00
Gaia Pushbot
daf5750e2c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/919ce29eb9e2
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #10603 from gabrielesvelto/bug-877482

Bug 877482 - Remove workaround for bug 850941 to handle file within blobs correctly r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/c5d8a2427f1f
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 877482 - Remove workaround for bug 850941 to properly handle file-backed blobs
2013-07-06 09:10:25 -07:00
Gaia Pushbot
6bd2ba62b0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/543c2840ba4d
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10812 from TheoChevalier/update-fr-master

Bug 890428 - [l10n][fr] Update fr locale on Github for dev testing, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/b319cabfea80
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 890428 - [l10n][fr] Update fr locale on Github for dev testing
2013-07-06 05:05:23 -07:00
Gaia Pushbot
3d7302d93a Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/942377ad4484
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10810 from asutherland/email-fix-folder-picker-bustage

Bug 890560 - [email] message move broken by folder picker/value selector helper regression from bug 886446. a=bustage-fix

========

https://hg.mozilla.org/integration/gaia-central/rev/0279344890eb
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 890560 - [email] message move broken by folder picker/value selector helper regression from bug 886446. a=bustage-fix
2013-07-05 15:25:59 -07:00
Gaia Pushbot
a7fcf93ec4 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/78af53d0658a
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10761 from leob2g/bug_889164_update_slider_youtube_videos

BUG 889164 updating slider whenever controls shown. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/4177f1c13772
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc: BUG 889164 updating slider whenever controls shown
2013-07-05 07:25:22 -07:00
Gaia Pushbot
73136103b2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fef8c6363145
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10785 from leob2g/bug_890176_filmstrip_preview_when_video_recording

 Bug 890176 - [Camera] Filmstrip preview opens even when video recording starts. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/d9ea6f673b67
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc:  Bug 890176 - [Camera] Filmstrip preview opens even when video recording starts
2013-07-05 06:41:24 -07:00
Gaia Pushbot
8619df9bdb Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/ea5f4bc07ffe
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10764 from mcirlanaru/bug_883269

Bug 883269 - [Contacts] Sort contacts in group when rendering the list. r=@arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/f8ecc3bb1d9a
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 883269 - [Contacts] Sort contacts in group when rendering the list. r=arcturus
2013-07-05 04:40:56 -07:00
Gaia Pushbot
045264871a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/85817f79d7d6
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10782 from ian-liu/clock/Bug881139_hdpi/xhdpi_resolution_assets_and_layout_for_Clock_app

Bug 881139 - hdpi/xhdpi resolution assets and layout for Clock app, r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/18c207cee4e4
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 881139 - hdpi/xhdpi resolution assets and layout for Clock app
2013-07-04 21:50:23 -07:00
Gaia Pushbot
c9667ba6ea Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b1f9cd3cbbb1
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10796 from ian-liu/clock/Bug890216_creating_alarm_button_is_not_align_with_date/day_context

Bug 890216 - [Clock] The button of creating alarm is not align with displaying date/day context, r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/e7bc55c1e56a
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 890216 - [Clock] The button of creating alarm is not align with displaying date/day context
2013-07-04 21:05:23 -07:00
Gaia Pushbot
f222896f77 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6ac97ae41660
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10789 from ian-liu/bluetooth/Bug881134_hdpi/xhdpi_resolution_assets_and_layout_for_Bluetooth_File_Transfer_app

Bug 881134 - hdpi/xhdpi resolution assets and layout for Bluetooth File Transfer app, r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/f04b97517eab
Author: Ian Liu <iliu@mozilla.com>
Desc: Bug 881134 - hdpi/xhdpi resolution assets and layout for Bluetooth File Transfer app
2013-07-04 20:40:23 -07:00
Gaia Pushbot
1698c772e0 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ce7ad6593dab
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10797 from ian-liu/bluetooth/Bug890232_The_checked_icon_disappeared_in_paired_devices_selector

Bug 890232 - [Bluetooth File Transfer] The checked icon disappeared in paired devices selector., r=@rexboy7

========

https://hg.mozilla.org/integration/gaia-central/rev/d0b73eff3858
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 890232 - [Bluetooth File Transfer] The checked icon disappeared in paired devices selector.
2013-07-04 20:30:23 -07:00
Gaia Pushbot
f04b17d1ba Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fced758fbf0b
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 887737 - [SMS] The device is not recognizing the phone number received completely - r=julienw

* Rewrite the phone number matching regexp
* Include all the fixtures from Utils tests in FixturePhones and include in setup so we can share test cases
2013-07-04 17:45:22 -07:00
Gaia Pushbot
f8aba5da46 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9621115bda40
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10709 from fabi1cazenave/l10nOptim-bug853933

Bug 853933 - Don't inline all locales as JSON in the HTML, r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/cf0c69f54763
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 853933 - Don't inline all locales as JSON in the HTML

Currently, in order to ensure that apps are translated before first paint, all l10n resources are included as one multi-locales JSON dictionary, which is serialized in an inline `<script>` element for each HTML document.  This works fine when shipping few locales, but it can increase the document size quite badly for 60+ locales, thus delaying the startup time very significantly.

This patch allows to support 60+ locales more easily by having:
* one minimal JSON dictionary per locale in each HTML file;
* one extensive JSON dictionary per locale in each webapp.

The inline JSON dictionary is split on a per-locale basis (= one `<script>` node per supported locale) and only contains the l10n strings that are required to translate the HTML document: the "startup cost" of each locale becomes neglectable, and it removes the risk of high RAM consumption when parsing a giant multi-locale JSON at startup.

All l10n resources that are not declared in the HTML document are concatenated in a single JSON dictionary per locale: this reduces the number of disk I/O to load l10n resources and does not increase the total disk size of each webapp.  To enable this, this patch implements a `{{locale}}` quasi-litteral in the HTML markup that is used to declare l10n resources:
  <link rel="prefetch" type="application/l10n" href="/{{locale}}.json" />
where `{{locale}}` is replaced by the value of `navigator.language`.

Note that this latter optimization is only interesting for apps that wait for the `localized` event to start. With the inline JSON dictionary for the declarative content and the `mozL10n.localize()` method, most apps could probably stop waiting for this `localized` event now.
2013-07-04 06:40:22 -07:00
Gaia Pushbot
e8c360d286 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2cbab6f51d9a
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10775 from cctuan/master-hd

Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app

========

https://hg.mozilla.org/integration/gaia-central/rev/302b70caf57d
Author: gduan <gduan@mozilla.com>
Desc: Bug 881148 - hdpi/xhdpi resolution assets and layout for Gallery app - update images
2013-07-04 04:35:26 -07:00
Gaia Pushbot
5103b1ffb8 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/38ef06586fad
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10794 from alivedise/bugzilla/889175/incoming-call-statusbar

Bug 889175 - Fix UI problem of fullscreen app when call incoming, r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/fe83e3a42657
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889175 - Fix UI problem of fullscreen app when call incoming
2013-07-04 03:50:23 -07:00
Gaia Pushbot
a96938d6ef Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/872dcf886fc6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #10779 from alivedise/bugzilla/889224/remove-remember-me-for-fullscreen

Bug 889224 - Remove remember me option for fullscreen request, r=timdream, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/1a20751023e5
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 889224 - Remove remember me option for fullscreen request

========

https://hg.mozilla.org/integration/gaia-central/rev/5c8f935b95f0
Author: mozshiao9 <mshiao@mozilla.com>
Desc: Merge pull request #10786 from mozshiao9/master_sms_889211

Bug 889211 - [SMS] The delivery repory icon for the message is shown with two check, r=@steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/2395a22557e4
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 889211 - [SMS] The delivery repory icon for the message is shown with two checks
2013-07-04 03:40:22 -07:00
Gaia Pushbot
fb4a753938 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9f6691adac69
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 885283 - [sms] receiving a SMS from an existing thread but on a new thread container is broken r=gnarf

* Refactored how threads are added when a new message is received
* This incidentally resolves the bug
* made FixedHeader's refresh and scroll handler so that it's being called once
  per tick only. Then we won't be afraid of calling refresh too many.
* remove some unused code in FixedHeader
* adds tests for FixedHeader
* Fix indentation of createThreadMockup
2013-07-04 03:30:22 -07:00
Gaia Pushbot
01d04ea6a8 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8637e29fffcb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890079 - Homescreen grid tests failing in TBPL with: document.createTouch is not a function r=crdlc

don't try to send touch events if document.createTouch is missing.
2013-07-04 03:20:23 -07:00
Gaia Pushbot
9eca241bd7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a08ec95a1863
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10762 from comoyo/keyboard_selectionend_gaia

Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard. r=xyuan

========

https://hg.mozilla.org/integration/gaia-central/rev/c2c684f4fec8
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 889347 - SelectionChange event doesn't bubble through in mozKeyboard
2013-07-04 02:35:22 -07:00
Gaia Pushbot
73b7aeca45 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/76f431dd5fff
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #10614 from jrburke/bug886446-email-partition

Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/0bfac4c5f317
Author: jrburke <jrburke@gmail.com>
Desc: Bug 886446 - [email] Partition card loading, cache initial card HTML for fast startup
2013-07-04 01:15:23 -07:00
Gaia Pushbot
422c6ddd83 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e76887bfdff5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #10783 from marcofreda527/bug-888841-gaia-px

Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/6e560635df07
Author: Marco Chen <mchen@mozilla.com>
Desc: Bug 888841 - To use the specific value from device makefile for GAIA_DEV_PIXELS_PER_PX. r=timdream.
2013-07-03 23:45:23 -07:00
Gaia Pushbot
16eb323c49 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/41b850b0339d
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10721 from yurenju/bug885228

Bug 885228: added 1.5x iamges in shared directory r=basiclines

========

https://hg.mozilla.org/integration/gaia-central/rev/f03389a6de6c
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 885228: added 1.5x iamges in shared directory
2013-07-03 19:40:22 -07:00
Gaia Pushbot
77ffe87a2a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4ec0216e9571
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10654 from mykmelez/battery-charging

Bug 887634 - Don't shut down because of low battery level if battery is charging r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/07ba4a8e816b
Author: Myk Melez <myk@mozilla.org>
Desc: don't shut down because of low battery level if battery is charging
2013-07-03 15:15:41 -07:00
Gaia Pushbot
2933f320ed Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/6cf7a6a11323
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10763 from leob2g/bug_889784_retake_size_limit_message_during

 BUG 889784 limit size popup for retake pick video. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/e9eed87bc734
Author: jyothiprasadg <jyothi.prasad@lge.com>
Desc:  BUG 889784 limit size popup for retake pick video
2013-07-03 15:05:22 -07:00
Gaia Pushbot
a84b9632d2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/67d19cc463ee
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10756 from huchengtw-moz/video/Bug_889229_shows1-60_on_duration

Bug 889229 - shows 1:60 on duration when open files with activity, view....r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/8fee30488b0b
Author: John Hu <johu@mozilla.com>
Desc: Bug 889229 - shows 1:60 on duration when open files with activity, view.js.
2013-07-03 14:41:34 -07:00
Ryan VanderMeulen
0b25f9c7d8 Merge inbound and m-c. 2013-07-03 14:04:16 -04:00
Gaia Pushbot
1909ebef7e Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/94ed925b75d0
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #10724 from gabrielesvelto/bug-888184

Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345 r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/106257582c77
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 888184 - Remove the canvas-based animations introduced in the workaround for bug 822345

- Removed the JavaScript code used to create the animations
- Replace the animated canvases with APNG animtions
- Removed the unused PNG files and recompressed the existing ones
2013-07-03 10:15:56 -07:00
Gaia Pushbot
aecb8a8c5c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f7f349019ccb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883813 - [SMS][MMS] Placeholder string "Message" is not localizable r=julienw

Use HTML5 "data-" attribute for the localization value because setting
arbitrary elements is explicitly *not* supported by Gaia's L10n library.
2013-07-03 08:15:27 -07:00
Gaia Pushbot
2fa888c92f Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 858998 - Add l10n string for Top Sites. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/9ab636f74de0
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 858998 - Add seperate l10n strings for top sites
2013-07-03 07:20:28 -07:00
Gaia Pushbot
7824b70bfc Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a11b254563d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10469 from eeejay/lockscreen-a11y-tweaks

Bug 884514, 884517 - Lockscreen a11y tweaks

========

https://hg.mozilla.org/integration/gaia-central/rev/cb45fd51a8f0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884514 - Hide windows when lockscreen is active.

Changing the style of the app iframes won't work well because it will interfere with the way that audio apps work. So we need to use aria-hidden.

========

https://hg.mozilla.org/integration/gaia-central/rev/f31603695163
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 884517 - Change lockscreen to not collapse button area when screenreader is enabled.

Updates:
 - Conditionally remove 'triggered' class when screen reader is disabled.
 - Also deleted some obsolete 'triggered' class removal lines that followed.
2013-07-03 06:55:22 -07:00
Jan Jongboom
11c0606082 Bug 889347 - Fire the onselectionchange event whenever the selection changes. r=xyuan 2013-07-03 09:33:33 -04:00
Gaia Pushbot
b21f4373ba Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4567d6a94813
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10752 from Rik/20minutos-889560

Bug 889560 - Remove 20minutos.es from UA overrides r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/fa50062b108d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 889560 - Remove 20minutos.es from UA overrides
2013-07-03 05:15:25 -07:00
Gaia Pushbot
68c3a08410 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0ce8987e0497
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10748 from ochameau/bug889384

Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/f3a1dc43c83c
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 889384 - Windows desktop B2G build failure during webapp.zip packaging.
2013-07-03 03:15:32 -07:00
Gaia Pushbot
7cb7263d6e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a67098916757
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10548 from masap/20130622

Bug 791506 - [Wifi] Enable BSSID for WPS PIN, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/a063efbff157
Author: masap <masashi.honma@gmail.com>
Desc: Bug 791506 - [Wifi] Enable BSSID for WPS PIN
2013-07-03 01:00:27 -07:00
Kevin Grandon
36f811d69e Bug 889123 - Implement Gecko preference for enabling of pre-installed applications. r=fabrice 2013-07-07 16:41:55 -04:00
Gaia Pushbot
26afe3d098 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ca1c4c690dc0
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #10739 from cctuan/888065

Bug 888065 - [B2G][Leo][Settings][Phonelock] Lock pad appears when the phone lock frequency is set afterwards

========

https://hg.mozilla.org/integration/gaia-central/rev/9386df50d5fb
Author: gduan <gduan@mozilla.com>
Desc: Bug 888065 - [B2G][Leo][Settings][Phonelock] Lock pad appears when the phone lock frequency is set afterwards
2013-07-02 23:55:22 -07:00
Gaia Pushbot
3c7461a450 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d7c086d7ee8d
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #10758 from leob2g/Bug_888151_Alarmlist_Alarm_label_and_Repeat_days_overlap

[Bug 888151] In Alarmlist Alarm Label And Repeat days overlap correction r=ianliu

========

https://hg.mozilla.org/integration/gaia-central/rev/aca4f1efe3f5
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: In Alarmlist Alarm Label And Repeat days overlap correction
2013-07-02 23:30:30 -07:00
Gaia Pushbot
53d736f94c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a3510b66ea86
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10723 from dominickuo/bug-882099-new

Bug 882099 - [music] Check both major and compatible brands for MP4 files, r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/8e47f0c49642
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 882099 - [music] Check both major and compatible brands for MP4 files

========

https://hg.mozilla.org/integration/gaia-central/rev/62448468b885
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10743 from evanxd/bug-881137

Bug 881137 - hdpi/xhdpi resolution assets and layout for Calendar app

========

https://hg.mozilla.org/integration/gaia-central/rev/beddaba0f796
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 881137 - Support hdpi resolution device.
2013-07-02 20:56:29 -07:00
Gaia Pushbot
d3c9b1612f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4077781fe602
Author: Ben Tian <btian@mozilla.com>
Desc: Merge pull request #10712 from bentian/bug-884192

Bug 884192 - [Bluetooth] Rename commands from dom bluetooth to Dialer ap...

========

https://hg.mozilla.org/integration/gaia-central/rev/d949e53416ca
Author: Ben Tian <btian@mozilla.com>
Desc: Bug 884192 - [Bluetooth] Rename commands from dom bluetooth to Dialer app (in Dialer), r=etienne.
2013-07-02 19:15:27 -07:00
Gaia Pushbot
144e0e53af Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 889657 - Use lowercase passed/failed/todo, r=aki, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/42be7f2bca4c
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 889657 - Use lowercase passed/failed/todo, r=aki, a=test-only
2013-07-02 18:20:25 -07:00
Gaia Pushbot
2bfaf6d73e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/82cba799ba6a
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #10725 from siemiatj/bug_888181

Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHi...

========

https://hg.mozilla.org/integration/gaia-central/rev/355fda17355e
Author: jakub <jakub@bryntum.com>
Desc: Bug 888181 - Remove all prefixed usages of mozvisibilitychange and mozHidden
2013-07-02 14:05:27 -07:00
Gaia Pushbot
c6e9af405c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9f135cb57a0a
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #10677 from benfrancis/887896

Bug 887896 - Regression: Focussing address bar does not show & select URL. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/9b39ec340c4d
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 887896 - Regression: Focussing address bar does not show & select URL
2013-07-02 12:25:24 -07:00
Gaia Pushbot
6edf8c0f37 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8363cb4b2029
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #10577 from jaoo/863181

Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/eb133288efd1
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 863181 - [Settings][Call Settings] the 'timeSeconds' for no_reply call forwarding dose not be set correctly
2013-07-02 12:15:25 -07:00
Gaia Pushbot
3250b05428 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/aa2108bb5f54
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 870711 - Fixes URL linking in SMS - r=julienw

* Rewrote LinkHelper to avoid a bunch of edge cases and overlapping links
* Modeled greatly after `android.text.util.Linkify`
* Co-Author credit for @lissyx for starting me out with an awesome unit test suite

Closes gh-10741
2013-07-02 11:10:23 -07:00
Gaia Pushbot
0f4c63dfb5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e8b3281b9e2c
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #10747 from gaye/bug-889405

Bug 889405 - Remove broken css r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/b14d5bbe1c3f
Author: gaye <gaye@mozilla.com>
Desc: Bug 889405 - Remove broken css
2013-07-02 10:25:23 -07:00
Gaia Pushbot
51eb60ed11 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/30c995937da1
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10745 from lodr/bug-889367-movistar-peru-configuration

Bug 889367 - Movistar Peru configuration file
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/b4aca17677e9
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 889367 - Movistar Peru configuration file
2013-07-02 09:40:22 -07:00
Gaia Pushbot
800e721640 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d0dfefa25da3
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #10744 from lodr/bug-888206-avoiding-crash-during-startup

Bug 888206 - Avoiding crash during startup
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/dea42ba078ef
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 888206 - Avoiding crash during startup
2013-07-02 09:30:23 -07:00
Gaia Pushbot
548217fa40 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4580fc5120bd
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #10620 from davidflanagan/bug874011

Bug 874011: change auto-correct language and suggestions when user switches keyboards r=mcirlanaru

========

https://hg.mozilla.org/integration/gaia-central/rev/00a499016a2d
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 874011: change auto-correct language and suggestions when user switches keyboards

Don't switch keyboards if the menu is shown but the user selects nothing
2013-07-02 09:15:38 -07:00
Gaia Pushbot
24002bc112 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ff2462b5cbd4
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10606 from samjoch/bug-829027-SettingsCheckNowButton

Bug 829027 - [Settings] "Check Now" button in Device Information, Softwa... r=:etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/a39cf15c3f07
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 829027 - [Settings] "Check Now" button in Device Information, Software Updates should be disabled when there are no connections available
2013-07-02 08:35:24 -07:00
Gaia Pushbot
aa49414d6c Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/08c6ccd77761
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #10729 from mcirlanaru/bug_846494

Bug 846494 - Display sleep menu labels on multiple lines if ... r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/d0715253123a
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 846494 - Display sleep menu labels on multiple lines if they overflow. r=alive
2013-07-02 08:20:22 -07:00
Alexandre Poirot
c5134dce5a Bug 888409 - Set b2g version to 1.2.0.0 for master. r=akeybl 2013-07-02 08:18:04 -04:00
Gaia Pushbot
8c9eac4ca1 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2b95084db6ee
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10031 from samjoch/bug-863333-BluetoothUpdateUnpairScreen

Bug 863333 - [Settings Bluetooth] Update Unpair Screen r=:kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/bc1d475d902c
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 863333 - [Bluetooth] Update unpair screen
2013-07-02 04:20:23 -07:00
Gaia Pushbot
1fb405fdc8 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f06e37bfa349
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #10740 from jmcanterafonseca/patch_wlive

Allow customization for Windows Live Application Id

========

https://hg.mozilla.org/integration/gaia-central/rev/549509678dbc
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 889271 Allow customization for Windows Live Application Id

========

https://hg.mozilla.org/integration/gaia-central/rev/76b58a0d1d62
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #10737 from comoyo/bug_889055

Bug 889055 - Render UI tests fail in TBPL. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/315a4155490e
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 889055 - Render UI tests fail in TBPL
2013-07-02 03:00:22 -07:00
Gaia Pushbot
9f11b3af24 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/204d793347d1
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10500 from dominickuo/bug-884722

Bug 884722 - [music] support amr for open activity, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d14a7daf171c
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 884722 - [music] support amr for open activity
2013-07-02 00:15:23 -07:00
Gaia Pushbot
b4e3f020c1 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4b7a20107e22
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10670 from rexboy7/fixhd-887742

Fix bug 887742 - Let GAIA_DEV_PIXELS_PER_PX valid for files in resources/branding

========

https://hg.mozilla.org/integration/gaia-central/rev/010e52ab13ba
Author: Rex Lee <rexboy@mozilla.com>
Desc: Fix bug 887742 - Let GAIA_DEV_PIXELS_PER_PX valid for files in resources/branding
2013-07-01 20:10:23 -07:00
Gaia Pushbot
6b969eca50 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a75650772c73
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10727 from fabi1cazenave/wifiSuspended-bug885647

bug 885647: wifi.suspended is not inverse of wifi.enabled, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/4f201f641d3d
Author: Vasanthakumar (Vasanth) Pandurangan <vasanth@codeaurora.org>
Desc: bug 885647: wifi.suspended is not inverse of wifi.enabled, r=kaze
2013-07-01 15:00:24 -07:00
Gaia Pushbot
3011ae3b95 Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f4181116dadd
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 884489 - [i10n] Add support for localizing style- and dataset- DOM properties r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/0d843e265d15
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10703 from wanderview/contacts-order-search-noname

Bug 888465: Fix order/search for "no name" contacts. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/9e9b32e55777
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 888465: Fix order/search for "no name" contacts
2013-07-01 14:15:23 -07:00
Gaia Pushbot
0429fe9c69 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/64355faf25ea
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #10644 from jonallengriffin/bug887451

Bug 887451 - Disable failing gaia unit tests for TBPL, r=mdas, a=test-on...

========

https://hg.mozilla.org/integration/gaia-central/rev/4b3e00ace865
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 887451 - Disable failing gaia unit tests for TBPL, r=mdas, a=test-only
2013-07-01 13:30:53 -07:00
Gaia Pushbot
f97440d856 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/5d46c263ad4a
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10716 from leob2g/Bug_888818_Missing_localization_default_media_location

Bug 888818 - [Settings] missing localization of default media location popup, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/ce3245c8cf63
Author: hyuna.cho <hyuna.cho@lge.com>
Desc: Bug 888818 - [Settings] missing localization of default media location popup
2013-07-01 10:35:24 -07:00