Commit Graph

250913 Commits

Author SHA1 Message Date
Margaret Leibovic
b9eae02c0e Bug 1175741 - Properly hide unsigned add-on warning in add-on manager. r=liuche 2015-06-29 16:23:53 -07:00
Margaret Leibovic
2ad1057467 Bug 1175197 - Move .buttons styles to aboutAddons.css, and set the border radius to 0. r=liuche 2015-06-29 16:42:03 -07:00
Sergej Kravcenko
a59ce619f1 Bug 1171157 - Use nested conditionals in GeckoPreferences. r=rnewman 2015-07-01 05:00:14 +03:00
Richard Newman
1841c02bc9 Bug 1177723 - Remove remaining database system search integration. r=mfinkle 2015-07-01 10:49:28 -07:00
Alessio Placitelli
9919e08b62 Bug 1178456 - Experiments service shouldn't use FHR prefs. r=gfritzsche 2015-07-01 05:46:00 +02:00
Michael Comella
4832080d0e Bug 1172831 - Add fake references to used resources to trick Android Lint. r=liuche
For example, these values may be used in JS only.
2015-06-23 18:00:22 -07:00
Michael Comella
a25fe24bdb Bug 1172831 - Remove unused resources. r=liuche 2015-06-23 17:54:11 -07:00
Michael Comella
b53a7d8d46 Bug 1172831 - Use static scrollbar resource reference. r=liuche 2015-06-23 17:17:02 -07:00
Michael Comella
e99b377665 Bug 1172831 - Remove unused dimens resources. r=liuche 2015-06-23 17:24:44 -07:00
Michael Comella
def9a6100e Bug 1172831 - Remove unused color resources. r=liuche 2015-06-23 17:49:22 -07:00
Michael Comella
d157bd69f5 Bug 1175354 - Use compound drawable instead of LinearLayout and sub-containers. r=liuche 2015-06-24 15:55:50 -07:00
Ryan VanderMeulen
9b5a46354d Backed out changeset 5154443dcbed (bug 1177336) for bustage.
CLOSED TREE
2015-07-01 13:09:54 -04:00
Gregory Szorc
dee0c06863 Bug 1177336 - Reduce system calls in mozfile.remove; r=ted
The os.path.* functions tend to perform os.stat() function calls behind
the scenes. Python doesn't cache stat() results, so many of these
function calls resulted in Python performing system calls. These system
calls aren't exactly free. And, when we perform thousands or even
hundreds of thousands of them (as we do when performing clobbers), they
add up, especially on Windows.

This commit refactors the code in mozfile.remove() to remove a
significant number of stat() system calls. We do this by storing the
initial stat() result and using the various stat.S_* functions to query
its state rather than use the os.path.* functions.

This code still isn't optimal. The os.walk() in particular is known to
be very inefficient because its implementation will perform an os.stat()
on each directory entry to see whether it is a file or directory. And,
this stat() result is not passed to the caller, requiring it to perform
another os.stat() to query additional metadata. The os.scandir()
function (available in Python 3.5 and as a PyPI package) solves this
properly. But we stop short of importing it into the tree and
introducing a new dependency.

On my MacBook Pro, this reduces the clobber of a Firefox objdir from
~6.8s to ~5.3s. Not a bad improvement! I suspect the improvement on
Windows will be even more pronounced, as os.stat() there tends to be
quite slow.
2015-07-01 09:58:58 -07:00
Drew Willcoxon
946cfc1e98 Bug 1179031 - Tweak the space in "Search with" awesomebar results. r=mak 2015-07-01 09:27:47 -07:00
Ryan VanderMeulen
8da807719f Merge m-c to fx-team. a=merge 2015-07-01 12:19:24 -04:00
B2G Bumper Bot
32769e5046 Bumping manifests a=b2g-bump 2015-07-01 07:18:33 -07:00
B2G Bumper Bot
c13353ecc2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f7729852bdfb
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #30561 from jankeromnes/hiddenhud

