Gaia Pushbot
341f38bd7c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6eebea42f3f6
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13123 from pivanov/bug-931555
Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen
========
https://hg.mozilla.org/integration/gaia-central/rev/55ca2e71c1af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen
2013-10-28 02:15:24 -07:00
Gaia Pushbot
fa0beed7a3
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/31c586470ff2
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #12779 from bmac/924846
Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed whil...
r=gchen
========
https://hg.mozilla.org/integration/gaia-central/rev/0603b7b9c2ba
Author: bmac <bmac325@GMail.com>
Desc: Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed while switching the keyboard between built-in keyboard and third party keyboard
2013-10-28 01:30:23 -07:00
Gaia Pushbot
e736bbffe0
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d2632e2be46d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 909689 - Set data connection text based on the network mode and the existence of calls r=alive
2013-10-27 21:45:24 -07:00
Gaia Pushbot
c24171e58a
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/33b06ed662ee
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 909689 - Set data connection text based on the network mode and the existence of calls"
This reverts commit d505b37f2e856d0cf7c7cd5b37c02eec44f06b7d.
2013-10-27 21:25:25 -07:00
Gaia Pushbot
a1c83d89fc
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8e5ab4582834
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #13024 from MBRSL/eng-mode
Bug 913385 - Add Hardware tests mode r=evelyn,zac
========
https://hg.mozilla.org/integration/gaia-central/rev/7c55c55ae7f6
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 913385 - Add Hardware tests mode r=evelyn
This patch organize old tests into API and UI parts, and add new Hardware tests.
Also, there are some minor fixes on existing tests.
HW tests mode provide the following tests:
Audio loop
Battery
Bluetooth
Camera
Headphone
LCD
Physical keys
Ringer
SDCard
Sensors
Touch screen
Vibrator
2013-10-27 21:15:25 -07:00
Gaia Pushbot
036233cc1e
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b722b062fc40
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #12924 from steveck-chung/incoming-call-refinement
Bug 924736 - [Dialer] Incoming call lock screen icons css/animation fine -tune. r=etiennesegonzac, a=timdream.
========
https://hg.mozilla.org/integration/gaia-central/rev/6d7b8275b447
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 924736 - [Dialer] Incoming call lock screen icons css/animation fine-tune
========
https://hg.mozilla.org/integration/gaia-central/rev/6527c99890cc
Author: Rudy Lu <left.lu@gmail.com>
Desc: Revert "Merge pull request #13115 from RudyLu/keyboard/Bug928281-keyboard_OOP"
This reverts commit 9c6586d85d4340600ace0aa69f5741c5f3f67970, reversing
changes made to 0c52c04fa2e07c119f4777f1dddc1081734de4ab.
Revert "Bug 912010 - [Keyboard][V1.2] Default Keyboard when all keyboards are de-selected - r=rlu r=garychen r=arthurcc"
This reverts commit ad0bf992cd379a32de18b9a4bb765757db8af986.
Conflicts:
apps/settings/index.html
2013-10-27 21:14:32 -07:00
Gaia Pushbot
5c51329041
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/373644db99ce
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.
Changes, post review:
> Bug 1:
> - enter a bogus recipient, press enter to "accept" it
> - press backspace => the cursor is correctly inside the contenteditable element, but it's still "red" and the keyboard is hiding
Fixed by adding CSS rules:
[contenteditable=false].attention
[contenteditable=true].attention
---
> Bug 2:
> - with the recipient light workload, that has a "Adam L. Card" contact
> - typing exactly "Adam L. Card" => no match
> - typing "Adam Card" => match
Yep, this has always been true. See also: https://bugzilla.mozilla.org/show_bug.cgi?id=860804
---
> Bug 3:
> - add text in the composer
> - add a bogus contact => the send button is enabled, should be disabled
Fixed by being more explicit in enableSend:
Set hasRecipients to true based on the following conditions:
1. There is a valid recipients object
2. One of the following is true:
- The recipients object contains at least 1 valid recipient
- OR -
- There is >1 character typed and the value will not
evaluate to a NaN
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-10-27 21:14:10 -07:00
Gaia Pushbot
aad2b3737d
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c73e725d0176
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Merge pull request #12529 from EverythingMe/session-reinit
[Bug 914591] make sure sessions get re-inited after expiration [r=ranbena]
========
https://hg.mozilla.org/integration/gaia-central/rev/7f8b27532247
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: [Bug 914591] make sure sessions get re-inited after expiration [r=ranbena]
2013-10-27 20:55:48 -07:00
Gaia Pushbot
5291ae0520
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/5cffbcaff577
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13066 from Pike/bug-930469-malformed-properties
bug 930469, malformed properties file.
========
https://hg.mozilla.org/integration/gaia-central/rev/89f65b6d853c
Author: Axel Hecht <axel@pike.org>
Desc: bug 930469, malformed properties file.
Remove leftover merge conflict marker
2013-10-27 20:55:23 -07:00
Gaia Pushbot
73cbd428fd
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/84806d46b65c
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #12935 from borjasalguero/uk_v1.2_sprint3_forward
Bug 927783 - [Messaging][Forward] Create action panel for deleting/forwa...
========
https://hg.mozilla.org/integration/gaia-central/rev/592fc908accc
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 927783 - [Messaging][Forward] Per message context menu opens options/action menu (to incl. delete, forward) r=schung,rwldrn
2013-10-25 15:01:24 -07:00
Gaia Pushbot
86dcce1d32
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/79a154658ac1
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13101 from lightsofapollo/vbump-marionette-1.0.0
NO BUG - vbump marionette a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/a186a56904a6
Author: James Lal <james@lightsofapollo.com>
Desc: NO BUG - vbump marionette a=test-only
2013-10-25 14:15:25 -07:00
Gaia Pushbot
338c811bb2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a4ca66875990
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13100 from lightsofapollo/revert-4c652c5
Revert "Merge pull request #13097 from dmarcos/bug928614"
========
https://hg.mozilla.org/integration/gaia-central/rev/2c17c8a26ed7
Author: James Lal <james@lightsofapollo.com>
Desc: Revert "Merge pull request #13097 from dmarcos/bug928614"
This reverts commit 4c652c5ca43f301217cbabf8f781b93a860bec37, reversing
changes made to afbf45f26a73b7cd5e0a831bea48087331975286.
2013-10-25 13:51:24 -07:00
Gaia Pushbot
b9297abc6e
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfae5ff6b7c4
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 912010 - [Keyboard][V1.2] Default Keyboard when all keyboards are de-selected - r=rlu r=garychen r=arthurcc
- Refactors `KeyboardHelper`
- Renames the application method to `getApps`, which now caches response until the apps change
- Adds a new API `getLayouts` to get a callback with an array of layouts.
- Adds a new API `watchLayouts` to get a callback whenever layout settings or apps change
- No longer calls `saveToSettings` itself when changing layout parameters. This allows a consumer to batch operations before saving.
- New method `checkDefaults` will make sure there is at least one `text` `url` and `number` keyboard enabled, calling the callback with anything it enabled.
- +unit test suite.
- ManifestHelper now automatically returns a ManifestHelper for each object it contains
- +unit test suite
- now waits until access time to handle the language selection instead of creation time
- this allows holding the one manifest helper and having its "name" property change with the language
- Settings Changes
- Now uses `watchLayouts` from keyboard_helper
- Now calls `checkDefaults` when disabling a keyboard
- If a default is enabled opens a DefaultKeyboardEnabledDialog
- Removed a bunch of commented out code for dealing with the old layout settings
- System Changes
- Now uses `watchLayouts` from keyboard_helper
- Will call `checkDefaults` whenever it can't find a keyboard to show, showing the default from `text` if it still can't find one
- Test suite
- Moved some mocks to shared and updated require statements
- Mock Settings now allows a "sync mode" that can call the callbacks for observers on demand.
Closes gh-12866
2013-10-25 12:55:55 -07:00
Gaia Pushbot
8ab6e75112
Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c09f78f6bdd9
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #12992 from gaye/bug-920261
Bug 920261 - mailto links broken r=jrburke
========
https://hg.mozilla.org/integration/gaia-central/rev/5daf75353a52
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 920261 - fix mailto links r=jrburke
========
https://hg.mozilla.org/integration/gaia-central/rev/57e87158185f
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #13002 from cctuan/926871
Bug 926871 - Prevent reflowing when the software button is hidden and add test cases for software button manager
========
https://hg.mozilla.org/integration/gaia-central/rev/3b52ff85884c
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 926871 - Prevent reflowing when the software button is hidden
========
https://hg.mozilla.org/integration/gaia-central/rev/45d9ade0030c
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #13097 from dmarcos/bug928614
Bug 931054 - [Camera] filmstrip.js access undefined preview metadata
========
https://hg.mozilla.org/integration/gaia-central/rev/412e5f78f422
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 931054 - [Camera] filmstrip.js access undefined preview metadata
2013-10-25 12:55:29 -07:00
Gaia Pushbot
75ae28074d
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7824a49ab738
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 929636 - Python set device tests to fail on device type, remove final traces of xfail. r=dhunt r=rwood
2013-10-25 09:45:29 -07:00
Gaia Pushbot
3fb61eabef
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8f782376375b
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 877718 - [Messages] Contact's correct phone number and type is displayed r=julienw
https://bugzilla.mozilla.org/show_bug.cgi?id=877718
- Rename Utils.compareDialables => Utils.probablyMatches
- normalizes with navigator.mozPhoneNumberService.normalize if possible
- otherwise fallback to previous matching strategy (no non-digit => digit replacement)
- Update navigator.mozContacts.find desktop "mock" to also normalize when searching numbers
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/59abff9c1005
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13036 from gitmai/bug-926582-search-bar-not-working
Bug 926582 - [B2G][Contacts] The search bar will stop functioning when searching contacts in Gmail or Outlook
========
https://hg.mozilla.org/integration/gaia-central/rev/976f8748c472
Author: mai <mri@tid.es>
Desc: Bug 926582 - [B2G][Contacts] The search bar will stop functioning when searching contacts in Gmail or Outlook
2013-10-25 09:35:25 -07:00
Gaia Pushbot
241093a714
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f6bdd9d219b8
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #13010 from staktrace/apzc-force-enable
Bug 929728 - Add a B2G developer settings option to enable APZC in all content processes. r=
========
https://hg.mozilla.org/integration/gaia-central/rev/f2c4678b5f74
Author: Kartikaya Gupta <kgupta@mozilla.com>
Desc: Bug 929728 - Add a B2G developer settings option to enable APZ in all content processes. r=vingtetun
2013-10-25 07:15:24 -07:00
Gaia Pushbot
273161676b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e5875a1a8d1f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12806 from anah/bug924114
Bug 924114 - Migrate homescreen tests to use app objects
========
https://hg.mozilla.org/integration/gaia-central/rev/98eb63f8b2fb
Author: Ana Hristova <ana.nikolaeva@gmail.com>
Desc: Bug 924114 - Migrate homescreen tests to use app objects
2013-10-25 06:30:24 -07:00
Gaia Pushbot
912a008697
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd2969e38c1c
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12892 from comoyo/value_selector_inputcontext
Bug 924893 - Use contextchange chrome event instead of mozKeyboard.onfocuschange in value selector. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/45bd4b3f6421
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 924893 - Use contextchange chrome event instead of mozKeyboard.onfocuschange in value selector
2013-10-25 06:15:25 -07:00
Gaia Pushbot
5b846337b8
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8974a0511dc3
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13069 from gtorodelvalle/contacts-bug-925307-intro-exits-search-mode-reloaded
Bug 925307 - [Contacts] In search mode, clicking ENTER on the keyboard exits the search mode (follow-up)
========
https://hg.mozilla.org/integration/gaia-central/rev/605838645515
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 925307 - [Contacts] In search mode, clicking ENTER on the keyboard exits the search mode (follow-up)
2013-10-25 05:30:23 -07:00
Gaia Pushbot
a9d5c6bef5
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7fe46df44c0e
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 927391 - Bump gaiatest version to 0.18. r=dhunt
2013-10-25 05:05:23 -07:00
Gaia Pushbot
1aeb82b3a2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d9d422e52a7a
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #13087 from jaoo/926455
Bug 926455 - Cannot enable data connection when updating from 1.1 to 1.2 via FOTA. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/4ddedcff9d2a
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 926455 - Cannot enable data connection when updating from 1.1 to 1.2 via FOTA
2013-10-25 03:45:26 -07:00
Gaia Pushbot
7bd68647e8
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3d0407f90b4c
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #12140 from luke-chang/906617_keyboard_new_composition
Bug 906617 - Change Gaia keyboard app to use the new composition methods in IME WebAPI, r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/3b0a94387084
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 906617 - Change Gaia keyboard app to use the new composition methods in IME WebAPI
2013-10-25 03:30:28 -07:00
Gaia Pushbot
a76e961439
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/15d773c6e01f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13083 from timdream/keyboard-mozapptype
Bug 928270 - Set keyboard iframe attribute mozapptype=inputmethod, r=gchen
========
https://hg.mozilla.org/integration/gaia-central/rev/6a863bd14d63
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 928270 - Set keyboard iframe attribute mozapptype=inputmethod
2013-10-25 03:10:26 -07:00
Gaia Pushbot
b76bc4e917
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/70a2c51fbe37
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12538 from huchengtw-moz/video/Bug_921421_move_to_start_while_ending
Bug 921421 - [Video] pause the video and back to beginning when a video ..., r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/231b1c2ddfc8
Author: John Hu <johu@mozilla.com>
Desc: Bug 921421 - [Video] pause the video and back to beginning when a video plays to end
2013-10-25 02:10:24 -07:00
Gaia Pushbot
34d2becd1b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/517577255b59
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13085 from gasolin/issue-929889
Bug 929889 - Remove 'portrait-primary' lock in system app, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/2f7414bc9ec6
Author: gasolin <gasolin@gmail.com>
Desc: Bug 929889 - Remove 'portrait-primary' lock in system app
2013-10-25 01:45:24 -07:00
Gaia Pushbot
3a6e805822
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6ae26bd48965
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #12929 from luke-chang/923653_support_contacts_layout
Bug 923653 - Layout of support contacts in settings isn't displayed properly, r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/a4f9970f8f57
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 923653 - Layout of support contacts in settings is not displayed properly
2013-10-25 01:10:24 -07:00
Gaia Pushbot
c1768e9d68
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7012b7d31b28
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12802 from caiolima/bug-815093
Bug 815093 - Compose/share activities returning to caller app
r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/35ee9ca6baea
Author: Caio Lima <ticaiolima@gmail.com>
Desc: Bug 815093 - Compose activities returning to caller app r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/640ae4833ecb
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12967 from arcturus/bug-925184
Bug 925184 - [B2G][Settings] The user cannot export contacts to the memory card when USB Storage is enabled
========
https://hg.mozilla.org/integration/gaia-central/rev/c644d645fa11
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 925184 - [B2G][Settings] The user cannot export contacts to the memory card when USB Storage is enabled
Changed the approach to not to use UMS and settings, but just the sdcard state.
For that added the state 'SHARED' as not available to use for the import/export, since we could have
inconsistencies while using.
Now our utility for sdcard has an extra option to subscribe to changes in the sdcard.
2013-10-25 01:00:23 -07:00
Gaia Pushbot
411d18d1d4
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fb342e5c57e0
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13080 from Rik/tabbar-overlays-modals-924256
Bug 924256 - The bottom panel tabbar overlays MMI screen and phone suggestion r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/ff28cef1e28d
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 924256 - The bottom panel tabbar overlays MMI screen and phone suggestions screen
2013-10-25 00:45:26 -07:00
Gaia Pushbot
e0110d53cb
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c71302645e2
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #13038 from comoyo/keyboard-height-changes
Bug 929911 - UpdateHeight on already visible keyboard doesn't throw keyboardchange event. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/f0a910c8d007
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 929911 - UpdateHeight on already visible keyboard doesn't throw keyboardchange event
2013-10-25 00:35:24 -07:00
Gaia Pushbot
f67972aca1
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9da98cf91d52
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13018 from dwi2/bug911291
Bug 911291 - No need to update display of simPin, identity, and password... r=crh0716
========
https://hg.mozilla.org/integration/gaia-central/rev/ffcb8362a3f1
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 911291 - No need to update display of simPin, identity, and password in #wifi-status since there are no such input elements
2013-10-25 00:10:23 -07:00
Gaia Pushbot
6126940c9c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/49e5310a6ebd
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #13059 from crh0716/903232
Bug 903232 - Show only gsm options by default r=yuren
========
https://hg.mozilla.org/integration/gaia-central/rev/49d78decaf7a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 903232 - Show only gsm options by default
2013-10-24 23:50:24 -07:00
Gaia Pushbot
93dbfcd1bc
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f8a13662ba5
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #13063 from snowmantw/issue906549
Bug 906549 - [Flatfish][LockScreen] add support for large device for portrait
========
https://hg.mozilla.org/integration/gaia-central/rev/9041c0f161c2
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 906549 - [Flatfish][LockScreen] add support for large device for portrait
2013-10-24 19:30:24 -07:00
Gaia Pushbot
a3baaca5e1
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3acbd9057dc3
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #12314 from jimporter/music-notification-controls
Bug 902981 - [Music] [User Story] Provide access to music controls in the notifications tray
========
https://hg.mozilla.org/integration/gaia-central/rev/20926d18037d
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 902981 - Add support for music playback controls from the notifications area; r=alive, r=djf, ui-r=robmac, ui-r=epang
2013-10-24 19:20:23 -07:00
Gaia Pushbot
d3ddfa3508
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c84a6a7d5826
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #13076 from gregorwagner/9156772
Bug 915677 - canceling the awesome page does not allow focus back into the content. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/f07c7affe006
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 915677 - canceling the awesome page does not allow focus back into the content. r=benfrancis
2013-10-24 17:35:24 -07:00
Gaia Pushbot
96ef1257ac
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd8dba4a25cb
Author: Evelyn Eastmond <evelyn@bocoup.com>
Desc: Bug 887110 - Typical clocks show quarter hours as more prominent than 10min marks
r=jugglinmike
2013-10-24 16:50:23 -07:00
Gaia Pushbot
c72b1d7be6
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d2185eee255
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #12995 from mikehenrty/bug-926714-notification-tests
Bug 926714 - Follow up to 899574: add integration tests for Notification...
========
https://hg.mozilla.org/integration/gaia-central/rev/13207b6cf374
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 926714 - Follow up to 899574: add integration tests for Notification.Get()
2013-10-24 16:15:24 -07:00
Gaia Pushbot
99adb73c0d
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/610786d35113
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #13072 from julienw/890209-tap-header
Bug 890209 - sms application display dialog when tap a header part r=julien
========
https://hg.mozilla.org/integration/gaia-central/rev/0182928b7f9b
Author: at-kitamura <at-kitamura@kddi-tech.com>
Desc: Bug 890209 -sms application display dialog when tap a header part
2013-10-24 12:05:25 -07:00
Gaia Pushbot
c55fa1d403
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e3564b8656fc
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #13073 from lightsofapollo/shepherd-beta
Bug 930578 - add shepherd docs +shepherd
========
https://hg.mozilla.org/integration/gaia-central/rev/2178197ec5de
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 930578 - add shepherd docs +shepherd
2013-10-24 09:25:28 -07:00
Gaia Pushbot
ec2a604ebf
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5ae702dbced4
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #12921 from Rik/lockscreen-no-calllog-922238
Bug 922238 - Call log does not record missed calls when in the lockscreen r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/4849e0f303f2
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 922238 - Call log does not record missed calls when in the lockscreen
We were closing the call screen before executing the Voicemail.check callback
- Store the voicemail info in recentsEntry earlier than at closing
- Remove the opacity animation when showing/hiding the call screen (it was not really working)
- Remove the animating flag since it was preventing closing animations to not run if the opening animation did not run
========
https://hg.mozilla.org/integration/gaia-central/rev/7a12b4c54fc7
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13070 from zacc/bug_930542
Bug 930542 - Fail test_browser_bookmark.py because of bug 930545
========
https://hg.mozilla.org/integration/gaia-central/rev/819967b26a2b
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 930542 - Fail test_browser_bookmark.py because of bug 930545
2013-10-24 08:15:24 -07:00
Gaia Pushbot
23ea1eef76
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c9d3a8f7aa91
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12835 from wanderview/shared-tvm-append
Bug 918179: Optimize append case in tag_visibility_monitor. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/28a0602cf111
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 918179: Optimize append case in tag_visibility_monitor
2013-10-24 07:50:23 -07:00
Gaia Pushbot
51fd375d58
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7e1f70152cc5
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #13026 from Rik/license-929926
Bug 929926 - LICENCE is mis-spelled r=gerv
========
https://hg.mozilla.org/integration/gaia-central/rev/fd5e9e9a462e
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 929926 - LICENCE is mis-spelled
2013-10-24 07:05:23 -07:00
Gaia Pushbot
e3c7b08f43
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bf4b2004954a
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Revert "Merge pull request #13000 from EragonJ/bug-927724"
This reverts commit 4d74b13f20f12996d41eb3e9a6c8775dd1717d67, reversing
changes made to 1433717c81d5f6f439cadf8511f559f1f19f5fc4.
Cause: the dialer is completely broken if your sim doesn't have
voicemail infos.
2013-10-24 06:50:23 -07:00
Gaia Pushbot
9c6b884c60
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dd6dc50d5f1b
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13047 from zacc/bug_929636
Bug 929636 - Changed skipped Python UI tests to use fail-if
========
https://hg.mozilla.org/integration/gaia-central/rev/c7bcbefa72ea
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 929636 - Changed skipped Python UI tests to use fail-if
2013-10-24 06:30:23 -07:00
Gaia Pushbot
2bcd76a15c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c1fe677869a6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12922 from alivedise/bugzilla/927310/activity-done-in-mozbrowser
Bug 927310 - Activitydone event in mozbrowser iframe
========
https://hg.mozilla.org/integration/gaia-central/rev/696b27fbb541
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 927310 - Activitydone event in mozbrowser iframe
2013-10-24 05:20:23 -07:00
Gaia Pushbot
fc3242add6
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7e84403d440
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13061 from bebef1987/marionette_0.6.1
Bug 929999 - Bump marionette_client dependency to 0.6.1 or above
========
https://hg.mozilla.org/integration/gaia-central/rev/1d4d2fa99490
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 929999 - Bump marionette_client dependency to 0.6.1 or above
2013-10-24 04:20:24 -07:00
Gaia Pushbot
501de0751a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be4bb665ab91
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 904984 - Add APBW to the APN database
========
https://hg.mozilla.org/integration/gaia-central/rev/5b6cfb9f6b30
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 904984 - Add APBW to the APN database"
This reverts commit dcbef3b68374b879bca4276e0df9b4fb5f8afb52.
2013-10-24 03:55:25 -07:00
Gaia Pushbot
2c79cbf1aa
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/feee488a651b
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13054 from timdream/reverse-dnt-value
Bug 914407 - Correct the Do Not Track header values, r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/a3c830c358d1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 914407 - Correct the Do Not Track header values
2013-10-24 03:20:24 -07:00
Gaia Pushbot
74c8c95c9a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f15f6d17ed80
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #13019 from etiennesegonzac/bug-852314-dialer-keypad-enabling
Bug 852314 - Enabling the oncall keypad asap according to the 3GPP spec. r=ferjm
========
https://hg.mozilla.org/integration/gaia-central/rev/b63ab0aa841f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 852314 - Enabling the oncall keypad asap according to the 3GPP spec.
2013-10-24 02:10:23 -07:00
Gaia Pushbot
20b7dffea9
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f664d0cd5947
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13039 from zacc/930044
Bug 930044 - Python UI tests Enhance wait in test_sms_with_attachments t...
========
https://hg.mozilla.org/integration/gaia-central/rev/fe9d45336f68
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 930044 - Python UI tests Enhance wait in test_sms_with_attachments to wait for messages app to resize the attached image
2013-10-24 02:00:25 -07:00
Gaia Pushbot
f1e8d51ac1
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac0ff2fff813
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #12002 from KevinGrandon/bug_908947_usage_dom
Bug 908947 - Use HTML import polyfill for Usage DOM r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/2b6d0a31001d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 908947 - Use HTML import polyfill for Usage DOM
2013-10-24 01:35:24 -07:00
Gaia Pushbot
67550b05ab
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/445a018f2e71
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12100 from Seinlin/Bug-914459
Bug 914459 - Use keyboard's basicLayoutKey if it is defined. r=janjongboom
========
https://hg.mozilla.org/integration/gaia-central/rev/e423894390ea
Author: Kaizhen <kli@mozilla.com>
Desc: Bug 914459 - Use keyboard's basicLayoutKey if it is defined.
2013-10-24 01:25:23 -07:00
Gaia Pushbot
3eefa94f91
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/171943320172
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #13053 from jimporter/music-nowplaying-icon
Bug 930386 - Fix the "now playing" icon that gets sent to the system app; r=dkuo
========
https://hg.mozilla.org/integration/gaia-central/rev/b8dc61d558b2
Author: Jim Porter <jporter@mozilla.com>
Desc: Fix the "now playing" icon that gets sent to the system app
2013-10-24 00:40:24 -07:00
Gaia Pushbot
7ca188e377
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0eeed380c274
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #13011 from jrburke/bug925174-email-activity-continue
Bug 925174 - [email] webactivity-triggered compose activity does not trigger r=gaye
========
https://hg.mozilla.org/integration/gaia-central/rev/4ce9a8963af6
Author: jrburke <jrburke@gmail.com>
Desc: Bug 925174 - [email] webactivity-triggered compose activity does not trigger after creating a new account created because there were no existing accounts
2013-10-23 21:55:23 -07:00
Gaia Pushbot
8bc6e55c3d
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b20cf22507ce
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #13000 from EragonJ/bug-927724
Bug 927724 - [DSDS][Gaia] Voicemail webapi will be changed for DSDS
========
https://hg.mozilla.org/integration/gaia-central/rev/92118e00bafb
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 927724 - [DSDS][Gaia] Voicemail webapi will be changed for DSDS
- add feature detect for Voicemail webAPI
2013-10-23 19:35:23 -07:00
Gaia Pushbot
566b4e8831
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/60d2f438d6d1
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #13050 from mikehenrty/bug-930337-integration
Skip integration test "lockscreen > replace notification:"
========
https://hg.mozilla.org/integration/gaia-central/rev/9227a6331163
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Skip integration test "lockscreen > replace notification:"
2013-10-23 18:35:23 -07:00
Gaia Pushbot
8be71301d4
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/20e3f42ccb60
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12635 from gasolin/issue-921327
Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet, r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/2a75bf172fcb
Author: gasolin <gasolin@gmail.com>
Desc: Bug 921327 - [Flatfish][homescreen] show 6 icons in a row on tablet
2013-10-23 17:00:24 -07:00
Gaia Pushbot
d4d8636b70
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0de4fc219e05
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13022 from brion/bug929525-emailsetup
Bug 929525: Email manual setup 'account' fields make automatic spelling corrections. r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/1d313d8c037c
Author: Brion Vibber <brion@pobox.com>
Desc: Bug 929525: Email manual setup 'account' fields make automatic spelling corrections
Added x-inputmode="verbatim" inputmode="verbatim" on username fields
to keep them from spontaneously correcting your username to random words.
2013-10-23 15:05:25 -07:00
Gaia Pushbot
aa7f386126
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/644d444e2368
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #13027 from jmcanterafonseca/fix_mozContact_merge
Bug 929914 - Revise contacts merging with respect to mozContact construc...
========
https://hg.mozilla.org/integration/gaia-central/rev/78ee62c38fb2
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 929914 - Revise contacts merging with respect to mozContact constructor
2013-10-23 10:25:23 -07:00
Gaia Pushbot
2d5ab7bf3c
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2e293f22489f
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 926587 - [B2G][Clock][Stopwatch] Choppy transition animation going to Stopwatch from Timer or Alarm - r=jugglinmike
- Implements a temporary workaround while waiting for Bug 921317 to be resolved in the platform
2013-10-23 10:15:27 -07:00
Gaia Pushbot
dff8ccc77a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dbe078ff4f76
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13021 from viorelaioia/bug-929799
Bug 929799 - tbpl-manifest.ini is out of date with what tests can be ena...
========
https://hg.mozilla.org/integration/gaia-central/rev/078f43f5833a
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 929799 - tbpl-manifest.ini is out of date with what tests can be enabled & removed
2013-10-23 07:30:24 -07:00
Gaia Pushbot
c2a0cab7a4
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d6da4241b6c3
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 929785 - [Clock] Unable to scroll in Timer panel
Only certain UL elements should declared `overflow: auto`--those that
are explicitly intended to render with scrollbars when their content
exceeds their dimensions.
Other UL elements (i.e. the element that contains Timer settings in the
Timer panel) should not receive this declaration.
r=iliu
2013-10-23 07:05:23 -07:00
Gaia Pushbot
230d58f9e9
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/59304cc59d84
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13030 from teodosia/fix-mock-mail
Bug 929429 - The email address is not working properly in mock_contact.p.y
========
https://hg.mozilla.org/integration/gaia-central/rev/1c6678adb9bd
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 929429 - The email address is not working properly in mock_contact.py
2013-10-23 06:30:23 -07:00
Gaia Pushbot
6861da1646
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3aec4ddbcde3
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12945 from bmac/927744
Bug 927744 - [Keyboard] Keyboard app loses "inputContext" object when sw... r=janjongboom
========
https://hg.mozilla.org/integration/gaia-central/rev/5378f3d378d1
Author: bmac <bmac325@GMail.com>
Desc: Bug 927744 - [Keyboard] Keyboard app loses "inputContext" object when switching layouts
2013-10-23 06:10:24 -07:00
Gaia Pushbot
0f6a69519e
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6c1fc5d47fed
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #13008 from zacc/bug_929468
Bug 929468 - Python fix the way tests use mock_contact.py
========
https://hg.mozilla.org/integration/gaia-central/rev/6c5a910b6bb0
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 929468 - Python fix the way tests use mock_contact.py
2013-10-23 03:00:24 -07:00
Gaia Pushbot
97ff12c044
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/091a82a78d19
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13004 from flodolo/bug927999
Bug 927999 - Feedback error messages need rewriting in proper English, r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/06e11e2daaf5
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 927999 - Feedback error messages need rewriting in proper English
New strings provided by Matej, consider the blank space before ":" as a
typo.
2013-10-23 02:05:24 -07:00
Gaia Pushbot
c8e5ac89de
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6c176a59313a
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #13020 from gitmai/bug-923152-group-non-latin-names-import
Bug 923152 - Group non-latin names on import contacts
========
https://hg.mozilla.org/integration/gaia-central/rev/3beab33c5d1e
Author: mai <mri@tid.es>
Desc: Bug 923152 - Group non-latin names on import contacts
2013-10-23 01:50:24 -07:00
Gaia Pushbot
0a9e9ab80a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0767056bc6c2
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #12966 from crh0716/909689
Bug 909689 - Set data connection text based on the network mode and the existence of calls r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ae48b9f81494
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 909689 - Set data connection text based on the network mode and the existence of calls
2013-10-23 00:55:23 -07:00
Gaia Pushbot
071e5e0ee0
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0189dcf3b97f
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #13005 from EverythingMe/928946-lazy-modules
Bug 928946 - [e.me] Lazy load Banner, ConnectionMessage and Location mod...
========
https://hg.mozilla.org/integration/gaia-central/rev/10967a70e93a
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 928946 - [e.me] Lazy load Banner, ConnectionMessage and Location modules
2013-10-23 00:05:24 -07:00
Gaia Pushbot
fe879b1679
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a57a913f1dd7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Revert "Bug 923152 - Group non-latin names on import contacts"
This reverts commit 1733c32d7a8398f5e09d4389d7b9a2f45caafaeb.
========
https://hg.mozilla.org/integration/gaia-central/rev/097f13b2056b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12664 from gitmai/bug-923152-group-non-latin-names-import
Bug 923152 - Group non-latin names on import contacts
========
https://hg.mozilla.org/integration/gaia-central/rev/9955af784ef0
Author: mai <mri@tid.es>
Desc: Bug 923152 - Group non-latin names on import contacts
2013-10-22 23:45:23 -07:00
Gaia Pushbot
354b3f1f36
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ebdeab7ec302
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #12467 from EragonJ/bug-914362
Bug 914362 - fix long device name problem
========
https://hg.mozilla.org/integration/gaia-central/rev/8d688a8a338b
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 914362 - fix long device name problem
- add middle ellipsis symbols for this case
2013-10-22 22:35:24 -07:00
Gaia Pushbot
74156215c2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ff89cdffb83
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #13014 from jrburke/bug802643-email-activity-return
Bug 802643 - [email] Compose/share activities are unable to return to calling app once message is sent r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/5c25e7eab3a7
Author: jrburke <jrburke@gmail.com>
Desc: Bug 802643 - [email] Compose/share activities are unable to return to calling app once message is sent
2013-10-22 22:10:23 -07:00
Gaia Pushbot
11f6d68350
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c8b2d242ca99
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #13006 from alivedise/bugzilla/929285/soft-home-height
Bug 929285 - Predefine appWindow height with software home button enable...r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e08038e3d5ef
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 929285 - Predefine appWindow height with software home button enabled
2013-10-22 21:25:23 -07:00
Gaia Pushbot
40dc820ad1
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/22f08f35e21e
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13009 from comoyo/close-lockscreen-spans
Bug 929479 - Close 'span' elements in lockscreen passcode pad, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/a86162e89beb
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 929479 - Close 'span' elements in lockscreen passcode pad
2013-10-22 19:35:24 -07:00
Gaia Pushbot
dbafec7f4e
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bf639f09c3f0
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12936 from gitmai/bug-928283-back-sim-pin
Bug 928283- Added button back (r=fcampo)
========
https://hg.mozilla.org/integration/gaia-central/rev/bd7ae70a5cce
Author: mai <mri@tid.es>
Desc: Bug 928283- Added button back
2013-10-22 10:05:25 -07:00
Gaia Pushbot
477e1cb396
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ef355aa8244d
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13007 from wanderview/contacts-webidl-delete
Bug 929287: Only create mozContact if we don't already have one. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/d94603ee4bf7
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 929287: Only create mozContact if we don't already have one.
2013-10-22 08:06:24 -07:00
Gaia Pushbot
0c52b59bec
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/319623e1caef
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 928885 - xfail test_import_contacts_from_sim because"
This reverts commit b3b08a024fafb93ab25f8b8501cc407ddf18a35e.
========
https://hg.mozilla.org/integration/gaia-central/rev/aee827d584d4
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12943 from gitmai/bug-928499-no-background-image
Bug 928499 - Background image (r=fcampo)
========
https://hg.mozilla.org/integration/gaia-central/rev/8ffca287f95c
Author: mai <mri@tid.es>
Desc: Bug 928499 - Background image
2013-10-22 03:40:24 -07:00
Gaia Pushbot
e585726da5
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/44222c917231
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #12984 from manzee/master
Bug 870266 - Include phone number in the option list from call history r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/a0656fa85422
Author: Manjunatha Madana <manjunatha.m@borqs.com>
Desc: Bug 870266 - Include phone number in the option list from call history.
2013-10-22 03:30:24 -07:00
Gaia Pushbot
026c27640e
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/53dfeba0961f
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12852 from huchengtw-moz/wallpaper/Bug_922400_cannot_set_wallpaper
Bug 922400 - [gallery][homescreen][helix] cannot set wallpaper from gall..., r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/739f4dc6c341
Author: John Hu <johu@mozilla.com>
Desc: Bug 922400 - [gallery][homescreen][helix] cannot set wallpaper from gallery
========
https://hg.mozilla.org/integration/gaia-central/rev/fb933379598f
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12941 from flodolo/bug927766
Bug 927766: FTE, fix hidden network settings localizability (r=fcampo)
========
https://hg.mozilla.org/integration/gaia-central/rev/9351815cd108
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 927766: FTE, fix hidden network settings localizability
Add data-l10n-ide to the existing button, make all options for security
localizable
2013-10-22 03:15:24 -07:00
Gaia Pushbot
9e05af84ae
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc4960fff59b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Merge pull request #11989 from MBRSL/eng-mode"
This reverts commit 5cbabfd0447bae12d87fd5e520e245943f847c7e, reversing
changes made to 6b4f0746b30a8685600435ea96808fc4e1671473.
This broke test_persona_app.py test_persona_app.TestPersonaStandard.test_persona_standard_sign_in
2013-10-22 03:05:24 -07:00
Gaia Pushbot
a0b0f4c3a3
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b8ef6bf859d7
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12884 from huchengtw-moz/camera/Bug_904484_use_device_motion_version2
Bug 904484 - [Camera] Camera app can not calculate the orientation if th... r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/f17ff748a36f
Author: John Hu <johu@mozilla.com>
Desc: Bug 904484 - [Camera] Camera app can not calculate the orientation if there's no orientation sensor
2013-10-22 02:30:24 -07:00
Gaia Pushbot
8f2f76664b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a76939959165
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12763 from punamdahiya/Bug920387_Wallpaper_Share_Activity
Bug920387 - [Gallery] - Update Wallpaper share activity to use blob instead of data URL r=davidflanagan
========
https://hg.mozilla.org/integration/gaia-central/rev/4eedc0f6d80d
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug920387 - [Gallery] - Update Wallpaper share activity to use blob instead of data URL r=davidflanagan
2013-10-22 02:05:23 -07:00
Gaia Pushbot
3c6c159d7b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7f3e997ea214
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12880 from rnowm/917812
Bug 917812 - [Contacts] "Select All" should be "Select all" and buttons aren't vertically centered
========
https://hg.mozilla.org/integration/gaia-central/rev/d21bffbe15f3
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 917812 - [Contacts] "Select All" should be "Select all" and buttons aren't vertically centered
2013-10-22 00:55:23 -07:00
Gaia Pushbot
8e820a770a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9aab6bf3a530
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12956 from EverythingMe/925970-round-bgimage-dim
Bug 928717 - [e.me] Background image missing in HD devices
========
https://hg.mozilla.org/integration/gaia-central/rev/825425a519f8
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 928717 - [e.me] Background image missing in HD devices
2013-10-22 00:45:24 -07:00
Gaia Pushbot
1b4d7140c6
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7892ce2f18d3
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12997 from gasolin/issue-928306
Bug 928306 - [Flatfish][System] Make system dialogs not fill full screen, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/a703477559f7
Author: gasolin <gasolin@gmail.com>
Desc: Bug 928306 - [Flatfish][System] Make system dialogs not fill full screen
========
https://hg.mozilla.org/integration/gaia-central/rev/8ee7a8dfedb6
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12980 from EverythingMe/928912-clear-searchbar
Bug 928912 - [e.me] Searchbar icon toggles incorrectly between Clear and Search
========
https://hg.mozilla.org/integration/gaia-central/rev/a514f08980fa
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 928912 - [e.me] Searchbar icon toggles incorrectly between Clear and Search
2013-10-21 23:55:23 -07:00
Gaia Pushbot
3d84358e6a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d7303695b8d
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12999 from lightsofapollo/disable-travis-test_delete_contact.py
xfail on travis
========
https://hg.mozilla.org/integration/gaia-central/rev/f0c80187fa2b
Author: James Lal <james@lightsofapollo.com>
Desc: xfail on travis
2013-10-21 23:35:23 -07:00
Gaia Pushbot
d44b770797
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0f632860ee21
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11989 from MBRSL/eng-mode
Bug 913385 - Hardware testing app, r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/c4f2ff89ab5a
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 913385 - Add Hardware tests mode r=evelyn
This patch organize old tests into API and UI parts, and add new Hardware tests.
Also, there are some minor fixes on existing tests.
HW tests mode provide the following tests:
Audio loop
Battery
Bluetooth
Camera
Headphone
LCD
Physical keys
Ringer
SDCard
Sensors
Touch screen
Vibrator
2013-10-21 23:20:25 -07:00
Gaia Pushbot
dc425f2ecf
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/27b44ba228ff
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12996 from lightsofapollo/xfail-test_delete_contact.py
xfail delete test
========
https://hg.mozilla.org/integration/gaia-central/rev/ea75cee13f0d
Author: James Lal <james@lightsofapollo.com>
Desc: xfail delete test
2013-10-21 17:40:23 -07:00
Gaia Pushbot
bd23106a85
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a1be19730d96
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #12886 from evanxd/bug-918998
Bug 918998 - [1.2][email] Grouped notifications should not show email address when only one email account is configured.
========
https://hg.mozilla.org/integration/gaia-central/rev/fb5f9b859198
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 918998 - Hide email info in notification bar when there is only one configured account. Show email info when there are one more accounts.
2013-10-21 17:05:23 -07:00
Gaia Pushbot
0975ae7a9e
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0687fc8babad
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #12799 from cvan/updated-mkt
Bug 925804 - Update Marketplace for webactivities+e.me
========
https://hg.mozilla.org/integration/gaia-central/rev/14e54ebb6660
Author: Chris Van <cvan@mozilla.com>
Desc: Bug 925804 - Update Marketplace for webactivities+e.me. r=fabrice
2013-10-21 16:55:23 -07:00
Gaia Pushbot
ca5a49958b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc96abf1e7a5
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12985 from arcturus/bug-929043
Bug 929043 - [Contacts] Contacts .remove function used broken due to webidl
========
https://hg.mozilla.org/integration/gaia-central/rev/e42dbb8175db
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 929043 - [Contacts] Contacts .remove function used broken due to webidl
2013-10-21 15:35:23 -07:00
Gaia Pushbot
980b43c815
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/02019aed972b
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12927 from nullaus/bug918143-group-notifications
bug 918143
========
https://hg.mozilla.org/integration/gaia-central/rev/1040d7160b72
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 918143
-check for existing notification with same tag before inserting a new notification on lockscreen.
-add marionette tests for lockscreen notifications.
r=qDot
2013-10-21 15:20:24 -07:00
Gaia Pushbot
a1601bcdd9
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/099b2936d78a
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12987 from wanderview/uitest-webidl-enable
Bug 929078: Re-enable gaia-ui-tests hidden for webidl bustage.
========
https://hg.mozilla.org/integration/gaia-central/rev/fa604769d2a7
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 929078: Re-enable gaia-ui-tests hidden for webidl bustage.
2013-10-21 15:10:25 -07:00
Gaia Pushbot
391098614c
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dde6b70ee7f6
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #12989 from jonallengriffin/unittests
Bug 928503 - Look for tests in subdirectories of 'unit', r=bkelly, a=tes...
========
https://hg.mozilla.org/integration/gaia-central/rev/b0844a49b998
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 928503 - Look for tests in subdirectories of 'unit', r=bkelly, a=test-only
2013-10-21 14:45:28 -07:00
Gaia Pushbot
8aac1f7014
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e41a17d99dfb
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12974 from wanderview/contacts-webidl-fb
Bug 928890: Fix FB import for webidl changes. r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/81673bbcb0ae
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928890: Fix FB import for webidl changes.
2013-10-21 12:40:23 -07:00
Gaia Pushbot
87d1314c89
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5a7ea9384090
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12988 from arcturus/bug-929071
Bug 929071 - [Contacts] Fix contacts merging unit test to ensure blob in |photo| field due to webidl change
========
https://hg.mozilla.org/integration/gaia-central/rev/1153d14f5044
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 929071 - [Contacts] Fix contacts merging unit test to ensure blob in |photo| field due to webidl change
========
https://hg.mozilla.org/integration/gaia-central/rev/5d0d3f3ae7c2
Author: Albert <acperez@tid.es>
Desc: Merge pull request #12934 from acperez/bug-927788
Bug 927788 - Add compatibility with NetworkStats API 2 for costcontrol.
========
https://hg.mozilla.org/integration/gaia-central/rev/71a48ec35bce
Author: Albert <acperez@tid.es>
Desc: Bug 927788 - Add compatibility with NetworkStats API 2 for costcontrol
2013-10-21 12:15:24 -07:00
Gaia Pushbot
c569584b96
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/175b7a89aa5f
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12982 from wanderview/contacts-webidl-sim
Bug 928954: Fix contact sim import for webidl changes. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/f1c802e00fa0
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928954: Fix contact sim import for webidl changes
2013-10-21 11:16:13 -07:00
Gaia Pushbot
0e53dcdd1f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/216a751e109b
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12962 from reubenmorais/more-webidl-fixes
Bug 928635 - Fix handling of array properties in the New Contact form. r=wanderview
========
https://hg.mozilla.org/integration/gaia-central/rev/0f06b2e962b6
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 928635 - Fix handling of array properties in the New Contact form. r=bkelly
2013-10-21 11:15:49 -07:00
Gaia Pushbot
317f2d9eda
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2e42bc57d96c
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12981 from wanderview/contacts-delete-search
Bug 928939: Check to see if contacts.Search is loaded in delete path. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/1c76e1fcb4e9
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928939: Check to see if contacts.Search is loaded in delete path.
========
https://hg.mozilla.org/integration/gaia-central/rev/e3bfdfdfd6b5
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12977 from wanderview/contacts-edit-defobj
Bug 928922: Handle null value in contacts edit screen. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/d8eb91dc37e4
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928922: Handle null value in contacts edit screen
2013-10-21 11:15:24 -07:00
Gaia Pushbot
de478ca6af
Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5f765c6f46f5
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #12975 from Rik/xfail-contacts-928915
Bug 928915 - Mark contacts gaia-ui-tests as xfail until they are fixed. r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/1518d7712f33
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 928915 - Mark contacts gaia-ui-tests as xfail until they are fixed.
========
https://hg.mozilla.org/integration/gaia-central/rev/db85b6fee428
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 923459 - [Messages] jshint fixes r=rwaldron
* down to 6 jshint errors, the remaining errors are due (imho) to issues in
jshint
* bumped up the jshint version
* add a test to test the wbmp decoder
========
https://hg.mozilla.org/integration/gaia-central/rev/87884d9045c2
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12979 from wanderview/uitest-delete-contact
Bug 928937: Fix contact lookup in test_delete_contact.py r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/11093c98dd9b
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928937: Fix contact lookup in test_delete_contact.py
2013-10-21 08:32:51 -07:00
Gaia Pushbot
2098c251a4
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d5eabb095fb
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12978 from teodosia/unxfail-eme-search
Bug 927030 - Reenable test_everythingme_search when bug 927023 is fixed
========
https://hg.mozilla.org/integration/gaia-central/rev/5bf38f4bb12c
Author: Teodosia Pop <teodosia.pop@gmail.com>
Desc: Bug 927030 - Reenable test_everythingme_search when bug 927023 is fixed
2013-10-21 08:32:26 -07:00
Gaia Pushbot
9b6eef21ee
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8c4cb8239031
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12970 from wanderview/contacts-merger-email-type
Bug 928866: Fix contacts email import for type array. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/844554e424e2
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928866: Fix contacts email import for type array.
========
https://hg.mozilla.org/integration/gaia-central/rev/cae06f1c62aa
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12972 from wanderview/contacts-webidl-google
Bug 928875: Fix google import for webidl mozContacts. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/558012651b53
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928875: Fix google import for webidl mozContacts.
2013-10-21 08:16:09 -07:00
Gaia Pushbot
fd33bcecb2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b6da8b94135
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12916 from lissyx/bug923574
Bug 923574 - Ensure manifest size is valid r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/76880157232d
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 923574 - Ensure manifest size is valid
When installing an application with an invalid/undefined size, the new
WebIDL is not happy about this and the notification stays forever. We
fix this by checking that the size is effectively defined before setting
the max value of the notification.
2013-10-21 08:15:47 -07:00
Gaia Pushbot
07dbdf4878
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
Truncated some number of revisions since the previous bump.
========
https://hg.mozilla.org/integration/gaia-central/rev/a1cbfe5e2473
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12969 from zacc/bug_928864
Bug 928864 - Reenable python ui test test_gallery_delete_image.py , Mari...
========
https://hg.mozilla.org/integration/gaia-central/rev/ccf46db548ed
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 928864 - Reenable python ui test test_gallery_delete_image.py , Marionette modal dialog handling repaired
========
https://hg.mozilla.org/integration/gaia-central/rev/fd2544cad200
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12968 from zacc/bug_928834
Bug 928834 - Python - Change the timing of the base select wrapper to re...
========
https://hg.mozilla.org/integration/gaia-central/rev/33babafa1834
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 928834 - Python - Change the timing of the base select wrapper to resolve test failure in clock app
2013-10-21 08:15:24 -07:00
Gaia Pushbot
851b944056
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7125c8040844
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #12499 from comoyo/keyboard_slide_up
Bug 912028 - Background is visible on keyboard pop in. r=RudyL
========
https://hg.mozilla.org/integration/gaia-central/rev/c5f1991f7a3e
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 912028 - Background is visible on keyboard pop in
2013-10-21 01:41:24 -07:00
Gaia Pushbot
f3d46600d5
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/83c708eba811
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12951 from wanderview/uitest-symlink-b2g
Bug 928631: support sym linked b2g in gaia-ui-test
========
https://hg.mozilla.org/integration/gaia-central/rev/48999903b977
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928631: support sym linked b2g in gaia-ui-test
2013-10-21 00:55:23 -07:00
Gaia Pushbot
cc5d6383c5
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c79ce4a07c3f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12770 from jmcanterafonseca/fix_924244
Bug 924244 - [B2G][Contacts] After exporting a contact the UI still disp...
========
https://hg.mozilla.org/integration/gaia-central/rev/62678797d5a9
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 924244 - [B2G][Contacts] After exporting a contact the UI still displays Export in the top right
2013-10-21 00:45:24 -07:00
Gaia Pushbot
92f319d620
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2172a8ae2e64
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #12139 from arasbm/bug-909373-openaudio-activity-save-robustness
bug-909373-[Music] open activity saving feature robustness, r=@dominickuo
========
https://hg.mozilla.org/integration/gaia-central/rev/176261f18241
Author: Aras Balali Moghaddam <arasbm@gmail.com>
Desc: bug-909373-[Music] open activity saving feature robustness
2013-10-21 00:20:24 -07:00
Gaia Pushbot
c28d4e52d9
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/eb677c74ff52
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #12959 from timdream/bug927768
Bug 927768 - Fix incorrect generated CSS transform value in card view, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e9a1287bc968
Author: ying.xu <ying.xu@spreadtrum.com>
Desc: Bug 927768 - Fix incorrect generated CSS transform value in card view
2013-10-20 21:50:24 -07:00
Gaia Pushbot
096b2a1e5b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2dc51014b8ae
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12689 from gasolin/issue-917359
Bug 917359 - Remember my choice is exposed for the getUserMedia dialog, ..., r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/f8f9f045b8e2
Author: gasolin <gasolin@gmail.com>
Desc: Bug 917359 - Remember my choice is exposed for the getUserMedia dialog, but shouldn't be
2013-10-20 19:51:24 -07:00
Gaia Pushbot
e1231bb7fa
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3d5ae214674b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #12857 from pivanov/bug-917837
Bug 917837 - [Music] Use Full Line Highlights in Album View
========
https://hg.mozilla.org/integration/gaia-central/rev/4e701344b6db
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 917837 - [Music] Use Full Line Highlights in Album View
2013-10-20 11:45:24 -07:00
Gaia Pushbot
08689037c0
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0acabc6a8619
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #12942 from flodolo/bug928347
Bug 928347 - Add missing strings in settings.en-US.properties, r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/844741327628
Author: Francesco Lodolo <flod@lodolo.net>
Desc: Bug 928347 - Add missing strings in settings.en-US.properties
All strings have the correct data-l10n-id but strings are not available
in the .properties file
2013-10-20 09:50:23 -07:00
Gaia Pushbot
91e1ebd5de
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bd6498a514cc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 906316 - Don't download the xulrunner SDK each time we change a branch if their configuration are different r=yurenju,asuth,ochameau
This also shows a message when the archive file seems to be corrupted, advising
to run "make really-clean". Also changed "make really-clean" to remove all
xulrunner related files.
We now uncompress the archive directly in a specific directory that should
change when we change the URL.
We use a dot file inside the xulrunner SDK directory to keep the URL used to
download that SDK.
Now we can also define XULRUNNER_DIRECTORY from the command-line. If not
defined, it will use the default xulrunner-sdk-26/xulrunner-sdk.
We can also define XULRUNNER_BASE_DIRECTORY which is the place where the
XULRunner SDK will get uncompressed.
We export the new XULRUNNER_DIRECTORY variable along with the
existing various xulrunner program paths. These paths have been made absolute
using make's `abspath` operation.
The patch also removes the ./ prefixes to those paths as they're likely useless
and prevent from using an absolute path when defining XULRUNNER_DIRECTORY from
the command line.
This patch also remove the email's build_stage directory when running "make
clean".
This _will_ make all devs redownload XULRunner, sorry.
This make the build fail if submakes fail
Also add documentation at the top of the Makefile.
2013-10-20 09:25:24 -07:00
Gaia Pushbot
b6e7620caa
Bumping gaia.json for 11 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b064301cd271
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Merge pull request #12952 from reubenmorais/contacts-webidl
Fix users of the Contacts API to work with WebIDL. r=gwagner
========
https://hg.mozilla.org/integration/gaia-central/rev/7257b71fcffe
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix test_edit_contact.py to use the mozContact interface correctly.
========
https://hg.mozilla.org/integration/gaia-central/rev/c33f8752ab35
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix Contact UI Test to use the mozContacts interface correctly.
========
https://hg.mozilla.org/integration/gaia-central/rev/11b278fca92a
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Fix Gaia UI tests to use the mozContact interface correctly.
========
https://hg.mozilla.org/integration/gaia-central/rev/e517c999d2fd
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix MockContact members to conform to the mozContact interface.
========
https://hg.mozilla.org/integration/gaia-central/rev/28bd0f314d83
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix Data layer use of the old mozContact constructor.
========
https://hg.mozilla.org/integration/gaia-central/rev/2d5f7c49ac64
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix Contacts customizer to use the new constructor.
========
https://hg.mozilla.org/integration/gaia-central/rev/ae9cda054275
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Create Date objects when creating a mozContact from JSON.
========
https://hg.mozilla.org/integration/gaia-central/rev/b631bdfb9649
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix mock mozContact to conform to the new interface.
========
https://hg.mozilla.org/integration/gaia-central/rev/67f8d352a290
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Fix 'type' properties in fakecontacts.json
========
https://hg.mozilla.org/integration/gaia-central/rev/54158afde2b9
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 850430 - Switch uses of mozContact to the new constructor. r=gwagner
2013-10-19 17:35:23 -07:00
Gaia Pushbot
2d1c3539e2
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c2ae3f386f2
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #12901 from pivanov/bug-917808
Bug 917808 - [Music] Generic album art overlaps hairline
========
https://hg.mozilla.org/integration/gaia-central/rev/0018198d4ce8
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 917808 - [Music] Generic album art overlaps hairline
2013-10-19 14:18:55 -07:00
Gaia Pushbot
8a45c6357f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/464bfafbe960
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #12907 from pivanov/bug-917895
Bug 917895 - [Email] Update Unread Count Banner
========
https://hg.mozilla.org/integration/gaia-central/rev/6057eebf02d3
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 917895 - [Email] Update Unread Count Banner
2013-10-19 14:18:32 -07:00
Gaia Pushbot
6da7c3758a
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b4766c317a5
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #12497 from borjasalguero/customization_ringtone
Bug 891730 - [User Story] Ringtone Runtime Customization by SIM r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/01c8594625ec
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 891730 - [User Story] Ringtone Runtime Customization by SIM r=salva
2013-10-19 14:05:46 -07:00
Gaia Pushbot
d2d95b1286
Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/74a4c9c58bbb
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #12897 from julienw/927470-executable-git-hook
Bug 927470 - Force the executable bit for the git pre-commit hook r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/092d4f56aedc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 927470 - Force the executable bit for the git pre-commit hook r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/1bd926678e9a
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #12322 from davidflanagan/autocorrect-config"
This reverts commit 38456b0b9ee903e597d2a2fd949c10fd673e1993, reversing
changes made to 6b0a8108eac92ab3b5e73946c57f750fe8744356.
2013-10-19 14:05:23 -07:00
Gaia Pushbot
0d31ea36dd
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/796d5bddde1f
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #12752 from arcturus/bug-914191-1
Bug 914191 - [Contacts] Import contacts from SD card make phone not enter sleep.
========
https://hg.mozilla.org/integration/gaia-central/rev/22cfa510129c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 914191 - [Contacts] Import contacts from SD card make phone not enter sleep.
2013-10-19 07:00:24 -07:00
Gaia Pushbot
e383860ea0
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ee0e0dc1bbdd
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #12902 from jonallengriffin/marionette_errors
Bug 927404 - Fix reporting for failed gaiatest tests, r=dhunt, a=test-on...
========
https://hg.mozilla.org/integration/gaia-central/rev/87eb2a7c6f30
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 927404 - Fix reporting for failed gaiatest tests, r=dhunt, a=test-only
2013-10-18 21:31:14 -07:00
Gaia Pushbot
60943e28d4
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f45b320a79a
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 907177 - [Clock] Add integration tests"
This reverts commit cd0e6bba0a258ab9a9215d274bcc339d07ca9ab3. It appears
that a platform bug is causing a failure in this test suite.
2013-10-18 21:30:50 -07:00
Gaia Pushbot
63f67aa35f
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/df6babb1ab17
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #12322 from davidflanagan/autocorrect-config
Bug 884752: configure keyboard layouts and dictionaries at build time r=janjongboom,luke-chang,aus
========
https://hg.mozilla.org/integration/gaia-central/rev/54533d45d205
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 884752: configure keyboard layouts and dictionaries at build time
2013-10-18 21:30:25 -07:00
Gaia Pushbot
c711f76493
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/723401621af1
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #12869 from dmarcos/Bug925666
Bug 925666 - [Buri][REG][Gallery]The MS always crash when save picture e...
========
https://hg.mozilla.org/integration/gaia-central/rev/2db14dfb60fd
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 925666 - [Buri][REG][Gallery]The MS always crash when save picture edited
2013-10-18 11:10:24 -07:00
Gaia Pushbot
097f15bc82
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/77ac5306cad9
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12919 from wanderview/contacts-duplicate-tests
Bug 927877: Check if img is already loaded. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/12135a94b83f
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 927877: Check if img is already loaded.
2013-10-18 10:35:23 -07:00
Gaia Pushbot
93700f90b8
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e4da7eb21f88
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 915081 - Hide the end-and-answer button during CDMA call waiting r=etienne
- Removed the end-and-answer button when in CDMA call waiting mode as it
does not support ending the first call and answering the other one,
the hold-and-answer button is enlarged to fill up the entire container
under these conditions
- Added unit-tests covering the changes
2013-10-18 09:00:23 -07:00
Gaia Pushbot
5d9e2528f9
Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3c01e0f07370
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #12937 from zacc/bug928376
Bug 928376 - Enable Python lockscreen notification test for Travis
========
https://hg.mozilla.org/integration/gaia-central/rev/574f8c8319ee
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 928376 - Enable Python lockscreen notification test for Travis
========
https://hg.mozilla.org/integration/gaia-central/rev/4484f0f0eec6
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12502 from fabi1cazenave/contacts-bug914942
Bug914942: [Contacts] support Greek and Cyrillic letter separators, r=bkelly
========
https://hg.mozilla.org/integration/gaia-central/rev/15cd4a55c272
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: addressing bkelly’s comments
========
https://hg.mozilla.org/integration/gaia-central/rev/a35814155ae4
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug914942: [Contacts] support Greek and Cyrillic letter separators
2013-10-18 08:50:24 -07:00
Gaia Pushbot
114dd589e3
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/63d9d160359f
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12938 from vingtetun/hover
Bug 921824 - Highlight color is often not visible after a click on an el...
========
https://hg.mozilla.org/integration/gaia-central/rev/131e102ae349
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 921824 - Highlight color is often not visible after a click on an element. r=arnau
2013-10-18 08:25:23 -07:00
Gaia Pushbot
d86d90f183
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3f6d4ca21763
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12918 from AndreiH/bug927817
Bug 927817 - test_clock_turn_on_off_alarm.py is getting a StaleElementEx...
========
https://hg.mozilla.org/integration/gaia-central/rev/b36362119b38
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 927817 - test_clock_turn_on_off_alarm.py is getting a StaleElementException against desktopb2g
2013-10-18 08:05:23 -07:00
Gaia Pushbot
6ae2aaece5
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/44f3f92f1df4
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 927348 - Python test import contacts from sim, repair typo in manifest file r=zac a=testonly
2013-10-18 07:40:23 -07:00
Gaia Pushbot
c3fcaceb35
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ae9f47131446
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12931 from AlinT/improve_import_sim
Bug 927886 - Impprove test_import_contacts_from_SIM
========
https://hg.mozilla.org/integration/gaia-central/rev/d8363356ad92
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 927886 - Impprove test_import_contacts_from_SIM
2013-10-18 07:15:23 -07:00
Gaia Pushbot
47abdc47a4
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9d1930d6b33c
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12926 from wanderview/ftu-navigation-test
Bug 928069: Use shared mock_icc_helper.js in FTU test. r=fcampo
========
https://hg.mozilla.org/integration/gaia-central/rev/cfe9f9af11db
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 928069: Use shared mock_icc_helper.js in FTU test.
2013-10-18 06:55:23 -07:00
Gaia Pushbot
5337b704f3
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/34d65c72a523
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 927062 - Remove the 'add call' button when in CDMA call waiting mode r=etienne
2013-10-18 04:35:24 -07:00
Gaia Pushbot
e26ab6c25b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6cf91c6fcd3c
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12016 from gasolin/issue-911668
Bug 911668 - [homescreen] change build-in apps orientation to default, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/76a003c7bb0e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 911668 - [homescreen] change build-in apps orientation to default
2013-10-18 03:45:24 -07:00
Gaia Pushbot
1e8ce8a0ca
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ac1a0f1b5429
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12920 from bebef1987/lock_notif
Bug 927808 - Test notification when the screen is locked
========
https://hg.mozilla.org/integration/gaia-central/rev/ed8dcaec64b7
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 927808 - Test notification when the screen is locked
2013-10-18 03:10:23 -07:00
Gaia Pushbot
e8584439a7
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/37bde70c6d49
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12923 from zacc/bug-927873
bug 927873 - Python browser tests - offset tap in browser app object to ...
========
https://hg.mozilla.org/integration/gaia-central/rev/266364991ada
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: bug 927873 - Python browser tests - offset tap in browser app object to bust the app update notification interrupting the test
2013-10-18 02:50:26 -07:00
Gaia Pushbot
a46b0ffbd0
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1d62fbbb2599
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #12848 from denehs/bug926823
bug 926823 - do not flip sign of |time.timezone|. r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/c1c5e049ffcd
Author: Shao Hang Kao <skao@mozilla.com>
Desc: bug 926823 - do not flip sign of |time.timezone|
2013-10-17 21:10:23 -07:00
Gaia Pushbot
476fa360db
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/154bb18c48ff
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12785 from alivedise/bugzilla/908601_master_v2/default-orientation
Bug 908601 - Support default orientation, r=timdream, a=koi+
========
https://hg.mozilla.org/integration/gaia-central/rev/d18785c1ca4c
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 908601 - Support default orientation in system app
2013-10-17 20:25:23 -07:00
Gaia Pushbot
72259d0262
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/11e8901eca1c
Author: Dave Hylands <dhylands@gmail.com>
Desc: Merge pull request #12928 from dhylands/dhylands-928097-ums-state
Bug 928097 - Add initial value for ums.state setting. r=gwagner
========
https://hg.mozilla.org/integration/gaia-central/rev/8e13d74fe535
Author: Dave Hylands <dhylands@gmail.com>
Desc: Bug 928097 - Add initial value for ums.state setting.
2013-10-17 16:30:26 -07:00
Gaia Pushbot
c58f27be31
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0a6ca1097038
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #12292 from basiclines/settings-highlights
Bug 917704 - Use Full Line Highlights in Settings, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/c52bf9c5c134
Author: basiclines <igonzaleznicolas@gmail.com>
Desc: Bug 917704 - Use Full Line Highlights in Settings
2013-10-17 16:10:25 -07:00
Gaia Pushbot
1b4e1bdd87
Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a4fce7a35305
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12898 from eeejay/bug-895461
Bug 895461 - Use visibility in addition to opacity to hide value selector. r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/ee8ff46c79ee
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 895461 - Use visibility in addition to opacity to hide value selector.
========
https://hg.mozilla.org/integration/gaia-central/rev/6c1c8baef39a
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12407 from eeejay/bug-920252
Bug 920252 - Make aria-label localizable as well. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/fe908bb657bf
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Add unit test for aria label l10n.
========
https://hg.mozilla.org/integration/gaia-central/rev/219a3f37025b
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 920252 - Make aria-label localizable as well.
2013-10-17 11:40:30 -07:00
Gaia Pushbot
4fde9a11d1
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/87d53daa994c
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12895 from AlinT/test_import_contacts_from_sdcard
Bug 927348 - Write a test to import from VCF file on SD card
========
https://hg.mozilla.org/integration/gaia-central/rev/0cd7fd53b13c
Author: AlinT <trifandreialin@gmail.com>
Desc: Bug 927348 - Write a test to import from VCF file on SD card
2013-10-17 10:55:23 -07:00
Gaia Pushbot
a356d74d4d
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e36141a7be1a
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #12849 from steveck-chung/bug-925296
Bug 925296 - [Messages]overlap in the to field when adding a recipient. r=julienw, a=koi+
========
https://hg.mozilla.org/integration/gaia-central/rev/08e971947c35
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 925296 - [Messages]overlap in the to field when adding a recipient
========
https://hg.mozilla.org/integration/gaia-central/rev/9167d9242bd9
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #12824 from wanderview/calendar-test-delegate
Bug 924233: Use correct args to call view.delegate() in test.
========
https://hg.mozilla.org/integration/gaia-central/rev/517964a447ac
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Use correct args to call view.delegate() in test.
2013-10-17 09:35:24 -07:00
Gaia Pushbot
c6a5d1c713
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b62ac34d65ce
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12917 from zacc/bug_927021
Bug 927021 - Re-enable python UI test test_system_notification_bar.py
========
https://hg.mozilla.org/integration/gaia-central/rev/05749e1425ac
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 927021 - Re-enable python UI test test_system_notification_bar.py
2013-10-17 09:00:23 -07:00
Gaia Pushbot
82a14ec63b
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/313e115c5f06
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12828 from wanderview/gallery-xhr-retranslate
Bug 924233: Fix l10n test by removing sinon cleanup handler after initial translation. r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/853769deffda
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Fix l10n test by removing sinon cleanup handler after initial translation.
2013-10-17 08:25:23 -07:00
Gaia Pushbot
092067fd49
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8539eb2c32f0
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #12426 from GeorgiaWang/Bug919969
Bug 919969 - Add illegal sim state support in Settings
========
https://hg.mozilla.org/integration/gaia-central/rev/22406a06f44c
Author: Georgia Wang <gwang@mozilla.com>
Desc: Bug 919969 - Add illegal sim state support in Settings
2013-10-17 08:10:26 -07:00
Gaia Pushbot
2c0b9dd253
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c58a78c93c48
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #12914 from gasolin/issue-927749-2
Bug 927749 - [Flatfish][Homescreen] hide add collection menu option when..., r=crdlc
========
https://hg.mozilla.org/integration/gaia-central/rev/a54120656789
Author: gasolin <gasolin@gmail.com>
Desc: Bug 927749 - [Flatfish][Homescreen] hide add collection menu option when searchbar is hidden
2013-10-17 07:35:24 -07:00
Gaia Pushbot
3daf7dc3d4
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4b22cf21e5ff
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #12854 from EverythingMe/910339-jslint-eme
Bug 910339 - Linting E.me code [r=crdlc,ranbena,evyatar]
========
https://hg.mozilla.org/integration/gaia-central/rev/a4d97d5da14d
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 910339 - Linting E.me code [r=crdlc,ranbena,evyatar]
* replaced all double quotes with single quotes
* added EOF new lines
* added curly braces around blocks in loops and conditionals
* fixed line breaks at 80
* fixed indentation issues
* fixed missing/unnecessary semicolons
* removed Shortcuts.js [not used]
2013-10-17 06:25:25 -07:00
Gaia Pushbot
f490534f73
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e8323d97975a
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12891 from viorelaioia/bug-926357
Bug 926357 - Write a test to use the 'Number' keyboard
========
https://hg.mozilla.org/integration/gaia-central/rev/f93b1720e937
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 926357 - Write a test to use the 'Number' keyboard
2013-10-17 06:15:24 -07:00
Gaia Pushbot
0ea271b396
Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2a243155b608
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 922582 - Remove the caller number when entering switch-calls mode r=etienne
2013-10-17 06:05:25 -07:00
Gaia Pushbot
5d2bdd69b3
Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ed215858b4da
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #12871 from bobsilverberg/sms_contact
Bug 926944 - Add a recipient to an SMS using the Contacts app, r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/bff431bfd59e
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 926944 - Add a recipient to an SMS using the Contacts app, r=zac
========
https://hg.mozilla.org/integration/gaia-central/rev/2f118e2773d9
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #12912 from lissyx/bug906296-v2
Bug 906296 - Ensure that settings from range value are Numbers r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/c49e0b7b0441
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 906296 - Ensure that settings from range value are Numbers
When storing the settings that comes from a range input, we do some
rounding using toFixed(). Unfortunately, toFixed() returns a String.
Changes in the Gecko handling of some of the settings (namely, audio
policy) makes usage of String impossible and we need to ensure that we
pass some Number. We thus change the code to perform a supplementary
parseFloat() after toFixed() to ensure this.
2013-10-17 04:40:34 -07:00