Commit Graph

2332 Commits

Author SHA1 Message Date
Gaia Pushbot
7df8c2aec6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2ffeaf724973
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #11869 from mcav/imap-parsing-bug-901926

Bug 901926 - [Email] Email app stops working if attachment contains an IMAP literal. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1c4eadcff8ec
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 901926 - [Email] Email app stops working if attachment contains an IMAP literal. r=asuth
2013-08-30 15:35:23 -07:00
Gaia Pushbot
5df83520da Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4b1e22bb3006
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #11793 from mcav/reply-menu-bug-802944

 Bug 802944 - Reply button should popup select menu for deciding reply mode instead of listing all the reply mode button in title. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/ac01d808e2a2
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 802944 - Reply button should popup select menu for deciding reply mode instead of listing all the reply mode button in title r=asuth

========

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

Bug 910975 - Update shell.js webapps event r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/d5b391279461
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 910975 - Update shell.js webapps event
2013-08-30 15:00:22 -07:00
Gaia Pushbot
9f2df730c2 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a22b0af993d9
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 910313 - [Clock] Generate DOM from markup source template interpolation. r=jugglinmike r=gnarf r=djf

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

- Moves Utils.Template from Messages (apps/sms) to shared/js
- Renames Utils.Template => Template
- Moves Template tests to apps/system/test/unit/ (template_test.js)
- Updates usage in Messages
    - Replace Utils.escapeHTML() with Template.escape()
    - Replace Utils.Template with Template
- Implements Template in Clock
    - Replace markup string in program code with template calls
- Make desktop friendly
   - check mozSettings
   - use mozAlarms mock

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-30 13:40:22 -07:00
Gaia Pushbot
15c811c196 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0265b24e1593
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 898666 - [clock] Clock refactor alarm object and add test

(Rebased with UI regression fix for alarm ordering.)

1. An Alarm constructor is used to create new Alarms, instead of
   creating new object literals.
2. The AlarmsDB API is changed to pass error messages in the
   function(err, value) {...} style.
