Commit Graph

5495 Commits

Author SHA1 Message Date
B2G Bumper Bot
fac1bca025 Bumping manifests a=b2g-bump 2014-01-22 08:34:17 -08:00
B2G Bumper Bot
a21788a340 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/806d5b997ec7
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #15570 from Rik/calllog-missed-950101

Bug 950101 - TypeError: hiddenContainers[i] is undefined in call_log.js r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/63198088bee1
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 950101 - TypeError: hiddenContainers[i] is undefined in call_log.js
2014-01-22 08:30:12 -08:00
B2G Bumper Bot
44416faccd Bumping manifests a=b2g-bump 2014-01-22 08:11:43 -08:00
B2G Bumper Bot
5da706ba07 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b9a9ca38741
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #14653 from fcampo/mms-forward-subject-941030

Bug 941030 - [Messages] Follow up Bug 919966 - Ensure that forwarding a MMS with a subject fills in the subject in the composer

========

https://hg.mozilla.org/integration/gaia-central/rev/8f761d3caa12
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 941030 - [Messages] Follow up Bug 919966 - Ensure that forwarding a MMS with a subject fills in the subject in the composer
2014-01-22 08:05:11 -08:00
B2G Bumper Bot
24913a03a8 Bumping manifests a=b2g-bump 2014-01-22 10:41:27 -08:00
B2G Bumper Bot
73e2182e45 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/70a08d663711
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #15582 from julienw/952302-fix-gesture-mock

Bug 952302 - [Messages] We need to load the gesture detector mock from S...

========

https://hg.mozilla.org/integration/gaia-central/rev/414dacd7a58b
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 952302 - [Messages] We need to load the gesture detector mock from SMS or shared r=etienne,rwaldron
2014-01-22 10:37:15 -08:00
Ryan VanderMeulen
d63a7cfdda Merge m-c to inbound. 2014-01-22 15:55:49 -05:00
Panos Astithas
97a45e85f9 Make the debugger frontend cope with an already connected target (bug 933212); r=jryans,fitzgen
* Made the DebuggerClient, which is actually the RootActor front, not consider one of the attached child fronts as "active". Since a single DebuggerClient (or RootFront) is kept around for the App Manager's lifetime, it makes sense to move the notion of "active" tab to the toolbox's target. As each toolbox gets destroyed, the fronts should be detaching from their actors (if they are stateful) so that the app is no longer in a debugging state. Debugging a new app (or reconnecting to a previous one) will create new fronts anyway.
* Slightly refactored the TabClient, ThreadClient, SourceClient and TracerClient towards a protocol.js-based architecture, by adding parent-child references and lifecycle management. Now a tab-scoped thread actor for instance has the tab as its parent, while a global-scoped thread actor (chrome debugger) has the DebuggerCLient (RootFront) as its parent. This lets parents reference their children, so that caching in the target object can work. It also allowed me to move some methods from the DebuggerClient to the actual front that should be responsible, like reconfigureTab, reconfigureThread and attachThread. These methods now use DebuggerClient.requester, too.
* Added some error handling in the debugger client requester around "before" and "after" callbacks, which exposed some errors in tests that are now fixed.
* Fixed the state handling in the thread actor so that merely detaching from a thread doesn't put it in the exited state. This is the part that what was necessary for Firebug's use case.
* Properly loading tracer and webgl actors now on b2g.
2014-01-14 17:39:40 +02:00
B2G Bumper Bot
eb5c794ddb Bumping manifests a=b2g-bump 2014-01-23 07:56:21 -08:00
B2G Bumper Bot
e2e4e2da96 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ff786bb85ec6
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Revert "resend pr for bug 948826"

This reverts commit 0214caef6fd00eb5ae5f439d911766ba4c15ed2d.
2014-01-23 07:55:10 -08:00
B2G Bumper Bot
5a8c0a09db Bumping manifests a=b2g-bump 2014-01-23 07:48:51 -08:00
B2G Bumper Bot
ca55524d0c Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ea215d6a4d1
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 954712 - [Messages] Hide subject field when input is empty and user taps backspace r=julienw

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

========

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

Bug 958939 - [OTA][Helix] The items added in home screen are missing whe...

========

https://hg.mozilla.org/integration/gaia-central/rev/174832c58949
Author: crdlc <crdlc@tid.es>
Desc: Bug 958939 - [OTA][Helix] The items added in home screen are missing when device updates from v1.2 to v1.3

========

https://hg.mozilla.org/integration/gaia-central/rev/cd1a0186d308
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #15564 from Rik/962123-second-tap

Bug 962123 - Taping on the contact tab a second time should send us to t... r=etienne r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/a40b12adf63a
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 962123 - Taping on the contact tab a second time should send us to the list view
2014-01-23 07:45:19 -08:00
B2G Bumper Bot
fda3191f70 Bumping manifests a=b2g-bump 2014-01-23 07:26:14 -08:00
B2G Bumper Bot
2585f633ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7831dcded4df
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #15640 from fabricedesre/no-compress

Bug 962976 - Use a blacklist to avoid compressing specific file types wh...

========

https://hg.mozilla.org/integration/gaia-central/rev/2f5baa0381a4
Author: Fabrice Desre <fabrice@desre.org>
Desc: Bug 962976 - Use a blacklist to avoid compressing specific file types which are already compressed r=yurenju
2014-01-23 07:20:13 -08:00
B2G Bumper Bot
2093d55cb7 Bumping manifests a=b2g-bump 2014-01-23 07:06:37 -08:00
B2G Bumper Bot
69226b7de6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 956787 - Merge the email tests where we can

========

https://hg.mozilla.org/integration/gaia-central/rev/df8018404bd9
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 956787 - Merge the email tests where we can
2014-01-23 07:05:10 -08:00
B2G Bumper Bot
43df9da497 Bumping manifests a=b2g-bump 2014-01-23 06:46:22 -08:00
B2G Bumper Bot
49c448d74c Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7741006ce04c
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15600 from Pike/bug-962535-build-downloads-private

bug 962535, make downloads of the build system private

========

https://hg.mozilla.org/integration/gaia-central/rev/85dc8c0b5b4b
Author: Axel Hecht <axel@pike.org>
Desc: bug 962535, make downloads of the build system private
By marking the download.source as private, the toolkit module won't try
to add it to history in current gecko versions. And history fails.

========

https://hg.mozilla.org/integration/gaia-central/rev/f78cae134704
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15621 from dwilsoncaf/bug-960756-master

Bug 960756 - Add CONFIG_MAX_SNAPSHOT_PIXEL_SIZE. r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/8cc046f2ec91
Author: Diego Wilson <dwilson@codeaurora.org>
Desc: Bug 960756 - Add CONFIG_MAX_SNAPSHOT_PIXEL_SIZE. r=djf

This allows configuration of the max resolution of camera snapshots
independently from the max resolution of displayed images.
2014-01-23 06:40:10 -08:00
B2G Bumper Bot
db73ddc68d Bumping manifests a=b2g-bump 2014-01-23 06:06:16 -08:00
B2G Bumper Bot
dc4f2d70ec Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0adf1112669c
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15606 from etiennesegonzac/bug-962547-edge-panning-reflows

Bug 962547 - Prevent reflows at the beginning of an edge gesture. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/91b04438ef0f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 962547 - Prevent reflows at the beginning of an edge gesture.
r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/5f1853daae5a
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15629 from askeing/962937

Bug 962937 - Unxfail test_sms_with_attachments.py

========

https://hg.mozilla.org/integration/gaia-central/rev/c48ed80c8b63
Author: askeing <askeing@gmail.com>
Desc: Bug 962937 - Unxfail test_sms_with_attachments.py
2014-01-23 06:05:10 -08:00
Carsten "Tomcat" Book
a925d8bba0 Backed out changeset 786d44e03d8b (bug 957592) for static rooting hazard bustage on a CLOSED TREE 2014-01-23 14:22:24 +01:00
B2G Bumper Bot
61a793c56e Bumping manifests a=b2g-bump 2014-01-23 03:40:54 -08:00
Carsten "Tomcat" Book
d2ad922f26 Merge mozilla-central to b2g-inbound 2014-01-23 11:35:53 +01:00
B2G Bumper Bot
58286e7f6f Bumping manifests a=b2g-bump 2014-01-23 02:21:58 -08:00
B2G Bumper Bot
d851e0af7d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/433d6612fa8b
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15196 from viorelaioia/bug_957990

Bug 957990 - Reduce length of subject and body for test_send_xxx_email t...

========

https://hg.mozilla.org/integration/gaia-central/rev/7a93320408b9
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 957990 - Reduce length of subject and body for test_send_xxx_email tests
2014-01-23 02:20:14 -08:00
B2G Bumper Bot
ff5e82ea5f Bumping manifests a=b2g-bump 2014-01-23 02:05:58 -08:00
B2G Bumper Bot
3dd9262360 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 879192 - Inhibit update-checker service during Gaia UI Tests r=fabrice,mdas

========

