Commit Graph

63 Commits

Author SHA1 Message Date
David Dahl
95b920f222 Bug 579954 - sometimes gBrowser cannot be accessed, r=gavin 2010-07-30 08:30:55 -03:00
Patrick Walton
3c8fb206ed Bug 582460 - Revamp the look of the filter buttons on the Web Console, r=mossop, a=beltzner 2010-07-30 08:30:55 -03:00
Patrick Walton
a334aff3e0 Bug 582455 - Remove the grippy from the Web Console, r=mossop, a=beltzner 2010-07-30 08:30:55 -03:00
Patrick Walton
afc2b726a4 Bug 582135 - Move the Web Console filter box to the right, r=gavin, a=mossop 2010-07-30 08:30:55 -03:00
Patrick Walton
0336c76867 Bug 580820 - Visually distinguish JavaScript input from output in the Console, r=mossop 2010-07-28 15:15:34 -03:00
Patrick Walton
98a02ecf5b Bug 581241 - Add a Filter placeholder string in the Web Console, r=gavin, a=johnath 2010-07-26 16:14:32 -03:00
Mihai Sucan
c83a2ddfc2 bug 580030 - the error handler fails silently after a page reload, r=gavin 2010-07-26 13:35:12 -03:00
Patrick Walton
653f2f0802 Bug 579412 - Focus the input field when the Console is opened. a=blocking-2.0, r=dtownsend. 2010-07-23 16:58:52 -07:00
Rob Campbell
48be01ba8a Bug 579412 - Backed out changeset b993e9c8edbe, bustage 2010-07-23 11:30:16 -03:00
Julian Viereck
89d82725a0 bug 579412 - Focus inputNode on JSTerm when opening the HUD/Console, r=dietrich 2010-07-23 09:51:09 -03:00
Patrick Walton
4571282175 Bug 580748: use "timestamp" consistently in HUDService code, r=gavin 2010-07-21 17:18:27 -04:00
Patrick Walton
388eddcfd4 bug 580126 - Clean up redundancy in logMessage() for the Console, r=mossop 2010-07-21 12:37:24 -03:00
Mihai Sucan
3202dd2f45 bug 579975 - logConsoleActivity message filtering bug, r=mossop 2010-07-21 12:24:12 -03:00
Mihai Sucan
fe3fe09034 bug 579913 - testNet does not work properly, r=mossop 2010-07-21 12:24:12 -03:00
Mihai Sucan
9b774f9d7e bug 578437 - The HUD console fails to re-attach the window.console object after page reload, r=mossop 2010-07-19 12:15:21 -03:00
Julian Viereck
20dff20b68 bug 568649 - JSTerm keybindings - tab completion. r=dietrich 2010-07-19 11:38:07 -03:00
Julian Viereck
f4ef4af8c7 bug 574033 - HUD Console should evaluate commands in window scope 2010-07-19 10:51:51 -03:00
Mihai Sucan
b89f5d071e bug 568657 - consolidate all time stamp code 2010-07-19 10:51:51 -03:00
Julian Viereck
bfd9044555 bug 578946 - Return values null and undefined are not logged to console output 2010-07-16 12:55:35 -03:00
Julian Viereck
c60473ff92 bug 578943 - window.console object exposes more objects then just console API 2010-07-16 12:47:24 -03:00
Julian Viereck
cba84dead5 bug 576963 - executed string is written to the console output after executing it, r=dietrich 2010-07-16 12:10:36 -03:00
Julian Viereck
2aa98276a3 bug 576962 - console log/info etc. does handle multiple arguments + newline, r=dietrich 2010-07-16 12:00:53 -03:00
Julian Viereck
fcefb1def0 bug 568652 - jsTerm history keybindings, r=dietrich 2010-07-16 12:00:38 -03:00
David Dahl
574dc10199 bug 579073 - Added a jsterm property on the HeadsUpDisplay, r=dietrich 2010-07-16 11:42:53 -03:00
Joel Maher
466f18ba08 Bug 575574 Remove console/hudservice tess from browser-chrome tests for Fennec r=mfinkle 2010-07-15 12:09:01 -07:00
timeless@mozdev.org
a9cdfbf4fb Bug 574452 Exception fills my Error Console: (NS_NOINTERFACE) [nsISupports.QueryInterface]" nsresult: "0x80004002 (NS_NOINTERFACE)"
r=gavin

