Commit Graph

21 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
b9fdafa915 Fix typo from checkin for bug 322169
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203721 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-26 07:16:48 +00:00
gavin%gavinsharp.com
3b891b8405 Bug 322169: Clear Private Data does not clear JS Console, patch by Simon Bünzli <zeniko@gmail.com>, r+a=mconnor, r=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203672 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-25 21:01:54 +00:00
gavin%gavinsharp.com
04e20ece74 Bug 289927: JS Console shouldn't show line number if line is 0, patch by Doron Rosenberg (IBM) <doronr@gmail.com>, r=mconnor, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203208 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-20 00:47:23 +00:00
gavin%gavinsharp.com
f8d808960a Bug 306223: Allow to easily filter errors by category, patch by Simon Bünzli <zeniko@gmail.com>, r+a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202228 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-17 16:30:50 +00:00
gavin%gavinsharp.com
71ff199cb4 Bug 332191: The Error Console doesn't remember its maximized state, patch by Simon Bünzli <zeniko@gmail.com>, r+a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198992 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-04 06:56:28 +00:00
gavin%gavinsharp.com
242b7d3085 Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r+a181=mconnor, ui-r=beltzner, sr=neil/bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198677 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 20:46:08 +00:00
kairo%kairo.at
eb2d4798f5 bug 334997 - add an id to toolkit console (to be able to overly a menubar into it), r+a1.8.1=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195150 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-22 10:38:49 +00:00
gavin%gavinsharp.com
2861fd71f7 Bug 328932: Evaluating Components.classes in JS Console throws an exception, r=bzbarsky, sr=jag, a181=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191803 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-05 21:50:44 +00:00
mozilla.mano%sent.com
5a8d723d42 Bug 296700 - Can't overlay JS Console's keyset/commandset. patch from Simon Bnzli <zeniko@gmail.com>, r=me, a=asa.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@179750 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-06 23:41:46 +00:00
aaronleventhal%moonset.net
612986ef10 Bug 302402. Some XUL links opening twice. r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@177169 18797224-902f-48f8-a5cc-f745e15eee43
2005-08-05 16:11:10 +00:00
aaronleventhal%moonset.net
e0de08bd63 Bug 301398. Another round of link fixes. Now we're down to 2 link implementations. r+a=mconnor
git-svn-id: svn://10.0.0.236/trunk@176547 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-25 19:23:12 +00:00
bsmedberg%covad.net
e6a0f5c282 Bug 286450 - Make nsIScriptError.message display a formatted message with file/line information, for future logging purposes r=dbradley sr=bz
git-svn-id: svn://10.0.0.236/trunk@171379 18797224-902f-48f8-a5cc-f745e15eee43
2005-03-30 11:34:59 +00:00
gerv%gerv.net
f58b146997 Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@168638 18797224-902f-48f8-a5cc-f745e15eee43
2005-02-01 17:07:35 +00:00
Stefan.Borggraefe%gmx.de
34bc6b4cc2 Bug 277342: JS Console behaving incorrectly with right-click on source file
r=mconnor, sr=neil


git-svn-id: svn://10.0.0.236/trunk@168537 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-31 00:26:02 +00:00
mconnor%myrealbox.com
675a1864f9 bug 240655, port neil's fix from 133606 to toolkit
git-svn-id: svn://10.0.0.236/trunk@157235 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-01 14:50:13 +00:00
bzbarsky%mit.edu
16f1f02320 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst


git-svn-id: svn://10.0.0.236/trunk@154907 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-15 01:51:32 +00:00
ben%bengoodger.com
0947d91a21 Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. (The bug was that you would get the download cancel confirmation prompt when shutting down via File->Exit, but not when you closed all windows)
git-svn-id: svn://10.0.0.236/trunk@149867 18797224-902f-48f8-a5cc-f745e15eee43
2003-12-01 05:40:41 +00:00
chanial%noos.fr
32ea2705a6 sync the console with the suite
git-svn-id: svn://10.0.0.236/trunk@148273 18797224-902f-48f8-a5cc-f745e15eee43
2003-10-22 08:00:39 +00:00
chanial%noos.fr
8c0c7e1adc Console cleanup: it is now independent from communicator.
Adding access keys and shortcut to focus the command line


git-svn-id: svn://10.0.0.236/trunk@138767 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-02 04:15:09 +00:00
chanial%noos.fr
93040f0d97 console.css cleanup
git-svn-id: svn://10.0.0.236/trunk@138759 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-01 15:27:39 +00:00
chanial%noos.fr
efb45ba9c7 Move the js console and dependencies as new extensions in toolkit/components.
NPOB


git-svn-id: svn://10.0.0.236/trunk@138755 18797224-902f-48f8-a5cc-f745e15eee43
2003-03-01 08:07:13 +00:00