Commit Graph

3473 Commits

Author SHA1 Message Date
Gaia Pushbot
f084bea4e2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8539eb2c32f0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12426 from GeorgiaWang/Bug919969

Bug 919969 - Add illegal sim state support in Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/22406a06f44c
Author: Georgia Wang <gwang@mozilla.com>
Desc: Bug 919969 - Add illegal sim state support in Settings
2013-10-17 08:10:26 -07:00
Chris AtLee
43d2499781 No bug: remove B2GUPDATER environment variables. they do nothing! r=Callek 2013-10-17 11:02:22 -04:00
Gaia Pushbot
79157bf1db Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c58a78c93c48
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12914 from gasolin/issue-927749-2

Bug 927749 - [Flatfish][Homescreen] hide add collection menu option when..., r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/a54120656789
Author: gasolin <gasolin@gmail.com>
Desc: Bug 927749 - [Flatfish][Homescreen] hide add collection menu option when searchbar is hidden
2013-10-17 07:35:24 -07:00
Gaia Pushbot
b7d9156413 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4b22cf21e5ff
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12854 from EverythingMe/910339-jslint-eme

Bug 910339 - Linting E.me code [r=crdlc,ranbena,evyatar]

========

https://hg.mozilla.org/integration/gaia-central/rev/a4d97d5da14d
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 910339 - Linting E.me code [r=crdlc,ranbena,evyatar]

* replaced all double quotes with single quotes
* added EOF new lines
* added curly braces around blocks in loops and conditionals
* fixed line breaks at 80
* fixed indentation issues
* fixed missing/unnecessary semicolons
* removed Shortcuts.js [not used]
2013-10-17 06:25:25 -07:00
Gaia Pushbot
9771e84d25 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e8323d97975a
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12891 from viorelaioia/bug-926357

Bug 926357 - Write a test to use the 'Number' keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/f93b1720e937
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 926357 - Write a test to use the 'Number' keyboard
2013-10-17 06:15:24 -07:00
Gaia Pushbot
0144422e6e Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a243155b608
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 922582 - Remove the caller number when entering switch-calls mode r=etienne
2013-10-17 06:05:25 -07:00
Carsten "Tomcat" Book
991da45214 Merge mozilla-central to b2g-inbound 2013-10-17 13:53:51 +02:00
Carsten "Tomcat" Book
e0e6d5915e Merge mozilla-inbound to mozilla-central 2013-10-17 13:43:37 +02:00
Gaia Pushbot
c86609f22e Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed215858b4da
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12871 from bobsilverberg/sms_contact

Bug 926944 - Add a recipient to an SMS using the Contacts app, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/bff431bfd59e
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 926944 - Add a recipient to an SMS using the Contacts app, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/2f118e2773d9
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12912 from lissyx/bug906296-v2

Bug 906296 - Ensure that settings from range value are Numbers r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/c49e0b7b0441
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 906296 - Ensure that settings from range value are Numbers

When storing the settings that comes from a range input, we do some
rounding using toFixed(). Unfortunately, toFixed() returns a String.
Changes in the Gecko handling of some of the settings (namely, audio
policy) makes usage of String impossible and we need to ensure that we
pass some Number. We thus change the code to perform a supplementary
parseFloat() after toFixed() to ensure this.
2013-10-17 04:40:34 -07:00
Gaia Pushbot
4dea22b0bc Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/892533d0008f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12881 from viorelaioia/bug-925850

Bug 925850 - Modify the test_dialer_make_call assertion to handle long phone numbers

========

https://hg.mozilla.org/integration/gaia-central/rev/3a5a27c118aa
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 925850 - Modify the test_dialer_make_call assertion to handle long phone numbers
2013-10-17 03:30:25 -07:00
Gaia Pushbot
0a7ec27703 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8424befd2d59
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12851 from crh0716/919868

Bug 919868 - Update connection status after got paired devices r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/a38124de35ad
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 919868 - Update connection status after got paired devices
2013-10-17 03:20:23 -07:00
Gaia Pushbot
c6875c0141 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a28d5864a243
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Revert "Merge pull request #12911 from lissyx/bug906296"

This reverts commit b9520ca7b28e469c91efd851e7af9ad7b38ee3ed, reversing
changes made to bc2fb252092af20050551ecbd7c5a3edab77b58e.
2013-10-17 02:55:29 -07:00
Gaia Pushbot
78fd62b6a6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/563d1aa93586
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12904 from cctuan/927345

Bug 927345 - The sorting of video group in gallery view is not correct

========

https://hg.mozilla.org/integration/gaia-central/rev/33205118c316
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 927345 - The sorting of video group in gallery view is not correct
2013-10-16 21:20:23 -07:00
Gaia Pushbot
2a5f0fdd81 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dcae8edae13b
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #12142 from luke-chang/900906_pinyin_in_worker

Bug 900906 - [Keyboard] Wrap the pinyin IME engine with web worker, r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/af4356d09549
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 900906 - [Keyboard] Wrap the pinyin IME engine with web worker
2013-10-16 20:45:23 -07:00
Gaia Pushbot
495b00cb4a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/49e443173e45
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12809 from gasolin/issue-902036

Bug 902036 - [B2G][Settings][Media Storage]Spelling error on Default Med...,r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/a10f3481e3bb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 902036 - [B2G][Settings][Media Storage]Spelling error on Default Media Location Information Screen
2013-10-16 17:25:24 -07:00
Gaia Pushbot
c41cf819f7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/312d5c0596e5
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12832 from wanderview/email-remove-onclick

Bug 926524: Remove bound click handler in MessageListTopbar.  r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/b8c548bd56e9
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 926524: Remove bound click handler in MessageListTopbar.
2013-10-16 17:00:25 -07:00
Gaia Pushbot
2cd2e36738 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5e851aef150b
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Revert "Bug 927642 - Fix dir/lang integration tests for notifications"

This reverts commit 9fc08c1790d49b0cb64e0c8e04da141cbd2fd2a1.
2013-10-16 16:15:25 -07:00
Gaia Pushbot
681259b08a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/62376ef5e1dd
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 927642 - Fix dir/lang integration tests for notifications
2013-10-16 16:05:24 -07:00
Gaia Pushbot
2582855103 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7699ac11141b
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #12324 from qdot/915002-notification-dir

Bug 915002 - Integration and Notification Tests for Notification BiDi Rendering

========

https://hg.mozilla.org/integration/gaia-central/rev/9fa542f2c22f
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 915002 - Add language/direction unit/integration tests for notifications
2013-10-16 14:55:25 -07:00
Gaia Pushbot
ca6541bc72 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/38632017a95b
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 907177 - [Clock] Add integration tests

r=iliu
2013-10-16 13:55:23 -07:00
Gaia Pushbot
20d015acbf Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86e06b1db110
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 927330 - [Clock][Timer] The countdown is not normally(un-countdown) while clicking pause/resume button quickly. - r=jugglinmike

- Fix timer math for ticks
2013-10-16 11:45:27 -07:00
Gaia Pushbot
da8ac19f57 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 927097 - Set a non-zero exit code if any tests failed, r=ahal, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/21c739ab7454
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 927097 - Set a non-zero exit code if any tests failed, r=ahal, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/993293ea0af7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12842 from alivedise/bugzilla/919864_master/screenshot-objecturl-leak

Bug 919864 - Better screenshot objectURL management to avoid mem leak, r=timdream, a=koi+

========

https://hg.mozilla.org/integration/gaia-central/rev/6e24ba9e26af
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 919864 - Better screenshot objectURL management to avoid mem leak
2013-10-16 11:10:23 -07:00
Gaia Pushbot
f683ed291d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/72ac9b19f59a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12841 from lightsofapollo/break-the-world

update marionette client

========

https://hg.mozilla.org/integration/gaia-central/rev/d4c81d84d737
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 927475 - update marionette client
2013-10-16 10:00:25 -07:00
Gaia Pushbot
9b323a29ec Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34e7bdf32eaf
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12896 from bobsilverberg/remove_HERE_maps_test

Bug 927458 - Remove test_homescreen_launch_here_maps.py as it is unlikely to be returned to the build, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/70623ca605d2
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 927458 - Remove test_homescreen_launch_here_maps.py as it is unlikely to be returned to the build, r=zac
2013-10-16 09:40:24 -07:00
Gaia Pushbot
24e06e7493 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd494cd83a65
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12847 from lissyx/bug913324

Bug 913324 - Select biggest icon that fits on the screen r=vingetun

========

https://hg.mozilla.org/integration/gaia-central/rev/9e0d60a008bc
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 913324 - Select biggest icon that fits on the screen

When launching an app, we display one of the icon defined in its
manifest. If the application defines several ones, then we need to
select the biggest one that fits into the screen.
2013-10-16 09:33:51 -07:00
Gaia Pushbot
a8d5eb8b56 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c6e27ca4fa77
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12887 from AndreiH/bug926920

Bug 926920 - Merge the two tests in test_clock_switch_clock_type.py

========

https://hg.mozilla.org/integration/gaia-central/rev/70f62773570c
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 926920 - Merge the two tests in test_clock_switch_clock_type.py

========

https://hg.mozilla.org/integration/gaia-central/rev/05f74de4f2c9
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12889 from AndreiH/bug926932

Bug 926932 - Merge the tests in test_clock_create_new_alarm.py

========

https://hg.mozilla.org/integration/gaia-central/rev/fde05be2aea9
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 926932 - Merge the tests in test_clock_create_new_alarm.py
2013-10-16 08:50:29 -07:00
Gaia Pushbot
986611b96c Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb577f805b15
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12888 from yxl/keyboard-switch

Bug 927302 - [InputMethod] Cannot switch keyboard from FF Nightly.

========

https://hg.mozilla.org/integration/gaia-central/rev/73b462347a7a
Author: Yuan Xulei(袁徐磊) <xyuan@mozilla.com>
Desc: Bug 927302 - [InputMethod] Cannot switch keyboard from FF Nightly. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/0767b22c5c37
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #12350 from pivanov/bug-918872

Bug 918872 - System screen should use full highlights r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/4230f9acb410
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 918872 - System screen should use full highlights
2013-10-16 08:40:24 -07:00
Gaia Pushbot
381859e922 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e2bf10d1374
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12867 from bobsilverberg/export_contacts

Bug 927029 - Write a test for exporting contacts to SD Card, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/f96b2256515a
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 927029 - Write a test for exporting contacts to SD Card, r=zac
2013-10-16 08:15:26 -07:00
Gaia Pushbot
e92d6855a0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 926446 - Showing/Hiding the svg blurring effect on homescreen icons is expensive during app launch

========

https://hg.mozilla.org/integration/gaia-central/rev/221d1b4b7230
Author: crdlc <crdlc@tid.es>
Desc: Bug 926446 - Showing/Hiding the svg blurring effect on homescreen icons is expensive during app launch
2013-10-16 07:55:24 -07:00
Gaia Pushbot
78fed1fcc8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68cb329d1719
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12860 from bobsilverberg/br_timeout

Bug 925844 - Allow override of load timeout in Browser app object's go_to_url method, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/4c1786cd8d18
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 925844 - Allow override of load timeout in Browser app object's go_to_url method, r=zac
2013-10-16 07:40:23 -07:00
Gaia Pushbot
de01b45786 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d9c46177b5de
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #12739 from pivanov/bug-917826

