pierre%netscape.com
031024e70b
Fixed previous checkin: Destroy() calls the inherited function and returns a value.
...
git-svn-id: svn://10.0.0.236/trunk@29907 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:55:58 +00:00
warren%netscape.com
4ca9364655
Removed some noise.
...
git-svn-id: svn://10.0.0.236/trunk@29906 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:55:26 +00:00
warren%netscape.com
55a33d5ee7
Consolidated individual factories into a single factory for base.
...
git-svn-id: svn://10.0.0.236/trunk@29905 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:55:21 +00:00
warren%netscape.com
30029587ee
Made Notify and Wait methods return nsresult.
...
git-svn-id: svn://10.0.0.236/trunk@29904 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:55:16 +00:00
warren%netscape.com
1da4ca1637
Added page manager, buffer, buffer streams and pipes stuff.
...
git-svn-id: svn://10.0.0.236/trunk@29903 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:55:12 +00:00
pierre%netscape.com
71129ae584
Oops... CalcWindowRegions() was hiding the inherited function from nsWindow. For some reason, I missed the compiler warning in my previous checkin.
...
git-svn-id: svn://10.0.0.236/trunk@29902 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:54:34 +00:00
warren%netscape.com
0788be3644
Added size argument to Free and Realloc (for implementations that can't determine the memory block's size. Needed for nsPageMgr. Hooked allocator up to xpcom initialization.
...
git-svn-id: svn://10.0.0.236/trunk@29899 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:54:28 +00:00
warren%netscape.com
7cdc9ff1ad
Fixed QI to respond to nsIProperties and nsIPersistentProperties. Removed factory (now in nsBaseDLL).
...
git-svn-id: svn://10.0.0.236/trunk@29898 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:54:22 +00:00
buster%netscape.com
68a1ee7d46
with permission from chofmann:
...
1. fix for bug 5796, crash on exit. This was a bad, bad memory smudge on my part, easily fixed by doing the right ref counting in the
right places.
2. some preliminary code for M6 block transformations has leaked into this checkin. It's safer than trying to re-code the fix above into
a fresh tree. Unless you're making calls to do block transformations, you won't see any difference.
git-svn-id: svn://10.0.0.236/trunk@29897 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:40:18 +00:00
mcafee%netscape.com
54edd67d97
Switching to NS_WITH_SERIVICE() to properly release services (5403). a=chofmann, r=warren@netscap.com
...
git-svn-id: svn://10.0.0.236/trunk@29896 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:20:24 +00:00
pinkerton%netscape.com
577c3c1e29
Fix for bug 4883. Added Destroy() method to do the same as the Repeater dtor would do but it wasn't getting called because the timer still held a ref to the widget. Appr chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@29895 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:14:01 +00:00
alecf%netscape.com
1b59c5fa16
oops, forgot this extra fix for #5681 to take .sbd files into account
...
git-svn-id: svn://10.0.0.236/trunk@29894 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 22:12:56 +00:00
pinkerton%netscape.com
a91811a52e
pinkerton/scc/hyatt, plug a leak for bug 4127 and fix a crasher when the desired broadcaster isn't found.
...
git-svn-id: svn://10.0.0.236/trunk@29893 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:55:45 +00:00
briano%netscape.com
6182a470fa
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@29892 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:44:41 +00:00
briano%netscape.com
df2ef6f0c0
Fix to properly support Sun's WorkShop compilers. Thanks to Tim Rowley (tor@boojum.cs.brown.edu).
...
git-svn-id: svn://10.0.0.236/trunk@29891 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:43:50 +00:00
slamm%netscape.com
abc51b43ad
Change directory build order. png needs to come before pngcom. This is finishing up pnunn last checkin.... Added png and zlib library link. pnunn. refer to Bug#5459. review:slamm. ok'd:chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@29890 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:39:17 +00:00
jefft%netscape.com
2a1ceaff8b
Part of fixing bug 5781 - fixed creating multiple mail folders problem
...
git-svn-id: svn://10.0.0.236/trunk@29889 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:38:53 +00:00
jefft%netscape.com
8458e92141
Part of fixing bug 5781 - fixed creating multiple mail folders problem
...
git-svn-id: svn://10.0.0.236/trunk@29888 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:27:22 +00:00
jefft%netscape.com
48bb3f2bdc
Part of fixing bug 5781 -- nsImapURI2Path failed to generate local path for folders within another folder
...
git-svn-id: svn://10.0.0.236/trunk@29887 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:24:49 +00:00
saari%netscape.com
a6e3fa3885
Fix for bug 5676
...
git-svn-id: svn://10.0.0.236/trunk@29886 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 21:13:42 +00:00
mscott%netscape.com
0f35bef51e
Bug 5781 --> releasing the imap service twice! that's not good.
...
git-svn-id: svn://10.0.0.236/trunk@29885 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 20:38:18 +00:00
matt%netscape.com
829bb332ca
Taking block out of sidebar.css to allow for collapsible toolbars
...
git-svn-id: svn://10.0.0.236/trunk@29884 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 20:29:17 +00:00
terry%mozilla.org
9dbbe22a2d
Added a "blocker" severity.
...
git-svn-id: svn://10.0.0.236/trunk@29883 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 20:15:15 +00:00
waterson%netscape.com
0ee2be5dc7
Bug 5695. RDF needs UPPER CASE ID, not lower case id. This was confusing XUL and causing an assert when the node map was dumped.
...
git-svn-id: svn://10.0.0.236/trunk@29882 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 20:11:39 +00:00
alecf%netscape.com
9462224999
fix for #5609 - don't add trailing "/" to base server URI
...
r=scottip a=chofmann (as with the last checkin as well)
git-svn-id: svn://10.0.0.236/trunk@29881 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:59:11 +00:00
alecf%netscape.com
2ceca66b3d
fix for #5609 : check for trailing / in URIs when extracting the name
...
fix for #5681 : fix URI->file path converter to take into account subdirectories along the way
git-svn-id: svn://10.0.0.236/trunk@29880 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:58:19 +00:00
waterson%netscape.com
803f73be11
Bug 5741, part II. Need to be able to 'get the text' of a null node now, also.
...
git-svn-id: svn://10.0.0.236/trunk@29879 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:53:19 +00:00
karnaze%netscape.com
685816a556
removed compositing from table 5
...
git-svn-id: svn://10.0.0.236/trunk@29878 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:52:33 +00:00
karnaze%netscape.com
e9f7d6655d
fixed crash in bug 5190, allowing a table to be the top level XML element.
...
git-svn-id: svn://10.0.0.236/trunk@29877 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:51:59 +00:00
karnaze%netscape.com
a3062ab79f
fixed potential divide by 0
...
git-svn-id: svn://10.0.0.236/trunk@29876 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:50:42 +00:00
bienvenu%netscape.com
2f20116564
more fixes for 5781 (only affects imap)
...
git-svn-id: svn://10.0.0.236/trunk@29875 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:50:00 +00:00
norris%netscape.com
934d1eb836
Add new example.
...
git-svn-id: svn://10.0.0.236/trunk@29874 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:49:34 +00:00
terry%mozilla.org
7c5fef041f
Updated version string to 2.5 (development)
...
git-svn-id: svn://10.0.0.236/trunk@29873 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:42:43 +00:00
terry%mozilla.org
8e4ff461e5
Updated version string to 2.4 (shipping)
...
git-svn-id: svn://10.0.0.236/trunk@29871 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:42:25 +00:00
rods%netscape.com
249dca5d01
Fixes for bug #4698
...
Win98 allocates global in DWORD chunks, WinNT does not. CF_TEXT on the
clipboard must be null terminated. The copy to the clipboard makes sure the proper
amount of memory is allocated and zeroed. he get from the clipboard makes no asummptions
about CF_Text's length other than they are null terminated, so it now removed the extra
terminating zeros, there can be more than one.
git-svn-id: svn://10.0.0.236/trunk@29870 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:41:14 +00:00
terry%mozilla.org
ef7dcc1357
Stop populating the default database with mozilla-specific stuff.
...
git-svn-id: svn://10.0.0.236/trunk@29869 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:40:53 +00:00
terry%mozilla.org
c00e6d1fa5
Makefile is now generated by autoconf stuff.
...
git-svn-id: svn://10.0.0.236/trunk@29868 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:39:14 +00:00
joki%netscape.com
a158b164ef
Adding scrolling fixes to fix bug #3999 , A: chofmann
...
git-svn-id: svn://10.0.0.236/trunk@29867 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:38:39 +00:00
slamm%netscape.com
0d78d06071
Implement find-mozconfig in perl. Add check for MOZ_CONFIG_GUESS to skip config.guess. Fix annoying bug on Solaris. It does not like func() {:}. You have to use func() {:;} instead.
...
git-svn-id: svn://10.0.0.236/trunk@29866 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:35:37 +00:00
ftang%netscape.com
b212a12b44
fix bug 5751. approved by cyeh. use right name for x-euc-tw
...
git-svn-id: svn://10.0.0.236/trunk@29865 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:21:10 +00:00
terry%mozilla.org
7e10095355
Don't muck with the permissions of the data directory if it already exists.
...
git-svn-id: svn://10.0.0.236/trunk@29864 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:20:16 +00:00
terry%mozilla.org
bbefbe9e20
Work with older versions of mysqltcl.
...
git-svn-id: svn://10.0.0.236/trunk@29863 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:12:13 +00:00
endico%mozilla.org
66e0ced058
Remove references to cannibal.mi.org
...
git-svn-id: svn://10.0.0.236/trunk@29862 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 19:00:47 +00:00
terry%mozilla.org
32b17e4fa1
Provide a default value for userdomain.
...
git-svn-id: svn://10.0.0.236/trunk@29861 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:57:01 +00:00
waterson%netscape.com
95dbf58d37
Bug 5671. Use nsAllocator instead of C++ new/delete. r=jband,a=chofmann.
...
git-svn-id: svn://10.0.0.236/trunk@29860 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:49:40 +00:00
mscott%netscape.com
eeddc75602
Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Synch with new imap service createnewconnection changes.
...
a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@29859 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:48:39 +00:00
waterson%netscape.com
2733e396e2
Bug 5741. Always create a text content node so that subsequent calls to set the cell's value work. r=hyatt,a=choffman.
...
git-svn-id: svn://10.0.0.236/trunk@29858 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:47:43 +00:00
mscott%netscape.com
34e147aa88
Bug #5781 --> as a side effect of adding the connection cache, I made GetImapUserName return a const char *.
...
a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@29857 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:47:15 +00:00
mscott%netscape.com
67ce95e58f
Bug #5781 --> add ReleaseUrlState. Support IsBusy interface. Support CanHandleUrl interface. These changes are part of the imap connection cache. GetImapUserName now returns a const char *.
...
a=chofmann
git-svn-id: svn://10.0.0.236/trunk@29856 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:46:21 +00:00
mscott%netscape.com
2ceb5364d4
Bug #5781 --> part of mailnews audit --> Conversion to NS_WITH_SERVICE. Hook up a connection cache to CreateImapConnection.
...
a=chofmann
git-svn-id: svn://10.0.0.236/trunk@29855 18797224-902f-48f8-a5cc-f745e15eee43
1999-04-30 18:45:16 +00:00