Commit Graph

56 Commits

Author SHA1 Message Date
Sonny Piers
37ce90ee05 Bug 703235 - Remove ConsoleStorage; r=msucan 2011-11-19 18:11:10 +01:00
Heather Arthur
4de902e4ee Bug 702342 - Filter Button should remain popped up when unchecking a suboption if any of the other suboptions remain checked. r=msucan 2011-11-23 19:02:23 -08:00
Sonny Piers
16b7eb8be1 Bug 622303 - Web Console should remember filter settings; r=msucan 2011-11-18 19:24:04 +01:00
Sonny Piers
2d7eed2028 Bug 703123 - web console 'Web Developer' filter button should be renamed; r=msucan,dao 2011-11-21 11:37:18 +01:00
Joe Walker
fc4d40f9d2 Bug 700616 - Clicking on a command in the top level GCLI menu does not work; r=dcamp 2011-11-19 08:34:04 -08:00
Joe Walker
c07f577d29 Bug 697140 - GCLI creates nodes in the wrong namespace; r=dcamp 2011-11-19 08:34:04 -08:00
Joe Walker
73e475674f Bug 701664 - GCLI build should use the latest dryice build; r=dcamp 2011-11-19 08:34:04 -08:00
Joe Walker
e208878add Bug 699411 - GCLI should use a sensible naming convention for its class names; r=dcamp,dao 2011-11-19 08:34:04 -08:00
Joe Walker
29a1618b8d Bug 692742 - GCLI popup dialogs sometimes have scrollbars; f=paul; r=dcamp,dao 2011-11-19 08:34:04 -08:00
Panos Astithas
c8638d7063 Bug 703122 - console.group is not cleared; r=msucan 2011-11-17 12:57:37 +02:00
Rob Campbell
6cf1bc51f4 Bug 702707 - Web console is buggy in window mode; Backed out changeset
efd4925dc649; a=leaks
2011-11-17 11:17:52 -08:00
Rob Campbell
30f1888b97 Bug 702707 - Web console is buggy in window mode; r=dcamp 2011-11-17 09:22:07 -08:00
Mihai Sucan
424f061a9c Bug 700331 - Remove inspectstyle() from the Web Console; r=rcampbell,l10n 2011-11-16 18:37:15 +02:00
Dão Gottwald
8bfa865042 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
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
Rail Aliiev
364e83c545 Bug 616542 - Shorten file path length of mochitest; r=ted 2011-11-04 21:13:42 +00:00
Joe Walker
88f25ba6c7 Bug 697039 - GCLI should officially drop support for older browsers; r=dcamp 2011-11-03 12:36:43 -03:00
Joe Walker
275b48950f Bug 693955 - GCLI source code should be formatted perfectly; r=dcamp 2011-11-03 12:35:29 -03:00
Joe Walker
90085e2a2f Bug 694932 - GCLI should make the same JS security checks as JSTerm; r=dcamp 2011-11-03 12:35:05 -03:00
Dave Camp
3541ba3884 Bug 693887 - Implement a rule-centric view for the style inspector. r=robcee, r=dao 2011-11-01 18:06:48 -07:00
Joe Walker
86c20c97ef 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
Joe Walker
6cf3095f25 Bug 683506 - GCLI needs an 'inspect' command; r=msucan,l10n 2011-10-26 11:03:12 -03:00
Joe Walker
9a843567d2 Bug 693265 - Carefully review the exposed GCLI API; r=msucan 2011-10-26 11:01:35 -03: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
Ben Turner
ffa91b902b Bug 692605 - Disable console listener tests until it can be fixed, rs=sicking. 2011-10-13 17:14:28 -07:00
Joe Walker
cd8c83cd34 Bug 690822 - GCLI web tests should be capable of being run in the browser; r=rcampbell 2011-10-12 14:03:17 -03:00
Panos Astithas
b64538882c Bug 658368 - Expand console object with time and timeEnd methods that add a simple timer implementation; r=msucan,sdwilsh sr=gavin 2011-06-01 09:33:22 +03:00
Joe Walker
0f0c34f3d2 Bug 656666 - Update HudService.jsm to allow GCLI integration; r=msucan,dao,l10n 2011-05-27 13:49:02 +01:00
Joe Walker
a3c298747f Bug 656668 - Create Export from GCLI project to JSM; r=rcampbell, msucan, fitzgen, mratcliffe 2011-05-27 12:35:18 +01:00
Ed Morley
72ed7305fc Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley
918444551f Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey 2011-10-06 17:15:07 +01:00
Panos Astithas
6635bcd31c 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
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
d886182d5f Bug 663831 - Style inspector should be controllable from the highlighter; r=gavin,msucan 2011-09-26 13:46:44 -03:00
Dão Gottwald
c7ea5c62f9 Backed out changeset f1409901573a 2011-09-24 12:22:48 +02:00
Rob Campbell
0cbd87c4df Bug 663831 - Style inspector should be controllable from the highlighter; r=msucan,gavin 2011-09-23 13:50:33 -03:00
Paul Biggar
d8fd60d75c Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden
--HG--
extra : rebase_source : b2f041ab27c500636598fe6213481c1a5f0989e8
2011-09-22 15:43:11 -07:00
Jared Wein
0fa816b2a0 Bug 686778 - Move close button back to the left side on Mac r=dcamp 2011-09-19 22:42:52 -07:00
Michael Ratcliffe
b7d113ebcf Bug 674856 - The style inspector should not redraw the whole UI every time it is used; r=mihai.sucan 2011-09-15 13:30:00 +03:00
Jared Wein
fb6afe6d0b Bug 684561 - Improve styling of Web Console on Windows r=dao 2011-09-06 16:43:25 -07:00
Michael Ratcliffe
91df175ed6 Bug 683320 - data:text/html,basic style inspector tests leaked during mochitest-browser-chrome. r=msucan 2011-09-01 14:17:05 +02:00
Mike Ratcliffe
0b8cb6dd25 Bug 582596 - Style view centered around answering common CSS questions, f=l10n, r=dolske, msucan 2011-08-30 09:12:02 -03:00
Mike Hommey
7ac7f9a0e2 Bug 682217 - HUDService uses some resource://gre/ urls that ought to be resource:///; r=gavin, r=rcampbell 2011-08-26 08:42:20 +02:00
Tim Taubert
baacb01b2f Bug 678816 - web console re-attaches console to non-tab-browser contentWindows; r=msucan 2011-08-17 23:03:41 +02:00
Malini Das
da32b5cbd3 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only 2011-08-12 12:21:37 -04:00
Joe Walker
057da557d3 Bug 676556 - GCLI requirejs tests log when they shouldn't; r=rcampbell 2011-08-05 09:59:20 -03:00
Mihai Sucan
3d7caf3903 Bug 672470 - Fix memory leaks in Web Console code; r=rcampbell,gavin.sharp 2011-08-03 21:04:30 +03:00
Rob Campbell
7c66dd262d Bug 653140 - GCLI needs a commonjs require system; f=mihai.sucan r=dtownsend sr=dtownsend; a=orangefix 2011-08-04 10:33:34 -03:00
Joe Walker
c720dcc689 Bug 653140 - GCLI needs a commonjs require system; f=mihai.sucan r=dtownsend sr=dtownsend 2011-05-27 11:48:50 +01:00