Граф коммитов

910 Коммитов

Автор SHA1 Сообщение Дата
Gabriel Luong 25fdca5e38 Bug 1166959 - Allow the selector editor to advance the focus with tab, shift-tab and enter r=pbrosset 2015-06-25 15:51:52 -07:00
Florent Fayolle 2cc20c56c0 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-20 08:47:00 +02:00
Victor Porof 1ea216a994 Bug 1174264 - Stacked Mountain Chart Widget, r=jsantell, a=Mossop 2015-06-19 19:26:27 -04:00
Victor Porof d9ec99ad77 Bug 1175686 - Pull line and bar graph widgets outside of Graphs.js into their own files, r=jsantell, a=Mossop 2015-06-19 11:00:25 -04:00
Victor Porof af7ea47287 Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-06-17 16:05:52 -04:00
Jeff Walden 8ebc2cc372 Bug 1146136 - Fix most in-tree tests that parenthesize destructuring pattern assignment targets, as ES6 forbids such parenthesization. (The patch making SpiderMonkey reject this syntax will follow shortly.) r=efaust, r=testingonlychange 2015-05-30 00:55:35 -07:00
Jarda Snajdr 47c69a34b7 Bug 1169667 - DevTools: Flashpainting icon has wrong color when toggled on/off. r=jwalker 2015-06-12 14:00:29 +02:00
Brian Grinstead 512f226159 Bug 1164728 - Scroll to bottom in netmonitor synchronously after inserting a batch of requests;r=vporof 2015-06-12 14:40:21 -07:00
J. Ryan Stinnett 342faa7ed0 Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau 2015-06-10 23:35:19 -05:00
Tom Tromey 83666142fb Bug 1158288 - Show color swatch in drop-shadow function. r=pbrosset 2015-06-08 12:26:00 -04:00
Tom Tromey f863d43adc Bug 1158288 - Minimal changes for eslint. r=pbrosset 2015-06-08 12:26:00 -04:00
Brian Grinstead 7074b4ed5a Bug 1167379 - Take current zoom into account for mouse movement in graphs;r=vporof 2015-06-05 13:37:14 -07:00
Sami Jaktholm b5d493f508 Bug 1169993 - Fix setTheme in theme.js to really trigger a theme change in Developer Tools. r=bgrins 2015-05-31 14:12:39 +03:00
Victor Porof da35d2707a Backed out changeset 549e09a3e84d for breaking the web audio editor, r=permaorange
--HG--
rename : browser/devtools/shared/widgets/Graphs.js => browser/devtools/shared/widgets/Graphs.jsm
2015-05-28 18:09:25 -04:00
Victor Porof 6d31f933ab Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
--HG--
rename : browser/devtools/shared/widgets/Graphs.jsm => browser/devtools/shared/widgets/Graphs.js
2015-05-28 17:04:16 -04:00
Patrick Brosset 8c2aaa42cf Bug 1166189 - ESLint configuration files for devtools; r=tromey
Adds a global .eslintrc file for all source files in /browser/devtools.
This file defines a set of global variables that are commonly used in
/browser/devtools code.
The files that import modules with Cu.import will need to define their
own globals as /* globals ... */ comments.
This file also defines the configuration for all the rules we want to
use.

This also adds a set of .eslintrc files, one per test directory in
/browser/devtools. Each of these files extend from one of 2 parent config
files: .eslintrc.xpcshell or .eslintrc.mochitest.
The parent config define the set of globals these types of tests have
access to (test runner functions, assertion functions, etc.).

Finally, this also adds .eslintrc files in /toolkit/devtools for code and
tests, which just extend from their counterparts in /browser/devtools.

