Граф коммитов

4146 Коммитов

Автор SHA1 Сообщение Дата
Gaia Pushbot 368bc9510d Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09fa7e452deb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Revert "Merge pull request #13663 from gtorodelvalle/contacts-bug-937040-removing-and-saving-mozContacts"

This reverts commit c434a0ab2cf2884b495cea385d982f760fd39e81, reversing
changes made to 603f7e0d23f2b693f17fce61ffcdc641a3a6aba6.

========

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

 Bug 935307 - Tailor contact tests for animations r=gtorodelvalle

========

https://hg.mozilla.org/integration/gaia-central/rev/8b463e937ecd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 935307 - Tailor contact tests for animations

========

https://hg.mozilla.org/integration/gaia-central/rev/cc9bb0801629
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 935307 - [B2G][Contacts] A user is able to retrieve a contact information from Settings screen
2013-11-14 09:25:24 -08:00
Gaia Pushbot c3c2b5f03d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aa767822ba3c
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13704 from AndreiH/bug938550

Bug 938550 - Add MPL 2.0 license text to homescreen/regions/confirm_inst...

========

https://hg.mozilla.org/integration/gaia-central/rev/b522390496d6
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 938550 - Add MPL 2.0 license text to homescreen/regions/confirm_install.py
2013-11-14 08:45:24 -08:00
Gaia Pushbot 40f4742c51 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a51e060e805e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13663 from gtorodelvalle/contacts-bug-937040-removing-and-saving-mozContacts

Bug 937040 - Revise contacts app to adapt to WebIDL changes in a uniform way (r=jmcanterafonseca)

========

https://hg.mozilla.org/integration/gaia-central/rev/ac152fd998b9
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 937040 - Revise contacts app to adapt to WebIDL changes in a uniform way

========

https://hg.mozilla.org/integration/gaia-central/rev/9c938127718e
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13692 from qba73/emailkeyboard

Bug 938577 - Adding email keyboard test.

========

https://hg.mozilla.org/integration/gaia-central/rev/0f1308512f94
Author: Jakub Jarosz <jakub.s.jarosz@gmail.com>
Desc: Adding email keyboard test.
2013-11-14 08:25:24 -08:00
Gaia Pushbot 59e008349c Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1607c58d20be
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 935710 - [Settings][Tests] Write unit tests for mvvm - r=arthurcc

- Adds unit tests for mvvm/ code
- Corrects some implementation errors in mvvm
- Fixes jshint for mvvm code

Closes gh-13442
2013-11-14 08:10:25 -08:00
Gaia Pushbot 671dff03ce Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ec23e652d0f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12556 from elefant/system-message-test

Bug 768228 - Add System message test

========

https://hg.mozilla.org/integration/gaia-central/rev/b320cf861b66
Author: hchang <hchang@mozilla.com>
Desc: Bug 768228 - Add System message test
2013-11-14 08:00:25 -08:00
Gaia Pushbot 6d7d6c336b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cd6b27f32cd5
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13657 from bebef1987/time_zone

Bug 937660 - Move timezone settings from the setUp into testvars.json

========

https://hg.mozilla.org/integration/gaia-central/rev/824ef1a7c4bb
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 937660 - Move timezone settings from the setUp into testvars.json

========

https://hg.mozilla.org/integration/gaia-central/rev/8f32c857de57
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13520 from eduardostalinho/browser_https_auth_login

Bug 932240 - Test browser https auth login

========

https://hg.mozilla.org/integration/gaia-central/rev/172edfe880b9
Author: Eduardo Stalinho <eduardooc.86@gmail.com>
Desc: Bug 932240 - Test browser https auth login
adds new test for https basic auth login

what the test does now:
1 - loads browser
2 - goes to http://mozqa.com/data/mozqa.com/http_auth/
3 - fills the browser login form
4 - fails on trying to see if the user is logged in (it probably is not the
right way)

waits for success page to be loaded to verify success

adds test to manifest.ini

refactoring for authentication_dialog region

- moves login items such as username and password input to authentication
dialog region
- uses send_keys on inputs, instead of keyboard.send
- uses authenticate method from region
- tests if correct message is displayed on correct place using xpath

oops! parameters passed were not being used

Trying to find a pattern to write the test.

- Uses By instead of root_element to find elements on page.
- Uses more efficient and human-readable names for methods inside the
region.
- Writes the funcional test on an inline way instead of using methods.

app region has to know its root element which is its own dialog

no need to look for auth dialog on test, use it on athenticate
2013-11-14 07:25:25 -08:00
Gaia Pushbot 8ecbd66219 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d8cff16ff54c
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13697 from zacc/bug_938548

Bug 938548 - Python add test for swiping through apps with edge gestures...

========

https://hg.mozilla.org/integration/gaia-central/rev/74e382e9ebe0
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 938548 - Python add test for swiping through apps with edge gestures.
2013-11-14 06:05:24 -08:00
Gaia Pushbot d10ebe4526 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1714372dc1cb
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #13631 from borjasalguero/common_library_download

Bug 937116 - [Download Manager] Create a utility library for common DOM ...

========

https://hg.mozilla.org/integration/gaia-central/rev/7120b1206117
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 937116 - [Download Manager] Create a utility library for common DOM Download operations r=kaze,crdlc

========

https://hg.mozilla.org/integration/gaia-central/rev/6c7cfe729264
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #13551 from lodr/bug-934921-null-sms

Bug 934921 - Making getSegmentInfoForTest() asynchronous
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/5f9b69fdb8f1
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 934921 - Making getSegmentInfoForTest() asynchronous.
2013-11-14 05:40:25 -08:00
Gaia Pushbot 15b1dcfc29 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57f880925125
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "Bug 937970 - [Settings] Move 'Sample Format' section below language selector. r=arthurcc" for Breaking Gaia Unit Tests

This reverts commit 50a19f9900fc2a63dd532fb21c82d320a9695f66.
2013-11-14 05:15:25 -08:00
Gaia Pushbot 36d8ee36fa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/586bbefdaeef
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Merge pull request #13668 from bobsilverberg/tbpl_up

Bug 934446 - Test Messages contact input validation

========

https://hg.mozilla.org/integration/gaia-central/rev/37c8cec676a6
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 934446 - Test Messages contact input validation
2013-11-14 04:30:24 -08:00
Gaia Pushbot 4cca0eeedd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73c156ba149b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13658 from RudyLu/keyboard/Bug931201-dutch_keyboard_layout

Bug 931201 - Add Dutch keyboard layout, fix some locale-layout mapping, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e4a1bbd925e7
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 931201 - Add Dutch keyboard layout.
 - Also clean up some entries in shared/resources/keyboard_layouts.json
2013-11-14 03:40:25 -08:00
Gaia Pushbot c573dc85a2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 938043 - [Download Manager] Refine the shared component DownloadUI

========

https://hg.mozilla.org/integration/gaia-central/rev/0184baca2ac9
Author: crdlc <crdlc@tid.es>
Desc: Bug 938043 - [Download Manager] Refine the shared component DownloadUI
2013-11-14 02:40:24 -08:00
Gaia Pushbot 8dabf0ec87 Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

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

Bug 937507 - [Settings] Update WiFi > WPS value selector style. r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/6580d2f67c44
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937507 - [Settings] Update WiFi > WPS value selector style. r=arthurcc

========

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

Bug 937970 - [Settings] Move 'Sample Format' section below language... r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/60c4f76ef566
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937970 - [Settings] Move 'Sample Format' section below language selector. r=arthurcc

========

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

Bug 937489 - [Settings] Fix list buttons. r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/3654fed55576
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937489 - [Settings] Fix list buttons. r=arthurcc
2013-11-14 01:20:25 -08:00
Gaia Pushbot 881c408de6 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88fb961879f4
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #13466 from mcjimenez/bug933752

Bug 933752 - Creates a new objectstore without doing a proper db migration

========

https://hg.mozilla.org/integration/gaia-central/rev/2125028ed75b
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 933752 - Creates a new objectstore without doing a proper db migration

========

https://hg.mozilla.org/integration/gaia-central/rev/2e0c8f575d60
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13613 from crh0716/930223

Bug 930223 - Use os version instead of build ID r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/6641c6e38b0a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 930223 - Use os version instead of build ID
2013-11-14 00:55:24 -08:00
Gaia Pushbot 87420e8454 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/687919bdd494
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #13681 from luke-chang/933252_fix_keyboard_jskanji

Bug 933252 - jp-kanji keyboard doesn't work, r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/62e9b4f1e78d
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 933252 - jp-kanji keyboard doesn't work
2013-11-13 22:35:24 -08:00
Gaia Pushbot 8311a8c0f0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug  914892 - Condense pack-switch/pack-checkbox/pack-radio markup. r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/e961c9d9c749
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 914892 - [Settings] Move checkbox labels inside of labels.

Make pack checkbox/radio/switch use span:after so we could use the span for something useful.
2013-11-13 17:30:24 -08:00
Gaia Pushbot 52f1e3ffba Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/87d3e658503b
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13679 from wilsonpage/Bug937941

Bug 937941 - [Camera] Add missing flash icon and update to high-res icon...

========

https://hg.mozilla.org/integration/gaia-central/rev/bd0a9c624464
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 937941 - [Camera] Add missing flash icon and update to high-res icons in HUD
2013-11-13 17:20:26 -08:00
Gaia Pushbot b036d933f8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ecdddb707591
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13674 from wilsonpage/Bug938191

Bug 938191 - [B2G][Camera][Thumbnail] Bottom of thumbnail preview contai...

========

https://hg.mozilla.org/integration/gaia-central/rev/1829ccc59f21
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 938191 - [B2G][Camera][Thumbnail] Bottom of thumbnail preview contains incorrect UI
2013-11-13 16:30:24 -08:00
Gaia Pushbot 795600b2e8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Revert "Bug 935307 - [B2G][Contacts] A user is able to retrieve a contact information from Settings screen"

========

https://hg.mozilla.org/integration/gaia-central/rev/b2a735ae7abd
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 935307 - [B2G][Contacts] A user is able to retrieve a contact information from Settings screen"

This reverts commit 256dcfe2cbe03640888fb0ca8fd09d3deece4863.
2013-11-13 14:55:25 -08:00
Gaia Pushbot 0bb52615e7 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b185da4b8580
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #8726 from leob2g/Bug_852361_Device_is_shut_down_when_battery_level_become_two_percents

Bug 852361 - [System] Device is shut down when battery level become two percents(cherry picked from commit a7f1e921c67d5d3d4e0afaa06aca79320784e806)
2013-11-13 13:45:24 -08:00
Gaia Pushbot fd5706221c Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39cf4deb11ae
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13569 from gtorodelvalle/contacts-bug-935307-user-details-via-settings

Bug 935307 - [B2G][Contacts] A user is able to retrieve a contact information from Settings screen

========

https://hg.mozilla.org/integration/gaia-central/rev/7b92d2475afe
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 935307 - [B2G][Contacts] A user is able to retrieve a contact information from Settings screen

========

https://hg.mozilla.org/integration/gaia-central/rev/0695adaab325
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13650 from rnowm/938028

Bug 938028 - Avoid CSS Gecko warnings and declaration drops due to unsupported font sizes

========

https://hg.mozilla.org/integration/gaia-central/rev/14437edbed94
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 938028 - Avoid CSS Gecko warnings and declaration drops due to unsupported font sizes
2013-11-13 10:15:29 -08:00
Gaia Pushbot 0db901b898 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

 Bug 936185 - [Settings] Move shims into desktop helper r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/a58ae48cdee0
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 936185 - [Settings] Move shims into desktop helper.

========

https://hg.mozilla.org/integration/gaia-central/rev/11d1968331aa
Author: Olav Nymoen <olav@comoyo.com>
Desc: Merge pull request #11271 from comoyo/hide_homescreen_section

Bug 899995 - [Settings] Hide homescreen section if there is only one homescreen. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/aaaab1cb3bc8
Author: Olav Nymoen <olav@comoyo.com>
Desc: Bug 899995 - [Settings] Hide homescreen section if there is only one
homescreen. r=vingtetun
2013-11-13 09:40:24 -08:00
Gaia Pushbot 5f8f6d5256 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/59cd7c4ee453
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #13552 from lodr/bug-912510-non-zero-values

Bug 912510 - Removing non zero placeholders

========

https://hg.mozilla.org/integration/gaia-central/rev/31c942c4e450
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 912510 - Removing non zero placeholders
2013-11-13 08:30:24 -08:00
Gaia Pushbot a73936f18f Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c916d22a128
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 938126 - Python xfail test_gallery_edit_photo failiing gralloc/oom error

========

https://hg.mozilla.org/integration/gaia-central/rev/be8740392676
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Merge pull request #13633 from bobsilverberg/emeaddc

Bug 926367 - Add a test to add a new e.me collection

========

https://hg.mozilla.org/integration/gaia-central/rev/117dac230c33
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 926367 - Add a test to add a new e.me collection
2013-11-13 06:20:24 -08:00
Gaia Pushbot d2441218b5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/188cfaf15a1d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13477 from AndreiH/bug934446

Bug 934446 - Test Messages contact input validation

========

https://hg.mozilla.org/integration/gaia-central/rev/3c8dd899322e
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 934446 - Test Messages contact input validation
2013-11-13 06:10:24 -08:00
Gaia Pushbot 04ea7fc9e9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8547b0e2b40e
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13582 from gasolin/issue-936997

Bug 936997 - [Flatfish][Window Mgmt] Make modal dialogs flexible, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/31f6dbd87a65
Author: gasolin <gasolin@gmail.com>
Desc: Bug 936997 - [Flatfish][Window Mgmt] Make attention dialogs flexible
2013-11-13 04:55:25 -08:00
Gaia Pushbot 126556653f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25d3c6602a08
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13649 from viorelaioia/bug_935915_rev

