Commit Graph

251874 Commits

Author SHA1 Message Date
Nicolas B. Pierron
5b4a36245b Bug 1178770 - Move MacroAssemblerSpecific::call to the MacroAssembler. r=h4writer 2015-07-06 16:12:48 +02:00
Jim Chen
5af5a80eb6 Bug 1177011 - Ignore restarting the same content observer in EventStateManager; r=masayuki 2015-07-06 09:54:04 -04:00
Kartikaya Gupta
fa9c7e68df Bug 1176798 - Increase the content response timeout to prevent intermittently failing. r=botond 2015-07-06 09:53:11 -04:00
Carsten "Tomcat" Book
692c09c692 Backed out changeset 04420ed3c036 (bug 1127380) for test failures in test_animation-playbackrate.html 2015-07-06 15:40:14 +02:00
Carsten "Tomcat" Book
717048fd2d Merge mozilla-central to b2g-inbound 2015-07-06 15:17:45 +02:00
B2G Bumper Bot
1eab4f63cc Bumping manifests a=b2g-bump 2015-07-06 02:58:44 -07:00
B2G Bumper Bot
f0d41c6ae5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9efa8c414023
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #30804 from gmarty/Bug-1179849-Add-a-keyboard-to-input-Welsh

Bug 1179849 - Add a keyboard to input Welsh

========

https://hg.mozilla.org/integration/gaia-central/rev/843a4901f1fd
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1179849 - Add a keyboard to input Welsh
2015-07-06 02:56:44 -07:00
Carsten "Tomcat" Book
770b218410 merge mozilla-inbound to mozilla-central a=merge 2015-07-06 11:31:27 +02:00
JW Wang
9866f1a6d4 Bug 1179665. Part 4 - remove MDSM::RecreateDecodedStream() which runs on the main thread and doesn't fit into the thread model of MDSM. r=roc. 2015-07-06 11:36:26 +08:00
JW Wang
3786032de9 Bug 1179665. Part 3 - move code about sending stream data into DecodedStream. r=roc. 2015-07-06 11:36:15 +08:00
JW Wang
f3471ac4ef Bug 1179665. Part 2 - clean up mStreamStartTime since start time of MDSM is now always 0. r=roc. 2015-07-06 11:34:59 +08:00
JW Wang
c24bd5156d Bug 1179665. Part 1 - move code that remove finished streams into DecodedStream so we don't need to expose GetReentrantMonitor() to the public and it is easier to remove it in the future. r=roc. 2015-07-06 11:34:47 +08:00
Fabrice Desré
2d7de836a8 Bug 1180507 - Don't hardcode defaultChromeURI in BrowserCLH.js r=mfinkle 2015-07-05 20:26:17 -07:00
Fabrice Desré
e6be0311a5 Bug 1180533 - Disable BackgroundHangMonitor on gonk 2015-07-05 18:30:51 -07:00
Phil Ringnalda
d2f61751bd Merge b-i to m-c, a=merge 2015-07-04 11:12:20 -07:00
Phil Ringnalda
7f435e44fe Merge m-i to m-c, a=merge 2015-07-04 11:07:23 -07:00
ffxbld
9b7129c119 No bug, Automated blocklist update from host bld-linux64-spot-384 - a=blocklist-update 2015-07-04 03:30:42 -07:00
ffxbld
8eccd1e82b No bug, Automated HPKP preload list update from host bld-linux64-spot-384 - a=hpkp-update 2015-07-04 03:30:40 -07:00
ffxbld
f90ae9e8ea No bug, Automated HSTS preload list update from host bld-linux64-spot-384 - a=hsts-update 2015-07-04 03:30:37 -07:00
Xidorn Quan
d0d6c7e56c Bug 1179123 followup - Skip fullscreen-api-race test on OS X. 2015-07-04 18:53:34 +10:00
Xidorn Quan
dbbb094fdd Bug 1179123 - Avoid crash when calling ExitFullscreenInDocTree with a detached fullscreen document with its root exited fullscreen state. r=smaug 2015-07-04 15:12:13 +10:00
Xidorn Quan
9eaaf0dde0 Bug 1179123 - Add mochitest for some race condition test for fullscreen api. rs=smaug 2015-07-04 15:12:13 +10:00
Phil Ringnalda
6d4fe3b709 Back out 0642a5722c59 (bug 1178382) for OS X reftest failures in 825999.html 2015-07-03 19:44:39 -07:00
Phil Ringnalda
a6af0a454c Merge m-c to b-i 2015-07-03 19:17:50 -07:00
Phil Ringnalda
ab06bdf2b9 Merge m-c to m-i 2015-07-03 19:15:06 -07:00
Phil Ringnalda
39612106c4 Merge b-i to m-c, a=merge 2015-07-03 19:12:38 -07:00
Phil Ringnalda
f75cbb09e4 Merge f-t to m-c, a=merge 2015-07-03 18:55:10 -07:00
B2G Bumper Bot
2aafbd7119 Bumping manifests a=b2g-bump 2015-07-03 18:52:35 -07:00
B2G Bumper Bot
c4a46f0180 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1180340 - Adjust readme for new autolander workflow

========

https://hg.mozilla.org/integration/gaia-central/rev/f79d8a33cbcc
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1180340 - Adjust readme for new autolander workflow
2015-07-03 18:50:36 -07:00
Juan Gomez
21d73728f3 Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-07-03 18:29:00 -07:00
B2G Bumper Bot
2b92c3cafd Bumping manifests a=b2g-bump 2015-07-03 17:47:09 -07:00
B2G Bumper Bot
f4dfd83502 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b932cecdb502
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30814 from timdream/input-mgmt-hide-immediately