https://hg.mozilla.org/integration/gaia-central/rev/215f95b85885
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 879192 - Inhibit update-checker service during Gaia UI Tests
2014-01-23 02:05:10 -08:00
B2G Bumper Bot
bf8b06957d Bumping manifests a=b2g-bump 2014-01-23 01:13:19 -08:00
B2G Bumper Bot
935008d627 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ba01a8c7d836
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15633 from MBRSL/bug-962487-UI

Bug 962487 - [UITest][UI] refactor tests using Building Blocks, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/8753ca5fe32f
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 962487 - [UITest][UI] refactor tests using Building Blocks
2014-01-23 01:13:11 -08:00
B2G Bumper Bot
3ce82d4bd7 Bumping manifests a=b2g-bump 2014-01-23 00:50:58 -08:00
B2G Bumper Bot
003bd24897 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/743a60517a60
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15628 from askeing/962935

Bug 962935 - Unxfail test_cost_control_data_alert_mobile.py

========

https://hg.mozilla.org/integration/gaia-central/rev/95f347dbbfd8
Author: askeing <askeing@gmail.com>
Desc: Bug 962935 - Unxfail test_cost_control_data_alert_mobile.py

========

https://hg.mozilla.org/integration/gaia-central/rev/ad52c235138d
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15636 from MBRSL/bug-962980-cubVideo

Bug 962980 - [UITest][UI] Shrink the size of testing video used by fulls..., r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/e8423fd4e34a
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 962980 - [UITest][UI] Shrink the size of testing video used by fullscreen_controls
2014-01-23 00:50:10 -08:00
B2G Bumper Bot
fba7273945 Bumping manifests a=b2g-bump 2014-01-23 00:47:44 -08:00
B2G Bumper Bot
5f6420e75f Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/631751ac7bb9
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 950795 - [Messages] Reduce the use of ids in the "you received a message" notice r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/b89d57c6f6c3
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15614 from jrburke/bug962761-email-attachment-l10n-name

Bug 962761 - [email] better l10n string for default attachment name r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/98cfcda19383
Author: jrburke <jrburke@gmail.com>
Desc: Bug 962761 - [email] better l10n string for default attachment name
2014-01-23 00:47:35 -08:00
B2G Bumper Bot
73bf90ba4a Bumping manifests a=b2g-bump 2014-01-22 23:30:56 -08:00
B2G Bumper Bot
89f8b57e73 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/14f56dfc157a
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #15634 from gregorwagner/ftu

Bug 945552 - [FTU] network selection - refresh button remains selected. r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/f04bcb33d819
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Bug 945552 - [FTU] network selection - refresh button remains selected after user selects to refresh network list
2014-01-22 23:25:10 -08:00
B2G Bumper Bot
03441b3d4d Bumping manifests a=b2g-bump 2014-01-22 23:16:02 -08:00
B2G Bumper Bot
4e39d5e136 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/42cea8ba40f1
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15635 from jrburke/bug962969-email-use-src-for-deps

Bug 962969 -- [email] build: make_gaia_shared.js should use source dir for shared dependency scanning r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/3ca089dba513
Author: jrburke <jrburke@gmail.com>
Desc: Bug 962969 -- [email] build: make_gaia_shared.js should use source dir for shared dependency scanning
2014-01-22 23:10:12 -08:00
Ghislain 'Aus' Lacroix
ade8d3ed93 Bug 957592 - Expose download API properties based on permission. r=bz 2014-01-22 11:51:13 -08:00
B2G Bumper Bot
64927f7f8c Bumping manifests a=b2g-bump 2014-01-22 22:17:39 -08:00
B2G Bumper Bot
bea45fb9f1 Bumping gaia.json for 9 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/852125d3fa04
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 959053 - [settings] add marionette test for battery panel"

This reverts commit 75be317a0986bd4cf870fa136306696e2de61a5e.

Reverting due to failing travis linter.

========

https://hg.mozilla.org/integration/gaia-central/rev/92a740db0223
Author: Al Tsai <atsai@mozilla.com>
Desc: Merge pull request #15625 from altsai/bug948826-2

resend pr for bug 948826

========

https://hg.mozilla.org/integration/gaia-central/rev/b923f6a5dba7
Author: Al Tsai[:atsai] <atsai@mozilla.com>
Desc: resend pr for bug 948826

========

https://hg.mozilla.org/integration/gaia-central/rev/ca48150438a1
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15575 from MBRSL/bug-962379-menu-description

Bug 962379 - [UITest][UI] change the description of contextmenu test, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/f3b3b2db0749
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 962379 - [UITest][UI] change the description of contextmenu test

========

https://hg.mozilla.org/integration/gaia-central/rev/68897b83bae4
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15245 from gasolin/issue-959053

Bug 959053 - [settings] add marionette test for battery panel, r=authur

========

https://hg.mozilla.org/integration/gaia-central/rev/ae6a7554652e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 959053 - [settings] add marionette test for battery panel

========

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

Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move i...

========

https://hg.mozilla.org/integration/gaia-central/rev/9a3ad77b3fec
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move it to AppWindow + implement System Wide Menu if needed
2014-01-22 22:17:31 -08:00
Roberto A. Vitillo
622ae131db Bug 962153 - Drop in telemetry submissions since 2014-01-15. r=vladan 2014-01-21 21:50:23 +00:00
B2G Bumper Bot
baf9a1e5c1 Bumping manifests a=b2g-bump 2014-01-21 23:31:02 -08:00
B2G Bumper Bot
71d37650f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f4f24675eee
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15572 from jrburke/bug962149-email-nopersist-edit

Bug 962149 - [E-Mail][UI] HTML cache saves/serializes edit mode state r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/4229ba072ff2
Author: jrburke <jrburke@gmail.com>
Desc: Bug 962149 - [E-Mail][UI] HTML cache saves/serializes edit mode state
2014-01-21 23:25:11 -08:00
B2G Bumper Bot
8594fc03a9 Bumping manifests a=b2g-bump 2014-01-21 22:51:06 -08:00
B2G Bumper Bot
9bfe5be80f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/32783cf2ad68
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #15439 from EragonJ/bug-948307-another-try

Bug 948307 - [DSDS] SIM manager is loaded about half second later

========

https://hg.mozilla.org/integration/gaia-central/rev/22d16be4d743
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 948307 - [DSDS] SIM manager is loaded about half second later
2014-01-21 22:45:13 -08:00
B2G Bumper Bot
5cd41c7b0e Bumping manifests a=b2g-bump 2014-01-21 19:13:38 -08:00
B2G Bumper Bot
508d48a52c Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

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

Bug 962318 - Hide app iframe from accessibility when modal dialog is dis... r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/082fae43308d
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 962318 - Hide app iframe from accessibility when modal dialog is displayed.

========

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

Bug 958649 - Introduce accessibility UI tests. r=zac

========

https://hg.mozilla.org/integration/gaia-central/rev/837a82502ffa
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 958649 - Introduce lockscreen accessibility tests.

========

https://hg.mozilla.org/integration/gaia-central/rev/0af7a71aaf93
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 958649 - Introduce basic accessibility functionality for Gaia UI tests.

========

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

Bug 962273 - Update browser helper to use promise apps API. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/7023cbaebe8c
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 962273 - Update browser helper to use promise apps API.
2014-01-21 19:10:18 -08:00
B2G Bumper Bot
d029efc711 Bumping manifests a=b2g-bump 2014-01-21 19:03:29 -08:00
B2G Bumper Bot
0c44e6f2a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a554876c79ae
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15335 from millermedeiros/flaky-day-view-header-test

Bug 959901 - [Calendar][Integration Test] "day_view_test.js" is permared r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/414590d7eaf8
Author: millermedeiros <miller@millermedeiros.com>
Desc: bug 959901 - [calendar][integration test] "day_view_test.js" is permared
2014-01-21 19:00:19 -08:00
B2G Bumper Bot
5b65bcb5cf Bumping manifests a=b2g-bump 2014-01-21 18:16:57 -08:00
B2G Bumper Bot
09d801129f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c151b3b7d59
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15247 from huchengtw-moz/gallery/Bug_958681-parse-broken-image-file

Bug 958681 - [B2G][Gaia][Gallery] When a corrupt image is placed on the ..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/5a04161d876e
Author: John Hu <johu@mozilla.com>
Desc: Bug 958681 - [B2G][Gaia][Gallery] When a corrupt image is placed on the device the gallery app can appear to continue loading indefinitely with no warning.
2014-01-21 18:10:10 -08:00
B2G Bumper Bot
775c2621df Bumping manifests a=b2g-bump 2014-01-21 16:56:41 -08:00
B2G Bumper Bot
9822663393 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8eabd20ad389
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15569 from jrburke/bug960343-email-minify-2

Bug 960343 - email: minify JS r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/0c6e48a2c4f2
Author: jrburke <jrburke@gmail.com>
Desc: Bug 960343 - email: minify JS
2014-01-21 16:55:13 -08:00
B2G Bumper Bot
eb437458e7 Bumping manifests a=b2g-bump 2014-01-21 16:35:59 -08:00
B2G Bumper Bot
b38ad8af3b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90c6c41b439b
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #15198 from gnaneswar/Issue_951072

