Alexandre Poirot
26b5b9b06f
Bug 1171723 - Fix clear button in variable view. r=bgrins
2015-07-21 13:24:26 -07:00
Alexandre Poirot
bce07008e0
Bug 1169096 - Fix remote filtering on nested attributes. r=past
2015-07-21 13:24:25 -07:00
Will Bamberg
221d5e4016
Bug 1154469 - The MDN tooltip should use syntax highlighting for code samples. r=pbrosset
2015-07-14 07:52:00 -04:00
Mahdi Dibaiee
9416dcfaf8
Bug 1153184 - Fix Filter Editor Tests; r=pbrosset
2015-07-10 20:27:32 -04:00
Mahdi Dibaiee
1cab8409ac
Bug 1153184 - UI Tests for the css filter presets popup changes; r=pbrosset
2015-07-10 20:27:23 -04:00
Mahdi Dibaiee
0a7137794c
Bug 1153184 - Persist CSS filter presets for reuse; r=pbrosset
2015-07-10 20:27:16 -04:00
Carsten "Tomcat" Book
bebb913db9
Backed out changeset 2ac055164ed1 (bug 1169096) for timeouts in browser_console_variables_view_filter.js
2015-07-10 13:50:05 +02:00
Carsten "Tomcat" Book
9a49bdac66
Backed out changeset 682a89113d92 (bug 1171723)
2015-07-10 13:49:29 +02:00
Alexandre Poirot
cdb5596086
Bug 1171723 - Fix clear button in variable view. r=bgrins
2015-07-10 00:21:00 -07:00
Alexandre Poirot
985acea833
Bug 1169096 - Fix remote filtering on nested attributes. r=past
2015-07-10 00:21:00 -07:00
Gabriel Luong
750fa4987b
Bug 1181243 - Ctrl + F should focus the filter style search bar if the focus is in the rule and computed view r=mikeratcliffe
2015-07-08 10:40:45 -07:00
J. Ryan Stinnett
7e2158acc2
Bug 1178851 - Move testing flag to DevToolsUtils. r=ochameau
2015-07-02 04:56:57 -05:00
Gabriel Luong
ea199953ff
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
23e5abb617
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
8ca90c0333
Bug 1174264 - Stacked Mountain Chart Widget, r=jsantell, a=Mossop
2015-06-19 19:26:27 -04:00
Victor Porof
7b4954f6a0
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
23dd8f0e43
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
2015-06-17 16:05:52 -04:00
Jeff Walden
eed5b7e229
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
faac2a1189
Bug 1169667 - DevTools: Flashpainting icon has wrong color when toggled on/off. r=jwalker
2015-06-12 14:00:29 +02:00
Brian Grinstead
fc2b372cfb
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
43c0a2f821
Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau
2015-06-10 23:35:19 -05:00
Tom Tromey
47c0d2cce1
Bug 1158288 - Show color swatch in drop-shadow function. r=pbrosset
2015-06-08 12:26:00 -04:00
Tom Tromey
3b508672ae
Bug 1158288 - Minimal changes for eslint. r=pbrosset
2015-06-08 12:26:00 -04:00
Brian Grinstead
94202cace4
Bug 1167379 - Take current zoom into account for mouse movement in graphs;r=vporof
2015-06-05 13:37:14 -07:00
Sami Jaktholm
6bc1638e9f
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
2a921a4743
Backed out changeset 549e09a3e84d for breaking the web audio editor, r=permaorange
2015-05-28 18:09:25 -04:00
Victor Porof
e5173b4133
Bug 1169135 - Make Graphs.jsm a require module, r=jsantell
2015-05-28 17:04:16 -04:00
Patrick Brosset
b0fc02b334
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.
2015-05-28 09:30:03 +02:00
Victor Porof
09b356aac3
Bug 1169132 - Fix imports in FlameGraph.js, r=jsantell
2015-05-28 00:30:41 -04:00
Victor Porof
87ea8b0d39
Bug 1169120 - Waterfall should preserve the currently selected marker after resizing, r=jsantell
2015-05-28 00:30:21 -04:00
Victor Porof
182e8d34ea
Bug 1168125 - Replace the waterfall view with a tree, r=jsantell
2015-05-27 17:23:53 -04:00
Victor Porof
569c3bebf6
Bug 1158982 - Using up/down keys moves overview graphs, r=jsantell
2015-05-27 15:23:44 -04:00
Sami Jaktholm
6987da173e
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
6afd957918
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
3075a2a3d4
Bug 1023386 - Split and filter properties remotely for objects. r=past
2015-05-25 20:11:59 +02:00
Brian Grinstead
5c215db1ff
Bug 1164327 - Make resizing a graph maintain the drawn selection. r=vporof
2015-05-24 17:38:00 +02:00
Victor Porof
6d3fbda895
Bug 1167962 - Fix import in synthesizeProfileForTest, r=orange
2015-05-24 14:12:53 -04:00
Patrick Brosset
afc590c391
Bug 1167704 - Remove SpiderMonkey specific syntax in browser/devtools/shared and browser/devtools/framework; r=jryans
2015-05-22 21:17:11 +02:00
J. Ryan Stinnett
345b7d89df
Bug 1067325 - Allow DevTools to use view source in tab. r=jsantell
2015-05-23 18:17:50 -05:00
Phil Ringnalda
0eefe0c506
Merge f-t to m-c, a=merge
2015-05-23 14:28:07 -07:00
Victor Porof
a145f7a720
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
75ef6d3a38
Bug 1167300 - Create a way to get strings from multiple localization files, r=jsantell
2015-05-22 16:25:52 -04:00
Victor Porof
abf0920a22
Bug 1167300 - Consolidate the performance tool directory, r=jsantell
2015-05-22 16:25:52 -04:00
Ravi Shankar
bfd7e69dc6
Bug 1049865 - Remove url query from items in the call tree; r=jsantell
2015-05-22 11:59:12 -07:00
Ryan VanderMeulen
1c381529ef
Backed out changeset 76c0e3be4fe8 (bug 1159043) for test_telemetry.html failures.
2015-05-22 14:55:38 -04:00
Jordan Santell
c1517f681e
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
7506e259a1
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
efe2f77f9e
Bug 1159043 - Record WebIDE runtime info in Telemetry. r=ochameau
2015-05-21 03:57:03 -05:00
Victor Porof
2db676cf7e
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
7e332fca65
Bug 1122662 - Resize graphs when window resizes;r=vporof
2015-05-22 09:38:29 -04:00