Commit Graph

11072 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
5249c06cb0 merge mozilla-inbound to mozilla-central a=merge 2015-09-29 12:00:25 +02:00
Wes Kocher
a89e303f7d Merge m-c to fx-team, a=merge 2015-09-28 16:32:47 -07:00
Alessio Placitelli
13494cd0cc Bug 1208376 - Update the documentation. r=gfritzsche 2015-09-28 08:37:00 +02:00
Carsten "Tomcat" Book
d4860186ab merge mozilla-inbound to mozilla-central a=merge 2015-09-28 14:13:24 +02:00
Carsten "Tomcat" Book
21731bf503 merge fx-team to mozilla-central a=merge 2015-09-28 14:10:50 +02:00
Brian Grinstead
c6e35a38ee 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
2015-09-24 08:23:32 -07:00
Iaroslav (yarik) Sheptykin
b063ad40e3 Bug 1206085: Replacing preprocessor directives with AppConstants in Telemetry modules. r=gfritzsche 2015-09-23 11:46:56 +02:00
Matthew Noorenberghe
57cf1f3c22 Bug 1208685 - Dedupe alert.css and cleanup alert.js heading. r=bgrins 2015-09-25 17:36:08 -07:00
Wes Kocher
21a8b76584 Merge m-c to b2ginbound, a=merge 2015-09-25 18:03:13 -07:00
Fabrice Desré
6ad50d2d36 Bug 1208540 - The toolkit.defaultChromeURI window is opened twice r=jchen 2015-09-25 14:50:56 -07:00
Bill McCloskey
86e95911eb Bug 1207911 - [webext] Fix races in webextension tests (r=gabor) 2015-09-27 12:29:40 -07:00
Tooru Fujisawa
7c5be5da3e Backed out changeset 036615ba3257 (bug 1207498) for Linux pgo M(oth) failure 2015-09-27 23:42:50 +09:00
Tooru Fujisawa
7ee09dcdfe Backed out changeset 55b45f61cfd2 (bug 1207498) for Linux pgo M(oth) failure 2015-09-27 23:42:27 +09:00
Tooru Fujisawa
cf92e0a6fe Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs 2015-09-24 20:36:01 +09:00
Tooru Fujisawa
930055842c Bug 1207498 - Part 1: Remove use of expression closure from toolkit/components/, except tests. r=Gijs 2015-09-24 20:32:23 +09:00
Luca Greco
5e4ec3fdae Bug 1204575 - fix WebExtension EventManager fireFunc registering. r=billm r=gabor 2015-09-25 04:33:00 +02:00
Wes Kocher
612d2d83db 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
d413f521fb Bug 1201535 - Test view source of srcdoc frames. r=mconley 2015-09-24 12:39:09 -05:00
Brian Grinstead
2d8c27349f 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
2015-09-24 08:23:32 -07:00
Wes Kocher
4693a1ca71 Merge m-c to inbound, a=merge 2015-09-25 18:02:38 -07:00
Alessio Placitelli
568b718512 Bug 1205976 - Improve logging for TelemetryStorage.loadAbortedSessionPing. r=gfritzsche 2015-09-22 06:26:00 +02:00
Carsten "Tomcat" Book
643d87e3e5 Merge mozilla-central to fx-team 2015-09-24 12:07:23 +02:00
Carsten "Tomcat" Book
50bcddb6df merge mozilla-inbound to mozilla-central a=merge 2015-09-24 12:03:40 +02:00
Phil Ringnalda
d3f9147b16 Bug 1207911 - Disable webext tests on ASan builds for now
CLOSED TREE
2015-09-23 20:12:16 -07:00
Wes Kocher
c58c3b9fe8 Merge m-c to fx-team, a=merge CLOSED TREE 2015-09-23 13:26:00 -07:00
Wes Kocher
c8a6c11b3b Merge fx-team to central, a=merge CLOSED TREE 2015-09-23 13:22:10 -07:00
Carsten "Tomcat" Book
776079fcda Merge mozilla-central to fx-team 2015-09-23 12:40:30 +02:00
Carsten "Tomcat" Book
9e87fd6659 merge mozilla-inbound to mozilla-central a=merge 2015-09-23 12:28:10 +02:00
Florian Quèze
82a91d323f Bug 862148 - remove the DATA_* and TYPE_* constants from nsISearchEngine, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
271d6b8312 Bug 862148 - remove the _parseAsOpenSearch method, r=adw. 2015-09-23 12:05:37 +02:00
Florian Quèze
686cbb6067 Bug 862148 - stop parsing Sherlock plugins, r=adw. 2015-09-23 12:05:36 +02:00
Florian Quèze
946f7acd70 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
f80b218fed Bug 862148 - drop support for Sherlock plugins in window.sidebar.addSearchEngine, r=adw. 2015-09-23 12:05:36 +02:00
Matt Howell
93cea1d7bc Bug 1134940 - Modernize ReaderMode function declarations. r=nalexander 2015-09-23 14:09:43 -07:00
Bill McCloskey
5d0cfefed5 Bug 1203331 - [webext] Use SingletonEventManager in a few places (r=gabor) 2015-09-23 17:18:35 -07:00
Bill McCloskey
1e61dbbd69 Bug 1202481 - [webext] Fix browser.runtime.onMessage reply handling (r=gabor) 2015-09-23 17:18:34 -07:00
Bill McCloskey
3f75fca521 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
6a13354cf2 Bug 1202483 - [webext] Support ImageData for browser.browserAction.setIcon (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
add10a99bd Bug 1202482 - [webext] Implement browser.extension.getViews (r=gabor) 2015-09-23 17:18:32 -07:00
Bill McCloskey
f0acf528af 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
a3bf3c04fe Bug 1202478 - [webext] Run WebExtension callbacks asynchronously (r=gabor) 2015-09-23 17:18:29 -07:00
Bill McCloskey
ac48cbafda Bug 1202501 - [webext] Clean up WebExtension tests (r=gabor) 2015-09-23 17:18:28 -07:00
Bill McCloskey
d7d9059cfb Bug 1199473 - [webext] Fix wrong parameter name for browser.extension.getURL (r=gabor) 2015-09-23 17:18:27 -07:00
Bill McCloskey
502851ee7d 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
bcd5ce5f67 No bug - Skip webextension tests for mulet 2015-09-23 17:18:25 -07:00
Wes Kocher
3779cfbb05 Merge m-c to inbound, a=merge CLOSED TREE 2015-09-23 13:23:42 -07:00
Wes Kocher
1c269b0ef9 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
5db9fb32b7 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
c689a3001e 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
Tooru Fujisawa
8400a47e1b Bug 1207498 - Part 2: Remove use of expression closure from tests in toolkit/components/. r=Gijs 2015-09-24 20:36:01 +09:00