timeless%mac.com
dfa8594725
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
93e80f739b
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
e373235cfc
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
aa3f89d43a
Break runloop out of main, clean up and comment it a bit.
2001-11-19 03:05:51 +00:00
waterson%netscape.com
ddef112f88
s/last_.*/limit/ to avoid confusion.
2001-11-19 02:49:29 +00:00
waterson%netscape.com
d938aaf88b
Fix off-by-one error in |decay|.
2001-11-19 02:47:42 +00:00
seawood%netscape.com
868ee2000a
Remove components.reg before running regxpcom
2001-11-19 01:47:54 +00:00
sspitzer%netscape.com
a8564c025b
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
ba7b6bdf98
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
7c3194119c
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
f35c43b8fc
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
19dbd1a21b
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
5113e53556
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
f8dcb56cf1
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
1c1badf3d1
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
e549c86027
new table regression testcases - not part of the build
2001-11-18 19:35:56 +00:00
bernd.mielke%snafu.de
97e19f38ad
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
e2ebc130ce
make print testcase local - not part of the build
2001-11-18 19:03:13 +00:00
bernd.mielke%snafu.de
ae9170d8ac
make print regression test 59280-1.html local - not part of the build
2001-11-18 19:01:14 +00:00
blakeross%telocity.com
d4d4ca8d8e
oops, gFocusedDocument is from ben's fullscreen landing.
2001-11-18 18:44:19 +00:00
blakeross%telocity.com
62c96b1705
110679 - minor performance optimizations in navigator. r=hewitt sr=ben
2001-11-18 18:41:24 +00:00
alecf%netscape.com
9b15419c4a
fix the MallocTools anchor reference - docs only
2001-11-18 18:33:06 +00:00
seawood%netscape.com
2e3dd4db41
/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
ff2c2a9754
Coping with yet another string change
2001-11-18 11:58:27 +00:00
seawood%netscape.com
7c5f7fcc5a
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
25380504e5
license files. (NOT PART OF BUILD)
2001-11-18 08:47:25 +00:00
ben%netscape.com
2716f0f692
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
06b032d0fb
Correct Window Mediator's registration of browser windows.
2001-11-18 08:44:46 +00:00
pchen%netscape.com
96b884857e
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
d27bbcce4a
bug 20943, r=rods, sr=ben, set NS_PRINT_PREVIEW for mac build
2001-11-18 08:00:08 +00:00
pchen%netscape.com
86856d4ebb
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
ce17633d5e
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
64f77eda85
bug 110081, patch=adamlock, r=pchen, sr=ben, harden docshell against empty URLs
2001-11-18 07:45:14 +00:00
pchen%netscape.com
4b8409ed8a
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
18f5fc256f
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
a7e995344b
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
b9b74ae3bc
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
fe15886456
Bookmarksliner work (not part of build)
2001-11-18 05:06:47 +00:00
ben%netscape.com
4d95fe9694
Implement Window Mediator service
...
NOT PART OF BUILD
2001-11-18 04:50:25 +00:00
matty%chariot.net.au
3f0b596d78
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
fd9c2b1485
*** empty log message ***
2001-11-18 03:22:50 +00:00
ssu%netscape.com
a5db27bd91
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
ebaf98086a
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
817dae817f
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
a8cb4770c0
changes to build when DEBUG_MIGRATOR is set. r/sr=no one
2001-11-18 00:42:28 +00:00
bstell%netscape.com
ed91682779
enable anti-aliased scaled bitmaps now that tinderbox has settled
...
see bug 90813
2001-11-18 00:30:01 +00:00
sspitzer%netscape.com
b2d716c3e1
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
783830f264
ignore generated makefiles.
2001-11-17 23:12:13 +00:00
justdave%syndicomm.com
bb7bdda329
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
93abcfb95c
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