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

25321 Коммитов

Автор SHA1 Сообщение Дата
B2G Bumper Bot 15ebac0273 Bumping manifests a=b2g-bump 2015-08-26 17:07:12 -07:00
B2G Bumper Bot 93ba17e4c7 Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0164a51c5b86
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31109 from cr/pctofix

Bug 1181571 - Fix lockscreen delay issue

========

https://hg.mozilla.org/integration/gaia-central/rev/87828a5b67d4
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Fix TypeError: this.emergencyCallBtn is null

========

https://hg.mozilla.org/integration/gaia-central/rev/c07276bb5364
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Overhaul tests for new internal InputPad logic

========

https://hg.mozilla.org/integration/gaia-central/rev/4ec9fe1337dc
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Finalizing tests

Tests now working. Solved by creating a setTimeout stub that forces
synchronicity. Also removed onPasscodeValidationFailed trigger check
on wrong pass code, because I can't make the promise resolve before
the test ends without code changes in the test subject.

========

https://hg.mozilla.org/integration/gaia-central/rev/caf1b7db97bd
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Add comment on event flow

========

https://hg.mozilla.org/integration/gaia-central/rev/230ebd40b450
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Fix comment

========

https://hg.mozilla.org/integration/gaia-central/rev/4328ada81707
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Add test prototypes for pass code handling

========

https://hg.mozilla.org/integration/gaia-central/rev/87581a852a13
Author: Christiane Ruetten <cr@mozilla.com>
Desc: Fixing lockscreen delay bypass by rewriting core logic

This is fixing bug 1181571 where lockscreen delay on repeated pass code
failure could be trivially bypassed by pressing the home button. The
faulty behavior was caused by a limitation of the previous architecture
which was only making the delay occurr *after* a wrong pass code had
been entered. Consequently, whenever the input pad would be restarted,
like after closing it with the home button or when a screen timeout
occurred, the pending delay would not persist and pass code entry would
be accepted right away.

The fix made it necessary to rewrite parts of lockscreen's messaging
and state handling. Previous changes in architecture caused pass code
failure counting and delay timer handling to be maintained in two
places: in LockScreen (for pass code checking) and in LockScreenInputPad
(for displaying error state to the user). Logic error even caused the
two states to get out of sync under certain conditions.

Now state and timeout related to pass code checking are maintained
exclusively by LockScreen, which signals LockScreenInputManager with
three distinct messages of failure (on wrong pass code), reset (after
error delay has passed), and success (on correct pass code).

LockScreenInputPad now is always aware of a passcode error delay ongoing
in LockScreen, every UI update is rendered according to this state, and
key input is ignored when necessary.
2015-08-26 17:05:34 -07:00
B2G Bumper Bot 5bd43ac321 Bumping manifests a=b2g-bump 2015-08-26 16:42:46 -07:00
B2G Bumper Bot 76a974ab7f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f4fa5e0cde9
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31511 from ypwalter/fix_dialerAgent2

Bug 1197079 - [Attention Window Manager] DialerAgent needed to be exposed

========

https://hg.mozilla.org/integration/gaia-central/rev/241d320536f2
Author: Walter C <wachen@mozilla.com>
Desc: expose DialerAgent out
2015-08-26 16:40:42 -07:00
B2G Bumper Bot ca045e6a6b Bumping manifests a=b2g-bump 2015-08-26 16:14:48 -07:00
B2G Bumper Bot 134dcd9ce6 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/404900062a1e
Author: Fabrice Desré <fabrice@desre.org>
Desc: No bug - Remove useless properties in verticalhome/manifest.webapp
2015-08-26 16:13:09 -07:00
B2G Bumper Bot 0743a637ef Bumping manifests a=b2g-bump 2015-08-26 14:12:23 -07:00
B2G Bumper Bot d78be3c153 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c19ed97a8046
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31550 from nullaus/gaia-taskenv

Bug 1198172 - Standardize docker image bases between gecko and gaia e…

========

