119268 Commits

Author SHA1 Message Date
timeless%mozdev.org
47e618b8c3 Bug 132019 Download manager context menu
patch by ian@arlen.demon.co.uk r=neil sr=jag
2003-05-26 12:46:37 +00:00
locka%iol.ie
0db1f1356e Check for invalid combination of load flags. b=87353 r=radha@netscape.com sr=blizzard@mozilla.org 2003-05-26 12:14:17 +00:00
leon.zhang%sun.com
b1b7ead95d Bug 204005: optimize caret timer usage
r=sfraser sr=brendan
2003-05-26 07:03:29 +00:00
aaronl%netscape.com
b3fca41da7 Bug 206743. Clean up initialization of inner/outer doc accessible objects. r=kyle, sr=henry 2003-05-26 06:49:28 +00:00
leon.zhang%sun.com
073218b9cd Bug 204434: JA IME: cursor position is off when text is not committed
This patch is for: fix crash when type chinese chars into composer
r=danm@netscape.com sr=sfraser@netscape.com
2003-05-26 02:36:13 +00:00
rogerl%netscape.com
d823b26bf5 E3 Fixes. 2003-05-25 23:46:54 +00:00
timeless%mozdev.org
7d4a733bac last not break 2003-05-25 22:38:41 +00:00
timeless%mozdev.org
8005fdfae2 Bug 207085 Updating a stored query shouldn't return the same message as creating one
r=kiko
2003-05-25 22:26:04 +00:00
cbiesinger%web.de
85fbe5da58 204386 r+sr=bz Allow setting Image.src to empty 2003-05-25 20:43:08 +00:00
cbiesinger%web.de
532968d83f partial fix for 202369 r=pavlov sr=darin crash or unchanged when refresh a page with gif files when these gif files removed 2003-05-25 20:38:07 +00:00
aaronl%netscape.com
ef71f3a441 Bug 204777. Prevent backspace to send us back in history in general embedded case. r=brade, sr=sfraser 2003-05-25 19:39:21 +00:00
scott%scott-macgregor.org
31f81039b3 Add support for small icons in the mail 3-pane and for hiding/showing text in the toolbar 2003-05-25 19:24:43 +00:00
wtc%netscape.com
332454d9b1 Checked in more temporary debugging code for the strange QA failure on
Windows.
2003-05-25 19:19:28 +00:00
scott%scott-macgregor.org
6b3107242e fix another JS error caused by removing the folder pane columns 2003-05-25 17:44:52 +00:00
timeless%mozdev.org
915641a045 Bug 205609 control reaches end of non-void function GetSpecialSystemDirectory and lots of unhandled enumeration values
r=dougt
2003-05-25 07:11:51 +00:00
wtc%netscape.com
0c43efe373 Enabled verbose mode temporarily for debugging a strange QA failure on
Windows.
2003-05-25 04:16:03 +00:00
wtc%netscape.com
cc344de70c Bug 206926: now that secrng.h and pqgutil.h include blapit.h instead of
blapi.h, some files that include secrng.h or pqgutil.h need to include
blapi.h directly.
Modified Files: certcgi.c swfutl.c unix_rand.c win_rand.c
2003-05-25 01:21:27 +00:00
scott%scott-macgregor.org
82f540febc fix a linux run time error because we no longer have a folderUnreadCol in the folder pane. 2003-05-24 21:11:06 +00:00
scott%scott-macgregor.org
a40be369f9 Ooops...missed some branding changes Minotaur --> Thunderbird 2003-05-24 20:27:29 +00:00
scott%scott-macgregor.org
92436de372 conver the address book directory column header to a sidebar header like firebird 2003-05-24 20:17:41 +00:00
scott%scott-macgregor.org
d0ddbb3c67 Bug #20611 --> MinGW cc bustage. Thanks to dmose for the patch.
localstore changes for 3-pane now that the folder pane no longer has columns.
2003-05-24 08:47:20 +00:00
jst%netscape.com
b5929e23a2 Disable annoying 'beep' when pressing enter in the url bar. Not part of the build. 2003-05-24 07:28:50 +00:00
jst%netscape.com
e9be679f9a Use the new Gecko UI control class, and add a URL bar, and a Go button. Not part of the build. 2003-05-24 06:55:00 +00:00
jst%netscape.com
9162996d0b Making Gecko a UserControl class so that it can be placed easily in form controls in .NET apps. Not part of the build. 2003-05-24 06:52:20 +00:00
nelsonb%netscape.com
b22ba4ae70 Fix bugs experienced with oddly constructed general names.
Partially fixes bug 204555. r=wtc a=sspitzer
2003-05-24 06:27:35 +00:00
scott%scott-macgregor.org
21141d767b don't include brand.css, add style rules for the new throbber.
Land the throbber from firebird's qute theme.
2003-05-24 06:17:48 +00:00
scott%scott-macgregor.org
160b8b47c9 Land new mail 3-pane toolbar icons courtesty of arvid! Woo Hoo! 2003-05-24 05:58:13 +00:00
nelsonb%netscape.com
3051c7eb48 Corrently build the array of pointers to parsed group members, even when
the group was empty.  Fixes bug 174885 and partially fixes 204555.
2003-05-24 05:57:21 +00:00
wtc%netscape.com
fc20d83b46 Include nss.h for the declaration of NSS_Shutdown. Use "" around prmem.h
and prio.h.
2003-05-24 05:23:42 +00:00
dbaron%dbaron.org
74d3ef9884 Missed part of checkin by jaggernaut%netscape.com: Bug 203167: Clean up nsDeckFrame a little. r=peterv, sr=bryner 2003-05-24 04:10:40 +00:00
wtc%netscape.com
6022e0f192 Bug 206926: make blapi.h private. Public headers that included blapi.h
now include blapit.h.  It is necessary to make blapit.h because some
public headers and PSM use the types defined in it.  r=relyea,nelsonb.
Modified Files: cryptohi.h lib/freebl/manifest.mn secrng.h pqgutil.h
2003-05-24 03:34:55 +00:00
jaggernaut%netscape.com
e016c1df62 Bug 206943: Slightly optimize NS_GetSpecialDirectory. r=dougt, sr=dbaron 2003-05-24 03:11:36 +00:00
jaggernaut%netscape.com
cff86cead9 Bug 193730: fix typo in "pref" name "intl.menuitems.alwaysappendaccesskeys" (access, not acces). Patch by mc <magicdice@hotmail.com>, r=sr=jag 2003-05-24 02:40:08 +00:00
jaggernaut%netscape.com
8f1fc111d6 Bug 203167: Clean up nsDeckFrame a little. r=peterv, sr=bryner 2003-05-24 02:35:08 +00:00
brendan%mozilla.org
b97f6a85da Share a system global and system principal among all chrome:-loaded prototype documents (204145, r=ben, sr=bryner). 2003-05-24 02:14:23 +00:00
scott%scott-macgregor.org
8ee8cff4d6 don't make the folder header bold. 2003-05-24 01:16:05 +00:00
scott%scott-macgregor.org
0cdb0295b4 move autocomplete hack into toolkit's xul.css under a moz_thunderbird ifdef. 2003-05-24 01:14:46 +00:00
wtc%netscape.com
d19e740fe4 Fixed a typo in the comment. 2003-05-23 23:01:26 +00:00
jaggernaut%netscape.com
a80007ca0a Fixing bustage 2003-05-23 22:53:58 +00:00
cbiesinger%web.de
2183d9f7b6 193728 r=bbaetz sr=darin data: Base64-encoded URIs don't support %-encoded characters 2003-05-23 22:41:35 +00:00
dougt%meer.net
6ba4b45490 fixing bustage 2003-05-23 22:38:41 +00:00
jshin%mailaps.org
c0f54d35cf fix line wrapping around full stop (bug 164759. Not a full fix for it).
r=smontagu, sr=heikki
2003-05-23 22:34:20 +00:00
dougt%meer.net
365d3d936e Lazy allocation of PLEvent's lock and condvar r=darin, b=204962 2003-05-23 22:26:38 +00:00
timeless%mozdev.org
22604cfbf6 Bug 206165 Unused variable `PRBool aCanCacheFrameOffset' in nsCaret::GetCaretRectAndInvert
r=sfraser sr=sfraser
2003-05-23 22:24:37 +00:00
timeless%mozdev.org
83d97e96e1 Bug 206166 Unused variable `PRInt32 cnt' in nsSHistory::CompareFrames
r=radha sr=rbs
2003-05-23 22:24:35 +00:00
dougt%meer.net
ad4efabeb5 removing dynamically allocated hashtable in xpcom where possible. r=alecf, b=204634 2003-05-23 22:23:10 +00:00
timeless%mozdev.org
b599c1507d Bug 205996 Control reaches end of non-void function nsAddrBookSession::GeneratePhoneticNameFromCard
r=dmose sr=dmose
2003-05-23 22:21:32 +00:00
timeless%mozdev.org
4b8c1bbb54 Bug 206163 unused variable `nsresult rv' in nsMathMLmactionFrame::GetSelectedFrame()
r=rbs sr=rbs
2003-05-23 22:21:31 +00:00
timeless%mozdev.org
09ded03b99 Bug 206162 unused variable `nsresult result' in nsPolicyReference::ProcessExpiryElement
r=harishd sr=heikki
2003-05-23 22:21:30 +00:00
timeless%mozdev.org
b20cd43140 Bug 205608 Warning: C++ style comments are not allowed in ISO C89
r=jst sr=jst
2003-05-23 22:18:18 +00:00