Commit Graph

72 Commits

Author SHA1 Message Date
Paul Rouget
d5c8c605d7 Bug 719933 - In the Inspector, the arrowkeys shortcuts should be used only when the higlighter or the toolbar are focused. r=rcampbell 2012-01-24 19:56:47 +01:00
Paul Rouget
e6367e6b7f Bug 566092 - Inspector highlight doesn't handle reflows correctly; r=rcampbell 2012-01-14 06:58:08 +01:00
Dao Gottwald
c7d43576c7 Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell 2012-01-23 11:50:11 -04:00
Paul Rouget
29bdbb3a59 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch D; r=rcampbell 2011-12-06 18:23:20 +01:00
Paul Rouget
c07b264d02 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell 2011-12-07 21:13:02 +01:00
Paul Rouget
ba3adf54d7 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch B; r=rcampbell 2011-12-06 18:22:36 +01:00
Paul Rouget
f7f39d5d20 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm Patch A; r=rcampbell 2012-01-13 19:52:37 +01:00
Paul Rouget
91f297fe7a 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
1104d49ce7 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
Rob Campbell
b7669206af backout Bug 694954, Bug 689939; a=orange 2011-12-19 17:44:11 -04:00
Paul Rouget
8f00889ff1 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
Paul Rouget
1890399e52 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
e40f69190e Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao 2011-12-19 15:14:58 +01:00
Victor Porof
77e44974ce Bug 689920 - Integrate Tilt with existing Firefox developer tools; r=cedric,msucan,rcampbell 2011-11-10 12:09:18 +02:00
Cameron McCormack
f374bcc12d Bug 708107 - Remove calls to ignoreAllUncaughtExceptions() from these devtools tests. r=robcee a=ehsan 2011-12-13 09:49:29 +11:00
Rob Campbell
f2324e5ce2 Bug 705731 - Create InspectorUI.notifications.DESTROYED notification; r=prouget 2011-12-07 10:38:41 -04:00
Tim Taubert
2b6e549e62 merge m-c to fx-team 2011-12-05 11:13:17 +01:00
Paul Rouget
de91a5e484 Bug 706734 - "this.veilContainer is null" in browser/devtools/highlighter/inspector.jsm. r=robcee 2011-12-01 11:46:06 +01:00
Cameron McCormack
2290a3af32 Bug 706746 - Don't try to close the Inspector's "Leaving this page" notification bar twice. r=msucan 2011-12-02 11:08:56 +11:00
Cameron McCormack
0fb03e07e0 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
b134374732 Bug 692466 - [highlighter] transitions should be disabled only while scrolling, not when the node is locked; r=msucan,dao 2011-11-22 00:11:23 +01:00
Paul Rouget
0469267b97 Bug 704228 - Keybindings not restored in Highlighter when returning from other tab; r=rcampbell 2011-11-21 22:47:21 +01:00
Paul Rouget
e22ad5c2f2 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
0f021c1cf9 Bug 696139 - [highlighter] Attach the InspectorUI instance when notifying 'highlighter-ready'; r=rcampbell 2011-10-20 19:29:07 +02:00
Johan Charlez
8d5e7d6e28 Bug 691884 - Pressing Escape 'Esc' should close developer 'Inspect' mode; r=rcampbell 2011-11-21 15:32:35 -04:00
Mike Hommey
8d654e2170 Bug 703633 - TreePanel.jsm uses a resource:/// url that ought to be resource://gre/; r=rcampbell 2011-11-18 18:36:16 +01:00
Paul Rouget
f33df94d07 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
13ab90286a Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher 2011-11-12 22:06:54 +11:00
Rob Campbell
199523feba Bug 689946 - Docked HTML panel in the highlighter should remember its height; r=msucan 2011-11-07 15:31:45 -04:00
Rob Campbell
3b76fa589c Bug 700044 - Duplicate rule views after tab switching. r=msucan 2011-11-07 10:35:40 -08:00
Dave Camp
c2a0574100 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
c9cf1b65d0 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
dc28502c99 Bug 699308 - Highlighter closes during iframe requests. r=robcee 2011-11-06 16:48:59 +02:00
Rob Campbell
57b784f621 Bug 696107 - HTML attribute editor in highlighter conflicts with new keyboard controls. r=dcamp 2011-11-05 12:38:00 -07:00
Dão Gottwald
0b639ce679 Bug 700036 - Put the style inspector into a xul document. r=dcamp
--HG--
rename : browser/devtools/styleinspector/csshtmltree.xhtml => browser/devtools/styleinspector/csshtmltree.xul
rename : browser/devtools/styleinspector/cssruleview.xhtml => browser/devtools/styleinspector/cssruleview.xul
2011-11-05 12:31:00 -07:00
Ed Morley
7bc582f20f 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
92c7bd7f02 merge m-c to fx-team 2011-11-05 10:11:34 -03:00
Rob Campbell
048d461e6b Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Rail Aliiev
8a56fd9db2 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Rob Campbell
04a8e53c79 Bug 699475 - Backed out changeset b878369ab3c8, testfailures and a
bug. a=orange
2011-11-03 19:55:02 -03:00
Rob Campbell
4d975d962c Bug 699475 - Integrate RuleView into Highlighter Sidebar; r=dcamp 2011-11-03 18:40:36 -03:00
Rob Campbell
e13aae1370 Bug 695440 - Create sidebar for Highlighter tools; f=zpao; r=dcamp,dao 2011-11-03 10:37:14 -03:00
Rob Campbell
ab8c4f3bb6 Bug 683873 - [highlighter] move the close button to the toolbar, test-fix; a=orange 2011-11-01 17:01:17 -03:00
Paul Rouget
9bf7751ae6 Bug 683873 - [highlighter] move the close button to the toolbar; r=dao 2011-10-21 17:51:52 +02:00
Joe Walker
41a59a667f Bug 687851 - Create a locales directory in the devtools module, move all devtools l10n strings to it; r=rcampbell,mfinkle,l10n
--HG--
rename : browser/locales/en-US/chrome/browser/inspector.properties => browser/locales/en-US/chrome/browser/devtools/inspector.properties
rename : browser/locales/en-US/chrome/browser/scratchpad.dtd => browser/locales/en-US/chrome/browser/devtools/scratchpad.dtd
rename : browser/locales/en-US/chrome/browser/scratchpad.properties => browser/locales/en-US/chrome/browser/devtools/scratchpad.properties
rename : browser/locales/en-US/chrome/browser/styleinspector.dtd => browser/locales/en-US/chrome/browser/devtools/styleinspector.dtd
rename : browser/locales/en-US/chrome/browser/styleinspector.properties => browser/locales/en-US/chrome/browser/devtools/styleinspector.properties
rename : toolkit/locales/en-US/chrome/global/webConsole.dtd => browser/locales/en-US/chrome/browser/devtools/webConsole.dtd
rename : toolkit/locales/en-US/chrome/global/headsUpDisplay.properties => browser/locales/en-US/chrome/browser/devtools/webconsole.properties
2011-10-27 12:35:13 -03:00
Paul Rouget
2411336b2a 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
Paul Rouget
e57c8a0b1d Bug 691712 - Add some pretty resizers to the Highlighter toolbar when the HTML tree panel is open. r=robcee, r=dao, ui-r=shorlander 2011-10-21 12:17:40 +02:00
Rob Campbell
3b80f4a4c0 Bug 685893 - style inspector properties and methods to be moved out of the panel; r=msucan 2011-10-21 13:40:22 -04:00
Paul Rouget
72394093a6 Bug 690068 - highlighter and infobar should not be visible if node is not highlightable; r=rcampbell 2011-10-20 18:06:25 +02:00
Panos Astithas
f3905307b7 Bug 669658 - [highlighter] Improve the keybindings, r=rcampbell 2011-10-11 10:11:20 -03:00