Bug 935915 - Change test_everything_me_search for a more generic search term

========

https://hg.mozilla.org/integration/gaia-central/rev/d44717763d18
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 935915 - Change test_everything_me_search for a more generic search term
2013-11-13 04:45:24 -08:00
Gaia Pushbot 41fbed1320 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ae74ec56a8c
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 937103 - Removed the condition placed by bug 818287. r=dhunt
2013-11-13 04:35:25 -08:00
Gaia Pushbot c4c61c6208 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/932babfcd7e4
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13586 from zacc/bug_935052_3

Bug 935052 - Remove launch method from Camera app object

========

https://hg.mozilla.org/integration/gaia-central/rev/f1afc37edc44
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 935052 - Remove launch method from Camera app object
2013-11-13 04:20:24 -08:00
Gaia Pushbot 3dc93ee21a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b36cdf57bebb
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 938083 - xfail test_settings_airplane_mode, Wifi not re-enabled after disabling airplane mode
2013-11-13 04:10:28 -08:00
Gaia Pushbot d4213498fa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/17c58b0d99f1
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13580 from bebef1987/fix_wifi

Bug 937105 - test_airplane_mode.py is failing

========

https://hg.mozilla.org/integration/gaia-central/rev/e5e28c204e31
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 937105 - test_airplane_mode.py is failing
2013-11-13 03:25:24 -08:00
Gaia Pushbot eceb83e7fa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/887628bfdd55
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #13617 from EverythingMe/935845-ime-composition

Bug 935845 - E.me search box does not start search with IME composed strings [r=crdlc,evyatron]

========

https://hg.mozilla.org/integration/gaia-central/rev/04c0aa7484f6
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 935845 - E.me search box does not start search with IME composed strings [r=crdlc,evyatron]
2013-11-13 03:00:25 -08:00
Gaia Pushbot 1f22e024e3 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a11b98f9802
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13627 from viorelaioia/bug_937610

Bug 937610 - Write browser/keyboard integration test for TBP

========

https://hg.mozilla.org/integration/gaia-central/rev/73e9590118d5
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 937610 - Write browser/keyboard integration test for TBP

========

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

Bug 925851 - Re-enable test_capture_multiple_shots

========

https://hg.mozilla.org/integration/gaia-central/rev/7f7364862930
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 925851 - Re-enable test_capture_multiple_shots
2013-11-13 02:50:24 -08:00
Gaia Pushbot 0735a30605 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1d86195720e9
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #13628 from gtorodelvalle/contacts-bug-936283-search-bar-plus-Gmail-or-Outlook

Bug 936283 - [B2G][Contacts] Search bar stops functioning when searching contacts in Gmail or Outlook more than once

========

https://hg.mozilla.org/integration/gaia-central/rev/a3ec9a7fa26c
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 936283 - [B2G][Contacts] Search bar stops functioning when searching contacts in Gmail or Outlook more than once
2013-11-13 01:50:24 -08:00
Gaia Pushbot 0dc0d3466f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7877554f8f6c
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13651 from soumyakanti/Bug_937004

Bug 937004 - Part II, remove Remove l10-id keyboardLayouts.
r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/e42f752918fa
Author: Soumya Kanti Chakraborty <soumyakanti.chakraborty@gmail.com>
Desc: Remove l10-id keyboardLayouts
2013-11-13 01:25:25 -08:00
Gaia Pushbot 07f0562d24 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb082ef647ce
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13479 from alivedise/bugzilla/934908/display-homescreen-correctly

Bug 934908 - Activity chaining for homescreen, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/360dad6b537f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 934908 - Manage activity chaining for homescreen correctly
2013-11-13 01:01:25 -08:00
Gaia Pushbot 7d77e64826 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f7c05f01ac8a
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13619 from EverythingMe/937615-collection-no-icon

Bug 937615 - [e.me] Collection is not created when API fails to provide ...

========

https://hg.mozilla.org/integration/gaia-central/rev/7375a76d80c9
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 937615 - [e.me] Collection is not created when API fails to provide icons
2013-11-13 00:15:25 -08:00
Gaia Pushbot 6f95cae4ce Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/48891c349bfb
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #13629 from dominickuo/bug-936385

Bug 936385 - [music2] Re-layout the whole UI, r=@dominickuo

========

https://hg.mozilla.org/integration/gaia-central/rev/327c22906035
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: Bug 936385: Re-layout Music2 UI
2013-11-12 23:30:25 -08:00
Gaia Pushbot 16e55e7a2c Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e28707d1276
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 933235 - Add "Fira Mono Light" font

r=jugglinmike
2013-11-12 23:05:29 -08:00
Gaia Pushbot 88fba44b48 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a95146f84b3d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #13542 from pivanov/bug-933206"

This reverts commit 5066947b583d0a6700b521c21c23f8f00b5c05ab, reversing
changes made to a32e81bf56a0326dfcadcacf176f48a682a0dce4.
2013-11-12 22:50:25 -08:00
Gaia Pushbot 01bfa109ad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/224cc4ac8e7d
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13641 from lightsofapollo/jamesisbad

Bug 937935 - fix bin/gaia-marionette +shepherd

========

https://hg.mozilla.org/integration/gaia-central/rev/90523ed8a5ae
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 937935 - fix bin/gaia-marionette
2013-11-12 22:15:25 -08:00
Gaia Pushbot cbc94fa03a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ae0b8ec678bb
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13642 from soumyakanti/Bug_937004

Bug 937004 - Remove Keyboard Layouts section from Developer > Keyboard Layouts r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/9f15225a2ae0
Author: Soumya Kanti Chakraborty <soumyakanti.chakraborty@gmail.com>
Desc: Bug 937004 - Remove Keyboard Layouts section from Developer > Keyboard Layouts
2013-11-12 21:55:25 -08:00
Gaia Pushbot aaa41e1026 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e33bb6c69e1
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13643 from lightsofapollo/vbump-marionette-js-runner

NO BUG - vbump 0.3.3 r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/960aec9d5ff7
Author: James Lal <james@lightsofapollo.com>
Desc: NO BUG - vbump 0.3.3 r=me
2013-11-12 21:30:24 -08:00
Gaia Pushbot 62969fdd07 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d36342917fe
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #13638 from yzen/937816

Bug 937816 - Making a software home button accessible.

========

https://hg.mozilla.org/integration/gaia-central/rev/b9162c418dd8
Author: Yura Zenevich <yura.zenevich@gmail.com>
Desc: Bug 937816 - Making a software home button accessible.
2013-11-12 20:05:24 -08:00
Gaia Pushbot 4aa383181e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 919927 - [Permission] use permissions instead of permission/option/options with Bug 935557 backward compatibility, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/377eb945267d
Author: gasolin <gasolin@gmail.com>
Desc: Bug 919927 - [Permission] use permissions instead of permission/option/options with Bug 935557 backward compatibility
2013-11-12 19:45:25 -08:00
Gaia Pushbot 0815ae81aa Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

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

Bug 937023 - [v1.2] Remove transparent to blue transition of lock screen handle and animation after unlock, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2842965b15de
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 937023 - Cancel the animation after unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/433fe078e66e
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 937023 - [v1.2] Remove transparent to blue transition of lock screen handle to workaround bug 919899 and performance issues
2013-11-12 19:30:24 -08:00
Gaia Pushbot f3b571bda9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f962c103562a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13570 from timdream/keyboard-settings-back

Bug 914093 - Back button for Gaia Keyboard settings page, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/bdd8d7dea332
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 914093 - Back button for Gaia Keyboard settings page
2013-11-12 18:35:26 -08:00
Gaia Pushbot 1c7751d942 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c4394feb826
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #13579 from cctuan/907951

Bug 907951 - [System] replace forward images of wrapper

========

https://hg.mozilla.org/integration/gaia-central/rev/1b921db798f8
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 907951 - [System] replace forward images of wrapper
2013-11-12 18:10:24 -08:00
Gaia Pushbot 5d9ca25d4b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8a7c26763a6
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13484 from wanderview/contacts-binary-search

Bug 936170: Use binary search to insert new contacts. +shepherd  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/70a097a7d65c
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936170: Use binary search to insert new contacts. +shepherd
2013-11-12 17:20:25 -08:00
Gaia Pushbot 549b83645c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/427aac520587
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13637 from wilsonpage/hud

Bug 933898 - [Camera] 1.3 Visual refresh of Heads Up Display

========

https://hg.mozilla.org/integration/gaia-central/rev/3a8eb4028da2
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 933898 - [Camera] 1.3 Visual refresh of Heads Up Display (flash and front/rear toggle buttons)
2013-11-12 16:00:25 -08:00
Gaia Pushbot e6b0850d3b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fcc41ee190a8
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Merge pull request #13635 from mikeaich/bug925192_2

Bug 925192 - enable continuous auto-focus mode, r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/cd0a9f7ac4b5
Author: Mike Habicher <mikeh@mozilla.com>
Desc: Bug 925192 - enable continuous auto-focus mode
2013-11-12 14:50:25 -08:00
Gaia Pushbot 725c2e7653 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937042 - Create a prefix tree to enable Facebook phone number autoco...

========

https://hg.mozilla.org/integration/gaia-central/rev/18438c47469e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 937042 - Create a prefix tree to enable Facebook phone number autocompletion in dialer and SMS apps
2013-11-12 14:15:25 -08:00
Gaia Pushbot 79ed8976f3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937291:  Limit overflow of each group list.  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/f5b424f68347
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 937291:  Limit overflow of each group list.
2013-11-12 14:01:28 -08:00
Fabrice Desré 05ec709d36 Bug 936342 - Make downloads end up in the default storage area on b2g r=dhylands,paolo 2013-11-12 13:17:24 -08:00
Gaia Pushbot 74ff1235b7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea43288e7fa3
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #13634 from mikehenrty/bug-936485-marionette-bump

bumping marionette client, increase waitFor timeout, r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/9bd54d12ba10
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: bumping marionette client, increase waitFor timeout
2013-11-12 13:15:25 -08:00
Gaia Pushbot 360173b3ad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b2c161079091
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13540 from asutherland/makefile-fix

Bug 931550 - Clock and Mail app only have rocket icon on homescreen, can't launch/broken. r=:yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/ad1506647118
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 931550 - Clock and Mail app only have rocket icon on homescreen, can't launch/broken
2013-11-12 12:50:25 -08:00
Gaia Pushbot a70dc5f375 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e6907e3fdcce
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #13516 from fcampo/sim-import-FTE-933381