3. Asyncronous API calls are checked using callbacks. The async
   functions in Utils make this easy (although including async.js
   would be easier.
4. Testing is added for the Alarm object.
5. Added mock_alarmsDB and mock_mozAlarms for testing Alarms
6. Fixed alarm_edit tests. Moved to a new alarm_edit_test.js file.
7. Add tests for new utils methods (async and safeCpuLock)
8. Rename some variables. Remove "_name" naming scheme.
9. Removed in app alarm set indicator
10. Protect id, repeat, and enabled properties on the Alarm object.

r=jugglinmike
2013-08-30 12:00:21 -07:00
Gaia Pushbot
75b1030c31 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/aad37d822c6d
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 910722 - JavaScript linting rules are too strict"

This reverts commit 5db143d5aa532aacbc1522c885ad38849ebd20b9.
2013-08-30 09:30:21 -07:00
Gaia Pushbot
0a11a08bdf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bf280b3deb7c
Author: John Ford <john@johnford.info>
Desc: Revert "Merge pull request #11751 from rexboy7/fix-bug900838"

This reverts commit 92d9a334d52514ac521ac0bb39add28e373bcc33, reversing
changes made to 92b79a2dfe09d950e3789247a21e13083116ec0a.

========

https://hg.mozilla.org/integration/gaia-central/rev/d6b4cbb6b00f
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 910722 - JavaScript linting rules are too strict

r=rik
2013-08-30 09:10:22 -07:00
Gaia Pushbot
60558527d5 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7d2cf0d6f8cb
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Revert "Bug 898666 - [clock] Clock refactor alarm object and add test"

This reverts commit 3746b1cdc0e344460c58cd52f85564b0c4f5940a due to a
UI regression in the ordering of Alarm list items.
2013-08-30 08:55:22 -07:00
Gaia Pushbot
69cc4b8831 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b3e578bc32ce
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11792 from lodr/bug-906756-changing-algorithms

Bug 906756 - Algorithms for merging givenName and familyName changed.
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/872fb0e0a347
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 906756 - Algorithms for merging givenName and familyName changed.
New tests added.
Adapt and merge changed to allow specifying the master contact.
Name composition centralized to avoid code repetition.
2013-08-30 05:45:21 -07:00
Yuan Xulei
b705b8a88e Bug 904530 - Implement composition methods for InputContext API. r=fabrice, r=masayuki 2013-08-30 08:07:16 -04:00
Gaia Pushbot
8e30cd029a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9d9dfbc39ce6
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11810 from epang/bug910166_add_missing_browser_graphics

Bug 910166 - Add Missing Browser Graphics r=samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/8b82cb30cfba
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 910166 - Add Missing Browser Graphics
2013-08-30 03:50:21 -07:00
Gaia Pushbot
bcc6f4e6ed Bumping gaia.json for 5 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/086ec01971f7
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 816912 - Keyboard Manager to support 3rd-party keyboard" for gaia unit test failures

This reverts commit a08c63b48abbb8c261de649a246c2b2530111f6e.

========

https://hg.mozilla.org/integration/gaia-central/rev/7442e980a6cc
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 858383 - [Keyboard] Integrate the new keyboard manager with switch" for gaia unit test failures

This reverts commit c602ea3fd92e8942704267773f961b77c61e7841.

========

https://hg.mozilla.org/integration/gaia-central/rev/33df21bb4ae0
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 856910 - Add MVVM pattern in settings app. r=evelyn" for gaia unit test failures

This reverts commit 21f40ee8e06106c1190dfc4fd3ed959dfe4bb08e.

========

https://hg.mozilla.org/integration/gaia-central/rev/4f169b26e214
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 856910, Bug 893557 -" for gaia unit test failures

This reverts commit 3e8f5b3f231033a7a9d4778d24cb3192159837a4.

========

https://hg.mozilla.org/integration/gaia-central/rev/4fde290d4f48
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 906096 - Add some Gaia workaround to ensure the new IME framework continues to work in Firefox Nightly" for gaia unit test failures

This reverts commit dd56a2ca87d249095cc16c417518ce1f105e90eb.
2013-08-30 03:20:22 -07:00
Gaia Pushbot
88e4e73941 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 904005 - Generate internal json conf file for remote custom single variant apps at build time. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/218f79ebbb53
Author: Albert <acperez@tid.es>
Desc: Bug 904005 - Generate internal json conf file for remote custom single variant apps at build time. r=yurenju
2013-08-30 02:55:21 -07:00
Gaia Pushbot
c7033e3996 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/faea6ec0be40
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11683 from LeeChSien/Bug_902741

Bug 902741 - [Test][System] Unit test for WiFi, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/018d0bfcc07f
Author: Jason Lee <chsien@gmail.com>
Desc: Bug 902741 - [Test][System] Unit test for WiFi
2013-08-30 01:25:21 -07:00
Gaia Pushbot
35dae61187 Bumping gaia.json for 5 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ce040857ebcd
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)

========

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

Bug 842220 - Add CDMA data connection icon r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/e3f68a71c670
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 842220 - Add CDMA data connection icon

========

https://hg.mozilla.org/integration/gaia-central/rev/93a5a19fb4f1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11649 from mcirlanaru/bug_907459

Bug 907459 - [Contacts] Fix unit tests for contact form, list, and...

========

https://hg.mozilla.org/integration/gaia-central/rev/5b6502cf1c28
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 907459 - [Contacts] Fix unit tests for contact form, list, and settings. r=arcturus
2013-08-30 01:10:21 -07:00
Gaia Pushbot
cbf5838170 Bumping gaia.json for 6 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/75e0fbd934e2
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11845 from RudyLu/3rdParty_keyboard_support_commit2

Add 3rd party keyboard support. r=timdream, evelyn.

========

https://hg.mozilla.org/integration/gaia-central/rev/db3392b24318
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 906096 - Add some Gaia workaround to ensure the new IME framework continues to work in Firefox Nightly
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/39243bd9b46c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 856910, Bug 893557 -
1. Add Observable, ObservableArray, and ListView to Utils.
2. Add unit testing.
3. Implement the keyboard panel based on the UX spec.
r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/6ca32fa64e79
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 856910 - Add MVVM pattern in settings app. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/0ac640db3c1b
Author: Rudy Lu <left.lu@gmail.com>
Desc: Bug 858383 - [Keyboard] Integrate the new keyboard manager with switch
and show layout list functions in Keyboard app.
 1. Modify keyboard manifest to expose entry points as input methods.
 2. Modify keyboard init logic to interact with new keyboard manager.
 3. Make use of inputContext in keyboard app.
 4. Bug 885692 - To integrate with the new keyboard switching API. for keyboard app
 5. Bug 899073 - inputContext.geText() whould return Promise
