Граф коммитов

115876 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com ce93bd08bb Turn TestCSSPropertyLookup.cpp back on, now that the symbols it needs have been declared 'extern'. 2003-02-26 03:35:05 +00:00
sfraser%netscape.com 73b113a4b0 Declare kCSSRawProperties and kCSSRawKeywords as 'extern' so that tests code can link with the .a, and get them. 2003-02-26 03:34:15 +00:00
sfraser%netscape.com 8def31b8fe Turn off TestCSSProperty until its bogus linkage dependencies can be resolved. 2003-02-26 03:12:45 +00:00
blizzard%redhat.com c4defecc03 Bug #175108. Crashes when displaying to non-RENDER enabled servers when trying to empty text. Measure all the glyphs before they are passed to the draw functions and if there's nothing but empty glyphs, don't bother drawing. 2003-02-26 02:17:24 +00:00
smontagu%netscape.com 2d14c7291c Bug 190311. Make nsImageGTK UpdateGC() when it needs to change the clip rect; make it set the correct clip rect. In the view system, make sure VIEW_CLIPPED is set only when needed. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=roc+moz, sr=bzbarsky@mit.edu 2003-02-26 02:09:50 +00:00
sspitzer%netscape.com e37def032b fix for message view UI nits in bug #183331.
to match the spec.  see http://www.mozilla.org/mailnews/specs/views/#MsgViews
r/sr=bienvenu
2003-02-26 02:05:16 +00:00
wtc%netscape.com e428ae1e7c Bug 193380: added IPv6 support on HP-UX 11i or later. Cleaned up the
detection of HP-UX B.11.* in configure.in.
Modified Files: configure.in configure _hpux.h
2003-02-26 02:00:33 +00:00
wtc%netscape.com 2cafa2ea72 Bug 191270: passed the XXX_RETURN_ON_ERROR flags to several Mac OS X
linker functions.  Correctly handle the return value of NSUnLinkModule.
Pass NSADDIMAGE_OPTION_WITH_SEARCHING to NSAddImage.
cvs: ----------------------------------------------------------------------
2003-02-26 01:57:16 +00:00
smontagu%netscape.com c004f84f89 Use "Western" language group for ISO-8859-3. Bug 113805, author=bertilow@gmx.net, r=ftang, sr=bzbarsky@mit.edu. 2003-02-26 01:53:21 +00:00
sfraser%netscape.com 9f19c66408 Hopefuly fix linux tests bustage. 2003-02-26 01:53:03 +00:00
brendan%mozilla.org 7915c3d008 Optimize the foo = '' + bar; case in js_ConcatStrings to do foo = bar -- patch from Tim Lundeen <tlundeen@webcrossing.com>, r=me. 2003-02-26 01:49:32 +00:00
sspitzer%netscape.com 35c8a05c91 fix for bug #189327.
if last pop mail received is not junk, we fail to move the junk
messages to the junk folder (assuming the user has it configured for that.)
r/sr=bienvenu
2003-02-26 01:41:24 +00:00
smontagu%netscape.com 5b7a71b0ea Bail out of nsTextFrame::MeasureText() early when contentLength is 0. Bug 129847, r=sfraser, sr=rbs. 2003-02-26 01:33:03 +00:00
sspitzer%netscape.com 6327857377 fix for bug #163139.
can't post a news message after closing the last mailnews window.
r/sr=bienvenu
2003-02-26 01:30:35 +00:00
brendan%mozilla.org c68f6d3980 Fix misspelling in comment. 2003-02-26 01:29:55 +00:00
sfraser%netscape.com 4ab006926a More const data goodness. r/sr=alecf. Bug 74803 2003-02-26 01:19:04 +00:00
sfraser%netscape.com 36bb639d8d Remove dependency on nsInlineFrame::kInlineFrameCID. r/sr=alecf. Bug 74803 2003-02-26 01:17:37 +00:00
sfraser%netscape.com defd631ba0 Remove non-const kInlineFrameCID. r/sr=alecf. Bug 74803 2003-02-26 01:16:40 +00:00
sfraser%netscape.com eab5d38cb2 Make lots of static data const. Bug 74803. r=dbaron, sr=alecf 2003-02-26 01:15:36 +00:00
seawood%netscape.com 225e4b4592 Missed one.
Bug #178987
2003-02-26 01:11:25 +00:00
rginda%netscape.com 6a3218e1b5 landing chatzilla 0.8.23, bug 194241, r=samuel@sieb.net, a=asa@mozilla.org
fixes...
bug 190568, ssieb upgraded networking code that was making incorrect assumptions.
bug 191910, added a munger rule to turn `` and '' into unicode left/right double
quotes.
bug 124638, Neil's fix to keep chatzilla from stealing focus when joining channels.
bug 191500, Items in chatzilla's pref tree were hardcoded into the .xul file.
bug 194334, Adds accelerator keys to some pref panels, in places where they were missing.