Bug 1173346 - Allow hiding the Developer HUD elements. r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/9434a9d3cc3b
Author: Jan Keromnes <janx@linux.com>
Desc: Bug 1173346 - Allow hiding the Developer HUD elements. r=vingtetun
2015-07-01 07:16:37 -07:00
Carsten "Tomcat" Book
1fe5e00320 Merge mozilla-central to b2g-inbound 2015-07-01 15:49:08 +02:00
Carsten "Tomcat" Book
c5b8e42eac merge mozilla-inbound to mozilla-central a=merge 2015-07-01 14:10:32 +02:00
Carsten "Tomcat" Book
44ac2a9b7b merge fx-team to mozilla-central a=merge 2015-07-01 13:56:09 +02:00
B2G Bumper Bot
47e38bbfa4 Bumping manifests a=b2g-bump 2015-07-01 00:17:13 -07:00
B2G Bumper Bot
77147ab771 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d028e4070569
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1159028 - [music] Refactor the music database backend (part 1); second take: fix share activity"

This reverts commit 6d6d95fc82e245e3e8957c8329d2e61e8991acb4.
2015-07-01 00:15:14 -07:00
Carsten "Tomcat" Book
d4735903b0 Backed out changeset f5f3827ffcf1 (bug 1166910) for bustage 2015-07-01 08:19:28 +02:00
Carsten "Tomcat" Book
2684c9ea8e Backed out changeset 981a1dbe042b (bug 1166910) 2015-07-01 08:18:58 +02:00
B2G Bumper Bot
f80ee94d2f Bumping manifests a=b2g-bump 2015-06-30 22:58:36 -07:00
B2G Bumper Bot
81978ddb96 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0469dbd8dbeb
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30765 from timdream/revert-bug1174062

Revert "Bug 1174062 - click() instead of tap() on the attach button"

========

https://hg.mozilla.org/integration/gaia-central/rev/0f15dae6a135
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Merge pull request #30559 from timdream/gij-message-attach-tap"

This reverts commit 45e5ad86657f993147c57eab8cd2e7a1e8c85669, reversing
changes made to b387bcad9bf8389580a8ae133b071053cfc9c30f.

========

https://hg.mozilla.org/integration/gaia-central/rev/aeeba81ff6a2
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1174062 - Follow up, fix jshint error"

This reverts commit e7cde916d02a3bc0c63860e686889a588495db83.

========

https://hg.mozilla.org/integration/gaia-central/rev/13c06bc22d85
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1179085 - Disable perma-failing test, month_day_test.js | Views.MonthDay #create future-other-month
2015-06-30 22:56:39 -07:00
B2G Bumper Bot
f0bc89cbc7 Bumping manifests a=b2g-bump 2015-06-30 22:28:18 -07:00
B2G Bumper Bot
7e753d6fd3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/69426e1f84cf
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30761 from mozilla-b2g/revert-30439-gij-message-send-tap

Revert "Bug 1171387 - click() instead of tap() on the send message button"

========

https://hg.mozilla.org/integration/gaia-central/rev/bc1a168791b4
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Revert "Bug 1171387 - click() instead of tap() on the send message button"
2015-06-30 22:26:23 -07:00
B2G Bumper Bot
950e6dc99e Bumping manifests a=b2g-bump 2015-06-30 22:02:18 -07:00
B2G Bumper Bot
a9d5dec31e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/100ba9ff37fc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30736 from crh0716/1178157

Bug 1178157 - Use new syntax to define the battery module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/8415a74b1440
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178157 - Use new syntax to define the battery module
2015-06-30 22:00:22 -07:00
B2G Bumper Bot
52d0bf6061 Bumping manifests a=b2g-bump 2015-06-30 21:42:55 -07:00
B2G Bumper Bot
6910b1b2a3 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e5fb9362fb1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30740 from crh0716/1178245

Bug 1178245 - Use new syntax to define the homescreen module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/59d6a4fb4ca4
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178245 - Use new syntax to define the homescreen module

========

https://hg.mozilla.org/integration/gaia-central/rev/170d387024bf
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30738 from crh0716/1178229

Bug 1178229 - Use new syntax to define the wallpaper module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/7f7cff87f465
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178229 - Use new syntax to define the wallpaper module

========

https://hg.mozilla.org/integration/gaia-central/rev/178396d4d806
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30739 from crh0716/1178238

Bug 1178238 - Use new syntax to define the date time module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/85e19dd771bc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178238 -  Use new syntax to define the date time module
2015-06-30 21:40:30 -07:00
B2G Bumper Bot
afee9499ea Bumping manifests a=b2g-bump 2015-06-30 21:27:24 -07:00
B2G Bumper Bot
e53e4b0f35 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/addded0b99ea
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #30741 from crh0716/1178248

Bug 1178248 - Use new syntax to define the hotspot settings module r=eragonj

========

https://hg.mozilla.org/integration/gaia-central/rev/408575646ae0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 1178248 - Use new syntax to define the hotspot settings module

