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

114181 Коммитов

Автор SHA1 Сообщение Дата
peterv%netscape.com 91c4886691 Catch possible exception from setting permissions. (Testcase only, not part of the build) 2003-01-17 12:25:15 +00:00
caillon%returnzero.com d339c650c4 Fix build bustage. OS/2 and Sun Workshop won't do implicit type conversions (like .get() on an nsCOMPtr) while trying to match a template.
See also revision 3.188 of this file.
2003-01-17 12:16:36 +00:00
cbiesinger%web.de 23130b6148 remove ifdef IBMBIDI in content/, r+sr=roc+moz, bug 89203 2003-01-17 12:09:23 +00:00
cbiesinger%web.de d8658d7ac9 remove ifdef IBMBIDI from widget, r+sr=roc+moz bug 89203 2003-01-17 11:40:13 +00:00
seawood%netscape.com be3f75278e Take advantage of VPATH using automatic variables.
Fixing 'make install' bustage.
2003-01-17 11:36:58 +00:00
cbiesinger%web.de 57d2170656 remove ifdefs for IBMBIDI from gfx, r+sr=roc+moz bug 89203 2003-01-17 11:28:59 +00:00
cbiesinger%web.de 396b1dbac0 remove ifdefs for IBMBIDI from editor, bug 89203 r+sr=roc 2003-01-17 11:11:10 +00:00
brendan%mozilla.org 3aee9fc548 Restore missing deserialization call to the XUL content sink's OpenScript method, to avoid slow-loading a .js file already in the FastLoad file from a previous session (188744, r=jrgm, sr=ben). 2003-01-17 10:04:49 +00:00
brendan%mozilla.org f85335e27a Defend against bad EndMuxedDocument calls, and assert in the underlying {JS,PL}_DHashTableRawRemove that entry is live (188744, r=jrgm, sr=ben). 2003-01-17 10:01:50 +00:00
neil%parkwaycc.co.uk 01530c7140 Bug 164131 Duplicate entities in editorOverlay.dtd and messengercompose.dtd r=brade (editor) r=ducarroz (msgcompose) sr=sspitzer 2003-01-17 09:58:57 +00:00
caillon%returnzero.com ead3cd7ea8 Bug 14777 - Give inline background image painting a rhyme and reason to how it works. Implement CSS3 proposal (-moz-)background-inline-policy.
r+sr=roc+moz
2003-01-17 09:33:52 +00:00
bstell%ix.netcom.com 34dafdcce3 back out the changes until the build issues are solved 2003-01-17 08:45:27 +00:00
bstell%ix.netcom.com 7639962154 bug 144666
forgot to check in the nits from the sr=
2003-01-17 06:56:52 +00:00
bstell%ix.netcom.com 64296389a6 bug 144666 Glyph Fill In and Font Fallback
* add support for a font list based on
        1st: CSS
        2nd: user prefs
        3rd: fallbacks based on doc/user language
        4th: any font that supports the char
  * find the first font in the font list that supports a char
  * within each text draw/measure operation bread the text into runs of text
    that use the same font