https://hg.mozilla.org/integration/gaia-central/rev/290e004efa37
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1198172 - Standardize docker image bases between gecko and gaia environments.
2015-08-26 14:10:14 -07:00
B2G Bumper Bot df24f9a5a0 Bumping manifests a=b2g-bump 2015-08-26 13:52:29 -07:00
Chris Peterson 1416e566de Bug 1198124 - Enable -Wshadow in directories that have no -Wshadow warnings. r=glandium 2015-08-25 09:14:38 -07:00
B2G Bumper Bot 44ceceba30 Bumping manifests a=b2g-bump 2015-08-25 15:48:41 -07:00
B2G Bumper Bot bb981781fe Bumping manifests a=b2g-bump 2015-08-25 15:27:14 -07:00
B2G Bumper Bot 046fd43256 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1bd25a1c1736
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #31522 from nullaus/bug1198172

Bug 1198172 - Reduce logging noise for ease of debugging. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/41c55327a073
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1198172 - Reduce logging noise for ease of debugging. r=me
2015-08-25 15:25:35 -07:00
Bobby Holley edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
B2G Bumper Bot eef044ce0c Bumping manifests a=b2g-bump 2015-08-25 03:53:27 -07:00
B2G Bumper Bot 98b838b4ea Bumping manifests a=b2g-bump 2015-08-24 22:02:12 -07:00
B2G Bumper Bot 9a8ccd4387 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4470d59428b5
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #31454 from rexboy7/1193698-remove-home-dashboard-switching

Bug 1193698 - [Stingray][smart-system] Remove home/dashboard switching. r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/1e765176aea9
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1193698 - [Stingray][smart-system] Remove home/dashboard switching
2015-08-24 22:00:33 -07:00
B2G Bumper Bot 9013ade516 Bumping manifests a=b2g-bump 2015-08-24 20:17:06 -07:00
B2G Bumper Bot 9e76c98fe2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1172349 - [Settings] Convert operator settings switch to use gaia-switch component

========

https://hg.mozilla.org/integration/gaia-central/rev/12ba6f68f82b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1172349 - [Settings] Convert operator settings switch to use gaia-switch component
2015-08-24 20:15:27 -07:00
B2G Bumper Bot 3c4a892128 Bumping manifests a=b2g-bump 2015-08-24 18:58:38 -07:00
B2G Bumper Bot bf97a19aa9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/04865bc7c577
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #31495 from jandem/fix-arrow-args

Bug 1197787 - Don't use `arguments` in arrow function in calendar_service.js

========

https://hg.mozilla.org/integration/gaia-central/rev/67eb5809e446
Author: Jan de Mooij <jandemooij@gmail.com>
Desc: Bug 1197787 - Don't use `arguments` in arrow function in calendar_service.js

We're changing the semantics in bug 889158 to match the spec, so we need to fix this one.
2015-08-24 18:57:00 -07:00
Ryan VanderMeulen de9482e374 Merge m-c to b2g-inbound. a=merge 2015-08-24 21:00:21 -04:00
Ryan VanderMeulen 125759fa69 Merge inbound to m-c. a=merge 2015-08-24 20:37:14 -04:00
B2G Bumper Bot 61ff728c51 Bumping manifests a=b2g-bump 2015-08-24 16:32:11 -07:00
B2G Bumper Bot 74975bd18a Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7c3f7a11b9b2
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31500 from npark-mozilla/1197468

Bug 1197468 - Imagecompare: remove unnecessary self.email.wait_for_search_textbox_hidden() call

========

https://hg.mozilla.org/integration/gaia-central/rev/a31fd29ad849
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1197468 - Imagecompare: remove unnecessary self.email.wait_for_search_textbox_hidden() call

========

https://hg.mozilla.org/integration/gaia-central/rev/76f56387bc47
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Follow up to the FTU cleanup patch. r=sfoster
2015-08-24 16:30:32 -07:00
B2G Bumper Bot 478d608fbe Bumping manifests a=b2g-bump 2015-08-24 15:33:38 -07:00
B2G Bumper Bot d688467491 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d41f093fedd
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31472 from zbraniecki/1197383-refactor-ftu-l10n-api