Bug 951072 - [Clock] Text alignment issue in alarm list; r=hhuang r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/b412d45bb524
Author: Gnaneswar Devuni <gnaneswar.devuni@accenture.com>
Desc: Bug 951072 - [Clock] Text alignment issue in alarm list; r=reviews
2014-01-21 16:30:12 -08:00
B2G Bumper Bot
b903815ae5 Bumping manifests a=b2g-bump 2014-01-21 15:41:01 -08:00
B2G Bumper Bot
c7d990af06 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7b386168c3f8
Author: jrburke <jrburke@gmail.com>
Desc: Revert "Merge pull request #15430 from jrburke/bug960343-email-minify"

This reverts commit e58e11c376048692a2c6830756e135f7c52f48a4, reversing
changes made to 8d18b1e2fd06c84a879f99f6e8ca1f104eeacb13.
2014-01-21 15:40:11 -08:00
B2G Bumper Bot
ba387b7ac0 Bumping manifests a=b2g-bump 2014-01-21 15:04:12 -08:00
B2G Bumper Bot
82c30a586c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/afb2469db615
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15430 from jrburke/bug960343-email-minify

Bug 960343 - email: minify JS r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/60b9d666d9cc
Author: jrburke <jrburke@gmail.com>
Desc: Bug 960343 - email: minify JS
2014-01-21 15:00:19 -08:00
B2G Bumper Bot
ea0e1b50b1 Bumping manifests a=b2g-bump 2014-01-22 06:41:45 -08:00
B2G Bumper Bot
176c1581c7 Bumping manifests a=b2g-bump 2014-01-22 05:55:58 -08:00
B2G Bumper Bot
3a5c85b1c9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7028b388b156
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #13695 from EragonJ/bug-937495

Bug 937495 - [Flatfish][FTU] update images and wordings

========

https://hg.mozilla.org/integration/gaia-central/rev/9793d5089695
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 937495 - [Flatfish][FTU] update images and wordings

- update FTU images
- update wordings
- update CSS
- update images
- add l10nKeySuffix to handle localizations process
2014-01-22 05:50:10 -08:00
B2G Bumper Bot
dced722da7 Bumping manifests a=b2g-bump 2014-01-22 05:41:06 -08:00
B2G Bumper Bot
73e7a6f7c4 Bumping manifests a=b2g-bump 2014-01-22 05:35:56 -08:00
B2G Bumper Bot
31a0eedaa3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a6b9ea5a0d43
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #15463 from ferjm/bug952063.fxa.events

Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onverified' an...

========

https://hg.mozilla.org/integration/gaia-central/rev/eaebd0f78174
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onloginverified' and 'onlogout' events when required. r=alive

Address Alive review comments
2014-01-22 05:35:10 -08:00
Fernando Jiménez
1a345057fa Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onlogout' and 'onverified' events when required. Part 2: B2G. r=fabrice 2014-01-22 14:23:00 +01:00
B2G Bumper Bot
fbad87eb8a Bumping manifests a=b2g-bump 2014-01-22 04:31:09 -08:00
B2G Bumper Bot
bbd9c45f3c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c0bd8bb99138
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 960660 - Disable jshinting utilities.js and get travis green. r=me
2014-01-22 04:25:11 -08:00
B2G Bumper Bot
eb4887d03d Bumping manifests a=b2g-bump 2014-01-22 04:06:02 -08:00
B2G Bumper Bot
72fc69a21e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 956945 - [B2G][Settings] Voicemail number does not update after deleting the number. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/0035a8df4b1c
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 956945 - [B2G][Settings] Voicemail number does not update after deleting the number
2014-01-22 04:00:10 -08:00
B2G Bumper Bot
18117eb109 Bumping manifests a=b2g-bump 2014-01-22 03:21:20 -08:00
B2G Bumper Bot
8705c256be Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66190ad96ee6
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 960660 - Add icons and fix layout of places search results in rocketbar. r=kgrandon
2014-01-22 03:20:11 -08:00
B2G Bumper Bot
515b315a65 Bumping manifests a=b2g-bump 2014-01-22 02:43:43 -08:00
B2G Bumper Bot
36e6c90dd7 Bumping manifests a=b2g-bump 2014-01-22 02:32:48 -08:00
B2G Bumper Bot
d0235e3c01 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 962486 - [regression] customization tool doesn't work r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/00dbddd52f82
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 962486 - [regression] customization tool doesn't work
2014-01-22 02:30:19 -08:00
B2G Bumper Bot
be44ced3fe Bumping manifests a=b2g-bump 2014-01-22 02:07:57 -08:00
B2G Bumper Bot
2439923fd3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a21ee5cb627
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #15581 from jrburke/bug962257-email-link-blank

Bug 962257 - [B2G][Email][Browser] Link navigates to blank screen when s... r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/a06a32cf31f1
Author: jrburke <jrburke@gmail.com>
Desc: Bug 962257 - [B2G][Email][Browser] Link navigates to blank screen when sharing an email link in browser
2014-01-22 02:05:19 -08:00
B2G Bumper Bot
2142c7bb3a Bumping manifests a=b2g-bump 2014-01-22 01:50:54 -08:00
B2G Bumper Bot
daaa5bf67d Bumping manifests a=b2g-bump 2014-01-22 01:46:02 -08:00
B2G Bumper Bot
a5afd97813 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/475e62c58cdb
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #15583 from mcav/pop3-conn-drop

[B2G][Email] POP3 account creation hangs when an incorrect password is used with a POP3 server that immediately disconnects on incorrect password (ex: aol.com POP3 server). r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/d05c7c511efc
Author: Marcus Cavanaugh <m@mcav.com>
Desc: [B2G][Email] POP3 account creation hangs when an incorrect password is used with a POP3 server that immediately disconnects on incorrect password (ex: aol.com POP3 server). r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/11d8c21e18ec
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 937431 - [Tooling] make jshint a requirement on pre-commit r=rik

* changes how `make lint` works
* introduces a jshint-blacklisted reporter
* changes the pre-commit hook to run both jshint and gjslint
* changes the linters Travis jobs
* remove all predefined globals from the main .jshintrc default global
* add new jshintrc files for subdirectories
* add a README file in build/jshint/
2014-01-22 01:40:10 -08:00
B2G Bumper Bot
556e5186c4 Bumping manifests a=b2g-bump 2014-01-22 01:25:58 -08:00
B2G Bumper Bot
bf786e6737 Bumping manifests a=b2g-bump 2014-01-22 01:21:05 -08:00
B2G Bumper Bot
fe023b7e55 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/15ffd09854fd
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15586 from gaye/i-am-so-sorry

Revert "Merge pull request #15585 from gaye/email-mass-reenable"

========

https://hg.mozilla.org/integration/gaia-central/rev/f637aad2e45c
Author: Gareth Aye <gaye@mozilla.com>
Desc: Revert "Merge pull request #15585 from gaye/email-mass-reenable"

This reverts commit 67828ef861a77e991cb0e2739973925ac82d7658, reversing
changes made to 55b1b6d56afbfd13a3ae05e530a5511b5831ea9f.

========

https://hg.mozilla.org/integration/gaia-central/rev/337d47d0209d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15585 from gaye/email-mass-reenable

WIP - Mass reenable email tests

========

https://hg.mozilla.org/integration/gaia-central/rev/8ad132a1e418
Author: Gareth Aye <gaye@mozilla.com>
Desc: WIP - Mass reenable email tests
2014-01-22 01:15:13 -08:00
B2G Bumper Bot
82a0b903c4 Bumping manifests a=b2g-bump 2014-01-22 00:47:49 -08:00
B2G Bumper Bot
79b5c9eb8c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2995e0b7cf62
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #15530 from EverythingMe/960502-trunc-query

Bug 960502 - [Everything.me] Limit query parameter length to 128 [r=ranbena]

========

https://hg.mozilla.org/integration/gaia-central/rev/8df7b77b4e0c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 960502 - [Everything.me] Limit query parameter length [r=ranbena]
2014-01-22 00:47:40 -08:00
B2G Bumper Bot
970d858d0f Bumping manifests a=b2g-bump 2014-01-22 00:21:03 -08:00
B2G Bumper Bot
bde2250c4c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/98929825123f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 929172 - gaia unit tests broken in b2g desktop due to fast CSP enhancement r=yurenju

