Commit Graph

53 Commits

Author SHA1 Message Date
Rogério Gonçalves
f3228da812 Bug 719850 - Web Console should be checked according to the selected tab. r=dao 2012-01-25 13:42:53 +01:00
Dão Gottwald
277ae6b57f Backed out changeset 1fe477ec35e9 2012-01-25 14:50:27 +01:00
User Rogério Gonçalves
f8aa21d82d Bug 719850 - Web Console should be checked according to the selected tab. r=dao 2012-01-25 13:42:53 +01:00
Tim Taubert
de11006829 merge m-c to fx-team 2012-01-12 21:26:09 +01:00
Joe Walker
3308772377 Bug 706230 - GCLI should have a jump-to-scratchpad feature; r=dcamp,dao 2012-01-12 10:12:18 +00:00
Joe Walker
889a3571e9 Bug 717598 - Backout changeset 05f3cb:13e49 missing reviewer from comment, a=robcee 2012-01-12 15:09:07 +00:00
Joe Walker
abf8b474e4 Bug 706230 - GCLI should have a jump-to-scratchpad feature 2012-01-12 10:12:18 +00:00
Mihai Sucan
f26a3af98a Bug 611032 - Errors from before the Web Console is opened do not show. r=gavin.sharp,rcampbell f=rcampbell
--HG--
rename : browser/devtools/webconsole/test/browser_ConsoleAPICachedMessages.js => browser/devtools/webconsole/test/browser_cached_messages.js
2012-01-11 12:51:49 +02:00
Lucio Valentin
31dd002a2e Bug 583218 - "Web Console" menu item should be checked when the Web Console is open. Additional fixes by Rogério Gonçalves. r=dao 2012-01-11 15:32:39 +01:00
Joe Walker
3e1aea36eb Bug 704184 - Find a better way to scroll web console output; r=dcamp 2012-01-09 15:38:48 +00:00
Mihai Sucan
7b8942ef5f Bug 609890 - window.console API messages from before the Web Console is opened don't show. r=gavin.sharp 2012-01-06 21:34:56 +02:00
Michael Ratcliffe
2c00def795 Bug 691478 - JavaScript strict warning: resource:///modules/HUDService.jsm, line 5012: reference to undefined property this.lastInputValue; r=dcamp 2011-12-21 10:52:08 +01:00
aceman
eb3ebc1fc0 Bug 711721 - merge nsIScriptError and nsIScriptError2 interfaces; r=neil, sr=bzbarsky 2011-12-21 16:51:29 -05:00
Jignesh Kakadiya
a4f4fcb886 Bug 583816 - Tab should not move to the page when there's nothing to complete in the Web Console. r=msucan,rcampbell 2011-12-20 19:49:39 +02:00
Brijesh Patel
41e4c7f7fa Bug 704295 - Autocomplete with a variable name that is equal to a prefix of a global variable makes it impossible to use the variable; r=msucan 2011-12-13 09:47:31 -04:00
Joe Walker
d428235b51 Bug 705074 - All uses of DOMTemplate should use new template function; r=dcamp 2011-12-08 12:39:04 +00:00
Joe Walker
3db3e8bce7 Bug 701712 - GCLI help should be more, um helpful; r=dcamp,dao 2011-12-08 12:08:35 +00:00
Rob Campbell
4e17e70db5 Bug 702707 - Web console is buggy in window mode; r=msucan 2011-12-07 10:37:57 -04:00
Heather Arthur
d5bb00dcb7 Bug 705903 - Web console filter button should retain checked state when any of its menuitems are checked. r=msucan 2011-11-29 12:06:50 -08:00
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
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
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
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
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
Joe Walker
0f0c34f3d2 Bug 656666 - Update HudService.jsm to allow GCLI integration; r=msucan,dao,l10n 2011-05-27 13:49:02 +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
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
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
Mihai Sucan
3d7caf3903 Bug 672470 - Fix memory leaks in Web Console code; r=rcampbell,gavin.sharp 2011-08-03 21:04:30 +03:00
Panos Astithas
6d9f1fc9a2 Bug 659907 - Expand console object with a dir method that displays an interactive listing of all the properties of an object.; f=rcampbell r=mihai.sucan,bzbarsky sr=bzbarsky 2011-06-09 16:27:30 +03:00
Panos Astithas
8c97712530 Bug 653531 - Shared knowledge of selected node in highlighter and web console; r=rcampbell 2011-08-02 10:43:10 -03:00