Bug 1197383 - Refactor FTU L10n API for v3. r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/044d45f9c290
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1197383 - Refactor FTU L10n API for v3
2015-08-24 15:32:00 -07:00
B2G Bumper Bot 7d4906ba75 Bumping manifests a=b2g-bump 2015-08-24 11:21:56 -07:00
B2G Bumper Bot afdbfd588c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1a55165dcd3
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #31478 from npark-mozilla/1197373

Bug 1197373 - Imagecompare: add wait after scroll in calendar until the scroll bar disappears

========

https://hg.mozilla.org/integration/gaia-central/rev/e1315e170893
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1197373 - Imagecompare: add wait after scroll in calendar until the scroll bar disappears
2015-08-24 11:20:18 -07:00
B2G Bumper Bot 4e95d9e5ce Bumping manifests a=b2g-bump 2015-08-24 10:07:10 -07:00
B2G Bumper Bot bfaa92c33b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c6eef2c7d63
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31489 from Cwiiis/bug1197509-new-homescreen-slow-bookmarks

Bug 1197509 - Don't wait for the bookmarks datastore. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/1d512a8195f4
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197509 - Don't wait for the bookmarks datastore. r=gmarty
2015-08-24 10:05:31 -07:00
B2G Bumper Bot 4cf68e2389 Bumping manifests a=b2g-bump 2015-08-24 08:51:51 -07:00
B2G Bumper Bot e634c1f46e Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2d6a17fbf351
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31475 from zbraniecki/1193059-bring-back-unpair-msg-string

Bug 1193059 - Bring back unpair-msg and unpair-title strings to Settings. r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/9d0b33680400
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1193059 - Bring back unpair-msg and unpair-title strings to Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/259f5173f305
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #31352 from pivanov/bug-1192983

Bug 1192983 - [Homescreen] Replace developer icons on homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/7d48438ba532
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1192983 - [Homescreen] Replace developer icons on homescreen

========

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

Bug 1177178 - When connecting to Wifi, the icon moves slightly as the connecting animation plays

========

https://hg.mozilla.org/integration/gaia-central/rev/c110d0b56183
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1177178 - When connecting to Wifi, the icon moves slightly as the connecting animation plays
2015-08-24 08:50:11 -07:00
B2G Bumper Bot 0308f05a82 Bumping manifests a=b2g-bump 2015-08-24 07:56:55 -07:00
B2G Bumper Bot 29dfcc49b5 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8d055ef5e59a
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31377 from JohanLorenzo/bug-1195305

Bug 1195305 - Create an acceptance test which checks that "Browsing h…

========

https://hg.mozilla.org/integration/gaia-central/rev/982ec4908695
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1195305 - Create an acceptance test which checks that "Browsing history is not remembered during Private Browsing"

========

https://hg.mozilla.org/integration/gaia-central/rev/cb3cdbfe7cef
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31485 from mwargers/1195033

Bug 1195033 - Add more tap_element_from_system_app for places that need it

========

https://hg.mozilla.org/integration/gaia-central/rev/97fce68bfde0
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1195033 - Add more tap_element_from_system_app for places that need it

========

https://hg.mozilla.org/integration/gaia-central/rev/010905f69646
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31497 from Cwiiis/bug1197179-followup

Bug 1197179 - Fix test failure due to missing meta tag. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/7c11f6fee7f6
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197179 - Fix test failure due to missing meta tag. r=gmarty
2015-08-24 07:55:17 -07:00
B2G Bumper Bot e1a07ddab9 Bumping manifests a=b2g-bump 2015-08-24 07:07:12 -07:00
B2G Bumper Bot ed7aee4e70 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/25b7ef066d75
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31421 from mwargers/1195404

Bug 1195404 - Fix failure in test_settings_wifi.py

========

