Commit Graph

427721 Commits

Author SHA1 Message Date
Gregory Szorc
4b8238e9dc Bug 1176642 - Defer import of urllib2; r=chmanchester
This prevents 8 module imports from occurring at mach startup time.

As part of this, I discovered a redundant import of "sys" and eliminated
it.

--HG--
extra : commitid : AsZJHdCVbV0
extra : rebase_source : 53b1d5912ba85c7d363d9da21329a6fa65a2bce2
2015-06-25 12:12:15 -07:00
Gregory Szorc
0fd4fce9ae Bug 1176642 - Defer import of glob; r=glandium
This was the only import of glob from all mach_commands.py files. Kill
it.

With this commit, there are no modules imported by a single
mach_commands.py outside of testing/web-platform/mach_commands.py.

--HG--
extra : commitid : 4CJqlwDqOVg
extra : rebase_source : 9dbbd69291d64b894a399523864562107c10872e
2015-06-25 12:11:55 -07:00
Gregory Szorc
2082ddf73d Bug 1176642 - Defer import of autotry and pprint; r=chmanchester
This was the only mach_commands.py file importing these modules. Defer
import so mach doesn't work so hard during startup.

--HG--
extra : commitid : FrmvodfVdUZ
extra : rebase_source : 48233660e04bf043b99c6a067c468b532c41f889
2015-06-25 12:11:34 -07:00
Gregory Szorc
b5f03038db Bug 1176642 - Defer import Eclipse backend modules; r=glandium
This import brought in significant parts of the mozbuild package. Moving
it to a deferred import reduces the total number of Python modules
imported during mach dispatch by 43.

--HG--
extra : commitid : GdXsF7agvCT
extra : rebase_source : 586f1960c8e7eb400f61467045b064167784f68b
2015-06-25 12:11:12 -07:00
Gregory Szorc
3e949ee8fe Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.

--HG--
extra : commitid : 6tFME1KKfTD
extra : rebase_source : 78728f82f5487281620e00c2a8004cd5e1968087
2015-06-21 17:39:09 -07:00
Gregory Szorc
70e857cb9e Bug 1176642 - Use deferred imports for taskcluster mach commands; r=glandium
Tracing imports reveals that this file accounts for a non-trivial amount
of extra imports when mach starts. Deferring imports makes many of them
go away.

--HG--
extra : commitid : KT7CfnsUFGA
extra : rebase_source : d631e0a94bc4656fd69815e6808e5d42e0f0b4c2
2015-06-21 17:09:58 -07:00
Gregory Szorc
a19bee3a08 Bug 1176642 - Remove unused imports; r=glandium
--HG--
extra : commitid : IZ7JkH4GKW4
extra : rebase_source : 4c3301c5c353be8afed407df4a003a9cac4583e8
2015-06-25 12:16:38 -07:00
Dave Townsend
56edefa873 Bug 1176205: Disable search suggestions by default and hide the UI on non-nightly builds. r=adw, r=mak
--HG--
extra : commitid : 8hJgI1Cizvt
extra : rebase_source : b248a1013c6d6a8b271111cf820ad125ba7969b1
extra : source : 257dc5010bad8257c3da5da41279ad2c3b06f3a3
2015-06-24 14:09:59 -07:00
Carsten "Tomcat" Book
fb3cc0a1d7 Merge mozilla-central to fx-team 2015-06-25 11:39:22 +02:00
Carsten "Tomcat" Book
a3ba8f387e merge mozilla-inbound to mozilla-central a=merge 2015-06-25 11:09:46 +02:00
Carsten "Tomcat" Book
aeaff43956 merge fx-team to mozilla-central a=merge 2015-06-25 11:01:16 +02:00
Carsten "Tomcat" Book
03c207ba11 merge b2g-inbound to mozilla-central a=merge 2015-06-25 10:58:53 +02:00
Nick Alexander
0a6017a1af Bug 1162191 - Add |mach artifact| for installing downloaded Fennec binaries. r=gps
DONTBUILD ON A CLOSED TREE: Android-only and the build changes are cosmetic.

Very much a first cut, but I'd like to get some Fennec early adopters testing.

This adds:

* |mach artifact install| to fetch and install Fennec binaries;
* |mach artifact last| to print details about what was last installed;
* |mach artifact {print,clear}-caches|, for debugging.

This code is exposed as a new mozbuild.artifacts Python but it's not
particularly general.  My intention was to get things out of the mach command
more than produce a general artifact fetching API.  We can leave that bike
shed to Bug 1124378.

