Wes Kocher
04128a0432
Merge m-c to inbound, a=merge
2015-09-24 17:14:17 -07:00
Wes Kocher
e1ad19c1cb
Backed out 2 changesets (bug 1034110) for test_mutationobserver_anonymous.html bustage CLOSED TREE
...
Backed out changeset 7b145ea2fbde (bug 1034110)
Backed out changeset 3a8904e50016 (bug 1034110)
2015-09-24 11:29:11 -07:00
J. Ryan Stinnett
4ab05a1789
Bug 1201535 - Test view source of srcdoc frames. r=mconley
2015-09-24 12:39:09 -05:00
Andrew Comminos
5286aa4d1f
Bug 1207973 - Add envvar MOZ_USE_XINPUT2 to enable XInput 2 on GTK3. r=karlt
2015-09-24 15:54:41 -07:00
Michael Layzell
66779b6bb0
Backout "Bug 1183355 - Annotate crash reports triggered by MOZ_CRASH in release builds, r=froydnj" for OOM concerns
...
This reverts commit 5ca16aeadfea27afc9939e39d8a6f0a39802c066.
2015-09-24 17:58:34 -04:00
Michael Layzell
3103a27863
Bug 1183355 - Annotate crash reports triggered by MOZ_CRASH in release builds, r=froydnj
2015-09-24 17:12:44 -04:00
Brian Grinstead
e1174022ee
Bug 1034110 - Provide a way to observe mutations for ::before/::after pseudo elements;r=smaug
...
Adds a new chrome-only MutationObserverInit option called nativeAnonymousChildList
that will cause a mutation to fire when a native anonymous root is bound or unbound
--HG--
extra : commitid : 6TG2gUAljQC
2015-09-24 08:23:32 -07:00
Dão Gottwald
d10504d99e
Bug 1206419 - remove min-height from number textbox spin buttons. r=gijs
2015-09-24 16:40:41 +02:00
Alessio Placitelli
9fa34ce1c1
Bug 1205976 - Improve logging for TelemetryStorage.loadAbortedSessionPing. r=gfritzsche
2015-09-22 06:26:00 +02:00
Carsten "Tomcat" Book
4a6b9ecd83
Merge mozilla-central to fx-team
2015-09-24 12:07:23 +02:00
Carsten "Tomcat" Book
2376775adf
merge mozilla-inbound to mozilla-central a=merge
2015-09-24 12:03:40 +02:00
Phil Ringnalda
971bca22ce
Bug 1207911 - Disable webext tests on ASan builds for now
...
CLOSED TREE
2015-09-23 20:12:16 -07:00
Wes Kocher
e4fc739f11
Merge m-c to fx-team, a=merge CLOSED TREE
2015-09-23 13:26:00 -07:00
Wes Kocher
46c7f8fbad
Merge fx-team to central, a=merge CLOSED TREE
2015-09-23 13:22:10 -07: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
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
Kalpesh Krishna
706e18d0b6
Bug 1188760 - Added a regex check to execute and executeCached of Sqlite.jsm. r=mak
2015-09-23 09:01:00 +02:00
Matt Howell
d1672baeb4
Bug 1134940 - Modernize ReaderMode function declarations. r=nalexander
...
--HG--
extra : transplant_source : G%C4-%3Ec%01z%FC%AA%BB%27%DE%7D%9C%95f%05b%5C%1E
2015-09-23 14:09:43 -07:00
Andrew Comminos
e5e5f9d99f
Bug 1170342 - Disable XInput2 by default on GTK3. r=karlt
2015-09-22 22:25:22 -07:00
Bill McCloskey
cf9cd0a700
Bug 1203331 - [webext] Use SingletonEventManager in a few places (r=gabor)
2015-09-23 17:18:35 -07:00
Bill McCloskey
57f85fd841
Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor)
2015-09-23 17:18:34 -07:00
Bill McCloskey
4dc14af3ea
Bug 1202486 - [webext] Add test for browser.runtime.connect, fix a few bugs (r=gabor)
2015-09-23 17:18:33 -07:00
Bill McCloskey
dd18632ad0
Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor)
2015-09-23 17:18:32 -07:00
Bill McCloskey
8d6655bb1a
Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor)
2015-09-23 17:18:32 -07:00
Bill McCloskey
88501da12a
Bug 1197475 - [webext] Add test for browser.storage.local, fix a few bugs in it (r=gabor)
2015-09-23 17:18:30 -07:00
Bill McCloskey
4001b9b24a
Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor)
2015-09-23 17:18:29 -07:00
Bill McCloskey
22b5c13d6a
Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor)
...
--HG--
rename : browser/components/extensions/test/browser/browser_extensions_simple.js => browser/components/extensions/test/browser/browser_ext_simple.js
rename : toolkit/components/extensions/test/mochitest/file_contentscript_page1.html => toolkit/components/extensions/test/mochitest/file_sample.html
2015-09-23 17:18:28 -07:00
Bill McCloskey
9ff6da7c17
Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor)
2015-09-23 17:18:27 -07:00
Bill McCloskey
d8c4e2691e
Bug 1190662 - [webext] Browser action popup HTML should be reloaded each time popup is opened (r=gabor)
2015-09-23 17:18:26 -07:00
Bill McCloskey
81c0830e51
No bug - Skip webextension tests for mulet
2015-09-23 17:18:25 -07:00
Wes Kocher
15e1bb7d7a
Merge m-c to inbound, a=merge CLOSED TREE
2015-09-23 13:23:42 -07:00
Wes Kocher
b19d88b060
Backed out 7 changesets (bug 1206168, bug 1177318, bug 1054756) for hazard build failures CLOSED TREE
...
Backed out changeset e892727a373a (bug 1206168)
Backed out changeset 6c93d1044b7e (bug 1054756)
Backed out changeset 105433ce195b (bug 1054756)
Backed out changeset 13128a88f2b9 (bug 1054756)
Backed out changeset c250abf4fd17 (bug 1054756)
Backed out changeset fc9fef646a97 (bug 1054756)
Backed out changeset c8897f109a08 (bug 1177318)
2015-09-23 12:31:19 -07:00
Randell Jesup
6027a43516
Bug 1207416: Add Telemetry for time spent in different Load states in WebRTC r=gcp
2015-09-23 14:10:28 -04:00
Kaustabh Datta Choudhury
d64ac7ea6b
Bug 1162003 - Enable run-by-dir mode for mochitest_chrome on Fx desktop opt builds. r=jmaher
2015-09-23 13:39:45 -04:00
Dave Townsend
7c204151f3
Bug 1192924: Check for updated system add-ons and download and install them. r=rhelmer
...
This performs the update check for system add-ons. It runs as part of the daily
add-on update checks similar to hotfix checks. Currently no URL is set so builds
won't actually start checking yet.
I've taken a few shortcuts here by only staging updates and needing a restart to
install as well as always downloading updates rather than using existing local
copies. At least the latter probably needs fixing before turning this on but
it makes more sense to iterate on those in tree.
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system1@tests.mozilla.org.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app3/features/system1@tests.mozilla.org.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_1_badcert.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system1@tests.mozilla.org.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system1_2.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app1/features/system2@tests.mozilla.org.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system2_1.xpi
rename : toolkit/mozapps/extensions/test/xpcshell/data/system_addons/app2/features/system3@tests.mozilla.org.xpi => toolkit/mozapps/extensions/test/xpcshell/data/system_addons/system3_1.xpi
extra : commitid : Ex9NNNduxhK
extra : rebase_source : 99088404019f53a8a76105c66edce404f2c7e454
2015-09-10 10:57:39 -07:00
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
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
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
Nick Alexander
c8ee8a09cf
Bug 1108782 - Part 1: straighten out Java classpaths. r=glandium
...
This commit is us getting out of our own way. We were specifying
-classpath twice, once in $(JAVAC) and once in java-build.mk. Only
the latter of these is active. This a problem for ANDROID_EXTRA_JARS
-- those JARs should be on the classpath and input to $(DX) -- and
JARs that should be on the classpath but *not* input to $(DX). This
commit removes the global flags to $(JAVAC) and adds
JAVA_{BOOT}CLASSPATH_JARS. This required some hijinkery moving
wildcards to moz.build files, but everything seems to work.
As well as clarifying some parts of the build, part 2 uses this work
to modify the classpath.
--HG--
extra : commitid : 25Ft0BFs88O
extra : rebase_source : 05e3d1da8d42fa89d06ef48baee17bb77df5bd59
extra : histedit_source : 95b82309aca15c5a3c5f5a0eafbdcf75c5e8dfc0
2015-08-31 13:35:05 -07:00
Wes Kocher
7bb88df9c4
Merge m-c to fx-team, a=merge
2015-09-22 16:48:10 -07:00
Wes Kocher
08ffd204f8
Merge inbound to central, a=merge CLOSED TREE
2015-09-22 16:42:03 -07:00
Drew Willcoxon
58a932f909
Bug 1187901 - Case insensitively compare search suggestions query strings. r=MattN
2015-09-22 14:29:05 -07:00