Commit Graph

4727 Commits

Author SHA1 Message Date
Gaia Pushbot
b0c2e38a4a 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/a1b439c334b1
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14149 from stupchiy/bug_941004

Bug 941004 - Refactor add browser bookmark into an app object

========

https://hg.mozilla.org/integration/gaia-central/rev/18f134782384
Author: Sergey Tupchiy <tupchii.sergii@gmail.com>
Desc: Bug 941004 - Refactor add browser bookmark into an app object
2013-12-20 12:56:04 -08:00
Gaia Pushbot
64db6c9bfa Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 948314 - [Rocketbar] Marketplace App Search r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/5819eb893491
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 948314 - [Rocketbar] Marketplace App Search r=vingtetun
2013-12-20 03:05:23 -08:00
Ms2ger
eb9db59653 Merge. 2013-12-20 11:41:21 +01:00
Ms2ger
4f9286e563 Merge backout. 2013-12-20 11:39:00 +01:00
Ms2ger
aae32a4ae5 Backout bug 938023 (changesets 19fbd3fb0373:8146150d4df8) for missing review. 2013-12-20 11:37:27 +01:00
Gaia Pushbot
c62d434b6e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4edbee2149a4
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14884 from flodolo/bug950171

Bug 950171 - [settings] "Improve Firefox OS" title displayed as "Improve {{brandShortName}}"

========

https://hg.mozilla.org/integration/gaia-central/rev/14fb92a7be15
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 950171 - [settings] "Improve Firefox OS" title displayed as "Improve {{brandShortName}}"

Remove double substitution introduced in bug 944749, change string ID.
2013-12-20 02:30:23 -08:00
Gaia Pushbot
a7d056d626 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1548329b856e
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #14338 from dwi2/bug942762

Bug 942762 - Update label of bookmark on homescreen when user update boo...

========

https://hg.mozilla.org/integration/gaia-central/rev/70e1bab60d48
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 942762 - Update label of bookmark on homescreen when user update bookmark name in browser

========

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

Bug 952158 - [Rocketbar] Add clear button r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/4ebc5e0da6fe
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 952158 - [Rocketbar] Add clear button r=vingtetun
2013-12-20 02:15:24 -08:00
Gaia Pushbot
9811af6f94 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 910999 - Correct display and removal of voicemail notification r=alive,julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/59e9dc88365f
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 910999 - Correct display and removal of voicemail notification

In bug 910999 we want to make sure that the voicemail notification is
not removed upon tap of the user but when the message has actually been
listened to. The process for voicemail is that when you have new
messages, carrier sends a SMS with specific bits stating the current
status of your voicemail:
 - whether you have messages, i.e. should the voicemail indicator be
   turned on ;
 - how much messages you have (this is optional, -1 is valid, 0 happens
   when you have no more message) ;
 - a return number to call and a text message ;
So when you have voicemail messages waiting for you, you get a sms with
the active bit set to 1. We get this messag from Gecko through the
statuschanged event, and the active status is read from the hasMessages
property. When this is true, we send a notification. When this is true
we remove the notification.

Removal was not possible until the new Notification API is available. So
now that it is available, we make use of it. We have to enhance the
notification handler of the system app, however, to disable the hacks
that we have implemented for the old API. This is handled as of bug
890440.
2013-12-20 02:05:23 -08:00
Gaia Pushbot
b4d1f86f3f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 948341 - Convert Dialer to make use of the new Notification API r=etienne_s

========

https://hg.mozilla.org/integration/gaia-central/rev/eea27ecee77c
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 948341 - Convert Dialer to make use of the new Notification API

Usage of the new API maks the code cleaner, we only depends on
NotificationHelper for getIconURI. Since bug 890440 landed, when this
new API is used there is no more hack to remove notification, so we have
to handle it ourself:
 - we have to close the notification in the 'click' event handler that
   we install
 - when we load the call log, we check for any notification and close
   them.

The second point allows us to fix correctly bug 926318.
2013-12-20 01:50:24 -08:00
Gaia Pushbot
14d5450cf0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 945553 - Rewrite install-gaia.py to install-gaia.js

========

https://hg.mozilla.org/integration/gaia-central/rev/6d1e0883a123
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 945553 - Rewrite install-gaia.py to install-gaia.js
2013-12-20 00:50:24 -08:00
Gaia Pushbot
9eba54714b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 952058 - [Download Manager] Download confirm dialogs are not removed...

========

https://hg.mozilla.org/integration/gaia-central/rev/095ea1064a68
Author: crdlc <crdlc@tid.es>
Desc: Bug 952058 - [Download Manager] Download confirm dialogs are not removed from DOM

========

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

Bug 946064 - [fugu][buri][contact] contact photo refresh when taping on ...

========

https://hg.mozilla.org/integration/gaia-central/rev/c47d3dbaf81a
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 946064 - [fugu][buri][contact] contact photo refresh when taping on favorite icon
2013-12-20 00:35:24 -08:00
Gaia Pushbot
037132f827 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32360fced5d7
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #14835 from gasolin/issue-949799

Bug 949799 - [B2G][Geolocation] 'More Info' icon is unresponsive on the ..., r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/55200abffb19
Author: gasolin <gasolin@gmail.com>
Desc: Bug 949799 - [B2G][Geolocation] 'More Info' icon is unresponsive on the Geolocation screen
2013-12-20 00:25:24 -08:00
Gaia Pushbot
9500994a95 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a554d39cbdf
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #14745 from huchengtw-moz/video/Bug_915039_add_cancel_button

Bug 915039 - [Video] There is no easy way to navigate back to the activi..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/b28c38dde7d6
Author: John Hu <johu@mozilla.com>
Desc: Bug 915039 - [Video] There is no easy way to navigate back to the activity caller if the library is empty
2013-12-20 00:01:25 -08:00
Gaia Pushbot
cfcea7830d Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/388162e9a275
Author: Albert <acperez@tid.es>
Desc: Merge pull request #14697 from acperez/bug-950109

Bug 950109 - Instead of a Music category on landing screen there is a music app. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/9c01eaee9b5c
Author: Albert <acperez@tid.es>
Desc: Bug 950109 - Instead of a Music category on landing screen there is a music app. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/1101a065c376
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #14118 from cctuan/943813

Bug 943813 - [Gallery] scrollToShowThumbnail not work

========

https://hg.mozilla.org/integration/gaia-central/rev/5c46f7687f6a
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 943813 - [Gallery] scrollToShowThumbnail not work
2013-12-19 23:25:24 -08:00
Gaia Pushbot
14bc9804dd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Revert "Bug 945553 - Rewrite install-gaia.py to install-gaia.js"

