Commit Graph

89 Commits

Author SHA1 Message Date
Michael Ratcliffe
5ab472a7cc Bug 736014 - "Copy rule" with some text selected copies that text additionally; r=paul 2012-03-15 14:37:58 +00:00
Michael Ratcliffe
d38a91d16f Bug 703643 - Be able to copy from the rules view; r=prouget 2012-03-11 14:01:38 +00:00
Paul Rouget
6410310c1d Bug 717923 - Use an icon for the inspect button; r=dao 2012-03-08 16:02:23 +01: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
Rob Campbell
539bc03a10 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
5823dab0f1 Bug 729539 - Title attributes not showing in developer tools sidebar; r=msucan 2012-02-23 13:05:25 +00:00
Paul Rouget
f2d5d6620b 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
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
Paul Rouget
729390524f 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
2b5cfad4a5 Bug 719042 - Tilt should use the new Highlighter API; r=rcampbell 2012-01-29 20:00:10 +02:00
Michael Ratcliffe
be72481039 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
c33b3c8a7a 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
6ba0920e91 Bug 694958 - [highlighter] [infobar] limit the size of the infobar. r=dao 2012-01-30 14:27:53 -05:00
Panagiotis Koutsourakis
791aa57b19 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
174ef593dc 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
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
b97b73e0be Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch C; r=rcampbell 2011-12-07 21:13:02 +01:00
Paul Rouget
c72534534c Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm - Patch B; r=rcampbell 2011-12-06 18:22:36 +01:00
Paul Rouget
6701bbb620 Bug 703031 - [highlighter] Refactor the highlighter code. Create highlighter.jsm Patch A; r=rcampbell 2012-01-13 19:52:37 +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
Rob Campbell
328287b33c backout Bug 694954, Bug 689939; a=orange 2011-12-19 17:44:11 -04:00
Paul Rouget
720c79b9ee 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
fa1eeb6755 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
8993d92b27 Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao 2011-12-19 15:14:58 +01:00
Victor Porof
0b3e27ea96 Bug 689920 - Integrate Tilt with existing Firefox developer tools; r=cedric,msucan,rcampbell 2011-11-10 12:09:18 +02: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
Tim Taubert
4399a7f9e7 merge m-c to fx-team 2011-12-05 11:13:17 +01:00
Paul Rouget
097dd42a66 Bug 706734 - "this.veilContainer is null" in browser/devtools/highlighter/inspector.jsm. r=robcee 2011-12-01 11:46:06 +01:00
Cameron McCormack
330dcf66dd 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
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
437066c55d 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
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
Mike Hommey
5696ecd109 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
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