Commit Graph

36 Commits

Author SHA1 Message Date
Panos Astithas
46c55c5c1c Bug 932880 - Make targets oblivious to inspectors. r=bgrins 2013-10-31 21:09:40 +02:00
Brian Grinstead
c52ddd0b8b Bug 932880 - Fix a bunch of devtools test leaks. r=past 2013-10-31 17:49:37 -05:00
Brian Grinstead
d0fd168866 Bug 932880: Developer tools leak many windows until shutdown in browser-chrome tests. r=anton CLOSED TREE 2013-10-30 20:29:06 -05:00
Brian Grinstead
802c833161 Bug 895561 - 'Edit As HTML' option in the markup view - browser changes, r=jwalker 2013-10-24 08:41:03 -05:00
Patrick Brosset
7bdc7d22de bug 926325 - Refactored test to avoid js errors in test run; r=mikeratcliffe 2013-10-15 17:32:00 +02:00
Brian Grinstead
736af05702 Bug 911678 - Inspector - inline style rules do not populate the CSSRuleView immediately. r=miker 2013-10-15 07:09:49 -05:00
Patrick Brosset
fd839e0c8e Bug 922125 - Destroy markup, rule and computed views on navigation and unload. r=miker 2013-10-11 11:50:33 -04:00
Patrick Brosset
a9bed50479 Bug 848731 - Deleting nodes or container frames now resets the markup, highlighter, css views accordingly, r=paul 2013-10-02 02:14:00 +02:00
Wes Kocher
1e02f948e4 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Patrick Brosset
79570be84a Bug 917448 - Avoids dead-object exceptions in markup-view due to delete iframe during load. r=paul 2013-09-23 09:04:01 -05:00
Brian Grinstead
83a8964d37 Bug 911678 - Inspector - inline style rules do not populate the CSSRuleView immediately. r=miker 2013-09-23 09:58:29 -05:00
Carsten "Tomcat" Book
1fc20ea7ab Backed out changeset f9fd3a1b03ed (bug 911678) for suspicion of causing nearly perma-orange on OSX Mochi-Browser Chome Tests 2013-09-24 10:26:07 +02:00
J. Ryan Stinnett
7bdb0c2892 Bug 914403 - Part 3: Clear selection on remote inspector destuction. r=paul 2013-09-16 19:28:53 -05:00
Dave Camp
c79761d8c2 Bug 909121 - Inspector breaks when navigating backwards. r=bgrinstead 2013-09-09 08:11:22 -07:00
Paul Rouget
a280f4502a Bug 912915 - Implement a simple generic highlighter. r=jwalker 2013-09-07 11:39:50 +02:00
Patrick Brosset
c34bc71499 Bug 879578 - Re-select last selected node when page is reloaded; r=paul
Done at inspector-panel level, this module is not reloaded and is
therefore used now to record the last node (unique css selector)
that has been selected as well as the URL of the page where it has
been selected.
On page reload, an attempt is made to re-select it, otherwise, the
logic implemented previously is executed.
2013-09-06 10:19:35 +01:00
Dave Camp
3388edbad4 Bug 910243 - Disable font inspector on remote targets. r=paul
--HG--
extra : rebase_source : e923c9b112a7e64cc58796114a24ea8382b92ca1
2013-08-12 07:43:19 -07:00
Dave Camp
083c360416 Bug 903573 - Get a reference to the style actor in the inspector panel. r=mratcliffe 2013-08-08 08:44:56 -07:00
Brian Grinstead
6a6c8609e5 Bug 891556 - Add Ctrl-Shift-C (Cmd-Opt-C) shortcut to toggle highlighting; r=jwalker 2013-08-02 11:28:37 -07:00
Paul Rouget
ae62ca3544 Bug 898918 - many files have wrong mode-lines in comments. r=robcee 2013-08-01 10:53:31 +02:00
Dave Camp
0257b1904b Bug 896267 - Only create one walker actor per tab. r=harth 2013-07-19 11:21:40 -07:00
Dave Camp
b5fb0893c9 Bug 888527 - Delete nodes using the remote protocol. r=paul 2013-06-17 06:52:55 -07:00
Dave Camp
5fa1124809 Bug 879523 - Remote the SelectorSearch. r=paul 2013-06-10 21:18:46 -07:00
Dave Camp
53542234bf Bug 888486 - Use the remote protocol to copy innerHTML/outerHTML. r=paul 2013-06-17 06:52:55 -07:00
Dave Camp
7b496f774f Bug 888484 - Save the default inspection node. r=paul 2013-06-17 06:52:54 -07:00
Dave Camp
7cd2124b27 Bug 886032 - Port the markup view to the inspector actor (readonly). r=paul
--HG--
extra : rebase_source : f33acb5d1d70fa8c18410ede8c2ab73fc3482495
2013-06-10 21:18:46 -07: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
Dave Camp
201d4622da Bug 886036 - Port pseudoclass lock to the inspector actor. r=harth
--HG--
extra : rebase_source : c515e1a85da5d484686e1ae8b55c4dbfd90f214f
2013-06-10 21:18:46 -07:00
Dave Camp
ef61965785 Bug 879520 - Remote the inspector breadcrumbs. r=paul 2013-06-07 14:33:39 -07:00
Dave Camp
41f96a13b0 Bug 877320 - Expose a node front in the Selection object in addition to a raw node. r=paul 2013-06-07 14:32:32 -07:00
Paul Rouget
854b8d2acd Bug 865688 - Style Inspector sidebar should remember its size. r=msucan 2013-06-14 01:41:00 +02:00
Sinduja Ramaraj
2f23ac8d4c Bug 840247 - Entering the Inspector from the Web Console should show the <html> and <body> tag expanded. r=jwalker 2013-06-11 08:28:00 +03:00
Gijs Kruitbosch
09d9d10677 Bug 866381 - allow inspector to be used on chrome windows, r=dcamp 2013-04-29 19:32:12 +02: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