Masatoshi Kimura
|
bf312ad056
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
Ehsan Akhgari
|
4354953b4f
|
Bug 1118486 - Part 1: Use `= delete` instead of MOZ_DELETE directly; r=Waldo
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
|
2015-01-08 23:19:05 -05:00 |
Ehsan Akhgari
|
6b438c6b4c
|
Bug 1111228 - Remove the MSVC2005 special casing from PseudoStack.h; r=BenWa
--HG--
extra : amend_source : c6adbc3ff76b040433e5b8af342a4aa4575f4bf0
|
2014-12-14 14:55:00 -05:00 |
Tom Tromey
|
941025cb98
|
Bug 1047124 - Clean up memory leaks. r=BenWa
|
2014-12-11 09:41:00 -05:00 |
Ehsan Akhgari
|
bb15d81dce
|
Bug 1045068 - Fix some bad implicit constructors in Gecko profiler; r=BenWa
|
2014-07-28 13:11:26 -04:00 |
Victor Porof
|
90e774e163
|
Bug 1019182 - ProfileEntry flags should be zeroed when setting frame data, r=djvj
|
2014-06-04 14:37:49 -04:00 |
Victor Porof
|
ebedad1bb5
|
Bug 1007203 - Set the categories as flags on profile entries, r=djvj
|
2014-05-30 21:41:11 -04:00 |
Victor Porof
|
07cede5f0b
|
Bug 1004726 - Clean up profiler pseudo-stack representation (relanded), r=djvj,jchen
|
2014-05-28 18:44:41 -04:00 |
Victor Porof
|
9e41feb374
|
Backed out changeset c2429d6c41fb (Bug 1004726) for regressions on B2G, r=me
|
2014-05-26 21:51:50 -04:00 |
Victor Porof
|
07986ca4cd
|
Bug 1004726 - Clean up profiler pseudo-stack representation. r=djvj,mrosenberg
|
2014-05-20 15:25:25 -04:00 |
Viktor Stanchev
|
549fb2406d
|
Bug 867728 - Stream profiler JSON directly to a file. r=bgirard,terrence
--HG--
extra : rebase_source : 3472eb981d0c8778be318b3d51b51edfe8c1c96a
|
2014-04-21 16:48:47 -04:00 |
Viktor Stanchev
|
ffd378ba44
|
Bug 963158 - Profiler shouldn't sample sleeping threads multiple times. r=bgirard,roc,bent,froydnj
--HG--
extra : rebase_source : 75789c4359a2cb02b2588cfbc9b6b3cbd1e79c78
|
2014-03-28 16:08:22 -04:00 |
Kannan Vijayan
|
64dbdf9caf
|
Bug 976260 - Register javascript performance events with the profiler, second attempt at pushing. r=jandem
|
2014-03-03 14:36:08 -05:00 |
Viktor Stanchev
|
0f7d95f413
|
Bug 970494 - Markers should be time based and not sample based. r=bgirard
--HG--
extra : rebase_source : 5401e1145c771878a1caa384d79e2dc1d0a1855c
|
2014-02-25 10:40:45 -05:00 |
Jim Chen
|
dca2479fd2
|
Bug 974980 - Always push a js:RunScript frame in pseudostack; r=BenWa
|
2014-02-24 12:27:58 -05:00 |
Chris Peterson
|
91d5779d1b
|
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=BenWa r=bsmedberg r=mccr8
|
2014-02-17 22:10:50 -08:00 |
Andrew McCreight
|
344c61d00e
|
Back out bug 712939 for not getting fully reviewed.
|
2014-02-20 06:40:56 -08:00 |
Chris Peterson
|
56af4fda84
|
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=mccr8
|
2014-02-17 23:56:19 -08:00 |
Daniel Holbert
|
c516662c22
|
back out 3a8893b28489 (bug 712939) and 39adab158c17,16add78c43e3,37193db7e15b (bug 712873), for build bustage.
|
2014-02-19 00:15:51 -08:00 |
Chris Peterson
|
dcfc7e9c20
|
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=mccr8
|
2014-02-17 23:56:19 -08:00 |
Benoit Girard
|
11680762e6
|
backout e9c0d692b2cf (bug 970494) for warning failures. r=backout
CLOSED TREE
|
2014-02-13 16:13:32 -05:00 |
Viktor Stanchev
|
cc4777dcd4
|
Bug 970494 - Markers should be time based and not sample based. r=bgirard
--HG--
extra : rebase_source : c1e3e77fa8f7ad2c5eec7f092d96bf3719db3a8c
|
2014-02-13 13:43:48 -05:00 |
Birunthan Mohanathas
|
3440613a39
|
Bug 713082 - Part 2: Rename Util.h to ArrayUtils.h. r=Waldo
--HG--
rename : mfbt/Util.h => mfbt/ArrayUtils.h
|
2013-12-08 21:52:54 -05:00 |
Jim Chen
|
0b958846fc
|
Bug 935092 - Const-ify profiler pseudostack entries; r=BenWa
|
2013-11-22 14:17:30 -05:00 |
Aaron Klotz
|
cfa94dca53
|
Bug 867757, Part 2: Gives SPS the ability to immediately sample the current thread's stack and annotate it. r=BenWa
|
2013-09-25 09:28:34 -06:00 |
Benoit Girard
|
7afa961994
|
Bug 867757 - Part 1: Allow markers to carry payload. r=aklotz
--HG--
extra : rebase_source : 31904aa5f084283bfc23ecfc53762d275967e34b
|
2013-07-11 00:27:04 -04:00 |
Nicholas Nethercote
|
789875a768
|
Bug 905017 (part 3, attempt 2) - Move profiling stack stuff from jsapi.h to js/ProfilingStack.h. r=billm.
--HG--
extra : rebase_source : 8226a31c4f2a286ba843da616b1061ca034a5d41
|
2013-08-19 23:45:26 -07:00 |
Ehsan Akhgari
|
ef4b479714
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
Xavier Fung
|
1a6faaa9b5
|
Bug 892858 - Fix profiler build in Visual Studio 2013. r=snorp
|
2013-07-18 10:13:01 +09:00 |
Benoit Girard
|
389add8608
|
Bug 872947 - Release pseudostack when unregister thread. r=snorp
|
2013-05-16 11:38:23 -04:00 |
Jim Chen
|
c98b67af47
|
Bug 863777 - Add and turn on privacy mode in profiler for ANR reports; r=BenWa
|
2013-06-14 12:42:10 -04:00 |
Benoit Girard
|
c01c3468e2
|
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
--HG--
extra : rebase_source : ce0d9f94d2b4deb249e09198f9315f69ad6ee7d4
|
2013-04-03 18:59:17 -04:00 |
Ryan VanderMeulen
|
72635c5a76
|
Backed out 3 changesets (bug 734691, bug 862500) for leaks.
Backed out changeset 4444510d672f (bug 862500)
Backed out changeset 5c321bc4dc63 (bug 734691)
Backed out changeset e045934f78be (bug 734691)
|
2013-04-18 08:15:09 -04:00 |
Benoit Girard
|
9977ad48b2
|
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
--HG--
extra : rebase_source : 4e7e1681355146e32fbc5ff2aa9891470e241347
|
2013-04-03 18:59:17 -04:00 |
Ryan VanderMeulen
|
29b3a5a2ee
|
Backed out 2 changesets (bug 734691) for leaks.
Backed out changeset ba88d9730af6 (bug 734691)
Backed out changeset 7d2fbf7b0372 (bug 734691)
|
2013-04-16 13:45:53 -04:00 |
Benoit Girard
|
df81c2521e
|
Bug 734691 - Port multi-thread support to win/mac. r=snorp,smaug
--HG--
extra : rebase_source : 41af95bcc4b6044b7394538e2524528f67cbd1d5
|
2013-04-03 18:59:17 -04:00 |
Ehsan Akhgari
|
4bc14288e0
|
Bug 851828 - Type safety improvements for the profiler in Win64 builds. r=benwa
|
2013-03-26 13:32:09 -04:00 |
Benoit Girard
|
a042084818
|
Backed out changeset f5a256c02fc6 (bug 851828) for Mochitest failures on a CLOSED TREE.
|
2013-03-26 16:10:29 -04:00 |
Ehsan Akhgari
|
8e9c432152
|
Bug 851828 - Type safety improvements for the profiler in Win64 builds. r=benwa
--HG--
extra : rebase_source : 10141bdc66228dd6818ff0b10ef95fde78fead8f
|
2013-03-26 13:32:09 -04:00 |
Benoit Girard
|
3472aaff24
|
Bug 851611 - Part 4: Split out GeckoProfilerFunc.h & PseudoStack.h. r=jrmuizel
--HG--
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 929cd0d6227dd12f6654b61077e63e4d86036dc0
|
2013-03-15 20:48:56 -04:00 |
Ed Morley
|
31e395687b
|
Backed out changeset ecce21507ea0 (bug 851611)
|
2013-03-18 14:10:25 +00:00 |
Benoit Girard
|
35123f2eff
|
Bug 851611 - Part 4: Split out GeckoProfilerFunc.h & PseudoStack.h. r=jrmuizel
--HG--
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 89b92cb9a12d33be5f9d90fa5252637bbb5e2241
|
2013-03-15 20:48:56 -04:00 |