--HG--
extra : rebase_source : d7b6f639634b64dc084d0835a5fb36c9720a87e7
2015-05-28 09:30:03 +02:00
Victor Porof 4332abb356 Bug 1169132 - Fix imports in FlameGraph.js, r=jsantell 2015-05-28 00:30:41 -04:00
Victor Porof 41b0c9ac2a Bug 1169120 - Waterfall should preserve the currently selected marker after resizing, r=jsantell 2015-05-28 00:30:21 -04:00
Victor Porof 04cbd3898d Bug 1168125 - Replace the waterfall view with a tree, r=jsantell 2015-05-27 17:23:53 -04:00
Victor Porof 921789e0e7 Bug 1158982 - Using up/down keys moves overview graphs, r=jsantell 2015-05-27 15:23:44 -04:00
Sami Jaktholm 2cd0525cd0 Bug 1165482 - Suppress errors that occur is Developer Toolbar tab change handler if the tab is closed during the update operation. r=bgrins 2015-05-27 04:41:38 +03:00
Sami Jaktholm b00b9dd8d6 Bug 1160774 - Don't wait for 'stylesheet-selected' event in source-utils.js as it is not emitted if the requested sheet is already selected. r=jsantell
The promise returned by selectStyleSheet resolves about the same time as the
'stylesheet-selected' event would be emitted so there's no need to wait for the
actual event that might never come.
2015-05-23 21:49:50 +03:00
Alexandre Poirot 6259e01e06 Bug 1023386 - Split and filter properties remotely for objects. r=past 2015-05-25 20:11:59 +02:00
Brian Grinstead 8ed3a4758b Bug 1164327 - Make resizing a graph maintain the drawn selection. r=vporof 2015-05-24 17:38:00 +02:00
Victor Porof 80ab2a826c Bug 1167962 - Fix import in synthesizeProfileForTest, r=orange 2015-05-24 14:12:53 -04:00
Patrick Brosset 8b742571be Bug 1167704 - Remove SpiderMonkey specific syntax in browser/devtools/shared and browser/devtools/framework; r=jryans
--HG--
extra : rebase_source : bdac5fb0f331073be700befe3b75453214c6a391
extra : histedit_source : 1920d0a9e56a217211f5f2c59101d820494ab74d
2015-05-22 21:17:11 +02:00
J. Ryan Stinnett 7f2646c3dd Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell 2015-05-23 18:17:50 -05:00
Phil Ringnalda d98af6849d Merge f-t to m-c, a=merge
--HG--
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
2015-05-23 14:28:07 -07:00
Victor Porof e197c19b40 Bug 1167300 - Fix all performance tool imports to work with the new file locations, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof 7015eff91b Bug 1167300 - Create a way to get strings from multiple localization files, r=jsantell 2015-05-22 16:25:52 -04:00
Victor Porof 4b7d7bd9d0 Bug 1167300 - Consolidate the performance tool directory, r=jsantell
--HG--
rename : browser/devtools/shared/timeline/global.js => browser/devtools/performance/modules/global.js
rename : browser/devtools/performance/modules/actors.js => browser/devtools/performance/modules/logic/actors.js
rename : browser/devtools/performance/modules/compatibility.js => browser/devtools/performance/modules/logic/compatibility.js
rename : browser/devtools/shared/profiler/frame-utils.js => browser/devtools/performance/modules/logic/frame-utils.js
rename : browser/devtools/performance/modules/front.js => browser/devtools/performance/modules/logic/front.js
rename : browser/devtools/performance/modules/io.js => browser/devtools/performance/modules/logic/io.js
rename : browser/devtools/shared/profiler/jit.js => browser/devtools/performance/modules/logic/jit.js
rename : browser/devtools/shared/timeline/marker-utils.js => browser/devtools/performance/modules/logic/marker-utils.js
rename : browser/devtools/performance/modules/recording-model.js => browser/devtools/performance/modules/logic/recording-model.js
rename : browser/devtools/performance/modules/recording-utils.js => browser/devtools/performance/modules/logic/recording-utils.js
rename : browser/devtools/shared/profiler/tree-model.js => browser/devtools/performance/modules/logic/tree-model.js
rename : browser/devtools/performance/modules/graphs.js => browser/devtools/performance/modules/widgets/graphs.js
rename : browser/devtools/shared/timeline/marker-details.js => browser/devtools/performance/modules/widgets/marker-details.js
rename : browser/devtools/shared/timeline/markers-overview.js => browser/devtools/performance/modules/widgets/markers-overview.js
rename : browser/devtools/shared/profiler/tree-view.js => browser/devtools/performance/modules/widgets/tree-view.js
rename : browser/devtools/shared/timeline/waterfall.js => browser/devtools/performance/modules/widgets/waterfall.js
2015-05-22 16:25:52 -04:00
Ravi Shankar daab31aa92 Bug 1049865 - Remove url query from items in the call tree; r=jsantell 2015-05-22 11:59:12 -07:00
Ryan VanderMeulen 3a69f754a0 Backed out changeset 76c0e3be4fe8 (bug 1159043) for test_telemetry.html failures.
--HG--
extra : rebase_source : 10711b4243175d04b0e5b91bf10b91eafa09fbcd
2015-05-22 14:55:38 -04:00
Jordan Santell 3ac62ebdb0 Bug 1162662 - Map JS markers to human readable keys, and hide if platform related via (Gecko). r=vp 2015-05-19 23:02:28 -07:00
Jordan Santell 5d38170b84 Bug 1167006 - Refactor marker details to not handle stack traces explicitly, and move logic into marker utils. Separate out some source link styles. r=vp 2015-05-22 11:26:51 -07:00
J. Ryan Stinnett 587455d65c Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau
--HG--
extra : rebase_source : 149626e989c8b81c6baafc54d22660931ec8da4a
2015-05-21 03:57:03 -05:00
Victor Porof 5909eac3cd Bug 1167459 - Skip rendering function name nodes if there's no name available (e.g. for C++ pseudoframes), r=jsantell 2015-05-22 09:39:25 -04:00
Brian Grinstead 1dc9894768 Bug 1122662 - Resize graphs when window resizes;r=vporof 2015-05-22 09:38:29 -04:00
J. Ryan Stinnett cf5f5fc965 Backed out changeset 71aa79b01224 on CLOSED TREE (bug 1067235)
--HG--
extra : histedit_source : d8f836dbbedf5d8d0e29c1b07324a186d377db99
2015-05-22 07:03:14 -05:00
J. Ryan Stinnett 723f52758a Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell 2015-05-22 05:16:24 -05:00
Jordan Santell bd27262286 Bug 1166494 - part3: Correctly handle marker definition fields that are described via function rather than array. r=vp 2015-05-22 02:37:06 -07:00
Jordan Santell 886f65d972 Bug 1058898 - Enable e10s tests on the performance tool. r=vp
--HG--
rename : browser/devtools/performance/test/browser_perf-aaa-run-first-leaktest.js => browser/devtools/performance/test/browser_aaa-run-first-leaktest.js
2015-05-10 01:20:56 -07:00
Jordan Santell 1343f0c52a Bug 1166494 - part2: correctly add labels to console markers and properly add style markers' restyleHints. r=vp 2015-05-21 22:43:52 -07:00
Jordan Santell 3a029e4de1 Bug 1166494 - Re-add console timestamp and style markers' metadata. r=vp 2015-05-20 08:43:23 -07:00
Jordan Santell 9bc1c89827 Bug 1164552 - create new colors in light/dark themes for devtools specifically for rendering graphs in the performance tool. The highlight-* colors in light theme work well for text, less so for rendered blocks and appear very 'bold'. Most of the dark theme graph colors are the same as their highlight-* equivilents. r=vp 2015-05-20 13:15:28 -07:00
John Pavlicek 9fb76a86b8 Bug 1164906 - Use EventUtils.sendString instead of looping and calling EventUtils.sendChar in DevTools tests. r=mratcliffe 2015-05-19 14:32:00 -04:00
Brian Grinstead ef942e6027 Bug 1090950 - Properly bound fillRect call for Graphs with selections that start or end out of bounds. r=vporof 2015-05-19 13:39:00 -04:00
Jordan Santell 307a087c72 Bug 1157916 - Add tooltip for displaying start/end times on marker details' duration field. r=vp 2015-05-19 13:15:37 -07:00
Jordan Santell fd5a34b3dc Bug 1166139 - properly display the generic class name for markers in the marker filter popup. r=vp 2015-05-18 21:07:49 -07:00
Victor Porof 9157019656 Bug 1144034 - Flamegraph text is barely readable on non-retina display, r=jsantell 2015-05-19 13:47:09 -04:00