r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d27a4a86d72b
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 816912 - Keyboard Manager to support 3rd-party keyboard
    1. manage running keyboard layouts in System app
    2. generat new mozSettings array for keyboard app, setLayoutEnable
and saveToSettings fn in keyboard helper.
    3. keyboard helper will send 'keyboardsrefresh' event when
'mozSettings' change.
    4. Bug 885692 - To integrate with the new keyboard switching API. for km
    5. Bug 902830 - Use new chrome event for keyboard manager.
r=timdream
2013-08-30 00:50:21 -07:00
Gaia Pushbot
e1620aaebf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c258483698af
Author: Rudy Lu <left.lu@gmail.com>
Desc: Revert "Merge pull request #11645 from comoyo/new_ime_webidl"

This reverts commit 9a6e241416724a08dc1524569df96180c4ba0358, reversing
changes made to 4292d74f14438b49ebd01a4dbf89fd2748926f16.

========

https://hg.mozilla.org/integration/gaia-central/rev/822cd9317cd0
Author: Rudy Lu <left.lu@gmail.com>
Desc: Revert "Merge pull request #11788 from comoyo/bug_811177"

This reverts commit 53d993416233fd1f5de3976ac49c62f5ddc465af, reversing
changes made to 3900b53a815eb60605aa52107736c2ba391110e3.
2013-08-30 00:15:22 -07:00
Gaia Pushbot
510d9ad92e Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/87d7c87721ac
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-29 23:16:22 -07:00
Gaia Pushbot
18aa4c8494 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4fc7e8aeff02
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11828 from rexboy7/fix-bug907443

Bug 907443 - declare callsHandler.activeCall correctly (regression of bug 902983)

========

https://hg.mozilla.org/integration/gaia-central/rev/6a2cb8a39fa4
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 907443 - [dialer] declare callsHandler.activeCall correctly (regression of bug 902983)
2013-08-29 21:00:22 -07:00
Gaia Pushbot
9428e64dc1 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2d758b78e9b7
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11751 from rexboy7/fix-bug900838

bug 900838 - [System] play poweron video after first repaint

========

https://hg.mozilla.org/integration/gaia-central/rev/c00c087b7bb6
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 900838: [System] play poweron video after first repaint
2013-08-29 20:50:21 -07:00
Gaia Pushbot
0b26e14e1f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c7db2bca85b9
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11835 from kk1fff/b891443/p1

Bug 891443 - avoid redirecting every url started with https://www.mozilla.org in FTU, r=alive, a=leo+

========

https://hg.mozilla.org/integration/gaia-central/rev/e3df5848deaa
Author: Patrick Wang <kk1fff@patrickz.net>
Desc: Bug 891443 - avoid redirecting every url started with https://www.mozilla.org in ftu
2013-08-29 19:40:21 -07:00
Gaia Pushbot
8723fd1e3f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/feceb779e5d2
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11754 from snowmantw/issue905915

Bug 905915 - [Keyboard] Need to adjust the layout of keyboard FTU in landscape mode, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/22c199df8e8a
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 905915 - [Keyboard] Need to adjust the layout of keyboard FTU in landscape mode
2013-08-29 18:55:22 -07:00
Gaia Pushbot
2496b7ede4 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9adc8de2a121
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-29 15:20:21 -07:00
Gaia Pushbot
bb5a7e097c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d629a442232b
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 910345 - [Clock] Create Emitter abstract for events - r=jugglinmike

* Adds new Emitter prototype for use in Clock
2013-08-29 14:20:22 -07:00
Gaia Pushbot
a997903cb3 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/467cf6acf046
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #11824 from leob2g/Bug_884698_Synchronize_Setting_Hide_For_IMAP

 Bug 884698 - [Buri][Email]The synchronize option in IMAP account does not work. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/39df6ab384a7