========

https://hg.mozilla.org/integration/gaia-central/rev/a572193f3f07
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30456 from pollti/master

Bug 1172328 ā€“ change "foward" to "forward", r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/4977623c035f
Author: Tim P <pollti@gmx.net>
Desc: Bug 1172328 ā€“ changed "foward" to "forward"
2015-06-30 21:25:25 -07:00
B2G Bumper Bot
18b7ee2692 Bumping manifests a=b2g-bump 2015-06-30 21:12:54 -07:00
B2G Bumper Bot
ebf9fec317 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f330755c188
Author: Jim Porter <jporter@mozilla.com>
Desc: Merge pull request #30733 from jimporter/music-db-refactor-2

Bug 1159028 - [music] Refactor the music database backend (part 1); sā€¦

========

https://hg.mozilla.org/integration/gaia-central/rev/85b8c5594019
Author: Jim <jporter@mozilla.com>
Desc: Bug 1159028 - [music] Refactor the music database backend (part 1); second take: fix share activity
2015-06-30 21:10:30 -07:00
vivek
5b362f8911 Bug 1177855: Fetch and show avatar image as preference icon. r=nalexander
The profile JSON is stored in the Account bundle.  There's no need to
bump the bundle version, since missing (i.e., null) profile JSON is
legal.

This introduces and uses a general-purpose PicassoPreferenceIcon
Picasso Target that, on API 11+ devices, dynamically loads a
preference icon.
2015-06-30 21:09:44 -07:00
B2G Bumper Bot
1983d29768 Bumping manifests a=b2g-bump 2015-06-30 20:52:15 -07:00
B2G Bumper Bot
6cf577c72a Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa96d3eded77
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #30745 from timdream/input-window-hide-timeout

Bug 1176926 - Introduce (again) a timeout before hiding the keyboard, r=mnjul

========

https://hg.mozilla.org/integration/gaia-central/rev/0f6056aeb439
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1176926 - Introduce (again) a timeout before hiding the keyboard

========

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

Bug 1178137 - Implement gaia-radio in FTU language panel

========

https://hg.mozilla.org/integration/gaia-central/rev/d596aa8a484a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1178137 - Implement gaia-radio in FTU language panel r=sfoster

========

https://hg.mozilla.org/integration/gaia-central/rev/9c6fef48cb66
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1178137 - Fix up gaia-radio.

Add support for RTL and getters/setters.
Add support for a 'checkone' class.
2015-06-30 20:50:19 -07:00
Wes Kocher
160efbfeb3 Merge m-c to b2ginbound, a=merge 2015-06-30 17:01:27 -07:00
Wes Kocher
5785e7b90a Merge m-c to fx-team, a=merge 2015-06-30 16:58:23 -07:00
Wes Kocher
215037c27d Merge b2ginbound to central, a=merge 2015-06-30 16:55:12 -07:00
Wes Kocher
bcbfb4ea9b Merge inbound to central, a=merge 2015-06-30 16:38:53 -07:00
Nick Alexander
6943c5562c No bug - Don't write artifacts twice. r=me
DONTBUILD NPOTB

This was just an oversight during the initial landing, leading to two
copies of artifact libraries being appended to the same destination
file.
2015-06-30 16:19:51 -07:00
L. David Baron
14eda6823d Bug 1176969 followup - Annotate new reftests as intermittently fuzzy on Mac. 2015-06-30 15:34:23 -07:00
Jonathan Griffin
bd6840eab0 Bug 1173039 - Add script to normalize runtime chunks, r=ahal, DONTBUILD because NPOTB 2015-06-30 15:34:09 -07:00
Marco Castelluccio
c8bb5d4b1c Bug 1179059 - Remove "storage" permission check because it doesn't exist anymore. r=myk 2015-06-30 17:50:00 -04:00
B2G Bumper Bot
482f3af93b Bumping manifests a=b2g-bump 2015-06-30 14:48:58 -07:00
B2G Bumper Bot
c571e50b1e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c5caf5c8c621
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #30704 from sergi/BUG_1069830

Bug 1069830 - Contact name form field's autocorrect feature makes entering foreign names difficult r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/f1017c3c4533
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1069830 - Contact name form field's autocorrect feature makes entering foreign names difficult r=francisco
2015-06-30 14:46:36 -07:00
B2G Bumper Bot
d95c405388 Bumping manifests a=b2g-bump 2015-06-30 14:18:58 -07:00