========

https://hg.mozilla.org/integration/gaia-central/rev/98f26f702782
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 945553 - Rewrite install-gaia.py to install-gaia.js"

This reverts commit b9129ad69a9ea91fda0c3f4c626c2f2eaf15d230.
2013-12-19 23:00:24 -08:00
Gaia Pushbot
a0af2a0520 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

bug 946730 - [Dialer] Do not show "xxx left" when hanging up the whole group call. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/efdde585112d
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 946730 - [Dialer] Do not show "xxx left" when hanging up the whole conference call

========

https://hg.mozilla.org/integration/gaia-central/rev/2a6e5d643d12
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #14792 from brijeshks/nmaster

Added error description message for missing GAIA_KEYBOARD_LAYOUTS. r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/e2d7ad1495c4
Author: Brijesh <Brijesh.ks@accenture.com>
Desc: Added error description message for missing GAIA_KEYBOARD_LAYOUTS

Bug 946688 - Including a non-existent keyboard during make fails with undescriptive error  r=reviews.
2013-12-19 22:20:23 -08:00
Wes Kocher
5a32781eab Merge m-c to b2g-inbound 2013-12-19 19:52:38 -08:00
Gaia Pushbot
900de876cc Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 945553 - Rewrite install-gaia.py to install-gaia.js

========

https://hg.mozilla.org/integration/gaia-central/rev/ffad73493158
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 945553 - Rewrite install-gaia.py to install-gaia.js
2013-12-19 19:51:24 -08:00
Wes Kocher
f8ab24ed0d Merge fx-team to m-c 2013-12-19 19:09:04 -08:00
Wes Kocher
8572872387 Merge inbound to m-c 2013-12-19 18:58:45 -08:00
Gaia Pushbot
058af2d901 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/958f5e5dff3d
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #14797 from dwi2/bug937561

Bug 937561 - get both available network list and known network list, and...

========

https://hg.mozilla.org/integration/gaia-central/rev/19311815168b
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 937561 - get both available network list and known network list, and make union of them to present to settings app
2013-12-19 18:50:23 -08:00
Gaia Pushbot
c048d8dd91 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 952097 - [Rocketbar] Add cancel button r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/043210e5adeb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 952097 - [Rocketbar] Add cancel button r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/1625ccbbd682
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14506 from gnarf/941976

Bug 941976 - [B2G][SMS] SMS messages with more than one phone number are treated as a single phone number

========

https://hg.mozilla.org/integration/gaia-central/rev/eec7207b4eab
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 941976 - [B2G][SMS] SMS messages with more than one phone number are treated as a single phone number - r=julienw
2013-12-19 15:50:24 -08:00
Gaia Pushbot
64788ab54e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa9644133018
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #14784 from nullaus/bug949286-net-error

bug 949286

========

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

-Handle dnsNotFound as well as netOffline errors in net_error.html/.js.
2013-12-19 15:40:25 -08:00
Gaia Pushbot
f8a71ca7e7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a8dd09a5d33e
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14858 from vingtetun/bug951298

Bug 951298 - placing 5 icons in the dock and then going in and out of ed...

========

https://hg.mozilla.org/integration/gaia-central/rev/bf9c38e98f08
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 951298 - placing 5 icons in the dock and then going in and out of edit mode on the homescreen will chop the 5th icon. r=crdlc
2013-12-19 15:00:25 -08:00
Gaia Pushbot
c0e68705bb Bumping gaia.json for 14 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8f56fb9f988
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 950914 - [Messages][Drafts] Replace existing draft when hiding app while showing unsent, existing draft content

========

https://hg.mozilla.org/integration/gaia-central/rev/d7ad364d6bc7
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 943395 - [Messages][Drafts] Replace existing Draft layer needed when replacing draft

========

https://hg.mozilla.org/integration/gaia-central/rev/76fdef6bd081
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 947211 - [Messages][Drafts] Thread message/draft status (preview, styling and icon) is not accurate for various cases r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=947211
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/1779875de904
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 917639 r=julienw

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/4b8b74f147e3
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 949524 - [Messages][Drafts] TypeError: record/draft.content.find is not a function r=julienw

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

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/112567463dcc
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 949140 - [Messages][Drafts] Thread list doesn't discard new draft thread that is discarded via menu

========

https://hg.mozilla.org/integration/gaia-central/rev/69f300d0e26b
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 949137 - [Messages][Drafts] Composer doesn't clear after sending a new draft r=rwaldron

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/e3ab3fe0a372
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 947215 - [Messages][Drafts] Do not try to match an existing thread when saving a threadless draft r=rwaldron

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/41e19646ad57
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 946989 - [Messages][Drafts] Duplicate threadless drafts get saved r=rwaldron

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/c672f0347c25
Author: Adam Hyland <protonk@gmail.com>
Desc: Bug 946995 - [Messages][Drafts] MMS Drafts don't restore correctly after app closes/restarts r=rwaldron

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/fa0437fc000f
Author: Adam Hyland <protonk@gmail.com>
Desc: Bug 936648 - [Messages][Drafts] Draft display and interaction within a thread r=rwaldron

========

https://hg.mozilla.org/integration/gaia-central/rev/67b009977bc7
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 936647 - [Messages][Drafts] Preview drafts threads in thread list r=julienw

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

- index.html:
  - messages-thread-tmpl
    - Adds "icon-draft" class to "icon icon-read" classes
    - Adds data-l10n-id="no-receipient"
    - Adds data-list=draft|thread

- js/desktop-only/mobilemessage.js
  - Updates Draft bootstrapping data

- js/drafts.js
  - Adds read-once and cache to Drafts.request
  - Adds unique id mechanism
  - Updates Drafts.delete to allow deleting all drafts for a threadId
  - Renames Drafts.byId => Drafts.byThreadId
  - Adds Drafts.get(draftId)
  - Updates Drafts.request to abide a local isCached flag.
    - Only load from storage when isCached is false.
  - Updates Drafts.request to revive stored Draft objects as actual Draft objects
  - Adds Draft.List.prototype.latest that points at the latest draft in a Draft.List (ie. for a specified threadId or null key)
  - Adds function guid for creating quasi-unique ids

- js/message_manager.js
  - Adds `draft` property to hold draft object to coordinate with New Message view
  - Calls Drafts.request() from init
  - Calls ThreadListUI.renderDrafts() from onHashChange when hash = #thread-list