Bug 933381 - [FTE] No message when importing from empty SIM (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/f325903f1057
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 933381 - [B2G][FTE] No message is presented when attempting to import contacts from an empty SIM card
2013-11-12 12:40:30 -08:00
Ryan VanderMeulen f75431fa06 Merge m-c to b2g-inbound. 2013-11-12 15:36:21 -05:00
Ryan VanderMeulen 09c421865f Merge inbound to m-c. 2013-11-12 15:22:52 -05:00
Gaia Pushbot 942db1ccc3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5704b1c254bb
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915158 - Add the device host package to the dependencies.

Need so that we can run the test from a device / emulator.

========

https://hg.mozilla.org/integration/gaia-central/rev/86136244353c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #13486 from KevinGrandon/settings_desktop_shims"

This reverts commit 91ecaba0e827a3c42c2553b8f308b726707fbdf9, reversing
changes made to 87b955d576b7422befadb85208f9a612153c4d08.
2013-11-12 12:15:25 -08:00
Ryan VanderMeulen 9526cb69f0 Backed out changeset 276e2868ea2a (bug 876741) for B2G reftest failures. 2013-11-12 15:06:47 -05:00
Gaia Pushbot 6dbf8c049b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a952f9abd4d
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13596 from wilsonpage/css

Bug 937385 - [Camera] CSS Refactoring

========

https://hg.mozilla.org/integration/gaia-central/rev/6d74df5473d5
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 937385 - [Camera] CSS Refactoring
2013-11-12 12:05:26 -08:00
Gaia Pushbot 4a667e03f1 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9cefe8854f27
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 934449 - [Messaging] Tapping on '+' to add a contact to a message shows the contact list with the keyboard

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

- ThreadUI.requestContact sets Recipients.View.isObscured to true before creating MozActivity
- Set Recipients.View.isObscured to false when activity.onsuccess or activity.onerror are invoked.

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-11-12 11:40:25 -08:00
Gaia Pushbot 0b83408d85 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/64e6ed57b1b9
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12983 from fcampo/ftu_navigation-tests-fix

Fix and update navigation tests (r=jmcf)

========

https://hg.mozilla.org/integration/gaia-central/rev/2ca4fea6b08e
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Fix and update navigation tests
2013-11-12 11:30:24 -08:00
Gaia Pushbot 29acfa9898 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 921637 - Remove activities extension r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/e2f71542b2da
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 921637 - Remove activities code except ActivitiesGlue.js

========

https://hg.mozilla.org/integration/gaia-central/rev/8b59f4738a2d
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13625 from bitgeeky/bug930992

Bug 930992 - Create a System app region for app install confirmation r=z...

========

https://hg.mozilla.org/integration/gaia-central/rev/83bf78658248
Author: bitgeeky <mozpankaj1994@gmail.com>
Desc: Bug 930992 - Create a System app region for app install confirmation r=zcampbell@mozilla.com
2013-11-12 10:55:25 -08:00
Gaia Pushbot e7be6e76bb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21112233c0d8
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13589 from zacc/935052_5

Bug 935052 - Remove remainder of spurious launch() methods in the middle...

========

https://hg.mozilla.org/integration/gaia-central/rev/495f31c375c0
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 935052 - Remove remainder of spurious launch() methods in the middle of tests
2013-11-12 10:20:26 -08:00
Gaia Pushbot 8b7cd4342b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 936185 - [Settings] Move shims into desktop helper r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/5a3f6ecdc86a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 936185 - [Settings] Move shims into desktop helper.
2013-11-12 09:45:26 -08:00
Gaia Pushbot 170a7b6e0f Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23f80d7380ba
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 920752 - Make origin more flexible to fix browser case"

This reverts commit 29ffb50a702bfc61906ee9599a7b41b2b6505d25.
2013-11-12 09:30:24 -08:00
Gaia Pushbot 069f2e888c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 920752 - Make origin more flexible to fix browser case r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/dca14bdfde94
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 920752 - Make origin more flexible to fix browser case
2013-11-12 09:20:27 -08:00
Vivien Nicolas 3165aaba3f Bug 876741 - Scrollbars are not draw on b2g with mozilla-central. r=ochameau 2013-11-12 11:44:54 -05:00
Ed Morley a092f14c69 Merge mozilla-central and inbound 2013-11-12 15:12:22 +00:00
Ed Morley c15f5d7e0d Merge latest green b2g-inbound changeset and mozilla-central 2013-11-12 15:10:27 +00:00
Gaia Pushbot 8916fd372d Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 935832 - Add some integration testing on SIM customization r=lightsofapollo,aus,arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/a67cd1b25359
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 935832 - Add some integration testing on SIM customization

========

https://hg.mozilla.org/integration/gaia-central/rev/b579ac38ed8c
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #13585 from gtorodelvalle/contacts-bug-924240-contact-deletion-from-ui

Bug 924240 - [B2G][Email][Contacts] Deleted contact is not erased from UI

========

https://hg.mozilla.org/integration/gaia-central/rev/913dd2e788a6
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 924240 - [B2G][Email][Contacts] Deleted contact is not erased from UI
2013-11-12 03:10:24 -08:00
Gaia Pushbot 569441a3b2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/293d90fe0678
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13584 from gasolin/issue-937122

Bug 937122 - [UITest] add video permission for API/getUserMedia video te..., r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/4acd214ead6b
Author: gasolin <gasolin@gmail.com>
Desc: Bug 937122 - [UITest] add video permission for API/getUserMedia video test
2013-11-12 02:35:24 -08:00
Gaia Pushbot 9706fb2544 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 930546 - [Media] Replace Gradient Background with Solid Colour r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/3fd0de1b7204
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 930546 - [Media] Replace Gradient Background with Solid Colour
2013-11-12 02:00:25 -08:00
Gaia Pushbot 942b0940d4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7af4d4e39516
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13528 from EverythingMe/930538-l10n-followups

Bug 930538 - [e.me][feature] Add Collections - l10n follow-ups [r=ranben...

========

https://hg.mozilla.org/integration/gaia-central/rev/8914d1dccdd4
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 930538 - [e.me][feature] Add Collections - l10n follow-ups [r=ranbena]
2013-11-12 01:25:24 -08:00
Gaia Pushbot b206cc7c2b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3729e5ab196a
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13606 from AndreiH/bug937522

Bug 937522 - Xfali test_export_contacts_to_sdcard

========

https://hg.mozilla.org/integration/gaia-central/rev/65bd52cdd896
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 937522 - Xfali test_export_contacts_to_sdcard
2013-11-12 01:05:25 -08:00
Gaia Pushbot 0ab1c997b5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/27ec5ebd50d4
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13513 from viorelaioia/bug_935915

Bug 935915 - Change test_everything_me_search for a more generic search term

========

https://hg.mozilla.org/integration/gaia-central/rev/fe56b7fe7c6c
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 935915 - Change test_everything_me_search for a more generic search termda
2013-11-12 00:50:25 -08:00
Gaia Pushbot db680a2b24 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/29680b72e627
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12169 from hotzenklotz/915661_marionette_gallery

Bug 915661 - [Gallery] Add Marionette tests

========

https://hg.mozilla.org/integration/gaia-central/rev/eb5797c5fe06
Author: Tom Herold <therold@mozilla.com>
Desc: Bug 915661 - [Gallery] Add Marionette tests
2013-11-12 00:40:25 -08:00
Gaia Pushbot dade0b68b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937289 - [Settings] Remove keyboard_helper from startup path r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/8b7387e7f936
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 937289 - [Settings] Remove keyboard_helper from startup path
2013-11-11 23:05:24 -08:00
Gaia Pushbot 9f7501995b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f6e4dcd16e1
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13526 from hfiguiere/bug915158-2

Bug 915158 - Allow setting a marionette runner host at runtime.

========

https://hg.mozilla.org/integration/gaia-central/rev/46ac64535f24
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915158 - Allow setting a marionette runner host at runtime.
2013-11-11 22:05:25 -08:00
Gaia Pushbot e48af4a3c6 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce37b1397805
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Revert "Merge pull request #13401 from crdlc/bug-935087"

This reverts commit 2c61fbabc936f1477e3b5649e400af8d52ea8bcc, reversing
changes made to 2a0abada8aa45a1f1c09381a148fe448930f55f6.
2013-11-11 19:55:25 -08:00
Gaia Pushbot 2603c0aff6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07d05d6ae274
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13542 from pivanov/bug-933206

Bug 933206 - [Status Bar] Update Battery Icons, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/a5643a6755af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 933206 - [Status Bar] Update Battery Icons
2013-11-11 19:30:25 -08:00
Gaia Pushbot e32209f173 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ed6e6bf16fcf
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13049 from igordsm/bug-796702

Bug 796702 - Makes the current day from Day or Week views selected in the Month view. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/80f52e8c6cd9
Author: Igor Montagner <igordsm@gmail.com>
Desc: Solves bug 796702. Makes the current day from Day or Week views selected in the Month view.

Added unit test.
2013-11-11 12:50:25 -08:00
Gaia Pushbot 1332cf27f2 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8aa52bb04742
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #13537 from eeejay/bug-920839

Bug 920839 - Make Value selectors accessible. r=timdream

Re-merged after fixing unit tests.

========

https://hg.mozilla.org/integration/gaia-central/rev/6a7c649f88cc
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - Added spinbutton ARIA markup to value picker.

========

https://hg.mozilla.org/integration/gaia-central/rev/94f157d99683
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - ARIA fixes to value selector.
2013-11-11 11:40:24 -08:00
Gaia Pushbot 206db621c5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3dd9a13e0604
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13587 from zacc/bug_935052_4

Bug 935052 - Python Remove launch() methods from homescreen tests

========

https://hg.mozilla.org/integration/gaia-central/rev/92c3b5b39da1
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 935052 - Python Remove launch() methods from homescreen tests
2013-11-11 09:55:24 -08:00
Gaia Pushbot 791a885f34 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a1ca162887bf
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13576 from teodosia/contact-photo-edit

Bug 937068 - Unxfail and enhance wait in test_contact_add_photo

========

https://hg.mozilla.org/integration/gaia-central/rev/1b1086a9ecb2
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 937068 - Unxfail and enhance wait in test_contact_add_photo
2013-11-11 08:35:27 -08:00
Gaia Pushbot 0c4ee6b48b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

[Bug 935081][Download Manager] New shared component DownloadLauncher

========

https://hg.mozilla.org/integration/gaia-central/rev/8650c5e32be3
Author: crdlc <crdlc@tid.es>
Desc: [Download Manager] New shared component DownloadLauncher
2013-11-11 07:10:26 -08:00
Gaia Pushbot fbec92d2e5 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/794addcf08c6
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13424 from yxl/remove-keyboard-extension

Bug 932151 - Get rid of keyboard@gaiamobile.org extension. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/65dc6b36b9aa
Author: Yuan Xulei(袁徐磊) <xyuan@mozilla.com>
Desc: Bug 932151 - Get rid of keyboard@gaiamobile.org extension. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/383372f13dec
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13493 from masap/20131108

Bug 936267 - [System][Internet Sharing] Fix error on no SIM device

========

https://hg.mozilla.org/integration/gaia-central/rev/e88ed1cc5d8b
Author: masap <masashi.honma@gmail.com>
Desc: Bug 936267 - [System][Internet Sharing] Fix error on no SIM device
2013-11-11 06:25:27 -08:00
David Major 4a637bff20 Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium
--HG--
rename : toolkit/xre/nsWindowsDllBlocklist.cpp => mozglue/build/WindowsDllBlocklist.cpp
2013-11-12 08:31:32 -05:00
Wes Kocher a159c977b2 Merge m-c to inbound 2013-11-11 16:18:14 -08:00
Mike Hommey 09b5ae9027 Bug 935857 - Replace MOZ_RTSP with proper NECKO_PROTOCOL handling. r=gps,r=vchang 2013-11-12 07:52:33 +09:00
Gaia Pushbot 9b273ea38e Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb98f1a5ade8
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 935915 - Change test_everything_me_search for a more generic search termda"

This reverts commit d070214e06a03053a842dc28498929bd4ffbb2cf.
2013-11-12 08:30:24 -08:00
Gaia Pushbot 613ab0a7fb Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a5386592d2f
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 937118 - Bump marionette_client dependency because of bug 937097. r=dhunt
2013-11-12 08:20:25 -08:00
Gaia Pushbot 93b9ed274d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937361 - [B2G][Contacts] Facebook contacts imported do not appear in...

========

https://hg.mozilla.org/integration/gaia-central/rev/8354fe4d3aea
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 937361 - [B2G][Contacts] Facebook contacts imported do not appear in Contacts
2013-11-12 07:45:25 -08:00
Ed Morley 98da2c262b Merge mozilla-central and b2g-inbound 2013-11-12 15:11:34 +00:00
Gaia Pushbot 2e2e7bbe60 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5208f7d41f2f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13531 from fcampo/retry-import-Contacts-935301

Bug 935301 - [Contacts] Clicking retry on error while importing from SD doesn't retry

========

https://hg.mozilla.org/integration/gaia-central/rev/4f4b4afb3d50
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 935301 - [Contacts] Clicking retry on error while importing from SD doesn't retry
2013-11-12 07:00:25 -08:00
Gaia Pushbot 0cada1449a Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6164cd3fe618
Author: Sergey Tupchiy <tupchii.sergii@gmail.com>
Desc: Bug 934402 - Write an atom to send SMS using 'MozSMS' API. r=zcampbell, r=fstrugariu, r=dhunt

========

https://hg.mozilla.org/integration/gaia-central/rev/2acc9c726f72
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13602 from wanderview/contacts-monitor-no-timer-1

Bug 936908: Do not batch work from monitor onscreen/offscreen.  r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/ddca309cf2f0
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936908: Do not batch work from monitor onscreen/offscreen.
2013-11-12 06:45:25 -08:00
Gaia Pushbot 65b50f3d7e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/61e8c0a15b56
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #13519 from comoyo/bug904973.vcard

Bug 904973: Streaming vcard parser implementation [r=wanderview]

========

https://hg.mozilla.org/integration/gaia-central/rev/71a3a1e48dc3
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 904973: Streaming vcard parser implementation.
2013-11-12 06:35:24 -08:00
Gaia Pushbot 3de9127017 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937079 - test_gallery_view.py is not switching to landscape view

========

https://hg.mozilla.org/integration/gaia-central/rev/5cafe4b9737a
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 937079 - test_gallery_view.py is not switching to landscape view
2013-11-12 06:21:25 -08:00
Yuan Xulei e6385de5d0 Bug 932151 - Include forms.js in both desktop and b2g build. r=fabrice
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-11 09:11:43 -05:00
Gaia Pushbot b08bb505ad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a6632daf1c8
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #13575 from mpizza/Bug_936350_addOOMhandler

Bug 936350 - The keyboard management does not really handle OOM. r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/b243eb3847b7
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 936350 - The keyboard management does not really handle OOM
2013-11-11 06:10:25 -08:00
Gaia Pushbot 38ea5642df Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/356303b917b6
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 937094 -Python Re-enable test_everything_me_search.py

========

https://hg.mozilla.org/integration/gaia-central/rev/b519f4cd9375
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 937102 - Python Reenable test_sms_with_attachments.py r=me a=testonly
2013-11-11 06:00:25 -08:00
Ed Morley ea489d9f49 Merge mozilla-central and b2g-inbound 2013-11-11 13:44:06 +00:00
Gaia Pushbot d84858d0e1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c89720267bf
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13573 from alivedise/bugzilla/936253/lock0orientation-on-lockscreen

Bug 936253 - Lock orientation on lockscreen, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/67e8333f36d2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 936253 - Lock orientation on lockscreen
2013-11-11 05:35:25 -08:00
Gaia Pushbot 163879a3a5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 936533 - test_settings_bluetooth.py is failing, please fix

========

https://hg.mozilla.org/integration/gaia-central/rev/142a38a50073
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 936533 - test_settings_bluetooth.py is failing, please fix
2013-11-11 05:25:25 -08:00
Gaia Pushbot f77ea2069f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6fbc3880dac7
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #13474 from teodosia/sms-contact-travis

Bug 935587 - test_sms_add_contact.py - Adjust assertion and enable test for Travis

========

https://hg.mozilla.org/integration/gaia-central/rev/57238f6bfbe1
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 935587 - test_sms_add_contact.py - Adjust assertion and enable test for Travis
2013-11-11 05:15:24 -08:00
Gaia Pushbot f95022806f Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c245e791599
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 937032 - Re-enable more TBPL tests r=me a=testonly
2013-11-11 03:15:25 -08:00
Gaia Pushbot 34d2b86ae6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/48b1f885ed1f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13430 from zacc/bug_932491

bug 932491 - Address intermittent errors in test_clock_set_alarm_snooze....

========

https://hg.mozilla.org/integration/gaia-central/rev/ca2a132409a0
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 932491 - Address intermittent errors in test_clock_set_alarm_snooze.py
2013-11-11 03:05:24 -08:00
Carsten "Tomcat" Book 21548bfe8b merge b2g-inbound to mozilla-central 2013-11-11 12:03:04 +01:00
Gaia Pushbot 2f63d671e1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f0a49bd8596
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #13421 from cctuan/932669

Bug 934894 - [Flatfish]CardView snapshot are in portrait

========

https://hg.mozilla.org/integration/gaia-central/rev/2d4889a6418e
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 932669 - [Flatfish][Camera] Preview is in wrong direct
2013-11-11 02:50:25 -08:00
Gaia Pushbot 715a16e0cb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 936373 - Optimize FB datastore index refresh by tracking revisionId ...

========

https://hg.mozilla.org/integration/gaia-central/rev/baec6dcb6b96
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 936373 - Optimize FB datastore index refresh by tracking revisionId number
2013-11-11 02:05:24 -08:00
Gaia Pushbot 35862a54ba Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9073617f68b6
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #13168 from EragonJ/bug-926169

Bug 926169 - add backward compatibility check before landing gecko multi-sim API

========

https://hg.mozilla.org/integration/gaia-central/rev/bf49409f161b
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 926169 - add backward compatibility check for mobileConnection

- use latest Gecko API and fallback when needed
2013-11-11 01:50:25 -08:00
Gaia Pushbot 0dfed4399f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 936579 - Bring back Hungarian autocorrect. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/7572455e16d5
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 936579 - Bring back Hungarian autocorrect
2013-11-11 01:40:24 -08:00
Gaia Pushbot c11d9ec751 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5079071128a3
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13565 from RudyLu/keyboard/Bug905241_and_Bug925318-disabled_keyboard_tutorial

Bug 925318 - Remove first time explanation on how to close the keyboard. r=rudylu
  - Also fixed Bug 905241.

========

https://hg.mozilla.org/integration/gaia-central/rev/1a8f04c3c0ef
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 925318 - Remove first time explanation on how to close the keyboard
2013-11-11 01:30:25 -08:00
Gaia Pushbot 11c5b95c29 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/09d0c7b18363
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13547 from lightsofapollo/fix-settings-locked

Bug 936310 - Fix bug where setting lockscreen.enabled = false in the pro... +shepherd

========

https://hg.mozilla.org/integration/gaia-central/rev/689607f5ced7
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 936310 - Fix bug where setting lockscreen.enabled = false in the profile prevents startup
2013-11-11 00:51:25 -08:00
Gaia Pushbot e41da0534a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1145eee5bd62
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 906549 - Set a background-size to handle images
2013-11-10 23:40:24 -08:00
Gaia Pushbot 4e1dbf4664 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/28f428a7e830
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #13558 from mpizza/Bug_936418_localized

Bug 936418 - [keyboard] 'Layout selection' in keyboard style switcher di... r=rudyl.

========

https://hg.mozilla.org/integration/gaia-central/rev/6cfa4a799833
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 936418 - [keyboard] 'Layout selection' in keyboard style switcher dialog isn't localized
2013-11-10 23:20:24 -08:00
Gaia Pushbot 655a82f580 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3effd540b0b3
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13507 from MBRSL/bug-935835-tab

Bug - 935835 [HW test] [polish] highlight the selected tab, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/4455bcb04f41
Author: Tom Jao <tjao@mozilla.com>
Desc: BUG - 935835 [HW test] [polish] highlight the selected tab

========

https://hg.mozilla.org/integration/gaia-central/rev/b4922a86370a
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #13560 from luke-chang/936986_pinyin_unit_test_failure

Bug 936986 - [Test][keyboard] Travis unit test failure on "jspinyin deactivate", r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/82d46b3b726f
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 936986 - [Test][keyboard] Travis unit test failure on "jspinyin deactivate"
2013-11-10 22:40:24 -08:00
Gaia Pushbot afb3ad236d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f57e008fc1f0
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13563 from dmarcos/bug931125

Bug 931125 - [Gallery] [Camera] We have to take into account the screen ...

========

https://hg.mozilla.org/integration/gaia-central/rev/54c8c9978353
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 931125 - [Gallery] [Camera] We have to take into account the screen pixel ratio when checking if the thumbnail fills the screen
2013-11-10 22:30:25 -08:00
Gaia Pushbot 8f7ff9825c Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a482bc5919f
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13273 from dmarcos/bug931093

Bug 931093 - [Camera] Update app to specify suitable thumbnailSize

========

https://hg.mozilla.org/integration/gaia-central/rev/1e374ae17a9a
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 931093 - [Camera] Update app to specify suitable thumbnailSize

========

https://hg.mozilla.org/integration/gaia-central/rev/0ade8ab610e8
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #11709 from timdream/jszhuyin-update

Bug 908577 - Update JSZhuyin to the latest version with glue code, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/60917ce940a4
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 908577 - Update JSZhuyin to the latest version with glue code

timdream/jszhuyin@04a39332e
2013-11-10 21:10:25 -08:00
Gaia Pushbot b9dbc81590 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a3f02dbc339
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #13372 from ian-liu/bluetooth/Bug922993_Refine_the_description_of_header/body_while_the_storage_is_not_available

Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available, r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/2e110e34e7ff
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available
2013-11-10 18:35:25 -08:00
Gaia Pushbot ceeda5c184 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66fdc19a47de
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13243 from TheoChevalier/bug-868345

Bug 868345 - [system] 'What's in a crash report?' shown after crash not ...

========

https://hg.mozilla.org/integration/gaia-central/rev/74123faffc99
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 868345 - [system] 'What's in a crash report?' shown after crash not scrollable
2013-11-10 09:25:25 -08:00
Gaia Pushbot 41958b89a2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2304e5bee7ee
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13480 from RudyLu/ftu/Bug913783-reset_keyboard_layouts

Bug 913783 - Enable language-associated keyboard layouts.
r=fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/dc292dd20bb5
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 913783 - Enable language-associated keyboard layouts.
 - add unit tests for layout changes
2013-11-10 02:40:25 -08:00
Gaia Pushbot 3854f5d4cc Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2bdd709193b7
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13544 from pivanov/bug-936009

Bug 936009 - [Email] Update send email screen r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/3351c5840ff9
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 936009 - [Email] Update send email screen
2013-11-09 22:20:25 -08:00
Gaia Pushbot 2075d39d94 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d796bb12d508
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 936157 - [Messages] Bug 928821 breaks the desktop mock r=schung
2013-11-09 08:30:25 -08:00
Gaia Pushbot 80cf5303c3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/19362df535c8
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13541 from RudyLu/keyboard/Bug935979-Intermittent_jspinyin_error

 Bug 935979 - [keyboard] Intermittent Travis unit test failure: jspinyin...
r=me, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/9af4f1ced0d4
Author: Rudy Lu <me@rudy.lu>
Desc:  Bug 935979 - [keyboard] Intermittent Travis unit test failure: jspinyin various issues
 - extend the timeout to 10 secs
2013-11-09 07:40:25 -08:00
Carsten "Tomcat" Book f867f4c5e7 Merge mozilla-central to b2g-inbound 2013-11-09 12:27:27 +01:00
Carsten "Tomcat" Book e17cf9575b merge b2g-inbound to mozilla-central 2013-11-09 09:10:20 +01:00
Gaia Pushbot 4a68937a49 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f19bde8a79d3
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13342 from RudyLu/settings/Bug913784-language_keyboard_mapping

Bug 913784 - Language selection should also enable associated built-in
r=gnarf, arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/9323e284eb81
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 913784 - Language selection should also enable associated built-in
keyboard layout(s).
 - handle default layouts resetting
 - add unit test for changeDefaultLayouts
2013-11-08 23:05:24 -08:00
Gaia Pushbot ce5faaedc4 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

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

Revert "Revert "Revert "Merge pull request #13276 from gasolin/issue-919927"""

========

https://hg.mozilla.org/integration/gaia-central/rev/bfef14e8afe6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 919927 - Re-enable geolocation test

========

https://hg.mozilla.org/integration/gaia-central/rev/2a94c53792ff
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Revert "Revert "Merge pull request #13276 from gasolin/issue-919927"""

This reverts commit 231840cb0ba4520e003b3f28d47476d9ebfe544b.
2013-11-08 17:25:24 -08:00
Gaia Pushbot b89289f5bd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc492bd8ccdf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13525 from etiennesegonzac/bug-936095-stack-manager-stay-background-apps

Bug 936095 - Adding "stayBackground" apps at the bottom of the stack. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/9d125b80c4f4
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 936095 - Adding "stayBackground" apps at the bottom of the stack.
r=alive
2013-11-08 13:30:25 -08:00
Dão Gottwald aca41eac50 Bug 936513 - Remove unused general.useragent.enable_overrides pref. r=nchen 2013-11-08 22:24:02 +01:00
Gaia Pushbot f796145242 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/58804c21cd21
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #13532 from gaye/lightsofapollo-bug-832258-hide-sync-button

Bug 832258 - Hide sync button r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/5084eda4abd4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge branch 'bug-832258-hide-sync-button' of https://github.com/lightsofapollo/gaia into lightsofapollo-bug-832258-hide-sync-button

Conflicts:
	apps/calendar/js/views/settings.js

========

https://hg.mozilla.org/integration/gaia-central/rev/540bc492232a
Author: James Lal <james@lightsofapollo.com>
Desc: Show/hide sync button when account is added/removed

========

https://hg.mozilla.org/integration/gaia-central/rev/a51cd8a2c98f
Author: James Lal <james@lightsofapollo.com>
Desc: Store.Account#syncableAccounts
2013-11-08 13:05:28 -08:00
Karl Dubost 0f56e91baf Bug 923442 - Remove UA override for domains starting 2013-10-03. r=lmandel 2013-11-08 15:25:25 -05:00
Gaia Pushbot 73f4b6d572 Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

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

Bug 930404 - [Settings] Split up hotspot panel

========

https://hg.mozilla.org/integration/gaia-central/rev/7adb2edab543
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 930404 - [Settings] Split up hotspot.js

========

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

Bug 920839 - Travis is red  - Try reverting pull request 13368 r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/8c900b57bdd2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - ARIA fixes to value selector."

This reverts commit 2c585692098082a9bb38558c8739a8e91cda5591.

========

https://hg.mozilla.org/integration/gaia-central/rev/b27f450c1e17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 920839 - Added spinbutton ARIA markup to value picker."

This reverts commit 0d5fd65dc4f43102c38fafb756f0b9c1968d74c3.
2013-11-08 11:55:25 -08:00
Rail Aliiev 9621c70a84 Bug 917642 - [Helix] Please update the helix blobs. r=nhirata 2013-11-08 14:22:58 -05:00
Gaia Pushbot 593d0913c9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/979add320adb
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13116 from mcjimenez/bug928134

Bug 928134 - When powering on a device for the first time with a SIM customization variant with app preloads, an app install success notification unexpectedly appears r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/3e4e6a58ce16
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 928134 - When powering on a device for the first time with a SIM customization variant with app preloads, an app install success notification unexpectedly appears
2013-11-08 09:55:25 -08:00
Gaia Pushbot c1b86cec6b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b9f621ff0fc
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13181 from EverythingMe/919555-remove-appIndex

Bug 919555 - [e.me][perf] Remove app index duplicacy

========

https://hg.mozilla.org/integration/gaia-central/rev/2a1dfb60ed7c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 919555 - [e.me][perf] Remove app index duplicacy [r=ranbena, crdlc]
2013-11-08 09:45:27 -08:00
Gaia Pushbot 551a15be3c Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

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

Bug 920839 - Value Selector accessibility improvements. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/1a2ebd989db0
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - Added spinbutton ARIA markup to value picker.

========

https://hg.mozilla.org/integration/gaia-central/rev/1cff0273e0b1
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920839 - ARIA fixes to value selector.
2013-11-08 09:35:25 -08:00
Gaia Pushbot 91b8f60b1c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fd166333772
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13489 from wanderview/contacts-overlay-hide-list

Bug 936215: Hide contacts list while showing overlay.  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/c6582278679d
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936215: Hide contacts list while showing overlay.
2013-11-08 08:55:25 -08:00
Gaia Pushbot 2faeab75e4 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1dfcf7022f4
Author: bmac <bmac325@GMail.com>
Desc: Bug 920524 - [Clock] Timer sound selection does not preview sound

r=jugglinmike
2013-11-08 08:35:24 -08:00
Gaia Pushbot a26383e440 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d259d659aa7
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13510 from zacc/bug_936364

bug 936364 Address test_settings_wallpaper.py intermittent

========

https://hg.mozilla.org/integration/gaia-central/rev/5e2ee581ce47
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 936364 Address test_settings_wallpaper.py intermittent

========

https://hg.mozilla.org/integration/gaia-central/rev/4de9ba817034
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13487 from wanderview/contacts-avoid-imgloader-reload

Bug 936202: Defer imgLoader.reload() when inserting contacts.  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/1345191d46a2
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936202: Defer imgLoader.reload() when inserting contacts.
2013-11-08 07:45:25 -08:00
Gaia Pushbot 8fffa1dac2 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45da563521df
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 928851 - Adopt new API of enabling/disabing RIL radio

========

https://hg.mozilla.org/integration/gaia-central/rev/58f3c3b357d2
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13488 from wanderview/contacts-fast-remove

Bug 936206: Short-circuit contact remove().  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/ff76872c96f2
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 936206: Short-circuit contact remove().
2013-11-08 07:11:25 -08:00
Gaia Pushbot c3202c4f6a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dc7a50bca585
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 928851 - Adopt new API of enabling/disabing RIL radio"

This reverts commit 2cd2a529e5f1ab72569886998435bc46e22bf825.
2013-11-08 07:00:25 -08:00
Carsten "Tomcat" Book 021c6d3068 Merge mozilla-central to b2g-inbound 2013-11-08 15:29:28 +01:00
Carsten "Tomcat" Book efcabbb9bf merge b2g-inbound to mozilla-central 2013-11-08 13:39:20 +01:00
Carsten "Tomcat" Book d3dcf8491e merge mozilla-inbound to mozilla-central 2013-11-08 13:30:45 +01:00
Ed Morley bd7b902f08 Backed out changeset f2ed6b24269a (bug 932151) for causing bug 936324
--HG--
rename : dom/inputmethod/forms.js => b2g/chrome/content/forms.js
2013-11-08 10:59:31 +00:00
Gaia Pushbot 144f7b2908 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ce2fe088a11
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 903232 - Show only gsm options by default"

This reverts commit ad7c92b4d02477d9096fed03963f9a2d8717a5a4.
2013-11-07 23:10:27 -08:00
Gaia Pushbot 8749b04e3f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d0fbcfca3a1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13418 from timdream/keyboard-entry-point

Bug 930371 - Use "inputs" instead of "entry_points" in keyboard app manifest, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/bee6501b0e19
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 930371 - Use "inputs" instead of "entry_points" in keyboard app manifest
2013-11-07 23:00:25 -08:00
Gaia Pushbot 9cc91da875 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d59efab557e3
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #13338 from evanxd/bug-925961

Bug 925961 - [B2G][Email] Receiver's email address displays as "null" after saving, editing, and then saving the draft again

========

https://hg.mozilla.org/integration/gaia-central/rev/49fe87470a10
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 925961 - Use the email address parser for showing bubble properly.
2013-11-07 20:26:25 -08:00
Gaia Pushbot 1e5c79608a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d211dea69ebd
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12215 from fabi1cazenave/fdnOkButton-bug916061

 Bug 916061 - [FDN] “OK” button should be disabled when adding a new contact, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/853c6540e34f
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc:  Bug 916061 - [FDN] “OK” button should be disabled when adding a new contact, r=arthurcc
2013-11-07 20:05:24 -08:00
Gaia Pushbot 975446e6d9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/676d1b0fbfed
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #13495 from jrburke/bug932331-log-state-waitForTransitionEnd

Bug 932331 - email extra logging for test timeout case r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/ef6064281d48
Author: jrburke <jrburke@gmail.com>
Desc: Bug 932331 - email extra logging for test timeout case
2013-11-07 18:55:25 -08:00
Gaia Pushbot 3892442ddd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a0aad92af86
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12214 from fabi1cazenave/fdnTitle-bug916055

Bug 916055 - [FDN] the PIN2 dialog box always says “Disable FDN”, never “Enable FDN”, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/7ec80b3ee772
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 916055 - [FDN] the PIN2 dialog box always says “Disable FDN”, never “Enable FDN”
2013-11-07 18:05:24 -08:00
Gaia Pushbot 546b0d1b00 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 930306 - [Flatfish][System] system wrongly change the orientation ca..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/225aa4cd6849
Author: gasolin <gasolin@gmail.com>
Desc: Bug 930306 - [Flatfish][System] system wrongly change the orientation cause homescreen grid get wrong width
2013-11-07 17:55:25 -08:00
Gaia Pushbot e4b984786f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 911968 - [HD]Center rotation point of refresh icon off

========

https://hg.mozilla.org/integration/gaia-central/rev/3f8fd5b8c274
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 911968 - [HD]Center rotation point of refresh icon off
2013-11-07 17:06:24 -08:00
Gaia Pushbot 9f288834c5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/7aec9fba1c70
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #13490 from eeejay/bug-936213

Bug 936213 - [homescreen] Remove aria-hidden attribute from dock pages.

========

https://hg.mozilla.org/integration/gaia-central/rev/0bb8d2a463ff
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 936213 - [homescreen] Remove aria-hidden attribute from dock pages.
2013-11-07 17:06:00 -08:00
Gaia Pushbot 6f8255e46a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c37833f4969
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12814 from pivanov/bug-845110

Bug 845110 - Calendar - Create Event Screen Updates r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/9bb40d427bf3
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 845110 - Calendar - Create Event Screen Updates
2013-11-07 14:20:28 -08:00
Gaia Pushbot 69c6aef019 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0af41c1c297f
Author: John Ford <john@johnford.info>
Desc: Revert "Merge pull request #13276 from gasolin/issue-919927"

This reverts commit 5289b66509338239e338851a0258fc4e16a028d2, reversing
changes made to c5d7216e9fb2c1375096bac7e0cca76efab70bfd.

This caused bug 935557
2013-11-07 12:50:24 -08:00
Fabrice Desré 89cc275881 backout Bug 891882 for Gu breakage 2013-11-07 12:07:54 -08:00
Gaia Pushbot dd4e67372e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 924132 - Create a shared library that allows to deal with FB Data in...

========

https://hg.mozilla.org/integration/gaia-central/rev/5069885e0c57
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924132 - Create a shared library that allows to deal with FB Data in a DataStore
2013-11-07 11:15:25 -08:00
Fabrice Desré fe6688203e Bug 891882 - Enable touch event on B2G desktop r=vingtetun 2013-11-06 11:05:07 -08:00
Gaia Pushbot ba7c048b16 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 935070 - [Download Manager] New shared component DownloadUI

========

https://hg.mozilla.org/integration/gaia-central/rev/8f978d90a82f
Author: crdlc <crdlc@tid.es>
Desc: Bug 935070 - [Download Manager] New shared component DownloadUI
2013-11-07 10:15:25 -08:00
Gaia Pushbot ab312b7440 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2a0c0531f4c6
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #13383 from rnowm/934458

Bug 934458 - [Messaging] 'Messaging options' label does not appear completely

========

https://hg.mozilla.org/integration/gaia-central/rev/5bae6440820d
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 934458 - [Messaging] 'Messaging options' label does not appear completely
2013-11-07 09:50:24 -08:00
Gaia Pushbot e51ff24d7f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2c53b2d94fe9
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13120 from EverythingMe/929437-queryIndex-no-tags

Bug 929437 - [e.me][bug] Unrelated installed apps appear in Collections ...

========

https://hg.mozilla.org/integration/gaia-central/rev/4be043bfa51a
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 929437 - [e.me][bug] Unrelated installed apps appear in Collections [r=ranbena]
2013-11-07 09:40:24 -08:00
Gaia Pushbot e11c226cf4 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4de872072386
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #13358 from davidflanagan/bug932556

Bug 932556: increase default max image size for camera and gallery to a full 5 megapixels r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/4d5cfea8a61b
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 932556: increase default max image size for camera and gallery to a full 5 megapixels

========

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

[Download Manager] Download list view skeleton

========

https://hg.mozilla.org/integration/gaia-central/rev/82b96a351386
Author: crdlc <crdlc@tid.es>
Desc: [Download Manager] Download list view skeleton
2013-11-07 09:15:30 -08:00
Gaia Pushbot cbf37b7c42 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45d75251805a
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #13475 from fabricedesre/skip-lockscreen-desktop

Bug 891882 - skip lockscreen test on deskop until the stars align r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/b6f934d365c7
Author: Fabrice Desré <fabrice@desre.org>
Desc: Bug 891882 - skip lockscreen test on deskop until the stars align r=me
2013-11-07 08:55:32 -08:00
Gaia Pushbot e9612c5af3 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/371be876c8e8
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #13468 from jaoo/934869

Bug 934869 - [WAP push][CP] Stored MMS and Browser APN will not be displayed in data/message settings unless close Settings first. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/027fcb175bb6
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 934869 - [WAP push][CP] Stored MMS and Browser APN will not be displayed in data/message settings unless close Settings first.

========

https://hg.mozilla.org/integration/gaia-central/rev/dfcfc11c22cd
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13456 from timdream/keyboard-no-text-transform

Bug 931578 - Don't use text-transform for keyboard keys, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/428876d21679
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 931578 - Don't use text-transform for keyboard keys
2013-11-07 07:55:24 -08:00
Gaia Pushbot 46a428a2da Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7e8c5de7d35c
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #13467 from jaoo/934901

Bug 934901 - [WAP push][CP] All APN settings will be removed from data and message settings after storing a CP message with non-support APPID. r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/cb2cb3eed3d2
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 934901 - [WAP push][CP] All APN settings will be removed from data and message settings after storing a CP message with non-support APPID
2013-11-07 07:45:24 -08:00
Gaia Pushbot 7537015e70 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/aae41b7d327b
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 935964 - Bump gaiatest to 0.19. r=dhunt
2013-11-07 07:30:25 -08:00
Gaia Pushbot fc536e7304 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de70a6ceb83b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13284 from crh0716/928851_1

Bug 928851 - Adopt new API of enabling/disabing RIL radio r=evelyn,alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f735c1cbaf15
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 928851 - Adopt new API of enabling/disabing RIL radio
2013-11-07 07:20:24 -08:00
Gaia Pushbot 278e7b5345 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d6c6223196a9
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #13229 from bcbcarl/bug860424

Bug 860424 - Show first 8 characters only, r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/22116b9a7011
Author: Carl X. Su <bcbcarl@gmail.com>
Desc: Bug 860424 - Show first 8 characters only

Signed-off-by: Carl X. Su <bcbcarl@gmail.com>
2013-11-07 07:05:31 -08:00
Carsten "Tomcat" Book e36218e529 merge mozilla-central to b2g-inbound 2013-11-07 16:01:27 +01:00
Carsten "Tomcat" Book 2490b7a836 merge b2g-inbound to mozilla-central 2013-11-07 15:50:39 +01:00
Gaia Pushbot 14b0fdb665 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 935433 - Merge test_clock_all_items_present_new_alarm assertions int...

========

https://hg.mozilla.org/integration/gaia-central/rev/f125dfaab5e7
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 935433 - Merge test_clock_all_items_present_new_alarm assertions into existing tests

========

https://hg.mozilla.org/integration/gaia-central/rev/6ccca5242af4
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13432 from AndreiH/bug934480

Bug 934480 - Write a test for Messages app matching with contacts

========

https://hg.mozilla.org/integration/gaia-central/rev/3e19937c82c8
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 934480 - Write a test for Messages app matching with contacts
2013-11-07 06:30:25 -08:00
Gaia Pushbot 149e56c955 Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e5d4d5346c7
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #12976 from viorelaioia/bug_927131

Bug 927131 - Add an automated test to verify that you can import contacts from Gmail

========

https://hg.mozilla.org/integration/gaia-central/rev/6aad2e2719fa
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 927131 - Add an automated test to verify that you can import contacts from Gmail

========

https://hg.mozilla.org/integration/gaia-central/rev/0b4541c4a3df
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13294 from bebef1987/UI-tests

Bug 927870 - Neaten up UI Tests app's app object

========

https://hg.mozilla.org/integration/gaia-central/rev/eca8e33717fc
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 927870 - Neaten up UI Tests app's app object

========

https://hg.mozilla.org/integration/gaia-central/rev/366b1aa665ca
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924565 - Use Applications.installedApps in gaiatest. r=dhunt
2013-11-07 06:20:24 -08:00
Yuan Xulei 560a2ee462 Bug 932151 - Include forms.js in both desktop and b2g build. r=fabrice
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-07 09:02:25 -05:00
Gaia Pushbot bb8182a873 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/207a81a6816b
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 930500 - Many builds error because they can't find a binary, Bug 935489 - mozilla-download should always display the downloaded URL

Bump up mozilla-download version
2013-11-07 02:10:26 -08:00
Gaia Pushbot 49451d75d4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 935622 - [l10n][Bluetooth File Transfer] Modify notification messageof transferring request to be more clear with device name, r=@alivedise

========

https://hg.mozilla.org/integration/gaia-central/rev/05c24a3f0888
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 935622 - [l10n][Bluetooth File Transfer] Modify notification message of transferring request to be more clear with device name
2013-11-07 02:00:25 -08:00
Wes Kocher 26f480e9a1 Merge m-c to inbound 2013-11-06 18:23:55 -08:00
Mike Hommey 46de926a12 Bug 934070 - Stop copying dist/bin under dist/$(MOZ_MACBUNDLE_NAME)/Contents/MacOS in */app/Makefile.in. r=ted
Consequently, revert changeset 92bea49b46b4 (bug 914560).
2013-11-07 10:38:13 +09:00
Mike Hommey 50e2fd01b1 Bug 935387 - Remove non recursed install targets. r=mshal 2013-11-07 10:37:45 +09:00
Wes Kocher f2a57fa3f9 Backed out changeset 3b0468c92157 (bug 891882) for breaking a test in gaia-ui-test 2013-11-06 14:45:57 -08:00
Gaia Pushbot 4b5da345c9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 924274 - [Contacts] Add initial marionette tests

========

https://hg.mozilla.org/integration/gaia-central/rev/3359c37e6722
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 924274 - [Contacts] Add initial marionette tests
2013-11-06 14:40:25 -08:00
Gaia Pushbot 976dc9703a Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b10aefb60249
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #12838 from kumar303/dev-payments

Bug 855143 - Add Marketplace dev apps r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/14eed39bcfd7
Author: Kumar McMillan <kumar.mcmillan@gmail.com>
Desc: Add Marketplace dev apps (bug 855143)

========

https://hg.mozilla.org/integration/gaia-central/rev/1fdd5fd738c4
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #13400 from EverythingMe/marketapp

[Bug 925806] Marketplace results to open in the marketplace app [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/0336e3421638
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: [Bug 925806] Marketplace results to open in the marketplace app [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/63093edf4c7e
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #13441 from eeejay/bug-935708

Bug 935708 - [homescreen] Use querySelector instead of querySelectorAll ...

========

https://hg.mozilla.org/integration/gaia-central/rev/ffdb8b303cbb
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 935708 - [homescreen] Use querySelector instead of querySelectorAll in save_bookmark_test.js
2013-11-06 14:05:24 -08:00
Gaia Pushbot 8c2c25aeeb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 930587 - [homescreen] Use aria-hidden on offscreen pages instead of ...

========

https://hg.mozilla.org/integration/gaia-central/rev/84fadf5552b4
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 930587 - [homescreen] Use aria-hidden on offscreen pages instead of visibility for perf.
2013-11-06 13:30:25 -08:00
Gaia Pushbot ebc7ed6322 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f0d719eccb3f
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #12596 from jimporter/music-lockscreen-2

Bug 891024 - [Music] [User Story] Provide access to music player controls when the screen is locked

========

https://hg.mozilla.org/integration/gaia-central/rev/a4f7723a76de
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 891024 - [music] Add media playback controls to the lockscreen; r=alive, ui-r=jsavory, f=gaye, f=eragonj
2013-11-06 13:05:24 -08:00
Fabrice Desré 562bc45d35 Bug 891882 - Enable touch event on B2G desktop r=vingtetun 2013-11-06 11:05:07 -08:00
Gaia Pushbot 369094606a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f3af2b225255
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 932271 - Reset context menu state at the correct moment. r=daleharvey

Displaying the context menu in the browser app is controlled by a
barrier. We have to make sure that this barrier is correctly reset at
the right time to ensure that the context menu will work more than once:
setting the state before doing the callback is safer than relying on the
callback to handle it by itself.
2013-11-06 10:45:24 -08:00
Gaia Pushbot e8d41e9bfc Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0fcdcfc13086
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #13404 from mcav/bleach-js-case-sensitivity

Bug 935276 - [email] Bleach.js doesn't handle closing HTML tags with different case. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/e96d74b771f0
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 935276 - [email] Bleach.js doesn't handle closing HTML tags with different case. r=asuth
2013-11-06 10:35:25 -08:00
Gaia Pushbot 887cb957c0 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2c67ef52ef14
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 932859 - Make the client provisioning PIN strings an input placeholder r=me
2013-11-06 09:10:25 -08:00
Gaia Pushbot e3ad7770d8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/430203851f6f
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #13258 from ochameau/simulatorMode

Bug 930104 - Add SIMULATOR=1 to prevent shipping firefox addons in simulator profile r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/9b3bb9856c02
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 930104 - Add SIMULATOR=1 to prevent shipping firefox addons in simulator profile
2013-11-06 09:00:25 -08:00
Gaia Pushbot ce628845fa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 935547 - [Flatfish][System] wrong screen size after rebooting on homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/d461cec2873c
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 935547 - [Flatfish][System] wrong screen size after rebooting on homescreen
2013-11-06 08:25:25 -08:00
Ed Morley 80b5f14e20 Backed out changeset 8233d40249e0 (bug 891882) since it needs to fix/disable gaia tests before landing 2013-11-07 09:27:04 +00:00
Gaia Pushbot ebaf44012c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 929936 - [Settings] STK will not be shown in Settings if SIM PIN is enabled and reboot device.

========

https://hg.mozilla.org/integration/gaia-central/rev/d46bd582a94b
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 929936 - [Settings] STK will not be shown in Settings if SIM PIN is enabled and reboot device.
2013-11-07 01:15:25 -08:00
Gaia Pushbot 716981deba Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/349a37c2b731
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13462 from timdream/keyboard-callback-error

Bug 935868 - check for callback(), r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/e0e271c8ae98
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 935868 - check for callback()
2013-11-07 00:50:24 -08:00
Gaia Pushbot e9ca13cbf8 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6360408c567f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 915570 - (part III) rename permission in test-ime, r=me, a=testonly
2013-11-07 00:15:25 -08:00
Seth Fowler 9c90ef3623 Backout of bug 934070 for breaking debugging on OS X 2013-11-07 18:42:22 -08:00
Gaia Pushbot df476ccba6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c84914972be
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13420 from timdream/keyboard-bulgarian

Bug 932606 - Bulgarian Keyboard, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/e29fa27fd1cf
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 932606 - Bulgarian Keyboard
2013-11-06 23:05:24 -08:00
Gaia Pushbot 161c70b920 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/410add7c899d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13406 from etiennesegonzac/bug-919492-app-to-app-edge-gesture

Bug 919492 - Adding edge gestures for app-to-app fast switching. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/9b0f1ca46188
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 919492 - Adding edge gestures for app-to-app fast switching.
Pref-ed off behind the edgesgesture.enabled setting.
r=alive
2013-11-06 22:30:25 -08:00
Gaia Pushbot a1b136c0f0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 935352 - [Flatfish] Dock panel is fixed still until 7th~8th app icons landed

========

https://hg.mozilla.org/integration/gaia-central/rev/c9611593fe55
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 935352 - [Flatfish] Dock panel is fixed still until 7th~8th app icons landed
2013-11-06 20:30:25 -08:00
Gaia Pushbot 807828287a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88ca6c5127a6
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #13422 from dominickuo/bug-935326

Bug 935326 - [music] Handle the share button when the player is not launched by open activity, r=@jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/a66ad3e6394e
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 935326 - [music] Handle the share button when the player is not launched by open activity
2013-11-06 20:20:24 -08:00
Gaia Pushbot 78ce85d53f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/11436e5bd29b
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #13470 from borjasalguero/bug_mimetype_ringtone

Bug 935411 - [Single Variant] The device does not ring when receiving a ...

========

https://hg.mozilla.org/integration/gaia-central/rev/38284870d692
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 935411 - [Single Variant] The device does not ring when receiving a call after being configured with single variant r=albert
2013-11-07 05:45:24 -08:00
Gaia Pushbot bcb9b003c4 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 928582 - STK: No terminal response sent for PLAY_TONE and tone plays forever when missing DURATION, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/c2d1a1498b0c
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Bug 928582 - STK: No terminal response sent for PLAY_TONE and tone plays forever when missing DURATION

========

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

Bug 920983 - [Buri][STK] After entering second layer menu and press backkey, or after enabling or canceling one service, it won't go back to first layer of the menu but to Settings., r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/131d9a5bb828
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 920983 - [Buri][STK] After entering second layer menu and press back key, or after enabling or canceling one service, it won't go back to first layer of the menu but to Settings.
2013-11-07 05:30:24 -08:00
Gaia Pushbot 570274e3d2 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 928581 - STK: Tone plays forever when missing alphaId, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/7058492c407d
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 928581 - STK: Tone plays forever when missing alphaId
2013-11-07 05:20:24 -08:00
Gaia Pushbot a3d504af97 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 928580 - STK: No terminal response sent for DTMF for no alphaId case, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/577c2fab4db9
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 928580 - STK: No terminal response sent for DTMF for no alphaId case
2013-11-07 04:10:25 -08:00
Gaia Pushbot e9870f3d08 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/750af680e476
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 922569 - Fix DTMF tone length when in long mode r=etienne
2013-11-07 03:35:25 -08:00
Gaia Pushbot 0d21a4e4d7 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 932712 - [STK] There is a grey line on top of the menu, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/7e9020cd182f
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Bug 932712 - [STK] There is a grey line on top of the menu

========

https://hg.mozilla.org/integration/gaia-central/rev/44ecb2d47e87
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #13214 from soumyakanti/solution

Bug 931640 - Fix translation of Reset PIN2 Code across the locales, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/740cfdf543e2
Author: Soumya Kanti Chakraborty <soumyakanti.chakraborty@gmail.com>
Desc: Bug 931640 - Fix translation of Reset PIN2 Code across the locales
2013-11-07 03:10:25 -08:00
Gaia Pushbot b86880e4c4 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff441a0d4a18
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #13215 from soumyakanti/solution_bug_930165

Bug 930165 - Fix translation of Fixed dialling numbers, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/79f530abd5ab
Author: Soumya Kanti Chakraborty <soumyakanti.chakraborty@gmail.com>
Desc: Bug 930165 - Fix translation of Fixed dialling numbers across the locales

========

https://hg.mozilla.org/integration/gaia-central/rev/a10480e71313
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #13122 from pivanov/bug-917860

Bug 917860 - [System] Use Full Line Highlights in notifications, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/afe33eb9b8ce
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 917860 - [System] Use Full Line Highlights in notifications
2013-11-07 03:00:25 -08:00
Carsten "Tomcat" Book ae6f76e443 Merge mozilla-central to mozilla-inbound 2013-11-09 12:25:41 +01:00
Mike Hommey a470038314 Bug 935305 - Move preprocessor to mozbuild.action. r=gps
--HG--
rename : config/Preprocessor.py => python/mozbuild/mozbuild/preprocessor.py
rename : config/tests/unit-Expression.py => python/mozbuild/mozbuild/test/test_expression.py
rename : config/tests/unit-LineEndings.py => python/mozbuild/mozbuild/test/test_line_endings.py
rename : config/tests/unit-Preprocessor.py => python/mozbuild/mozbuild/test/test_preprocessor.py
2013-11-09 10:35:44 +09:00
Gaia Pushbot bcd25ca726 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4455d755eb61
Author: root <root@localhost.localdomain>
Desc: Bug 923821 - Repair and re-enable test_killall.py TestKillAll.test_kill_all. r=zcampbell r=dhunt
2013-11-08 03:30:25 -08:00
Gaia Pushbot 6296031928 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 935061 - Re-enable test_play_ogg_video.py

========

https://hg.mozilla.org/integration/gaia-central/rev/5744a8329742
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 935061 - Re-enable test_play_ogg_video.py
2013-11-08 03:05:24 -08:00
Gaia Pushbot b917b17cef Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eea3b81e2205
Author: Albert <acperez@tid.es>
Desc: Merge pull request #13365 from acperez/bug-929572

Bug 929572 - If the grid isn't valid, report a build error. r=yurenju,johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/0b06d9dfb39b
Author: Albert <acperez@tid.es>
Desc: Bug 929572 - If the grid isn't valid, report a build error. r=yurenju,johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/3bf1f792d0fb
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13500 from AndreiH/bug936109

Bug 936109 - Xfail test_sms_with_attachments

========

https://hg.mozilla.org/integration/gaia-central/rev/5529620650cd
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 936109 - Xfail test_sms_with_attachments

========

https://hg.mozilla.org/integration/gaia-central/rev/8557707f8652
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13501 from AndreiH/bug936022

Bug 936022 - Re-enable test_gallery_edit_photo.py

========

https://hg.mozilla.org/integration/gaia-central/rev/354096cfc047
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 936022 - Re-enable test_gallery_edit_photo.py
2013-11-08 02:55:24 -08:00
Gaia Pushbot 44bc8e6967 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16511add58fa
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #13476 from mpizza/Bug_931229_build

Bug 931229 - With kb set to Greek, move to email field, layout remains G...  r=rudyl.

========

https://hg.mozilla.org/integration/gaia-central/rev/3d5ce8b6dcab
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 931229 - With kb set to Greek, move to email field, layout remains Greek and can't switch

========

https://hg.mozilla.org/integration/gaia-central/rev/03ddafa229d8
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13505 from AndreiH/bug936016

Bug 936016 - Re-enable test_cards_view_with_three_apps , test_cards_view...

========

https://hg.mozilla.org/integration/gaia-central/rev/dbce16eab32a
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 936016 - Re-enable test_cards_view_with_three_apps , test_cards_view_kill_app_with_three_apps
2013-11-08 02:40:26 -08:00
Gaia Pushbot 1b20c619df Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4179e43038b
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #13238 from fcampo/exported-label-translate-929552

Bug 929552 - Footer message is not translated (r=pike,arcturus)

========

https://hg.mozilla.org/integration/gaia-central/rev/cb6dee968ed6
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 929552 - Footer message is not translated
2013-11-08 02:30:24 -08:00
Gaia Pushbot eb8828dc66 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 936349 - Correct keyboard manager start-up, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/72e5af4570b1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 936349 - Correct keyboard manager start-up
2013-11-08 02:05:25 -08:00
Gaia Pushbot c88bbb6880 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/59dfb682808c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13277 from MBRSL/bug-931726-gUM

bug - 931726 [HW test] change recording test to gUM test, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/3fe0f100e1b6
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 931726 - [HW test] change recording test to gUM test, remove audioloop test
2013-11-08 01:55:26 -08:00
Gaia Pushbot 4fbef9b3b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 927486 - [Settings] Modify Message settings category. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/7be0e40410a4
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 927486 - [Settings] Modify Message settings category
2013-11-08 01:41:25 -08:00
Gaia Pushbot fc11157704 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e00316ab04de
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13608 from viorelaioia/bug_937344

Bug 937344 - Replace get_all_video files in test_camera_capture_video with video_files property

========

https://hg.mozilla.org/integration/gaia-central/rev/0843061606c9
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 937344 - Replace get_all_video files in test_camera_capture_video with video_files property
2013-11-12 05:25:25 -08:00
Gaia Pushbot 3d4fb0d824 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9dc5748f9e8
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 911944 - Handle message actions and increase test coverage r=julienw

- Added parsing message actions in SI and SL messages
- Implemented specific behavior for actions such as delete and signal-none
- Fixed a minor issue when doing age-based message replacement
- Added unit-tests for the new functionality
- Added unit-tests coverage to the MessageDB object
- Corrected all jshint linting errors
2013-11-06 07:36:28 -08:00
Gaia Pushbot 77ead821bc Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/54c9ca64aa49
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13423 from AndreiH/bug935428

Bug 935428 - Mark test_geolocation_prompt.py as expected fail

========

https://hg.mozilla.org/integration/gaia-central/rev/badbc86c3be6
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 935428 - Mark test_geolocation_prompt.py as expected fail

========

https://hg.mozilla.org/integration/gaia-central/rev/3b61b3a852e3
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13426 from zacc/bug_935444

bug 935444 - Python, bolster wait for call screen to have loaded r=Bebe ...

========

https://hg.mozilla.org/integration/gaia-central/rev/e7b8904328ca
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 935444 - Python, bolster wait for call screen to have loaded r=Bebe r=Andreih

========

https://hg.mozilla.org/integration/gaia-central/rev/a4be789913f4
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13427 from julienw/935441-fix-keyboard-unit-tests

Bug 935441 - [Keyboard] 2 unit tests failures with the latest firefox bu...

========

https://hg.mozilla.org/integration/gaia-central/rev/5413cf5ae17e
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 935441 - [Keyboard] 2 unit tests failures with the latest firefox builds r=janjongboom

Defines the property on `window` itself.
2013-11-06 06:50:24 -08:00
Gaia Pushbot 7a55c4aeaf Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18667a9b93ea
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 935442 - [System] 1 unit tests failure with the latest firefox builds r=alive
2013-11-06 05:05:25 -08:00
Gaia Pushbot 5ba18af160 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8b613bca5524
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #13414 from ian-liu/system/Bug907825_Floating_pixels_above_checkmarks_on_value_selector_screen

Bug 907825 - [System] [HD] Floating pixels above checkmarks on value selector screen, r=@RudyLu

========

https://hg.mozilla.org/integration/gaia-central/rev/24c3d1b939a2
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 907825 - [System] [HD] Floating pixels above checkmarks on value selector screen
2013-11-06 00:00:24 -08:00
Gaia Pushbot c08b119cf1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5cc807be4ece
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11985 from cctuan/911676

Bug 911676 - check navigator.mozTelephony statements robustness

========

https://hg.mozilla.org/integration/gaia-central/rev/171659274531
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911676 - check navigator.mozTelephony statements robustness
2013-11-05 23:50:30 -08:00
Fabrice Desré b50f9d59d9 Bug 935340 - Remove unused IDL in b2g/components r=gwagner 2013-11-05 22:17:03 -08:00
Gaia Pushbot 79b6cd8523 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 911701 - Show data signal strength when connecting to EVDO r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f8b6c92cacab
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 911701 - Show data signal strength when connecting to EVDO
2013-11-05 21:15:24 -08:00
Gaia Pushbot f95fd0d4a5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1ff621b5d97f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13410 from timdream/keyboard-rename-followup

Bug 935350 - Rename 'keyboard' role in homescreen, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/1f26eb964f43
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 935350 - Rename 'keyboard' role in homescreen, +shepherd
2013-11-05 20:15:25 -08:00
Reuben Morais 1d3b24a4d5 Backed out 4 changesets (bug 853356) for breaking permission prompts. 2013-11-06 01:32:42 -02:00
Gaia Pushbot 8462256861 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6489f84d8564
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13051 from gasolin/issue-917367

Bug 917367 - No notification visible indicator implemented for when getU..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/2d636b01ef55
Author: gasolin <gasolin@gmail.com>
Desc: Bug 917367 - No notification visible indicator implemented for when getUserMedia audio is active
2013-11-05 18:55:23 -08:00
Gaia Pushbot debb019af1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b8850486f3c
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #13222 from luke-chang/919370_unit_test_for_pinyin

Bug 919370 - [Test][Keyboard] Unit test for Pinyin IME, r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/24e14352a81a
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 919370 - [Test][Keyboard] Unit test for Pinyin IME

- also modified the latin and suggest unit test to prevent the conflict of global variables
2013-11-05 18:30:29 -08:00
Wes Kocher c8b72baf10 Merge m-c to b2g-inbound 2013-11-05 18:24:55 -08:00
Wes Kocher 27d09036f4 Merge inbound to m-c 2013-11-05 17:50:18 -08:00
Gaia Pushbot 82d6ef6950 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d29ac061b001
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #13369 from EverythingMe/v1.2-apikey

Bug 934768 - [e.me] API key change for v1.2 [r=crdlc]

========

https://hg.mozilla.org/integration/gaia-central/rev/7f4206970f84
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 934768 - [e.me] API key change for v1.2 [r=crdlc]
2013-11-05 14:25:24 -08:00
Gaia Pushbot e18091ee41 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32137585357b
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13387 from zacc/bug_935052_phone

bug 935052 - fall back to top-most frame after closing call in dialer te...

========

https://hg.mozilla.org/integration/gaia-central/rev/23c37e4351af
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 935052 - fall back to top-most frame after closing call in dialer tests
2013-11-05 14:00:25 -08:00
Gaia Pushbot 3a80018c1f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23c7f5bc5406
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #13393 from davidflanagan/bug915001

Merge pull request #13300 from davidflanagan/bug915001hd

========

https://hg.mozilla.org/integration/gaia-central/rev/1c8b364321f5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #13300 from davidflanagan/bug915001hd

Bug 915001 - save edited images using tiles and display a progress bar r=hshih(cherry picked from commit d19550e2fb7331d5e4a54e8e998753378e7fd44a)

Conflicts:

	apps/gallery/index.html
	apps/gallery/js/ImageEditor.js

fix lint
2013-11-05 13:50:24 -08:00
Gaia Pushbot b25dfe92b9 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fe012cdbca54
Author: Adam Hyland <protonk@gmail.com>
Desc: Add truncation to avoid MMS filename limitation r=rwaldron
2013-11-05 12:40:32 -08:00
Ryan VanderMeulen 43c0e6a230 Merge m-c to inbound. 2013-11-05 15:36:23 -05:00
Gaia Pushbot aa5b356b85 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/897ebc324cd5
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13388 from zacc/bug_935041

Bug 935041 - Investigate test_sms_add_contact failure, resolve and re-en...

========

https://hg.mozilla.org/integration/gaia-central/rev/bfe3328d3051
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 935041 - Investigate test_sms_add_contact failure, resolve and re-enable the test
2013-11-05 11:55:24 -08:00
Gaia Pushbot 5f3805a50e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/53c6a2b0bf4c
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13385 from zacc/bug_935052_1

Bug 930532 - Python use self.apps.displayed_app in Gallery app object

========

https://hg.mozilla.org/integration/gaia-central/rev/08def37fa403
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 930532 - Python use self.apps.displayed_app in Gallery app object
2013-11-05 10:06:25 -08:00
Gaia Pushbot 23a0778777 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/871c9c2aa082
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12134 from fabi1cazenave/macAddress-bug895739

Bug 895739 - [Wi-Fi] MAC address is always displayed as "not available", r=Arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/fd3cf07a9c84
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 895739 - [Wi-Fi] MAC address is always displayed as "not available"
2013-11-05 09:55:24 -08:00
Gaia Pushbot 6d72479832 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/200ccf79991c
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #13230 from fbukevin/issue929377"

This reverts commit cca35de2ff8993be019b3da889bac406915cc212, reversing
changes made to 31687ef383bc1b85a9d388fb3dde610ab7e8f8fd.
2013-11-05 09:45:25 -08:00
Gaia Pushbot dcb5ff3d8d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ff42fad2e15
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13367 from stupchiy/issue_933075

Bug 933709 - Write test for geolocation prompt

========

https://hg.mozilla.org/integration/gaia-central/rev/1f2265e62705
Author: Sergey Tupchiy <sergey.tupchiy@optile.de>
Desc: Bug 933709 - Write test for geolocation prompt
2013-11-05 08:35:24 -08:00
Gaia Pushbot e174e79a57 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7b595379c0f9
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13346 from teodosia/dialersms2

Bug 932725 - Add a test to check that the "dial" activity is working

========

https://hg.mozilla.org/integration/gaia-central/rev/6e8ca17b6775
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 932725 - Add a test to check that the "dial" activity is working
2013-11-05 08:10:24 -08:00
Gaia Pushbot 195c29e321 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da574ead7634
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #13380 from zacc/bug_934940

Bug 934940 - Python  Repair SMS app tests failing after HTML changes

========

https://hg.mozilla.org/integration/gaia-central/rev/16d8e31b9337
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 934940 - Python update test flow to accomodate html changes
2013-11-05 06:50:30 -08:00
Gaia Pushbot f9b732f5ff Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/06a3ab07817c
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13142 from AndreiH/bug931770

Bug 931770 - Change xfail for test_gallery_edit_photo.py

========

https://hg.mozilla.org/integration/gaia-central/rev/fbec65d0a081
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 931770 - Change xfail for test_gallery_edit_photo.py
2013-11-05 06:15:25 -08:00
Gaia Pushbot 9d2aa1925c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b75625390b4d
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13230 from fbukevin/issue929377

Bug 929377 - [LockScreen][UtilityTray] Sleep the phone when UtilityTray shows would make it overlay on lockscreen, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/eca939e4d1a3
Author: Veck Hsiao <fbukevin@gmail.com>
Desc: Bug 929377 - [LockScreen][UtilityTray] Sleep the phone when UtilityTray shows would make it overlay on lockscreen
2013-11-05 05:50:26 -08:00
Gaia Pushbot 93ad079031 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3ec0723bdc0e
Author: Albert <acperez@tid.es>
Desc: Merge pull request #13185 from acperez/bug-932223

Bug 932223 - External apps split in two folders during make process. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/81a6f6e59661
Author: Albert <acperez@tid.es>
Desc: Bug 932223 - External apps split in two folders during make process. r=yurenju
2013-11-05 04:50:31 -08:00
Gaia Pushbot 1d1ba568c9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6745e7046ff9
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13354 from julienw/924475-master-fix

Bug 924475 - [Messages] The context menu is missing the contact name and...

========

https://hg.mozilla.org/integration/gaia-central/rev/2e8d579602e3
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 924475 - [Messages] The context menu is missing the contact name and mobile type r=borja

Do not output a header if this is a known contact
2013-11-05 11:05:24 -08:00
Matt Woodrow cb73971347 Bug 934533 - Remove the azure content enabled pref since we require it to be enabled for all platforms now. r=nrc
--HG--
extra : rebase_source : f5152dd3c088009c80cda2844589967ed047e888
2013-11-06 08:54:12 +13:00
Kan-Ru Chen (陳侃如) c114de060c Backout 87b5e35236ef (bug 931746) breaks UI tests 2013-11-05 15:04:22 +08:00
Kan-Ru Chen (陳侃如) 3b2be7096b Backout 3903cb4b779f 2013-11-05 15:00:31 +08:00
Gaia Pushbot 774fb182a4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c89bc252dca
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13276 from gasolin/issue-919927

Bug 919927 - [Permission] use permissions instead of permission/option/o...,r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/81325984348c
Author: gasolin <gasolin@gmail.com>
Desc: Bug 919927 - [Permission] use permissions instead of permission/option/options
2013-11-04 22:25:24 -08:00
Alfredo Yang 0d61f474ce Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 14:05:52 +08:00
Kan-Ru Chen (陳侃如) 77774a2241 Bug 931746 - Only handle events from our direct descendants. r=yxl 2013-11-05 12:24:40 +08:00
Gaia Pushbot 755d6b8f81 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4ccffd205a31
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12660 from mahsam/882088-video-thumbnail

882088 - fix thumbnail aspect ratio in video app, r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/4d6cb187e5e4
Author: mahsam <mahsam.29@gmail.com>
Desc: 882088 - fix thumbnail aspect ratio in video app

882088 - better calculation for square images

882088 - use scale function in order to fix 1 pixel issue

882088 - add some comments
2013-11-04 19:40:39 -08:00
Gaia Pushbot 3da424dcdb Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ca8a474b40f9
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 934722 - [clock] Unit tests compute timezone offset incorrectly - r=gnarf

Closes gh-13366
2013-11-04 16:10:28 -08:00
Gaia Pushbot 482cf2ff57 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 934653 - [system] aria-hidden on windows element is inverted. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/be1da7f3fd8e
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 934653 - [system] aria-hidden on windows element is inverted.
2013-11-04 14:15:25 -08:00
Rail Aliiev 27a4680edc Backout 2ea2669b53c3, Bug 917642 - [Helix] Please update the helix blobs 2013-11-04 16:34:47 -05:00
Gaia Pushbot 5971f63957 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf31c17dffa0
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13361 from bobsilverberg/xfail_clock_tbpl

Bug 932491 - Intermittent test_clock_set_alarm_snooze.py

========

https://hg.mozilla.org/integration/gaia-central/rev/7b4835712f51
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 932491 - Intermittent test_clock_set_alarm_snooze.py
2013-11-04 13:15:24 -08:00
Rail Aliiev 903b8b564a Bug 917642 - [Helix] Please update the helix blobs. r=nhirata 2013-11-04 16:05:34 -05:00
Gaia Pushbot 5ed58565bb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fbe8db49928d
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Merge pull request #13046 from reubenmorais/contacts-picker

Bug 929492 - Stop manually copying properties of Contact objects. r=bkelly

========

https://hg.mozilla.org/integration/gaia-central/rev/b9ea1a2713df
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 929492 - Stop manually copying properties of Contact objects. r=bkelly
2013-11-04 12:50:24 -08:00
Gaia Pushbot 1bdc09b685 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/265cfcff3e99
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13360 from bobsilverberg/xfail_clock_tbpl

Bug 932491 - Intermittent test_clock_set_alarm_snooze.py

========

https://hg.mozilla.org/integration/gaia-central/rev/449a4ad15a96
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 932491 - Intermittent test_clock_set_alarm_snooze.py
2013-11-04 12:25:24 -08:00
Gaia Pushbot a922b6c545 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/292078cac8cf
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13334 from masap/20131104

Bug 934312 - [Homescreen] Remove CSS errors

========

https://hg.mozilla.org/integration/gaia-central/rev/92d7383d3003
Author: masap <masashi.honma@gmail.com>
Desc: Bug 934312 - [Homescreen] Remove CSS errors
2013-11-04 12:05:24 -08:00
Gaia Pushbot dd6438f71b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/00ceae21c526
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13351 from viorelaioia/bug_934506

Bug 934506 - Update locator for messages frame in test_sms_contact

========

https://hg.mozilla.org/integration/gaia-central/rev/46fe2386bf74
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 934506 - Update locator for messages frame in test_sms_contact
2013-11-04 10:05:24 -08:00
Gaia Pushbot 1d2659fc0f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e68c5fe7182
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13266 from qdot/933402-b2g-really-clean

Bug 933402 - Remove b2g in really-clean target

========

https://hg.mozilla.org/integration/gaia-central/rev/4d8655659ad0
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 933402 - Remove b2g in really-clean target
2013-11-04 09:05:27 -08:00
Gaia Pushbot c26996f57b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3db5bedb25e0
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13350 from jugglinmike/934486-npm-log

Bug 934486 - NPM Logging is too verbose

========

https://hg.mozilla.org/integration/gaia-central/rev/47ddad236153
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 934486 - NPM Logging is too verbose

========

https://hg.mozilla.org/integration/gaia-central/rev/ec3081490ff2
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12714 from fcampo/MMS-attachment-top-923023

Bug 923023 - [MMS] Move attachment button to top bar (r=rwaldron)

========

https://hg.mozilla.org/integration/gaia-central/rev/95c24f715012
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 923023 - [MMS] Move attachment button to top bar
2013-11-04 08:55:24 -08:00
Gaia Pushbot 80704e87b3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4b2e6eb12838
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13304 from timdream/keyboard-perm-remove

Bug 915570 - Gaia Part II, remove the old 'keyboard' permission, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/77283ecd7cce
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 915570 - Gaia Part II, remove the old 'keyboard' permission
2013-11-04 08:10:24 -08:00
Gaia Pushbot 0764a550ab Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/757f8293fa9a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #13349 from jonallengriffin/testapp

Bug 926280 - Add SMS perms to test container app, r=ahal, a=test-only

========

https://hg.mozilla.org/integration/gaia-central/rev/d3bd97b2ba02
Author: Jonathan Griffin <jonallengriffin@gmail.com>
Desc: Bug 926280 - Add SMS perms to test container app, r=ahal, a=test-only
2013-11-04 07:55:24 -08:00
Gaia Pushbot 2bcd924014 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/582883c1a8aa
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 932859 - Apply the SI/SL message styles correctly r=julienw
2013-11-04 07:45:25 -08:00
Gaia Pushbot 97c582859d Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fe485e0d9007
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 923831 - Intermittent failures in test_kill_all, fix manifest syntax a=testonly r=me
2013-11-04 05:35:24 -08:00
Gaia Pushbot 1e66ecee29 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7cf47b57d881
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 923831 - Intermittent failures in test_kill_all, disabling the test until someone can investigate and/or repair the test
2013-11-04 04:36:26 -08:00
Gaia Pushbot fb10f69121 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/df31e3d14be6
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 921721 - hotfix to bust JS Exception in startup a=testonly r=me"

This reverts commit 5cf27888e390526c072d4b44a5af54c8aaf7205a.
2013-11-04 04:25:24 -08:00
Gaia Pushbot b6149335c3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/17d3c31fb436
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #13285 from dominickuo/bug-933110

Bug 933110 - [music2] Fix the jslint errors, r=@es92

========

https://hg.mozilla.org/integration/gaia-central/rev/8f3fefd4ed25
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: [music2] Fix the lint errors
2013-11-03 19:05:24 -08:00
Gaia Pushbot d61539c36b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a04d1f511e0
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #13159 from huchengtw-moz/build/Bug_921417_rewrite_variant.py_to_js

Bug 921417 - rewrite build/variant.py in javascript, r=yurenju, acperez

========

https://hg.mozilla.org/integration/gaia-central/rev/9c95a7c9a985
Author: John Hu <johu@mozilla.com>
Desc: Bug 921417 - rewrite build/variant.py in javascript
2013-11-03 18:20:24 -08:00
Gaia Pushbot 0fc1104dff Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9df8dbc56693
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13232 from waalt/926105

Bug 926105 - When there are no apps to show in the app switcher, show a text saying "No recent apps", r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c66f3497ed85
Author: Adán Sánchez de Pedro Crespo <adansdpc@waalt.com>
Desc: Bug 926105
2013-11-03 17:20:24 -08:00
Gaia Pushbot 9077bffded Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ebdb44da576b
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13356 from bebef1987/ev.me1

Bug 934483 - [e.me] The type reported for "Skyfall" has changed from "Movies" to "BrandInfo"

========

https://hg.mozilla.org/integration/gaia-central/rev/5d137fc98d7a
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 934483 - [e.me] The type reported for "Skyfall" has changed from "Movies" to "BrandInfo"

========

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

Bug 931742 - [Settings] Move per-panel init tasks +shepherd r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/7936074b32ac
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 931742 - [Settings] Move per-panel init tasks +shepherd
2013-11-05 04:40:29 -08:00
Gaia Pushbot 03c6682b14 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/24b3eb081739
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13355 from bebef1987/fix_contacts_photo

Bug 934523 - Fix add photo to contact test

========

https://hg.mozilla.org/integration/gaia-central/rev/10a07de22473
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 934523 - Fix add photo to contact test
2013-11-05 04:30:26 -08:00
Gaia Pushbot 629891f186 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1f1a27cb86ec
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13379 from AndreiH/bug934941

Bug 934941 - Xfail test_sms and test_sms_with_attachments

========

https://hg.mozilla.org/integration/gaia-central/rev/65f8ff5adf0d
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 934941 - Xfail test_sms and test_sms_with_attachments
2013-11-05 04:15:26 -08:00
Gaia Pushbot 9f7c6fbfc4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cdf4e5169c78
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #13095 from comoyo/blur-focus-seq

Bug 931005 - Higher timeout for quick following blur/focus sequence. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/853447cb737e
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 931005 - Higher timeout for quick following blur/focus sequence
2013-11-05 02:55:32 -08:00
Gaia Pushbot c7bb7fe296 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fe04ea782964
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #13378 from borjasalguero/revert_Bug_911701

Revert "Add truncation to avoid MMS filename limitation r=rwaldron"

========

https://hg.mozilla.org/integration/gaia-central/rev/4bb8f8574fc3
Author: borjasalguero <fbsc@tid.es>
Desc: Revert "Add truncation to avoid MMS filename limitation r=rwaldron"

This reverts commit d82ecd50783cc79121b25f24f899b9df2f702c7c.
2013-11-05 02:40:26 -08:00
Gaia Pushbot 5c8e890e66 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/99c62f5a3041
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #13096 from dominickuo/bug-901421-advance

Bug 901421 - [music] add MediaDB.advancedEnumerate() for random accessing records to fix issues on shuffling all songs, r=@jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/6ba4aafc4ffe
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 901421 - [music] add MediaDB.advancedEnumerate() for random accessing records to fix issues on shuffling all songs
2013-11-05 02:30:29 -08:00
Gaia Pushbot 1213e87815 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a110efdcd68b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 911701 - Show data signal strength when connecting to EVDO"

This reverts commit d8c3045df65e6126f6af02a47f9e4a22682e0898.
2013-11-05 00:55:24 -08:00
Gaia Pushbot 15a9fb36bf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 930624 - Unpair device: fix localizability of "Confirmation" title, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/056306134f21
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 930624 - Bluetooth unpair device: fix localizability of "Confirmation" title

Add data-l10n-id to title and add string to en-US properties file
2013-11-05 00:35:26 -08:00
Alfredo Yang af01190bbc Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-11-05 16:29:27 +08:00
Gaia Pushbot 41ff8503ef Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 934237 - Clean up calendar marionette tests

========

https://hg.mozilla.org/integration/gaia-central/rev/b4a8bb4e44ba
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 934237 - Clean up calendar marionette tests
2013-11-03 09:10:24 -08:00
Gaia Pushbot a2fa67edb5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ce8105637fd2
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 925961 - Use the email address parser for showing bubble properly."

This reverts commit e363d38cde26a6416cb9926c04896866bba4b88a.

========

https://hg.mozilla.org/integration/gaia-central/rev/a3d2ce41d386
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 924274 - [Contacts] Add initial marionette tests"

This reverts commit fec050c7f463ec9645c69158027a5998b293ea99.
2013-11-02 07:55:24 -07:00
Gaia Pushbot e4c43eb28e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a2118125f58d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12629 from rwaldron/920546

Bug 920546 - [Messages] Short-term fixes for the recipient panel

========

https://hg.mozilla.org/integration/gaia-central/rev/92bfa656e0fa
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 920546 - [Messages] Short-term fixes for the recipient panel r=julienw

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

- Apply new "invalid recipient" indicator style
- Decouple searchContact from list display
- Create ThreadUI.listContact(...)
- Create ThreadUI.validateContact(...)
- Adds two level validation:
    - Is the entry questionable?
        - This kicks off a silent search for matching contacts
        - If there are one or more matches, use the first to create a Recipient
    - Is the entry invalid?
        - This state is reached if no contacts could be found
          for the typed value.
        - Prevents enableSend
        - Prevents "export" of recipient entry at Send
          (when mixed with multiple valid recipients)
- Refactor Utils.getContactDisplayInfo logic
- Adds tests for enableSend
- Adds tests for questionable Recipient detection.

Cases covered: https://bugzilla.mozilla.org/show_bug.cgi?id=920546#c48

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-11-02 04:50:25 -07:00
Gaia Pushbot 178aadec6c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 932607 - Adding Macedonian keyboard layout, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/bc8a6355f7bf
Author: Damjan Georgievski <gdamjan@gmail.com>
Desc: Bug 932607 - Adding Macedonian keyboard layout
2013-11-01 19:15:24 -07:00
Gaia Pushbot 7a9a934892 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/58c6ef2b02cc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13301 from julienw/931767-fix-test-only

Bug 931767 - fix tests for the DST change only r=rwaldron

========

https://hg.mozilla.org/integration/gaia-central/rev/3cf768bd7d6d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 931767 - fix tests for the DST change only r=rwaldron
2013-11-01 16:30:24 -07:00
Gaia Pushbot 1d2cb8f477 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a824661b8338
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13146 from caiolima/bug_815093

Bug 815093 - Compose "new" activities are unable to return to calling app once message is sent

========

https://hg.mozilla.org/integration/gaia-central/rev/8829732fae72
Author: Caio Lima <ticaiolima@gmail.com>
Desc: Bug 815093 - Compose activities returning to caller app r=julien
2013-11-01 16:20:26 -07:00
Gaia Pushbot 2affffea74 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cfbe5852250
Author: Sebastiaan de Haan <me@sebastiaandehaan.nl>
Desc: Bug 818287 - Support screenshots without a data URL prefix. r=dhunt
2013-11-01 16:10:24 -07:00
Gaia Pushbot 102289bbf8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e433f65f9d08
Author: Tom Herold <tom.herold@scalableminds.com>
Desc: Merge pull request #12735 from hotzenklotz/917445_enhance_image

One click auto enhance for gallery images

========

https://hg.mozilla.org/integration/gaia-central/rev/ef5d8b1167ad
Author: Tom Herold <therold@mozilla.com>
Desc: One click auto enhance for gallery images
2013-11-01 15:00:25 -07:00
Gaia Pushbot bcdc8c3f09 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b150bbd90af2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #13299 from mikehenrty/master

Revert "Bug 930104 - Remove localId=0 hack for the system app on firefox...

========

https://hg.mozilla.org/integration/gaia-central/rev/b172d50cca39
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Bug 930104 - Remove localId=0 hack for the system app on firefox and correctly set permission for any app loaded in Firefox r=vingtetun"

This reverts commit 73840d5463c15cf7bb535eda813b666b933fa11a.
2013-11-01 14:10:28 -07:00
Gaia Pushbot 41409b27fb Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b8d6e9efac73
Author: Adam Hyland <protonk@gmail.com>
Desc: Add truncation to avoid MMS filename limitation r=rwaldron
2013-11-01 13:50:25 -07:00
Aki Sasaki ed964feb1d bug 931716 - add gecko files to unagi uploads. r=catlee 2013-11-01 12:08:27 -07:00
Gaia Pushbot 8083bfbb95 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a424a1880e5f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13187 from borjasalguero/uk_v1.2_sprint4_forwad_logic

Bug 927784 - [Messaging][Forward] Implement forward logic. r=rwaldron,julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/e85214653f6d
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 927784 - [Messaging][Forward] Implement forward logic. r=rwaldron,julienw
2013-11-01 12:00:34 -07:00
Ryan VanderMeulen 43eeed0ee4 Merge fx-team to m-c. 2013-11-01 14:51:36 -04:00
Gaia Pushbot f3327b85da Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a76d2ef6040e
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #13293 from stupchiy/issue_931865

Bug 931865 - gaia test is_app_installed doesn't check the last page of apps

========

https://hg.mozilla.org/integration/gaia-central/rev/ca5b90284164
Author: Sergey Tupchiy <sergey.tupchiy@optile.de>
Desc: changed logic of is_app_installed, Bug #931865
2013-11-01 09:05:24 -07:00