Commit Graph

12059 Commits

Author SHA1 Message Date
Gijs Kruitbosch
cc921d71fa Bug 1172270 - don't cause extra flushes for reader mode, r=margaret,smaug
--HG--
rename : browser/base/content/test/general/browser_readerMode.js => browser/base/content/test/general/browser_readerMode_hidden_nodes.js
rename : browser/base/content/test/general/readerModeArticle.html => browser/base/content/test/general/readerModeArticleHiddenNodes.html
extra : rebase_source : 184f260d55a83e866b20befda517ffe42a704002
extra : histedit_source : 4da59cfad20b681e6af20d53df03d4ed4b1ab2fb
2015-06-08 16:56:34 +01:00
Alessio Placitelli
5560e83bc3 Bug 1169159 - Refactor the |enableTelemetryRecording| logic in TelemetryController.jsm. r=gfritzsche 2015-06-12 06:09:00 +02:00
Alessio Placitelli
5e87aa2a8a Bug 1169159 - Add basic test coverage for Telemetry child payloads. r=gfritzsche 2015-06-08 00:12:00 +02:00
Alessio Placitelli
98693e4d13 Bug 1174111 - |test_sendTimeout| in test_TelemetryControllerShutdown.js must not wait on ping submission. r=gfritzsche 2015-06-12 03:10:00 +02:00
Michal Novotny
075c39f3b9 Bug 1151812 - Add telemetry to find optimal cache entry hash size, r=honzab 2015-06-14 14:13:18 +02:00
Phil Ringnalda
fca7cc1fcd Merge m-i to m-c, a=merge 2015-06-13 19:49:13 -07:00
Bernardo P. Rittmeyer
efd1a00914 Bug 1169702 - Toggle viewing the password contents in the capture doorhanger upon focus/blur. r=MattN
--HG--
extra : commitid : JakmHmRm6Zu
2015-06-13 12:36:12 -07:00
Bernardo P. Rittmeyer
d85ad75b3a Bug 1153217 - Allow editing the password in the capture doorhanger. r=MattN
The main action button is disabled if the password is empty since empty passwords aren't allowed.