Author: praveen.singapati <praveen.singapati@lge.com>
Desc:  Bug 884698 - [Buri][Email]The synchronize option in IMAP account does not work

Fixed lint error
2013-08-29 11:25:21 -07:00
Gaia Pushbot
794c390752 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cae10aaf9d68
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 898666 - [clock] Clock refactor alarm object and add test

1. An Alarm constructor is used to create new Alarms, instead of
   creating new object literals.
2. The AlarmsDB API is changed to pass error messages in the
   function(err, value) {...} style.
3. Asyncronous API calls are checked using callbacks. The async
   functions in Utils make this easy (although including async.js
   would be easier.
4. Testing is added for the Alarm object.
5. Added mock_alarmsDB and mock_mozAlarms for testing Alarms
6. Fixed alarm_edit tests. Moved to a new alarm_edit_test.js file.
7. Add tests for new utils methods (async and safeCpuLock)
8. Rename some variables. Remove "_name" naming scheme.
9. Removed in app alarm set indicator
10. Protect id, repeat, and enabled properties on the Alarm object.

r=jugglinmike
2013-08-29 11:15:21 -07:00
Gaia Pushbot
a7ba4e7873 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 909675 - Leverage web component polyfill for test DOM r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/56b9188afa4c
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 909675 - Leverage web component polyfill for test DOM
2013-08-29 11:00:22 -07:00
Gaia Pushbot
07f3a58efd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/81f9122221cf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11840 from etiennesegonzac/bug-908288-system-test-orange

Bug 908288 - fixing system app intermitent orange failures

========

https://hg.mozilla.org/integration/gaia-central/rev/e801437a7aaf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 908288 - fixing system app intermitent orange failures r=julienw
2013-08-29 08:55:22 -07:00
Gaia Pushbot
e164e363fc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9eaceb4c4fab
Author: Michael Vines <mvines@codeaurora.org>
Desc: Merge pull request #11330 from alivedise/bugzilla/871916/remove-nexus-s-hack-in-gaia

Bug 871916 - Remove Nexus S hack in gaia. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/12aadf6f7cdf
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 871916 - Remove Nexus S hack in gaia
2013-08-29 08:45:24 -07:00
Gaia Pushbot
c07303f50b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e069241e128c
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #11838 from mpizza/Bug_898366_camera_upside_down

Bug 898326 - Quickly tap the switching icon twice causes upside down image. r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/929ee453c548
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 898326 - Quickly tap the switching icon twice that caused image upside down
2013-08-29 07:25:21 -07:00
Jan Jongboom
f93a41e3b8 Bug 811177 - Keyboard should also work for designMode=on. r=yxl 2013-08-29 09:57:12 -04:00
Gaia Pushbot
35a7b49050 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2cfd8ac37971
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-29 06:15:27 -07:00
Gaia Pushbot
4b4b64e48f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cfb4f0fe8e8
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Merge pull request #11789 from michalbe/nexport-contacts

Bug 887776 - export contacts to SD Card r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/df69d3b90792
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 887776 - export contacts to SD Card

trash

trash

bluetooth button disabled

revert

disable bluetooth buttonm

device storage shared helpers added

export multiple contacts to one file

tests fixed

tests fixed even better

progress screen fixed

tests fixed
2013-08-29 05:06:24 -07:00
Gaia Pushbot
41ba24f094 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ec7c59e056f3
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #11837 from asutherland/email-regex-fix

Bug 910153 - [Email] email address in a plain message body is broken, when multiple sub domains present. r=mcav, r=psingapati

========

https://hg.mozilla.org/integration/gaia-central/rev/22262399a41c
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 910153 - [Email] email address in a plain message body is broken, when multiple sub domains present. r=mcav, r=psingapati

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/243
2013-08-29 04:35:23 -07:00
Gaia Pushbot
d595dc2e63 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/91090f417a67
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11598 from yurenju/900504

Bug 900504 - added new argument --gaia to get correct l10n r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/a3097d0cc6ce
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 900504 - added new argument --gaia to get correct l10n
2013-08-29 04:10:21 -07:00
Gaia Pushbot
de929fbda7 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/7db3c28d7056
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 903913 - [Flatfish]Need script to detect device type for reuse in shared folder
2013-08-29 03:50:21 -07:00
Gaia Pushbot
ebab221fa8 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 909906 - [B2G][Buri][1.2][Facebook] Importing contacts from facebook... r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/db975ebea3b6
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 909906 - [B2G][Buri][1.2][Facebook] Importing contacts from facebook displays Error message:'Invalid App ID: 123456'
2013-08-29 03:35:21 -07:00
Gaia Pushbot
285aac777e Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 904004 - Manage remote custom single variant apps at build time. r = yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/f2c2e87a95a0
Author: Albert <acperez@tid.es>
Desc: Bug 904004 - Manage remote custom single variant apps at build time. r=yurenju
2013-08-29 02:55:23 -07:00
Ed Morley
d10cabc240 Merge mozilla-central and b2g-inbound 2013-08-29 10:50:31 +01:00
Ed Morley
061f421c5b Backed out changeset cd99d10fc665 (bug 870676) for breaking B2G device image builds on a CLOSED TREE 2013-08-29 10:43:09 +01:00
Gaia Pushbot
27a081eac6 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 811177 - Add designmode=on tests to IME tests. r=yxl

========

https://hg.mozilla.org/integration/gaia-central/rev/e28b273eac9b
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 811177 - Add designmode=on tests to IME tests
2013-08-29 01:40:21 -07:00
Gaia Pushbot
810f409ecb Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9c74ec6a6e91
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11808 from lodr/bug-909132-limitting-stats-query

Bug 909132 - Adding a minimum date in order to limit the time window to query for.
r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/57a7c64791fc
Author: lodr <salva@unoyunodiez.com>
Desc: Bug 909132 - Adding a minimum date in order to limit the time window to query for
2013-08-29 01:30:21 -07:00
Gaia Pushbot
e3d22a7c4a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/06cad1004cc2
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11827 from yurenju/settingsJS

Bug 904068 - Implement build/settings.py in javascript r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/030aff3fc154
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 904068 - Implement build/settings.py in javascript
2013-08-29 00:45:22 -07:00
Gaia Pushbot
5d79e08c61 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/267abffef80e
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11774 from rexboy7/fix-bug905461

Bug 905461 - [Settings] Accept IP addresses with padding zero in custom ...

========

https://hg.mozilla.org/integration/gaia-central/rev/ece53a455baa
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 905461 - [Settings] Accept IP addresses with padding zero in custom APN settings
2013-08-28 21:40:21 -07:00
Ryan VanderMeulen
e45da17600 Merge m-c to b2g-inbound. 2013-08-29 00:24:45 -04:00
Ryan VanderMeulen
b919e61a1c Merge b2g-inbound to m-c. 2013-08-28 22:48:03 -04:00
Gaia Pushbot
26c7d7c8e1 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f400eac8b283
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-28 14:15:44 -07:00
Gaia Pushbot
22263ade9e Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/99bfb0777703
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 906748 - [Messages] We don't see the cursor when we remove a "number" recipient r=julienw

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

- If nothing "typed" on keyup, assume isDeletingRecipient
- Updates unrelated test in thread_ui

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-28 14:15:22 -07:00
Gaia Pushbot
3fc8e5d2f9 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b52b2c39126c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #11777 from evanxd/bug-863999"

This reverts commit f56f364d7af0409729954748122d9e38a6480e82, reversing
changes made to eb48d3682e045c94b650323b5a55898afdf3e3b1.
2013-08-28 12:45:23 -07:00
Chris AtLee
7c2b0a8250 Bug 885630: gecko configs for emulator-jb builds. r=aki DONTBUILD
--HG--
extra : transplant_source : 7%DE%0E%F6X%92%8F%E5n%F4%AA%82%3Fx%12%8A%09upK
2013-08-28 13:45:08 -04:00
Rudy Lu
ee24f5804c Bug 909124 - [b2g desktop] shell.js did not get correct mozbrowserloadstart event to send Gaia the pending chromeEvents. r=fabrice
CLOSED TREE
2013-08-28 07:58:27 -04:00