Граф коммитов

97 Коммитов

Автор SHA1 Сообщение Дата
Joe Walker ef2cef939b 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 ba09094373 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
Cedric Vivier 8d2dabefe0 Bug 679753 - Remove Scratchpad's status bar, the Environment menu and the Tools menu; r=rcampbell 2011-10-26 19:35:32 +08:00
Mihai Sucan 6caeedefa5 Bug 692400 - Style inspector appears to ignore inline styles; r=dcamp 2011-10-26 21:52:34 +03:00
Paul Rouget f0501c70a3 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
Joe Walker 899448f7d9 Bug 683506 - GCLI needs an 'inspect' command; r=msucan,l10n 2011-10-26 11:03:12 -03:00
Joe Walker 6c5692b6e7 Bug 693265 - Carefully review the exposed GCLI API; r=msucan 2011-10-26 11:01:35 -03:00
Rob Campbell 80f211d55d Bug 697109 - browser_styleinspector_webconsole.js sometimes fails with instance stylePanels[1] is hidden; r=msucan 2011-10-25 12:53:03 -03:00
Rob Campbell 48a875b308 Bug 685893 - style inspector properties and methods to be moved out of the panel, a=orange 2011-10-21 15:16:36 -04:00
Rob Campbell 9f02912138 Bug 685893 - style inspector properties and methods to be moved out of the panel; r=msucan 2011-10-21 13:40:22 -04:00
Michael Ratcliffe 746367b2af Bug 685900 - csshtmltree.refreshPanel should use a setTimeout loop to improve performance (cancel-able); r=msucan 2011-10-19 12:25:39 +02:00
Paul Rouget 4e436f749b Bug 690068 - highlighter and infobar should not be visible if node is not highlightable; r=rcampbell 2011-10-20 18:06:25 +02:00
Michael Ratcliffe ef5edaaf2e Bug 685902 - Improve csshtmltree speeds by adding a has[Un]matchedSelectors() method. r=msucan 2011-10-13 11:28:52 +02:00
Rob Campbell 307a08df17 backout ba23b2987f38, Bug 679753 - Scratchpad could probably do without the status bar; a=l10n 2011-10-14 09:29:45 -03:00
Ben Turner 509ecaadbb Bug 692605 - Disable console listener tests until it can be fixed, rs=sicking. 2011-10-13 17:14:28 -07:00
Clochix and Cedric Vivier 542ff58e9e Bug 679753 - Scratchpad could probably do without the status bar; r=rcampbell 2011-10-13 10:35:11 -03:00
Mihai Sucan 0279299abb Bug 692807 - Update the code from Orion upstream; r=rcampbell 2011-10-12 15:52:45 +03:00
Joe Walker e399f89604 Bug 694137 - DOMTemplate tests should not use setTimeout; r=rcampbell 2011-10-12 18:38:43 -03:00
Joe Walker b6c2346bf9 Bug 692031 - DOMTemplate async loops do not drop the loop element; r=rcampbell 2011-10-12 14:09:38 -03:00
Joe Walker d545bf4821 Bug 691012 - DOMTemplate needs chrome tests; r=rcampbell 2011-10-12 14:06:57 -03:00
Joe Walker 30d4550094 Bug 692424 - GCLI and DOMTemplate could use a Promise implementation, r=msucan 2011-10-12 14:06:04 -03:00
Joe Walker 0ca0b531a5 Bug 690822 - GCLI web tests should be capable of being run in the browser; r=rcampbell 2011-10-12 14:03:17 -03:00
Joe Walker fe7ccb47c7 Bug 656666 - Update HudService.jsm to allow GCLI integration; r=msucan,dao,l10n 2011-05-27 13:49:02 +01:00
Joe Walker 27a355c977 Bug 656668 - Create Export from GCLI project to JSM; r=rcampbell, msucan, fitzgen, mratcliffe 2011-05-27 12:35:18 +01:00
Panos Astithas 8c22481872 Bug 669658 - [highlighter] Improve the keybindings, r=rcampbell 2011-10-11 10:11:20 -03:00
Paul Rouget 3cfd632d15 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 1da87bde8f Bug 689934 - Transition on infobar during webpage scrolling in highlighter, r=msucan 2011-10-11 10:10:13 -03:00
Michael Ratcliffe 867756f0cc Bug 691721 - Potential memory leak in DevTools test, r=msucan 2011-10-04 13:26:22 +02:00
Rob Campbell 995d33edbe merge m-c to fx-team 2011-10-08 01:58:32 -03:00
Rob Campbell 77d2780844 Bug 689160 - Investigate and Fix leaked csshtmltree.xhtml windows in Highlighter+Style Inspector; r=msucan 2011-10-07 12:38:35 -03:00
Jared Wein 4f29fb1833 Merged changes from f425a8109714 2011-10-03 08:20:43 -07:00
Panos Astithas 35e3081bf4 Bug 672902 - Highlighter should be useable via keyboard.; r=rcampbell 2011-10-03 11:32:54 +03:00
Joe Walker e5126acf78 Bug 684958 - DOM Templater should include async functionality via promises; r=rcampbell 2011-10-03 12:09:51 -03:00
Rob Campbell e075ac99a3 Bug 690361 - Switching tabs re-enables the highlighter; r=dcamp 2011-10-03 12:08:48 -03:00
Rob Campbell e60f20f6a5 Bug 690361 - Switching tabs re-enables the highlighter; r=msucan 2011-10-03 12:06:44 -03:00
Joe Walker 736033156f Bug 684721 - GCLI templater and devtools templater need to be in sync; f=mratcliffe, r=rcampbell 2011-10-03 12:05:41 -03:00
Rob Campbell b290efe1fa Bug 668254 - Highlighter doesn't handle full page zoom, testfix; a=orange 2011-09-29 12:26:55 -03:00
Mihai Sucan 34c2eaa11b Bug 689968 - CssLogic is slow at skipping UA rules for the unmatched selectors view; r=rcampbell 2011-09-28 19:26:01 +03:00
Rob Campbell efb26fa874 Bug 668254 - Highlighter doesn't handle full page zoom, part 3; r=dcamp 2011-09-29 10:25:01 -03:00
Dave Camp 70c1841206 Bug 668254 - Highlighter doesn't handle full page zoom, part 2; r=rcampbell 2011-09-29 10:24:22 -03:00
Kyle Simpson e15696eec8 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 a4b7f11b04 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 ce90894460 Bug 689659 - devtools/jar.mn has two entries for inspector.html; r=gavin 2011-09-27 15:11:10 -03:00
Panos Astithas b727da1b59 Bug 664131 - Expand console object with group methods that indent future console messages in order to create separate blocks of visually combined output; r=gavin 2011-06-14 14:38:11 +03:00
Rob Campbell 78db8be4f5 Bug 687854 - Move the Inspector code to browser/devtools; r=msucan 2011-09-26 15:58:28 -03:00
Rob Campbell 84b2c619eb Bug 689164 - Disable Style Inspector from Highlighter UI; r=msucan 2011-09-26 14:13:22 -03:00
Mihai Sucan 53d5084664 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 9463d479c8 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 fb6eccdaa0 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 fdde16cb58 Bug 688558 - Context Menu for Inspect Element can Create 2 Highlighters; r=msucan 2011-09-26 13:56:57 -03:00