Nathan Froyd
b6c351ea7e
Bug 984466 - change CallQueryInterface to assert in cases of trivial conversions; r=ehsan
2014-03-17 13:00:17 -04:00
Aaron Klotz
686641deb5
Bug 976000: Add info to Telemetry.fileIOReports to differentiate between start/normal/shutdown I/O; r=froydnj
...
--HG--
extra : rebase_source : 3762a056a06e782648c27cd469ee5f639d500e22
2014-03-18 16:07:35 -06:00
Wes Kocher
f9ae02417f
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Paolo Amadini
e7ed1c1bf4
Bug 984788 - Convert legacy uses of promise.js to Promise.jsm. rs=Yoric
2014-03-18 15:16:02 +01:00
Hiroyuki Ikezoe
3fcf25cde8
Bug 901198 - Set download_block_table explicitly for testing applications. r=mmc
2014-03-18 10:46:34 +00:00
Chris Peterson
fca4f67cbd
Bug 984079 - Suppress clang and gcc warnings in third-party code: protobuf. r=mmc
2014-03-15 23:25:55 -07:00
Neil Rashbrook
921625ab05
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : f8fb50de9292320eb7589dd28dc566d0f5044da6
2014-03-18 00:23:03 +00:00
Wes Kocher
2939a367ba
Backed out 2 changesets (bug 514280) for OSX build bustage on a CLOSED TREE
...
Backed out changeset 2a015b45d808 (bug 514280)
Backed out changeset a01f97c1ed02 (bug 514280)
2014-03-17 15:19:53 -07:00
Neil Rashbrook
f83724018d
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Ryan VanderMeulen
f50b1bd5df
Merge m-c to inbound.
2014-03-17 17:34:10 -04:00
Paolo Amadini
1435205e0b
Bug 941317 - Switch Downloads.jsm to use Promise.jsm. r=enn
2014-03-17 15:58:44 +01:00
Ehsan Akhgari
57000eb213
Bug 890609 - Make test_privbrowsing_perwindowpb.html wait for browser-delayed-startup-finished
2014-03-16 10:46:52 -04:00
Phil Ringnalda
37f7300460
Merge m-c to f-t
2014-03-15 18:21:41 -07:00
Asaf Romano
0c80674197
Bug 983623 - Async transactions: Add a preference for turning it, implement undo & redo commands. r=mak
2014-03-15 23:49:07 +02:00
Jan-Ivar Bruaroey
3cd5696466
Bug 964127 - Add a/v sync telemetry. r=bwc
2014-03-14 16:46:31 -04:00
Phil Ringnalda
15b355411f
Merge m-c to m-i
2014-03-15 12:32:04 -07:00
Kyle Huey
da09839180
No bug: Remove unnecessary initializations of nsCOMPtr. r=me
2014-03-15 12:00:17 -07:00
Kyle Huey
68b608c95f
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
a5ae9a4da3
Bug 967364: Pass already_AddRefed by reference instead of by value. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
f7eafc09a9
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Wes Kocher
391ff9cd5a
Merge m-c to fx-team
2014-03-14 23:19:44 -07:00
Wes Kocher
78bcbd03fc
Merge inbound to m-c
2014-03-14 22:20:25 -07:00
David Rajchenbach-Teller
e4ad89cd7d
Bug 981875 - Improve error _PromiseWorker's error reporting in case of xpcom error. r=froydnj
2014-03-15 17:19:00 -04:00
Aaron Klotz
810b3b5e28
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 16:35:01 -06:00
Wes Kocher
f0e672d699
Backed out changeset 2bdd2d042847 (bug 972577) for non-unified bustage on a CLOSED TREE
...
--HG--
rename : xpcom/build/nsWindowsDllInterceptor.h => toolkit/xre/nsWindowsDllInterceptor.h
rename : xpcom/build/IOInterposer.cpp => tools/profiler/IOInterposer.cpp
rename : xpcom/build/IOInterposer.h => tools/profiler/IOInterposer.h
rename : xpcom/build/NSPRInterposer.cpp => tools/profiler/NSPRInterposer.cpp
rename : xpcom/build/NSPRInterposer.h => tools/profiler/NSPRInterposer.h
2014-03-14 15:27:21 -07:00
Monica Chew
9a4afb261a
Bug 977236 - Use referrer for application reputation checks. r=gcp
2014-03-12 20:31:51 -07:00
David Rajchenbach-Teller
60bc30190e
Bug 961665 - Tests for OS.File.read. r=froydnj
2014-03-13 09:52:07 -04:00
David Rajchenbach-Teller
f132675185
Bug 961665 - Native implementation of OS.File.read, js code. r=froydnj
2014-03-14 10:13:50 -04:00
David Rajchenbach-Teller
0314b34a32
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
2014-03-14 10:13:26 -04:00
David Rajchenbach-Teller
79e0a8df0d
Bug 961665 - Fix typo in CrashManager's use of OS.File. r=gps
2014-03-13 09:50:24 -04:00
Aaron Klotz
dda435844e
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 13:47:24 -06:00
Carsten "Tomcat" Book
c47ac47f24
merge fx-team to mozilla-central
2014-03-14 12:35:23 +01:00
Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
0d01d793aa
Backed out changeset 21793ea94b09 (bug 875562) for ASAN xpcshell failures
2014-03-13 15:22:40 -07:00
Benjamin Smedberg
41b4edc879
Bug 981851 - Add a simple JS logging mechanism to telemetry for recording unusual event data, r=taras
2014-03-14 09:24:02 -04:00
Gavin Sharp
510951344c
Bug 981941: avoid showing the "save password" notification for about:accounts, r=dolske
...
--HG--
extra : rebase_source : b42551fb1ce0f12983cce62a81c589600f77dc31
2014-03-13 16:03:06 -07:00
Gregory Szorc
c8fcbe389c
Bug 875562 - Part 9: Change Health Report to pull from crashes manager; r=bsmedberg, r=rnewman
...
This patch changes Firefox Health Report to pull crash counts from the
newly-implemented crash manager. The crash manager is now the canonical
source of crash data, so all the code for reading crash dump files from
disk has been removed.
This regresses the collection capability of Firefox Health Report by
removing plugin crashes and hangs from the reported values. This
regression is intended to be temporary and a follow-up bug will be
created to add plugin process event recording to the crash events
system.
This regression has been justified because the old crash reporting
mechanism was severely flawed and wasn't sending accurate data (not all
crashes were being saved to dumps and some dumps would be deleted).
--HG--
extra : amend_source : d54bb3bf9f740508cb4eda286536ce16a4c3bee5
2014-01-30 16:48:52 -08:00
Gregory Szorc
b70f71e2b8
Bug 875562 - Part 9: Change Health Report to pull from crashes manager; r=bsmedberg, r=rnewman
...
This patch changes Firefox Health Report to pull crash counts from the
newly-implemented crash manager. The crash manager is now the canonical
source of crash data, so all the code for reading crash dump files from
disk has been removed.
This regresses the collection capability of Firefox Health Report by
removing plugin crashes and hangs from the reported values. This
regression is intended to be temporary and a follow-up bug will be
created to add plugin process event recording to the crash events
system.
This regression has been justified because the old crash reporting
mechanism was severely flawed and wasn't sending accurate data (not all
crashes were being saved to dumps and some dumps would be deleted).
--HG--
extra : rebase_source : 7442a712d06b4d875010e78d4dd4f5cc179c8dfc
2014-01-30 16:48:52 -08:00
Ryan VanderMeulen
1aa516273f
Merge m-c to fx-team.
2014-03-13 15:37:02 -04:00
Vaibhav Agarwal
292a923c8e
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Marco Bonardo
0fb30b7764
Bug 969318 - Mute "A promise chain failed to handle a rejection" error from the livemarks service. r=mano
2014-03-12 16:24:23 +01:00
Ryan VanderMeulen
87edaf4f02
Backed out changesets c6ca1aa3887a, d741e117a033, 1fd26e822e73, and 720962c9f993 (bug 961665) for build bustage and xpcshell failures.
2014-03-13 10:32:57 -04:00
Irving Reid
ea30dd7472
Bug 982818 - Render String and Number objects correctly. r=vladan
2014-03-12 17:11:03 -04:00
David Rajchenbach-Teller
b71cfe3b39
Bug 961665 - Tests for OS.File.read. r=froydnj
2014-03-13 09:52:07 -04:00
David Rajchenbach-Teller
bdd8e6a2a6
Bug 961665 - Native implementation of OS.File.read, js code. r=froydnj
2014-03-13 09:51:50 -04:00
David Rajchenbach-Teller
c5a137c09e
Bug 961665 - Native implementation of OS.File.read, native bits. r=froydnj, r=bz, r=paolo
2014-03-13 09:51:22 -04:00
David Rajchenbach-Teller
6333e4e2bc
Bug 961665 - Fix typo in CrashManager's use of OS.File. r=gps
2014-03-13 09:50:24 -04:00
Asaf Romano
22aaa91ff3
Bug 891303 - New Places Async Transaction manager (backend part. affects nothing for now). r=mak. sr=gavin
2014-03-12 14:12:15 +02:00
Shane Caraveo
0f6efe3f3f
bug 894806 [Australis] refactor and remove social.provider, r=markh
2014-03-11 19:25:45 -07:00
Wes Kocher
d46483d3cc
Backed out changeset 9a5b7ed8dae4 (bug 965527) on a CLOSED TREE
2014-03-11 13:38:25 -07:00