Nicholas Nethercote
|
ba1e9bce90
|
Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger.
--HG--
extra : rebase_source : 41fcb0e922a519ef679c1c1b6293c2b638e83a48
|
2013-10-10 15:22:35 -07:00 |
|
Ed Morley
|
54bdd310c4
|
Merge mozilla-central and b2g-inbound
|
2013-10-25 12:12:23 +01:00 |
|
Mike Hommey
|
1d566f7586
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Mason Chang
|
575461dbb9
|
Bug 925111 - Enable Profiler to support config options during runtime. r=benwa, jld
|
2013-10-24 17:09:33 -07:00 |
|
Mike Hommey
|
61124c1afc
|
Bug 921492 - Make StrictOrderingOnAppendList use actual alphabetical sorting. r=mshal,r=gps
|
2013-10-24 08:05:43 +09:00 |
|
Mike Hommey
|
e2ae65f67a
|
Bug 913268 - Make CPP_SOURCES a StrictOrderingOnAppendList. r=mshal
|
2013-10-24 08:00:23 +09:00 |
|
Aaron Klotz
|
8d8873ed5f
|
Bug 929763: Don't call TickSample::PopulateContext unless native stack walking is enabled; r=BenWa
|
2013-10-22 21:56:50 -07:00 |
|
Jim Mathies
|
1cafa0210f
|
Bug 927979 - Register the gecko thread correctly in the profiler for FxMetro. r=bgirard
|
2013-10-22 08:30:06 -05:00 |
|
Ms2ger
|
da025ec5b6
|
Bug 923395 - Part c: Remove some makefiles that set EXPORT_LIBRARY; r=gps
|
2013-10-20 09:25:19 +02:00 |
|
Jed Davis
|
84e762a2dc
|
Bug 916106 - Avoid unwind loop when erroneously in leaf. r=BenWa
|
2013-10-16 14:42:49 -04:00 |
|
Aaron Klotz
|
d0ab835d70
|
Bug 899782: Enable NS_StackWalk for obtaining sync stacks in profiler. r=BenWa
|
2013-10-15 13:06:20 -06:00 |
|
Aaron Klotz
|
b776cfe9c9
|
Bug 921330: Fix sync unwind on Mac OS X. r=BenWa
|
2013-10-15 12:58:52 -06:00 |
|
Jed Davis
|
fe113cdef8
|
Bug 919078 - Add js to async profiler start options. r=BenWa
|
2013-10-12 13:56:21 -04:00 |
|
Benoit Girard
|
0716f0c2b0
|
Bug 918825 - Add frame duration marker. r=ehsan
--HG--
extra : rebase_source : 25f51e88ee75f47eea51bcc94a7b60f31b9605af
|
2013-09-27 12:08:45 -04:00 |
|
Jacek Caban
|
d5f372087b
|
Bug 921435 - Use the right TimeStamp in GeckoProfilerFunc.h. r=aklotz
|
2013-10-03 10:53:07 +02:00 |
|
Phil Ringnalda
|
1308968f13
|
Backed out changeset 2eb7e93512b1 (bug 918825) for browser-chrome crashes
|
2013-10-01 22:46:48 -07:00 |
|
Benoit Girard
|
7d8c972382
|
Bug 918825 - Add frame duration marker. r=ehsan
|
2013-09-27 12:08:45 -04:00 |
|
Aaron Klotz
|
872f14f04a
|
Bug 888534: Add support for Create, Stat and Close operations to IOInterposer. r=jonasfj
--HG--
extra : rebase_source : 6b7e75ae35e3250383f3990dce2680df44f4ec68
|
2013-10-01 13:53:19 -06:00 |
|
Benoit Girard
|
822f30b57d
|
Bug 920909 - Fix lossy startTime fields serialization. r=ehsan
|
2013-09-27 11:51:25 -04:00 |
|
Ryan VanderMeulen
|
fb2d6dc1a4
|
Backed out 6 changesets (bug 913985) for suspicion of causing intermittent Android crashes on a CLOSED TREE.
Backed out changeset de21920d2b8e (bug 913985)
Backed out changeset f0f5497d65bb (bug 913985)
Backed out changeset 1e16ca4ad801 (bug 913985)
Backed out changeset 9c069a0820ea (bug 913985)
Backed out changeset 274df3abc991 (bug 913985)
Backed out changeset 05fe8b17516a (bug 913985)
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
|
2013-09-27 17:02:09 -04:00 |
|
Chris Kitching
|
b3fd693d20
|
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
|
2013-09-27 10:10:37 -04:00 |
|
Kartikaya Gupta
|
7f22c5c405
|
Back out d9bdfdfda06e to dd17e0758a00 (bug 913985) due to incorrect author on some of the patches. r=backout
--HG--
rename : build/annotationProcessors/AnnotationInfo.java => build/annotationProcessors/MethodWithAnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java => build/annotationProcessors/utils/AlphabeticMethodComparator.java
rename : build/annotationProcessors/utils/GeneratableElementIterator.java => build/annotationProcessors/utils/GeneratableEntryPointIterator.java
rename : mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java => mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java
rename : mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java => mobile/android/base/mozglue/OptionalGeneratedParameter.java
|
2013-09-27 10:25:23 -04:00 |
|
Chris Kitching
|
96d931b9eb
|
Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats
|
2013-09-27 10:10:37 -04:00 |
|
Benoit Girard
|
47ffb0516e
|
Bug 918833 - Improved profiler thread register. r=ehsan
|
2013-09-24 15:23:36 -04:00 |
|
Aaron Klotz
|
d6425d7927
|
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
|
cdd4b06325
|
No bug. Improve the name of the main thread for profiling. DONTBUILD
--HG--
extra : rebase_source : 448d0145200659a67a77acbef36e74ff2c17c934
|
2013-09-24 15:20:18 -04:00 |
|
Ehsan Akhgari
|
276e4b787c
|
Bug 919341 - Minimize the #includes in xpcom/ IDL files; r=bsmedberg
|
2013-09-23 13:29:27 -04:00 |
|
Ehsan Akhgari
|
b4cc06df88
|
Bug 918923 - Part 2: Switch to #including nsString.h in code using the internal strings API; r=bsmedberg
|
2013-09-23 13:25:00 -04:00 |
|
Benoit Girard
|
4af93e0c0f
|
Bug 918581 - Extend merge-profile.py to support secondary threads. r=vlad
--HG--
extra : rebase_source : 28357bbb17b15c7cb40c53ee3442bc6366fcf015
|
2013-09-19 23:24:07 -04:00 |
|
Benoit Girard
|
c2c963e37e
|
Bug 867757 - Part 1: Allow markers to carry payload. r=aklotz
--HG--
extra : rebase_source : 31904aa5f084283bfc23ecfc53762d275967e34b
|
2013-07-11 00:27:04 -04:00 |
|
Terrence Cole
|
b25c74c014
|
Bug 916993 - Handlify the public JSString APIs; r=bz,jonco
--HG--
extra : rebase_source : 35c5d7832d794ce37be622db3140309d2605c212
|
2013-09-16 18:33:40 -07:00 |
|
Jonas Finnemann Jensen
|
5d25ec6a18
|
Bug 902587 - Fix missing destructor in IOInterposer.cpp ifndef MOZ_ENABLE_PROFILER_SPS. r=aklotz
|
2013-09-14 22:08:11 -04:00 |
|
Ryan VanderMeulen
|
623404f3a4
|
Merge m-c to inbound.
|
2013-09-12 22:30:22 -04:00 |
|
Ryan VanderMeulen
|
c22b2b3980
|
Merge m-c to b2g-inbound.
|
2013-09-12 20:41:54 -04:00 |
|
Benoit Girard
|
bc63664e2d
|
Bug 914815 - Support profiler options when starting the profiler with a signal. r=jld
|
2013-09-11 14:01:16 -04:00 |
|
Benoit Girard
|
9862117f99
|
Bug 915857 - Check-in merge-profiles.py. r=vladan
|
2013-09-12 16:31:40 -04:00 |
|
Benoit Girard
|
cf2aca467e
|
Bug 914348 - Name the SamplerThread on linux. r=jld
|
2013-09-11 13:57:43 -04:00 |
|
Terrence Cole
|
7c72c332e9
|
Bug 877658 - Exactly root tools/profiler/; r=BenWa
--HG--
extra : rebase_source : a7c5bbcb64d7b670e170e3c20dda53d03a4f2cc1
|
2013-09-05 16:10:37 -07:00 |
|
Ryan VanderMeulen
|
ce0f027f99
|
Merge b2g-inbound to m-c.
|
2013-09-11 20:58:14 -04:00 |
|
Jed Davis
|
197c55f1a5
|
Bug 810526 - Add an implementation of ARM EHABI stack unwinding for the profiler. r=BenWa r=huseby
|
2013-09-11 14:53:14 -04:00 |
|
Jed Davis
|
51ceff5318
|
Bug 810526 - android-signal-defs.h must include signal.h for stack_t. r=bgirard
|
2013-09-11 14:52:34 -04:00 |
|
Jed Davis
|
8cadc270a4
|
Bug 810526 - Add multiple-include guard to android-signal-defs.h. r=bgirard
|
2013-09-11 14:51:59 -04:00 |
|
Jed Davis
|
a0c7f48b3b
|
Bug 810526 - Factor out native/pseudo stack merging. r=bgirard
|
2013-09-11 14:51:11 -04:00 |
|
Jed Davis
|
d24d6515c1
|
Bug 810526 - Add stack top to Thread{Info,Profile}. r=bgirard
|
2013-09-11 14:50:46 -04:00 |
|
Dan Gohman
|
8b7074b6dc
|
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
|
2013-09-11 05:49:05 -07:00 |
|
Ryan VanderMeulen
|
00d0a3d29f
|
Backed out changeset 508a916a482a (bug 914348) for suspicion of causing Linux mochitest-bc perma-orange.
|
2013-09-10 15:32:31 -04:00 |
|
Benoit Girard
|
7eae9ccca8
|
Bug 914348 - Name SamplerThread on linux. r=jld
--HG--
extra : rebase_source : 343dec3b5d4b8eaa4a294c54ae1f74b9e0775401
|
2013-09-10 11:20:09 -04:00 |
|
Jonas Finnemann Jensen
|
c420e34c77
|
Bug 902587 - Part 1: Refactor IO Interposer with filename support. r=aklotz
|
2013-09-12 10:47:37 -04:00 |
|
Ms2ger
|
bb536a6478
|
Bug 870407 - Move final batch of CMMSRCS to moz.build and disallow it in makefiles; r=khuey
|
2013-09-06 08:40:41 +02:00 |
|
Robert O'Callahan
|
33cdb42706
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|