Bug 1179400 - Ensure hideInputWindowImmediately works during timeout, r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/4487ccce04ad
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1179400 - Part III, Ensure hideInputWindowImmediately works during timeout

========

https://hg.mozilla.org/integration/gaia-central/rev/61d5f74e0da5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1179400 - Part II, Tests to ensure app size restores

========

https://hg.mozilla.org/integration/gaia-central/rev/a69d60fceb2f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1179400 - Part I, Create a Gij ActivityCallerApp lib
2015-07-03 17:45:08 -07:00
B2G Bumper Bot
d5ffe6ff01 Bumping manifests a=b2g-bump 2015-07-03 15:32:20 -07:00
B2G Bumper Bot
9eaa007509 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22c58f4fec82
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30823 from mwargers/1179267

Bug 1179267 - test_ftu_skip_tour.py: Timed out after 10.1 seconds with message: Send Data UI state should match initial internal state

========

https://hg.mozilla.org/integration/gaia-central/rev/01724511a51b
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1179267 - test_ftu_skip_tour.py: Timed out after 10.1 seconds with message: Send Data UI state should match initial internal state
2015-07-03 15:30:21 -07:00
B2G Bumper Bot
5a1da6e1b1 Bumping manifests a=b2g-bump 2015-07-03 14:57:18 -07:00
B2G Bumper Bot
60163d359c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/124b9ca77fcc
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30818 from mwargers/1180170

Bug 1180170 - Failure in test_cost_control_ftu.py, locators need to be updated

========

https://hg.mozilla.org/integration/gaia-central/rev/49b7abb20167
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1180170 - Failure in test_cost_control_ftu.py, locators need to be updated
2015-07-03 14:55:15 -07:00
B2G Bumper Bot
174a0b3058 Bumping manifests a=b2g-bump 2015-07-03 12:22:35 -07:00
B2G Bumper Bot
e5af7d6c7a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21fa00fa9ee4
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #30665 from sfoster/icons-bug-1174813

 Bug 1174813 - Handle site icons in web manifest. r=etienne, r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/6ee14047339b
Author: Sam Foster <sfoster@mozilla.com>
Desc:  Bug 1174813 - Handle site icons in web manifest. r=etienne, r=benfrancis

* Remove icons handling from WebManifestHelper
* New processRawManifest method on WMH to sanitize and resolve icon URLs
* Combined iconURLForSize and IconsHelper's implementation to pick nearest icon to given size
* Updated consumers to use IconsHelper's methods for choosing an icon
* Signature change to getBestIconFromWebManifest as WMH has already resolved urls so no need to pass in manifestURL
* getSiteIconUrl (AppWindow) and setSiteIcon (AppChrome) + associated tests by gmarty
* Updated unit tests
2015-07-03 12:20:35 -07:00
Eric Rahm
8cfc46cadc Bug 1180045 - Remove no outer window available warning. r=smaug 2015-07-03 10:21:24 -07:00
B2G Bumper Bot
4f9b743554 Bumping manifests a=b2g-bump 2015-07-03 10:19:15 -07:00
B2G Bumper Bot
e72c9d0626 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5cce1cdde65c
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30812 from mwargers/1180062

Bug 1180062 - Another failure in test_cost_control_data_alert_mobile.py

========

https://hg.mozilla.org/integration/gaia-central/rev/537bdf8ea54d
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1180062 - Another failure in test_cost_control_data_alert_mobile.py
2015-07-03 10:17:15 -07:00
Fernando Jimenez
00600fda3d Bug 1175944 - Packaged app's (app://) JS files are not loaded and do not trigger "onfetch" handler. r=jdm 2015-07-03 18:41:01 +02:00
Fernando Jimenez
3b881be808 Bug 1171651 - Disable the interception of app:// URIs in service workers on release builds. r=baku 2015-07-03 18:41:01 +02:00
B2G Bumper Bot
09030a478b Bumping manifests a=b2g-bump 2015-07-03 09:28:35 -07:00
B2G Bumper Bot
fad8331ea8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b7aa1e99881
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30810 from mwargers/1179891

Bug 1179891 - Fix for failure in test_ftu_skip_tour.py, with message: No languages listed on screen

========

https://hg.mozilla.org/integration/gaia-central/rev/f9372223db72
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1179891 - Fix for failure in test_ftu_skip_tour.py, with message: No languages listed on screen
2015-07-03 09:26:35 -07:00
Jordan Lund
4b45cab8b4 Bug 1154796 - make a copy of mozharness and put it in gecko tree, based on 4d855a6835ed, r=mshal 2015-07-03 09:04:58 -07:00
B2G Bumper Bot
5fd5eea2c6 Bumping manifests a=b2g-bump 2015-07-03 08:43:05 -07:00
B2G Bumper Bot
a891325bf0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/665bcd40b8f5
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #30821 from Cwiiis/bug1178483-dark-shadow-on-lockscreen-input-window

Bug 1178483 - Don't show shadow on lockscreenInputWindow. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/f4f9729d3180
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1178483 - Don't show shadow on lockscreenInputWindow. r=etienne
2015-07-03 08:40:39 -07:00
B2G Bumper Bot
5695fbc865 Bumping manifests a=b2g-bump 2015-07-03 05:37:36 -07:00
B2G Bumper Bot
9138b12a5b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d7f25cd3d888
Author: Fernando Campo <fcampo@users.noreply.github.com>
Desc: Merge pull request #30692 from fcampo/fb_out_ftu_1175491

Bug 1175491 - Eliminate FB toggle in FTU until new version of FB integration arrives (r=sfoster,f=borjasalguero)

========

https://hg.mozilla.org/integration/gaia-central/rev/364e869926be
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1175491 - Eliminate FB from FTU (r=sfoster)
2015-07-03 05:35:36 -07:00