- js/thread_list_ui.js
  - Wraps contents in IIFE
  - Adds draftLinks property to map DOM nodes to draftId
  - Updates setContact to include lookup from draft
  - Updates handleEvent to capture draft object on click. Stops looking at 'threads-container'
  - Updates delete to create two lists of deletable items from the selectedInputs array. List is determined by data-list property value.
    - Drafts are deleted similarly to Threads, but will exit immediately if no Threads are to be deleted
    - Drafts.store() is called upon completing delete operation
  - Adds ThreadListUI.renderDrafts to create "Thread List Items" from Draft objects that do not have their own thread
  - Calls ThreadListUI.renderDrafts from ThreadListUI.renderThreads
  - Updates ThreadListUI.createThread to create a "Thread List Item" from a Draft object, or to mark a Thread that has a draft.
  - Updates rendered markup for "Thread List Item"
  - Updates timestamp handling in ThreadListUI.appendThread

- js/thread_ui.js
  - Updates ThreadUI.saveMessageDraft new or replacement drafts

- js/threads.js
  - Expose Thread constructor
  - Adds Thread.prototype.drafts accessor to Drafts.byThreadId(this.id);
  - Adds Thread.prototype.hasDrafts accessor as short hand

- Adds tests to:
  - test/unit/compose_test.js
  - test/unit/drafts_test.js
  - test/unit/media/pixel.jpg
  - test/unit/message_manager_test.js
  - test/unit/mock_async_storage.js
  - test/unit/mock_drafts.js
  - test/unit/mock_navigatormoz_sms.js
  - test/unit/thread_list_ui_test.js
  - test/unit/thread_ui_test.js
  - test/unit/threads_test.js

- Passing both lint and hint

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/a0f8e3d0efc0
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 936641 - [Messages][Drafts] Create message drafts upon user interaction

========

https://hg.mozilla.org/integration/gaia-central/rev/bb759ce17d5a
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 935177 - [Messages][Drafts] Update "discard message" confirmation prompt to options menu/dialog; add "save draft" no-op r=julienw

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

- New strings:
  - save-as-draft      = Save as Draft
  - discard-message = Discard
- Removes window.confirm mechanism
- Implements Multi-option prompt with OptionMenu
- Basic tests to assert the correct operations are performed by the option handlers

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-12-19 13:57:26 -08:00
Gaia Pushbot
56c5b66223 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3fb358a794fd
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #14725 from mcav/fix-pop3-header

Bug 950200 - [Email][V1.3][POP3] Please change the "SettingS" of POP3 configuration page to "Settings"

========

https://hg.mozilla.org/integration/gaia-central/rev/bb8c822e483f
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 950200 - [Email][V1.3][POP3] Please change the "SettingS" of POP3 configuration page to "Settings"
2013-12-19 13:05:24 -08:00
Gaia Pushbot
ae0ab278f4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d1addb30556
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #14860 from gaye/bug-952168

Bug 952168 - Edges gestures tests are failing on TBPL

========

https://hg.mozilla.org/integration/gaia-central/rev/9ec730114e20
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 952168 - Edges gestures tests are failing on TBPL
2013-12-19 12:31:24 -08:00
Gaia Pushbot
51056b083c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 946452 - Disable rocketbar failing tests r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/7792734c96f2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 946452 - Disable rocketbar failing tests r=me
2013-12-19 11:50:35 -08:00
Gaia Pushbot
498bdda420 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/af35006eefb4
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14756 from julienw/936369-fix-keyboard-manager

Bug 936369 - [system] Intermittent Travis Unit Test Failure: KeyboardMan...

========

https://hg.mozilla.org/integration/gaia-central/rev/1b2c85cee3bc
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 936369 - [system] Intermittent Travis Unit Test Failure: KeyboardManager Transitions Call showKeyboard against visible keyboard: Error: timeout of 2000ms exceeded r=janjongboom

LOOK MA NO INTERMITTENT!
2013-12-19 10:10:23 -08:00
Gaia Pushbot
b248e46f94 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e29ffa8b1f3a
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #14840 from gtorodelvalle/contacts-bug-946260-broken-links-when-scrolling

Bug 946260 - [Contacts] Broken link image shown for contacts when scrolling instead of their photo

========

https://hg.mozilla.org/integration/gaia-central/rev/5030d022841e
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 946260 - [Contacts] Broken link image shown for contacts when scrolling instead of their photo
2013-12-19 09:20:24 -08:00
Gaia Pushbot
f58a9e0aa8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2c8ad9bb0ecf
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14751 from TheoChevalier/call-waiting-switch-fix

Bug 951123 - [Settings] Call waiting switch on "Confirm Call waiting", r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/6fb9727f76f0
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 951123 - [Settings] Call waiting switch on "Confirm Call waiting" screen is broken
2013-12-19 08:45:24 -08:00
Gaia Pushbot
9a465563ba Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1485522e1298
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #14806 from gtorodelvalle/contacts-bug-949470-ben-kelly-patch

Bug 949470 - [Contacts] Broken image links when entering the search mode

========

https://hg.mozilla.org/integration/gaia-central/rev/c09076a30327
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 949470 - [Contacts] Broken image links when entering the search mode

========

https://hg.mozilla.org/integration/gaia-central/rev/214fe26e8f61
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #14583 from nbp/marionette-with-serial

Bug 948992 - Give deviceSerial number to ADB's device manager.

========

https://hg.mozilla.org/integration/gaia-central/rev/434ea62282dc
Author: Nicolas Pierron <nicolas.b.pierron@gmail.com>
Desc: Bug 948992 - Give deviceSerial number to ADB's device manager. r=mdas
2013-12-19 08:20:23 -08:00
Gaia Pushbot
06e2461241 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 951190 - Remove ' from Dutch keyboard. r=rlu

========

https://hg.mozilla.org/integration/gaia-central/rev/1431692a3f68
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 951190 - Remove ' from Dutch keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/87c44b7e37ec
Author: Askeing Yen (fyen) <askeing@gmail.com>
Desc: Merge pull request #14791 from askeing/951516

Bug 951516 - Intermittent of email tests

========

https://hg.mozilla.org/integration/gaia-central/rev/a9b3b4e52484
Author: askeing <askeing@gmail.com>
Desc: Bug 951516 - Intermittent of email tests
2013-12-19 07:30:24 -08:00
Gaia Pushbot
53b228aead Bumping gaia.json for 24 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ca9192135fb8
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Merge branch 'master' of https://github.com/mozilla-b2g/gaia

========

https://hg.mozilla.org/integration/gaia-central/rev/b46e91c2a2ee
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14844 from comoyo/952086

Bug 952086 - Load forms.js in desktop helper r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/c404986c86a9
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 952086 - Load forms.js in desktop helper

