Commit Graph

35 Commits

Author SHA1 Message Date
Paul Rouget
e7b52e8590 Bug 836233 - [Inspector] Implement Shorlander's visual design. r=mratcliffe 2013-03-27 23:20:38 +01:00
Michael Ratcliffe
56670f161d Bug 839640 - Editing an attribute that contains '&' fails; r=jwalker 2013-03-21 11:36:52 +00:00
Michael Ratcliffe
66f8ab574d Bug 845822 - Inplace editor to be moved to devtools/shared/InplaceEditor.jsm r=jwalker 2013-03-20 12:11:50 +00:00
Panos Astithas
0f5ea47c66 Bug 820524 - Debugger, Web Console and Profiler should share the debugger client even for local sessions; r=jwalker,vporof,msucan,anton 2013-03-07 09:30:03 +02:00
J. Ryan Stinnett
4a5940855a Bug 796009 - Streamline keyboard nav of markup in inspector; r=jwalker 2013-02-28 20:50:24 -06:00
Michael Ratcliffe
4534a36108 Bug 831398 - Inspector doesn't show any XML nodes inside <svg> for reftest feBlend-1.svg. r=paul 2013-02-21 15:05:24 +00:00
Boris Zbarsky
e4b4da3503 Bug 838518 part 1. Fix treewalker callers per the API change that was made. r=smaug 2013-02-06 14:22:33 +00:00
Girish Sharma
a3a379cb6b Bug 796065 - [markup panel] Any un-expanded node with content should show a "..." between open and close tags. r=dcamp 2013-01-23 22:31:55 +05:30
Girish Sharma
7d1ff40a61 Bug 795239 - [markup panel] Clicking on the closing tag should select the node, r=paul 2013-01-17 20:51:24 +05:30
Dave Camp
c7ebcecda9 Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker 2012-12-19 16:16:45 -08:00
Paul Rouget
f975e2b039 Bug 796006: Backed out changeset 538602f4cb51. 2012-12-20 09:37:22 +01:00
Dave Camp
7f656f3998 Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker 2012-12-19 16:16:45 -08:00
Paul Rouget
895d532bfd bug 796006 backed out. Orange. https://tbpl.mozilla.org/php/getParsedLog.php?id=18090515&tree=Fx-Team 2012-12-19 14:00:54 +01:00
Dave Camp
f410bb1e5e Bug 796006 - Don't fully expand nodes with large amounts of children in markup panel. r=jwalker 2012-12-18 17:14:00 +01:00
Paul Rouget
d21d6ee3df Bug 818411 - [markup view] once the toolbox is re-attached to the tab, the markup view keybindings don't work anymore. r=jwalker 2012-12-12 03:04:00 +01:00
Joe Walker
09b9a02b6b Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão 2012-11-30 08:07:59 +00:00
Ed Morley
3df60ccac7 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-01 13:42:02 +00:00
N Bosma
e370784c40 Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp 2012-10-31 18:30:37 +02:00
Panos Astithas
800a5ec8e2 Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 13:33:26 +02:00
N Bosma
a9f58f6f5f Bug 804400 - Inspector stops updating when badly formed attribute input is given in the markup panel. r=dcamp 2012-10-26 14:07:00 +03:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Jan Skrasek
a2b75c8a86 Bug 785903 - Markup panel selection should scroll to the center when highlighting, r=dcamp 2012-10-01 18:15:23 +03:00
Paul Rouget
ca5339658b Bug 793725 - [markup panel] Add a preview of the DOM tree. r=mratcliffe 2012-09-25 17:33:46 +01:00
Paul Rouget
0e3f38f778 Bug 723904 - Implement a EventEmiter mechanism that can be used by any tool. r=jwalker 2012-09-11 13:25:52 +02:00
Dave Camp
77c60599e5 Bug 785628 - Markup panel not sending a change event. r=paul, r=jwalker 2012-08-25 11:04:47 -07:00
Dave Camp
0cb72e12a9 Bug 785335 - Changing an elements tagName collapses the tree node with no way to expand the tree node. r=jwalker 2012-08-25 11:04:46 -07:00
Dave Camp
ce593132b2 Bug 785528 - Don't allow deletion of doctype nodes in the markup panel, fix test failures. r=jwalker 2012-08-24 20:37:05 -07:00
Dave Camp
264dedc29e Bug 785528 - Don't allow deletion of doctype nodes in the markup panel. r=jwalker 2012-08-24 17:59:48 -07:00
Dave Camp
09cb409e4b Bug 785186 - Use the context menu in the markup panel. r=jwalker 2012-08-24 17:54:09 -07:00
Dave Camp
16a410967c Bug 785151 - Use ScrollIntoViewIfNeeded in the markup panel. r=jwalker 2012-08-24 17:51:38 -07:00
Dave Camp
1545a06eea Bug 777085: New markup panel for the inspector. r=jwalker
--HG--
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_menu.js => browser/devtools/highlighter/test/browser_inspector_menu.js
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.html => browser/devtools/markupview/test/browser_inspector_markup_navigation.html
rename : browser/devtools/highlighter/test/browser_inspector_treePanel_navigation.js => browser/devtools/markupview/test/browser_inspector_markup_navigation.js
2012-08-23 11:00:43 -07:00