Commit Graph

259659 Commits

Author SHA1 Message Date
Aaron Klotz
dd42734da0 Bug 1194600: Ensure plugin stream listener's buffer always has room for incoming data; r=jimm 2015-08-25 16:34:20 -06:00
Andrew Comminos
c300a91a63 Bug 1189132 - Skip unmap during window destruction on GTK, working around talos hang with GL layers. r=karlt 2015-08-26 21:30:16 -04:00
Andrew Comminos
565c6a670c Bug 1197387 - Use glXGetProcAddress to link against GLX_ARB_create_context_robustness. r=jgilbert 2015-08-26 21:30:15 -04:00
Xidorn Quan
b001c876bc Bug 1198563 part 2 - Do no directly apply fullscreen state when window object reports in fullscreen when there are pending request before. r=smaug 2015-08-27 11:21:29 +10:00
Xidorn Quan
570d505e76 Bug 1198563 part 1 - Encapsulate iterating fullscreen request list code. r=smaug 2015-08-27 11:21:29 +10:00
Yoshi Huang
98f6ea7f6c Bug 1165272 - Part 1: remove getAppCodebasePrincipal. r=bholley 2015-08-17 17:03:19 +08:00
B2G Bumper Bot
021c1251f2 Bumping manifests a=b2g-bump 2015-08-26 19:57:06 -07:00
B2G Bumper Bot
e35d11828c 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
4db9a3abe4 Bumping manifests a=b2g-bump 2015-08-26 19:12:43 -07:00
B2G Bumper Bot
715653bb31 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
bba8b432bd Bumping manifests a=b2g-bump 2015-08-26 18:49:27 -07:00
B2G Bumper Bot
8e1bf86ef8 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é
5ca7b8c186 Bug 1196963 - Make extensions work without being in developer mode r=jduell 2015-08-26 18:40:05 -07:00
Ryan VanderMeulen
c26e7d8109 Merge b2g-inbound to m-c. a=merge 2015-08-26 21:12:29 -04:00
B2G Bumper Bot
362aef3315 Bumping manifests a=b2g-bump 2015-08-26 17:07:12 -07:00
B2G Bumper Bot
1f5f882c95 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
e1b1addcfc Bumping manifests a=b2g-bump 2015-08-26 16:42:46 -07:00
B2G Bumper Bot
dd3d107896 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
66457bd4be Bumping manifests a=b2g-bump 2015-08-26 16:14:48 -07:00
B2G Bumper Bot
b76e167ef4 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
c70f4200c5 Bumping manifests a=b2g-bump 2015-08-26 14:12:23 -07:00
B2G Bumper Bot
7d17f64825 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
1dac553116 Bumping manifests a=b2g-bump 2015-08-26 13:52:29 -07:00
Kartikaya Gupta
6d6f719328 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
bb6bda6104 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
e3d362b745 Merge inbound to m-c. a=merge 2015-08-26 20:32:36 -04:00
Ryan VanderMeulen
44bfabd91a 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
9dbb6e3bfe 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
ec9e5103e2 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
9e2bed1c36 Merge m-c to fx-team. a=merge 2015-08-26 14:34:15 -04:00
Ryan VanderMeulen
cc990a0e5b Merge m-c to inbound. a=merge 2015-08-26 14:33:07 -04:00
Ryan VanderMeulen
91fa73bab5 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
2c9e1e684f 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
ad70e0ff9b Bug 1198547 - Update sidebar background color for Win10. r=dolske 2015-08-26 19:34:10 +02:00
Dão Gottwald
c213b5a3fe 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
e6721c1ee6 Bug 1177246 - Implement metrics for OS search query parsing. r=gfritzsche 2015-08-26 13:28:13 -04:00
Andrea Marchesini
3d6b4abc22 Bug 1184292 - Remove some Wakelock warning messages when unlocking. r=smaug
CLOSED TREE
2015-08-26 09:21:00 -04:00
Gijs Kruitbosch
dd3714771b Bug 1198186 - increase limit used to detect int values passed as first argument to LdrLoadDll, r=dmajor 2015-08-25 12:07:39 +01:00
Vaibhav Agrawal
e0ad9e5b8b Bug 1196428 - Clean up unused configs in linux/mac/win_unittests.py in mozharness. r=jlund 2015-08-19 13:40:20 -07:00
Mike Shal
eb0a882729 Bug 1195865 - Upload android l10n repacks to Taskcluster; r=jlund 2015-08-19 15:28:43 -04:00
Mike Shal
7a9b01125c Bug 1195865 - Use upload environment from staging.py/production.py; r=rail 2015-08-19 15:27:56 -04:00
Mike Shal
a09e071717 Bug 1195865 - Remove default_actions from android l10n configs; r=rail 2015-08-19 15:04:20 -04:00
Markus Stange
0203f731c3 Bug 1193062 - Make nsChildView send PanGestureInput events into APZ. r=kats, r=smichaud 2015-08-23 19:50:29 -04:00
Daniel Holbert
d0a641dce8 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
f6b184eae9 Backed out changesets 1620bf9f8f2a and 0d75db15b6ed (bug 1119692) for nsZipReaderCache::GetFd crashes.
CLOSED TREE
2015-08-26 11:20:54 -04:00
Ryan VanderMeulen
27faf812b7 Backed out changeset e7402272f257 (bug 1170011) for more browser_viewSourceInTabOnViewSource.js failures.
CLOSED TREE
2015-08-26 11:12:33 -04:00
Sebastian Kaspari
fc65fdb9d3 Bug 1189402 - RestrictionProvider: Ignore location service restriction if stumbler is disabled at build time. r=ally 2015-08-14 17:31:47 +02:00
Georg Fritzsche
ea4475ca9b Bug 1198739 - Fix the searchCohort Telemetry documentation. r=rvitillo 2015-08-26 16:22:59 +02:00
Martyn Haigh
950cc23af8 Bug 1193745 - Implement the tablet tabs tray grid view on mobile r=mcomella 2015-08-27 13:09:28 +01:00
Paolo Amadini
c6cd8927a2 Bug 1196313 - Add a transition for the background color of the identity box on hover. r=Gijs,dao 2015-08-27 12:11:32 +01:00