========

https://hg.mozilla.org/integration/gaia-central/rev/40772fe0b247
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "Bug 949730 - Investigate test_cleanup_scard unittest failure for breaking gaia ui tests"

This reverts commit f916c32b344bb66135c540a0f083454a3e6aab68.

========

https://hg.mozilla.org/integration/gaia-central/rev/720244c42304
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #14839 from KevinGrandon/rocketbar2

Bug 946452 - Rocketbar Search App

========

https://hg.mozilla.org/integration/gaia-central/rev/e236dc95d16f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 946533 - [Rocketbar] Follow-up, update tests r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/95862adfdb92
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 951242 - [Rocketbar] Eme followup, make links work r=amir

========

https://hg.mozilla.org/integration/gaia-central/rev/451b83237080
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 951242 - [Rocketbar] E.me should show result icons [r=kgrandon]

========

https://hg.mozilla.org/integration/gaia-central/rev/0cb0d539981b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 951711 - [Rocketbar] Style results, fix entrypoints r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/c99e4dd8e0b3
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 951721 - Search when entering invalid url. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/ee45c0d07b55
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 948302 - [Rocketbar] Entering URL launches browser frame r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/7581f2c97fc5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 951179 - [Rocketbar] Gaia ui tests failing for E.me launch r=amir

========

https://hg.mozilla.org/integration/gaia-central/rev/7f91e7a1f572
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 951217 - [Rocketbar] Enable both rocketbar and utilities when pref is enabled r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/bdbf21135297
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 951140 - [Rocketbar] Input content and visual tweaks r=amir

========

https://hg.mozilla.org/integration/gaia-central/rev/bf8fde6075dc
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 950668 - [Rocketbar] Allow other apps to activate Rocketbar r=ran

========

https://hg.mozilla.org/integration/gaia-central/rev/22f91fceefa0
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 950720 - [Rocketbar] [e.me] Rocketbar should show E.me results [r=kgrandon]

========

https://hg.mozilla.org/integration/gaia-central/rev/911e79500d9d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 950686 - [Rocketbar] Search app transition cleanup r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/7c69bf3db916
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 950615 - [Rocketbar] Add submit key indication [r=kevin]

========

https://hg.mozilla.org/integration/gaia-central/rev/4c8e9559747d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 948461 - [Rocketbar] Create port between search results and E.me r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/d0514887f9ac
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 950569 - [Rocketbar] Use IACHandler for inter-app communication r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/6ca80ae9919b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 946533 - [Rocketbar] Add some tests r=jugglinmike

========

https://hg.mozilla.org/integration/gaia-central/rev/60e1f57f989d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 946884 - [Rocketbar] Implement preference for search app url r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/0da22462323f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 946455 - [Rocketbar] Add local app search to rocketbar r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/a1593f508413
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 942175 - [Rocketbar] Add a search bar at the system level r=vingtetun
2013-12-19 07:21:24 -08:00
Gaia Pushbot
431aa545c7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47840abc782b
Author: John Ford <john@johnford.info>
Desc: Merge pull request #14453 from arroway/bug-945111

Bug 945111 - [settings] Update permissions_table to match PermissionsTab...

========

https://hg.mozilla.org/integration/gaia-central/rev/b03506352d01
Author: Stephanie Ouillon <arroway@mozilla.com>
Desc: [settings] Update permissions_table to match PermissionsTable.jsm
2013-12-19 07:15:24 -08:00
Gaia Pushbot
8cda4326b1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/88106831512f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14846 from AndreiH/bug949467

Bug 949467 - Fix intermittent fail in test_homescreen_delete_app

========

https://hg.mozilla.org/integration/gaia-central/rev/054646e91744
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 949467 - Fix intermittent fail in test_homescreen_delete_app
2013-12-19 06:55:24 -08:00
Gaia Pushbot
4eecba6981 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 951122 - Merge test_fmradio_find_station tests

========

https://hg.mozilla.org/integration/gaia-central/rev/7560bb230735
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 951122 - Merge test_fmradio_find_station tests
2013-12-19 05:40:23 -08:00
Gaia Pushbot
86b015775f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 949730 - Investigate test_cleanup_scard unittest failure

========

https://hg.mozilla.org/integration/gaia-central/rev/396b0121b249
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 949730 - Investigate test_cleanup_scard unittest failure

Updating to mozbase 0.31 resolves this issue
2013-12-19 05:01:24 -08:00
Gaia Pushbot
442c0a624b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 950080 - add jsdoc generator to gaia, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/a8f580858033
Author: gasolin <gasolin@gmail.com>
Desc: Bug 950080 - add jsdoc generator to gaia

========

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

Bug 932723 - Add a test to verify that received SMS are notified to the user

========

https://hg.mozilla.org/integration/gaia-central/rev/41e10935117e
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 932723 - Add a test to verify that received SMS are notified to the user
2013-12-19 04:50:23 -08:00
Fernando Jiménez
c2c57edfba Bug 947860 - Expose data SIM information instead of first SIM in the WebPaymentProvider API. r=fabrice 2013-12-19 13:42:22 +01:00
Gaia Pushbot
e0ac8922eb Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8dd8d8a8d987
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #14825 from bobsilverberg/ftu_frames

Bug 937336 - Remove where possible explicit frame switching

========

https://hg.mozilla.org/integration/gaia-central/rev/976214918eb6
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 937336 - Remove where possible explicit frame switching

Replace calls to marionette.switch_to_frame(self.app.frame) in FTU test with apps.switch_to_displayed_app()

========

https://hg.mozilla.org/integration/gaia-central/rev/e127a5af0224
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #14820 from bobsilverberg/contacts_frames

Bug 937336 - Remove where possible explicit frame switching

========

https://hg.mozilla.org/integration/gaia-central/rev/1ed9189786ae
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 937336 - Remove where possible explicit frame switching

Changes to Contacts app, where possible
2013-12-19 04:35:24 -08:00
Gaia Pushbot
144fb383e1 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1474e9b2766
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #14396 from jmcanterafonseca/fix_sms_fb_photos

Bug 907740 - [messages] sending message to Facebook contacts results in ...

========

https://hg.mozilla.org/integration/gaia-central/rev/ec4a4e09026a
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 907740 - [messages] sending message to Facebook contacts results in phone number not contact name being displayed

========

https://hg.mozilla.org/integration/gaia-central/rev/d3bb7d41cacc
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #14823 from bobsilverberg/video_frames

Bug 937336 - Remove where possible explicit frame switching

========

https://hg.mozilla.org/integration/gaia-central/rev/510c0bfeecb3
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 937336 - Remove where possible explicit frame switching

