Commit Graph

87 Commits

Author SHA1 Message Date
Victor Porof
bfa0055398 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
fb5ea90063 Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
253e8c5f48 Bug 884436 - Sorting by METHOD is really painful, r=rcampbell 2013-09-13 09:58:43 +03:00
Andre Miranda
37f5db5bc6 Bug 910085 - The netmonitor sidepane resize should redraw the waterfalls, r=vporof 2013-08-28 00:55:48 -03:00
Mike Hommey
f1cf3b4238 Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
Dave Camp
d2af46d2a9 Bug 909101 - Load the netmonitor panel with the devtools loader. r=vporof, r=gps
--HG--
rename : browser/devtools/netmonitor/NetMonitorPanel.jsm => browser/devtools/netmonitor/netmonitor-panel.js
extra : rebase_source : 2a24c39f2d1ce71844720f1b79c70a07637eee24
2013-08-25 11:57:52 +02:00
Avinash Kundaliya
cdea73e968 Bug 889944 - Add "Open in New Tab" context menu item on resources; r=harth 2013-08-27 13:39:44 +02:00
Heather Arthur
ab35c23205 Bug 905312 - Make monospace font consistent across devtools; r=paul 2013-08-26 10:24:41 +02:00
Phil Ringnalda
1aaf321668 Back out ae91affad44f (bug 889944) for browser-chrome bustage
CLOSED TREE
2013-08-16 19:04:25 -07:00
Avinash Kundaliya
fb9f367b80 Bug 889944 - add "open in new tab" context menu item on resources; r=harth 2013-08-16 15:33:11 -07:00
Anup Allamsetty
104d3ca872 Bug 896911 - Rename "Resend" item to "Edit and Resend"; r=harth 2013-08-16 13:51:42 -07:00
Victor Porof
7eab9e8813 Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan 2013-08-15 06:45:34 +03:00
Victor Porof
9019d89c17 Bug 904472 - Add license block to netmonitor's test files, r=msucan 2013-08-15 06:45:33 +03: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
Victor Porof
4cfd18d07e Bug 892413 - Followup fixes for bug 887605, r=harth 2013-07-11 13:00:34 +03: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
Minarto Margoliono
e4bfbdc0ff Bug 887605 - Add "Copy URL" context menu item to Netmonitor; r=harth 2013-07-10 18:50:16 -07:00
Victor Porof
2c8a884c2c Bug 886848 - Chain promises on netmonitor initialization/destruction to remove some redundancy, r=past 2013-07-10 11:40:51 +03:00
Victor Porof
b72711e55c Bug 874419 - Intermittent browser_net_sort-01.js | The attached url is incorrect | The displayed file is incorrect | The tooltip file is incorrect | The displayed status is incorrect | The tooltip status is incorrect | The displayed size is incorrect..., r=me 2013-07-02 17:03:52 +03:00
Paul Rouget
bc1afe5fbd Bug 886311 - The sidebar in the netmonitor should use handleCtrlTab=false. r=vporof 2013-07-01 22:38:48 +05:30
Brandon Benvie
14c5234d3c Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof 2013-06-27 08:56:29 -07:00
Heather Arthur
9a12a377e6 Bug 887468 - Make custom request form look okay; r=vporof 2013-07-01 01:38:16 -07:00
Victor Porof
3a2e8a2f7b Bug 886067 - Netmonitor displays request sizes as "0 KB" after opening Console, r=msucan 2013-06-26 23:35:39 +03: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
Heather Arthur
e512549c46 Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 12:09:59 +03:00
Victor Porof
0c801e1d35 Backed out changeset 5414c83bb989 for having the wrong patch author, r=me 2013-06-26 12:06:07 +03:00
Victor Porof
85595c397e Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof 2013-06-26 09:00:49 +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
68d0c2cb33 Bug 884498 - Netmonitor's greeting message may be confusing, r=rcampbell 2013-06-21 17:33:57 +03:00
Victor Porof
44a76e4261 Bug 879185 - Netmonitor filterbuttons: button.setAttribute("checked", ""); --> Should be set to "true", r=rcampbell 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
Brandon Benvie
c6043fcdce Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan 2013-06-14 10:42:52 -07:00
Victor Porof
d2fa224e86 Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell 2013-06-12 10:37:46 +03:00
Victor Porof
73bf306d39 Bug 879782 - POST data is sometimes not displayed in the Network Monitor details pane, r=rcampbell
--HG--
rename : browser/devtools/netmonitor/test/browser_net_post-data.js => browser/devtools/netmonitor/test/browser_net_post-data-01.js
2013-06-12 10:37:46 +03:00
Victor Porof
bdbb698090 Bug 877351 - Network Panel is broken on RTL UI, r=rcampbell 2013-06-06 09:53:09 +03:00
Geoff Lankow
9c48ac1688 Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof 2013-06-04 19:55:48 +12:00
Victor Porof
8f0dfea7cd Bug 873225 - Totals for displayed file sizes, r=rcampbell 2013-05-30 21:46:36 +03:00
Victor Porof
01b870a8f5 Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell 2013-05-28 18:19:21 +03:00
Victor Porof
53b45fa3a8 Bug 874436 - Disable syntax highlighting on large HTML responses, r=rcampbell 2013-05-24 21:36:52 +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
Victor Porof
ce3dce7493 Bug 866623 - Firefox spoils cyrillic text in the Network Monitor response tab - fix convertToUnicode misbehaving when a request has no attached contentCharset, r=rcampbell
--HG--
rename : browser/devtools/netmonitor/test/browser_net_cyrillic.js => browser/devtools/netmonitor/test/browser_net_cyrillic-01.js
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