Commit Graph

117701 Commits

Author SHA1 Message Date
bienvenu%netscape.com
6aa7d5cdbe don't try cram-md5 if psm not installed, fall back on other login method if cram-md5 fails r/sr=sspitzer 201778, 201724 2003-04-13 17:01:51 +00:00
kestes%walrus.com
fce1e4396c minor fixes to quiet warnings, mostly assigning my strings the empty string when they
are created.
2003-04-13 14:21:42 +00:00
kestes%walrus.com
e05503940f fix off by one error which caused some warnings in the log file. 2003-04-13 14:18:09 +00:00
kestes%walrus.com
632871f47d fix incorrect operator, wanted string comparison (eq) not numeric equality (==) 2003-04-13 14:15:01 +00:00
kestes%walrus.com
6d968b5156 minor changes to the taint system, mosty to untaint the error messages written to the
log files
2003-04-13 14:13:40 +00:00
igor%mir2.org
a055ed5694 Instead of using the special _packages_ properties to store imported packages, use a field in ImporterTopLevel for simpler code. 2003-04-13 10:57:06 +00:00
igor%mir2.org
607b4b7a6c Switch to use IdFunction to define ImporterTopLevel script methods. A separated class is used to implement IdFunctionMaster interface to avoid interface clashes with possible ImporterTopLevel subclasses implementing the same interface. 2003-04-13 08:57:57 +00:00
bryner%netscape.com
baa6ad963f Set permissions on destination files unconditionally. This fixes non-executable files in dist/Embed when using cygwin 1.3.13 or later and cygwin perl. Bug 199822, r=cls. 2003-04-13 08:55:42 +00:00
igor%mir2.org
4588ddb780 1. In NativeJavaPackage.init define global properties only when NativeJavaPackage instance is fully initialized.
2. Memory optimization: instead of string array for predefined known packages, use single string which is split into substrings when necessary.
2003-04-13 08:54:09 +00:00
igor%mir2.org
483f99db82 Switch to use the new utility IdFunction.define() method to define function properties instead of explicit code for function initialization and inlining of getMethod call since it is used only once to make code smaller. 2003-04-13 08:47:19 +00:00
igor%mir2.org
e326be8a4b I added static IdFunction.define utility method to define IdFunction instances as properties in the given scope. 2003-04-13 08:40:43 +00:00
leon.zhang%sun.com
c5e44e7d6e Patch for bug 35296:SetCaretEnabled() takes too long
r/sr=sfraser
2003-04-13 08:38:57 +00:00
igor%mir2.org
9222756901 Switch to use ClassFileWriter.addInvoke() taking full method signature including the result part as a single argument instead of deprecated 4-argument ClassFileWriter.add(). 2003-04-13 08:38:52 +00:00
ssu%netscape.com
c841fd1034 adding obsolete file needing to be deleted at install time to delete list. r=/a=leaf 2003-04-13 05:37:35 +00:00
cltbld%netscape.com
534d93a1b0 Automated update 2003-04-13 05:30:07 +00:00
seawood%netscape.com
76ea08aa57 Use detected versions of MAKE & ZIP.
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
bzbarsky%mit.edu
3855c654eb MakeList is redundant with AppendList. Bug 179810, r=jfrancis, sr=kin 2003-04-13 04:30:16 +00:00
jst%netscape.com
c2949137a8 Fixing bug 201132. Always use the JSPrincipals from the target object when compiling event handlers, never use the principals of the global object in which the event handler is compiled. r=mstoltz@netscape.com (and heikki@netscape.com), sr=brendan@mozilla.org 2003-04-13 04:05:29 +00:00
sfraser%netscape.com
a7bfbefcd3 Don't hardcode path to mozilla-config.h, so that objdir builds work. 2003-04-13 03:55:59 +00:00
sfraser%netscape.com
1887761a08 Fix include paths to make things work in an objdir build. 2003-04-13 03:55:26 +00:00
sfraser%netscape.com
b022ae9924 Fix typo in Mac manifest file (htmlEntityVersion_s_.properties). r=me 2003-04-13 03:53:05 +00:00
sfraser%netscape.com
3e1a12dafe Fix more non dist-relative paths 2003-04-13 03:42:23 +00:00
sfraser%netscape.com
8311c2ff3b Fix paths to gopher image files to be dist-relative. 2003-04-13 03:37:07 +00:00
hyatt%mozilla.org
87f114cbf8 Stubbing out Web Panels sidebar in browser. 2003-04-13 00:54:35 +00:00
hyatt%mozilla.org
c5240c14d5 Forking bookmarks for Phoenix. 2003-04-13 00:44:02 +00:00
hyatt%mozilla.org
3e480df8bc FOrking bookmarks for Phoenix. 2003-04-13 00:42:00 +00:00
hyatt%mozilla.org
59666499ae Fix for 201809. r=bryner, sr=blake 2003-04-13 00:41:23 +00:00
jshin%mailaps.org
736898499e bug 198598 Update the window title bar and doc. charset for nsMediaDocument
so that save/save as works correctly for non-8859-1 string. rename
ImageDocument.properties to MediaDocument.properties and move to
content/html/document/src. (r=cbiesinger for an earlier patch, sr=bzbarsky)
2003-04-13 00:40:26 +00:00
darin%netscape.com
a0d85a46bd fixes bug 201663 "FTP download from nightly / trunk - archives are short" r=dougt sr=bryner 2003-04-12 22:01:33 +00:00
edburns%acm.org
570ed13807 Author=Ronald Capelli <capelli@us.ibm.com>
r=edburns