Remove explicit frame switching *and* unneeded locators from videoplayer app
2013-12-19 04:15:28 -08:00
Gaia Pushbot
8813055009 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2fa554a9d4ab
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #14728 from etiennesegonzac/bug-947863-basic-dialer-marionette-js

Bug 947863 - Sanity marionette JS integration tests for the Dialer r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/389f42e62170
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 947863 - Sanity marionette JS integration tests for the Dialer
(keypad and tab navigation)

========

https://hg.mozilla.org/integration/gaia-central/rev/d855b1859bca
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 951570 - Disable persona tests they failing because of http://personatestuser.org/"

This reverts commit 04af8c92f3539454135fb59f5cc85f6a3fb4b64a.
2013-12-19 04:00:23 -08:00
Gaia Pushbot
fb95c20058 Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5dac5b9a59b4
Author: Carmen Jiménez <cjc@tid.es>
Desc: Merge pull request #14803 from mcjimenez/bug951552

Bug 951552 - Incorrect behavior when first boot is run with a pin locked SIM (and no PIN is entered)

========

https://hg.mozilla.org/integration/gaia-central/rev/5898eab7c7b8
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 951552 - Incorrect behavior when first boot is run with a pin locked SIM (and no PIN is entered)

========

https://hg.mozilla.org/integration/gaia-central/rev/8408e2616d93
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #14536 from borjasalguero/dm_demo_editmode

Bug 935100 - [Download Manager] Download list edit mode r=kaze, arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/91ea06f3c3b7
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 935100 - [Download Manager] Download list edit mode r=kaze, arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/9db43d4417bd
Author: AndreiH <andrei.hutusoru@gmail.com>
Desc: Merge pull request #14830 from askeing/951985

Bug 951985 - Unxfail test_gallery_crop_photo.py and test_browser_play_yo...

========

https://hg.mozilla.org/integration/gaia-central/rev/0ac7cc8c05fb
Author: askeing <askeing@gmail.com>
Desc: Bug 951985 - Unxfail test_gallery_crop_photo.py and test_browser_play_youtube_video.py
2013-12-19 03:10:24 -08:00
Gaia Pushbot
d4ea2f5d53 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6654a95fe1c
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #14827 from bobsilverberg/persona_frames

Bug 937336 - Remove where possible explicit frame switching

========

https://hg.mozilla.org/integration/gaia-central/rev/35fc70e3442c
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 937336 - Remove where possible explicit frame switching

Change to Persona test

========

https://hg.mozilla.org/integration/gaia-central/rev/7b7dde8a85e7
Author: Trif Andrei-Alin <trifandreialin@gmail.com>
Desc: Merge pull request #14826 from bobsilverberg/kb_frames

Bug 937336 - Remove where possible explicit frame switching

========

https://hg.mozilla.org/integration/gaia-central/rev/f1ed0aa660bb
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 937336 - Remove where possible explicit frame switching

Remove explicit frame switching from keyboard tests
2013-12-19 03:00:24 -08:00
Gaia Pushbot
a60d8e8589 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 913326 - Set voice privacy mode at startup r=alive, jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/43f6981acc53
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 913326 - Set voice privacy mode at startup
2013-12-19 02:45:25 -08:00
Gaia Pushbot
e82a0f375d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7725ca500b74
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #14831 from mpizza/Bug_937487_handle_activity

Bug 937487 - Keyboard won't disappear after focusing an input and then l... r=alive.

========

https://hg.mozilla.org/integration/gaia-central/rev/df2fb59f6372
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 937487 - Keyboard won't disappear after focusing an input and then launch an activity
2013-12-19 01:35:24 -08:00
Gaia Pushbot
7062a1593d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 945601 - [LockScreen] The acceleration mode of LockScreen should be more smooth

========

https://hg.mozilla.org/integration/gaia-central/rev/5068ccf8638f
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 945601 - [LockScreen] The acceleration mode of LockScreen should be more smooth
2013-12-19 01:20:24 -08:00
Gaia Pushbot
21de36fa6f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f46b625940b8
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #14777 from gtorodelvalle/contacts-bug-948817-enter-clears-custom-tag

Bug 948817 - [fugu][buri][contact] tap on 'enter' on keyboard will clear all input in custom label (r=jmcanterafonseca)

========

https://hg.mozilla.org/integration/gaia-central/rev/826f317dfd6c
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 948817 - [fugu][buri][contact] tap on 'enter' on keyboard will clear all input in custom label
2013-12-19 00:55:24 -08:00
Gaia Pushbot
4b3b8213a0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 948934 - [Download Manager] The downloading icon is not displayed du...

========

https://hg.mozilla.org/integration/gaia-central/rev/285ad848f079
Author: crdlc <crdlc@tid.es>
Desc: Bug 948934 - [Download Manager] The downloading icon is not displayed during the download
2013-12-19 00:05:24 -08:00
Gaia Pushbot
627b6aa37e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0445fcd57874
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #14256 from huchengtw-moz/gallery/Bug_877521_the_warning_message_of_pick_is_wrong

Bug 877521 - [Contacts][UX] The warning message of add picture is wrong., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/f9383043f94e
Author: John Hu <johu@mozilla.com>
Desc: Bug 877521 - [Contacts][UX] The warning message of add picture is wrong.
2013-12-18 23:05:24 -08:00
Gaia Pushbot
320ac100b5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 951107 - alpha scroll in export contacts screen is broken

========

https://hg.mozilla.org/integration/gaia-central/rev/89986d9dfd30
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 951107 - alpha scroll in export contacts screen is broken
2013-12-18 13:50:32 -08:00
Gaia Pushbot
8ac42cb8dc Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3468c6bb02a7
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14818 from pivanov/bug-951823

Bug 951823 - [BB]Headers - option to use nested and combine skins for Headers and other [BB]

========

https://hg.mozilla.org/integration/gaia-central/rev/1bc11e04a39a
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 951823 - [BB]Headers - option to use nested and combine skins for Headers and other [BB]

========

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

Bug 950103 - [Settings] Update wifi sprite

========

https://hg.mozilla.org/integration/gaia-central/rev/ba2b63ca4197
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 950103 - [Settings] Update wifi sprite
2013-12-18 13:25:24 -08:00
Gaia Pushbot
850901f00f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a1b136d75c16
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #14103 from mikehenrty/bug-926347-dualsim2

Bug 926347 dualsim2

========

