Anup Allamsetty
e8e22c88c7
Bug 903511 - Rename "GripClient" to "ObjectClient". r=fitzgen
2013-08-13 12:08:30 -04:00
Victor Porof
b05554c10f
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
7b0b48adf9
Bug 897256 - Add Debugger Protocol support for NaN, Infinity, and -Infinity. r=dcamp
2013-08-12 10:15:22 -07:00
Nick Fitzgerald
c35b22a09d
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
b255378927
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
04aa98eef7
Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures.
2013-07-30 21:59:11 -04:00
Brandon Benvie
0647e26d6b
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
26f3f7ccf4
Bug 892605 - part 0: add callMethod to WidgetHelpers, checkItem to SideMenuWidget; r=vporof
2013-07-27 10:48:10 -07:00
Nick Fitzgerald
cbea50a8d6
Bug 895565 - align the black box checkbox with the source label; r=vporof
2013-07-24 17:50:20 -07:00
Nick Fitzgerald
2a44e76079
Bug 877686 - Add UI to toggle the blackboxing of specific sources; r=vporof
2013-07-23 10:15:10 -07:00
Panos Astithas
fedbf437f3
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
f92fd1bb9e
Bug 889838 - Silent exception when inspecting debugger variables on old actors. r=past
2013-07-03 15:27:10 -04:00
Brandon Benvie
14c5234d3c
Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof
2013-06-27 08:56:29 -07:00
Victor Porof
4c8c1ea98f
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
125526fd5b
Bug 887177 - Right clicking on a network request should select it, r=rcampbell
2013-06-26 23:35:38 +03:00
Victor Porof
3b94a34ec0
Bug 886019 - Need a better icon for .variables-view-delete, r=msucan
2013-06-22 22:01:27 +03:00
Victor Porof
cecd12f2bc
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
98d1fa955c
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
f978c469c9
Bug 882420 - Rename "native-getter" in variable/property tooltips to "WebIDL", r=past
2013-06-21 17:33:57 +03:00
Victor Porof
af8328e211
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
5d176875e9
Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past
2013-06-21 17:33:56 +03:00
Victor Porof
4549fa7759
Bug 823577 - Cleanup debugger frontend code, strings, etc., r=rcampbell
...
--HG--
rename : browser/devtools/debugger/DebuggerUI.jsm => browser/devtools/debugger/DebuggerProcess.jsm
2013-06-21 17:33:56 +03:00
Brandon Benvie
743ae2f688
Bug 869984 - Add sorting and searching to Scratchpad VariablesView, r=vporof
2013-06-17 14:55:25 -07:00
Brandon Benvie
c6043fcdce
Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan
2013-06-14 10:42:52 -07:00
Panos Astithas
e7698e0f66
Bug 773590 - Display the return value when stepping out of a function; r=vporof
2013-06-12 12:56:15 +03:00
Victor Porof
532d96c183
Bug 852639 - Make the BreadcrumbsWidget keyboard accessible, r=rcampbell
2013-06-06 09:53:08 +03:00
Nick Fitzgerald
6764647783
Bug 760370 - Visually distinguish non-extensible objects; r=vporof
2013-05-29 19:47:00 +03:00
Victor Porof
8f0dfea7cd
Bug 873225 - Totals for displayed file sizes, r=rcampbell
2013-05-30 21:46:36 +03:00
Victor Porof
d81e8ae215
Bug 876111 - Debugger's scripts pane acting weird after bug 866623, r=rcampbell
2013-05-29 11:45:58 +03:00
Victor Porof
b0668c0c86
Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell
2013-05-24 21:36:51 +03:00
Victor Porof
83b7bf7a0d
Bug 859046 - Implement filtering out certain types of requests, r=rcampbell
...
* * *
Bug 873761 - Several "XUL box for hbox element contained an inline #text child, forcing all its children to be wrapped in a block." warnings for netmonitor.xul, r=rcampbell
2013-05-24 20:53:10 +03:00
Victor Porof
8deccd9ff2
Bug 873751 - Closing the requests details pane should deselect the currently selected item, r=rcampbell
2013-05-24 20:10:07 +03:00
Victor Porof
e434cc3f14
Bug 873749 - SideMenuWidget shouldn't automatically scroll to bottom when there's a selected item, r=rcampbell
2013-05-24 20:10:07 +03:00
Gijs Kruitbosch
fa222527bc
Bug 874040 - Fix l10n expectations in net monitor tests, r=vp
2013-05-20 16:14:27 +02:00
Victor Porof
2d7c72d261
Bug 869497 - Remove function expression names from the debugger, netmonitor and widgets, r=rcampbell
2013-05-13 10:01:00 +03:00
Mihai Sucan
c38fdcacf2
Bug 870220 - Web Console property inspector shows duplicate entries for navigator.plugins; r=robcee,vporof
2013-05-11 12:05:21 +03:00
David Creswick
dc7229846a
Bug 863102 - Automatically scroll down upon new network requests, r=vporof
2013-05-10 12:01:08 +03:00
Victor Porof
b99fdf3a25
Bug 859039 - Allow sorting by column (status, method, file, domain, type, size etc.), r=rcampbell
2013-05-10 12:01:08 +03:00
Victor Porof
974e336c36
Bug 864802 - The _store on each variables view instance is redundant, r=rcampbell
2013-04-25 09:18:19 +03:00
J. Ryan Stinnett
10fc531728
Bug 843187 - Variables view: going down through the properties via keyboard is really broken, r=vporof
2013-04-23 07:34:08 -05:00
Girish Sharma
e90b476596
Bug 851546 - Options panel for DevTools Toolbox, r=jwalker,vporof,past
2013-04-15 18:04:48 +05:30
Victor Porof
b819ec95df
Bug 861487 - Sizes are displayed with non-localized decimal separator, r=rcampbell
2013-04-18 09:35:27 +03:00
Victor Porof
0551ebb9c8
Bug 861783 - Removing watch expression of large object not possible via mouse, r=past
2013-04-18 09:35:26 +03:00
Victor Porof
3d8503bbd3
Bug 860055 - SideMenuWidget shouldn't scroll back to the selected item when new requests are coming in, r=dcamp
2013-04-11 21:11:46 +03:00
J. Ryan Stinnett
17739e8570
Bug 847349 - Clean up left / down navigation in variables view; r=vporof
2013-04-10 10:59:26 -05:00
Victor Porof
b5857d6909
Bug 859062 - [netmonitor] Hide right arrow in the SideMenuWidget, r=dcamp
2013-04-10 02:05:09 +03:00
Victor Porof
26ee1b2207
Bug 859181 - Variables view closes immediately on first open, r=rcampbell
2013-04-10 02:05:09 +03:00
Mihai Sucan
7325189239
Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul
2013-04-09 12:46:30 +03:00
Victor Porof
0b1d2a6827
Bug 855544 - Implement a network monitor, r=dcamp,msucan
2013-03-11 23:50:42 -07:00
Victor Porof
101a25592f
Bug 812083 - Implement a SideMenuWidget (add a tree view to the remote debugger's script selector), r=past,rcampbell
...
--HG--
rename : browser/devtools/debugger/test/browser_dbg_script-switching.js => browser/devtools/debugger/test/browser_dbg_scripts-switching.js
2013-02-21 01:33:36 +02:00