Commit Graph

12025 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
989624d484 Merge mozilla-central to fx-team 2015-06-10 15:25:21 +02: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
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
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
Wes Kocher
079a117eae Merge m-c to fx-team, a=merge 2015-06-05 16:05:33 -07:00
Wes Kocher
026b52efce Merge fx-team to central, a=merge 2015-06-05 15:26:37 -07:00
Mike Connor
0c23f1fbeb Bug 1171730 - Funnelcake builds should use geo-specific defaults. r=florian 2015-06-05 08:30:00 -04:00
David Rajchenbach-Teller
89fee48aee Bug 1091851 - Make sure that Places connections are closed timely. r=mak
--HG--
extra : rebase_source : 8e39b06709b12e4748df05a224758837aa8295d9
2015-06-03 23:02:36 +02:00
Jose Antonio Olivera Ortega
88a9211951 Bug 1115820 - Add telemetry to ServiceWorkers. r=nsm, r=vladan
--HG--
extra : rebase_source : 69547573525bcea989d24e0a0293f6df9e7f90e1
2015-06-05 08:11:18 +02:00
Georg Fritzsche
fcd0865493 Bug 1156359 - Part 2: Let TelemetrySend manage the pending ping queue. r=yoric 2015-06-06 01:29:19 +07:00
Georg Fritzsche
d72b4a42a1 Bug 1156359 - Part 1: Move send logic from TelemetryController to TelemetrySend. r=yoric
Also move over triggering sending of pending pings on "idle-daily" from TelemetrySession.
2015-06-06 01:29:19 +07:00
Carsten "Tomcat" Book
1745120cda Merge mozilla-central to fx-team 2015-06-05 15:44:31 +02:00
Carsten "Tomcat" Book
ae98e02935 merge mozilla-inbound to mozilla-central a=merge 2015-06-05 15:25:08 +02:00
mchenryc
ef085a4209 Bug 1163447 - Allow Places tree selectItems() to recurse into folder-shortcuts. r=mak
--HG--
extra : commitid : HXZgBgnsjHO
2015-06-04 13:02:00 -07:00
Matthew Noorenberghe
e4fd8ae196 Bug 1132211 - Dispatch an event when <input type=password> is added to a document (including outside of a form). r=smaug
--HG--
rename : browser/base/content/test/general/browser_bug771331.js => toolkit/components/passwordmgr/test/browser/browser_DOMFormHasPassword.js
rename : browser/base/content/test/general/browser_bug771331.js => toolkit/components/passwordmgr/test/browser/browser_DOMInputPasswordAdded.js
extra : commitid : BJD9IIOYbp0
2015-06-04 21:50:37 -07:00
Wes Kocher
ea44c90c4c Merge m-c to fx-team, a=merge 2015-06-04 18:30:52 -07:00
Wes Kocher
507bc0a78c Merge fx-team to central, a=merge 2015-06-04 18:20:38 -07:00
Bernardo P. Rittmeyer
f1ac5a1511 Bug 1147561 - Fallback to logins with the same hostPort but different scheme for the form action. r=MattN
--HG--
extra : commitid : Hs3v2ZS2TO3
2015-06-04 14:54:44 -07:00
Matthew Noorenberghe
1496dad5b3 Bug 1171348 - Switch password manager to richer logging via Console.jsm. r=dolske
--HG--
extra : commitid : 2hOqBPxFMvP
extra : rebase_source : 64cd355a6d280f16dba32bcb98ef7a8d09a61c77
2015-06-04 14:32:44 -07:00
Matthew Noorenberghe
dd1be2fe6e Bug 1170772 - Enable most password manager xpcshell tests on Android. r=gbrown
--HG--
extra : commitid : 6McCCkULIHs
extra : rebase_source : c5a080e1bb9ff1df5a091410b01463dded429107
2015-06-04 13:49:52 -07:00
J. Ryan Stinnett
4c6ec60312 Bug 1169723 - Load view source frame script lazily. r=mconley 2015-06-04 18:17:53 -05:00
Edwin Flores
5246b9c834 Bug 1163764 - Add telemetry to determine whether users have disabled EME - r=cpearce 2015-06-05 13:57:03 +12:00
Wes Kocher
42a8fdddc8 Merge m-c to inbound, a=merge 2015-06-04 18:29:42 -07:00
Nathan Froyd
d7b9656228 Bug 1170691 - part 2 - use GENERATED_FILES in toolkit/components/telemetry/; r=glandium 2015-06-02 14:46:19 -04:00
Ryan VanderMeulen
b3caa9d676 Merge fx-team to m-c. a=merge 2015-06-04 09:24:15 -04:00
Ryan VanderMeulen
3f344dd200 Merge m-c to fx-team. a=merge 2015-06-03 16:06:53 -04:00
Marco Bonardo
de85ef3033 Bug 1167915 - "Add a Keyword for this Search" does not work anymore on POST forms. r=ttaubert 2015-06-03 21:12:48 +02:00
Marco Bonardo
0ac53c78a6 Bug 1163888 - Autofilled entries in unified complete are missing the favicon even if it's available. r=markh 2015-06-03 21:11:58 +02:00
Jim Mathies
d211ffda35 Bug 1169402 - In content do not immediately load TelemetryEnvironment.jsm via TelemetryStartup.js since it loads AddonManager.jsm which throws. r=gfritzsche
--HG--
extra : histedit_source : f4abc3be988b41a6f285244337a9d70e5ec26d97
2015-06-03 06:45:24 -05:00
Eric Rahm
75c4bebb79 Bug 1165515 - Part 13-2: Replace usage of PRLogModuleLevel and PR_LOG_*. rs=froydnj
This is straightforward mapping of PR_LOG levels to their LogLevel
counterparts:
  PR_LOG_ERROR   -> LogLevel::Error
  PR_LOG_WARNING -> LogLevel::Warning
  PR_LOG_WARN    -> LogLevel::Warning
  PR_LOG_INFO    -> LogLevel::Info
  PR_LOG_DEBUG   -> LogLevel::Debug
  PR_LOG_NOTICE  -> LogLevel::Debug
  PR_LOG_VERBOSE -> LogLevel::Verbose

Instances of PRLogModuleLevel were mapped to a fully qualified
mozilla::LogLevel, instances of PR_LOG levels in #defines were mapped to a
fully qualified mozilla::LogLevel::* level, and all other instances were
mapped to us a shorter format of LogLevel::*.

Bustage for usage of the non-fully qualified LogLevel were fixed by adding
|using mozilla::LogLevel;| where appropriate.
2015-06-03 15:25:57 -07:00
Eric Rahm
f50b813989 Bug 1165515 - Part 3: Convert PR_LOG_TEST to MOZ_LOG_TEST. r=froydnj 2015-06-03 15:22:28 -07:00
Ryan VanderMeulen
7a095b03d0 Bug 1158887 - Skip test_async_transactions.js on Windows XP for frequent failures. r=mak 2015-06-03 08:47:00 -04:00
Wes Kocher
bcd821592f Merge m-c to inbound, a=merge 2015-06-02 18:43:25 -07:00
Wes Kocher
d80ffbf1c9 Merge inbound to central, a=merge 2015-06-02 18:20:12 -07:00
J. Ryan Stinnett
c68b656887 Bug 1168084 - Persist view source tab options. r=mconley
--HG--
extra : transplant_source : %B3%A3%F8O%CC%C4%7F%B2%21%BEAy%05-%E1%B7s%B2e%1F
2015-06-01 16:26:33 -05:00