--HG--
extra : commitid : LjKNIhKqPAC
extra : rebase_source : cba0d856a95b94ceafb349bd03df2714e4e421a1
2015-06-13 12:35:05 -07:00
Wes Kocher
a236b1d3b5 Merge m-c to fx-team, a=merge CLOSED TREE 2015-06-12 17:20:51 -07:00
Justin Dolske
c024e58b22 Bug 366324 - Make SVG favicons work reliably. r=mak 2015-06-12 12:02:48 -07:00
Ryan VanderMeulen
15f3c165c5 Merge m-c to fx-team. a=merge 2015-06-12 15:00:54 -04:00
Chris Manchester
d71f544ddf Bug 1171210 - Add a telemetry probe for how long it takes to clear plugin cookies during sanitize. r=vladan 2015-06-10 17:31:34 -07:00
Drew Willcoxon
ce5e15b4d2 Bug 959594 - Add search suggestions to UnifiedComplete. r=mak 2015-06-11 13:20:48 -07:00
Marco Bonardo
34bd148a28 Bug 1162140 - Allow user to select search suggestions in Awesome Bar. r=adw 2015-06-11 13:20:46 -07:00
David Anderson
f7991a0b3e Add telemetry for reporting graphics driver startup states. (bug 1168935 part 2, r=vdjeric,mattwoodrow) 2015-06-12 01:01:22 -07:00
Wes Kocher
c07c3dd3d8 Merge fx-team to central, a=merge 2015-06-11 17:18:11 -07:00
Wes Kocher
2aa142fe5e Merge inbound to central, a=merge 2015-06-11 17:02:47 -07:00
J. Ryan Stinnett
342faa7ed0 Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau 2015-06-10 23:35:19 -05:00
Wes Kocher
4eedce1509 Merge inbound to central, a=merge 2015-06-10 18:29:39 -07:00
Aaron Klotz
ae550f2884 Bug 1173182: Fix false positives in telemetry environment CPU extensions field; r=gfritzsche 2015-06-10 11:02:29 -06:00
Carsten "Tomcat" Book
e6caed8f77 Merge mozilla-central to mozilla-inbound 2015-06-10 15:23:25 +02:00
Mark Goodwin
e72754ef17 Bug 1088141 - Add telemetry for SSL Error Reports (r=felipe) 2015-06-10 14:18:17 +01:00
Carsten "Tomcat" Book
6aa1662524 merge mozilla-inbound to mozilla-central a=merge 2015-06-10 15:16:11 +02:00
Georg Fritzsche
978b9197c2 Bug 1173310 - TelemetrySend.jsm is not importing Timer.jsm. r=dexter,a=tomcat 2015-06-10 12:31:44 +02:00
Ryan VanderMeulen
7d27a8bc37 Merge fx-team to m-c. a=merge 2015-06-09 13:08:17 -04:00
David Rajchenbach-Teller
f62eaec089 Bug 1156264 - Activate/deactivate jank and CPOW monitoring separately (high-level). r=mossop
--HG--
extra : transplant_source : T%E1%CA%82%3B%3F%21g%94%D1%83%02%23%22e%81Da%00%B4
2015-06-04 13:12:27 +02:00
Francois Marier
197c33cfb2 Bug 1165816 - Cancel remote application reputation requests after a certain timeout. r=gcp 2015-06-10 17:35:18 +12:00
Alessio Placitelli
fa8a22f43a Bug 1149537 - Fix Telemetry tests broken by the daily submission policy change. r=gfritzsche 2015-06-02 01:44:00 +02:00
Alessio Placitelli
62654a44a2 Bug 1149537 - Daily subsession splits should not occur before midnight. r=gfritzsche 2015-06-02 01:41:00 +02:00
Makoto Kato
1543e8eff4 Bug 1170075 - Remove Print Progress UI and view source XUL files from Android. r=snorp 2015-06-08 16:08:29 +09:00
Birunthan Mohanathas
8b524164fa Bug 968520 - Add mozilla::fallible to FallibleTArray::InsertElementSorted calls. r=froydnj 2015-06-08 13:40:00 -07:00
Carsten "Tomcat" Book
92670bab08 Merge mozilla-central to mozilla-inbound 2015-06-08 12:02:40 +02:00
Gabor Krizsanits
c5989e232b Bug 1164014 - Shim optimization. r=billm 2015-06-08 09:28:54 +02:00
Gabor Krizsanits
526094fdf3 Bug 1164014 - Fixing defaultShims. r=billm 2015-06-08 09:28:48 +02:00
Carsten "Tomcat" Book
989624d484 Merge mozilla-central to fx-team 2015-06-10 15:25:21 +02:00
Magnus Melin
a0914ef572 Bug 1159632 - TEST-UNEXPECTED-FAIL | toolkit/components/jsdownloads/test/unit/test_DownloadImport.js when browser.helperApps.deleteTempFileOnExit true. r=paolo
--HG--
extra : rebase_source : e9e802cfa89e68d52a3750829badaae765af9e5e
2015-05-25 21:16:22 +03:00
Gijs Kruitbosch
914f8c67b1 Bug 1172009 - don't show reader mode button for file:///, r=margaret
--HG--
extra : rebase_source : 03ea4b1f995ca16e21380b1e85b25bb2ee7c4857
extra : histedit_source : c672d0100c81a025faef5e9015bbef137e7d59a2
2015-06-09 13:48:11 +01:00
Florian Quèze
e09d0ceffd Bug 1164159 - Stop using a wrappedJSObject hack to access nsIBrowserSearchService.getDefaultEngineInfo, r=markh. 2015-06-10 11:18:08 +02:00
Florian Quèze
a9ec9ab1eb Bug 1164159 - Send information about the default search engines through Telemetry, r=markh,gfritzsche. 2015-06-10 11:17:31 +02:00
Paolo Amadini
7799bd600f Bug 1164028 - Show login details and allow manual fill from a sliding subview in the login fill doorhanger. r=Gijs
--HG--
extra : rebase_source : a3d5245067823ada32d20583ac55e32a60eb87fe
2015-06-08 16:37:25 +02:00
Alessio Placitelli
ddbc77f89c Bug 1167456 - Add test coverage. r=gfritzsche 2015-06-08 10:01:00 +02:00
Matthew Noorenberghe
858cd36d0d Bug 874429 - Re-enable test_form_autocomplete.html after removing a setTimeout and skipping <input type=number> testing. r=dolske
--HG--
extra : commitid : CNcTJmWvXEz
extra : rebase_source : c7b44f302dda46c17f21dc5bb2a69a83b9e78dd3
2015-06-08 00:46:18 -07:00
Ryan VanderMeulen
e49a1a29be Merge m-c to fx-team. a=merge
CLOSED TREE
2015-06-09 13:29:17 -04:00
Francois Marier
f3ff8f21dc Bug 1157081 - Make tracking protection work when malware and phishing protections are disabled. r=sworkman
--HG--
rename : toolkit/components/url-classifier/tests/mochitest/test_privatebrowsing_trackingprotection.html => toolkit/components/url-classifier/tests/mochitest/test_trackingprotection_bug1157081.html
2015-06-11 21:48:17 +12:00
Carsten "Tomcat" Book
bf374b51c4 Backed out changeset 45cdca10d5cd (bug 1168935) 2015-06-11 10:08:42 +02:00
David Anderson
bf79e86952 Add telemetry for reporting graphics driver startup states. (bug 1168935 part 2, r=vdjeric,mattwoodrow) 2015-06-10 21:59:05 -07:00
Ryan VanderMeulen
505b44b386 Bug 1169243 - Re-enable the tests disabled while investigating these failures now that the underlying machine configuration issue is resolved.
--HG--
extra : histedit_source : 83507f6cbf3b482c2865356d32eb733628ccbd9b
2015-06-10 22:06:26 -04:00
Wes Kocher
cf559bd6b2 Merge m-c to inbound, a=merge CLOSED TREE 2015-06-10 18:38:28 -07:00
Eric Rahm
ff74bcf961 Bug 1146580 - Make FinalizationWitnessService listen for xpcom shutdown. r=bholley 2015-06-10 15:12:33 -07:00
Terrence Cole
e2e18c19e1 Bug 1164982 - Record telemetry for GC max pause during animations; r=sfink
--HG--
extra : rebase_source : 1a774dca8b27f9280dc41676c58307e74eb47441
2015-06-04 09:30:44 -07:00