* registers special /common and /shared directories
* changes httpd.js to handle correctly registered directories
* changes the test-agent boilerplate to always use the test's hostname
* add a NO_LOCK_SCREEN env variable for disabling the lockscreen at build time
* add a "unit tests in b2g" travis job
* This simplifies also how localization is done
* enable the Promise object in all DEBUG=1 profiles
2014-01-22 00:15:13 -08:00
Panos Astithas
2c406aadac Add a memory actor for collecting memory usage data (bug 923275); r=paul 2013-12-03 13:41:02 +02:00
Alexandre Poirot
4f60ea3b19 Bug 961655 - Ensure that webapps-registry-ready event is fired, even if the Webapps registry is initialized before shell.html is loaded. r=fabrice 2014-01-22 10:06:29 -08:00
retornam
cc79ac0296 Bug 847811 - Remove browser.geolocation.warning.infoURL pref in b2g.js. r=fabrice 2013-08-02 13:14:54 -07:00
B2G Bumper Bot
3b6056c3b8 Bumping manifests a=b2g-bump 2014-01-21 12:26:45 -08:00
B2G Bumper Bot
cdf6715e90 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/98abf6bda1c1
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #15271 from jimporter/music-fix-seek-after-long-press

[Bug 951972] [music] cannot change progress bar after long tapping on "Random Play" icon; r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/b34461e9fc8d
Author: Jim Porter <jporter@mozilla.com>
Desc: [Bug 951972] [music] cannot change progress bar after long tapping on "Random Play" icon
2014-01-21 12:26:35 -08:00
B2G Bumper Bot
d62e456c83 Bumping manifests a=b2g-bump 2014-01-21 11:06:11 -08:00
B2G Bumper Bot
572868941d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 960126 - disable intermittent test

========

https://hg.mozilla.org/integration/gaia-central/rev/74f0915f1f17
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 960126 - disable intermittent test
2014-01-21 11:05:11 -08:00
B2G Bumper Bot
62270a3ec7 Bumping manifests a=b2g-bump 2014-01-21 08:13:16 -08:00
B2G Bumper Bot
aac3398a92 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6299cd16b333
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15533 from willyaranda/961718

Bug 961718. enableUSBStorage1 is shared in two different places. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/061d3dc2861a
Author: Guillermo Lopez <willyaranda@mozilla-hispano.org>
Desc: Bug 961718. enableUSBStorage1 is shared in two different places
2014-01-21 08:10:16 -08:00
B2G Bumper Bot
d3de5feb1b Bumping manifests a=b2g-bump 2014-01-21 08:06:44 -08:00
B2G Bumper Bot
5861a815d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 956893 - [B2G][Contacts][Facebook] Unable to log out from Facebook i...

========

https://hg.mozilla.org/integration/gaia-central/rev/6f84811540a1
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 956893 - [B2G][Contacts][Facebook] Unable to log out from Facebook in Contacts
2014-01-21 08:00:11 -08:00
B2G Bumper Bot
cc5b130f8c Bumping manifests a=b2g-bump 2014-01-21 07:26:01 -08:00
B2G Bumper Bot
75c5ca7961 Bumping manifests a=b2g-bump 2014-01-21 07:06:02 -08:00
B2G Bumper Bot
980a6a2d72 Bumping manifests a=b2g-bump 2014-01-21 06:26:00 -08:00
B2G Bumper Bot
9e9934a047 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e0ddf2f489b3
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #15540 from SasikalaParuchuri/Bug_935991_Added_Test_For_Delete_Option

Bug 935991 - [Messages] Added new test for Delete menu option r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/e50a403808b1
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Bug 935991 - [Messages] Added new test for Delete menu option
2014-01-21 06:20:10 -08:00
B2G Bumper Bot
bb48421359 Bumping manifests a=b2g-bump 2014-01-21 05:36:16 -08:00
B2G Bumper Bot
d32048a5c9 Bumping manifests a=b2g-bump 2014-01-21 05:06:08 -08:00
B2G Bumper Bot
91b9232728 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb373c5f1a1a
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #15212 from 6a68/bug-950821-presetpanel-comment-fix

Bug 950821 - Add comment clarifying 'undefined' check, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/5e81c34f2fa9
Author: Jared Hirsch <ohai@6a68.net>
Desc: Bug 950821 - Add comment clarifying 'undefined' check
2014-01-21 05:05:13 -08:00
B2G Bumper Bot
36992164fe Bumping manifests a=b2g-bump 2014-01-21 04:16:04 -08:00
B2G Bumper Bot
e63e733881 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/955218ada6da
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #15556 from EverythingMe/bug-948195

Bug 948195 followup - compress new PNG files

========

https://hg.mozilla.org/integration/gaia-central/rev/f61adf3043cd
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 948195 followup - compress new PNG files
2014-01-21 04:15:11 -08:00
B2G Bumper Bot
cfc4199bec Bumping manifests a=b2g-bump 2014-01-21 03:06:03 -08:00
B2G Bumper Bot
906438aa36 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/06f0b6d89ec4
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #15528 from EverythingMe/bug-948195

Bug 948195 - Marketplace is incorrectly listed in the Games bubble in th...

========

https://hg.mozilla.org/integration/gaia-central/rev/a524dc778ff2
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 948195 - Marketplace is incorrectly listed in the Games bubble in the Search screen [r=ranbena]
2014-01-21 03:00:11 -08:00
B2G Bumper Bot
796170ebee Bumping manifests a=b2g-bump 2014-01-21 02:25:59 -08:00
B2G Bumper Bot
424054d486 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18cb453adefa
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15541 from darkowlzz/bug-930607

Bug 930607 - The phone number is emptied even when the call can't be made. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/81dfbe9aa31d
Author: sunny <indiasuny000@gmail.com>
Desc: Bug 930607 - The phone number is emptied even when the call can't be made
2014-01-21 02:25:09 -08:00
B2G Bumper Bot
4212179565 Bumping manifests a=b2g-bump 2014-01-21 01:51:03 -08:00
B2G Bumper Bot
62d2ab34a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f4763519da1d
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15525 from etiennesegonzac/bug-961635-lockscreen-alt-camera-click

Bug 961635 - Listen to click instead of touchstart on the lockscreen (with code) camera button r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/ec030d91fdad
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 961635 - Listen to click instead of touchstart on the lockscreen (with code) camera button to prevent accidental launch of the camera.
2014-01-21 01:45:12 -08:00
B2G Bumper Bot
ceda729ffa Bumping manifests a=b2g-bump 2014-01-21 00:55:55 -08:00
B2G Bumper Bot
3c50903949 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d82c5191403b
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15542 from darkowlzz/BUG957927

Bug 957927 - b2g.neterror.url value set in Gaia build script r=@yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/cd9a5081d27f
Author: sunny <indiasuny000@gmail.com>
Desc: Bug 957927 - b2g.neterror.url value set in Gaia build script
2014-01-21 00:55:09 -08:00
B2G Bumper Bot
a6cab499f0 Bumping manifests a=b2g-bump 2014-01-21 00:36:24 -08:00
B2G Bumper Bot
df8e261176 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/54fc56b06f2c
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #15405 from EragonJ/bug-951337-another-try

Bug 951337 - SIM PIN dialog not showing up on bootup

========

https://hg.mozilla.org/integration/gaia-central/rev/5e2426987675
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 951337 - SIM PIN dialog not showing up on bootup

- add test
- delay init sim_lock

========

https://hg.mozilla.org/integration/gaia-central/rev/3bfe9b20e0ad
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Merge pull request #15531 from svic/Bug_960790

Bug 960790: Fix P2P presence discovery handling.

========

https://hg.mozilla.org/integration/gaia-central/rev/7b41208bf3af
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 960790: Fix P2P presence discovery handling.
2014-01-21 00:30:11 -08:00
B2G Bumper Bot
84b6822be8 Bumping manifests a=b2g-bump 2014-01-20 19:53:30 -08:00
B2G Bumper Bot
88113810aa Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18e2adbabcfa
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #15476 from hfiguiere/bug917717-2

Bug 917717 - Part 2: use the prebuilt ffi. r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/d045eca007b0
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 917717 - Part 2: use the prebuilt ffi.

========

https://hg.mozilla.org/integration/gaia-central/rev/333969d91595
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #15526 from steveck-chung/bug-961231

Bug 961231 - [B2G][SMS]To: Text field’s subtext region is truncated. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/087bc9758258
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 961231 - [B2G][SMS]To: Text field’s subtext region is truncated
2014-01-20 19:45:53 -08:00
B2G Bumper Bot
fe5c6648ba Bumping manifests a=b2g-bump 2014-01-20 18:52:57 -08:00
B2G Bumper Bot
2ced57c980 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a6ece290b974
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #15509 from steveck-chung/bug-950623

Bug 950623 - [Messages] Multi-recipient. Back button is kept as pressed after going back from recipients details list. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/ed0fa41a84ec
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 950623 - [Messages] Multi-recipient. Back button is kept as pressed after going back from recipients details list
2014-01-20 18:52:48 -08:00
Phil Ringnalda
e781b5e587 Merge m-c to b-i 2014-01-20 18:47:40 -08:00
Phil Ringnalda
bade4d1394 Merge m-i to m-c 2014-01-20 18:39:03 -08:00
B2G Bumper Bot
64508729fb Bumping manifests a=b2g-bump 2014-01-20 18:21:00 -08:00
B2G Bumper Bot
4275c2a8cf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 948283 - [BB][refactor] host in single style folder, r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/59be55b90b5a
Author: gasolin <gasolin@gmail.com>
Desc: Bug 948283 - [BB][refactor] host in single style folder
2014-01-20 18:20:10 -08:00
B2G Bumper Bot
1f626c2f50 Bumping manifests a=b2g-bump 2014-01-20 18:01:08 -08:00
B2G Bumper Bot
fc3c37109c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4252fd24e16f
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #15508 from EragonJ/bug-959497

