Commit Graph

35 Commits

Author SHA1 Message Date
Boris Zbarsky
1ee4c73471 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
6e90b22cdd 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
5adc2461c8 Bug 795239 - [markup panel] Clicking on the closing tag should select the node, r=paul 2013-01-17 20:51:24 +05:30
Paul Rouget
165306d0b2 Bug 827990 - inspector tests use DOM MutationObserver API incorrectly; r=jwalker f=nfroyd 2013-01-09 02:04:00 +02:00
Paul Rouget
f8d341fa5e Bug 814889 - [toolbox] Highlighter can't inspect while the debugger is paused. r=vporof 2013-01-09 10:32:35 +01:00
Dave Camp
58d58b9639 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
e7e8685d4c Bug 796006: Backed out changeset 538602f4cb51. 2012-12-20 09:37:22 +01:00
Dave Camp
933aa37844 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
bfbc18cd8b 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
1e81321e2e 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
67715da668 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
e083b9d5e6 Bug 813031 - gDevTools needs an API review [toolbox]; r=paul 2012-12-13 13:03:55 +00:00
Rob Campbell
89e79ca4b0 Bug 803984 - Convert all fonts to monospace; r=paul 2012-10-22 13:25:00 -04:00
Joe Walker
a3224c8b35 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
81ba6b73b1 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-11-01 13:42:02 +00:00
N Bosma
d2ac865a71 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
e6d582d51e Backed out changeset a31ad3a90e4a on suspicion of causing mochitest-1 and 3 permaorange 2012-10-31 13:33:26 +02:00
N Bosma
148d974d3d 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
0469a02b25 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
a78b5b38c7 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
9a3674d80a 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
4144129728 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681 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
Heather Arthur
7b6fa673ae Bug 797270 - markup view background should be white; r=paul 2012-10-02 23:28:00 +03:00
Heather Arthur
02e4b11263 Bug 789364 - Light theme for markup panel, orion, and rule view, r=paul 2012-10-01 19:34:05 +03:00
Jan Skrasek
3808bc2ff5 Bug 785903 - Markup panel selection should scroll to the center when highlighting, r=dcamp 2012-10-01 18:15:23 +03:00
Paul Rouget
6f19def8e4 Bug 793725 - [markup panel] Add a preview of the DOM tree. r=mratcliffe 2012-09-25 17:33:46 +01:00
Paul Rouget
6e8b065c31 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
5d5361e3ee Bug 785628 - Markup panel not sending a change event. r=paul, r=jwalker 2012-08-25 11:04:47 -07:00
Dave Camp
e9541594c8 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
59930b54f4 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
631a4a7a86 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
9b42d5de8d Bug 785186 - Use the context menu in the markup panel. r=jwalker 2012-08-24 17:54:09 -07:00
Dave Camp
91e1cc4bff Bug 785151 - Use ScrollIntoViewIfNeeded in the markup panel. r=jwalker 2012-08-24 17:51:38 -07:00
Dave Camp
465ab0a434 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