https://hg.mozilla.org/integration/gaia-central/rev/696edbb9a855
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 926347 - updating SIM unlocking in FTU to include dual-sim and SIM info screen
2013-12-18 13:15:25 -08:00
Gaia Pushbot
98a91db0cc Bumping gaia.json for 6 gaia-central revision(s) a=gaia-bump
========

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

Bug 946796 - Import list only honors the :active state the first time a ...

========

https://hg.mozilla.org/integration/gaia-central/rev/e41956b732ab
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 946796 - Import list only honors the :active state the first time a contact is clicked.

========

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

Bug 951562 - Enable active state for the items in the duplicate contacts...

========

https://hg.mozilla.org/integration/gaia-central/rev/337da211fe17
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 951562 - Enable active state for the items in the duplicate contacts list

========

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

Bug 949688 - contacts app does not persist any cookie config settings to...

========

https://hg.mozilla.org/integration/gaia-central/rev/e2dc689dbd90
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 949688 - contacts app does not persist any cookie config settings to file system
2013-12-18 12:35:23 -08:00
Gaia Pushbot
613994dd58 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8227bc1f33b0
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #14589 from rnowm/settings-icons"

This reverts commit 16f95c8500a9f8eb793aa3501871edd292cd7968, reversing
changes made to 4adbbdc32ad62b7fba838d9beeaad3cff7f96651.

========

https://hg.mozilla.org/integration/gaia-central/rev/dfb4f3f2f8ac
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #14810 from etiennesegonzac/bug-946316-mochitest

Bug 946316 - Adding data store access to the mochitest app. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/f6b03eaa4eda
Author: Andrea Marchesini <amarchesini@mozilla.com>
Desc: Bug 946316 - Adding data store access to the mochitest app. r=etienne
2013-12-18 10:35:32 -08:00
Randall Barker
155a01ed55 Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis 2013-12-19 12:19:25 -08:00
Fabrice Desré
619c5db6bd Bug 938023 - Implement the download API : Part 2, implementation. r=auswerk 2013-11-27 23:18:08 -08:00
Fabrice Desré
a305fdc58b Bug 938023 - Implement the download API : Part 1, webidl. r=auswerk 2013-11-27 23:17:39 -08:00
Gaia Pushbot
cd0d8d67aa Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/11432e8aa928
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #14061 from arcturus/dsds-api

Bug 940913 - [Contacts] Support contacts import with DSDS

========

https://hg.mozilla.org/integration/gaia-central/rev/704534c4d747
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 940913 - [Contacts] Support contacts import with DSDS

========

https://hg.mozilla.org/integration/gaia-central/rev/479c1a69ae60
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #13779 from pivanov/bug-939153

Bug 939153 - [Action Icons - SMS] Remove shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/89a8b93ec712
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939153 - [Action Icons - SMS] Remove shadows from action icons
2013-11-27 22:20:23 -08:00
Gaia Pushbot
5f36d3b8e5 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 944253 - [Window Manager] Activity with window disposition is failing

========

https://hg.mozilla.org/integration/gaia-central/rev/d38883d3d590
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 944253 - [Window Manager] Activity with window disposition is failing
2013-11-27 21:55:23 -08:00
Gaia Pushbot
db9e83b52b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 941567 - [Keyboard][V1.2] The keyboard name of notification bar is incorrect. r=timdream.

========

https://hg.mozilla.org/integration/gaia-central/rev/d015ed38ae18
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 941567 - [Keyboard][V1.2] The keyboard name of notification bar is incorrect
    -- since keyboard show timing is depends on 'mozbrowserresize' event,
    so call 'showIMESwitcher' in the end of 'resizeKeyboard'
    to make sure refresh latest information at each time while keyboard layout is chnaged.
2013-11-27 21:35:23 -08:00
Gaia Pushbot
2e0499bea8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ad038535e85b
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #14145 from nullaus/downloads-api

bug 938023 - Add downloads permission to test-container in gaia. r=fabri...

========

https://hg.mozilla.org/integration/gaia-central/rev/aaed1c843b14
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 938023 - Add downloads permission to test-container in gaia. r=fabrice
2013-11-27 21:20:23 -08:00
Gaia Pushbot
28746c3900 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 943193 - Check the current radio state before setting it. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/e4d5924acaaf
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 943193 - Check the current radio state before setting it.
2013-11-27 20:25:23 -08:00
Gaia Pushbot
5c0546c715 Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/214bf9a52967
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14097 from fabi1cazenave/soundSelection-bug943722

Bug 943722 - Remove unused #sound-selection item in Settings, r=arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/87f8bd8397ba
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: remove utils.js/audioPreview

========

https://hg.mozilla.org/integration/gaia-central/rev/0b68e07664ed
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 943722 - Remove unused #sound-selection item in Settings, r=arthur
2013-11-27 20:10:23 -08:00
Gaia Pushbot
8423f804b3 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1d5a3fddabf1
Author: John Ford <john@johnford.info>
Desc: Revert "Merge pull request #14037 from timdream/keyboard-oop-reenable"

This reverts commit afa10908940f8d84f9e0477deeeba6569bf780a1, reversing
changes made to 62009adb592cfb3bd68a06318c5d01552ede79e7.

From bug 942790:

This patch caused a serious performance hit to all of our keyboard UI
automation - the keyboard is now taking way too long too load across
the entire phone. We need to back this out.
2013-11-27 11:15:23 -08:00
Gaia Pushbot
8ebf5e416b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ed37bef1db4
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14085 from pivanov/bug-943321

Bug 943321 - [Shared] Followup: remove drop shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/607d6cadff06
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 943321 - [Shared] Followup: remove drop shadows from action icons
2013-11-27 08:55:23 -08:00
Gaia Pushbot
a404f98ccf Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a7d8dc62349
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14111 from fabi1cazenave/appShadow-bug943790

Bug 943790 - [Settings] unsupported rule in apps.css

========

https://hg.mozilla.org/integration/gaia-central/rev/e188f2fe1772
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 943790 - [Settings] unsupported rule in apps.css
2013-11-27 08:06:24 -08:00
Gaia Pushbot
a0b3cb7c6e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b108571404b1
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14104 from askeing/943757

Bug 943757 - Fix test_sms_contact.TestContacts

========

https://hg.mozilla.org/integration/gaia-central/rev/40600d04b374
Author: askeing <askeing@gmail.com>
Desc: Bug 943757 - Fix test_sms_contact.TestContacts
2013-11-27 07:30:23 -08:00
Gaia Pushbot
31e08209a3 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/542b91f91ac4
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14074 from bebef1987/fix_contacts

Bug 943441 - test_import_contacts_from_gmail is failing on master for th...

========

