Commit Graph

144 Commits

Author SHA1 Message Date
Heather Arthur
ccb712006e Bug 733612 - Add a pseudo-class lock menu to the infobar node menu. r=paul 2012-04-17 14:25:05 +01:00
Paul Rouget
ee5fb51e39 Bug 717916 - Add an Inspect button and a node menu to the infobar; r=dao,dcamp 2012-04-04 20:40:48 +02:00
Murali S R
186d6326bc Bug 722079 - Error: button is null ... inspector.jsm when Right Clicking on Breadcrumbs; r=paul 2012-03-31 05:31:00 -04:00
Dave Camp
eea25d558b Bug 740615 - Move rule view copy code into CssRuleView.jsm. r=paul 2012-04-04 09:36:35 -07:00
Michael Ratcliffe
f03ae0ebd4 Bug 734259 - Clicking a system stylesheet in the style inspector does not open the source; r=msucan 2012-03-19 18:38:13 +00:00
Michael Ratcliffe
1c78bee43d Bug 736014 - "Copy rule" with some text selected copies that text additionally; r=paul 2012-03-15 14:37:58 +00:00
Michael Ratcliffe
7a0125fde0 Bug 703643 - Be able to copy from the rules view; r=prouget 2012-03-11 14:01:38 +00:00
Paul Rouget
74ba389728 Bug 717923 - Use an icon for the inspect button; r=dao 2012-03-08 16:02:23 +01:00
Rob Campbell
b539e1b534 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
Rob Campbell
c1923d6de4 Bug 732040 - move themes/*stripe/inspector.css into devtools theme directory and rename to htmlpanel.css; r=prouget
--HG--
rename : browser/themes/gnomestripe/inspector.css => browser/themes/gnomestripe/devtools/htmlpanel.css
rename : browser/themes/pinstripe/inspector.css => browser/themes/pinstripe/devtools/htmlpanel.css
rename : browser/themes/winstripe/inspector.css => browser/themes/winstripe/devtools/htmlpanel.css
2012-03-01 13:33:41 -04:00
Michael Ratcliffe
e2ab40787d Bug 729539 - Title attributes not showing in developer tools sidebar; r=msucan 2012-02-23 13:05:25 +00:00
Paul Rouget
61aa9cbdb8 Bug 730596 - Make the HTML Panel context menu more generic (should work even if the HTML Panel is closed); r=rcampbell 2012-02-25 20:08:37 +01:00
Heather Arthur
2acd67c3c7 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
f114db9ebf Bug 696755: Open the inspector sidebar on inspect if previously active. r=rcampbell 2012-01-28 14:48:00 +01:00
Rob Campbell
7b2ee1f2ec Bug 584407 - Create popup menu for inspector HTML panel. r=paul 2012-02-21 03:02:00 +01:00
Paul Rouget
69801662e6 Bug 719607 - The HTML Tree Panel should NOT use the registerTools mechanism. r=rcampbell 2012-01-27 17:13:53 +01:00
Paul Rouget
a1320dd0e3 Bug 717924 - Move the HTML tree view in the Page Inspector above the inspector toolbar. r=rcampbell r=dao 2012-02-23 18:41:43 +01:00
Victor Porof
32380b1455 Bug 719042 - Tilt should use the new Highlighter API; r=rcampbell 2012-01-29 20:00:10 +02:00
Michael Ratcliffe
82ff6b3ed6 Bug 585563 - The inspector style panel should link to the CSS editor; r=dcamp f=cedricv 2012-02-10 13:39:47 +00:00
Paul Rouget
adbafaa696 Bug 708643 - If Firebug is installed, using "Inspect Element" twice results in 2 inspectors, one uncloseable. r=dcamp 2012-02-06 16:23:31 +01:00
Blake Winton
c52c3d6265 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
Panagiotis Koutsourakis
583eb38038 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
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
Paul Rouget
2ac4397240 Bug 690713 - [highlighter] move DOM related methods from TreePanel.jsm to a new jsm, r=msucan,rcampbell 2011-10-11 10:11:10 -03:00
Paul Rouget
23d638b746 Bug 689934 - Transition on infobar during webpage scrolling in highlighter, r=msucan 2011-10-11 10:10:13 -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
a2f246c327 Bug 690361 - Switching tabs re-enables the highlighter; r=msucan 2011-10-03 12:06:44 -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
Dave Camp
917231e1f6 Bug 668254 - Highlighter doesn't handle full page zoom, part 2; r=rcampbell 2011-09-29 10:24:22 -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
Rob Campbell
ce532c2b0e Bug 687854 - Move the Inspector code to browser/devtools; r=msucan 2011-09-26 15:58:28 -03:00
Rob Campbell
1f2e52b861 Bug 689164 - Disable Style Inspector from Highlighter UI; r=msucan 2011-09-26 14:13:22 -03:00
Mihai Sucan
3aa29cdf84 Bug 687854 - Move the Inspector code to browser/devtools; r=gavin,robcee
--HG--
rename : browser/devtools/highlighter/inspector.js => browser/devtools/highlighter/inspector.jsm
2011-09-26 14:11:22 -03:00
Rob Campbell
6b9a6c0f97 Bug 672002 - Move HTML panel to a docked panel in the main browser window (highlighter); r=msucan 2011-09-26 14:05:40 -03:00
Rob Campbell
79c2f842f4 Bug 650794 - Disable HTML panel and make it use registerTools API; r=msucan
--HG--
rename : browser/devtools/highlighter/insideOutBox.js => browser/devtools/highlighter/InsideOutBox.jsm
2011-09-26 13:59:23 -03:00
Rob Campbell
1432c515c1 Bug 688558 - Context Menu for Inspect Element can Create 2 Highlighters; r=msucan 2011-09-26 13:56:57 -03:00
Rob Campbell
d886182d5f Bug 663831 - Style inspector should be controllable from the highlighter; r=gavin,msucan 2011-09-26 13:46:44 -03:00
Rob Campbell
deba10fdc2 Bug 681653 - Augment RegisterTools API in Highlighter to deregister tools; r=msucan, gavin 2011-09-26 13:43:37 -03:00
Dão Gottwald
8add974b5b Backed out changeset 7e53a3cf73b5 2011-09-24 12:26:38 +02:00
Rob Campbell
5c50e245fa Bug 688558 - Context Menu for Inspect Element can Create 2 Highlighters; r=gavin 2011-09-23 13:37:49 -03:00
Mihai Sucan
597672f5c0 Bug 687854 - Move the Inspector code to browser/devtools; r=gavin, r=robcee
--HG--
rename : browser/base/content/domplate.jsm => browser/devtools/highlighter/domplate.jsm
rename : browser/base/content/insideOutBox.js => browser/devtools/highlighter/insideOutBox.js
rename : browser/base/content/inspector.html => browser/devtools/highlighter/inspector.html
rename : browser/base/content/inspector.js => browser/devtools/highlighter/inspector.js
rename : browser/base/content/test/inspector/Makefile.in => browser/devtools/highlighter/test/Makefile.in
rename : browser/base/content/test/inspector/browser_inspector_bug_566084_location_changed.js => browser/devtools/highlighter/test/browser_inspector_bug_566084_location_changed.js
rename : browser/base/content/test/inspector/browser_inspector_bug_665880.js => browser/devtools/highlighter/test/browser_inspector_bug_665880.js
rename : browser/base/content/test/inspector/browser_inspector_bug_674871.js => browser/devtools/highlighter/test/browser_inspector_bug_674871.js
rename : browser/base/content/test/inspector/browser_inspector_editor.js => browser/devtools/highlighter/test/browser_inspector_editor.js
rename : browser/base/content/test/inspector/browser_inspector_highlighter.js => browser/devtools/highlighter/test/browser_inspector_highlighter.js
rename : browser/base/content/test/inspector/browser_inspector_iframeTest.js => browser/devtools/highlighter/test/browser_inspector_iframeTest.js
rename : browser/base/content/test/inspector/browser_inspector_initialization.js => browser/devtools/highlighter/test/browser_inspector_initialization.js
rename : browser/base/content/test/inspector/browser_inspector_registertools.js => browser/devtools/highlighter/test/browser_inspector_registertools.js
rename : browser/base/content/test/inspector/browser_inspector_scrolling.js => browser/devtools/highlighter/test/browser_inspector_scrolling.js
rename : browser/base/content/test/inspector/browser_inspector_store.js => browser/devtools/highlighter/test/browser_inspector_store.js
rename : browser/base/content/test/inspector/browser_inspector_tab_switch.js => browser/devtools/highlighter/test/browser_inspector_tab_switch.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_click.js => browser/devtools/highlighter/test/browser_inspector_treePanel_click.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_input.html => browser/devtools/highlighter/test/browser_inspector_treePanel_input.html
rename : browser/base/content/test/inspector/browser_inspector_treePanel_output.js => browser/devtools/highlighter/test/browser_inspector_treePanel_output.js
rename : browser/base/content/test/inspector/browser_inspector_treePanel_result.html => browser/devtools/highlighter/test/browser_inspector_treePanel_result.html
rename : browser/base/content/test/inspector/browser_inspector_treeSelection.js => browser/devtools/highlighter/test/browser_inspector_treeSelection.js
2011-09-20 20:29:34 +03:00