Commit Graph

441500 Commits

Author SHA1 Message Date
Dave Townsend
77f3ee0b44 Bug 1192924: Split out add-on update.xml parsing code from GMP modules. r=spohl
The system add-on update checks will use the same update.xml format as GMP so
this splits out the code for parsing and downloading files into a standalone
module that both can reuse.

--HG--
extra : commitid : I89HsxRnP9T
extra : rebase_source : 1b38a03e202f73ba214604e083745e8c6b5984b5
2015-09-08 15:00:28 -07:00
Dave Townsend
a22c2d1f9e Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : KsbH21csjH4
extra : rebase_source : bc7c08de1ec6e802261b8cd294d88ee2c4e75c2d
2015-09-14 11:04:19 -07:00
Mike Conley
bf5662d318 Bug 1207629 - Don't assume that viewSourceUtils.js has Services in scope. r=jryans
--HG--
extra : commitid : FQrbZD44XMx
extra : rebase_source : 435a9d52aecd4623301ce9aeb67df126a735e312
extra : amend_source : d32f92d860ce1e45c4a129786b999433c5447b21
2015-09-23 11:32:52 -04:00
Patrick Brosset
9e350479c0 Bug 1207627 - Remove the markup-view preview feature; r=bgrins
--HG--
extra : commitid : 2K5YSkS20me
extra : rebase_source : 0c265be50268d3498fefe1e308d1d5634876a2cd
2015-09-23 08:24:43 -07:00
Martyn Haigh
cd5d26a334 Backed out changeset dd6c9d2f07da
--HG--
extra : commitid : CdSZnPbw8YA
2015-09-23 17:32:24 +01:00
Martyn Haigh
edcfb518d4 Bug 1207201 - Fix tab selection bugs; f?rnewman
Rather than just add suport for a new homepage, I think it's wise that we add support for android preferences from distro files.

I've added support from within the preferences.json file, an example file would look like this:

{
  "Global": {
    "id": "sample",
    "version": 1.0,
    "about": "Sample Distribution"
  },
  "Preferences": {
    "privacy.donottrackheader.enabled": true
  },
  "LocalizablePreferences": {
    "browser.search.defaultenginename": "Bugzilla@Mozilla"
  },
  "AndroidPreferences": {
    "homepage": "http://www.mozilla.com"
  }
}

--HG--
extra : commitid : INGL1YVHSdf
extra : rebase_source : 8b0ebc5a94e653c86254232ca6c752f09602a4b7
extra : amend_source : b5627935333b0f1dbae8a9e76c427eef21c962ca
2015-09-23 17:21:08 +01:00
Dave Townsend
b044e13005 Bug 1206897: Don't attempt to cancel installs that are already cancelled. r=dveditz
--HG--
extra : commitid : CXVaLUHUlIp
extra : rebase_source : ebecb46860e5b31c38b25435f1d86bab10cb29c9
2015-09-21 15:10:52 -07:00
Gijs Kruitbosch
c3ac645f7c Bug 1190462 - Firefox shouldn't be completely unusable in high contrast white on windows 10, r=dao
--HG--
extra : commitid : H7n5eGgpbmJ
extra : amend_source : 69d9cae5c6e87f2b36c0dc1dd6dbaafa531f6fd3
2015-09-10 15:51:45 +01:00
Gijs Kruitbosch
7b8e36ae79 Bug 1183296 - feeds should display in e10s mode, r=billm
--HG--
extra : commitid : 6Jo98qH97L6
extra : rebase_source : fcb7c57f4ff649df1a8899462367d3192cb4d0c4
extra : amend_source : 3ea64db9df55775cdba4cea1ae664bf1cbaeb42b
2015-09-17 18:06:44 +01:00
rthyberg
a9f613d1d6 Bug 1188423 - removed all references to loadHistogram, READ_SAVED_PING_SUCCESS, addPingPendingFromFile along with their tests. r=gfritzsche 2015-09-18 02:46:00 +02:00
Iaroslav (yarik) Sheptykin
3d26e8454b Bug 1140512 - Ensure FindBar communicates properly with content after remoteness change. r=mikedeboer 2015-09-19 20:22:21 +02:00
Richard Marti
c345a54395 Bug 1206469 - Use a almost transparent box-shadow to let the submenus stay open on hover. r=gijs 2015-09-22 19:49:21 +02:00
Jon Droniak
56efc4594c Bug 1203147 - Add a keyboard shortcut for scrolling elements into view in the inspector. r=pbro 2015-09-18 20:22:00 -07:00
Sami Jaktholm
62bdd4961b Bug 1146935 - StyleEditor: Respect the transition preference when a linked CSS file has changed on disk. r=bgrins
This should fix intermittent browser_styleeditor_sourcemap_watching.js
which was disabling transitions to avoid races between the transition
finishing and the 'style-applied' event to be sent from the server.