Allows formatting to be nested, to a certain extent.  * http://foo * will
linkify http://foo AND bold it.
Lets tab characters pass through the control-code munger.
Added auto-reconnect, and a pref to control it.
Fixed URL munging so that it only creates links for valid schemes, and doesn't
include trailing punctuation in the link.
No longer strips leading and trailing whitespace from submitted lines.
2003-02-26 00:57:45 +00:00
sfraser%netscape.com 21b4f6bc05 Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf. 2003-02-26 00:54:14 +00:00
sfraser%netscape.com a972085056 Bug 74803: fix the data in various static name tables to be const, and fix nsStaticNameTable to accept const data. r=dbaron, sr=alecf. 2003-02-26 00:52:07 +00:00
seawood%netscape.com 5efe6ed2a4 Only force the use of absolute symlinks on Darwin when building Mozilla.
Bug #193164 r=wtc
2003-02-26 00:48:56 +00:00
rogerl%netscape.com a6a2e6754e More multiname fixes. Various typos throughout Date. Use length property
for prototype functions to pack argv. Fixed array length setting.
2003-02-25 23:48:44 +00:00
nelsonb%netscape.com 53f415bde5 Fix bug 194840. Get new random seed before each attempt to sign with DSA. 2003-02-25 23:45:23 +00:00
cbiesinger%web.de ed666ec18d well, the first fix was actually the better one 2003-02-25 23:35:10 +00:00
cbiesinger%web.de 0f7d422e8c better bustage fix 2003-02-25 23:31:54 +00:00
sfraser%netscape.com 1f48d95d7f Fix FileSystemDataSource::GetVolumeList to work in the CFM build, still. a=leaf 2003-02-25 23:25:38 +00:00
cbiesinger%web.de 2598167cfe fix palmsync bustage 2003-02-25 23:24:32 +00:00
chanial%noos.fr 258e1a7c3d Bug 190020: fix also GetUnicodeResource API change 2003-02-25 22:28:40 +00:00
cbiesinger%web.de 4bb1196972 more bustage 2003-02-25 21:45:40 +00:00
cbiesinger%web.de 8df1c3812c fix palmsync bustage 2003-02-25 21:43:05 +00:00
cbiesinger%web.de 0d0baa4796 fix windows mailnews bustage 2003-02-25 21:36:33 +00:00
chanial%noos.fr ad17c242b2 Bug 190020: GetResource API change.
keep Phoenix in sync with the trunk
2003-02-25 21:01:16 +00:00
cbiesinger%web.de f3b60fa1b4 fix sql extension (not enabled by default) 2003-02-25 20:14:21 +00:00
cbiesinger%web.de cc20a397bf fix expected os/2 bustage 2003-02-25 20:07:25 +00:00
cbiesinger%web.de cbae4cb0a5 fix windows bustage 2003-02-25 20:05:38 +00:00
mkaply%us.ibm.com 4838fe80e4 Per scc - NS_REINTERPRET_CAST is the right thing here 2003-02-25 19:43:41 +00:00
mkaply%us.ibm.com 097d5ce211 OS/2 bustage - fix from scc - need static cast 2003-02-25 19:38:00 +00:00
cbiesinger%web.de aef5f111c8 oops, forgot to remove a conflict here 2003-02-25 19:04:19 +00:00
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
kin%netscape.com 86eabf3281 Fix for regression bug 194774 (cursor appears to "jump" to beginning of line after hitting backspace)
Checking in this work around for leon.zhang@sun.com. Comment out the code that sets mCachedOffsetValid to PR_TRUE. This effectively disables the fix for bug 35296.

r=brade@netscape.com  sr=sfraser@netscape.com  a=leaf@mozilla.org
2003-02-25 18:10:35 +00:00
rogerl%netscape.com 2a920611e2 GC fixes for multiname handling. 2003-02-25 16:16:48 +00:00
bzbarsky%mit.edu f749415a3a Nothing to break out of... fixing bustage caused by patch for bug 91969. 2003-02-25 16:12:21 +00:00
sspitzer%netscape.com 760919bf8c fix for #194725. regression, next unread doesn't cross folders.
fix by neil@parkwaycc.co.uk.  r/sr=sspitzer
2003-02-25 16:04:47 +00:00
scc%mozilla.org 10ccbee43a bug #78016 r=dbradley, sr=dbaron 2003-02-25 15:53:36 +00:00
wtc%netscape.com 90c01ecdb6 Bug 192015: implemented the PR_GetLibraryFilePathname function for OpenVMS.
The patch is contributed by Colin Blakes <colin@theblakes.com>.
2003-02-25 15:48:58 +00:00
twalker%netscape.com 098f5364a4 Version updated to 1.4a. bug# 194085. r=lpham sr=jj 2003-02-25 15:41:10 +00:00
wtc%netscape.com 99b229418b Bug 191823: implement PR_GetLibraryFilePathname for OS/2. The patch is
contributed by Julien Pierre <jpierre@netscape.com>.
2003-02-25 15:37:04 +00:00