mhammond%skippinet.com.au
7281406073
One final wchar_t -> PRUnichar. Not part of the build.
2003-07-30 23:24:05 +00:00
bzbarsky%mit.edu
46d6fafdf5
Try to reduce codesize a tad. Bug 213825, r=biesi, sr=jag
2003-07-30 23:16:29 +00:00
mhammond%skippinet.com.au
0442069411
Tweak so it still builds with Python 2.2. Not part of the build.
2003-07-30 23:10:31 +00:00
bienvenu%nventure.com
83a77b7505
make it so pressing stop doesn't make us forget imap password part of work on 214217, r/sr=scott, and ramifications of backing out fix for 160425
2003-07-30 22:46:46 +00:00
bienvenu%nventure.com
0992021db1
fix problem logging onto mail server when password has changed on the server, 214217, r/sr=scott, by backing out fix for 160425
2003-07-30 22:44:53 +00:00
neil%parkwaycc.co.uk
d5636b503e
Bug 214026 addressbook crashes sorting empty values r=smontagu sr=bienvenu
2003-07-30 22:41:03 +00:00
mkaply%us.ibm.com
bdee623d7e
No bug - OS/2 was missing P3P
2003-07-30 21:29:38 +00:00
scott%scott-macgregor.org
5ba1ec66f6
Bug #214482 --> keyboard shortcuts in address book aren't working. Add command line handlers for some of the key bindings.
2003-07-30 21:08:47 +00:00
tara%tequilarista.org
2604bf7e0f
Temporary security fix for feature that allowed users to browse via ../ in the Goto Dir field to the top of the disk. Long term a better solution might be a little more friendly, but this holds us over
2003-07-30 20:54:07 +00:00
jkeiser%netscape.com
925721344e
Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-30 20:05:04 +00:00
bzbarsky%mit.edu
29cbc4d6a3
Fix build bustage
2003-07-30 18:56:12 +00:00
scott%scott-macgregor.org
762ffb6fe5
add html name space to avoid some errors
2003-07-30 18:45:16 +00:00
timeless%mozdev.org
be08752872
Bug 214391 Dragservice isn't always available
...
r=neil sr=bz
2003-07-30 18:00:54 +00:00
bzbarsky%mit.edu
37551aff8b
Make more tags trigger detection of the file as HTML. Bug 213825, r=biesi, sr=darin
2003-07-30 17:58:56 +00:00
bzbarsky%mit.edu
197b0af015
Reverse some backwards assumptions to make things a little safer for users.
...
Bug 213921, r=biesi, sr=darin
2003-07-30 17:47:26 +00:00
bzbarsky%mit.edu
85765744f2
Make the list of helpers show again. Bug 213914, r=biesi, sr=darin
2003-07-30 17:35:14 +00:00
timeless%mozdev.org
4e9aa03fa2
Bug 214445 View Page Source fails
...
Backing out:
Bug 199335 [minimo]make all viewsource stuff configurable
2003-07-30 17:02:52 +00:00
bienvenu%nventure.com
9a116574be
fix hdr ref-counting problem that was holding open db's, causing memory bloat 210985, r/sr=mscott, plus formatting/tab cleanup
2003-07-30 14:18:37 +00:00
caillon%returnzero.com
627a4c5b6d
Fixing bustage
2003-07-30 09:09:30 +00:00
caillon%returnzero.com
a9e2dece76
Bug 38370.
...
Allow color of an HR element to be changed.
Make HR be a block element in quirks mode instead of the hacky inline we were previously using (standards mode already had it as a block).
Patch by Ian Hickson <ian@hixie.ch> with minor modifications by me.
r+sr=bzbarsky@mit.edu
2003-07-30 08:13:07 +00:00
bzbarsky%mit.edu
9b58595e19
Updating to new nsIContent stuff to fix build bustage
2003-07-30 07:07:10 +00:00
timeless%mozdev.org
0e5465c581
Bug 214398 - Refactor some copied code into a function in nsXMLHttpRequest
...
patch by riceman+bmo@mail.rit.edu r=jst sr=jst
2003-07-30 06:57:02 +00:00
bryner%brianryner.com
3f3f0e7d41
If the user has already stored a login and enters the same username but a different password, don't prompt again, just update the stored password. (also fixes a bug where this caused two copies of the login to be stored)
2003-07-30 06:50:28 +00:00
ben%bengoodger.com
058d513241
Further updates to about dialog!
2003-07-30 06:04:58 +00:00
jshin%mailaps.org
b54299e1a6
bug 206811 : xp_iconv should use UTF-16, if available, instead of UCS-2 (r=drepper, sr=darin)
2003-07-30 05:58:28 +00:00
bryner%brianryner.com
97f10b574f
- Rename 'satchel' variables since this isn't part of satchel
...
- Make ~SignonDataEntry() delete the next entry in the list
- Fix some bustage from nsIFormSubmitObserver API changes
- Handle password change situations (2 or 3 password fields in a form)
- Make the signon file be written out when a reject list entry is added
- Fix the situation where RemoveUser() is called for the first of multiple stored logons for a host
2003-07-30 03:38:53 +00:00
dougt%meer.net
4d1e649d24
adding disable-view-source. r+sr=me
2003-07-30 03:21:30 +00:00
dougt%meer.net
0a335488c8
Adding the ablity to disable view source. r=bz,sr=darin,b=199335
2003-07-30 02:39:05 +00:00
mhammond%skippinet.com.au
d1105edcd4
Remove a couple of unused variables. Not part of the build.
2003-07-30 01:18:12 +00:00
mhammond%skippinet.com.au
a05ad6a5fe
Remove unused variable.
2003-07-30 01:13:50 +00:00
mhammond%skippinet.com.au
557e88d6df
Not part of the build.
...
Explicitly use Python UCS2 functions, for platforms where
sizeof(wchar) != sizeof(PRUnichar).
Incorporate Linux build changes for dynamic linking.
2003-07-30 01:08:13 +00:00
bzbarsky%mit.edu
11724fb6f9
Fix selection regression. Bug 214343, r=caillon, sr=jst
2003-07-29 23:49:41 +00:00
scott%scott-macgregor.org
351a06a915
move the about dialog menu item to the right place on OSX by giving it a special id attribute.
...
Thanks to Don Crandall for the fix!
2003-07-29 23:40:52 +00:00
scott%scott-macgregor.org
1875666222
move the about dialog menu item to the right place on OSX by giving it a special id attribute.
...
Thanks to Don Crandall for the fix!
2003-07-29 23:33:46 +00:00
bzbarsky%mit.edu
cb0a1e3d11
Fix strict warning. Bug 213962, patch by db48x@yahoo.com (Daniel Brooks),
...
r=timeless, sr=bzbarsky
2003-07-29 23:16:39 +00:00
scott%scott-macgregor.org
c37168017d
Change the default address book card heading colors to better match the theme.
...
Thanks to Stephen Walker for the patch.
2003-07-29 23:04:25 +00:00
bzbarsky%mit.edu
9f917de2e8
Fix crash when an event handler removes the submitting element from the
...
document. Bug 194582, patch by mats.palmgren@bredband.net (Mats Palmgren),
r=jkeiser, sr=bzbarsky
2003-07-29 22:59:37 +00:00
scott%scott-macgregor.org
6efdb7199d
Mail 3-pane cleanup. Remove some extraneous boxes. thanks to stepehn walker for the fix.
2003-07-29 22:59:23 +00:00
scott%scott-macgregor.org
b4d914f59b
Take Bug #204773 for thunderbird (fix for locale switching when extensions are installed)
...
Thanks to Stephen Walker for the patch.
2003-07-29 22:51:28 +00:00
scott%scott-macgregor.org
0f7db2dcee
Bug #214336 --> fix a thunderbird crash in libmime. Add a null ptr check on the pref's service.
...
Thanks to Calum Mackay for the fix.
r/sr=mscott
2003-07-29 22:38:51 +00:00
bienvenu%nventure.com
e57a0375c0
fix build warnings and cleanup tabs/formatting, r/sr=mscott 210694
2003-07-29 22:22:18 +00:00
bienvenu%nventure.com
ca28fc8334
fix compiler warning in nsImapProtocol.cpp 182275 r/sr=mscott
2003-07-29 22:15:01 +00:00
bienvenu%nventure.com
55fbc59b87
fix more bloat with open dbs, r/sr=mscott, 213688 and more tab cleanup
2003-07-29 22:12:34 +00:00
bienvenu%nventure.com
6d73c295a2
fix 112656 annoying assertion in ScanTxt, r=mscott, sr=dbaron
2003-07-29 22:10:59 +00:00
scott%scott-macgregor.org
176f011a36
Bump the thunderbird version string to 0.2a now that 0.1 is out the door.
2003-07-29 21:35:31 +00:00
neil%parkwaycc.co.uk
1377512401
Bug 213974 too many checkboxes in subscribe window r=varga sr=bienvenu
2003-07-29 21:33:56 +00:00
scott%scott-macgregor.org
5c0f1568d8
Bug #213852 --> fix a crash in the address book caused from modifying an existing card and re-inserting it
...
into the view. We weren't adjusting the row count properly when removing the card.
r/sr=bienvenu
2003-07-29 21:33:10 +00:00
kerz%mozillazine.org
3e13f52746
wrong size, backing out for now
2003-07-29 21:01:22 +00:00
kerz%mozillazine.org
682b75048c
new about image for tbird
2003-07-29 20:41:39 +00:00
caillon%returnzero.com
4572ef1a55
Adding comments, per bzbarsky. bug 214050.
2003-07-29 19:03:00 +00:00