--HG--
extra : transplant_source : %1B%AB1%F3%23%28%85%0DZLe%9B%9E-%EEH%F54m%99
2015-09-19 11:47:54 +03:00
Xidorn Quan
5443426946 Bug 1207443 - Change browser_parsable_css.js to load stylesheets with chrome privilege. r=Gijs
--HG--
extra : source : 1c67eb89eed64974a955a0bf5def2537fb3d17a6
2015-09-23 22:15:04 +10:00
Mark Banner
e35ad56b37 Bug 1205610 - Log the string associated with OT's UNABLE_TO_PUBLISH exception to help understand where it is coming from. r=Mardak 2015-09-23 11:51:06 +01:00
Carsten "Tomcat" Book
8c6fb25f01 Merge mozilla-central to fx-team
--HG--
rename : ipc/chromium/src/third_party/libevent-avoid-empty-sighandler.patch => ipc/chromium/src/third_party/libevent/patches/avoid-empty-sighandler.patch
rename : ipc/chromium/src/third_party/libevent-dont-use-issetugid-on-android.patch => ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
rename : ipc/chromium/src/third_party/libevent/mac-arc4random-buf.patch => ipc/chromium/src/third_party/libevent/patches/mac-arc4random-buf.patch
rename : ipc/chromium/src/third_party/libevent/openbsd-no-arc4random_addrandom.patch => ipc/chromium/src/third_party/libevent/patches/openbsd-no-arc4random_addrandom.patch
rename : ipc/chromium/src/third_party/libevent-use-non-deprecated-syscalls.patch => ipc/chromium/src/third_party/libevent/patches/use-non-deprecated-syscalls.patch
rename : testing/web-platform/mozilla/tests/service-workers/service-worker/getregistrations.sub.html => testing/web-platform/mozilla/tests/service-workers/service-worker/getregistrations.https.html
extra : rebase_source : 67b20330e6107d82c58c1fb0d90926d799380b54
2015-09-23 12:40:30 +02:00
Carsten "Tomcat" Book
292376c78a merge mozilla-inbound to mozilla-central a=merge 2015-09-23 12:28:10 +02:00
Carsten "Tomcat" Book
8a80234ef3 merge fx-team to mozilla-central a=merge 2015-09-23 12:24:46 +02:00
Florian Quèze
2d45fb9b54 Bug 862147 - instrument usage of window.sidebar.addSearchEngine, r=froydnj,smaug. 2015-09-23 12:05:37 +02:00
Florian Quèze
239d577df1 Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
5be3117fa4 Bug 862148 - remove the _parseAsOpenSearch method, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
7872d93497 Bug 862148 - stop parsing Sherlock plugins, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
7f751627bc Bug 862148 - stop supporting installation of Sherlock plugins through Services.search.addEngine, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
5eee2c7669 Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw. 2015-09-23 12:05:36 +02:00
Bruce Sun
a3bf2b4842 Backed out changeset 784aae3f40bf (bug 1181479) 2015-09-23 13:44:02 +08:00
Bruce Sun
5d6ede596a Backed out changeset 7c07214ac152 (bug 1181479) 2015-09-23 13:44:02 +08:00
Bruce Sun
8266b6d9ff Backed out changeset 89c64eb24508 (bug 1181479) 2015-09-23 13:44:02 +08:00
Bruce Sun
14c88a179e Backed out changeset 778062b31fd9 (bug 1181479) 2015-09-23 13:44:02 +08:00
Andrew Comminos
25a127c1a2 Bug 1170342 - Don't disable XInput2 for mochitests on GTK3, off by default now. r=karlt 2015-09-22 22:25:23 -07:00
Andrew Comminos
e5e5f9d99f Bug 1170342 - Disable XInput2 by default on GTK3. r=karlt 2015-09-22 22:25:22 -07:00
Nick Alexander
51a1f9bcc7 Bug 1108782 - Follow-up: clobber. r=me
--HG--
extra : commitid : 2SHRpwgUh0w
2015-09-22 22:18:15 -07:00
B2G Bumper Bot
696e93f42b Bumping manifests a=b2g-bump 2015-09-22 20:48:15 -07:00
B2G Bumper Bot
df0860f937 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1202301 - [Settings] Convert messaging switches to use web components

========