https://hg.mozilla.org/integration/gaia-central/rev/db71f8dc20e8
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 943441 - test_import_contacts_from_gmail is failing on master for the wrong reason
2013-11-27 06:30:23 -08:00
Gaia Pushbot
d84422fd23 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22da34e7c4a7
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 915572 - Allow data/gaia/sdcard cleanup to be overridden by tests
2013-11-27 06:20:23 -08:00
Gaia Pushbot
aff6d86ad8 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 942107 - Camera app. Be smart and reduce locators.

========

https://hg.mozilla.org/integration/gaia-central/rev/f39520348031
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 942107 - Camera app. Be smart and reduce locators.

========

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

Bug 939062 - Part 2 address intermittent failure in test_add_contact_to_...

========

https://hg.mozilla.org/integration/gaia-central/rev/c59fd8caa6ee
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 939062 - Part 2 address intermittent failure in test_add_contact_to_favorites.py
2013-11-27 05:30:23 -08:00
Gaia Pushbot
116b292f04 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e26f0bf60e6
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939227 - Remove shadows from action icons in camera. r=daleharvey
2013-11-27 05:15:27 -08:00
Gaia Pushbot
e966ac1147 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ace477ac314e
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #14063 from EverythingMe/937535-collection-bg-header

Bug 937535 - [e.me] Collection header in BG Fullscreen mode is not align...

========

https://hg.mozilla.org/integration/gaia-central/rev/531f09f316a5
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 937535 - [e.me] Collection header in BG Fullscreen mode is not aligned [r=evyatron, ranbena]
2013-11-27 05:05:24 -08:00
Gaia Pushbot
d7f9d4e7fd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/704563ba3b61
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14116 from viorelaioia/bug_943579

Bug 943579 - override timeout in wait_for_notification_toaster_not_displ...

========

https://hg.mozilla.org/integration/gaia-central/rev/7c83c5fc6d50
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 943579 - override timeout in wait_for_notification_toaster_not_displayed()
2013-11-27 04:40:29 -08:00
Gaia Pushbot
d1a2fc4aad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86c925cd0293
Author: gitmai <mri@tid.es>
Desc: Merge pull request #14076 from gitmai/bug-942060-no-usage-data-and-graph

Bug 942060 -[Cost Control] There is no usage data and graph in usage app
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/0c737e666f77
Author: mai <mri@tid.es>
Desc: Bug 942060 -[Cost Control] There is no usage data and graph in usage app
2013-11-27 04:10:24 -08:00
Gaia Pushbot
5004c49f9a Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/61db56e065e5
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #13971 from RudyLu/keyboard/bulgarian_keyboard_layouts

Bug 936840 - Added Bulgarian keyboard layouts.
r=rudylu

========

https://hg.mozilla.org/integration/gaia-central/rev/aa93c5fa634c
Author: Mihail Chilyashev <chilyashev@gmail.com>
Desc: Bug 936840 - Added Bulgarian keyboard layouts

========

https://hg.mozilla.org/integration/gaia-central/rev/b8bbc544eca9
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 943817 - Marionette timeouts are lost when using the --restart command line option. r=zcampbell
2013-11-27 04:09:13 -08:00
Gaia Pushbot
46d8b883c1 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/011876d3b6c5
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #14068 from comoyo/942865-show-pwd-focus

Bug 942865 - [Settings][WiFi] In wifi settings, 'Show Password' checkbox makes the keyboard disappear

========

https://hg.mozilla.org/integration/gaia-central/rev/903cee3badea
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 942865 - [Settings][WiFi] In wifi settings, 'Show Password' checkbox makes the keyboard disappear
2013-11-27 04:08:50 -08:00
Gaia Pushbot
aedfc9ed20 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/679eab6303d8
Author: EragonJ <eragonj@eragonj.me>
Desc: bug 932731 - [DSDS][Gaia][Sim Manager] can set outgoing call, msg and data

========

https://hg.mozilla.org/integration/gaia-central/rev/f70332a1be1a
Author: Julien Wajsberg <felash@gmail.com>
Desc: Revert "Merge pull request #13283 from EragonJ/bug-932731"

This reverts commit 9e0df13811b577026b70ccfdcd9b4a309746e8ba, reversing
changes made to 13e51d5f543729bb38cdd054d6452bf3f3e611ae.
2013-11-27 04:08:26 -08:00
Gaia Pushbot
57b717d05d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22ae719385f4
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #13875 from gasolin/issue-939011

Bug 939011 - [Keyboard]visual keyboard switcher status indicator, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/754568765122
Author: gasolin <gasolin@gmail.com>
Desc: Bug 939011 - [Keyboard]visual keyboard switcher status indicator
2013-11-27 03:55:51 -08:00
Gaia Pushbot
c1efb270a1 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/e81ec57d689f
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #14047 from asutherland/stream-review

Bug 871897 - [email] Change mail sending process to use streaming to reduce peak memory usage. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/d9cf0d0477c7
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 871897 - [email] Change mail sending process to use streaming to reduce peak memory usage. r=mcav
2013-11-27 03:55:29 -08:00
Carsten "Tomcat" Book
8f007615c5 merge b2g-inbound to mozilla-central 2013-11-27 10:59:41 +01:00
Gaia Pushbot
dfef5ab53f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ba62e3061ab
Author: Casey Yee <cyee@mozilla.com>
Desc: Merge pull request #14032 from caseyyee/bug-943005

Bug 943005: [Browser] Update to light 1.3 header

========

https://hg.mozilla.org/integration/gaia-central/rev/aee649ab8fac
Author: Casey Yee <casey@caseyyee.com>
Desc: Bug 943005: [Browser] Update to light 1.3 header
2013-11-26 17:35:24 -08:00
Gaia Pushbot
ffbfaa8730 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e215aeda607a
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 935904 - Mark the test as intermittent r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/f21c89055703
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 932331 - Mark the test as intermittent r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/6aa87e4cddc0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13982 from pivanov/bug-939219

Bug 939219 - [Action Icons - Music] Remove shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/449f93c9a872
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939219 - [Action Icons - Music] Remove shadows from action icons
2013-11-26 15:50:33 -08:00
Gaia Pushbot
05def04ad5 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/70f416f86685
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #14077 from mcav/pop3-chunks

Bug 939374 - [email] POP3: Take smaller sync bites to avoid OOM errors. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/20f84b645ec8
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 939374 - [email] POP3: Take smaller sync bites to avoid OOM errors. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/0dd6fac28782
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13983 from pivanov/bug-939226