--HG--
extra : rebase_source : a5db4da740578f8da82a09886834145cd25139f5
2010-07-08 18:20:00 +03:00
David Dahl
b5c6ebac0b Bug 575673 - enabling "DOM mutation" breaks HUD r=dietrich 2010-07-12 11:59:30 +02:00
Benjamin Smedberg
63c0077443 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Gavin Sharp
ef1133a3ca Bug 574137: move HUDService styling to toolkit/themes, avoid setting incorrect class names on toolbar buttons, and remove toolbar style rules that conflict with the browser styling, r=dao
--HG--
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/pinstripe/global/headsUpDisplay.css
rename : toolkit/components/console/content/headsUpDisplay.css => toolkit/themes/winstripe/global/headsUpDisplay.css
extra : rebase_source : f99848fa59b700ed1503fddd9a08a4f34c3c8cb4
2010-06-24 20:16:35 -04:00
Benjamin Smedberg
762def30bb Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
David Dahl
be8e38decd Bug 573845 - open the console to a percentage of the browser window height, p=ddahl, r=dietrich 2010-06-23 12:30:51 -03:00
Benjamin Smedberg
5cab25b52b Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
--HG--
rename : toolkit/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js
2010-06-22 12:59:15 -04:00
ddahl@mozilla.com
e5228a3af6 Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-22 09:51:50 -07:00
Dão Gottwald
d00035f67a Bug 571567 - use <menupopup> instead of <popup>. r=enn 2010-06-22 08:34:21 +02:00
L. David Baron
bc720ca632 Backed out changeset b805434e7e4b (bug 534398) for causing leaks on (debug) mochitest-other. 2010-06-19 14:15:27 -07:00
ddahl@mozilla.com
1ac23e36fe Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-19 13:17:44 -07:00
Dietrich Ayala
77c9676f7c Backed out changeset 552ea4bd4e59 2010-06-18 16:21:43 -07:00
ddahl@mozilla.com
074dbc6c09 Bug 534398 - Implement Heads Up Display console, js workspaces and related tools (r=dietrich, r=mrbkap) 2010-06-18 16:18:16 -07:00
Romain BEZUT
0c1bd6f118 Bug 458631 - Misalignment in --help command line. r=gavin 2009-10-09 12:50:42 +02:00
Neil Deakin
5303f25260 Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
Michael Kaply
cd4e1aa7d8 Bug 329882 - "bc has no properties console.js" [r=benjamin] 2009-06-14 01:32:45 -07:00
Ehsan Akhgari
cec7bfadfe Bug 479588 - Error console's text box should always be LTR; r=dao 2009-03-09 00:42:21 +03:30
Markus Stange
5a0af206f8 Bug 456214 - Polish toolbar buttons in the Add-ons Manager, Page Info dialog and Error Console, r=dao 2008-12-04 14:36:24 +01:00
Markus Stange
24c418dbdf Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin 2008-10-18 11:57:46 +02:00
Simon Bünzli
e5ebc38a43 Bug 331940 - Should be able to pass a line number to the external viewer/editor. r=gavin 2008-09-08 14:06:06 +02:00
rflint@ryanflint.com
38272d59b0 Bug 364536 - Mac theme does not support RTL. r=mconnor, a=beltzner 2008-04-23 05:08:52 -07:00
reed@reedloden.com
5e3b4d1415 Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner] 2008-03-08 01:44:35 -08:00
reed@reedloden.com
0e517d7826 Bug 415901 - "Error console should respect line breaks in error messages" [p=trev.moz@adblockplus.org (Wladimir Palant) r=gavin a1.9=damons] 2008-02-26 01:54:42 -08:00
rflint@ryanflint.com
fc839d7ad1 Bug 386531 - XPCOMUtilify console command line handler. r+a=mconnor 2007-11-22 21:24:20 -08:00
dbaron@dbaron.org
a31002bcc6 Fix places where XUL was using display:inline to avoid block-wrapping. b=321402 r=mconnor, r+sr=roc, a=blocking1.9+/M9 2007-10-25 16:29:24 -07:00