Bug 917826 - [Clock] Use Full Line Highlights r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/dd350fb077e9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 917826 - [Clock] Use Full Line Highlights
2013-10-16 07:30:23 -07:00
Gaia Pushbot
d91f9471b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/edc0c2f7ca48
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #12335 from pivanov/bug-906830

Bug 906830 - [Camera] HD grey circle buttons look fuzzy r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/4c93c9cb67df
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 906830 - [Camera] HD grey circle buttons look fuzzy
2013-10-16 07:06:24 -07:00
Gaia Pushbot
cbcb7c7164 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3867549a6589
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12853 from vkrreddy2/920407_keyboard

Bug 920407 - keyboard: adding place holder to white space. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/084988a39fc9
Author: kodanda.v <kodanda.v@borqs.com>
Desc: Bug 920407 - keyboard: adding place holder to white space.
2013-10-16 05:35:23 -07:00
Gaia Pushbot
18e0dcf267 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/817f0b704bf0
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12666 from viorelaioia/bug_923448

Bug 923448 - In test_clock_turn_on_off_alarm.py remove the sleep and add a wait_for_checkbox_state_to_change

========

https://hg.mozilla.org/integration/gaia-central/rev/fa890dbcc49a
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 923448 - In test_clock_turn_on_off_alarm.py remove the sleep and add a wait_for_checkbox_state_to_change
2013-10-16 05:20:24 -07:00
Gaia Pushbot
1f8c40bf3d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/27d21143813f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12856 from Neeraj-Seth/bug-890207_cursor_hide_issue

Bug 890207 - [B2G][Gaia][Keyboard][Auto-correction] If a wording include...

========

https://hg.mozilla.org/integration/gaia-central/rev/e8c6bd452789
Author: Neeraj Kumar <neeraj_kumar@hcl.com>
Desc: Bug 890207 - [B2G][Gaia][Keyboard][Auto-correction] If a wording include special characters then moving the cursor to the end of a line, the cursor will disappear
2013-10-16 05:10:31 -07:00
Gaia Pushbot
3f66cd8faa Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f459ca66a2fd
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 915074 - Make the height of the call elements uniform r=etienne
2013-10-16 05:00:24 -07:00
Gaia Pushbot
4588c1a4f0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a056e1e96998
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12882 from gasolin/issue-922620

Bug 922620 - Wap push service activated by default, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/5a0d949ddd85
Author: gasolin <gasolin@gmail.com>
Desc: Bug 922620 - Wap push service activated by default
2013-10-16 04:46:25 -07:00
Gaia Pushbot
6388ffe766 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36b6aa562f51
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12831 from fcampo/export-handle-errors-914125

Bug 914125 - Export page doesn't handle errors (r=arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/663dde319694
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 914125 - Export page doesn't handle errors

-------------------------------
show errors, need to add strings
added strings and tests
2013-10-16 04:25:24 -07:00
Carsten "Tomcat" Book
ab756165fa Merge mozilla-central to b2g-inboudn 2013-10-16 13:16:49 +02:00
Carsten "Tomcat" Book
3caa6d565c merge b2g-inbound to mozilla-central 2013-10-16 12:55:46 +02:00
Gaia Pushbot
29d0ae1524 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63864e9e18de
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12876 from cctuan/911117

Bug 911117 - [flatfish] Headset icon is lost on status bar if booting up...

========

https://hg.mozilla.org/integration/gaia-central/rev/2536391e0165
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911117 - [flatfish] Headset icon is lost on status bar if booting up with headset plugged
2013-10-16 03:50:23 -07:00
Gaia Pushbot
c1342dd0b3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51ea613dbd11
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12861 from bobsilverberg/e.me-wait

Bug 926971 - Use wait_for_everything_me_loaded in e.me tests, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/4dcf36a46f46
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 926971 - Use wait_for_everything_me_loaded in e.me tests, r=zac
2013-10-16 03:00:24 -07:00
Gaia Pushbot
0416e08a35 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b7fe47fdc072
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12845 from snowmantw/issue919888

Bug 919888 - [Lockscreen] The phone unlock itself if you force turn off the screen before unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/eb23477bc370
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 919888 - [Lockscreen] The phone unlock itself if you force turn off the screen before unlock
2013-10-16 01:51:23 -07:00
Gaia Pushbot
503b433b81 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4a400ba036d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12811 from gitmai/bug-925355-export-url-fb-vcard

Bug 925355 - VCARD not export FB url

========

https://hg.mozilla.org/integration/gaia-central/rev/98e5502931d7
Author: mai <mri@tid.es>
Desc: Bug 925355 - VCARD not export FB url
2013-10-16 00:55:23 -07:00
Fernando Jiménez
ce891e1545 Bug 926880 - Enable IAC API for b2g-desktop. r=genelian 2013-10-16 09:22:43 +02:00
Gaia Pushbot
1398681791 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 851189 - Move feedback button up one level

========

https://hg.mozilla.org/integration/gaia-central/rev/fa1eb84be0f4
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 851189 - Move feedback button up one level

========

https://hg.mozilla.org/integration/gaia-central/rev/9a2999a7a2e3
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #12784 from snowmantw/issue925635

Bug 925635 - [LockScreen] Fix the track to match the icons

========

https://hg.mozilla.org/integration/gaia-central/rev/0a905b0061f2
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 925635 - [LockScreen] Fix the track to match the icons
2013-10-16 00:30:23 -07:00
Gaia Pushbot
d0b1d2856e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3458b7608383
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #9203 from pivanov/bug-844615

Bug 844615 - Email Layout and Font Revisions - New Account (All done screen) | follow-up patch

========

https://hg.mozilla.org/integration/gaia-central/rev/302a1cdb7c60
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 844615 - Email Layout and Font Revisions - New Account (All done screen) | follow-up patch
2013-10-16 00:05:23 -07:00
Gaia Pushbot
6cb30c4568 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/36aa3e5d226a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #12862 from zacc/bug927002

Bug 927002 bump minimum marionette client version to 0.6

========

https://hg.mozilla.org/integration/gaia-central/rev/beb30c1d8784
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 927002 bump minimum marionette client version to 0.6 after breaking changes to marionette client
2013-10-15 22:00:24 -07:00
Gaia Pushbot
83f2ef01ca Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/077742400e88
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #12870 from fabricedesre/bug925149

Bug 925149 - Launching preinstalled twitter app from a SIM Customization...

========

https://hg.mozilla.org/integration/gaia-central/rev/4375e9a99c71
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 925149 - Launching preinstalled twitter app from a SIM Customization launches marketplace, not twitter r=yurenju
2013-10-15 21:35:23 -07:00
Gaia Pushbot
f3c42c60c5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ba8325e95de
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12850 from crh0716/920722

Bug 920722 - Change the layout to avoid overlapping r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/9d9b2ecca8a8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 920722 - Change the layout to avoid overlapping
2013-10-15 19:25:23 -07:00
Gaia Pushbot
c5969a7272 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/900a68659c7c
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12783 from yzen/916282

Bug 916282 -  Making lock and camera buttons available to explore by tou...

========

https://hg.mozilla.org/integration/gaia-central/rev/f9b2033bc6d8
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Bug 916282 - Making lock and camera buttons available to explore by touch in screen reader.
2013-10-15 19:15:24 -07:00
Wes Kocher
391d634598 Merge m-c to inbound 2013-10-15 20:30:24 -07:00
Gaia Pushbot
8cb995421e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e811ee9b89a2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #12836 from mikehenrty/bug-899574-integration-tests

Bug 899574 - updating marionette tests to not rely on old origin format, r=qDot

========

https://hg.mozilla.org/integration/gaia-central/rev/e93d61be4ced
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 899574 - updating marionette tests to not rely on old origin format
2013-10-15 14:05:47 -07:00
Gaia Pushbot
4bf9854e67 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ccb6fee0ef2
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12864 from nullaus/fix-call-support-contacts

bug 925520 - fix undesired closure, handle error case.

========

https://hg.mozilla.org/integration/gaia-central/rev/24cc875d2d87
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 925520 - fix undesired closure, handle error case.

r=qDot

========

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

Bug 926936 - Can't launch an app when running Gaia inside Firefox r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/8aacbb7c7b13
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 926936 - Can't launch an app when running Gaia inside Firefox
2013-10-15 14:05:25 -07:00
Gaia Pushbot
e96463662b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dbe7543ce99b
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12911 from lissyx/bug906296

Bug 906296 - Ensure that settings from range value are Numbers

========

https://hg.mozilla.org/integration/gaia-central/rev/13c7ccd68db5
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 906296 - Ensure that settings from range value are Numbers

When storing the settings that comes from a range input, we do some
rounding using toFixed(). Unfortunately, toFixed() returns a String.
Changes in the Gecko handling of some of the settings (namely, audio
policy) makes usage of String impossible and we need to ensure that we
pass some Number. We thus change the code to perform a supplementary
parseFloat() after toFixed() to ensure this.
2013-10-17 02:31:24 -07:00
Gaia Pushbot
079e37bd1d Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8007ba6d191e
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 913275 - tab color is slightly off from the body in the awesome page. r=daleharvey
2013-10-17 01:25:23 -07:00
Fabrice Desré
a0f02626d6 Bug 924032 - Followup to close the loop r=me 2013-10-15 09:36:24 -07:00
Gaia Pushbot
6c2ee9ae85 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bc4c53c8506d
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12858 from vingtetun/focus.out.hot.path

 Bug 926875 - Move the iframe.focus call out of the hot path to avoid an...

========

https://hg.mozilla.org/integration/gaia-central/rev/54cc6f3ca1cc
Author: Vivien Nicolas <21@vingtetun.org>
Desc:  Bug 926875 - Move the iframe.focus call out of the hot path to avoid an expensive reflow. r=alive
2013-10-15 08:35:23 -07:00
Gaia Pushbot
64f91dc5cd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07122a0fa946
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12844 from gitmai/bug-925331-pin-input-focus

Bug 925331 - Pin input loses focus (r=fcampo)

========

https://hg.mozilla.org/integration/gaia-central/rev/cdefcaf071a8
Author: mai <mri@tid.es>
Desc: Bug 925331 - Pin input loses focus
2013-10-15 08:25:23 -07:00
Gaia Pushbot
7e189fb8cf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b83e12f8504
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12821 from wanderview/system-test-require

Bug 924233: Add missing require to system tests. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/2df5bb5c5794
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Add missing require to system tests.
2013-10-15 06:30:23 -07:00
Gaia Pushbot
efab5b4c83 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30220bc8435e
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12810 from cctuan/922983

Bug 922983 - fix locale inconsistent for zh-TW

========

https://hg.mozilla.org/integration/gaia-central/rev/f7eda76dae83
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 922983 - fix locale inconsistent for zh-TW
2013-10-15 05:55:23 -07:00
Gaia Pushbot
7433e7cb6b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65263e2002e3
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #12285 from luke-chang/913397_keyboard_1.5x_graphics