https://hg.mozilla.org/integration/gaia-central/rev/cb8725eb1a25
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1195404 - Fix failure in test_settings_wifi.py
2015-08-24 07:05:28 -07:00
B2G Bumper Bot 71aa4ab25d Bumping manifests a=b2g-bump 2015-08-24 05:47:09 -07:00
B2G Bumper Bot b87300ae4f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bf8727bfc51d
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31479 from Cwiiis/bug1197489-new-homescreen-bookmark-order-save

Bug 1197489 - Fix bookmark order not being saved. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/899496258532
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197489 - Fix bookmark order not being saved. r=gmarty
2015-08-24 05:45:31 -07:00
B2G Bumper Bot 6f0d01574b Bumping manifests a=b2g-bump 2015-08-24 05:33:35 -07:00
B2G Bumper Bot 2b0818d810 Bumping manifests a=b2g-bump 2015-08-24 05:22:13 -07:00
B2G Bumper Bot 2aee3b7b6b Bumping gaia.json for 8 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c82c7bcf9b6c
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31467 from Cwiiis/bug1197179-homescreen-dialog-searchbar-style

Bug 1197179 - Make rocketbar opaque when showing dialogs. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/2ba0a7d0651a
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197179 - Make rocketbar opaque when showing dialogs. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/4304e4645d61
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31466 from Cwiiis/bug1197227-homescreen-dotted-outline

Bug 1197227 - Fix dotted outline appearing after app launch. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/d47b103a9b6c
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197227 - Fix dotted outline appearing after app launch. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/3c10f211a59a
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31465 from Cwiiis/bug1197175-homescreen-page-background

Bug 1197175 - Add homescreen page tint. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/ca60fb2e0115
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197175 - Add homescreen page tint. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/5039fe53f9da
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #31463 from Cwiiis/bug1197177-homescreen-switch-page-after-drop

Bug 1197177 - Clear autoscroll timeout on drag-finish. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/2a881feacee4
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197177 - Clear autoscroll timeout on drag-finish. r=gmarty
2015-08-24 05:20:33 -07:00
B2G Bumper Bot c1268bba48 Bumping manifests a=b2g-bump 2015-08-24 04:14:32 -07:00
B2G Bumper Bot 68826fb93e Bumping manifests a=b2g-bump 2015-08-24 03:37:12 -07:00
B2G Bumper Bot ca004f2ed0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a436f40a6b66
Author: Nigel Babu <nigelbabu@gmail.com>
Desc: Merge pull request #31490 from Cwiiis/bug1197725-music-nga-webcomponents

Bug 1197725 - Make music-nga request webcomponents permission. r=nigelb

========

https://hg.mozilla.org/integration/gaia-central/rev/1c593a3d8c28
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1197725 - Make music-nga request webcomponents permission. r=nigelb
2015-08-24 03:35:32 -07:00
B2G Bumper Bot 3879886c7b Bumping manifests a=b2g-bump 2015-08-24 03:14:41 -07:00
B2G Bumper Bot e9e39a6ac1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/18571ddfba94
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #31190 from BorisChiou/Bug952456

Bug 952456 - Add "Copy Image" option, r=timdream, kanru

========

https://hg.mozilla.org/integration/gaia-central/rev/ffa76f51757c
Author: Boris Chiou <boris.chiou@gmail.com>
Desc: Bug 952456 - Add "Copy Image" option

Provide "copy image" option on context menu
2015-08-24 03:13:02 -07:00
Ryan VanderMeulen 5b75ad5195 Merge inbound to m-c. a=merge 2015-08-23 17:18:36 -04:00
B2G Bumper Bot 4f4dc1e510 Bumping manifests a=b2g-bump 2015-08-22 21:02:07 -07:00
B2G Bumper Bot 1de1d4fd0c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c8df793f43b
Author: Tzu-Lin Huang <dwi2@dwi2.com>
Desc: Merge pull request #31433 from dwi2/bug1193164

Bug 1193164 - [JSDOC] write documentation of device-deck in jsdoc format

========

https://hg.mozilla.org/integration/gaia-central/rev/6a7c384a5a27
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1193164 - [JSDOC] write documentation of device-deck in jsdoc format
2015-08-22 21:00:29 -07:00