r=louie.zhao@sun.com, sr=jst@netscape.com
2003-01-17 06:51:17 +00:00
seawood%netscape.com 51fe74d152 Link order matters.
Fixing irix tinderbox bustage.
2003-01-17 06:11:55 +00:00
sspitzer%netscape.com 7727bc2fb6 fix for #23126.
add hidden pref to show Organization header in the message pane.
off by default.
thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2003-01-17 05:58:11 +00:00
nelsonb%netscape.com 48e8c13dcd When wrapping secret keys with an unpadded block cipher, null padd the keys
as necessary, per the PKCS 11 spec.  Also, implement padding and unpadding
for single-part only ciphers.
2003-01-17 05:50:08 +00:00
sspitzer%netscape.com 7742033367 fix warning. 2003-01-17 05:31:45 +00:00
sspitzer%netscape.com 5558d4725a fix warnings. see bug #59673.
thanks to mozilla-bugs@nogin.org for the patch.
r/sr=sspitzer
2003-01-17 05:30:08 +00:00
sspitzer%netscape.com 3cf65a599e fix for bug #189415.
treat the junk folder icon as special in the UI.
(can't rename, can't delete, special icon, special placement.
r/sr=bienvenu
2003-01-17 05:22:23 +00:00
sspitzer%netscape.com 61250cdb58 theme work for special junk folder pane icon.
bug #189415.
2003-01-17 05:16:40 +00:00
bzbarsky%mit.edu 5113e3dec2 Make the string fu in nsStaticCaseInsensitiveNameTable a little smarter; use
that for nsCSSProps.  Bug 162243, r=dbaron, sr=dveditz.
2003-01-17 04:55:10 +00:00
bzbarsky%mit.edu 224a502604 Don't cache chrome sheets in the CSSLoader. The XUL prototype cache does a
fine job of handling it, and this way the chrome registry only needs to clear
that one cache on skin switches.  Bug 185891, r=sicking, sr=roc+moz
2003-01-17 04:20:03 +00:00
shliang%netscape.com da7aa571d8 112789, disabled radio elements should not get focus, r=hewitt,sr=jag 2003-01-17 04:17:06 +00:00
shliang%netscape.com 30db2f55b7 125567, cache pref panel clipped, r=varga,sr=jag 2003-01-17 04:15:23 +00:00
myk%mozilla.org 9b2562c57e Fix for bug 184909: show status whiteboard on bug lists when the user requests it.
r=justdave
a=myk
2003-01-17 04:12:55 +00:00
ccarlen%netscape.com 5021dac3de Fixing OSX orangeness - turning off GRE for OSX, back on for others 2003-01-17 04:09:29 +00:00
depstein%netscape.com 02f0f318cd updated nsIHttpChannel response cases. not part of the build. 2003-01-17 04:04:42 +00:00
timeless%mozdev.org d7b67bd3fb Bug 93430 SMTP connection isn't closed with a QUIT
patch by luke_harless@attglobal.net r=cavin sr=bienvenu
2003-01-17 03:39:54 +00:00
timeless%mozdev.org ed6d29b12a Bug 189315 Capitalize accesskey for Tex_t_ in colors preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-17 03:15:23 +00:00
timeless%mozdev.org f17002c424 Bug 189312 Capitalize accesskey for Pro_p_ortional in fonts preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-17 03:14:54 +00:00
timeless%mozdev.org 4117462ede Bug 189316 Capitalize accesskey for Downloa_d_ More in content packs prefs
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-17 03:14:53 +00:00
darin%netscape.com 3e6034af00 Attempting to fix Mac OSX bustage 2003-01-17 03:08:36 +00:00
wtc%netscape.com 12a72288a3 Bug 145029: fixed compiler warnings (mostly "xxx might be used
uninitialized").
2003-01-17 02:49:11 +00:00
sspitzer%netscape.com 62c3320fb6 fix for bug #90539. delete key doesn't work in the stand alone msg window
(unless you open the edit menu).  also, set focus to the message pane in the
stand alone msg window so the arrow keys (and other things) work right away.
r/sr=bienvenu
2003-01-17 02:45:38 +00:00
blythe%netscape.com a4f1813887 Not part of a normal build.
Try not to build tools on systems that won't use the tools.
2003-01-17 02:44:55 +00:00
blythe%netscape.com 8922a31082 Fix linux build
Not part of normal build
2003-01-17 02:28:29 +00:00
blythe%netscape.com dbb1a46db2 NOT part of a normal build.
Work in progress for finer granularity on win32 codesighs reports.
2003-01-17 02:26:25 +00:00
darin%netscape.com 79c3860777 fixing freeing a non allocated ptr. 2003-01-17 02:23:50 +00:00
sfraser%netscape.com 5697890fdd Fix bug 127185: don't crash with a null JS context if running without XPT files. Fixes nsScriptSecurityManager to do more thorough error checking on initialization. r=mstoltz, sr=jst. Fixes bustage. 2003-01-17 02:00:01 +00:00
bryner%netscape.com 08de542fe0 fix debug objdir build bustage from tracemalloc split. r=cls. 2003-01-17 01:31:18 +00:00
sspitzer%netscape.com c1ad372dc9 mac build changes for bug #189358 r/sr=bienvenu 2003-01-17 01:28:15 +00:00
sspitzer%netscape.com 98c5e3d415 stub out cid: protocol handler to silence alert
on linux (and probably mac) for message with cid: links
the next step is to actually implement the protocol handler
and fix mime so that we support cid: links (see rfc 2111)
r/sr=bienvenu
2003-01-17 01:27:40 +00:00
wtc%netscape.com e13c5da57f Bug 189332: Implemented the new function PR_GetLibraryFilePathname for
AIX, HP-UX, Linux, Mac OS X, OSF1, Solaris, and Windows.  Added the new
error code PR_LIBRARY_NOT_LOADED_ERROR for the error condition that the
library specified by "name" and "addr" is not loaded.  Added a new test,
libfilename.c.  Extended the PR_GetLibraryName function to not prepend any
directory if the first argument "dir" is NULL.  The OSF1 implementation was
contributed by Steve Streeter <Stephen.Streeter@hp.com>.
Modified files: prerr.h prlink.h nspr.def pr/src/linking/Makefile.in
prlink.c compile-et.pl prerr.c prerr.et prerr.properties
pr/tests/Makefile.in runtests.ksh runtests.sh
Added file: pr/tests/libfilename.c
2003-01-17 01:03:47 +00:00
sfraser%netscape.com f3c55ef954 Fix bug 127185: don't crash with a null JS context if running without XPT files. Fixes nsScriptSecurityManager to do more thorough error checking on initialization. r=mstoltz, sr=jst. 2003-01-17 01:00:15 +00:00
locka%iol.ie 0e72cac5b9 Add CBrowserTooltip class and support for tooltips. Detab files. b=144880 r=chak@netscape.com sr=alecf@netscape.com 2003-01-17 00:40:45 +00:00
sspitzer%netscape.com db8243ce10 rest of fix for #188593.
fix category (sub page) order in account manager tree.
r/sr=bienvenu
2003-01-17 00:37:31 +00:00
roc+%cs.cmu.edu e99361923b Bug 126592. GTK1 widgets are limited to 16-bit coordinates, so hack around their limitations by hiding widgets which are completely scrolled offscreen (so they don't wrap back onscreen) 2003-01-17 00:27:13 +00:00
sfraser%netscape.com 8c133355e7 Fix bug 117990: change CornerView::Paint() to lo longer to a CreateInstance of an nsILookAndFeel for every paint. r=peterl, sr=dbaron. 2003-01-17 00:14:35 +00:00
roc+%cs.cmu.edu a60dcb3151 Bug 187503. Fix regression by making nsScrollBoxFrame sync up view properties after the view is resized. r+sr=dbaron 2003-01-17 00:14:07 +00:00