Bug 913397 - [Keyboard] Make keyboard app support 1.5x graphics, r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/53f460a7135e
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 913397 - [Keyboard] Make keyboard app support 1.5x graphics
2013-10-15 04:10:23 -07:00
Gaia Pushbot
fd480b200d Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/005338cf9284
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #12572 from EragonJ/bug-920445

Bug 920445 - [Flatfish][homescreen] fix search_page enabled customizatio...

========

https://hg.mozilla.org/integration/gaia-central/rev/7063c925fcc7
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 920445 - [Flatfish][homescreen] fix search_page enabled customization

- remove unused dom elements
- update test
- update tablet customization settings

========

https://hg.mozilla.org/integration/gaia-central/rev/69d3a2c5995e
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12830 from vingtetun/lazyload.no.in.apps.startup

Bug 920561 - Ensure LazyLoader.load does not slow down app rendering. r=...

========

https://hg.mozilla.org/integration/gaia-central/rev/218e69c04d0d
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 920561 - Ensure LazyLoader.load does not slow down app rendering. r=etienne,kaze
2013-10-15 03:35:23 -07:00
Gaia Pushbot
d637d36fa1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3abae67c732d
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12840 from gasolin/issue-923088

Bug 923088 - [Settings] Change network mode names to make them user frie..., r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/37247f184b16
Author: gasolin <gasolin@gmail.com>
Desc: Bug 923088 - [Settings] Change network mode names to make them user friendly and consistent with previous OS versions
2013-10-15 02:25:27 -07:00
Gaia Pushbot
caa43ce4eb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4adf821268c5
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12833 from vingtetun/warm.launch.repainted

Bug 926535 - Wait for the app to be fully repainted before starting the ...

========

https://hg.mozilla.org/integration/gaia-central/rev/1cb5091d400b
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 926535 - Wait for the app to be fully repainted before starting the warm launch transition. r=alive
2013-10-15 00:40:24 -07:00
Gaia Pushbot
df9883b5a2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d4d296aa98e
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12805 from EverythingMe/924764-collection-design-changes

