Commit Graph

437041 Commits

Author SHA1 Message Date
Yoshi Huang
e6070e9062 Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley 2015-08-18 15:01:42 +08:00
Yoshi Huang
4347bb2318 Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley 2015-08-17 17:03:19 +08:00
B2G Bumper Bot
f060a2b7fe Bumping manifests a=b2g-bump 2015-08-26 19:57:06 -07:00
B2G Bumper Bot
519eddc3b8 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7a3779b3fbbc
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Merge pull request #31529 from rickychien/b2g-43"

This reverts commit 61385bf8a2063f256b546ea5dffb90a53c12876c, reversing
changes made to 7e36fb3976bc8aab4ef7cbb37e6c79145b3d4717.
2015-08-26 19:55:27 -07:00
B2G Bumper Bot
b06554520b Bumping manifests a=b2g-bump 2015-08-26 19:12:43 -07:00
B2G Bumper Bot
750b57afad Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e054563b192
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #31529 from rickychien/b2g-43

Bug 1146713 - Upgrade to b2g 43.0a1 r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/3d17d7a7d82c
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1146713 - Upgrade to b2g 43.0a1
2015-08-26 19:10:42 -07:00
B2G Bumper Bot
99a163a4a5 Bumping manifests a=b2g-bump 2015-08-26 18:49:27 -07:00
B2G Bumper Bot
17ab6b2096 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1198059 - [Keyboard] Update element names for web component changes

========

https://hg.mozilla.org/integration/gaia-central/rev/7d76b89a4f80
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1198059 - [Keyboard] Update element names for web component changes r=timdream
2015-08-26 18:49:04 -07:00
Fabrice Desré
db3cd46808 Bug 1196963 - Make extensions work without being in developer mode r=jduell 2015-08-26 18:40:05 -07:00
Ryan VanderMeulen
ff9f41144e Merge b2g-inbound to m-c. a=merge 2015-08-26 21:12:29 -04:00
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
Kartikaya Gupta
c736111bee Bug 1198900 - Add a gtest to ensure we don't crash when prevent-defaulting a wheel event. r=botond, a=topcrash 2015-08-26 15:08:00 -04:00
Kartikaya Gupta
959a3cf33e Bug 1198900 - Don't call OnTouchCancel when the current block is not a touch block. r=botond 2015-08-26 15:08:00 -04:00
Ryan VanderMeulen
cf32f31271 Merge inbound to m-c. a=merge 2015-08-26 20:32:36 -04:00
Ryan VanderMeulen
68e026e0e8 Backed out 6 changesets (bug 1145744, bug 536509, bug 1184973, bug 1147821) for B2G test_storagePermissionsAccept.html failures.
Backed out changeset 07f5717ac742 (bug 1184973)
Backed out changeset d49d61e97fcb (bug 1184973)
Backed out changeset e056e2d6b7e8 (bug 1145744)
Backed out changeset f4806930c168 (bug 1147821)
Backed out changeset 24c808f933e5 (bug 536509)
Backed out changeset 03dc725619b8 (bug 1184973)

