Jeff Walden
10c4da16db
Update debugger tests for new JSON.parse syntax error message format. Followup to bug 507998, r=yetmoreorangesigh
...
--HG--
extra : rebase_source : 9e4009922085b67d2ca7f8e92c7ec269c7446924
2013-12-19 18:26:26 -05:00
Victor Porof
fa7e4622cb
Bug 830344 - Part 2: Implement pagination when expanding objects with lots of properties, r=past
2013-12-18 19:01:38 +02:00
Victor Porof
bff4722c5e
Bug 950656 - The separator string between the headers name and value isn't shown, r=past
2013-12-18 19:01:38 +02:00
Victor Porof
2aab98706f
Bug 946592 - Rename netmonitor-panel.js to just panel.js. r=past
...
--HG--
rename : browser/devtools/netmonitor/netmonitor-panel.js => browser/devtools/netmonitor/panel.js
2013-12-05 09:37:47 +02:00
Brandon Benvie
931cb47b94
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
f9aac2edf0
Bug 940538 - Convert network monitor to use Promise.jsm. r=benvie, r=vp
2013-12-02 11:34:47 -05:00
Cameron Paul
67e5d120f1
Bug 859057 - Add clear button to network monitor. r=vporof
2013-11-26 14:21:23 -05:00
Shu-yu Guo
10c41d8d2a
Bug 933882 - Force GC in Debugger mochitests for ASan. (r=past)
2013-11-20 22:50:28 -08:00
Brian Grinstead
a48258ea4d
Bug 916766 - Consistent theming across panels (adding webconsole and options panel). Also prevents flicker on panels while frame is loading. r=paul, ui-r=darrin
2013-11-13 12:02:05 -06:00
Brandon Benvie
13f2bac5e1
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-11-07 13:23:55 -08:00
Wes Kocher
19f53ae65d
Backed out changeset 7dd13d06f132 (bug 862849) for breaking webconsole tests
2013-11-06 15:13:53 -08:00
Brandon Benvie
81d9362690
Bug 862849 - Remove __iterator__ use from the devtools. r=vp
2013-10-17 16:05:14 -07:00
Will Nayes
00921477be
Bug 909249 - Fix checkmark in Netmonitor Header. r=robcee
2013-10-31 22:51:48 -04:00
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
Ms2ger
1ee1f27aa3
Bug 922268 - Remove empty makefiles; r=gps
2013-10-03 09:10:00 +02:00
Brandon Benvie
67ddb4fb9c
Bug 843019 - Add VariablesViewController#setSingleVariable. r=vp, r=msucan
2013-10-01 13:17:20 -07:00
Gregory Szorc
54c1de66d6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
2c7dd24541
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
8344d8a946
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Anton Kovalyov
ff54039ba4
Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan
2013-09-20 11:34:10 -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
Mike Hommey
fdcd66734e
Bug 917622 - Use INSTALL_TARGETS for mochitests. r=gps
2013-09-19 07:39:58 +09: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
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Dave Camp
bb3b287cd9
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
5d91143e54
Bug 889944 - Add "Open in New Tab" context menu item on resources; r=harth
2013-08-27 13:39:44 +02:00
Heather Arthur
ed6d8cdd5e
Bug 905312 - Make monospace font consistent across devtools; r=paul
2013-08-26 10:24:41 +02:00
Phil Ringnalda
a8337233b1
Back out ae91affad44f (bug 889944) for browser-chrome bustage
...
CLOSED TREE
2013-08-16 19:04:25 -07:00
Avinash Kundaliya
88e4d88c13
Bug 889944 - add "open in new tab" context menu item on resources; r=harth
2013-08-16 15:33:11 -07:00
Anup Allamsetty
94c836784c
Bug 896911 - Rename "Resend" item to "Edit and Resend"; r=harth
2013-08-16 13:51:42 -07: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
Victor Porof
aad9227747
Bug 904472 - Add license block to netmonitor's test files, r=msucan
2013-08-15 06:45:33 +03:00
Mihai Sucan
a1f817b16f
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
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
372698eeb2
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
0b7b106e1a
Bug 886311 - The sidebar in the netmonitor should use handleCtrlTab=false. r=vporof
2013-07-01 22:38:48 +05:30
Brandon Benvie
04c6d9251b
Bug 887516 - Display "Class" instead of "[object Class]" in the VariablesView. r=vporof
2013-06-27 08:56:29 -07:00
Heather Arthur
c15358807b
Bug 887468 - Make custom request form look okay; r=vporof
2013-07-01 01:38:16 -07:00
Victor Porof
68abdee420
Bug 886067 - Netmonitor displays request sizes as "0 KB" after opening Console, r=msucan
2013-06-26 23:35:39 +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
eedfe568ae
Bug 884498 - Netmonitor's greeting message may be confusing, r=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
c366ed8bab
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
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
02d2012286
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
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
Gijs Kruitbosch
0bda703c14
Bug 874040 - Fix l10n expectations in net monitor tests, r=vp
2013-05-20 16:14:27 +02:00
Gijs Kruitbosch
993a0df99e
Bug 874028 - Debugger and Net monitor tests should use browser's load event rather than tab's, r=past
2013-05-20 15:23:06 +02:00
Victor Porof
1c9cbd0553
Bug 872864 - Intermittent browser_net_simple-request-data.js | The requestHeaders attachment has an incorrect |headers| property. - Got 6, expected 7 | browser_net_simple-request-details.js | There should be 13 header values displayed in this tabpanel. etc, r=rcampbell
2013-05-17 10:59:04 +03:00
Victor Porof
5541c2365f
Merge m-c to fx-team
2013-05-16 10:32:06 +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
Dave Camp
1b64436fe0
Bug 867485: Move the devtools loader into toolkit/ r=jwalker
2013-05-01 09:27:24 -07: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
edba87c98e
Bug 871695 - Intermittent devtools/netmonitor/test/browser_net_autoscroll.js | TypeError: debuggee.performRequests is not a function | Found an unexpected tab at the end of test run: about:blank | browser_net_content-type.js | Test timed out | Found a tab..., r=dcamp
2013-05-15 18:20:21 +03:00
Victor Porof
ed8bef71ab
Bug 872379 - Intermittent browser_net_sort-02.js,browser_net_sort-03.js | Test timed out, Found a tab, r=dcamp
2013-05-15 18:20:21 +03:00
Dave Camp
1bfe8ab7bf
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
...
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Dave Camp
8584f5466b
Backed out changeset 9117c7ad29d5 for MaxHeap regression.
2013-04-28 14:42:23 -07:00
Dave Camp
dece8dacce
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
...
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Victor Porof
951c5374f3
Bug 866091 - Intermittent devtools/netmonitor/test/browser_net_prefs-reload.js | Test timed out | Found a tab after previous test timed out: http://example.com/browser/browser/devtools/netmonitor/test/html_simple-test-page.html and tons of fallout, r=rcampbell
2013-04-26 20:02:39 +03:00
Ryan VanderMeulen
d68fe645cf
Merge the last PGO-green inbound changeset to m-c.
2013-04-23 15:01:57 -04: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
Norbert Lindenberg
b766680d74
Bug 864519 - Several Netmonitor tests fail when ECMAScript Internationalization API is enabled, r=vporof
2013-04-23 15:03:58 +03:00
Victor Porof
0768d0e206
Bug 862198 - Intermittent browser_net_json-long.js | Test timed out, found a tab, r=rcampbell
2013-04-18 09:35:27 +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
Victor Porof
776cb9f6ef
Bug 859308 - Hide Blocked in Timings tab until we know what that's doing, r=rcampbell
2013-04-18 09:35:27 +03:00
Girish Sharma
3400505bb7
Bug 862294 - Sidebar should be responsive in docked Toolbox, r=vporof
2013-04-17 12:27:36 +05:30
Dave Camp
9ba3b4bb01
Backout 643194ceabe4, cfca520dc6f5, and cfca520dc6f5 (bug 855914) for MaxHeap regression.
2013-04-12 08:07:34 -07:00
Dave Camp
c31ddde8ce
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
...
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Dave Camp
9f624c3bd4
Backed out changeset 549973e335e4 for xpcshell test failures.
2013-04-11 15:24:55 -07:00
Dave Camp
466e2d4866
Bug 855914 - Start using the jetpack loader in devtools. r=jwalker, f=ochameau
...
--HG--
rename : browser/devtools/framework/Sidebar.jsm => browser/devtools/framework/sidebar.js
rename : browser/devtools/framework/Target.jsm => browser/devtools/framework/target.js
rename : browser/devtools/framework/ToolboxHosts.jsm => browser/devtools/framework/toolbox-hosts.js
rename : browser/devtools/framework/Toolbox.jsm => browser/devtools/framework/toolbox.js
rename : browser/devtools/inspector/Breadcrumbs.jsm => browser/devtools/inspector/breadcrumbs.js
rename : browser/devtools/inspector/Highlighter.jsm => browser/devtools/inspector/highlighter.js
rename : browser/devtools/inspector/InspectorPanel.jsm => browser/devtools/inspector/inspector-panel.js
rename : browser/devtools/inspector/Selection.jsm => browser/devtools/inspector/selection.js
rename : browser/devtools/inspector/SelectorSearch.jsm => browser/devtools/inspector/selector-search.js
rename : browser/devtools/framework/ToolDefinitions.jsm => browser/devtools/main.js
rename : browser/devtools/markupview/MarkupView.jsm => browser/devtools/markupview/markup-view.js
rename : browser/devtools/shared/EventEmitter.jsm => browser/devtools/shared/event-emitter.js
rename : browser/devtools/shared/InplaceEditor.jsm => browser/devtools/shared/inplace-editor.js
rename : browser/devtools/shared/Undo.jsm => browser/devtools/shared/undo.js
rename : browser/devtools/styleinspector/CssHtmlTree.jsm => browser/devtools/styleinspector/computed-view.js
rename : browser/devtools/styleinspector/CssLogic.jsm => browser/devtools/styleinspector/css-logic.js
rename : browser/devtools/styleinspector/CssRuleView.jsm => browser/devtools/styleinspector/rule-view.js
rename : browser/devtools/styleinspector/StyleInspector.jsm => browser/devtools/styleinspector/style-inspector.js
rename : browser/devtools/tilt/TiltGL.jsm => browser/devtools/tilt/tilt-gl.js
rename : browser/devtools/tilt/TiltMath.jsm => browser/devtools/tilt/tilt-math.js
rename : browser/devtools/tilt/TiltUtils.jsm => browser/devtools/tilt/tilt-utils.js
rename : browser/devtools/tilt/TiltVisualizerStyle.jsm => browser/devtools/tilt/tilt-visualizer-style.js
rename : browser/devtools/tilt/TiltVisualizer.jsm => browser/devtools/tilt/tilt-visualizer.js
rename : browser/devtools/tilt/Tilt.jsm => browser/devtools/tilt/tilt.js
2013-04-11 13:59:08 -07:00
Victor Porof
0f2c533d83
Bug 860232 - Function callbacks in jsonp responses should be displayed in the Response tab, r=rcampbell
2013-04-11 21:11:47 +03:00
Victor Porof
130b184f53
Bug 859980 - [netmonitor] JSON request not parsed, r=rcampbell
2013-04-11 21:11:46 +03:00
Victor Porof
24334a783b
Bug 859968 - [netmonitor] JSONP requests are not parsed into a tree, r=rcampbell
2013-04-11 21:11:46 +03:00
Victor Porof
f51d68bdef
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
Victor Porof
6f063ad221
Bug 859085 - [netmonitor] Add tooltips to all labels in the UI that may have cropped values, r=dcamp
2013-04-10 02:05:09 +03:00
Victor Porof
790b4b4494
Bug 859062 - [netmonitor] Hide right arrow in the SideMenuWidget, r=dcamp
2013-04-10 02:05:09 +03:00
Victor Porof
70218ceedf
Bug 859221 - [netmonitor] Sizes are displayed in KB not kb, r=dcamp
2013-04-08 21:34:45 +03:00
Victor Porof
2253842238
Bug 855544 - Implement a network monitor, r=dcamp,msucan
2013-03-11 23:50:42 -07:00