Commit Graph

11 Commits

Author SHA1 Message Date
Jan de Mooij
71d37a198e Bug 1237201 part 7 - Handle Vector OOM in nsPerformanceStats, telemetry. r=Yoric 2016-01-14 15:19:37 +01:00
Nick Fitzgerald
16c2a5f67c Bug 1170325 - Convert js::Vector into a template alias to mozilla::Vector with a single customized default argument. Also get rid of the CRTP support in mozilla::Vector (through mozilla::VectorBase) now that template aliasing is good enough, and make mozilla::Vector final so that people will use composition and not inheritance with it. (Inheritance plays poorly with movability and a few other things, in addition to messing up template argument deduction matching.) r=Waldo, patch sort of a tag-team between him and me 2015-07-13 12:42:52 -07:00
Mike Hommey
b9dbe46ca2 Bug 1225682 - Don't use nsAuto{,C}String as class member variables in toolkit/. r=froydnj 2015-12-02 11:04:37 +09:00
Birunthan Mohanathas
a29151dc87 Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
The bulk of this commit was generated by running:

  run-clang-tidy.py \
    -checks='-*,llvm-namespace-comment' \
    -header-filter=^/.../mozilla-central/.* \
    -fix
2015-07-13 08:25:42 -07:00
Aaron Klotz
52ddbad516 Bug 1128768: Part 4 - Update telemetry to serialize BHR hang annotations; r=gfritzsche 2015-03-09 16:34:42 -06:00
Jim Chen
0e358cf098 Bug 1016629 - a. Associate a native stack for each hang; r=vladan 2014-07-28 13:30:20 -04:00
Carsten "Tomcat" Book
0bf90e01d5 Backed out changeset 19fe3fd54e72 (bug 1016629) for causing Linux opt XPCShell Test failures on a CLOSED TREE 2014-07-25 16:01:09 +02:00
Jim Chen
408ddbce7d Bug 1016629 - a. Associate a native stack for each hang; r=vladan 2014-07-24 22:33:43 -04:00
Jim Chen
0112d5b817 Bug 1023461 - Add HangStack class to support internal string buffer; r=vladan 2014-06-20 14:28:10 -04:00
Jim Chen
2e14db4bf0 Bug 932865 - Expose thread hang stats through nsITelemetry and telemetry ping; r=vladan 2013-11-22 14:17:31 -05:00
Jim Chen
ff3de9e8d8 Bug 932865 - Add ThreadHangStats for collecting background hang telemetry; r=vladan 2013-11-22 14:17:30 -05:00