Bug 959497 - [DSDS] SIM operator name needs to be updated

========

https://hg.mozilla.org/integration/gaia-central/rev/345faadcc079
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 959497 - [DSDS] SIM operator name needs to be updated

- use AirplaneModeHelper
- add voicechange event listener
- update tests
2014-01-20 17:55:10 -08:00
B2G Bumper Bot
eab8c1c4a9 Bumping manifests a=b2g-bump 2014-01-20 17:17:01 -08:00
B2G Bumper Bot
cfdcf868fb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/857ff9b64b4e
Author: Corey Frang <corey@bocoup.com>
Desc: Merge pull request #15535 from TheoChevalier/patch-1

Bug 961814 - [clock] Typo for "+1 Min" string (datadata-l10n-id) r=gnarf

========

https://hg.mozilla.org/integration/gaia-central/rev/62d89dc233cf
Author: Théo Chevalier <theo.chevalier11@gmail.com>
Desc: Fixing a typo: datadata-l10n-id > data-l10n-id
2014-01-20 17:16:12 -08:00
B2G Bumper Bot
7d74bc4cd2 Bumping manifests a=b2g-bump 2014-01-20 14:41:23 -08:00
B2G Bumper Bot
80f8ab21e6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6946a71605af
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #15505 from mihai/bug_937975

Bug 937975 - [Settings] Add title for USB storage confirm dialog, r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/4f1be5e6446c
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937975 - [Settings] Add title for USB storage confirm dialog. r=arthurcc
2014-01-20 14:35:10 -08:00
B2G Bumper Bot
95ae964f6e Bumping manifests a=b2g-bump 2014-01-20 11:15:59 -08:00
Phil Ringnalda
a0ed95ae46 Merge m-c to b-i 2014-01-20 11:12:49 -08:00
Phil Ringnalda
1bc8b468fe Merge m-c to m-i 2014-01-20 11:07:08 -08:00
B2G Bumper Bot
5b21bb059f Bumping manifests a=b2g-bump 2014-01-20 01:56:02 -08:00
B2G Bumper Bot
aebf6b72d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d7643b0dfd7a
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15450 from yurenju/no-compression

Bug 957497 - Allow include of uncompressed data files in the package apps r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/d0baa7bbed35
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 957497 - Allow include of uncompressed data files in the package apps
2014-01-20 01:55:11 -08:00
B2G Bumper Bot
1eb4761e63 Bumping manifests a=b2g-bump 2014-01-20 01:01:04 -08:00
B2G Bumper Bot
0b0f3c1e32 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8754e2ededd4
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #15502 from ochameau/utility-tray

Bug 961514 - Ease dragging the utility tray r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/fc7a524b59a4
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 961514 - Ease dragging the utility tray r=alive
2014-01-20 00:55:10 -08:00
B2G Bumper Bot
e812054d40 Bumping manifests a=b2g-bump 2014-01-20 00:40:56 -08:00
B2G Bumper Bot
d275cf8493 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1a1b8e04ea09
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #14887 from ian-liu/bluetooth/bug951566_fix_unknown_filename_while_sharing_blobs_without_name

Bug 951566 - [Bluetooth][Bluedroid] Unknown.jpeg shown in notification after file transfer via Bluetooth, r=@dominickuo

========

https://hg.mozilla.org/integration/gaia-central/rev/75a707f18897
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 951566 - [Bluetooth][Bluedroid] Unknown.jpeg shown in notification after file transfer via Bluetooth
2014-01-20 00:40:11 -08:00
B2G Bumper Bot
dd6548a2f3 Bumping manifests a=b2g-bump 2014-01-20 00:20:58 -08:00
B2G Bumper Bot
261a4c7ea7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ca499c17e26a
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15343 from gitmai/bug-958334-Usage-shows-NaN

Bug 958334 -[Usage] Mobile and Wi-Fi usage sometimes shows as NaN
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/fe5369929142
Author: mai <mri@tid.es>
Desc: Bug 958334 -[Usage] Mobile and Wi-Fi usage sometimes shows as NaN
2014-01-20 00:15:13 -08:00
B2G Bumper Bot
8d79fed475 Bumping manifests a=b2g-bump 2014-01-19 21:06:01 -08:00
B2G Bumper Bot
979f73d142 Bumping manifests a=b2g-bump 2014-01-19 20:06:58 -08:00
B2G Bumper Bot
d2f1e99efe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/997156ae4add
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15340 from huchengtw-moz/video/Bug_947103-visual-update-player

Bug 947103 - [Video] Update to refreshed video player, r=ivanovpavel

========

https://hg.mozilla.org/integration/gaia-central/rev/27babd36ee0c
Author: John Hu <johu@mozilla.com>
Desc: Bug 947103 - [Video] Update to refreshed video player
2014-01-19 20:06:13 -08:00
B2G Bumper Bot
2d3eb07522 Bumping manifests a=b2g-bump 2014-01-19 18:35:58 -08:00
B2G Bumper Bot
b26cd126f5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 949016 - [music] include the missing css file in open.html, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/928c52ba3121
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 949016 - [music] include the missing css file in open.html
2014-01-19 18:30:11 -08:00
Ryan VanderMeulen
0439f91b53 Merge b2g-inbound to m-c. 2014-01-19 15:40:48 -05:00
B2G Bumper Bot
e8d764bc8f Bumping manifests a=b2g-bump 2014-01-19 10:50:59 -08:00
B2G Bumper Bot
5254303f38 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34bb6cda673a
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15461 from Pike/bug-961009-disable-fxa-l10n

bug 961009, stop exposing fxa to l10n until it's done

========

https://hg.mozilla.org/integration/gaia-central/rev/da8ebea512f5
Author: Axel Hecht <axel@pike.org>
Desc: bug 961009, stop exposing fxa to l10n until it's done
2014-01-19 10:45:13 -08:00
B2G Bumper Bot
debde7af12 Bumping manifests a=b2g-bump 2014-01-19 10:20:58 -08:00
B2G Bumper Bot
a8ae34ca98 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f9b4bd2a4713
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15431 from svic/Bug_960222

Bug 960222: Fix debug message and typo in NFC Manager.

========

https://hg.mozilla.org/integration/gaia-central/rev/9f7de65e7495
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 960222: Fix debug message and typo in NFC Manager.
2014-01-19 10:20:13 -08:00
B2G Bumper Bot
91da66891f Bumping manifests a=b2g-bump 2014-01-20 09:15:58 -08:00
B2G Bumper Bot
297c5ae338 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 961334 - [Camera] Improving readability of code by getting rid of th...

========

https://hg.mozilla.org/integration/gaia-central/rev/976163929a19
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 961334 - [Camera] Improving readability of code by getting rid of the local variable proto
2014-01-20 09:10:12 -08:00
B2G Bumper Bot
480fbd1a45 Bumping manifests a=b2g-bump 2014-01-20 08:21:10 -08:00
B2G Bumper Bot
fef49437e8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eac38252f1a0
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #15475 from etiennesegonzac/bug-949225-dsds-conn-check

Bug 949225 - Check the mozMobileConnection in a DSDS compatible way in TelephonyHelper. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/1b822eed6e06
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 949225 - Check the mozMobileConnection in a DSDS compatible way in TelephonyHelper.
r=rik
2014-01-20 08:20:11 -08:00
B2G Bumper Bot
c3727cb63b Bumping manifests a=b2g-bump 2014-01-20 07:21:07 -08:00
B2G Bumper Bot
8675701136 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug-951287 Multiline quoted encoding elemnets in vcard files

========

https://hg.mozilla.org/integration/gaia-central/rev/a98ff740c2b1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug-951287 Multiline quoted encoding elemnets in vcard files
2014-01-20 07:15:13 -08:00
B2G Bumper Bot
72ace5a894 Bumping manifests a=b2g-bump 2014-01-20 06:25:58 -08:00
B2G Bumper Bot
ab44172772 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/292e9b1bc859
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15412 from viorelaioia/bug_960526

Xfail test_sms_with_attachments with Bug 960537 as Bug 958555 was fixed

========

https://hg.mozilla.org/integration/gaia-central/rev/6f3dfe8ad35c
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Xfail test_sms_with_attachments with the new bug

========

https://hg.mozilla.org/integration/gaia-central/rev/3de7da3ac1fd
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15511 from askeing/961579

Bug 961579 - Fix intermittent failure of test_camera_capture_video and ...

========

https://hg.mozilla.org/integration/gaia-central/rev/e73b35dce1a1
Author: askeing <askeing@gmail.com>
Desc: Bug 961579 - Fix intermittent failure of test_camera_capture_video and test_camera_capture_photo

