Commit Graph

92563 Commits

Author SHA1 Message Date
timeless%mac.com
060425ec59 Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
mscott%netscape.com
51c4af9ed0 Bug #108790 --> fix bogus rdf name space url. contributed by waterson
r=bryner
sr=mscott
2001-11-19 04:37:10 +00:00
dveditz%netscape.com
ca4ac5c730 topcrash bug 78442 during xpinstall.
patch thanks to jband@netscape.com, r=syd, sr=dveditz
2001-11-19 04:23:47 +00:00
waterson%netscape.com
9e0c75d471 Break runloop out of main, clean up and comment it a bit. 2001-11-19 03:05:51 +00:00
waterson%netscape.com
ae93fbd396 s/last_.*/limit/ to avoid confusion. 2001-11-19 02:49:29 +00:00
waterson%netscape.com
d7552b30c5 Fix off-by-one error in |decay|. 2001-11-19 02:47:42 +00:00
seawood%netscape.com
09c156f8b3 Remove components.reg before running regxpcom 2001-11-19 01:47:54 +00:00
sspitzer%netscape.com
33d8df3f0b fix for #110698. fix assertions cause by calling NS_ConvertUTF8toUCS2() with null.
fix the code to not call MIME_DecodeMimeHeader() and NS_ConvertUTF8toUCS2() when the
header is null.  r/sr=bienvenu
2001-11-19 01:07:19 +00:00
sspitzer%netscape.com
e34d9b0a63 fix for #103626. don't need to include mailWindowOverlay.xul
fix by neil@parkwaycc.co.uk, r/sr=sspitzer
2001-11-19 00:42:47 +00:00
sspitzer%netscape.com
8aede5f38c fix for #110502. get "edit as new" and "fwd inline" to work again.
the problem is the standard url parser no longer allows us to use illegal
uris.  '_' is an illegal character in a URI (and URL) scheme.
so this patch switches from "foo_message://" to "foo-message://"
r=bbaetz,sr=bienvenu
2001-11-18 23:38:52 +00:00
sspitzer%netscape.com
0c3e826b52 fix for #110522. asserting when pop biff url runs. call SetUsername() after we call SetSpec().
r/sr=bienvenu
2001-11-18 22:37:28 +00:00
gerv%gerv.net
37c09d1017 Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justdave, mattyt. Wahey! 2001-11-18 22:23:31 +00:00
gerv%gerv.net
86418ea974 Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, layout by mpt and others, r=justdave,matty. Wahey! 2001-11-18 22:20:20 +00:00
leaf%mozilla.org
084a87a0b6 remove fullcircle calls that shouldn't live in the mozilla tree. r=namachi, sr=dveditz 2001-11-18 22:18:42 +00:00
dougt%netscape.com
cde157b545 fixing bug 108573. Calling AutoRegisterComponents when any registered loaders do not exists will crash. r=dp,sr=rpotts 2001-11-18 20:19:44 +00:00
bernd.mielke%snafu.de
009c63bbfe new table regression testcases - not part of the build 2001-11-18 19:35:56 +00:00
bernd.mielke%snafu.de
05f6d1c0b2 remove non local access in layout regression testcase - not part of the build 2001-11-18 19:09:15 +00:00
bernd.mielke%snafu.de
db8940f2f5 make print testcase local - not part of the build 2001-11-18 19:03:13 +00:00
bernd.mielke%snafu.de
eb291824d0 make print regression test 59280-1.html local - not part of the build 2001-11-18 19:01:14 +00:00
blakeross%telocity.com
76b1bb2dd5 oops, gFocusedDocument is from ben's fullscreen landing. 2001-11-18 18:44:19 +00:00
blakeross%telocity.com
780cae7e50 110679 - minor performance optimizations in navigator. r=hewitt sr=ben 2001-11-18 18:41:24 +00:00
alecf%netscape.com
8f49ae4dbe fix the MallocTools anchor reference - docs only 2001-11-18 18:33:06 +00:00
seawood%netscape.com
89e828f82c /usr/builds/tinderbox/SeaMonkey/BSD_OS_4.2_Depend/mozilla/dom/src/base/nsDOMClassInfo.h:102: ANSI C++ forbids declaration `IsReadonlyReplaceable' with no type 2001-11-18 12:05:57 +00:00
seawood%netscape.com
ddd73f3220 Coping with yet another string change 2001-11-18 11:58:27 +00:00
seawood%netscape.com
c5e6dbb140 All makefiles in dirs listed from mozilla/Makefile.in *must* be created by configure. The rest *should* be listed here as well. 2001-11-18 11:09:04 +00:00
ben%netscape.com
e69a21a4a4 license files. (NOT PART OF BUILD) 2001-11-18 08:47:25 +00:00
ben%netscape.com
08af6c0c26 add test form for UI doodling.
This & previous checkin are NOT PART OF BUILD.
2001-11-18 08:45:24 +00:00
ben%netscape.com
0d23ce3653 Correct Window Mediator's registration of browser windows. 2001-11-18 08:44:46 +00:00
pchen%netscape.com
0136bcc918 bug 20943, r=rods, sr=ben, need to use alternate dc for print preview 2001-11-18 08:00:14 +00:00
pchen%netscape.com
2f2def6297 bug 20943, r=rods, sr=ben, set NS_PRINT_PREVIEW for mac build 2001-11-18 08:00:08 +00:00
pchen%netscape.com
bd6b1f6318 bug 20943, r=rods, sr=ben, don't put up print dialog in nsDeviceContextSpecMac::Init() if aQuiet is true 2001-11-18 08:00:04 +00:00
pchen%netscape.com
a6bfb73bc2 bug 20943, r=rods, sr=ben, remove ifdef XP_WIN || XP_UNIX in PrintPreview() since I'm turning it on for mac 2001-11-18 07:59:55 +00:00
pchen%netscape.com
b83f77d1c0 bug 110081, patch=adamlock, r=pchen, sr=ben, harden docshell against empty URLs 2001-11-18 07:45:14 +00:00
pchen%netscape.com
211c8eb32d bug 110081, r=adamlock, sr=ben, check for null url to avoid needless load 2001-11-18 07:44:50 +00:00
jst%netscape.com
4d0b018635 Fixing bug 110397. Making the read-write properties innerHeight, innerWidth, outerHeight, outerWidth, screenX, screenY, status, and name 'replaceable' by making assignment to these properties replace the real properties if the propery name is not fully qualified when doing the assignment. This is an attempt at fixing backwards compatibility problems where these properties are used a global variables (which worked in NS4x). r=peterv@netscape.com, rs=vidur@netscape.com, sr=brendan@mozilla.org 2001-11-18 06:45:10 +00:00
bbaetz%cs.mcgill.ca
d8718273b5 Remove the libart build system, and use mozilla's instead. Manually
generate config.h (based on nspr defines) and libart-features.h. Its the
only way this will work on win/mac, too.
2001-11-18 06:30:01 +00:00
jst%netscape.com
178be4198d Fixing part of bug 62536. Make element.scrollHeight and scrollWidth work correctly and making element.scrollIntoView() work even for elements inside nested scrollable views. r=hidday@geocities.com, jkeiser@iname.com, sr=attinasi@netscape.com 2001-11-18 06:04:17 +00:00
blakeross%telocity.com
74a884bb2f Bookmarksliner work (not part of build) 2001-11-18 05:06:47 +00:00
ben%netscape.com
8ff68dfafc Implement Window Mediator service
NOT PART OF BUILD
2001-11-18 04:50:25 +00:00
matty%chariot.net.au
677692909a Moving a comment to the right place, in order to be able to make a comment about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think.
It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products".

The patch was by James A Laska <jlaska@us.ibm.com>.
2001-11-18 03:54:54 +00:00
matty%chariot.net.au
fb8ca6d4cd *** empty log message *** 2001-11-18 03:22:50 +00:00
ssu%netscape.com
c5079c5d9f checking in patch for Roland Mainz. r=pocemit. not part of normal build process 2001-11-18 02:27:37 +00:00
ssu%netscape.com
19b68aa176 checking in patch for Roland Mainz. r=ssu. not part of normal build process 2001-11-18 02:24:45 +00:00
bryner%netscape.com
6d2c574fa8 Adding calendar makefiles for win32. Note that this is still non-functional since libical is not ported to win32 yet. Not part of the build. 2001-11-18 01:13:39 +00:00
sspitzer%netscape.com
52fd1f5ddf changes to build when DEBUG_MIGRATOR is set. r/sr=no one 2001-11-18 00:42:28 +00:00
bstell%netscape.com
43fdce5f12 enable anti-aliased scaled bitmaps now that tinderbox has settled
see bug 90813
2001-11-18 00:30:01 +00:00
sspitzer%netscape.com
4fb369d79d changes to get this code to build when DEBUG_profile_verbose is set.
r/sr=no one
2001-11-17 23:59:43 +00:00
sspitzer%netscape.com
748e1f8778 ignore generated makefiles. 2001-11-17 23:12:13 +00:00
justdave%syndicomm.com
14122fd43e Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or not a partial URL needed an http:// added to the
front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper.
Patch by Josh Soref <timeless@mac.com>
r= justdave, caillon
2001-11-17 23:05:48 +00:00
justdave%syndicomm.com
bc2ba9abf9 Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at
the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2
2001-11-17 22:40:02 +00:00