Victor Porof
515de70e2a
Bug 930643 - Sorting by column is broken in the Network Monitor, r=jryans
2013-10-25 10:15:53 +03:00
Anton Kovalyov
e8d17b383f
Bug 929887 - Make the Network Monitor use CodeMirror. r=vporof
2013-10-24 10:08:17 -07:00
Nick Alexander
fdab1bd848
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
100a83a95a
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-10-18 12:28:40 -07:00
Panos Astithas
d07136e97e
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
67ddb4fb9c
Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan
2013-10-01 13:17:20 -07:00
Felix Crux
ac294187f9
Bug 905226 - Identify custom JSON MIME-types as text. r=vporof
...
MIME types that can't be identified as textual are base64 encoded before
being shown in the Network Monitor tab of the developer tools. This text
detection wasn't identifying "custom" JSON MIME-types like
"application/x-bigcorp-api-json" as being JSON, and consequently they were
shown in a rather unhelpful base64 form.
This patch extends and liberalizes the isTextMimeType method to identify
these forms correctly.
2013-09-20 10:20:44 -04:00
Victor Porof
1160234392
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
ac0dad28bd
Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past
2013-09-13 16:23:13 +03:00
Victor Porof
23ce61e5d5
Bug 884436 - Sorting by METHOD is really painful, r=rcampbell
2013-09-13 09:58:43 +03:00
Andre Miranda
efaf7f65a7
Bug 910085 - The netmonitor sidepane resize should redraw the waterfalls, r=vporof
2013-08-28 00:55:48 -03:00
Avinash Kundaliya
5d91143e54
Bug 889944 - Add "Open in New Tab" context menu item on resources; r=harth
2013-08-27 13:39:44 +02:00
Victor Porof
c8b6937d58
Bug 904471 - Group and document the events emitted by the netmonitor's panel window, r=msucan
2013-08-15 06:45:34 +03:00
Ryan VanderMeulen
73a742d5e7
Backed out changeset e2ac4f906a29 (bug 843019) for intermittent test failures.
2013-07-30 21:59:11 -04:00
Brandon Benvie
a81989e93a
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
d4123b08f8
Bug 892413 - Followup fixes for bug 887605, r=harth
2013-07-11 13:00:34 +03:00
Panos Astithas
698b809ffe
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
2bab67852b
Bug 887605 - Add "Copy URL" context menu item to Netmonitor; r=harth
2013-07-10 18:50:16 -07:00
Victor Porof
13b73c997b
Bug 886848 - Chain promises on netmonitor initialization/destruction to remove some redundancy, r=past
2013-07-10 11:40:51 +03:00
Victor Porof
242aa2924d
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
e6ccbe9ac8
Bug 887177 - Right clicking on a network request should select it, r=rcampbell
2013-06-26 23:35:38 +03:00
Heather Arthur
6f1595f89b
Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof
2013-06-26 12:09:59 +03:00
Victor Porof
d89482657a
Backed out changeset 5414c83bb989 for having the wrong patch author, r=me
2013-06-26 12:06:07 +03:00
Victor Porof
f0d1376f2f
Bug 731311 - Network monitor should allow to replay and edit requests; r=vporof
2013-06-26 09:00:49 +03:00
Victor Porof
b73a59ea08
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
170f984338
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
88a89e165f
Bug 879185 - Netmonitor filterbuttons: button.setAttribute("checked", ""); --> Should be set to "true", r=rcampbell
2013-06-21 17:33:57 +03:00
Victor Porof
337208eb02
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
f1460313cd
Bug 882054 - Cleanup widgets inheritance model mechanism a bit, r=past
2013-06-21 17:33:56 +03:00
Brandon Benvie
97d0060a1b
Bug 828680 - Variables view needs a controller of its own, r=vporof, msucan
2013-06-14 10:42:52 -07:00
Victor Porof
80155ced75
Bug 859055 - Display JSON as plain text when encountering errors when parsing, r=rcampbell
2013-06-12 10:37:46 +03:00
Victor Porof
22652cc944
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
e8aa5b1fe6
Bug 877351 - Network Panel is broken on RTL UI, r=rcampbell
2013-06-06 09:53:09 +03:00
Geoff Lankow
60d9a4f6fd
Bug 874363 - The timeline header in the Netmonitor should be clickable; r=vporof
2013-06-04 19:55:48 +12:00
Victor Porof
ab3fe89186
Bug 873225 - Totals for displayed file sizes, r=rcampbell
2013-05-30 21:46:36 +03:00
Victor Porof
6983fe745e
Bug 874436 - Disable syntax highlighting on large HTML responses, r=rcampbell
2013-05-24 21:36:52 +03:00
Victor Porof
e4971ac2a5
Bug 848504 - SideMenuWidget should be keyboard accessible, r=rcampbell
2013-05-24 21:36:51 +03:00
Victor Porof
841b15d8e6
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
07cfe0fc80
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
468c05c4bc
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
Victor Porof
6b9ae573ef
Bug 871670 - Make background bars compatible with themes (for both dark and light backgrounds), r=dcamp
2013-05-15 23:33:10 +03:00
Victor Porof
c95ea03e97
Bug 868380 - Lazily populate tabs in the network request details pane, r=dcamp
2013-05-14 20:03:24 +03:00
Victor Porof
8fcf1c1280
Bug 869497 - Remove function expression names from the debugger, netmonitor and widgets, r=rcampbell
2013-05-13 10:01:00 +03:00
David Creswick
507ac91c03
Bug 863102 - Automatically scroll down upon new network requests, r=vporof
2013-05-10 12:01:08 +03:00
Victor Porof
c4729c3a3b
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
a2fc74979e
Bug 866623 - Firefox spoils cyrilic text in the Web Developer Console, r=rcampbell
2013-05-10 12:01:07 +03:00
Victor Porof
7e66a760e4
Bug 859041 - Display timing interval divisions (ms ticks) in the timeline, r=rcampbell
2013-05-10 12:01:05 +03:00
Victor Porof
bbf9aa979f
Bug 864176 - Details pane should remember its height when docked on the right, r=rcampbell
2013-04-22 21:12:17 +03:00
Victor Porof
18f8b8c289
Bug 860175 - On netmonitor examining the specific details of a network action leads to bad overlapping display, r=rcampbell
2013-04-22 21:12:17 +03:00
Victor Porof
439a4e45b5
Bug 861487 - Sizes are displayed with non-localized decimal separator, r=rcampbell
2013-04-18 09:35:27 +03:00