========

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

Bug 961568 - Fix intermittent failure of test_settings_airplane_mode.py

========

https://hg.mozilla.org/integration/gaia-central/rev/5a3d28d6271a
Author: askeing <askeing@gmail.com>
Desc: Bug 961568 - Fix intermittent failure of test_settings_airplane_mode.py
2014-01-20 06:25:11 -08:00
B2G Bumper Bot
4e0a58f4e0 Bumping manifests a=b2g-bump 2014-01-20 06:11:03 -08:00
B2G Bumper Bot
3aef783f12 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/23af2650ba2b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #15468 from Rik/orange-contact-934583

Bug 934583 - The phone number is highlighted in red not orange when init... r=arcturus

========

https://hg.mozilla.org/integration/gaia-central/rev/aa8df5b5887f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 934583 - The phone number is highlighted in red not orange when initiating a call from the call log
2014-01-20 06:10:11 -08:00
B2G Bumper Bot
fd2b36438c Bumping manifests a=b2g-bump 2014-01-20 04:46:05 -08:00
B2G Bumper Bot
4961105eb6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a1b79298722
Author: dwi2 <dwi2@dwi2.com>
Desc: Merge pull request #13685 from dwi2/bug881957

Bug 881957 - Implement toast and show toast after successfully change PIN

========

https://hg.mozilla.org/integration/gaia-central/rev/7da37862265e
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 881957 - Implement toast and show toast after successfully change PIN
2014-01-20 04:45:13 -08:00
B2G Bumper Bot
c48ad6c7b9 Bumping manifests a=b2g-bump 2014-01-20 04:16:35 -08:00
B2G Bumper Bot
2dc3882b94 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/489cfed0f404
Author: AndreiH <andrei.hutusoru@gmail.com>
Desc: Merge pull request #15464 from viorelaioia/bug_961039

Bug 961039 - Xfail test_cost_control_data_alert_mobile

========

https://hg.mozilla.org/integration/gaia-central/rev/4f74510bfefc
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 961039 - Xfail test_cost_control_data_alert_mobile
2014-01-20 04:15:17 -08:00
B2G Bumper Bot
4e37640b97 Bumping manifests a=b2g-bump 2014-01-18 11:30:56 -08:00
B2G Bumper Bot
38c80d124c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 958582 - Follow-up, pointer-events fix r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/578a91da7d9d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 958582 - Follow-up, pointer-events fix r=me
2014-01-18 11:30:11 -08:00
B2G Bumper Bot
b28e34626d Bumping manifests a=b2g-bump 2014-01-17 18:51:06 -08:00
B2G Bumper Bot
9d486dda4d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 961070 - [Camera] Addressing code comments after bug 959890 merge

========

https://hg.mozilla.org/integration/gaia-central/rev/5c89849105f0
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 961070 - [Camera] Addressing code comments after bug 959890 merge
2014-01-17 18:46:13 -08:00
B2G Bumper Bot
5b79c791d4 Bumping manifests a=b2g-bump 2014-01-17 16:52:11 -08:00
B2G Bumper Bot
0cee26bcab Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/73633b623dfd
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15488 from gaye/bug-961192

Bug 961192 - Bump marionette-js-runner version to pick up --verbose fix

========

https://hg.mozilla.org/integration/gaia-central/rev/cd7a7021127d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 961192 - Bump marionette-js-runner version to pick up --verbose fix
2014-01-17 16:50:14 -08:00
B2G Bumper Bot
0009e815f3 Bumping manifests a=b2g-bump 2014-01-17 16:28:38 -08:00
B2G Bumper Bot
087b2ea7f9 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90e64f9b3909
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Bug_935991:[Messaging]Modified the Order of menu options and updated testcase

========

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

Bug 961260 - Intermittent failing marionette JS test app_search_test.js r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/c23813ebcef1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961260 - Intermittent failing marionette JS test app_search_test.js r=me
2014-01-17 16:25:18 -08:00
B2G Bumper Bot
4f93420f3e Bumping manifests a=b2g-bump 2014-01-17 15:22:07 -08:00
B2G Bumper Bot
d39bf97b15 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6b1cdf59d132
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 902999 - [Clock] Add Time To In-Progress Timer, "+1 Min"

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

- Moves value accessor property to Picker.prototype
    - Defines set accessor operation for Picker.prototype.value
    - Defensive accessor handling

- Defines Timer.prototype.plus(seconds)
    - Add an arbitrary number of seconds to the current timer.
    - Seconds are auto-converted to milliseconds

- Tests for
    - Picker.prototype.value
    - Timer.prototype.plus()
    - Timer.prototype.commit()
2014-01-17 15:20:17 -08:00
B2G Bumper Bot
41f3515ab3 Bumping manifests a=b2g-bump 2014-01-17 14:18:56 -08:00
B2G Bumper Bot
50d36756dc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b070aa3cef7d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961137 - Disable Places test, Search for previously visited URL
2014-01-17 14:15:20 -08:00
B2G Bumper Bot
5749afa9ad Bumping manifests a=b2g-bump 2014-01-17 13:31:08 -08:00
B2G Bumper Bot
cfc8609b38 Bumping manifests a=b2g-bump 2014-01-17 12:56:05 -08:00
B2G Bumper Bot
4a3f26371d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5721f62e1ff3
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #15425 from qdot/960373-fte-tests

Bug 960363 - Add basic FTE tests

========

https://hg.mozilla.org/integration/gaia-central/rev/7125ac2b0cc6
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 960363 - Add basic FTE tests
2014-01-17 12:50:10 -08:00
B2G Bumper Bot
ad6944fadb Bumping manifests a=b2g-bump 2014-01-17 12:28:18 -08:00
B2G Bumper Bot
9507ff1b34 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc954e7fd65f
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #15454 from vingtetun/bug959425"