Bug 939226 - [Action Icons - Clock] Remove shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/e2b0c841b2fd
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939226 - [Action Icons - Clock] Remove shadows from action icons
2013-11-26 14:35:32 -08:00
Gaia Pushbot
f13b050360 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 939155 - [Action Icons - Cost Control] Remove shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/9e2b806d7553
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939155 - [Action Icons - Cost Control] Remove shadows from action icons
2013-11-26 14:20:24 -08:00
Gaia Pushbot
e26bfe133b Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 937336 - Python remove explicit frame switching from Messages app ob...

========

https://hg.mozilla.org/integration/gaia-central/rev/829f3947e4b7
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 937336 - Python remove explicit frame switching from Messages app object
2013-11-26 11:50:25 -08:00
Gaia Pushbot
5833d3d15a Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/581a7d1786bb
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Revert "Merge pull request #13981 from pivanov/bug-939209"

This reverts commit c0a272eaa8c36ce620a6c6eeae9bf90dc620a357, reversing
changes made to bb8d98559cdbec4088c0ecf9d630993378df1e4c.
2013-11-26 11:40:27 -08:00
Gaia Pushbot
3d5ce5dde9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/79fdd326f7c0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13981 from pivanov/bug-939209

Bug 939209 - [Action Icons - Email] Remove shadows from action icons

========

https://hg.mozilla.org/integration/gaia-central/rev/b978e893868a
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 939209 - [Action Icons - Email] Remove shadows from action icons
2013-11-26 11:25:51 -08:00
Gaia Pushbot
b24cf16e66 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/da99b63fe2f2
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #14056 from nth10sd/bug939976

Bug 939976 - JavascriptException: TypeError: invalid 'in' operand voice lockscreen.js

========

https://hg.mozilla.org/integration/gaia-central/rev/bf978b35e922
Author: Gary Kwong <gary@rumblingedge.com>
Desc: Bug 939976 - JavascriptException: TypeError: invalid 'in' operand voice lockscreen.js, r=vingtetun
2013-11-26 11:15:29 -08:00
Gaia Pushbot
3ab76ab6d6 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7edf914c58bb
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #13988 from samjoch/bug-942098-HomescreenUpdateDockAndAppIconDropShadows

Bug 942098 - [Homescreen] Update Dock and App Icon drop shadows r=21

========

https://hg.mozilla.org/integration/gaia-central/rev/b763ae0f0cfc
Author: Sam Joch <samuel@guiora.com>
Desc: Bug 942098 - [Homescreen] Update Dock and App Icon drop shadows
2013-11-26 11:05:32 -08:00
Gaia Pushbot
57a91dafdb Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/252de6684158
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #14054 from crh0716/943260

Bug 943260 - Initialize status bar only once r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/c1b34e349a4d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 943260 - Initialize status bar only once

========

https://hg.mozilla.org/integration/gaia-central/rev/59c66e2cb3ac
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #14060 from dominickuo/revert-bug-911108

Revert "Merge pull request #13997 from dominickuo/bug-911108"

========

https://hg.mozilla.org/integration/gaia-central/rev/3cd59b64255c
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Revert "Merge pull request #13997 from dominickuo/bug-911108"

This reverts commit f830cdeb9931abf487a535085701137fb2e9892e, reversing
changes made to 0904f366263eca59f61afb9c340004f91e488870.
2013-11-26 09:05:23 -08:00
Gaia Pushbot
5eab3005c5 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c75e49f5f1b
Author: bitgeeky <mozpankaj1994@gmail.com>
Desc: Bug 931781 - Use timeout arg on the command line to change timeout for desktop/device. r=dhunt
2013-11-26 08:25:23 -08:00
Gaia Pushbot
c53306cfb0 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/997edf205396
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #14034 from askeing/942720

Bug 942720 - Fix test_settings_airplane_mode.py

========

https://hg.mozilla.org/integration/gaia-central/rev/a315b88df72d
Author: askeing <askeing@gmail.com>
Desc: Bug 942720 - Fix test_settings_airplane_mode.py
2013-11-26 07:40:25 -08:00
Gaia Pushbot
5bb32a86dc Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 929968 - [Keyboard] adding BÉPO french layout. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/02619e986dff
Author: Schoewilliam <schoewilliam@gmail.com>
Desc: Bug 929968 - [Keyboard] adding BÉPO french layout
2013-11-26 06:40:23 -08:00
Gaia Pushbot
066422a2e9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 942824 - Improve wait in test_dialer_make_call

========

https://hg.mozilla.org/integration/gaia-central/rev/965da6f46d7d
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 942824 - Improve wait in test_dialer_make_call
2013-11-26 05:50:25 -08:00
Gaia Pushbot
723d960229 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eb30867046a1
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #14020 from EverythingMe/925997-lengthy-names

Bug 925997 - Search results with lengthy names cause overlap issues [r=e...

========

https://hg.mozilla.org/integration/gaia-central/rev/1d38913b57fe
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 925997 - Search results with lengthy names cause overlap issues [r=evyatron, ranbena]
2013-11-26 05:15:23 -08:00
Gaia Pushbot
5be0c2b8f3 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a8abff70cba
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #14609 from arroway/bug-831948

Bug 831948 - WiFi Tethering should default to WPA2

========

https://hg.mozilla.org/integration/gaia-central/rev/92c1bc833772
Author: Stephanie Ouillon <arroway@mozilla.com>
Desc: Bug 831948 - WiFi Tethering should default to WPA2

========

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

Bug 950671 - Detail contacts shows the previous photo contact for a whil...

========

https://hg.mozilla.org/integration/gaia-central/rev/81d656eb9fcf
Author: crdlc <crdlc@tid.es>
Desc: Bug 950671 - Detail contacts shows the previous photo contact for a while and the animation is not very synchronized
2013-12-18 09:46:42 -08:00
Gaia Pushbot
7821efdf15 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

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

Bug 951131 - In the export view when clicking on a contact, the item rem...

========

https://hg.mozilla.org/integration/gaia-central/rev/16c49dde92f0
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 951131 - In the export view when clicking on a contact, the item remains in the active state

========

https://hg.mozilla.org/integration/gaia-central/rev/0a929d5c8b73
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #14772 from hfiguiere/bug949209-2

Bug 949209 - make the src available if gaia is a bit older as well. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/65b508b284ff
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 949209 - make the src available if gaia is a bit older as well.
2013-12-18 09:06:27 -08:00
Gaia Pushbot
e4db9ee0fe Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

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

Bug 946548 - [DSDS] [Gaia]: support setting preferred network type for each sim. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/34e1b6a23adb
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 946548 - [DSDS] [Gaia]: support setting preferred network type for each sim
2013-12-18 08:55:24 -08:00