[924764] Redesign collection header and animations [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/0d6bfa22ea33
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [924764] Redesign collection header and animations [r=crdlc]
2013-10-15 00:15:23 -07:00
Gaia Pushbot
7181d0bed4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2283157fe557
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12733 from robhudson/919894-unify-wording-in-settings

Bug 919894 - Unify some wording in settings -> Screen lock r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/d6e6c13ba407
Author: Rob Hudson <chudson@mozilla.com>
Desc: Bug 919894 - Unify some wording in settings -> Screen lock
2013-10-14 23:30:23 -07:00
Vivien Nicolas
84881097e7 Bug 928367 - Preload ErrorPage.js in dom/ipc/preload.js. r=fabrice 2013-10-19 12:30:32 +02:00
Shih-Chiang Chien
4e835b37f5 Bug 919149 - Maintain child process lifecycle for recording status. r=jesup, r=khuey, r=vingtetun 2013-09-30 20:09:55 +08:00
Gaia Pushbot
8aa0fdb0e6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d1930d6b33c
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12926 from wanderview/ftu-navigation-test

Bug 928069: Use shared mock_icc_helper.js in FTU test.  r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/cfe9f9af11db
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928069: Use shared mock_icc_helper.js in FTU test.
2013-10-18 06:55:23 -07:00
Gaia Pushbot
c23c5c221b Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34d65c72a523
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 927062 - Remove the 'add call' button when in CDMA call waiting mode r=etienne
2013-10-18 04:35:24 -07:00
Gaia Pushbot
4a06fa23d8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6cf91c6fcd3c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12016 from gasolin/issue-911668

Bug 911668 - [homescreen] change build-in apps orientation to default, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/76a003c7bb0e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 911668 - [homescreen] change build-in apps orientation to default
2013-10-18 03:45:24 -07:00
Gaia Pushbot
bb34ebce40 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac1a0f1b5429
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12920 from bebef1987/lock_notif

Bug 927808 - Test notification when the screen is locked

========

https://hg.mozilla.org/integration/gaia-central/rev/ed8dcaec64b7
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 927808 - Test notification when the screen is locked
2013-10-18 03:10:23 -07:00
Gaia Pushbot
ec2f141ccf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/37bde70c6d49
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12923 from zacc/bug-927873

bug 927873 - Python browser tests - offset tap in browser app object to ...

========

https://hg.mozilla.org/integration/gaia-central/rev/266364991ada
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 927873 - Python browser tests - offset tap in browser app object to bust the app update notification interrupting the test
2013-10-18 02:50:26 -07:00
Gaia Pushbot
203f550953 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1d62fbbb2599
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #12848 from denehs/bug926823

bug 926823 - do not flip sign of |time.timezone|. r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/c1c5e049ffcd
Author: Shao Hang Kao <skao@mozilla.com>
Desc: bug 926823 - do not flip sign of |time.timezone|
2013-10-17 21:10:23 -07:00
Benjamin Chen
a9ca45668c Bug 831645 - part2, Rtsp media resource and decoder. r=roc, doublec, sworkman, khuey, gps 2013-09-23 17:53:36 +08:00
Benjamin Chen
03c4ac4845 Bug 831645 - Part1, Add Rtsp protocol and streaming protocol interface. r=jduell.mcbugs, sworkman 2013-09-23 18:12:11 +08:00
George Wright
e4943a763f Bug 920160 - Add prefs for SkiaGL cache size r=snorp
--HG--
extra : rebase_source : 410192610d7311dead4132d2fee8fbd3fe062951
2013-10-22 14:15:24 -05:00
Mike Hommey
09764202e0 Bug 927260 - Invoke the right gmake when building gaia. r=gps 2013-10-17 07:56:34 +09:00
Gaia Pushbot
4acabab819 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5dc28b6fc799
Author: Albert <acperez@tid.es>
Desc: Merge pull request #12676 from acperez/bug-923766

Bug 923766 - Single variant applications are not placed in correct position in the homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/8e9525869484
Author: Albert <acperez@tid.es>
Desc: Bug 923766 - Single variant applications are not placed in correct position in the homescreen
2013-10-14 22:20:23 -07:00
Gaia Pushbot
303f3a7c7e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/609bdd846144
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #12797 from fabricedesre/bug924032

Bug 924032 - ~40ms delay from app.launch to mozChromeEvent r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/3d7323c1105f
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 924032 - ~40ms delay from app.launch to mozChromeEvent r=vingtetun
2013-10-14 22:10:23 -07:00
Gaia Pushbot
4a157c07b1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c2ad9ad3192
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12545 from huchengtw-moz/camera/Bug_921921_deleted_picture_can_be_displayed

Bug 921921 - [Buri][Gallery][Camera]Deleted picture can be displayed in ..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/57651974223a
Author: John Hu <johu@mozilla.com>
Desc: Bug 921921 - [Buri][Gallery][Camera]Deleted picture can be displayed in the camera
2013-10-14 19:50:25 -07:00
Gaia Pushbot
9d372aaf47 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e3eadf39c12a
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12742 from dwi2/bug921930

Bug 921930 - Implement asyncSemaphore for sound manager settings R/W, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/dadfda8a9484
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 921930 - [B2G][Helix][Setting][Sound][Bug][shijinde]The vibrate state is error by Setting the volume mute and unmute in sleep menu function
2013-10-14 19:35:23 -07:00
Gaia Pushbot
be5c0bf5c0 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e5fa53d98bb6
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 923739 - [Messages] Words that are separated by a period are treated as Browser links regardless of content r=julienw

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

- Transform strings to clickable links of they match the URL expression and the matched tld portion is a valid
- Valid tlds stored in whitelist array.
- Reject only strings that didn't start with http(s)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-10-14 18:25:23 -07:00
Gaia Pushbot
6e1e8c0c6e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e1b353b0e08
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #11206 from leob2g/Bug_898917_Reduce_Indicator_Timeout_to_display_recording_geo-sensor_icon_after_finish

Bug 898917 - [Statusbar][Camera][Geo] Reduce Indicator Timeout to displa...

========

https://hg.mozilla.org/integration/gaia-central/rev/94ef6760cc27
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 898917 - [Statusbar][Camera][Geo] Reduce Indicator Timeout to display recording/geo-sensor icon after finish
2013-10-14 14:45:29 -07:00
Gaia Pushbot
e6c6ac8b6e Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4574b4be7f14
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12829 from vingtetun/utility_tray_event_fluffing

Bug 902393 - [Utility tray] Once the utility tray is pulled down it is n...

========

https://hg.mozilla.org/integration/gaia-central/rev/589495f1ca66
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902393 - [Utility tray] Once the utility tray is pulled down it is not possible to pull it back up. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/a4e0f440d4be
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12826 from vingtetun/settings.no.peek

Bug 920623 - Remove the css animation 'peek' hack in settings. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/d1320d99c6c9
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 920623 - Remove the css animation 'peek' hack in settings. r=kaze
2013-10-14 14:20:24 -07:00
Gaia Pushbot
3485ac8c90 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a8dcbcad943
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12819 from wanderview/video-test-require

Bug 924233: Add missing requires to video tests.  r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/722093280296
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Add missing requires to video tests.
2013-10-14 10:50:26 -07:00
Gaia Pushbot
79eed60f9c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a541491b1762
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12778 from wanderview/contacts-render-jank

Bug 925348: Spread out contact scroll rendering work. r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/e07c3bcdc45c
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 925348: Spread out contact scroll rendering work.

This commit avoids spikes of DOM modifications during scrolling by tweaking
the tag_visibility_monitor parameters.  The new parameters result in more
frequent updates from the monitor which spreads the resulting work out
over time during scrolling.
2013-10-14 10:16:25 -07:00
Gaia Pushbot
ae28743b36 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1d4c28988d9
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12758 from fcampo/retryCount-905173

Bug 905173 - PIN code screen should not display '3 tries left.' when loading (r=Rik)

========

https://hg.mozilla.org/integration/gaia-central/rev/99c5b3f2c638
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 905173 - PIN code screen should not display '3 tries left.' when loading

-----------
- Changed tag to hidden
- Added tests
2013-10-14 10:05:24 -07:00
Gaia Pushbot
a0edce3c09 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ef060ed5c40
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12766 from eeejay/bug-925164

Bug 925164 - Remove role and label from slider area.

========

https://hg.mozilla.org/integration/gaia-central/rev/3417ff371169
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 925164 - Remove role and label from slider area.
2013-10-14 09:55:26 -07:00
Fabrice Desré
8f940cfcd1 Bug 924032 - ~40ms delay from app.launch to mozChromeEvent r=vingtetun 2013-10-14 08:59:28 -07:00
Gaia Pushbot
9c8ff593bd Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1a4a60b9af6
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 926403 - Bump gaiatest version to 0.17. r=dhunt
2013-10-14 08:45:23 -07:00
Gaia Pushbot
e83d6c2ed3 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a2fca16cb44
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 919931 - After hanging up a phone call, the time on status bar disappears r=alive
2013-10-14 08:30:23 -07:00
Gaia Pushbot
c4acc3ba53 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/80b93b2f479a
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12817 from wanderview/comms-test-require

Bug 924233: Add missing requires to comms unit tests.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/47013ecec1d1
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Add missing requires to comms unit tests.
2013-10-14 08:10:24 -07:00
Gaia Pushbot
9183e51e45 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f65036656dd1
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12818 from wanderview/homescreen-test-require

Bug 924233: Add missing requires to homescreen tests. r=crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/5e2496ec0b67
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Add missing requires to homescreen tests.
2013-10-14 07:56:28 -07:00
Gaia Pushbot
6c384c2787 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31e041c41372
Author: Julien Wajsberg <felash@gmail.com>
Desc: Revert "Merge pull request #12267 from pivanov/bug-908241"

This reverts commit 400d5fec2f099397575ded3ef8544150a9b472c5, reversing
changes made to a894561828a3a00ea54fe69fad26f0cadf6239fa.
2013-10-14 07:35:24 -07:00
Gaia Pushbot
6f6b521d49 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/48274490bc2d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #11997 from caiolima/bug-905208

Bug 905208 - Implemented the banner when a new message of a thread arrive

========

https://hg.mozilla.org/integration/gaia-central/rev/2e8a16ea5f35
Author: Caio Lima <ticaiolima@gmail.com>
Desc: Bug 905208 - Implemented the banner when a new message of a thread arrive r=julien
2013-10-14 07:21:25 -07:00
Gaia Pushbot
b5c6c88af4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/81a345b55e2c
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12804 from alivedise/bugzilla/921194_master/fix-trustedui

Bug 921194 - Fix trustedUI asynchronous app state.  r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/0ea488a8c17c
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 921194 - Fix trustedUI asynchronous app life state
2013-10-14 06:10:23 -07:00
Gaia Pushbot
bb060c06e8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4cdfe9307db3
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #12813 from gabrielesvelto/bug-922574-pressed-button-image

Bug 922574 - Added a pressed state to the switch-calls button r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/3a06cb2437c4
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 922574 - Added a pressed state to the switch-calls button r=etienne
2013-10-14 05:25:24 -07:00
Gaia Pushbot
c9cb6df6cc Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/33a955c63480
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12789 from viorelaioia/bug-924946

Bug 924946 - Change test_ftu_with_tour so it can work on desktopb2g

========

https://hg.mozilla.org/integration/gaia-central/rev/823db7efd3b4
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 924946 - Change test_ftu_with_tour so it can work on desktopb2g

========

https://hg.mozilla.org/integration/gaia-central/rev/3b4223fc6fa9
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 915074 - Adjust the text size to make it entirely visible r=etienne
2013-10-14 04:15:24 -07:00
Gaia Pushbot
e8f2c2b98d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8270d650d4dd
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10006 from pivanov/bug-835842

Bug 835842 - [Calendar UX VD] Use BB for Tabs, the have wrong hit state and odd style r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/9d3242356641
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 835842 - [Calendar UX VD] Use BB for Tabs, the have wrong hit state and odd style
2013-10-14 03:40:24 -07:00
Gaia Pushbot
0b0e32b073 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e606978d2b2e
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12757 from etiennesegonzac/bug-924479-better-utility-tray-physics

Bug 924479 - Better Utility Tray physics r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/cbdc2a21ee61
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 924479 - Better Utility Tray physics
2013-10-14 01:55:24 -07:00
Gaia Pushbot
f2fa823868 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 919861 - Connect a new device until the previous one is disconnected r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/b0f63b4e4285
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 919861 - Connect a new device until the previous one is disconnected
2013-10-14 01:35:23 -07:00
Gaia Pushbot
83bf139342 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88155b68ab14
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #12792 from luke-chang/925685_test_keyboard_app_height

Bug 925685 - Make test keyboard app change its window height correctly. r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/bf4f3dcec39e
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 925685 - Make test keyboard app change its window height correctly, r=timdream
2013-10-14 01:00:23 -07:00
Gaia Pushbot
56ceaba2ec Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90e0d49229d7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12737 from alivedise/bugzilla/922713/permission-dialog-button-text

Bug 922713 - Permission request button text, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/37f020bd45fc
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 922713 - Permission request button text.
2013-10-14 00:45:24 -07:00
Gaia Pushbot
cb8b371a27 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a01f15016dbe
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #12267 from pivanov/bug-908241

Bug 908241 - [SMS] Add attachment highlight state doesn't extend to the top edge

========

https://hg.mozilla.org/integration/gaia-central/rev/ac06dcec05da
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 908241 - [SMS] Add attachment highlight state doesn't extend to the top edge
2013-10-14 00:10:23 -07:00
Gaia Pushbot
3c6699c661 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47d1ef981981
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11627 from crh0716/904984

Bug 904984 - Add APBW to the APN database r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/0e9d035c0901
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 904984 - Add APBW to the APN database
2013-10-13 23:35:23 -07:00
Gaia Pushbot
74bee3dd69 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32c4badad686
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12536 from huchengtw-moz/video/Bug_914972_wrong_progress_bar_when_unplug_headset

[Buri][Video player]The progress bar displays wrong when unplug headset, r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/e5c4318a73f5
Author: John Hu <johu@mozilla.com>
Desc: Bug 914972 - [Buri][Video player]The progress bar displays wrong when unplug headset
2013-10-13 23:00:23 -07:00
Gaia Pushbot
5e14b30397 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/02f6a299304a
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12543 from huchengtw-moz/camera/Bug_921821_picture_size_larger_when_rotating

Bug 921821 - [Buri][Camera]The picture size larger than normally size wh...r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/3a0d5482ffd2
Author: John Hu <johu@mozilla.com>
Desc: Bug 921821 - [Buri][Camera]The picture size larger than normally size when you rotate the phone to landscape mode
2013-10-13 21:30:23 -07:00
Gaia Pushbot
08832e4cf6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7362250f9163
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12690 from cctuan/923918

Bug 923918 - upload icons

========

https://hg.mozilla.org/integration/gaia-central/rev/c3dd89b11da2
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 923918 - upload icons
2013-10-13 20:30:23 -07:00
Gaia Pushbot
6f091aeac7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/582a3fd8e772
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12807 from gasolin/issue-923866

Bug 923866 - HD: fix keyboard FTU in different resolutions, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/2b2dd2d79e8e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 923866 - HD: fix keyboard FTU in different resolutions
2013-10-13 20:05:23 -07:00
Gaia Pushbot
068aa02d93 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/28bd1a978f4d
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12603 from huchengtw-moz/video/Bug_915911_read_title_from_metadata

Bug 915911 - [Video] Saving a video from web will not retain the video n..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/28fd995b8dcc
Author: John Hu <johu@mozilla.com>
Desc: Bug 915911 - [Video] Saving a video from web will not retain the video name, instead says "Videoplayback"
2013-10-13 19:45:23 -07:00
Gaia Pushbot
19ed947acd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e01d09571f55
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12768 from ochameau/touch-events-path

Bug 925289 - Update to new touch-events module require path r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/37d646336ad4
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 925289 - Update to new touch-events module require path r=kgrandon
2013-10-13 19:20:24 -07:00
Phil Ringnalda
90d7185682 Merge m-c to b-i 2013-10-13 10:31:54 -07:00
Gaia Pushbot
b52daf15b3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a8eef10964c
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12782 from alivedise/bugzilla/925609/remove-windowmanager-screenshots

Bug 925609 - Remove WindowManager.screenshots, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/72dd2d979c17
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 925609 - Remove WindowManager screenshots reference
2013-10-13 04:50:23 -07:00
Ryan VanderMeulen
a05e896f96 Merge m-c to fx-team. 2013-10-12 14:28:58 -04:00
David Rajchenbach-Teller
982856f764 Bug 903433 - Add FinalizationWitnessService. r=Waldo, r=glandium, sr=Mossop 2013-10-12 14:17:43 -04:00
Gaia Pushbot
3cc2fdd959 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d10b41974fe0
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #12409 from davidflanagan/bug878057

Bug 878057: allow songs to be picked as ringtones

========

https://hg.mozilla.org/integration/gaia-central/rev/24d64e46a9a2
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 878057: allow songs to be picked as ringtones
2013-10-11 16:30:23 -07:00
Gaia Pushbot
fac7fef1b0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5aca6284801d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12800 from gaye/bump-marionette-apps

Bump marionette-apps to ~0.3.1 r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/c26bdfdef8e9
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bump marionette-apps to ~0.3.1
2013-10-11 15:20:25 -07:00
Gaia Pushbot
7f11bcbe14 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d19c27fb6208
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12777 from lightsofapollo/more-recent-b2g

Bug 919882 - Use latest mozilla-central b2g build on travis

========

https://hg.mozilla.org/integration/gaia-central/rev/676e8d3488cb
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 919882 - Use latest mozilla-central b2g build on travis
2013-10-11 15:10:23 -07:00
Gaia Pushbot
a953c9537c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e2429ca17a0b
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12703 from EdgarChen/bug_922703

Bug 922703 - [Gaia] Refine the error handler for card lock functionality (r=fcampo)

========

https://hg.mozilla.org/integration/gaia-central/rev/9af8acbf51ce
Author: Edgar Chen <echen@mozilla.com>
Desc: Bug 922703 - Refine the error handler for card lock functionality
2013-10-11 12:50:24 -07:00
Kyle Machulis
24a89b7843 Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-11 11:12:13 -07:00
Gaia Pushbot
d34fa68c1c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5727c0abbf21
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12772 from gitmai/bug-914999-missing-mobile-number-on-export

Bug 914999 - Mobile phone is not well-formed on vcard export

========

https://hg.mozilla.org/integration/gaia-central/rev/9dca9fb0099c
Author: mai <mri@tid.es>
Desc: Bug 914999 - Mobile phone is not well-formed on vcard export
2013-10-11 06:05:23 -07:00
Gaia Pushbot
0fb9040cc6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5fe834be8425
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12791 from zacc/bug925677

Bug 925677 - Xfali test_camera_multiple, test_add_photo_to_contact, test...

========

https://hg.mozilla.org/integration/gaia-central/rev/02a038b15423
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 925677 - Xfali test_camera_multiple, test_add_photo_to_contact, test_gallery_edit_photo
2013-10-11 05:05:24 -07:00
Gaia Pushbot
20cf1c4cda Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7af9c4916409
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12760 from zacc/bug924955

Bug 924955 - Enable tests for Hamachi device

========

https://hg.mozilla.org/integration/gaia-central/rev/ee84fdce21b8
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 924955 - Enable tests for Hamachi device
2013-10-11 03:30:23 -07:00
Gaia Pushbot
906b4e1145 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 925602 - [B2G][Contacts] No error message is given when a loss of da...

========

https://hg.mozilla.org/integration/gaia-central/rev/a356cb14000c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 925602 - [B2G][Contacts] No error message is given when a loss of data connection occurs while importing Gmail contacts
2013-10-11 02:55:23 -07:00
Gaia Pushbot
7100cf4cab Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2022c1bd0b46
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12740 from alivedise/bugzilla/915975/proximity-toggle

Bug 915975 - Turn on screen whenever its turned off by proximity, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e2753844a751
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 915975 - Turn on screen whenever its turned off by proximity
2013-10-11 01:45:23 -07:00
Gaia Pushbot
7676e3e900 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4bd5115d9d78
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12731 from alivedise/bugzilla/924553/mozapptype-match

Bug 924553 - Remove redundant string match, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d3b1ee3c6d57
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 924553 - Remove redundant string match on mozapptype

========

https://hg.mozilla.org/integration/gaia-central/rev/beeba3baacd5
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12787 from gtorodelvalle/contacts-bug-924903-custom-tag-reloaded

Bug 924903 - [Contacts] Custom tag for mobile, email an address can be edited but it is not saved

========

https://hg.mozilla.org/integration/gaia-central/rev/ca7be3bf53fe
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 924903 - [Contacts] Custom tag for mobile, email an address can be edited but it is not saved
2013-10-11 01:35:23 -07:00
Gaia Pushbot
b8aae86642 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/28e5e24c95d9
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12749 from etiennesegonzac/bug-910584-dialer-headset-and-speaker

Bug 910584 - Plugging headphones in during a call should turn off the speaker if it's on. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/fbad3d76b9e8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 910584 - Plugging headphones in during a call should turn off the
speaker if it's on.
r=Rik
2013-10-11 01:10:25 -07:00
Gaia Pushbot
bf6e7ff025 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5cb856a484c8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12728 from alivedise/bugzilla/924233_master/bm_test_fail

Bug 924233 - Fix Battery manager unit test r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/fb21c91b76cf
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 924233 - Fix broken unit test in system
2013-10-10 23:50:23 -07:00
Gaia Pushbot
824010de99 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d3955403d0bf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12727 from etiennesegonzac/bug-924233-dialer-part

Bug 924233 - Fixing a test failure when TelephonyHelperTest was run alone. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/7e7124b8f7e5
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 924233 - Fixing a test failure when TelephonyHelperTest was run
alone.
2013-10-10 23:40:24 -07:00
Gaia Pushbot
ab0b5068f1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7c750d66279
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #12680 from timdream/bug923788

Bug 923788 - Calculate position of lock screen icons based with calc() from center, r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/4fb51c9b02ec
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 923788 - Calculate position of lock screen icons based with calc() from center
2013-10-10 20:55:23 -07:00
Gaia Pushbot
4a7ad8c600 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60c6a7c8222d
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10044 from Joshua-S/bug-816455

Bug 816455 - [PDF Viewer] Missing whitespace in description and spelling error in RE...

========

https://hg.mozilla.org/integration/gaia-central/rev/fb3f043736ed
Author: Joshua Smith <joshua-smith@verizon.net>
Desc:  [PDF Viewer] Missing whitespace in description and spelling error in README
2013-10-10 19:10:23 -07:00
Wes Kocher
6f68eade3f Backed out changeset cb1fdb7df155 (bug 915002) again for build bustage 2013-10-10 15:27:12 -07:00
Kyle Machulis
e5391705b0 Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-10 15:02:45 -07:00
Kyle Machulis
11f0ead698 BACKOUT of 64c2b25224fa (Bug 915002) due to burnage 2013-10-10 14:36:37 -07:00
Kyle Machulis
ae540c6deb Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice 2013-10-10 14:04:32 -07:00
Gaia Pushbot
0508f65fb8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34b6a207b754
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11874 from mahsam/830040-music-bluetooth

Bug 830040 - Undiscoverable ui to initiate bluetooth file transfer in mu... r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/d5726acf804d
Author: mahsam <mahsam.29@gmail.com>
Desc: Bug 830040 - Undiscoverable ui to initiate bluetooth file transfer in music app

Bug 830040 - Undiscoverable ui to initiate bluetooth file transfer in music app

Bug 830040 - remove long-press to share songs and some other updates

Bug 830040 - fix the css issue of cover info

830040 - add share icon with 1.5x and 2x res and fix file type for share activity

830040 - update bluetooth icons

830040 - add locked music functionality

830040 - fix spaces at the end of lines
2013-10-10 13:00:25 -07:00
Gaia Pushbot
a780a47f13 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3057e96cda94
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "[924764] Redesign collection header and animations [r=crdlc]"

This reverts commit 99096794d6abd0218539a91c326b5efadd300354.
2013-10-10 10:40:23 -07:00
Gaia Pushbot
72e75dd540 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bc7f52f44932
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12776 from lightsofapollo/revert-

Revert "Merge pull request #12769 from gtorodelvalle/contacts-bug-924903...

========

https://hg.mozilla.org/integration/gaia-central/rev/a904c6b34d1e
Author: James Lal <james@lightsofapollo.com>
Desc: Revert "Merge pull request #12769 from gtorodelvalle/contacts-bug-924903-custom-tag"

This reverts commit a2932738a6c05382e0f17284a3d24542439c9afe, reversing
changes made to 7f240f2da3178b275315790585396629dbe2d756.
2013-10-10 09:40:23 -07:00
Gaia Pushbot
687253b614 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a65311b8639
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12767 from jmcanterafonseca/fix_924400

Bug 924400 - A no name contact imported from the SIM card does not allow...

========

https://hg.mozilla.org/integration/gaia-central/rev/beec993f2ca6
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924400 - A no name contact imported from the SIM card does not allow to find duplicates
2013-10-10 08:10:23 -07:00
Gaia Pushbot
31968a8b9f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ee8dfe570fc
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12769 from gtorodelvalle/contacts-bug-924903-custom-tag

Bug 924903 - [Contacts] Custom tag for mobile, mail an email can be edited but it is not saved

========

https://hg.mozilla.org/integration/gaia-central/rev/8b14874dca2d
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 924903 - [Contacts] Custom tag for mobile, mail an email can be edited but it is not saved
2013-10-10 07:55:23 -07:00
Gaia Pushbot
3dc0c4e2d6 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73defe821bfc
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12771 from gtorodelvalle/contacts-bug-925307-intro-exits-search-mode

Bug 925307 - [Contacts] In search mode, clicking INTRO on the keyboard exits the search mode

========

https://hg.mozilla.org/integration/gaia-central/rev/4b88dbcdac2c
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 925307 - [Contacts] In search mode, clicking INTRO on the keyboard exits the search mode

========

https://hg.mozilla.org/integration/gaia-central/rev/cd73bbbe4eeb
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12759 from fcampo/vcard-x-deprecated-920533

Bug 920533 - [Contacts] Use the mimetype vcard not x-vcard in all the places of the app

========

https://hg.mozilla.org/integration/gaia-central/rev/56eee4ffe759
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 920533 - [Contacts] Use the mimetype vcard not x-vcard in all the places of the app
2013-10-10 06:35:24 -07:00
Gaia Pushbot
203ad73ade Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ae9f1a39c8f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12762 from bobsilverberg/aswait

Bug 924882 - test_setup_active_sync needs extra wait for setup screen, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/fa280b7b7910
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924882 - test_setup_active_sync needs extra wait for setup screen, r=zac
2013-10-10 05:25:23 -07:00
Gaia Pushbot
959d8aa449 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c10b32841967
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12754 from AndreiH/bug924867

Bug 924867 - Update test_ftu_with_tour to handle new step for e.me

========

https://hg.mozilla.org/integration/gaia-central/rev/003d3d58e512
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 924867 - Update test_ftu_with_tour to handle new step for e.me
2013-10-10 05:15:23 -07:00
Carsten "Tomcat" Book
ae94c4f3f2 Merge m-c to b2g-inbound 2013-10-10 13:46:51 +02:00
Carsten "Tomcat" Book
b613238ffa merge fx-team to mozilla-central 2013-10-10 13:39:48 +02:00
Gaia Pushbot
d089ac3fa7 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1c0a538671c1
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12609 from gitmai/bug-920128-FTE-skip-wifi

Bug 920128 - FTE skip wireless screen (r=fcampo)

========

https://hg.mozilla.org/integration/gaia-central/rev/9b85f6d019d9
Author: mai <mri@tid.es>
Desc: Bug 920128 - FTE skip wifi

========

https://hg.mozilla.org/integration/gaia-central/rev/f1b040784c04
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12753 from jmcanterafonseca/simplephone_matcher_2

Bug 924066 - [Contacts] Phone number does not match when importing from ...

========

https://hg.mozilla.org/integration/gaia-central/rev/cb59f97df6de
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924066 - [Contacts] Phone number does not match when importing from SIM the same number with country code
2013-10-10 04:30:24 -07:00
Kyle Machulis
35dee09ad6 Backing out aa94c4753dcc (Bug 915002) due to WinXP breakage 2013-10-09 19:18:23 -07:00
Gaia Pushbot
d67066150d Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed107ffac75d
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 922126 - [Clock] Introduce AMD and associated build process

Using the E-mail application as a guide, formally define Clock's modules
(along with some shared scripts) with the Asynchronous Module Definition
pattern.

r=jrburke
2013-10-09 18:00:24 -07:00
Justin Dolske
743ebf7296 Bug 717490 - Remove support for importing logins from legacy signons.txt format, as well as base64 conversion. r=mattn 2013-10-09 17:48:40 -07:00
Kyle Machulis
2686b1b64b Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
--HG--
extra : rebase_source : 7052d11cbc5508efa7c3ae5cabe978ee62063933
2013-10-09 17:06:29 -07:00
Gaia Pushbot
fd889208b2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 911001 - Don't reset power save mode when battery almost empty. r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/d5d519230d96
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 911001 - Don't reset power save mode when battery almost empty. r=alive
2013-10-09 17:05:23 -07:00
Gaia Pushbot
ffd9673057 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923093 - No message while importing contacts from SIM when there are...

========

https://hg.mozilla.org/integration/gaia-central/rev/b65779c10740
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 923093 - No message while importing contacts from SIM when there are no contacts
2013-10-09 13:20:24 -07:00
Gaia Pushbot
94b7e38122 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d088194ed875
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #12751 from bobsilverberg/b2gstart

Bug 924918 - Extend the time we are waiting for b2g to start, to address problems running tests on devices, r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/bd691d36a21d
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924918 - Extend the time we are waiting for b2g to start, to address problems running tests on devices, r=zac
2013-10-09 13:10:23 -07:00
Gaia Pushbot
621bdf6ba6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/916fa42b75d2
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #12761 from es92/music2-dbloading-improvements

Bug 924988: Improvements to Music2 DB Loading r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/7a6c410fd2a7
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: Bug 924988: Improvements to Music2 DB Loading
2013-10-09 11:15:26 -07:00
Gaia Pushbot
61aac2fcb4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a1827fe8389
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12756 from arcturus/bug-924890

Bug 924890 - [Contacts] Javascript error after landing bug 902873 (merge error)

========

https://hg.mozilla.org/integration/gaia-central/rev/02c02542fc1f
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 924890 - [Contacts] Javascript error after landing bug 902873 (merge error)
2013-10-09 11:05:24 -07:00
Gaia Pushbot
26ad91553d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/786f4b9e16b4
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12745 from EverythingMe/924764-collection-design-changes

[924764] Redesign collection header and animations [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/db0c04ba8a11
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [924764] Redesign collection header and animations [r=crdlc]
2013-10-09 10:15:24 -07:00
Gaia Pushbot
65fee6757a Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f726fb0f0d0
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12750 from AndreiH/bug924880

Bug 924880 - Need an extra wait in test_unlock_to_camera_with_passcode

========

https://hg.mozilla.org/integration/gaia-central/rev/b9adda873c1e
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 924880 - Need an extra wait in test_unlock_to_camera_with_passcode

========

https://hg.mozilla.org/integration/gaia-central/rev/499d41635070
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12226 from darchons/bug916205-create-and-enable-dynamic-ua

Remove UA override list from Gaia

========

https://hg.mozilla.org/integration/gaia-central/rev/c1d6ea5cb194
Author: Jim Chen <nchen@mozilla.com>
Desc: Bug 916205 - Remove UA override list from Gaia; r=fabrice
2013-10-09 10:05:23 -07:00
Gaia Pushbot
3477eab33b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 906096 - Switch InputMethod to WebIDL in IME tests and FF Nightly. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/3cce48619d4d
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 906096 - Switch InputMethod to WebIDL in IME tests and FF Nightly
2013-10-09 07:55:24 -07:00
Gaia Pushbot
4333a028ff Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ccaf06cbd38
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #12254 from gabrielesvelto/bug-911247-wappush-url

Bug 911247 - Extract the link from a message and make it clickable r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/0f0fa7af7c21
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 911247 - Extract the link from a message and make it clickable r=julienw

- Message contents are now parsed and specific fields extracted
- The messages are now stored as parsed objects into a dedicated
  IndexedDB store instead of as raw text into asyncStorage
- Dismissing the application is supported correctly including when the
  view activity is invoked after clicking on a link. As a consequence of
  this attention screens are not used anymore
- Tests have been added to cover most of the functionality
2013-10-09 06:45:23 -07:00
Gaia Pushbot
0351b456bb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0757f1a86ada
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12710 from fcampo/ftu-doneButton-824929

Bug 824929 - [SIM screen] The Done key is always active and can be pressed before the PIN Code is introduced (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/6787b9c39fcc
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 824929 - [SIM screen] The Done key is always active and can be pressed before the PIN Code is introduced
2013-10-09 05:40:24 -07:00
Carsten "Tomcat" Book
edb811731a Merge mozilla-central to b2g-inbound 2013-10-09 14:14:15 +02:00
Gaia Pushbot
0bc65e206f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/475430d6ad52
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12744 from EverythingMe/924794-browser-uninstall

Bug 924794 - [e.me] Uninstalled app is not removed from Collection

========

https://hg.mozilla.org/integration/gaia-central/rev/493f3857c755
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 924794 - [e.me] Uninstalled app is not removed from Collection
2013-10-09 03:55:23 -07:00
Gaia Pushbot
d16918c64f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1944d79e407f
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12732 from jmcanterafonseca/fix_tel_merge

Bug 924064 - [Contacts] Two entries are created for the same number with...

========

https://hg.mozilla.org/integration/gaia-central/rev/2d3bb9e798d7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924064 - [Contacts] Two entries are created for the same number with and without country code when merging with a contact imported from SIM
2013-10-09 03:30:23 -07:00
Gaia Pushbot
553b833747 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7674d7010c0d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12725 from bobsilverberg/volume_error

Bug 924412 - Remove audio channels from cleanup routine that are causing the phone to crash, r=bebe

========

https://hg.mozilla.org/integration/gaia-central/rev/240462b2edd5
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 924412 - Remove audio channels from cleanup routine that are causing the phone to crash, r=bebe
2013-10-09 03:20:23 -07:00
Gaia Pushbot
fd21834d77 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e269c855d66
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #12741 from jaoo/923161

Bug 923161 - Emergency calls not performed with some no-line SIM cards. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/76103e1caec0
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 923161 - Emergency calls not performed with some no-line SIM cards. r=etienne
2013-10-09 02:40:24 -07:00
Carsten "Tomcat" Book
55bf9692c8 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00
Gaia Pushbot
d50be13a27 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/064b829074c2
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12591 from arcturus/contacts-select-perf-1

Bug 902873 - [Contacts] Performance improvements when selecting in contact list

========

https://hg.mozilla.org/integration/gaia-central/rev/e752f78551bc
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 902873 - [Contacts] Performance improvements when selecting in contact list
2013-10-08 17:05:24 -07:00
Gaia Pushbot
ce67122619 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 919611 - Remove unneeded charset attribute r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/bc85706442ef
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 919611 - Remove unneeded charset attribute
2013-10-08 14:45:23 -07:00
Gavin Sharp
7ca7c14c7a Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Gaia Pushbot
0c10e25811 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923871 - [Contacts] Do not load import_sim_contacts.js for list display r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/85b4bd361fab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 923871 - [Contacts] Do not load import_sim_contacts.js for list display
2013-10-08 13:45:24 -07:00
Gaia Pushbot
82bbc86ce7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923876 - Remove pragma no-cache from gaia applications r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/206f65abe48f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 923876 - Remove pragma no-cache from gaia applications
2013-10-08 10:50:23 -07:00
Gaia Pushbot
2b5fe3975a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/101abd716d8f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #12462 from dwi2/bug911010

Bug 911010 - [B2G][Helix][dialer][tongxiao]The emergency call Interface ... r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/a8d55c8de978
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 911010 - [B2G][Helix][dialer][tongxiao]The emergency call Interface is wrong
2013-10-08 09:50:23 -07:00
Gaia Pushbot
a5ccf022ab Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a9faa02c877
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12723 from EverythingMe/924362-populate-once

Bug 924362 - [e.me] Apps removed from Collection re-appear after homescr...

========

https://hg.mozilla.org/integration/gaia-central/rev/042e52cb3b6b
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 924362 - [e.me] Apps removed from Collection re-appear after homescreen restarts
2013-10-08 09:15:27 -07:00
Gaia Pushbot
61fe8fe57e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bde58535dcee
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #12647 from teodosia/remove-unused-homescreen-locators

Bug 923457 - Removed unused locators in lockscreen/test_lockscreen_unlock_to_homescreen.py

========

https://hg.mozilla.org/integration/gaia-central/rev/e582c7ceb0a8
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 923457 - Removed unused locators in lockscreen/test_lockscreen_unlock_to_homescreen.py
2013-10-08 08:40:24 -07:00
Gaia Pushbot
7e9442d165 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2dbc0be4d39a
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12721 from gtorodelvalle/contacts-bug-904515-national-prefix-matchings

Bug 904515 - [Contact] Matching is not working when phone number is save d with prefix - highlighting part

========

https://hg.mozilla.org/integration/gaia-central/rev/452857907187
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 904515 - [Contact] Matching is not working when phone number is saved with prefix - highlighting part.
2013-10-08 07:15:25 -07:00
Gaia Pushbot
afc089d829 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a0bbe792b3c3
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12722 from EverythingMe/924095-collection-edit-animation

[924095] Separate app names from icon - allow animating icon only [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/f42d36f2a773
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [924095] Separate app names from icon - allow animating icon only [r=crdlc]
2013-10-08 06:05:23 -07:00
Gaia Pushbot
de66d31257 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47260e362bbd
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12673 from wanderview/contacts-dynamic-group

Bug 921683: defer contact group DOM creation. r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/3c1f3b0f4d2c
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 921683: defer contact group DOM creation
2013-10-08 05:55:23 -07:00
Gaia Pushbot
7d8324988f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dd406c8b41aa
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12696 from EverythingMe/916262-evme-tutorial

[Bug 916262] Add e.me step to FTE [r=fcampo]

========

https://hg.mozilla.org/integration/gaia-central/rev/77f18f4e38f2
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 916262] Add e.me step to FTE [r=fcampo]
2013-10-08 03:35:24 -07:00
Gaia Pushbot
5f241f962a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 924120 - Create a new test to check the new feature about copying ap...

========

https://hg.mozilla.org/integration/gaia-central/rev/32920978706d
Author: crdlc <crdlc@tid.es>
Desc: Bug 924120 - Create a new test to check the new feature about copying apps into collections
2013-10-08 02:25:23 -07:00
Gaia Pushbot
eef22207b0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923718 - [B2G][Facebook] No message indicating there is no matching ...

========

https://hg.mozilla.org/integration/gaia-central/rev/60e789d28f37
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 923718 - [B2G][Facebook] No message indicating there is no matching results when linking contacts
2013-10-08 02:00:24 -07:00
Gaia Pushbot
a8e3e95280 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a5040bdcee2c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 924214 - [Messages] Some test files can't be run in standalone mode r=rwaldron
2013-10-08 01:15:24 -07:00
Gaia Pushbot
bf4ba8f264 Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2083af4e16b7
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12711 from EverythingMe/924106-evme-context-menu

[Bug 924106] Fix context menu opening on evme pages [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/194e91e999d8
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 924106] Fix context menu opening on evme pages [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/9be0ae255027
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12708 from EverythingMe/923721-staticapps-perf

Bug 923721 - [B2G][Everything.me] Low performance when a large collectio...

========

https://hg.mozilla.org/integration/gaia-central/rev/f66000b1caae
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 923721 - [B2G][Everything.me] Low performance when a large collection app list re-organizes after removing an app [r=ranbena,evyatron,crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/87bb9dd2ea0e
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12705 from EverythingMe/bugfix-923408

Bug 923408 - [e.me][bug] Collection title style is wrong [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/666ef29a8969
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 923408 - [e.me][bug] Collection title style is wrong [r=crdlc]
2013-10-08 01:05:23 -07:00
Phil Ringnalda
4c154bbcd7 Merge m-c to b-i 2013-10-07 18:50:57 -07:00
Phil Ringnalda
423b43dc8b Merge b-i to m-c 2013-10-07 18:48:17 -07:00
Gaia Pushbot
482e47c7ec Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d24e9cd5d1f
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #12715 from es92/music2update3

Music2: UI + Feature Update r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/e87e15f5e8f5
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: Music2: UI + Feature Update
2013-10-07 16:55:24 -07:00
Gaia Pushbot
450e43dacf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1b6e18072e79
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12686 from KevinGrandon/bug_923873_contacts_defer_overlay

Bug 923873 - [Contacts] Do not load overlay.js for list display

========

https://hg.mozilla.org/integration/gaia-central/rev/64a0b968dcbd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 923873 - [Contacts] Do not load overlay.js for list display
2013-10-07 14:35:23 -07:00
Reuben Morais
86a9d6e3c3 Backed out 2 changesets (bug 899574) for breaking Gaia tests
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Gaia Pushbot
91deee4375 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fedba450c384
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 910168 - When long pressing u key in Spanish keyboard, the first suggested letter is ü, it should be ú - r=rlu

- Switch the order of ü and ú in the alternates
2013-10-07 09:40:24 -07:00
Gaia Pushbot
47e2dcffb1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923393 - Cannot drag apps or bookmarks with an icon by default

========

https://hg.mozilla.org/integration/gaia-central/rev/844f3f1a8ff0
Author: crdlc <crdlc@tid.es>
Desc: Bug 923393 - Cannot drag apps or bookmarks with an icon by default
2013-10-07 08:45:24 -07:00
Gaia Pushbot
ee1e1ffd71 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e390a0994ad0
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12706 from EverythingMe/marketplace-launch

[Bug 924080] Open marketplace links in browser [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/7119c82b8409
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 924080] Open marketplace links in browser [r=ranbena]
2013-10-07 07:45:23 -07:00
Gaia Pushbot
f98512b9b8 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e0fbf1b40358
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12702 from AndreiH/bug_923662

Bug 923662 - Fix locator _outgoing_call_locator for test_call_log_all_ca...

========

https://hg.mozilla.org/integration/gaia-central/rev/f6447085c388
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 923662 - Fix locator _outgoing_call_locator for test_call_log_all_calls.py

========

https://hg.mozilla.org/integration/gaia-central/rev/1d11f8a9875f
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12709 from EverythingMe/924090-dnd-trigger

Bug 924090 - [e.me] Everything.me load sequence is not triggered when dr...

========

https://hg.mozilla.org/integration/gaia-central/rev/e1e48e0cc73e
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 924090 - [e.me] Everything.me load sequence is not triggered when dropping an app on a collection [r=crdlc]
2013-10-07 07:35:23 -07:00
Gaia Pushbot
41fbb9160e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d2b6a40c0cad
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12701 from EverythingMe/924053-collection-edit-remove

[Bug 924053] Disable app click when in edit mode [r=amirn]

========

https://hg.mozilla.org/integration/gaia-central/rev/d39f164f4a7a
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 924053] Disable app click when in edit mode [r=amirn]
2013-10-07 04:15:25 -07:00
Gaia Pushbot
38c086aeed Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923697 - [B2G][Everything.me] There is not a character count limit on collection names

========

https://hg.mozilla.org/integration/gaia-central/rev/3e80f9cc44f2
Author: crdlc <crdlc@tid.es>
Desc: Bug 923697 - [B2G][Everything.me] There is not a character count limit on collection names
2013-10-07 03:30:24 -07:00
Gaia Pushbot
950c1c9ce7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1f950280814e
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12682 from EverythingMe/bugfix-missing-collection-icons

[Bug 923803] Fix collection icons with missing app icons [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/ac675e62de1d
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923803] Fix collection icons with missing app icons [r=crdlc]
2013-10-07 03:05:23 -07:00
Gaia Pushbot
3b4a369e52 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923709 - [B2G][Everything.me] When removing a collection it shows th...

========

https://hg.mozilla.org/integration/gaia-central/rev/9b9e9f4c7591
Author: crdlc <crdlc@tid.es>
Desc: Bug 923709 - [B2G][Everything.me] When removing a collection it shows the original collection name even though it has been renamed
2013-10-07 02:40:23 -07:00
Gaia Pushbot
7bd18c060d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fdd6940d8a4
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #12699 from timdream/timezone-bug813987

Bug 916068 - make sure tzselector still works w/o voice network, r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/b2006527d61d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 916068 - make sure tzselector still works w/o voice network
2013-10-07 02:30:23 -07:00
Gaia Pushbot
622145bde4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/42c1e2c8c649
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12694 from EverythingMe/bugfix-923685

Bug 923685 [e.me] Add collection to the page the user clicked on [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/eb0885c15be6
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 923685 [e.me] Add collection to the page the user clicked on [r=crdlc]
2013-10-07 01:20:23 -07:00
Gaia Pushbot
95c6baa8af Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bae156eafe93
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12688 from EverythingMe/923899-clear-button

[Bug 923899] Fix clear button clickable area [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/4498a6e5916e
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923899] Fix clear button clickable area [r=ranbena]
2013-10-07 01:10:23 -07:00
Gaia Pushbot
2c25c6d8b5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9e6d89ed0455
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12691 from EverythingMe/bugfix-922341

Bug 922341 - e.me search bar causes homescreen to continuously paint [r=crdlc, amirn]

========

https://hg.mozilla.org/integration/gaia-central/rev/0d09ebc7bf01
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 922341 - e.me search bar causes homescreen to continuously paint [r=crdlc, amirn]
2013-10-07 00:55:24 -07:00
Gaia Pushbot
543e938306 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/edd247149d8c
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12675 from EverythingMe/bugfix-923701

Bug 923701 - [B2G][Homescreen] Collection icons appear offset when they are in the Dock [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/990d42025f26
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 923701 - [B2G][Homescreen] Collection icons appear offset when they are in the Dock [r=crdlc]
2013-10-07 00:45:23 -07:00
Gaia Pushbot
cc6bb62153 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f5e2e42ee4d
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12692 from EverythingMe/923700-cloudapps-disappear

Bug 923700 - [B2G][Everything.me] Apps added to the top of a collection ...

========

https://hg.mozilla.org/integration/gaia-central/rev/c86ad885553f
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 923700 - [B2G][Everything.me] Apps added to the top of a collection disappear after restarting the device [r=ranbena]
2013-10-07 00:30:23 -07:00
Phil Ringnalda
cea1616fed Merge b-i to m-c 2013-10-06 18:31:14 -07:00
Gaia Pushbot
fd82359788 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd60055ea541
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12608 from gasolin/issue-923022

Bug 923022 - [Flatfish] correct the tablet app list, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/125e6f038049
Author: gasolin <gasolin@gmail.com>
Desc: Bug 923022 - [Flatfish] correct the tablet app list
2013-10-06 12:40:25 -07:00
Gaia Pushbot
d3adc8e8d1 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/448613ff1825
Author: Maciej Małecki <me@mmalecki.com>
Desc: Bug 923791 - [Messages] Fix SMS failure mocking on desktop r=rwaldron

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

Reflect current `SmsRequest` API using `event.target.error`.

Rename `window.SMSDebugFail` to `window.MessagesDebugError` to reflect
how it's a string representing the error name.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-10-06 10:45:23 -07:00
Gaia Pushbot
e79dc835eb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18107faf6f15
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12679 from cctuan/922964

Bug 922964 - put the preload iframe farer

========

https://hg.mozilla.org/integration/gaia-central/rev/6f2342761cf5
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 922964 - put the preload iframe farer
2013-10-06 05:41:25 -07:00
Phil Ringnalda
3cacbb4454 Merge m-c to m-i 2013-10-05 17:42:10 -07:00
Andrea Marchesini
c826a0cf79 Bug 923417 - Enabling DataStore for b2g and Desktop (non-release build), r=khuey 2013-10-05 19:35:19 -04:00
Ryan VanderMeulen
3a6f25421e Backed out changeset f4e60efc867f (bug 923417) for B2G mochitest-2 failures. 2013-10-05 16:23:00 -04:00
Gaia Pushbot
d9d9ed2356 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf3456748755
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #12677 from timdream/hidpi-wrapper

Bug 923773 - Wrapper open.png need background-size, r=alive, a=me

========

https://hg.mozilla.org/integration/gaia-central/rev/06bc127b0383
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 923773 - Wrapper open.png need background-size
2013-10-05 04:20:29 -07:00
Gaia Pushbot
a536d5c989 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d3e5b4601fc
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12503 from alivedise/bugzilla/920890_master_v2/getscreenshot-delay

Bug 920890 - getScreenshot delays setVisible, r=vivien

========

https://hg.mozilla.org/integration/gaia-central/rev/8b089a8e738a
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 920890 - getScreenshot delays setVisible
2013-10-05 00:50:23 -07:00
Gaia Pushbot
d8fe1e94aa Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3d86acf2f2d8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12626 from etiennesegonzac/bug-920422-add-call-workflow

Bug 920422 - Showing the contacts tab when we place a new call from the call screen. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/018e6094ab33
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 920422 - Showing the contacts tab when we place a new call from the
call screen.
r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/f424392e7f53
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12585 from etiennesegonzac/bug-915573-custom-tel-type

Bug 915573 - Do not translate custom phone types in the call screen additional infos. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/362bf7cae7f3
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 915573 - Do not translate custom phone types in the call screen
additional infos. r=rik
2013-10-04 19:55:23 -07:00
Gaia Pushbot
3c2bb31166 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51dc7b387943
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #12525 from paulrouget/turn-screen-on-on-debug-prompt

Bug 914557 - Turn on the screen (brightness, not unlock) when the connect prompt appears. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/48d9752c2c24
Author: Paul Rouget <me@paulrouget.com>
Desc: Bug 914557 - Turn on the screen when the connect prompt appears. r=alive
2013-10-04 18:35:23 -07:00
Gaia Pushbot
5110b368ad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04f6f53c3d63
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12671 from wanderview/system-camera-test

Bug 923702: Do not run camera tests within system app. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/5dbf1f4c3a1a
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 923702: Do not run camera tests within system app.
2013-10-04 14:30:23 -07:00
Michael Henretty
3678897716 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Gaia Pushbot
a4c7d50e0a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f6d7be129a7d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12730 from gtorodelvalle/contacts-bug-924385-no-duplicates-overlay

Bug 924385 - [Contacts] The closing of the "No duplicates" overlay leave s the Contacts app unusable (no events dispathed).

========

https://hg.mozilla.org/integration/gaia-central/rev/edddd40ef213
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 924385 - [Contacts] The closing of the "No duplicates" overlay leaves the Contacts app unusable (no events dispathed).
2013-10-09 00:10:23 -07:00
Shih-Chiang Chien
180f8075f6 Bug 918054 - Deny the GetUserMedia while in call. r=jesup, r=fabrice 2013-10-04 12:41:57 -04:00
Gaia Pushbot
c50daa3d01 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4b41d902f2d1
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #12627 from asutherland/email-autoconfig-non-fatal

Bug 921529 - [email] Make ActiveSync autodiscover "not-authorized" failure non-fatal so that we still perform an ISPDB lookup. r=squib

========

https://hg.mozilla.org/integration/gaia-central/rev/1a17702a588f
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 921529 - [email] Make ActiveSync autodiscover "not-authorized" failure non-fatal so that we still perform an ISPDB lookup. r=squib

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/252
2013-10-04 08:05:24 -07:00
Gaia Pushbot
c6f3716467 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8207b61b2c93
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 903690 - Remove about page from browser. r=gwagner
2013-10-04 07:55:23 -07:00
Gaia Pushbot
cb1a7e90ae Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1068528084c0
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #12620 from gitmai/bug-import-window-contact

Bug 923143 - alphabetical scrollbar overflow

========

https://hg.mozilla.org/integration/gaia-central/rev/e5071e9e35a9
Author: mai <mri@tid.es>
Desc: Bug 923143 - alphabetical scrollbar overflow
2013-10-04 06:45:26 -07:00
Gaia Pushbot
ed6bc7bd1a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923622 - Avoid flickering showing the context menu dialog and implement a smooth transition

========

https://hg.mozilla.org/integration/gaia-central/rev/e0e9c3fd8c8c
Author: crdlc <crdlc@tid.es>
Desc: Bug 923622 - Avoid flickering showing the context menu dialog and implement a smooth transition
2013-10-04 05:15:26 -07:00
Carsten "Tomcat" Book
72ed022075 Backed out changeset a81c996e06c1 (bug 899574) Build Bustage on Closed Tree 2013-10-04 14:10:18 +02:00
Gaia Pushbot
823446dfac Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1fff1ba9259b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12649 from etiennesegonzac/bug-920940-call-direction

Bug 920940 - Fixing a regression where the "direction" of the call wasn't displayed. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/27dda8bc5d20
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 920940 - Fixing a regression where the "direction" of the call
wasn't displayed.
r=rik
2013-10-04 05:00:24 -07:00
Gaia Pushbot
067fe0d77c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1cd60364dfec
Author: AndreiH <andrei.hutusoru@gmail.com>
Desc: Merge pull request #12642 from viorelaioia/bug_923402

removed the wait_for_favorite_list_not_displayed method

========

https://hg.mozilla.org/integration/gaia-central/rev/3b8c18ab9de5
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 923402 - In test_fmradio_remove_from_favorite.py the remove method should wait for the favourite to be removed
2013-10-04 04:25:23 -07:00
Gaia Pushbot
c1afb7e3b4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug Bug 923624 - Avoid overlapping between context menu dialog and wallpaper's menu

========

https://hg.mozilla.org/integration/gaia-central/rev/8e4bc00219e3
Author: crdlc <crdlc@tid.es>
Desc: Bug 923624 - Avoid overlapping between context menu dialog and wallpaper menu
2013-10-04 04:15:26 -07:00
Michael Henretty
a4a0ae3910 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent 2013-10-02 18:27:53 -07:00
Gaia Pushbot
f416725a64 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 918582 - [B2G] [Buri] [Contacts] User sees no response when tapping ...

========

https://hg.mozilla.org/integration/gaia-central/rev/c728dc8bfd9f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 918582 - [B2G] [Buri] [Contacts] User sees no response when tapping contact phone number with no SIM in the device
2013-10-04 01:40:23 -07:00
Gaia Pushbot
739108d67e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6848f14fe19d
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #12578 from ferjm/bug920851.mozbrowser.trustedui

Bug 920851 - Listen to mozbrowser events on iframes embedded within the ...

========

https://hg.mozilla.org/integration/gaia-central/rev/b50b0331c80e
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 920851 - Listen to mozbrowser events on iframes embedded within the trusted UI instead of on the trusted UI iframe itself. r=vingtetun
2013-10-04 01:30:23 -07:00
Gaia Pushbot
ff4fa615d3 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60fb11eecd6d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 918582 - [B2G] [Buri] [Contacts] User sees no response when tapping contact phone number with no SIM in the device"

This reverts commit 790ced33e463060862170c93e29d826619828a2d.
2013-10-04 00:20:23 -07:00
Gaia Pushbot
e2537bab0c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 918582 - [B2G] [Buri] [Contacts] User sees no response when tapping ...

========

https://hg.mozilla.org/integration/gaia-central/rev/af8cef7562cf
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 918582 - [B2G] [Buri] [Contacts] User sees no response when tapping contact phone number with no SIM in the device
2013-10-04 00:10:23 -07:00
Gaia Pushbot
e6857ed7a1 Bumping gaia.json for 8 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb48d3493c4d
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12655 from EverythingMe/921844-app-uninstall

Bug 921844 - [e.me] Uninstalling an app does not remove it from Collecti...

========

https://hg.mozilla.org/integration/gaia-central/rev/3d66450f2763
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 921844 - [e.me] Uninstalling an app does not remove it from Collections it appears in [r=crdlc,ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/d7d230fce6a9
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12648 from EverythingMe/923454-app-names-cutoff

[Bug 923454] Fix app names being cut off [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/38cf0d9566de
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923454] Fix app names being cut off [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/16b040406f5e
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12657 from EverythingMe/923483-cloudapp-add-remove-add

Bug 923483 - [B2G][Everything.me] An app removed from the top of a colle...

========

https://hg.mozilla.org/integration/gaia-central/rev/fa226b4644e3
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 923483 - [B2G][Everything.me] An app removed from the top of a collection cannot be added again until re-entering the collection [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/e2679811be43
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12653 from EverythingMe/collection-suggest-loading

[Bug 923478] Show collection suggest loading before e.me is loaded [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/78ea7281b5fa
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923478] Show collection suggest loading before e.me is loaded [r=crdlc]
2013-10-03 22:45:24 -07:00
Gaia Pushbot
616fb687ec Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cd60a8a09cd0
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12613 from cctuan/922462-fix

Bug 922462 - [Flatfish] Define various size of icons in manifest instead of use buildscript

========

https://hg.mozilla.org/integration/gaia-central/rev/42270cf59679
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 922462 - Define various size of icons in manifest instead of use buildscript

========

https://hg.mozilla.org/integration/gaia-central/rev/c32b03d0eb0b
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12652 from EverythingMe/analytics-changes

Bug 910333 - [e.me][feature] Update stats reports [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/2b274aebcc7f
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 910333 - [e.me][feature] Update stats reports [r=crdlc]
2013-10-03 22:35:23 -07:00
Gaia Pushbot
c5fc7ed5e3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/991987e7a968
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #12658 from Rik/polish-statusbar-921056

Bug 921056 - Visual polish for status bar r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/31b1540e739e
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 921056 - Visual polish for status bar

- CallScreen.isStatusBarMode to be DRY-er
- HandledCall.formatPhoneNumber will format according to isStatusBarMode
- Don't display lockscreen elements and group call details in status bar
- Use new icons
- Adjust spacing
- Held mode should be dark gray
2013-10-03 17:50:23 -07:00
Gaia Pushbot
bb7bb26537 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/06ea7706d721
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #12656 from arcturus/bug-914191"

This reverts commit 12d41a0c09531ac8b527b71edaa4daada7b08e9d, reversing
changes made to 79cc970a9aca9c1f0888c70b60687b87a8871c32.

Conflicts:
	apps/communications/contacts/test/unit/mock_wakelock.js
2013-10-03 15:45:23 -07:00
Gaia Pushbot
295748f3b7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/744ef5fa84a3
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12453 from nullaus/bug917582-operator-variant-console

bug 917582 - OperatorVariantHelper error when IccHelper.enabled == false...

========

https://hg.mozilla.org/integration/gaia-central/rev/c5cf75d8cf0e
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 917582

-OperatorVariantHelper error when IccHelper.enabled == false should be more descriptive since it is an expected error when running in b2g desktop or fxos simulator.
-Do not throw when IccHelper is undefined, it only indicates that the feature was omitted in the build

r=dflanagan
2013-10-03 15:20:23 -07:00
Gaia Pushbot
2d5c8ee21a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4e435fd97c9c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12639 from jmcanterafonseca/fix_gmail_import_name

Bug 898304 - [Contact] Import from gmail shows null when the contact doe...

========

https://hg.mozilla.org/integration/gaia-central/rev/5fc1a5c64982
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 898304 - [Contact] Import from gmail shows null when the contact does not have name
2013-10-03 13:45:24 -07:00
Gaia Pushbot
2bafb82179 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dbdd39110d1c
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12645 from EverythingMe/923445-grid-icons-alignment

[Bug 923445] Align grid icons on first page [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/fdb7c0b8fbc4
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923445] Align grid icons on first page [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/25dc49bfa2fa
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12651 from wanderview/contacts-notify-empty

Bug 923467: notifyAboveTheFold() when no contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/4b01ee152bb7
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 923467: notifyAboveTheFold() when no contacts
2013-10-03 11:40:23 -07:00
Gaia Pushbot
e56e0a1fab Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

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

Bug 914191 - [Contacts] Import contacts from SD card make phone not enter sleep.

========

https://hg.mozilla.org/integration/gaia-central/rev/a78cd31786db
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 914191 - [Contacts] Import contacts from SD card make phone not enter sleep.

========

https://hg.mozilla.org/integration/gaia-central/rev/d30466480e07
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 903405] [E.me][L10n] After changing language,
the description in e.me should change [r=crdlc]
2013-10-03 11:15:24 -07:00
Gaia Pushbot
72fedfd6c8 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/91ceb4e44110
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 914454 - Ensure SMS messages in only uppercase Greek letters are sent with 7bit encoding on the carrier partner network r=rwaldron

Set x-inputmode=-moz-sms-7bit for SMS only
2013-10-03 10:05:23 -07:00
Gaia Pushbot
163bcdd984 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9fd8ef3b7fa0
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12640 from EverythingMe/923420-translate-more-apps

[Bug 923420] Add 'More Apps' to l10n [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/24f079bc0cff
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923420] Add 'More Apps' to l10n [r=crdlc]
2013-10-03 09:55:23 -07:00
Gaia Pushbot
4dde76486c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/991402cd93d6
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #12634 from EverythingMe/911544-offline-ready

Bug 911544 - [e.me][feature] Support offline-ready [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/7e280031920d
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 911544 - [e.me][feature] Support offline-ready [r=crdlc]
2013-10-03 09:40:23 -07:00
Gaia Pushbot
33b5bae506 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5bf7aaa3214
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 921115 - [Clock] Lap string is not localized

r=jugglinmike
2013-10-03 09:30:22 -07:00
Gaia Pushbot
52bcf5cf86 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/993bb249c5df
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #12547 from crdlc/bug-lazy-dom-elements

Bug 922020 - Lazy load DOM nodes via HTML Import polyfill

========

https://hg.mozilla.org/integration/gaia-central/rev/f00a92586b0e
Author: crdlc <crdlc@tid.es>
Desc: Bug 922020 - Lazy load Contacts DOM nodes via HTML Import polyfill
2013-10-03 09:05:23 -07:00
Gaia Pushbot
f4e0853515 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 923401 - The collection title should be showed when it is opened always without exception

========

https://hg.mozilla.org/integration/gaia-central/rev/f260d91cf246
Author: crdlc <crdlc@tid.es>
Desc: Bug 923401 - The collection title should be showed when it is opened always without exception
2013-10-03 08:05:35 -07:00
Phil Ringnalda
33616a85dc Merge m-c to b-i 2013-10-03 08:00:21 -07:00
Gaia Pushbot
05e42fdb35 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9f93ecf3154
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 923456 - The "newcap" rule must be explicitely set to "false" to disable it r=rik
2013-10-03 07:55:23 -07:00
Phil Ringnalda
047763d717 Backed out changeset bd2a54f589c3 (bug 915002) for mochitest-8 bustage 2013-10-03 07:41:07 -07:00
Gaia Pushbot
23195838dc Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 912515 - Update Homescreen and App Grid for Unification and Legibility

========

https://hg.mozilla.org/integration/gaia-central/rev/426c794bf0f3
Author: crdlc <crdlc@tid.es>
Desc: Bug 912515 - Update Homescreen and App Grid for Unification and Legibility

========

https://hg.mozilla.org/integration/gaia-central/rev/e684dda89893
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12638 from EverythingMe/923399-translate-download

[Bug 923399] Translate "Download" label for market apps [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/5029d347917d
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923399] Translate "Download" label for market apps [r=crdlc]
2013-10-03 07:10:23 -07:00
Gaia Pushbot
644d5d4501 Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/92078a873c0d
Author: bmac <bmac325@GMail.com>
Desc: Bug 917339 - [Clock] Timer Sound should use same input type as Alarm Sound

r=jugglinmike

========

https://hg.mozilla.org/integration/gaia-central/rev/45f6ae2e7503
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12546 from EverythingMe/910354-add-collections

Bug 910354 - [e.me][feature] Add Collections

========

https://hg.mozilla.org/integration/gaia-central/rev/6d67875c6185
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 910354 - [e.me][feature] Add Collections [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/58bc6ee1b213
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12619 from EverythingMe/923097-save-to-homescreen

[Bug 923097] Fix add to homescreen [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/52acdbd09e59
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 923097] Fix add to homescreen [r=crdlc]
2013-10-03 06:21:23 -07:00