gecko-dev/devtools/shared/heapsnapshot
Sylvestre Ledru 3a9913104a Bug 1338086 - Remove useless else blocks in order to reduce complexity devtools/shared/ r=fitzgen
MozReview-Commit-ID: CxMopblOFVp

--HG--
extra : rebase_source : 8111c759605b616ebdacbde00c0d93ee3aa23f90
2017-02-09 10:09:21 +01:00
..
tests Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
.gitattributes Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb 2015-09-30 16:03:31 -07:00
AutoMemMap.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
AutoMemMap.h Bug 579517 follow-up: Remove NSPR types that crept in 2015-12-30 22:52:50 -05:00
census-tree-node.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
CensusUtils.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
CoreDump.pb.cc Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
CoreDump.pb.h Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
CoreDump.proto Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink 2015-11-04 05:49:33 -08:00
DeserializedNode.cpp Bug 1286795 part 3 - Change UbiNode APIs to take JSContext instead of JSRuntime. r=fitzgen 2016-07-23 19:52:25 +02:00
DeserializedNode.h Bug 1287006 - Adjust js/ code to not pass Maybe (or any class containing a Maybe member) by value, only by reference or pointer. r=luke 2017-02-13 09:07:26 -08:00
DominatorTree.cpp Bug 1231763 - Extract breakdown parsing from JS::ubi::Census. r=jimb 2015-12-16 09:19:00 +01:00
DominatorTree.h Bug 1226440 - Expose a method to get a node's immediate dominator; r=bz,sfink 2015-11-30 17:38:06 -08:00
DominatorTreeNode.js Bug 1248085 - Compute shortest paths in the HeapAnalysesWorker; r=jimb 2016-02-12 15:23:00 +01:00
FileDescriptorOutputStream.cpp Bug 1264566 - Part 2: Refactor all usage of FileDescriptor. r=valentin 2016-05-27 16:12:51 +08:00
FileDescriptorOutputStream.h Bug 1201597 - Part 1: Implement an nsIOutputStream for ipc::FileDescriptor; r=mrbkap 2015-09-22 12:09:42 -07:00
generate-core-dump-sources.sh Bug 912121 - Update misc. DevTools paths and comments. rs=devtools 2015-09-21 12:07:31 -05:00
HeapAnalysesClient.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
HeapAnalysesWorker.js Bug 1271084 - Apply ESLint autofixes to ignored /devtools files. r=tromey 2016-05-18 12:49:23 -05:00
HeapSnapshot.cpp Bug 1338086 - Remove useless else blocks in order to reduce complexity devtools/shared/ r=fitzgen 2017-02-09 10:09:21 +01:00
HeapSnapshot.h Bug 1282795 - Declare JS::ubi::Concrete<T>::concreteTypeName within every JS::ubi::Concrete specialization to avoid use-before-declaration warnings related to templates. r=jimb 2016-07-05 17:41:12 -07:00
HeapSnapshotFileUtils.js
HeapSnapshotTempFileHelperChild.h Bug 1201597 - Part 2: Add an IPDL subprotocol for opening core dump files to 2015-09-22 12:09:42 -07:00
HeapSnapshotTempFileHelperParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
HeapSnapshotTempFileHelperParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
PHeapSnapshotTempFileHelper.ipdl Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm) 2016-01-28 20:56:37 -08:00
shortest-paths.js Bug 1250966 - Ignore retaining paths that are strictly a super set of other paths. r=jimb 2016-04-06 16:23:00 -04:00
ZeroCopyNSIOutputStream.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
ZeroCopyNSIOutputStream.h