https://hg.mozilla.org/integration/gaia-central/rev/5e3abb18d2c2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1202301 - [Settings] Convert messaging switches to use web components r=gasolin
2015-09-22 20:45:28 -07:00
B2G Bumper Bot
47c452efe8 Bumping manifests a=b2g-bump 2015-09-22 20:28:04 -07:00
B2G Bumper Bot
2542a8487f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/57b96408b026
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #31965 from danhuang1202/1205192_land_smart_icon

Bug 1205192 - [stingray] land smart icon 0.0.2 in gaia.r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/56b2a908700a
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1205192 - [stingray] land smart icon 0.0.2 in gaia

 * land smart icon v0.0.2 in tv_apps/smart-home
2015-09-22 20:25:18 -07:00
B2G Bumper Bot
e074ff351a Bumping manifests a=b2g-bump 2015-09-22 19:59:53 -07:00
B2G Bumper Bot
5094e8f3e1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/80b6a114113a
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #31732 from begeeben/1194090_firefox_account_sign_in

Bug 1194090 - [browser] Firefox Account sign in page, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/ded636277647
Author: yifan <yliao@mozilla.com>
Desc: Bug 1194090 - [browser] Firefox Account sign in page

* Change browser app type from privileged to certified.
* Add smart-button.
* Add firefox_account.js.
* Add Firefox Account sign in feature.
* Change default font size to 10px.
2015-09-22 19:57:06 -07:00
Wes Kocher
0d7c42a8c4 Merge m-c to b2ginbound, a=merge 2015-09-22 17:11:02 -07:00
Wes Kocher
d4897fa1ef Backed out changeset feceb41f1c3c (bug 1185244) for breaking running tests locally CLOSED TREE a=backout 2015-09-22 17:08:37 -07:00
Wes Kocher
6451ce33a7 Merge m-c to b2ginbound, a=merge 2015-09-22 16:47:26 -07:00
Wes Kocher
08ffd204f8 Merge inbound to central, a=merge CLOSED TREE 2015-09-22 16:42:03 -07:00
Wes Kocher
fd19a9f213 Merge fx-team to central, a=merge 2015-09-22 16:39:01 -07:00
B2G Bumper Bot
5240009559 Bumping manifests a=b2g-bump 2015-09-22 15:28:14 -07:00
B2G Bumper Bot
4f60b3eb89 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/923059db74e5
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #31983 from eliperelman/bug-1204054

Bug 1204054 - Adding FTU to homescreen when making for Raptor tests

========

https://hg.mozilla.org/integration/gaia-central/rev/bf682105f183
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1204054 - Adding FTU to homescreen when making for Raptor tests
2015-09-22 15:25:28 -07:00
B2G Bumper Bot
418e672753 Bumping manifests a=b2g-bump 2015-09-22 14:08:23 -07:00
B2G Bumper Bot
23a109910b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a65a0d954d6
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #31985 from zbraniecki/1206437-recognize-absolute-paths-in-multilocale

Bug 1206437 - Recognize absolute paths to resources in multilocale. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/2572691aaafa
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1206437 - Recognize absolute paths to resources in multilocale
2015-09-22 14:05:38 -07:00
Nick Alexander
faa87abc9b Bug 1194365 - Bump Andoid NDK to r10e; manually install Android SDK and NDK on Mac OS X. r=mcomella
This bumps the NDK version to r10e.

Previously, we used brew to install android-sdk and a custom version
of android-ndk.  That makes it hard to control the installed versions.
This installs from downloaded archives, which unifies the Mac OS X
approach with the straight-forward Linux approach.

--HG--
extra : commitid : E7hEqsyy8Gw
extra : rebase_source : 9ea27e7d2ae3fbaaa3efbabdd701521981bec877
extra : histedit_source : c07c80c50ac066dc6808e7ccf96f0bc14dc09df2
2015-09-22 13:56:17 -07:00
Nick Alexander
4fd10538cf Bug 1171232 - Depend on platform-tools-preview; don't check for missing and failing Android packages. r=mcomella
The 'tools' package depends on 'platform-tools-preview' now.  Roll
with it until Google breaks us back again.

The behaviour of the |android| tool has changed; recent versions don't
reveal what packages are installed.  That means we can't skip already
installed packages; and we can't really tell if our installation
attempts succeeded.  But we have faith!

--HG--
extra : commitid : 341NxbHTJXC
extra : rebase_source : 945e8018effc0b417fc3fedb7220455fabeaedb3
extra : histedit_source : e42fb06e176d5b9e9ebb6553af7045f3a061105f
2015-09-22 13:54:17 -07:00
Fabrice Desré
93b9d0868c Bug 1207279 - Use $FIREFOX_VERSION in confvar.sh to get the right version number. r=nalexander 2015-09-22 13:48:12 -07:00