Commit Graph

92 Commits

Author SHA1 Message Date
Patrick Brosset
f032bbe4a2 Bug 931845 - Shows image tooltips immediately and with no animation. r=bgrins 2013-11-18 13:03:20 -05:00
Brian Grinstead
e902571661 Bug 916766 - Consistent theming across panels - added scratchpad and variable view;r=paul 2013-11-18 08:14:40 -06:00
Patrick Brosset
24f15ac20f Bug 889638 - Color picker tooltip in the CSS rule view. r=harth 2013-11-15 21:46:59 -05:00
Brandon Benvie
d13b18f4e4 Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-11-07 13:23:55 -08:00
Wes Kocher
6c53d4705c Backed out changeset 7dd13d06f132 (bug 862849) for breaking webconsole tests 2013-11-06 15:13:53 -08:00
Brandon Benvie
6cc62866fc Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-10-17 16:05:14 -07:00
Patrick Brosset
e4f44dda1d Bug 932937 - Images are resized on the server-side for image preview tooltips. r=harth 2013-11-05 11:19:29 -05:00
Victor Porof
fa839ec160 Bug 930928 - Shader compilation errors should be displayed in the editor, r=rcampbell,anton 2013-11-05 14:07:37 +02:00
Patrick Brosset
27ed3bf1ce Bug 932218 - Hides previous image preview tooltip in markup view when another one shows. r=bgrins 2013-10-31 23:10:44 -04:00
Victor Porof
302576c396 Bug 931463 - Shader editor programs checkboxes misaligned on Linux, r=past 2013-10-27 20:44:02 +02:00
Victor Porof
bd5a738d6d Bug 931452 - Checkbox focus artifact on Linux in the Shader Editor, r=past 2013-10-27 20:43:55 +02:00
Patrick Brosset
1b7307bf0b Bug 765105 - Tooltip shared component, showing image previews in markup, css rules and computed views, r=miker,harth 2013-10-26 00:51:01 +05:30
J. Ryan Stinnett
a1400450ff Bug 922144 - Part 2: Actions first option for Variables View. r=vporof
--HG--
extra : rebase_source : 07b4de41e6e9f5f9636ec742b1511950cdca67af
2013-10-24 13:03:17 -05:00
J. Ryan Stinnett
d1c1998145 Bug 922144 - Part 1: Aligned values option for Variables View. r=vporof
--HG--
extra : rebase_source : 20a8e6ed186b85189b2cbe95b52c8b007e7ea09b
2013-10-23 09:57:00 -05:00
Victor Porof
3fbc0fcb0d Bug 910955 - Implement a live WebGL shader editor, r=dcamp 2013-10-25 10:18:41 +03:00
Victor Porof
8a430f311b Bug 930643 - Sorting by column is broken in the Network Monitor, r=jryans 2013-10-25 10:15:53 +03:00
Nick Alexander
8cdda00c3d Backed out changeset 69ebfb936442 (bug 862849) for bc orange on a CLOSED TREE.
--HG--
extra : amend_source : 0fbcba6a47f79369df9628f3ca1aa2ebf02a6efa
2013-10-23 13:19:58 -07:00
Brandon Benvie
d2f6bed2e3 Bug 862849 - Remove __iterator__ use from the devtools. r=vp 2013-10-18 12:28:40 -07:00
Victor Porof
b31f92b72e Bug 927375 - Debugger UI should be responsive when docked to the side, r=fitzgen 2013-10-19 12:26:46 +03:00
Victor Porof
3e58bf7222 Bug 928278 - BreadcrumbsWidget should use setNamedTimeout, r=past 2013-10-18 11:13:36 +03:00
Panos Astithas
4e7886c8f7 Bug 862344 - Hide non-enumerable properties of parsed JSON in the network details. r=vporof 2013-10-17 11:21:08 +03:00
Brandon Benvie
f10174173c Bug 926725 - Create DevToolsUtils.defineLazyPrototypeGetter and use it in VariablesView Scopes. r=fitzgen, r=vp 2013-10-15 09:49:15 -07:00
Brandon Benvie
19d5c5ce8c Bug 902539 - Make VariablesView ignore right clicks. r=vp 2013-10-14 14:40:05 -07:00
Brandon Benvie
bb71732097 Backout 55adba3eb627 bug 902539 for missing review comment. 2013-10-15 12:09:38 -07:00
Brandon Benvie
4fa6744102 Bug 902539 - Make VariablesView ignore right clicks. 2013-10-14 14:40:05 -07:00
J. Ryan Stinnett
c5013b90d7 Bug 926501 - VariablesView.rawObject should use enumerable container. r=vporof 2013-10-14 11:33:48 -05:00
Ratnadeep Debnath
48defe697a Bug 926479 - Replace className comparisons with classList.contains in SideMenuWidget.jsm. r=vporof 2013-10-15 13:28:25 -04:00
Brian Mooney
b21ee9acbe Bug 862019 - Add Ctrl-C listener to Variables View for copying items, r=vporof 2013-10-06 14:17:14 +03:00
Victor Porof
98c03e2f04 Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
934e18ae62 Bug 800857 - Simplify the ensureElementIsVisible method in the SideMenuWidget, r=rcampbell 2013-10-04 10:33:07 +03:00
Brandon Benvie
302c53c176 Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-10-01 13:17:20 -07:00
Panos Astithas
ada503a56a Bug 810966 - Display closed over variables in the variables view for functions that are not stack frames; r=vporof,msucan 2013-09-25 19:03:17 +03:00
Victor Porof
dff563b2c6 Bug 876277 - Remove the ugly _wasToggled hack from the VariablesView that tests relied on, r=past 2013-09-13 16:23:15 +03:00
Victor Porof
8db6971be5 Bug 876277 - Add getScopeAtIndex() to make scopes more easily accessible from tests, and fix a few inconsistencies in VariablesView.jsm, r=past 2013-09-13 16:23:15 +03:00
Victor Porof
82bd81a21a Bug 876277 - Clicking on global search results lines (not matches) was broken after 877686, fix it, r=past 2013-09-13 16:23:15 +03:00
Victor Porof
a1d3fc95ba Bug 876277 - Make widgets always perform a refresh operation when the selected item is changed, to prevent any consumers from dealing with such scenarios, r=past 2013-09-13 16:23:15 +03:00
Victor Porof
4de5022cff Bug 876277 - Make widgets always return labels and values in the displayed order, to avoid tests failing because of the async way in which items could be added, r=past 2013-09-13 16:23:14 +03:00
Victor Porof
d50a177c99 Bug 894311 - Finding a string with ':' breaks scripts list, r=rcampbell 2013-09-13 16:23:14 +03:00
Victor Porof
dc7ea4a61b Bug 881219 - When filtering sources, hiding items in the sources list is redundant, r=rcampbell 2013-09-13 16:23:14 +03:00
Victor Porof
9392e693aa Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
58cda20700 Bug 886848 - Cleanup, fix other typos, rename a few variables for consistency, r=past 2013-09-13 16:23:13 +03:00
Anup Allamsetty
b3894384dc Bug 903511 - Rename "GripClient" to "ObjectClient". r=fitzgen 2013-08-13 12:08:30 -04:00
Victor Porof
72cc5544f9 Bug 903727 - Arrows aren't shown in the SideMenuWidget even though the showArrows param is true, r=fitzgen 2013-08-13 09:56:51 +03:00
Brandon Benvie
31bc4d26e3 Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
Nick Fitzgerald
d51caf3dab bug 899877 part 2: don't reload stack frames on blackboxchange events, stay on selected source; r=dcamp 2013-08-03 11:06:57 -07:00
Mihai Sucan
f0c3ce2c9b Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp
--HG--
rename : browser/devtools/shared/AutocompletePopup.jsm => browser/devtools/shared/autocomplete-popup.js
rename : browser/devtools/webconsole/HUDService.jsm => browser/devtools/webconsole/hudservice.js
rename : browser/devtools/webconsole/NetworkPanel.jsm => browser/devtools/webconsole/network-panel.js
rename : browser/devtools/webconsole/WebConsolePanel.jsm => browser/devtools/webconsole/panel.js
rename : toolkit/devtools/webconsole/WebConsoleClient.jsm => toolkit/devtools/webconsole/client.js
rename : toolkit/devtools/webconsole/NetworkHelper.jsm => toolkit/devtools/webconsole/network-helper.js
rename : toolkit/devtools/webconsole/WebConsoleUtils.jsm => toolkit/devtools/webconsole/utils.js
2013-08-03 13:29:48 +03:00
Ryan VanderMeulen
d26e9edf4d Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures. 2013-07-30 21:59:11 -04:00
Brandon Benvie
093efb8f77 Bug 843019 - Variables view input filter doesn't work until you press Escape. r=vp, r=msucan 2013-07-30 16:07:59 -07:00
Nick Fitzgerald
572404a826 Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof 2013-07-27 10:48:10 -07:00
Nick Fitzgerald
41dd380337 Bug 895565 - align the black box checkbox with the source label; r=vporof 2013-07-24 17:50:20 -07:00