Commit Graph

9730 Commits

Author SHA1 Message Date
Birunthan Mohanathas
f65339b9ff Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
189593520f Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
0e6f3a6562 Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c"). r=ehsan 2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
19bebbc68d Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:50 +03:00
Chenxia Liu
13afe3aeb4 Bug 1013601 - Part 1: Add uptimeMillis() to UITelemetry.jsm. r=rnewman 2014-05-21 11:24:17 -07:00
Carsten "Tomcat" Book
e64cd11ad7 merge fx-team to mozilla-central 2014-05-21 13:57:43 +02:00
Asaf Romano
b6249dc95a Bug 1003839 - Live bookmark is still created despite cancelling the subscription. r=mak 2014-05-21 06:58:32 +03:00
Marco Bonardo
cab7935d36 Bug 997030 - Don't encodeURI twice in bookmarks.html. r=mano 2014-05-20 22:52:48 +02:00
Carsten "Tomcat" Book
0cf5a7b5b3 Merge mozilla-central to fx-team 2014-05-20 16:17:08 +02:00
Marco Bonardo
9c05f4e5e0 Bug 992901 - Not all bookmarks are saved in the backup JSON or HTML. r=mano 2014-05-20 12:10:20 +02:00
Jan-Ivar Bruaroey
9729a3eb36 Bug 970685 - definitions for WebRTC telemetry for jitter, packet-loss and RTT. r=smaug, r=jesup 2014-05-12 15:35:34 -04:00
David Rajchenbach-Teller
0043b699d4 Bug 1008148 - Use AsyncShutdown for PageThumbsStorage.wipe(). r=ttaubert 2014-05-18 16:07:00 +02:00
Arpad Borsos
f1216759f4 Bug 1010568: Remove usage of 2nd WeakMap#get parameter from TelemetryStopwatch; r=felipe
--HG--
extra : amend_source : a825f25e18b52f46a2ddd50383aa2783f431d7df
2014-05-15 15:58:05 +02:00
Chris Peterson
2ceddc0df1 Bug 988386 - Collect telemetry on <script> elements' JS language versions. r=mrbkap r=till 2014-04-23 22:27:13 -07:00
Roberto A. Vitillo
abb623bc5b Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving 2014-05-15 09:14:00 -04:00
Carsten "Tomcat" Book
9f4037af48 merge fx-team to mozilla-central 2014-05-16 14:17:01 +02:00
David Rajchenbach-Teller
3dd3e1bb9b Bug 1010255 - Fixing uncaught promise error in test_bookmarks_restore_notification.js. r=mak 2014-05-14 08:06:00 +02:00
Wes Kocher
738f9f9b41 Merge inbound to m-c 2014-05-15 15:59:45 -07:00
Benjamin Smedberg
fbb11389d3 Bug 1007710 - Add information about the currently-active experiment to the telemetry ping, r=gfritzsche+vladan
--HG--
extra : rebase_source : a6bde09d91162d9a77fa2d121442e2397e6c9526
2014-05-15 09:11:01 -04:00
Monica Chew
94e8967a9f Bug 1007844: Implement per-host telemetry for pin violations for AMO and aus4 (r=keeler) 2014-05-15 16:56:51 -07:00
Monica Chew
010f4a4ced Bug 1006594: Implement moz-specific telemetry (r=keeler) 2014-05-14 16:36:46 -07:00
Wes Kocher
d9132dfd34 Merge m-c to inbound 2014-05-14 16:32:53 -07:00
Roberto A. Vitillo
426f09dacc Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin 2014-05-14 05:36:00 -04:00
Masatoshi Kimura
c5e2b269d2 Bug 1008778 - Respect Security Zone settings when the download manager marks a downloaded file. r=paolo 2014-05-15 06:58:35 +09:00
David Rajchenbach-Teller
880b910289 Bug 962948 - Additional Telemetry on Session Restore startup. r=ttaubert 2014-05-05 09:23:00 -04:00
Carsten "Tomcat" Book
3d8597473f merge fx-team to mozilla-central 2014-05-14 13:01:30 +02:00
Michael Pruett
e75469398a Bug 431901 - Update preference dialogs to treat backspace and delete equivalently on Mac OS X. r=MattN 2014-05-12 23:11:19 -05:00
Wes Kocher
dedaa0155c Merge m-c to inbound 2014-05-13 18:56:23 -07:00
Wes Kocher
754c5c0a71 Merge fx-team to m-c 2014-05-13 18:49:09 -07:00
Monica Chew
730c8da49a Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler) 2014-05-13 13:50:13 -07:00
Jed Davis
e4ced412bb Bug 973090 - IPC remoting for child GC/CC logging. r=mccr8, r=bent
This has a few semi-interdependent pieces:

* Factoring out the file opening/closing/renaming from the GC/CC logging.

* Using IPC to have the child log to files that the parent opened.

* Changing nsIMemoryInfoDumper.dumpGCAndCCLogsToFile to report completion
  of child process logging (which was impossible before this, and which is
  needed to have a meaningful test case).

* Changing about:memory to dump logs for child processes, matching the
  behavior of the "Measure" button, because it can tell the user where
  they are now.

* Add a test for multiprocess GC/CC log dumping (only of the XPCOM
  interface, not by clicking buttons and scraping the about:memory page,
  but done as a chrome mochitest to start remote browsers); based on
  test_memoryReporters2.xul in the same directory.
2014-05-13 13:13:00 -04:00
Shane Caraveo
f6ce087b36 Bug 960991 support for standard share endpoints, r=markh 2014-05-13 11:10:47 -07:00
Nicholas Nethercote
c17eeed597 Bug 1005442 - Strip moz-nullprincipal UUIDs when diffing memory reports. r=mccr8.
--HG--
extra : rebase_source : 83e9f2d08b1cb1672b9bef0fddcd8bd34cfa4e18
2014-05-13 18:14:29 -07:00
Ryan VanderMeulen
4861e4d265 Merge m-c to fx-team. 2014-05-12 16:33:27 -04:00
Drew Willcoxon
f1907fd96d Bug 983313 - Write crash events for plugin crashes and hangs (part 1: main changes). r=bsmedberg 2014-05-12 11:58:18 -07:00
Wes Kocher
56c9c6455b Merge m-c to fx-team 2014-05-13 18:59:41 -07:00
Mark Hammond
1832893184 Bug 916497 - PageThumbs no longer expires thumnails being tested to fix intermittent oranges. r=adw 2014-05-14 11:09:31 +10:00
Paolo Amadini
0e75633fd5 Bug 956332 - Reorganize Login Manager tests and update interfaces. r=dolske
--HG--
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_notify.js => toolkit/components/passwordmgr/test/unit/test_notifications.js
rename : toolkit/components/passwordmgr/test/unit/test_storage_mozStorage_migrate.js => toolkit/components/passwordmgr/test/unit/test_storage_mozStorage.js
2014-01-03 18:03:45 +01:00
Masatoshi Kimura
7370176fe0 Bug 1007797 - Save ctypes.winLastError to prevent WinFile.GetFileAttributes from clobbering it. r=yoric 2014-05-12 22:46:49 +09:00
Carsten "Tomcat" Book
364ad99c8f Merge mozilla-central to mozilla-inbound 2014-05-12 13:48:01 +02:00
Henri Sivonen
a5f989d627 Bug 995922 - Remove JOHAB support. r=emk. 2014-05-12 11:56:58 +03:00
Henri Sivonen
51efa01fca Bug 951571 - Remove T.61-8bit. r=emk. 2014-05-12 11:56:58 +03:00
Carsten "Tomcat" Book
22af270df0 merge fx-team to mozilla-central 2014-05-09 14:00:32 +02:00
Michael Pruett
46b5cd531b Bug 1004881 - Fix key press handling in saved passwords exceptions dialog. r=MattN 2014-05-05 18:16:21 -05:00
Mark Finkle
246bc581ee Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman 2014-05-08 16:24:23 -04:00
Wes Kocher
0e7578947c merge inbound to m-c 2014-05-07 17:06:22 -07:00
Ryan VanderMeulen
e84cc1706a Backed out changesets 2f3f35b8cea3 and 7824a3826963 (bug 1002914) for intermittent mochitest-bc failures. 2014-05-07 16:56:28 -04:00
Doug Turner
8538cb176e Bug 1006051 - Implement nsIParentalControlsService on the Mac. r=smichaud 2014-05-05 11:24:25 -07:00
David Rajchenbach-Teller
d6f5da42b5 Bug 994951 - Activate OS.File xpcshell tests on B2G. r=froydnj 2014-05-05 06:53:00 -04:00
Mark Hammond
9c3b931bd2 Bug 1002914 (part 1) - refactor the chat window so it can be used by loop and social. r=mixedpuppy 2014-05-07 09:58:18 +10:00