I've been testing this with --disable-compile-environment and it works well
locally, although there's no reason a knowledgeable developer couldn't use
this in conjunction with a fully-built tree.  (I don't know when such a
situation would arise, but I know of no technical impediment.)

--HG--
extra : commitid : 1T28aVfArqF
extra : rebase_source : b8c11244de8be0a14d605853f30cd47312d0a4ba
extra : histedit_source : 78a224501cd3cf0f86707c9c9549b61b4b248ba7
2015-06-24 23:12:00 -07:00
B2G Bumper Bot
bc96188837 Bumping manifests a=b2g-bump 2015-06-24 17:52:03 -07:00
B2G Bumper Bot
0c869b5f3c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7c48140d54ce
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #30702 from albertopq/1176925-ftu-icons

Bug 1176925 - Updating icons visibility on creation r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/16200a889c12
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1176925 - Updating icons visibility on creation r=gmarty
2015-06-24 17:50:07 -07:00
Terrence Cole
5a9f8568bd Backout ea281f1bffcb (Bug 1174319) for possibly regressing octane.
--HG--
extra : rebase_source : 8081c7a43fa766aac1b96b4b4db2998959bcab84
2015-06-24 16:28:01 -07:00
Terrence Cole
7de7e518c2 Backout 9c891ea3949c (Bug 1174850) for possibly regressing octane.
--HG--
extra : rebase_source : bbd782ba1cd192595bf2ef2d6b42b23622345305
2015-06-24 16:27:09 -07:00
Terrence Cole
929078d8c7 Backout 6b847a10bbb1 (Bug 1175642) for being on top of a regression.
--HG--
extra : rebase_source : a87230e8b9ffe2e09cba41874e60f44bc0aa7e16
2015-06-24 16:25:12 -07:00
Terrence Cole
8ebb5a1b72 Backout e0e69237df5b (Bug 1174873) for causing intermittent failures.
--HG--
extra : rebase_source : 4c4d2dce1f9c1fb6aa89ccdae044cc96858ec8ab
2015-06-24 16:21:57 -07:00
Terrence Cole
203f1d029f Backout 7959ffacd30f (Bug 1176090) for being on top of a regression.
--HG--
extra : rebase_source : d1705d445efcf914bc92fb6bfb2cf501ee823538
2015-06-24 16:20:31 -07:00
Jonathan Kew
55b7401f32 Bug 1174711 patch 5 - Copy inline-size rather than width from prev-in-flow when initializing nsTableFrame. r=dholbert 2015-06-24 16:23:59 -07:00
Brian Hackett
04d31b315b Bug 1175535 - Don't require objects embedded in MIR nodes to always be tenured, r=jandem. 2015-06-24 16:08:39 -07:00
Brian Hackett
22f3ab89dd Bug 1176075 - Add a missing check for nursery objects during Ion compilation, r=jandem. 2015-06-24 16:02:04 -07:00
Alexander Surkov
4db8f115d7 Bug 1176683 - crash in mozilla::a11y::HyperTextAccessible::LandmarkRole() const, r=marcoz 2015-06-24 15:48:29 -07:00
Kartikaya Gupta
5d7a94bba3 Bug 1177023 - Log the IsRootContent flag when dumping framemetrics. r=botond 2015-06-24 15:45:46 -07:00
Sotaro Ikeda
1461279916 Bug 1176945 - Remove unnecessary hwc reference from gl r=jgilbert 2015-06-24 15:44:47 -07:00
Cameron McCormack
b7d968f6d7 Bug 1122253 - Support -moz-min-content etc. keywords in {,min-,max-}inline-size and their physical equivalents. r=bzbarsky 2015-06-25 08:40:38 +10:00
Tim Taubert
15c38ccf08 Bug 1177238 - Remove now unused identity.png (Larry) icons r=Gijs 2015-06-24 15:09:05 -07:00
Panos Astithas
ed8a0b3572 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-24 16:00:12 -07:00
Michael Comella
f010b96820 Bug 1177166 - Remove menu.xml with null reference. r=me
This was causing crashes on tablet devices.

I'm not sure what it was for but pretty sure it was an artifact that was never
removed in old tablet builds.

--HG--
extra : commitid : HVyBG7WSkjT
2015-06-24 15:41:31 -07:00
Nikhil Marathe
808595ef2e Bug 1166350 - Patch 2 - Fix tests. a=bustage
--HG--
extra : source : 726f0355ea94ba0772427bbebf53c2e919929d41
2015-06-24 14:27:49 -07:00
Nikhil Marathe
b8eea4d16b Bug 1166350 - Push fixes for principals. r=kitcambridge,bholley
Fix xpcshell tests.
Add support for webapps-clear-data.
Trash old regs on idb version upgrade.
Use principal for permission check.
use principal in PushSubscription.

