Commit Graph

322 Commits

Author SHA1 Message Date
ben%bengoodger.com
8ddcf1a578 229062 - clicking the download notification link does not show download manager - make sure download manager impls nsIAlertListener in its QueryInterface method
git-svn-id: svn://10.0.0.236/trunk@158628 18797224-902f-48f8-a5cc-f745e15eee43
2004-07-01 02:36:43 +00:00
neil%parkwaycc.co.uk
0e4730dbda help.js cleanup left over from bug 242441 r=caillon sr=alecf moa=rlk
git-svn-id: svn://10.0.0.236/trunk@158499 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-25 20:15:19 +00:00
jst%mozilla.jstenback.com
ac7f51d08a Fixing bug 248442. Fix incorrect item size argument that was passed to NS_QuickSort() which lead to a crash on platforms where sizeof(void *) != sizeof(PRUint32). r=ben@bengoodger.com, sr=dbaron@dbaron.org
git-svn-id: svn://10.0.0.236/trunk@158448 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-25 00:16:11 +00:00
ben%bengoodger.com
7aa5b1a30a winstripe landing
git-svn-id: svn://10.0.0.236/trunk@158154 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 22:10:49 +00:00
ben%bengoodger.com
4635bd283c Winstripe landing
git-svn-id: svn://10.0.0.236/trunk@158152 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 22:07:08 +00:00
ben%bengoodger.com
69e44e8e1c remove the old dirs
git-svn-id: svn://10.0.0.236/trunk@158143 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-18 21:29:09 +00:00
bsmedberg%covad.net
4688fbfc0a Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106).
git-svn-id: svn://10.0.0.236/trunk@158054 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 21:23:51 +00:00
roc+%cs.cmu.edu
0b0fa89131 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@157992 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-17 00:13:25 +00:00
scott%scott-macgregor.org
1906f632fb Bug #245483 --> Hook up print preview support for Thunderbird
git-svn-id: svn://10.0.0.236/trunk@157811 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-12 00:31:28 +00:00
cbiesinger%web.de
5c74ff0db6 ...fixing firefox bustage...
git-svn-id: svn://10.0.0.236/trunk@157791 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-11 18:25:05 +00:00
mvl%exedo.nl
8524eaeea9 more bustage fix for sunbird. passwordmgr needs autocomplete.
part of bug 245762