CLOSED TREE
2015-08-26 19:09:49 -04:00
Michael Layzell
640328604f Bug 1184973 - Don't use https in b2g tests because of bustage, a=RyanVM
CLOSED TREE
2015-08-26 17:31:58 -04:00
Ryan VanderMeulen
c16a09e91a Backed out changesets 1c9a4b6596e6, cc9c846f8598, and 0d2f924ff750 (bug 1195865) for B2G build bustage.
CLOSED TREE
2015-08-26 16:29:27 -04:00
Ryan VanderMeulen
3e3e1cbd1d Merge m-c to fx-team. a=merge 2015-08-26 14:34:15 -04:00
Ryan VanderMeulen
89ba2da629 Merge m-c to inbound. a=merge 2015-08-26 14:33:07 -04:00
Ryan VanderMeulen
4220a40a0b Backed out 2 changesets (bug 1196105, bug 1196104) for frequent OSX browser_UITour_heartbeat.js failures.
Backed out changeset e2ac20d24cb2 (bug 1196105)
Backed out changeset 52b8ae99625a (bug 1196104)
2015-08-26 14:02:52 -04:00
Drew Willcoxon
28016c14ec Bug 1194669 - Dismissing the urlbar search suggestions opt-in notification in one window should dismiss it in all windows. r=mak 2015-08-26 10:41:36 -07:00
Dão Gottwald
0860025d7d Bug 1198547 - Update sidebar background color for Win10. r=dolske 2015-08-26 19:34:10 +02:00
Dão Gottwald
3d0968fabd Bug 1194943 - Consolidate URL and search bar :hover and [focused] border styling across Windows Vista / 7 and 8. r=gijs 2015-08-26 19:33:48 +02:00
Jared Wein
9c7a1d51ad Bug 1177246 - Implement metrics for OS search query parsing. r=gfritzsche
--HG--
extra : rebase_source : d177d42711a5058e9051903f1687efcb8115af03
2015-08-26 13:28:13 -04:00
Andrea Marchesini
813316efe8 Bug 1184292 - Remove some Wakelock warning messages when unlocking. r=smaug
CLOSED TREE
2015-08-26 09:21:00 -04:00
Gijs Kruitbosch
e9327aa06b Bug 1198186 - increase limit used to detect int values passed as first argument to LdrLoadDll, r=dmajor
--HG--
extra : commitid : IzZuAsCM2Ig
extra : rebase_source : 97d9b32401035eee618a6c3e06a8890b6b96860f
extra : amend_source : 1fb3e721469dc68e287fd5e1c8a74c7b3f184a78
2015-08-25 12:07:39 +01:00
Vaibhav Agrawal
5ab7e66d29 Bug 1196428 - Clean up unused configs in linux/mac/win_unittests.py in mozharness. r=jlund
--HG--
extra : amend_source : dbb6ae0c3b98636d6c89b23601f0087e6a96cd8f
extra : transplant_source : pv%28S%C9RF%CD%E9%15%F9q%8B%B4%DD%D4Yh%9B%BE
2015-08-19 13:40:20 -07:00
Mike Shal
a54f376890 Bug 1195865 - Upload android l10n repacks to Taskcluster; r=jlund 2015-08-19 15:28:43 -04:00
Mike Shal
db0bc9ff1e Bug 1195865 - Use upload environment from staging.py/production.py; r=rail 2015-08-19 15:27:56 -04:00
Mike Shal
869a289ca6 Bug 1195865 - Remove default_actions from android l10n configs; r=rail 2015-08-19 15:04:20 -04:00
Markus Stange
77bd23e207 Bug 1193062 - Make nsChildView send PanGestureInput events into APZ. r=kats, r=smichaud
--HG--
extra : commitid : 5mHVPwAeh44
extra : rebase_source : 27e9d500176eef2f737ffadd77a8e7478df00c0f
extra : histedit_source : 1ceeefd9e1be3fddd7d504b44e140f50c43750e2
2015-08-23 19:50:29 -04:00
Daniel Holbert
d08001b846 Bug 1196339 - Drop bogus (& unused) extra arg from SVGSVGElement::SetZoomAndPan() error-reporting statement. r=mccr8 2015-08-19 11:39:00 -04:00
Ryan VanderMeulen
baa08d9528 Backed out changesets 1620bf9f8f2a and 0d75db15b6ed (bug 1119692) for nsZipReaderCache::GetFd crashes.
CLOSED TREE
2015-08-26 11:20:54 -04:00
Ryan VanderMeulen
2978facdf2 Backed out changeset e7402272f257 (bug 1170011) for more browser_viewSourceInTabOnViewSource.js failures.
CLOSED TREE
2015-08-26 11:12:33 -04:00
Chenxia Liu
212d0d8df8 Bug 1186037 - Import bookmarks and history from stock browser (Samsung S4, Android 4.4.2) doesn't work. r=mhaigh
--HG--
extra : commitid : LCpaq08yMFJ
extra : rebase_source : b3990d5c8e18678f7193aa757a2f07312d2d28a7
2015-08-13 11:45:23 -07:00
Vaibhav Agrawal
7ec736a594 Bug 1197541 - Add --dump-tests option to mochitest and xpcshell for all tests that will be run. r=ahal 2015-08-21 17:16:11 -07:00
YFdyh000
39ddf7f195 Bug 1169209 - about:performance should not be listed for non-Nightly. r=Yoric 2015-08-24 07:01:00 -04:00
Jennifer Fong
47818cdad4 Bug 1198343 - Remove unused accesskey. r=janx 2015-08-25 09:44:00 -04:00
Axel Hecht
c7d77007e8 Bug 1198228 - Support em:foo attributes on Description elements. r=whimboo
The install.rdf in language packs uses em:id attributes etc, instead
of child elements. All fine with RDF/XML.
This adds support to addon_details to allow for those attributes in
addition to child elements.

--HG--
extra : transplant_source : %E0d%E7%B3%E8/%BF%D4%5C%AE%B8EA%E7%26h%17%5EB%00
2015-08-26 13:21:30 +02:00
André Reinald
9779f5952d Bug 1197292 - Read delays from prefs, backup to defaults if not set. Shorter delays are useful to accelerate test cycles. r=gfritzsche 2015-08-24 16:50:51 +02:00
Johan K. Jensen
98cd6dc706 Bug 1197394 - GCLI’s number-type doesn't ignore min or max-values of 0. r=jwalker 2015-08-22 00:58:00 -04:00
Ryan VanderMeulen
7d4d53c159 Bug 1198724 - Update pdf.js to version 1.1.403. r=yury 2015-08-26 10:10:01 -04:00