--HG--
extra : source : d7554019b424327a3271e2c0debda995fff36cb5
extra : intermediate-source : be40dea6534771bdeedc9f7c6ccd8bbddb6e41c2
2015-06-24 13:34:54 -07:00
Nikhil Marathe
552b7cd770 Backed out changeset 964de5d960fa
The changes these tests depend on were backed out, but I didn't realise that and pushed this. Backing out and pushing again.
2015-06-24 14:32:39 -07:00
Nikhil Marathe
90857a5bc2 Bug 1166350 - Patch 2 - Fix tests. a=bustage
--HG--
extra : rebase_source : a96805e9d0827b618604f7479db8f1e8a6833735
extra : source : 726f0355ea94ba0772427bbebf53c2e919929d41
2015-06-24 14:27:49 -07:00
Xidorn Quan
d21321be36 Bug 1176519 - Restore the position the fullscreen toolbox collapsed flag is set. r=dao
--HG--
extra : source : 2ea2927d4476d86d12c60af71e25fc67fd0312cd
2015-06-24 14:08:53 -07:00
Nicolas B. Pierron
d32ebf03b8 Bug 1173764 - Disable JitSpew argument computation in optimizied builds. r=bhackett 2015-06-24 22:46:02 +02:00
Nicolas B. Pierron
32c276bf87 Bug 1173764 - Enable LAllocation/LUse serialization in optimized builds. r=bhackett 2015-06-24 22:46:02 +02:00
Mike Shal
b90d0b0eca No bug - bump mozharness.json to 946d3352e137; a=RyanVM 2015-06-24 16:17:50 -04:00
B2G Bumper Bot
4b5724054d Bumping manifests a=b2g-bump 2015-06-24 12:47:16 -07:00
B2G Bumper Bot
84735ccef7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1305938bd51
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #30642 from steveck-chung/new-message-lib

Bug 1175045 - [Messages][NGA] Add serviceworkerware to our codebase and update the script for external lib, r=julienw,azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/bb633042e9af
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1175045 - [Messages][NGA] Add serviceworkerware to our codebase and update the script for external lib, r=julienw,azasypkin
2015-06-24 12:45:17 -07:00
Martyn Haigh
efead37d5b Bug 1017338 - Swipe to close a tab from tab panel (r=s.kaspari)
--HG--
extra : rebase_source : a2972359250cd09281b854d4e4f6bcd634bf13a7
2015-06-24 12:22:28 -07:00
B2G Bumper Bot
fd201dc6e6 Bumping manifests a=b2g-bump 2015-06-24 08:42:53 -07:00
B2G Bumper Bot
145f5063a1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1176536 - [Settings] Convert datetime switch to use gaia-switch r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/e935722955ef
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1176536 - [Settings] Convert datetime switch to use gaia-switch
2015-06-24 08:40:32 -07:00
B2G Bumper Bot
76bb4cace1 Bumping manifests a=b2g-bump 2015-06-24 08:14:08 -07:00
Carsten "Tomcat" Book
681941a240 Merge mozilla-central to b2g-i 2015-06-24 16:08:47 +02:00
Carsten "Tomcat" Book
7fd037905e merge mozilla-inbound to mozilla-central a=merge 2015-06-24 16:01:47 +02:00
Carsten "Tomcat" Book
0db26e7d5d merge fx-team to mozilla-central a=merge 2015-06-24 14:14:15 +02:00
Carsten "Tomcat" Book
848de192dd Backed out changeset c3c503368fdd (bug 1176729) for frequently breaking windows 8 x64 builds
--HG--
extra : rebase_source : e991a50274ac9c17454b413f0bd14bd7d62b157b
2015-06-24 12:27:24 +02:00
B2G Bumper Bot
fca2910d0e Bumping manifests a=b2g-bump 2015-06-24 02:02:17 -07:00
B2G Bumper Bot
1acce5c2a4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1004111cf6db
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #30689 from azasypkin/bug-1176711-theme-color

Bug 1176711 - [Messages][NG] Meta theme-color should match the gaia-header theme in separated views. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/6ae77dc05dba
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1176711 - [Messages][NG] Meta theme-color should match the gaia-header theme in separated views. r=julien
2015-06-24 02:00:21 -07:00