Commit Graph

74 Commits

Author SHA1 Message Date
Victor Porof
14993f15f4 Bug 927375 - Debugger UI should be responsive when docked to the side, r=fitzgen 2013-10-19 12:26:46 +03:00
Victor Porof
f270c5abca Bug 928278 - BreadcrumbsWidget should use setNamedTimeout, r=past 2013-10-18 11:13:36 +03:00
Panos Astithas
0f92c6aff7 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
f83c8046a2 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
3231912051 Bug 902539 - Make VariablesView ignore right clicks. r=vp 2013-10-14 14:40:05 -07:00
Brandon Benvie
53bbe80d30 Backout 55adba3eb627 bug 902539 for missing review comment. 2013-10-15 12:09:38 -07:00
Brandon Benvie
4a44ee17d9 Bug 902539 - Make VariablesView ignore right clicks. 2013-10-14 14:40:05 -07:00
J. Ryan Stinnett
ca1ea9af03 Bug 926501 - VariablesView.rawObject should use enumerable container. r=vporof 2013-10-14 11:33:48 -05:00
Ratnadeep Debnath
a042f6c0c1 Bug 926479 - Replace className comparisons with classList.contains in SideMenuWidget.jsm. r=vporof 2013-10-15 13:28:25 -04:00
Brian Mooney
f1f5c76fdc Bug 862019 - Add Ctrl-C listener to Variables View for copying items, r=vporof 2013-10-06 14:17:14 +03:00
Victor Porof
c0159af9b6 Bug 800857 - Implement debugger frontend for breaking on dom events, r=rcampbell 2013-10-04 10:33:08 +03:00
Victor Porof
2cdd27cf8c Bug 800857 - Simplify the ensureElementIsVisible method in the SideMenuWidget, r=rcampbell 2013-10-04 10:33:07 +03:00
Brandon Benvie
dcc58a216a Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-10-01 13:17:20 -07:00
Panos Astithas
a399e6353f 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
2cf611877a 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
74e5ac4bf3 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
bde78d956b 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
b11b868bd7 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
aa4e8d18ae 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
e39c781645 Bug 894311 - Finding a string with ':' breaks scripts list, r=rcampbell 2013-09-13 16:23:14 +03:00
Victor Porof
c4b28961d7 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
ef37026595 Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
b6cfff8e43 Bug 886848 - Cleanup, fix other typos, rename a few variables for consistency, r=past 2013-09-13 16:23:13 +03:00
Anup Allamsetty
879bad1887 Bug 903511 - Rename "GripClient" to "ObjectClient". r=fitzgen 2013-08-13 12:08:30 -04:00
Victor Porof
76dd3e9c43 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
06b670af5c Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp 2013-08-12 10:15:22 -07:00
Nick Fitzgerald
95255eb052 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
8818b7560d Bug 877262 - Part 2: move the Web Console files over to the new jetpack-based loader; r=dcamp 2013-08-03 13:29:48 +03:00
Ryan VanderMeulen
cf3cecc1b5 Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures. 2013-07-30 21:59:11 -04:00
Brandon Benvie
0085a7ce32 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
04bb06ac40 Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof 2013-07-27 10:48:10 -07:00
Nick Fitzgerald
30ace35913 Bug 895565 - align the black box checkbox with the source label; r=vporof 2013-07-24 17:50:20 -07:00
Nick Fitzgerald
c55ba941c4 Bug 877686 - Add UI to toggle the blackboxing of specific sources; r=vporof 2013-07-23 10:15:10 -07:00
Panos Astithas
e1057e0bc3 Rename Promise to promise to avoid collisions with the forthcoming DOM Promise implementation (bug 885318); r=jwalker 2013-07-11 10:12:20 +03:00
Alexandre Poirot
1fa1fcfab8 Bug 889838 - Silent exception when inspecting debugger variables on old actors. r=past 2013-07-03 15:27:10 -04:00
Brandon Benvie
02ccac1120 Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
Victor Porof
d892adcebf Bug 887203 - After replaying a request, hovering the network items menu shows "undefined", r=rcampbell 2013-06-26 23:35:39 +03:00
Victor Porof
7f217e4b85 Bug 887177 - Right clicking on a network request should select it, r=rcampbell 2013-06-26 23:35:38 +03:00
Victor Porof
078dca19a6 Bug 886019 - Need a better icon for .variables-view-delete, r=msucan 2013-06-22 22:01:27 +03:00
Victor Porof
a7af5e8849 Bug 884432 - Background color of request items keep changing when any filter is applied, r=rcampbell 2013-06-21 17:33:58 +03:00
Victor Porof
7b9fd02e87 Bug 884006 - "Prebuilt items" and "Values" should coexist when adding items to widgets, r=anton,rcampbell 2013-06-21 17:33:57 +03:00
Victor Porof
2561decb81 Bug 882420 - Rename "native-getter" in variable/property tooltips to "WebIDL", r=past 2013-06-21 17:33:57 +03:00
Victor Porof
8508ef474a Bug 881209 - Scrolling in the variables view is much choppier after bug 760370, r=past 2013-06-21 17:33:56 +03:00
Victor Porof
3e80672cb9 Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past 2013-06-21 17:33:56 +03:00
Victor Porof
e27e0a35e9 Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell 2013-06-21 17:33:56 +03:00
Brandon Benvie
5afc9e52cc Bug 869984 - Add sorting and searching to Scratchpad VariablesView, r=vporof 2013-06-17 14:55:25 -07:00
Brandon Benvie
b4cf2a196b Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
Panos Astithas
ec7deae671 Bug 773590 - Display the return value when stepping out of a function; r=vporof 2013-06-12 12:56:15 +03:00
Victor Porof
1c40ac16cd Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell 2013-06-06 09:53:08 +03:00
Nick Fitzgerald
c7e03abf3b Bug 760370 - Visually distinguish non-extensible objects; r=vporof 2013-05-29 19:47:00 +03:00