This reverts commit a9b0aca976cd9fe4c44546a9f9c1eaee6b25f59d, reversing
changes made to 73a7e0c15969a058964e92fad1925efead38dcfc.
2014-01-17 12:25:12 -08:00
B2G Bumper Bot
3f4057c3a9 Bumping manifests a=b2g-bump 2014-01-17 11:43:49 -08:00
B2G Bumper Bot
b9c6ac1e29 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/41b6c1ae6829
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 959661 - [Messages][Drafts] Only set MessageManager draft if not in thread (to thread's draft, or null if thread has no draft) r=rwaldron
2014-01-17 11:35:14 -08:00
B2G Bumper Bot
8147ef5734 Bumping manifests a=b2g-bump 2014-01-17 11:13:51 -08:00
B2G Bumper Bot
7913e6c706 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30ea00de7c50
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 951331 - [Messages][Drafts] MMS indicator missing for MMS drafts in existing (non-threadless) threads r=rwaldron
2014-01-17 11:10:19 -08:00
B2G Bumper Bot
73badeb30e Bumping manifests a=b2g-bump 2014-01-17 11:02:43 -08:00
B2G Bumper Bot
a61934907f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 961137 - Disable intermittent places test

========

https://hg.mozilla.org/integration/gaia-central/rev/55424079b3b2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961137 - Disable intermittent places test
2014-01-17 11:00:16 -08:00
B2G Bumper Bot
350f5e69bd Bumping manifests a=b2g-bump 2014-01-17 10:23:12 -08:00
B2G Bumper Bot
c6d3a54c96 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8d21660db74
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #15466 from julienw/956276-duplicate-event

Bug 956276 - [ZTE]-Two or more instances of open activity will be launch...

========

https://hg.mozilla.org/integration/gaia-central/rev/ac7a042f79c7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 956276 - [ZTE]-Two or more instances of open activity will be launched after received files via bluetooth; r=etienne
2014-01-17 10:20:12 -08:00
B2G Bumper Bot
9669f4013f Bumping manifests a=b2g-bump 2014-01-17 09:58:25 -08:00
B2G Bumper Bot
d6aa01d6d0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/889e702453a0
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #15470 from wilsonpage/bug/961029

Bug 961029 - [Camera] Fix remaining broken ('skipped') unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/52559b221f20
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 961029 - [Camera] Fix remaining broken ('skipped') unit tests
2014-01-17 09:55:19 -08:00
B2G Bumper Bot
c1c82fd301 Bumping manifests a=b2g-bump 2014-01-17 07:52:25 -08:00
B2G Bumper Bot
9ac15657e1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07248dd06c34
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15298 from gitmai/bug-949798-No-data-limit-input-data-alert

Bug 949798 - [B2G][Cost Control]No limit for input text field for Data A...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/33862cb46879
Author: mai <mri@tid.es>
Desc: Bug 949798 - [B2G][Cost Control]No limit for input text field for Data Alert

========

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

Bug 959425 - [B2G][Notification Bar] Data Usage Bar allows touch events ...

========

https://hg.mozilla.org/integration/gaia-central/rev/586575b84a02
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 959425 - [B2G][Notification Bar] Data Usage Bar allows touch events behind it. r=alive
2014-01-17 07:50:16 -08:00
B2G Bumper Bot
2cc4a75660 Bumping manifests a=b2g-bump 2014-01-17 07:26:07 -08:00
B2G Bumper Bot
bd09529d71 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 947946 - Update values of APN profiles for new markets. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/1d95c7cbc088
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 947946 - Update values of APN profiles for new markets
2014-01-17 07:25:10 -08:00
B2G Bumper Bot
f1844ea8fb Bumping manifests a=b2g-bump 2014-01-17 06:17:43 -08:00
B2G Bumper Bot
2886548c8a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 960120 - [APZC] Can not scroll contacts tab of Dialer app. r=arnau

========

https://hg.mozilla.org/integration/gaia-central/rev/7c1ab930eac5
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 960120 - [APZC] Can not scroll contacts tab of Dialer app. r=arnau
2014-01-17 06:10:11 -08:00
B2G Bumper Bot
6ea7aef480 Bumping manifests a=b2g-bump 2014-01-17 04:23:20 -08:00
B2G Bumper Bot
a5daf3e595 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cf8f5a0d86b9
Author: gitmai <mri@tid.es>
Desc: Merge pull request #15294 from gitmai/bug-959543-remove-lastSim-property

Bug 959543 - [CostControl] Remove reference to lastSIM property
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/56eab7891f68
Author: mai <mri@tid.es>
Desc: Bug 959543 - [CostControl] Remove reference to lastSIM property
2014-01-17 04:20:17 -08:00
B2G Bumper Bot
60fde2071a Bumping manifests a=b2g-bump 2014-01-17 04:09:22 -08:00
B2G Bumper Bot
54c145b597 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21fe48f22535
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "Bug 946205 - Re-enable Travis tests after 891882 merged" for mochitest 5 timeouts

This reverts commit f7babc50d93bf153e527aeaf808b81f5017056c5.
2014-01-17 04:05:22 -08:00
B2G Bumper Bot
bace9374ed Bumping manifests a=b2g-bump 2014-01-17 02:53:57 -08:00
B2G Bumper Bot
f9bb3d7839 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 960955 - Remove "R$" as alternative currency from all non-portuguese-BR keyboard layout, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/0f7b6c97148a
Author: Bruno Vilar <brunovilar@gmail.com>
Desc: Bug 960955 - Remove "R$" as alternative currency from all non-portuguese-BR keyboard layout
2014-01-17 02:51:16 -08:00
B2G Bumper Bot
a0892a35c3 Bumping manifests a=b2g-bump 2014-01-17 02:01:28 -08:00
B2G Bumper Bot
afed4b7a03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 957584 - Incorrect CSS rules in the Settings/Downloads panel r=arctu...

========

https://hg.mozilla.org/integration/gaia-central/rev/194e1084876d
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 957584 - Incorrect CSS rules in the Settings/Downloads panel r=arcturus, kaze
2014-01-17 02:00:13 -08:00
B2G Bumper Bot
249e1c4ff6 Bumping manifests a=b2g-bump 2014-01-17 01:55:57 -08:00
B2G Bumper Bot
1ee834b328 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ce1816a59a5
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #15263 from borjasalguero/subject_banner

Bug 952109 - [message] Subject. The banner informing the user that the m...

========

https://hg.mozilla.org/integration/gaia-central/rev/05758b707d86
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 952109 - [message] Subject. The banner informing the user that the maximum length of subject has been reached obscures the subject text field r=schung
2014-01-17 01:50:10 -08:00
B2G Bumper Bot
3f1dd1d328 Bumping manifests a=b2g-bump 2014-01-17 01:41:32 -08:00
B2G Bumper Bot
55972860a9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9268056a9744
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #15366 from gtorodelvalle/contacts-bug-931711-contact-id-down

Bug 931711 - mozContact constructor creates unconsistent objects with the 'undefined' string as 'id'

========

https://hg.mozilla.org/integration/gaia-central/rev/0cfa0f927578
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 931711 - mozContact constructor creates unconsistent objects with the 'undefined' string as 'id'
2014-01-17 01:35:10 -08:00
B2G Bumper Bot
846448a301 Bumping manifests a=b2g-bump 2014-01-17 01:25:55 -08:00
B2G Bumper Bot
448d7c8e9c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 959175 - Force redraw on uppercase switch when layout has secondLayout flag. r=RudyL

========

https://hg.mozilla.org/integration/gaia-central/rev/b6fe7ca98da2
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 959175 - Force redraw on uppercase switch when layout has secondLayout flag
2014-01-17 01:25:10 -08:00
B2G Bumper Bot
618c2f325f Bumping manifests a=b2g-bump 2014-01-17 01:16:00 -08:00
B2G Bumper Bot
428be534d4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e2efbf278a0b
Author: Carsten Book -Tomcat- <cbook@mozilla.com>
Desc: Revert "bug 948826, add prompt testing" for suspicion of causing Windows Build Bustages

This reverts commit 24d9c772fe6eb62e9ad8ae63e6d4b2ed569f6299.

========

https://hg.mozilla.org/integration/gaia-central/rev/57f12fa4c55f
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #15424 from DouglasSherk/keyboard-reflow

Bug 927319 - Fix key presses causing reflows of the entire keyboard. r=janjongboom

========

https://hg.mozilla.org/integration/gaia-central/rev/eda46fe5ede8
Author: DouglasSherk <github@sherk.me>
Desc: Bug 927319 - Fix key presses causing reflows of the entire keyboard.
2014-01-17 01:10:10 -08:00
Edgar Chen
5284ea1427 Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_connections_array_uninitialized.js => dom/mobileconnection/tests/marionette/test_mobile_connections_array_uninitialized.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_icc_change.js => dom/mobileconnection/tests/marionette/test_mobile_icc_change.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
2013-12-24 15:55:52 +08:00
B2G Bumper Bot
d18839c234 Bumping manifests a=b2g-bump 2014-01-17 00:37:01 -08:00
B2G Bumper Bot
8ae8fdd02f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b1322793e563
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Revert "Bug 959344 - Disable test_settings_gps.py due to intermittency a=testonly"

This reverts commit 760848768b78ad3d94694b969b54c1426da7f16e.
2014-01-17 00:35:12 -08:00
B2G Bumper Bot
46bbbda6a7 Bumping manifests a=b2g-bump 2014-01-17 00:21:14 -08:00
B2G Bumper Bot
736be7d7af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5960f9707236
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #15039 from lissyx/bug938540

Bug 938540 - Use Notification API for WapPush r=gsvelto

========

https://hg.mozilla.org/integration/gaia-central/rev/bf83ac9001a7
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 938540 - Use Notification API for WapPush
2014-01-17 00:20:11 -08:00
B2G Bumper Bot
24cce31a47 Bumping manifests a=b2g-bump 2014-01-16 23:31:01 -08:00
B2G Bumper Bot
0e0192d4dc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cb5ffe462369
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15440 from huchengtw-moz/video/Bug_960845-compress-image

Bug 960845 - compress the png image of bug 869289's patch, r=gduan

========

https://hg.mozilla.org/integration/gaia-central/rev/21f3abf4e630
Author: John Hu <johu@mozilla.com>
Desc: Bug 960845 - compress the png image of bug 869289's patch
2014-01-16 23:30:11 -08:00
B2G Bumper Bot
acb7168687 Bumping manifests a=b2g-bump 2014-01-16 22:36:48 -08:00
B2G Bumper Bot
ea7d4e064a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 959890 - [Camera] Refactor Regression - Camera doesn't have a full s...

========

https://hg.mozilla.org/integration/gaia-central/rev/2f8157b49f5c
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 959890 - [Camera] Refactor Regression - Camera doesn't have a full screen viewfinder

========

https://hg.mozilla.org/integration/gaia-central/rev/0f6c19d6083d
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 960133 - Test urls against a local running server. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/7ab1c0788ec7
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 952098 - Add places as a rocketbar provider. r=kgrandon
2014-01-16 22:30:10 -08:00
B2G Bumper Bot
73a2b690db Bumping manifests a=b2g-bump 2014-01-16 22:12:38 -08:00
B2G Bumper Bot
18b4fa8036 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2ef2f64cf74e
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14956 from altsai/bug948826

add test cases for bug 948826.

========

https://hg.mozilla.org/integration/gaia-central/rev/271119b79d5b
Author: Al Tsai[:atsai] <atsai@mozilla.com>
Desc: bug 948826, add prompt testing

clone uitests into uitests-privileged and set it as a privileged app

test
 - contacts
 - geolocation
 - device-storage
 - userMedia

remove unnecessary part in uitests-privielged
skip on desktop because there's no microphone available
2014-01-16 22:05:10 -08:00
Edgar Chen
972f9a3c01 Backed out changeset 10348da2438a (Bug 956655) 2014-01-17 13:08:59 +08:00
B2G Bumper Bot
d910b8286c Bumping manifests a=b2g-bump 2014-01-16 21:04:07 -08:00
B2G Bumper Bot
43420e281a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/84e6aad5e981
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Merge remote-tracking branch 'bsilverberg/tbpl_settings'

Conflicts:
	tests/python/gaia-ui-tests/gaiatest/tests/tbpl-manifest.ini

========

https://hg.mozilla.org/integration/gaia-central/rev/886dae024ada
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 957122 - Enable more TBPL tests - Settings app

Enable test_settings_app_permissions on TBPL

========

https://hg.mozilla.org/integration/gaia-central/rev/861d99663e25
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Merge remote-tracking branch 'bsilverberg/tbpl_lockscreen'

Conflicts:
	tests/python/gaia-ui-tests/gaiatest/tests/tbpl-manifest.ini

========

https://hg.mozilla.org/integration/gaia-central/rev/ec315cf375ce
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 957122 - Enable more TBPL tests - Lockscreen

Enable test_lockscreen_wake_with_notification on TBPL

Conflicts:
	tests/python/gaia-ui-tests/gaiatest/tests/tbpl-manifest.ini
2014-01-16 21:00:19 -08:00
B2G Bumper Bot
f331eccfa4 Bumping manifests a=b2g-bump 2014-01-16 19:49:15 -08:00
B2G Bumper Bot
7b02af5bc0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9e00ea980c1d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #15355 from mmalecki/remove-charging-attribute

Bug 960039 - [system] Remove `charging` attribute, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/fa816693b78a
Author: Maciej Małecki <me@mmalecki.com>
Desc: Bug 960039 - [system] Remove `charging` attribute

Remove unused, non-standard `charging` attribute from the markup for the
battery icon.
2014-01-16 19:45:15 -08:00
B2G Bumper Bot
ebbf72f169 Bumping manifests a=b2g-bump 2014-01-16 19:43:59 -08:00
B2G Bumper Bot
c8fb3ed2b5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 946205 - Re-enable Travis tests after 891882 merged

========

https://hg.mozilla.org/integration/gaia-central/rev/b3ab46a372eb
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 946205 - Re-enable Travis tests after 891882 merged
2014-01-16 19:35:11 -08:00
Edgar Chen
713b19196f Bug 956655 - Part 1: Move MobileConnection related files to dom/mobileconnection. r=smaug,khuey
--HG--
rename : dom/network/interfaces/nsIDOMMobileConnection.idl => dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl
rename : dom/network/interfaces/nsIMobileConnectionProvider.idl => dom/mobileconnection/interfaces/nsIMobileConnectionProvider.idl
rename : dom/network/src/MobileConnection.cpp => dom/mobileconnection/src/MobileConnection.cpp
rename : dom/network/src/MobileConnection.h => dom/mobileconnection/src/MobileConnection.h
rename : dom/network/src/MobileConnectionArray.cpp => dom/mobileconnection/src/MobileConnectionArray.cpp
rename : dom/network/src/MobileConnectionArray.h => dom/mobileconnection/src/MobileConnectionArray.h
rename : dom/network/tests/marionette/manifest.ini => dom/mobileconnection/tests/marionette/manifest.ini
rename : dom/network/tests/marionette/test_call_barring_change_password.js => dom/mobileconnection/tests/marionette/test_call_barring_change_password.js
rename : dom/network/tests/marionette/test_call_barring_get_option.js => dom/mobileconnection/tests/marionette/test_call_barring_get_option.js
rename : dom/network/tests/marionette/test_call_barring_set_error.js => dom/mobileconnection/tests/marionette/test_call_barring_set_error.js
rename : dom/network/tests/marionette/test_mobile_data_connection.js => dom/mobileconnection/tests/marionette/test_mobile_data_connection.js
rename : dom/network/tests/marionette/test_mobile_data_location.js => dom/mobileconnection/tests/marionette/test_mobile_data_location.js
rename : dom/network/tests/marionette/test_mobile_data_state.js => dom/mobileconnection/tests/marionette/test_mobile_data_state.js
rename : dom/network/tests/marionette/test_mobile_last_known_network.js => dom/mobileconnection/tests/marionette/test_mobile_last_known_network.js
rename : dom/network/tests/marionette/test_mobile_mmi.js => dom/mobileconnection/tests/marionette/test_mobile_mmi.js
rename : dom/network/tests/marionette/test_mobile_networks.js => dom/mobileconnection/tests/marionette/test_mobile_networks.js
rename : dom/network/tests/marionette/test_mobile_operator_names.js => dom/mobileconnection/tests/marionette/test_mobile_operator_names.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type.js
rename : dom/network/tests/marionette/test_mobile_preferred_network_type_by_setting.js => dom/mobileconnection/tests/marionette/test_mobile_preferred_network_type_by_setting.js
rename : dom/network/tests/marionette/test_mobile_roaming_preference.js => dom/mobileconnection/tests/marionette/test_mobile_roaming_preference.js
rename : dom/network/tests/marionette/test_mobile_set_radio.js => dom/mobileconnection/tests/marionette/test_mobile_set_radio.js
rename : dom/network/tests/marionette/test_mobile_voice_state.js => dom/mobileconnection/tests/marionette/test_mobile_voice_state.js
2013-12-24 15:55:52 +08:00
B2G Bumper Bot
7fd2233448 Bumping manifests a=b2g-bump 2014-01-16 18:21:15 -08:00
B2G Bumper Bot
54731c2ea1 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/26fc327d20da
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 959344 - Disable test_settings_gps.py due to intermittency a=testonly
2014-01-16 18:20:10 -08:00
B2G Bumper Bot
dadf2f8cc2 Bumping manifests a=b2g-bump 2014-01-16 18:07:39 -08:00
B2G Bumper Bot
ad7cc59d3b Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 960698 - Un-xfail test_settings_change_keyboard_language

========

https://hg.mozilla.org/integration/gaia-central/rev/6c5537b60e11
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 960698 - Un-xfail test_settings_change_keyboard_language

Unxfailing the test as https://bugzilla.mozilla.org/show_bug.cgi?id=956761 seems to be fixed

========

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

Bug 943812 - Remove "R$" from English keyboard layout, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/39d7deffc3d5
Author: Bruno Vilar <brunovilar@gmail.com>
Desc: Bug 943812 - Remove "R$" from English keyboard layout.
2014-01-16 18:05:11 -08:00
B2G Bumper Bot
bf1317c1c6 Bumping manifests a=b2g-bump 2014-01-16 17:14:17 -08:00
B2G Bumper Bot
b4851d2f96 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18bd82325a82
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 898354 - [User Story] Timer Notification

Add mozAlarms to the timer panel.

Signed-off-by: Mike Pennisi <mike@mikepennisi.com>
2014-01-16 17:14:07 -08:00
B2G Bumper Bot
9921747cdf Bumping manifests a=b2g-bump 2014-01-16 16:59:03 -08:00
B2G Bumper Bot
ee14192f13 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2805066a7ecf
Author: Fabien Cazenave <fabien@mozilla.com>
Desc: Merge pull request #15114 from fabi1cazenave/addIcon-bug956942

Bug 956942 - update shared/style/headers for the `organic' skin, r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/cf71373aa589
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 956942 - update shared/style/headers for the `organic' skin, r=pivanov
2014-01-16 16:50:10 -08:00
B2G Bumper Bot
a33514b89f Bumping manifests a=b2g-bump 2014-01-16 16:30:40 -08:00
B2G Bumper Bot
289242428f Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/576009750c3e
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15434 from gaye/bug-960358

Bug 960358 - Enable test manifest

========

https://hg.mozilla.org/integration/gaia-central/rev/13d129f2091d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 960358 - Enable test manifest

========

https://hg.mozilla.org/integration/gaia-central/rev/bab29c50aa5f
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 947234 - Do not lazy load sources in the startup path r=julienw
2014-01-16 16:30:32 -08:00
Marco Castelluccio
a05143f25c Bug 959420 - Refactor saveApps, getManifestFor, readManifests, writeFile functions to use promises. r=fabrice 2014-01-16 16:26:24 -08:00
B2G Bumper Bot
6178574d28 Bumping manifests a=b2g-bump 2014-01-16 16:18:02 -08:00
B2G Bumper Bot
186516492e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/432f864c525c
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 847337 - Do not wait for l10n to be ready before running initialization code r=julienw
2014-01-16 16:15:21 -08:00
B2G Bumper Bot
111f465ef5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a0371f6e89c2
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15372 from millermedeiros/960170-chai-assert

Bug 960170 - [Calendar][Integration Test] use chai.assert instead of regular assert for better error messages r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/b77e3112ffcb
Author: millermedeiros <miller@millermedeiros.com>
Desc: Bug 960170 - [Calendar][Integration Test] use chai.assert instead of regular assert for better error messages
2014-01-16 13:45:17 -08:00
B2G Bumper Bot
d5f4b357b1 Bumping manifests a=b2g-bump 2014-01-16 13:36:14 -08:00
B2G Bumper Bot
9ac37c2bce Bumping manifests a=b2g-bump 2014-01-16 13:31:54 -08:00