This checkin makes Webclient run with IE!

Thanks Ron!

Ed
2003-04-12 21:40:35 +00:00
wtc%netscape.com
3248bf6d78 The .chk files should have the $(DLL_PREFIX), not $(LIB_PREFIX), because
they correspond to shared libraries/DLLs.
2003-04-12 20:44:45 +00:00
bzbarsky%mit.edu
0b85b42edc Fix crash when composer and comboboxes interact. The real fix is in
nsComboboxControlFrame; the nsBlockFrame changes are just cleanup the fix
enables. Bug 197942, r=jkeiser, sr=dbaron.
2003-04-12 16:06:54 +00:00
bzbarsky%mit.edu
e1aca3947c fix build warning. 2003-04-12 15:03:08 +00:00
ben%netscape.com
7c1e1a7c68 fix web panels folder 2003-04-12 12:54:16 +00:00
igor%mir2.org
e87a1ef790 Commiting Hannes Wallnoefer patch to allow LiveConnect to convert JS Date to Java Data, see http://bugzilla.mozilla.org/show_bug.cgi?id=201326 2003-04-12 10:48:39 +00:00
tor%cs.brown.edu
812ffefbdd Bug 199169 - plug occasional leak of gif colormap. r=paper, sr=brendan 2003-04-12 10:44:35 +00:00
ssu%netscape.com
c507845f15 fixing bug 198364 - auto advance on delete to next unread mail message is broken with recent cvs since 20030319. r=/sr=sspitzer 2003-04-12 08:24:00 +00:00
hyatt%mozilla.org
515d7345fe Updating. 2003-04-12 08:04:53 +00:00
hyatt%mozilla.org
b3eb350499 Adding forked bookmarks. NOt used yet. 2003-04-12 07:31:02 +00:00
dougt%netscape.com
8e41040c94 Fixes a crash on shutdown. patch by bryner. r+sr=dougt 2003-04-12 07:16:31 +00:00
sspitzer%netscape.com
4dc2dce3de fix for bug #124438. fix get msg icon in modern skin.
thanks to abecevello@sympatico.ca (Adam Becevello) for the fix.
r=marlon, sr=sspitzer
2003-04-12 06:57:54 +00:00
bzbarsky%mit.edu
fa96270367 Fixing OS/2 bustage -- compiler is too dumb to tell that the void* version is
_not_ what we want here... ;)
2003-04-12 06:18:38 +00:00
bzbarsky%mit.edu
48eaa50cb5 Change nsObjectFrame reflow when showing an image or iframe to just reflow the kid and
use its desired size.  Change reflow when doing a plugin to properly look at
the mComputedHeight/Width instead of trying to (incorrectly) walk up the reflow
state chain.  Plus some nsCOMPtr love.  Bug 191246 and bug 196280,
r=peterlubczynski, sr=roc+moz
2003-04-12 04:55:07 +00:00
sfraser%netscape.com
430da523f7 Fix method types to keep Windows happy (__stdcall crap) 2003-04-12 04:22:16 +00:00
bzbarsky%mit.edu
ca44279106 Clean up nsURILoader.cpp some. Better comments, more understandable code in
nsDocumentOpenInfo::DispatchContent, less confusing use of RetargetOutput
(which is now ConvertData).  Bug 201618, r=darin, sr=sspitzer.
2003-04-12 03:36:53 +00:00
bzbarsky%mit.edu
9484b33cb8 More const string love. Bug 200389, patch by ataylor@its.to (Andrew Taylor),
r=jst, sr=alecf
2003-04-12 03:23:33 +00:00
bzbarsky%mit.edu
46c0fbda65 Make some strings in prompt service char arrays instead of pointers to move
them to readonly data.  Bug 201355, patch by ataylor@its.to (Andrew Taylor),
r=adamlock, sr=alecf
2003-04-12 03:17:15 +00:00
bzbarsky%mit.edu
b7e3933dd1 Make frequence tables in universal charset decoder const to move them into the
readonly segment.  Bug 201361, patch by ataylor@its.to (Andrew Taylor),
r=smontagu, sr=alecf
2003-04-12 03:14:30 +00:00
sfraser%netscape.com
5a14aa5fdd Part of fix for bug 201400. r=aaronl, sr=me. 2003-04-12 03:12:59 +00:00
sfraser%netscape.com
2ce89db51a Fix bug 201560: reimplement the DOM window controller using shared controller code, and a singleton nsIControllerCommandTable. This reduces the number of string compares when updating commands, and is cleaner. Include some string cleanup in SetCursor() to reduce codesize. r=brade/jkeiser, sr=jst. 2003-04-12 03:08:23 +00:00