Commit Graph

316 Commits

Author SHA1 Message Date
Tooru Fujisawa
d026d014d6 Bug 1219028 - Remove use of non-standard Function.prototype.isGenerator from devtools/. r=fitzgen
--HG--
extra : commitid : G4gBdr2Ghw8
extra : rebase_source : 44e225f53a1275ee135cd8d953faf02498bb2b26
2015-10-28 07:28:18 +09:00
Jordan Santell
e6b5ecfe0c Bug 1218840 - Remove vestigial census-view module. r=fitzgen 2015-10-27 17:49:36 -07:00
Jordan Santell
5c34d7a09b Bug 1218674 - Style heap view states and overall tree. r=fitzgen 2015-10-27 17:48:18 -07:00
Jordan Santell
4b689e7052 Bug 1218675 - Style focused rows in the heap tree correctly. r=fitzgen 2015-10-27 14:59:26 -07:00
Nick Fitzgerald
dce01b0b6f Bug 1218560 - Fix heap tree view with allocation stack breakdown; r=jsantell 2015-10-27 14:20:09 -07:00
Nick Fitzgerald
f3271df0b6 Bug 1218597 - Limit the number of stack frames serialized in core dumps; r=froydnj 2015-10-27 14:13:39 -07:00
Nick Fitzgerald
5abfa7449e Bug 1218592 - Add more robust error handling and reporting to the memory tool's actions; r=jsantell 2015-10-27 13:24:55 -07:00
Brian Grinstead
99dff533b4 Bug 1211038 - Fix focus issue with debugger searchbox using CodeMirror upstream patch;r=jryans
--HG--
extra : commitid : DKG9VrpGIyG
2015-10-27 12:59:45 -07:00
Nick Fitzgerald
307f72d779 Bug 1217500 - Add UI for inverting display tree in memory tool; r=jsantell 2015-10-27 09:11:05 -07:00
Jordan Santell
11bcdb705f Bug 1217239 - part 2 - fix bad rebase. r=jlong 2015-10-27 08:17:47 -07:00
Victor Porof
603fd3fe06 Bug 859042 - Show onload and DOMContentLoaded markers in the timeline, r=smaug, jsantell 2015-10-27 13:10:08 +01:00
Carsten "Tomcat" Book
8fe71db627 Merge mozilla-central to fx-team 2015-10-27 10:59:26 +01:00
Carsten "Tomcat" Book
6dfc4c0fb5 merge mozilla-inbound to mozilla-central a=merge 2015-10-27 10:55:48 +01:00
Xidorn Quan
1a693cf130 Bug 962249 part 3 - Add Window.scrollMin{X,Y} (chrome-only) and convert most of scrollMaxX uses and part of scrollMaxY uses to combinations with the new properties. r=roc,bz
--HG--
extra : source : a07399cae357020c4f6dd33dac16eae82882cc83
2015-10-27 13:38:02 +09:00
Phil Ringnalda
df78b897da Back out 2 changesets (bug 1217500, bug 1218560) for devtools leaks
Backed out changeset 15acea2927e2 (bug 1218560)
Backed out changeset e3b623fd16bf (bug 1217500)
2015-10-26 18:28:24 -07:00
Sebastian Hengst
69493b0427 Bug 1218586 - use \u0020 instead of backspace protected whitespace in watchExpressionsSeparatorLabel to suppress warning from compare-locales. r=jryans 2015-10-26 23:17:38 +01:00
Nick Fitzgerald
9e925569a5 Bug 1218560 - Fix heap tree view item rendering when using an allocation stack breakdown; r=jsantell 2015-10-26 14:58:03 -07:00
Nick Fitzgerald
fd979a5d49 Bug 1217500 - Add UI for inverting display tree in memory tool; r=jsantell 2015-10-26 14:58:03 -07:00
Wes Kocher
167aaf2232 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : JnFqljHzGAU
2015-10-26 14:39:31 -07:00
Nick Fitzgerald
1eec8db28a Bug 1218471 - Pretty print action JSON in redux logging middleware; r=jsantell 2015-10-26 14:07:51 -07:00
Nick Fitzgerald
31296304aa Bug 1218005 - DevToolsUtils.{dbg_assert => assert} in devtools/server/actors/webbrowser.js; r=jsantell 2015-10-26 14:07:51 -07:00
Brian Grinstead
00584c089e Bug 1217591 - Run autocomplete tests in worker console;r=fitzgen
--HG--
extra : commitid : 2MnaHsLiZe1
2015-10-26 11:55:41 -07:00
Brian Grinstead
f2795041dc Bug 1217591 - Make JS autocompletion in the console work inside of a worker toolbox;r=fitzgen
--HG--
rename : devtools/shared/webconsole/utils.js => devtools/shared/webconsole/js-property-provider.js
extra : commitid : Am93ZaJlGjE
2015-10-26 11:55:40 -07:00
Alexandre Poirot
48802de620 Bug 1007061 - Remove app-manager. r=jryans 2015-10-26 10:35:35 -07:00
Jordan Santell
97e65e8041 Bug 960776 2015-10-26 10:13:49 -07:00
Brian Grinstead
1e63b6e777 Bug 1215117 - Make console input field work inside a worker toolbox;r=ejpbruel
--HG--
extra : commitid : 284VqUOwCvf
2015-10-26 09:13:11 -07:00
Brian Grinstead
57708c44fe Bug 1217884 - Remove double spacing between devtools toolbar and devtools inputs;r=pbrosset
--HG--
extra : commitid : IkQ98XjCU41
2015-10-26 08:37:38 -07:00
Brian Grinstead
162d0cd8ca Bug 1217880 - Set max-height on console input so it can overflow and be scrolled;r=vporof
--HG--
extra : commitid : DaMljfQiQMr
2015-10-26 08:35:45 -07:00
Carsten "Tomcat" Book
758c43af6b merge mozilla-inbound to mozilla-central a=merge 2015-10-26 10:57:35 +01:00
Victor Porof
4befdd85f0 Bug 1211838 - Add docs for Composite markers, r=jsantell 2015-10-24 17:10:06 +02:00
Victor Porof
e19d9f5287 Bug 1212319 - Add docs for Worker markers, r=jsantell 2015-10-24 17:10:01 +02:00
Victor Porof
9dc0ce6b1a Bug 1202657 - Add markers for workers' message passing and serialization/deserialization, r=smaug, jsantell, tromey, ejpbruel
--HG--
rename : docshell/base/timeline/OTMTMarkerReceiver.h => docshell/base/timeline/MarkersStorage.h
2015-10-21 23:10:05 +02:00
Sebastian Hengst
e3172430f6 Backed out changeset 335ea7a95492 (bug 960776) for XPCShell failures. r=backout 2015-10-24 10:43:41 +02:00
Jordan Santell
7da4708a2f Bug 960776 - Render a tree widget to display heap data. r=fitzgen 2015-10-23 15:59:11 -07:00
Jordan Santell
f688e5226a Bug 1217979 - Remove production version of react from the tree and only use dev for model validation and test addons. r=jlongster 2015-10-23 15:24:15 -07:00
Nick Fitzgerald
554bd61388 Bug 1214066 - Add the ability to toggle allocation stack recording; r=jsantell 2015-10-23 15:18:55 -07:00
Ryan VanderMeulen
931e0dee49 Backed out changesets fb30635f0652 and a91f6ca882f2 (bug 1169679) for being the likely cause of OSX 10.10 mochitest-bc failures. 2015-10-23 17:39:16 -04:00
Brian Grinstead
8ffd3835bb Bug 1025778 - Save value as global variable in console;r=jlongster
--HG--
extra : commitid : 9DkNFF3d4jE
2015-10-23 14:04:29 -07:00
Tim Nguyen
baf8a37c35 Bug 1169679 - Update add-on manager entry design to match in-content prefs styling. r=dao
--HG--
extra : rebase_source : 9007a842ed011e4257600c43c0cc47c3f6d647f6
2015-10-22 07:28:00 -04:00
Brian Grinstead
acfff056be Bug 1216615 - Add spacing on devtools-searchbox instead of devtools-searchinput;r=pbrosset
--HG--
extra : commitid : HbTSC6RTbI5
2015-10-23 08:47:10 -07:00
J. Ryan Stinnett
12988a89c2 Bug 1217687 - Appease the mozbuild reading test. r=me 2015-10-23 07:25:19 -05:00
J. Ryan Stinnett
64bf2d6b32 Bug 1217687 - Revert back to including /devtools via toolkit. r=glandium 2015-10-23 06:04:45 -05:00
Carsten "Tomcat" Book
c138c48fd1 Merge m-c to fx-team 2015-10-23 11:51:27 +02:00
Carsten "Tomcat" Book
b98d307f3e merge mozilla-inbound to mozilla-central a=merge 2015-10-23 11:33:41 +02:00
Wes Kocher
2fc1737838 Merge m-c to inbound, a=merge 2015-10-22 16:56:10 -07:00
Wes Kocher
872e4742b4 Merge fx-team to central, a=merge 2015-10-22 16:45:45 -07:00
J. Ryan Stinnett
fa0f765d51 Bug 1216592 - Clean up old paths that landed post-migration. r=bgrins 2015-10-22 11:31:09 -05:00
Nick Fitzgerald
ee34994904 Bug 1217248 - Add the ability to invert CensusTreeNode trees; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
ada3f2a447 Bug 1217158 - Aggregate total counts/bytes in CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00
Nick Fitzgerald
72eeda6375 Bug 1201542 - Implement allocationSite breakdown for CensusTreeNode; r=jsantell 2015-10-22 09:12:36 -07:00