git-svn-id: svn://10.0.0.236/trunk@157607 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-08 20:56:10 +00:00
mvl%exedo.nl
e558b28ad3 static build bustage fix for sunbird.
part of bug 245762, r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@157580 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-08 10:29:22 +00:00
ben%bengoodger.com
830d06ea24 245584 - crash in nsGlobalHistory::AddPageToDatabase, check for successful creation of uri in MarkPageAsTyped before continuing.
git-svn-id: svn://10.0.0.236/trunk@157531 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-07 20:55:59 +00:00
ben%bengoodger.com
2c5f25702a 227640 - password is saved even when the password field has autocomplete="off", patch by Unknown W. Brackets <unknown@simplemachines.org> r=bryner
git-svn-id: svn://10.0.0.236/trunk@157383 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-03 20:42:01 +00:00
mconnor%myrealbox.com
5d8ce39430 rlk missed this typo again, bug 244541
git-svn-id: svn://10.0.0.236/trunk@157267 18797224-902f-48f8-a5cc-f745e15eee43
2004-06-01 22:25:57 +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
ben%bengoodger.com
80cb2e836c 244763 - visible history fe is not updated as pages are visited. also contains fix for 234700 - removing a page from history does not remove it from history.dat
git-svn-id: svn://10.0.0.236/trunk@157146 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-31 03:39:53 +00:00
mconnor%myrealbox.com
7297f133b2 bug 233481 - change nsAutoCompleteMdbResult to use nsCOMArray<nsIMdbRow> instead of nsVoidArray, patch by Patrick McCormick (patrick@meer.net), r=bryner, sr=blake
git-svn-id: svn://10.0.0.236/trunk@157122 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-30 15:42:15 +00:00
bsmedberg%covad.net
7612773e9c Build-bustage fix from bug 205425.
git-svn-id: svn://10.0.0.236/trunk@157101 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-29 18:12:32 +00:00
rlk%trfenv.com
aa4744cda7 fixing minor typo that caused XML errors.
git-svn-id: svn://10.0.0.236/trunk@157074 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-28 21:32:37 +00:00
mconnor%myrealbox.com
cbab11a7e6 Bug 233479 - use nsCOMArray.Sort() in AutoComplete results, patch by Patrick McCormick (patrick@meer.net), r+sr=firefox@blakeross.com
git-svn-id: svn://10.0.0.236/trunk@157068 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-28 18:09:28 +00:00
bryner%brianryner.com
eeb18c5dbc Bug 242956, only prefill usernames into text inputs and passwords into password inputs.
git-svn-id: svn://10.0.0.236/trunk@157004 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-27 05:03:00 +00:00
mconnor%myrealbox.com
ac2d3f342c firefox part of bug 232691 - replace nsString() nsAutoString() and friends with EmptyC?String(), patch by Charles Fenwick (clf03f@garnet.acns.fsu.edu), r=mconnor
git-svn-id: svn://10.0.0.236/trunk@156812 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-23 19:45:17 +00:00
roc+%cs.cmu.edu
7646bcc475 Fix Firefox bustage.
git-svn-id: svn://10.0.0.236/trunk@156786 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 22:54:51 +00:00
roc+%cs.cmu.edu
bdc7e5f59b Bug 226439. Convert Seamonkey to EqualsLiteral. rs=darin
git-svn-id: svn://10.0.0.236/trunk@156785 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-22 22:15:22 +00:00
ben%bengoodger.com
73032f9d4b 193544 - autocomplete crash - simple bandaid to prevent crash from Kenji Irie <gelsoft@mx4.tiki.ne.jp> r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@156693 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-21 09:38:17 +00:00
rlk%trfenv.com
0fdbead4d6 Bug 240092 - Application name in View Source titlebar differs from application. Jeff Walden <jwalden@mit.edu> r=mconnor@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@156605 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-19 20:53:23 +00:00
rlk%trfenv.com
2ffefbf44b oops! forgot to checkin the new DTD file.
git-svn-id: svn://10.0.0.236/trunk@156427 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 16:40:13 +00:00
rlk%trfenv.com
f4e943da88 fixing bustage.
git-svn-id: svn://10.0.0.236/trunk@156421 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-15 00:46:34 +00:00
rlk%trfenv.com
4ad5f583a3 Checking in massive help bloat elimination checkin.
git-svn-id: svn://10.0.0.236/trunk@156420 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-14 23:13:47 +00:00
rlk%trfenv.com
c6ec95e2e5 Fixing Help Viewer run-time error caused by elimination of comm.jar (bug 243465)
git-svn-id: svn://10.0.0.236/trunk@156336 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-13 01:57:17 +00:00
ben%bengoodger.com
f747df12fb remove unnecessary files
git-svn-id: svn://10.0.0.236/trunk@156157 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-09 02:23:39 +00:00
mconnor%myrealbox.com
85f5cbad80 more updates to default theme from Arvid
git-svn-id: svn://10.0.0.236/trunk@156144 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-08 19:26:12 +00:00
mconnor%myrealbox.com
8a5e30cc36 landing updates to default theme for Arvid
git-svn-id: svn://10.0.0.236/trunk@156133 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-08 17:10:27 +00:00
rlk%trfenv.com
dab4e743f6 Bug 238474 - add ctrl++/ctrl+- in View Source doesnt work with all keys. r=mconnor@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@156065 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-07 02:02:30 +00:00
mconnor%myrealbox.com
a296c2ef1e Bug 235915, RemovePage method is no longer part of nsIBrowserHistory interface, patch by bsmedsberg, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@156016 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-05 23:43:27 +00:00
bryner%brianryner.com
7247372aa3 deCOMtaminate nsPIDOMWindow (bug 242111). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@155867 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-03 21:48:36 +00:00
bryner%brianryner.com
ede0c5da8f One too many nsnulls...
git-svn-id: svn://10.0.0.236/trunk@155838 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-02 19:46:08 +00:00
mconnor%myrealbox.com
ac3616cc92 Bug 235815 - Improve button labels for Confirm Password Change dialog, patch by Logan Ingalls <log@plutor.org>, r=bryner
git-svn-id: svn://10.0.0.236/trunk@155833 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-02 17:32:55 +00:00
rlk%trfenv.com
ffb50462f4 Fixing Help Viewer bustage (Bug 242082). Patch by Jan Varga <varga@mozilla-europe.org>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@155825 18797224-902f-48f8-a5cc-f745e15eee43
2004-05-02 14:00:49 +00:00
rlk%trfenv.com
4ef77ea9bf oops! didn't mean to check that in!
git-svn-id: svn://10.0.0.236/trunk@155699 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-29 20:36:47 +00:00
rlk%trfenv.com
6dc74846a1 fixing some typos and removing an obsolete file not used in the build.
git-svn-id: svn://10.0.0.236/trunk@155698 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-29 20:35:37 +00:00
rlk%trfenv.com
10df02206d Landing Firefox Help 1.1. Permission to checkin from ben.
git-svn-id: svn://10.0.0.236/trunk@155659 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-28 23:25:33 +00:00
mconnor%myrealbox.com
668c438c2f Bug 241611: Possible shutdown crashes due to silliness in nsDownloadManager::Init, port of topcrash fix by biesi in bug 206337, r=bryner
git-svn-id: svn://10.0.0.236/trunk@155564 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-27 04:15:11 +00:00
mconnor%myrealbox.com
e1c87b6216 Bug 204706 - the cursor should remain at the end of the text field when arrowing down through completions, patch by eric lindvall (eric@5stops.com), r=ben
git-svn-id: svn://10.0.0.236/trunk@155496 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-25 19:54:36 +00:00
bienvenu%nventure.com
c12e53e60e make nsILineInputStream take an nsACString ref, 197166, r=darin, sr=mscott, make local msg body search cache open file stream, use nsIFile instead of nsFileSpec to cut down on seeks, improve performance, sr=mscott 240538
git-svn-id: svn://10.0.0.236/trunk@155334 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-22 15:32:54 +00:00
varga%nixcorp.com
ce53bd6ec2 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner
git-svn-id: svn://10.0.0.236/trunk@155017 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-17 05:53:38 +00:00
darin%meer.net
66e8a5897c landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
git-svn-id: svn://10.0.0.236/trunk@155005 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-17 00:58:23 +00:00
bzbarsky%mit.edu
1c7a6361be Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.


git-svn-id: svn://10.0.0.236/trunk@154950 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-15 22:14:39 +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