Commit Graph

57 Commits

Author SHA1 Message Date
Paul Rouget
a8a4360813 Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. a=desktop-only r=dao r=rcampbell 2012-04-04 13:13:42 +02:00
Heather Arthur
8d69b1d0e7 Backing out f95f46afce27:01a50802f2d7 for TypeError on inspector open 2012-04-17 16:40:03 +01:00
Paul Rouget
b69e6c6e74 Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part B - tabbable); r=rcampbell 2012-04-04 13:57:55 +02:00
Paul Rouget
84bcb38cd7 Bug 735214 - [inspector] Give the focus to the toolbar and make the buttons tabbable. (Part A - shortcut); r=dao 2012-04-04 13:13:42 +02:00
Heather Arthur
3335e7f508 Bug 733612 - Add a pseudo-class lock menu to the infobar node menu. r=paul 2012-04-17 14:25:05 +01:00
Dave Camp
f1ef07a4dc Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul 2012-04-04 09:36:35 -07:00
Rob Campbell
d0c0d017db Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
Bug 729220 - Allow editing of attribute names in the HTML panel of the Page Inspector; r=prouget
2012-03-09 12:49:00 +02:00
Heather Arthur
edb51b91d5 Bug 707740 - Ability to lock in a pseudo class in the page inspector. r=dcamp 2012-02-24 16:01:29 -08:00
Dave Camp
0e2bd4c601 Bug 696755: Open the inspector sidebar on inspect if previously active. r=rcampbell 2012-01-28 14:48:00 +01:00
Rob Campbell
8a3d10a1ca Bug 584407 - Create popup menu for inspector HTML panel. r=paul 2012-02-21 03:02:00 +01:00
Paul Rouget
da6f78cdab Bug 719607 - The HTML Tree Panel should NOT use the registerTools mechanism. r=rcampbell 2012-01-27 17:13:53 +01:00
Blake Winton
6ba0920e91 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
Paul Rouget
d031e37fcb Bug 566092 - Inspector highlight doesn't handle reflows correctly; r=rcampbell 2012-01-14 06:58:08 +01:00
Dao Gottwald
5b8afd1702 Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Paul Rouget
3c419117c2 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch D; r=rcampbell 2011-12-06 18:23:20 +01:00
Paul Rouget
4c550581cd Bug 694954 - [highlighter] [infobar] If a node is not visible anymore, the infobar should point to the direction of the node; r=rcampbell 2011-12-07 17:22:12 +01:00
Paul Rouget
c9bdca1cdb Bug 689939 - Infobar disappears when node fills top and bottom of screen during page zoom in highlighter; r=rcampbell 2011-12-07 16:20:36 +01:00
Cameron McCormack
d49b82d612 Bug 708107 - Remove calls to ignoreAllUncaughtExceptions() from these devtools tests. r=robcee a=ehsan 2011-12-13 09:49:29 +11:00
Rob Campbell
6e8861269b Bug 705731 - Create InspectorUI.notifications.DESTROYED notification; r=prouget 2011-12-07 10:38:41 -04:00
Cameron McCormack
a1b27ed895 Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher 2011-12-02 23:25:03 +11:00
Paul Rouget
1cc6804c15 Bug 704228 - Keybindings not restored in Highlighter when returning from other tab; r=rcampbell 2011-11-21 22:47:21 +01:00
Paul Rouget
0b35c239c2 Bug 705932 - Inspector should allow copying the current element's id/classes; f=jwalker; r=dao 2011-11-29 10:18:42 +01:00
Paul Rouget
f5e92a5265 Bug 696139 - [highlighter] Attach the InspectorUI instance when notifying 'highlighter-ready'; r=rcampbell 2011-10-20 19:29:07 +02:00
Johan Charlez
697a474951 Bug 691884 - Pressing Escape 'Esc' should close developer 'Inspect' mode; r=rcampbell 2011-11-21 15:32:35 -04:00
Paul Rouget
18142318ae Bug 703237 - Figure out why browser_inspector_highlighter.js and browser_inspector_iframeTest.js fail when the style of the highlighter toolbar change; r=rcampbell 2011-11-18 12:08:51 +01:00
Cameron McCormack
75f1bbc8b2 Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher 2011-11-12 22:06:54 +11:00
Rob Campbell
298018ecdf Bug 689946 - Docked HTML panel in the highlighter should remember its height; r=msucan 2011-11-07 15:31:45 -04:00
Rob Campbell
004449f53f Bug 700044 - Duplicate rule views after tab switching. r=msucan 2011-11-07 10:35:40 -08:00
Dave Camp
804bbdd962 Bug 696181 - Properties disabled in the css rule view should not be lost. r=robcee 2011-11-07 10:35:40 -08:00
Dave Camp
995c21565d Bug 699978 - Tools should notify the highlighter when they've modified a node. r=robcee 2011-11-06 19:02:08 -08:00
Mihai Sucan
a5a7f0e16b Bug 699308 - Highlighter closes during iframe requests. r=robcee 2011-11-06 16:48:59 +02:00
Rob Campbell
09b876ea07 Bug 696107 - HTML attribute editor in highlighter conflicts with new keyboard controls. r=dcamp 2011-11-05 12:38:00 -07:00
Ed Morley
6a998be2c5 Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
Rob Campbell
1fb65676a4 merge m-c to fx-team 2011-11-05 10:11:34 -03:00
Rob Campbell
ad2fefd4ad Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Rail Aliiev
364e83c545 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Rob Campbell
f2d85f6103 Bug 699475 - Backed out changeset b878369ab3c8, testfailures and a
bug. a=orange
2011-11-03 19:55:02 -03:00
Rob Campbell
b61bf2358c Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Rob Campbell
b8ecdabfae Bug 695440 - Create sidebar for Highlighter tools; f=zpao; r=dcamp,dao 2011-11-03 10:37:14 -03:00
Rob Campbell
d25d6b059f Bug 683873 - [highlighter] move the close button to the toolbar, test-fix; a=orange 2011-11-01 17:01:17 -03:00
Paul Rouget
f1db58d57a Bug 672006 - [highlighter] Selecting a Node should update the Highlighter's main toolbar with a breadcrumb display; r=rcampbell,ehsan,dao 2011-10-21 13:59:09 +02:00
Rob Campbell
c55be97f55 Bug 685893 - style inspector properties and methods to be moved out of the panel; r=msucan 2011-10-21 13:40:22 -04:00
Panos Astithas
f3905307b7 Bug 669658 - [highlighter] Improve the keybindings, r=rcampbell 2011-10-11 10:11:20 -03:00
Rob Campbell
5b4b63299e Bug 689160 - Investigate and Fix leaked csshtmltree.xhtml windows in Highlighter+Style Inspector; r=msucan 2011-10-07 12:38:35 -03:00
Panos Astithas
921c549b52 Bug 672902 - Highlighter should be useable via keyboard.; r=rcampbell 2011-10-03 11:32:54 +03:00
Rob Campbell
77dcbd9858 Bug 690361 - Switching tabs re-enables the highlighter; r=dcamp 2011-10-03 12:08:48 -03:00
Rob Campbell
cff5eac166 Bug 668254 - Highlighter doesn't handle full page zoom, testfix; a=orange 2011-09-29 12:26:55 -03:00
Rob Campbell
3b7a4731d2 Bug 668254 - Highlighter doesn't handle full page zoom, part 3; r=dcamp 2011-09-29 10:25:01 -03:00
Kyle Simpson
108a701b38 Bug 668254 - Highlighter doesn't handle full page zoom, part 1; r=dcamp,rcampbell,gavin 2011-09-21 15:25:00 -03:00
Paul Rouget
44ce81c2e7 Bug 663833 - [highlighter] Add a floating toolbar next to the selected node; r=msucan,dao 2011-09-27 17:01:24 -03:00