Commit Graph

94 Commits

Author SHA1 Message Date
Mihai Sucan
bd072b9ce6 Bug 917227 - Part 1: network monitor client changes; r=ochameau 2014-03-07 14:14:53 +02:00
Victor Porof
2430ef4e17 Bug 957952 - Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/netmonitor/test/browser_net_timing-division.js | There should be at least one division on the seconds time scale, r=rcampbell 2014-03-04 14:15:52 -05:00
Rob Campbell
7ee7418e62 Bug 972054 - Numeric status codes in the network monitor; r=vp 2014-03-03 11:13:00 -05:00
Victor Porof
f0f4693082 Bug 972795 - NetMonitor should show "Request Headers From Upload Stream" in the Headers tab, not only as part of the Request Payload in the Params tab, r=rcampbell 2014-03-03 10:59:49 -05:00
Victor Porof
2e390b8d17 Bug 859135 - Hovering over a request with an image response should show a popup displaying that image, r=rcampbell 2014-02-14 14:22:06 -05:00
Victor Porof
6064c0397d Bug 859136 - Requests with an image response should display a thumbnail near the file name, r=rcampbell 2014-02-14 14:22:06 -05:00
Victor Porof
b3f09232c1 Bug 895747 - DevTools Net Panel: cannot inspect contents of some POST messages, r=rcampbell 2014-02-13 15:15:42 -05:00
Victor Porof
afc715dd5d Bug 956357 - "Preview Response" tab for HTML in the Network Monitor, r=rcampbell 2014-02-13 10:26:09 -05:00
Victor Porof
a8e11c1746 Bug 970815 - Clicking on a slice in the performance view doesn't sort the requests by the respective type only, r=rcampbell 2014-02-11 11:55:07 -05:00
Victor Porof
c696a3c322 Bug 969448 - Netmonitor selected filter reset to "All" upon every new page request, r=rcampbell 2014-02-11 09:25:21 -05:00
Sami Jaktholm
791ae58c5e Bug 876913: Network Monitor: Allow selection of multiple filters, r=vporof 2014-02-10 13:18:45 -05:00
Rob Campbell
5e4e5eee95 Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor; r=vporof 2014-02-03 13:10:00 -05:00
Rob Campbell
e70ac73d1a backout bug 909251; bad commit message; a=me 2014-02-06 13:03:11 -05:00
Rob Campbell
f001485a18 Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor
Bug 909251 - DevTools Themes - Improve UI for timeline in netmonitor; r=vporof
2014-02-03 13:10:00 -05:00
Victor Porof
ac25e2962e Bug 967378 - Part 2: Use proper plural form for 'total time' in charts, r=flod, rcampbell 2014-02-04 16:57:09 +02:00
Victor Porof
c4c2c3b626 Bug 967378 - Part 1: Network statistics: don't rely on parseFloat to deal with numbers in the charts, r=rcampbell 2014-02-04 16:57:08 +02:00
Victor Porof
3c0cf4c874 Bug 967393 - Make the jsonp regex a bit more relaxed, r=rcampbell 2014-02-04 16:40:50 +02:00
Victor Porof
5552a83256 Bug 967411 - Fix a few widget leftovers in RequestsMenuView after bug 951633, r=past 2014-02-04 15:51:41 +02:00
Victor Porof
2a52b2ac99 Bug 946601 - Show an "Other" button in the requests footer, r=me 2014-02-04 15:51:41 +02:00
Victor Porof
74859948e9 Bug 964977 - Infer JSON from response, r=rcampbell 2014-02-03 22:32:59 +02:00
Girish Sharma
9ac7deba52 Bug 966755 - Network statistics report wrong total download times, r=vp 2014-02-03 00:11:54 +05:30
Peiyong Lin
b3fee78147 Bug 964015 - Add "Copy as data URI" for images in the Network Monitor. r=vp 2014-02-02 10:39:53 +02:00
Victor Porof
294b249c7f Bug 946601 - Add performance statistics/piecharts in the Network Monitor, r=rcampbell 2014-02-01 08:37:53 +02:00
Aakash Bapna
dcba1e123f Bug 961085 - Remove inline script / style in devtools netmonitor.xul. r=bgrins, r=vporof 2014-01-28 08:50:34 -05:00
Sterling Graham
bb7467aec1 Hide the "Open in new tab" context menu when no request is selected (bug 958686). r=past 2014-01-13 19:32:00 +02:00
Victor Porof
011f3edc5d Bug 868045 - At some threshold, we should convert MS to Seconds in the Waterfall, r=rcampbell 2014-01-08 16:47:59 +02:00
Victor Porof
2097ff17e9 Bug 943883 - DevTools themes - theme sidemenuwidget, r=bgrins, australis
--HG--
rename : browser/themes/osx/devtools/itemArrow-ltr.png => browser/themes/shared/devtools/images/itemArrow-ltr.png
rename : browser/themes/osx/devtools/itemArrow-rtl.png => browser/themes/shared/devtools/images/itemArrow-rtl.png
2014-01-07 11:58:07 +02:00
Victor Porof
ac8d0589be Bug 951633 - Drop the <xul:menulist> support for WidgetMethods, r=past 2014-01-03 23:42:16 +02:00
Victor Porof
7f8f07f4b5 Bug 950656 - The separator string between the headers name and value isn't shown, r=past 2013-12-18 19:01:38 +02:00
Brandon Benvie
b04c4c4053 Bug 808371 - Allow adding new properties to objects in the VariablesView. r=vp, r=jryans 2013-12-02 20:07:13 -08:00
Jordan Santell
aa313d1069 Bug 940538 - Convert network monitor to use Promise.jsm. r=benvie, r=vp 2013-12-02 11:34:47 -05:00
Cameron Paul
5d3ced4c07 Bug 859057 - Add clear button to network monitor. r=vporof 2013-11-26 14:21:23 -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
Victor Porof
8a430f311b Bug 930643 - Sorting by column is broken in the Network Monitor, r=jryans 2013-10-25 10:15:53 +03:00
Anton Kovalyov
25b01a19e1 Bug 929887 - Make the Network Monitor use CodeMirror. r=vporof 2013-10-24 10:08:17 -07: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
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
302c53c176 Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan 2013-10-01 13:17:20 -07:00
Felix Crux
af14a77031 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
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
9392e693aa Bug 891439 - Standardize the sheduleSearch/performSearch methods, r=past 2013-09-13 16:23:13 +03:00
Victor Porof
d3750e0c4a Bug 884436 - Sorting by METHOD is really painful, r=rcampbell 2013-09-13 09:58:43 +03:00
Andre Miranda
44fc5f6d40 Bug 910085 - The netmonitor sidepane resize should redraw the waterfalls, r=vporof 2013-08-28 00:55:48 -03:00
Avinash Kundaliya
300ef6e45b Bug 889944 - Add "Open in New Tab" context menu item on resources; r=harth 2013-08-27 13:39:44 +02:00
Victor Porof
890146a6e2 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
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