Commit Graph

24077 Commits

Author SHA1 Message Date
sspitzer%netscape.com
a33249b045 incoming nntp server work 1999-04-21 02:48:30 +00:00
bienvenu%netscape.com
f0840d8426 fix double commits and problem loading imap uid 1999-04-21 02:35:19 +00:00
bienvenu%netscape.com
62e1e5fb18 a little more progress on message fetching 1999-04-21 02:34:57 +00:00
sspitzer%netscape.com
192e63fa70 fix UNIX build bustage. this won't build with -pendatic 1999-04-21 02:31:02 +00:00
srinivas%netscape.com
88b0f7ca78 Use of lstat, instead of stat, causes nsinstall to miss directories pointed to by
symlinks. Bugzilla #4954.
1999-04-21 02:11:53 +00:00
slamm%netscape.com
b09a461260 Removing config.cache from dependencies, because configure does not always update config.cache. (I ended up running configure each time I ran client.mk because configure was newer than config.cache). 1999-04-21 02:02:03 +00:00
slamm%netscape.com
a54a1900c6 Add environment variable, MOZ_CO_DATE, to set checkout date tag. 1999-04-21 01:25:26 +00:00
law%netscape.com
7258c22436 Staking claim to some IIDs for app shell componentry 1999-04-21 01:15:47 +00:00
briano%netscape.com
f4bfa93fd2 Automated update 1999-04-21 01:14:38 +00:00
slamm%netscape.com
65a29b5950 Quickly output makefiles. 1999-04-21 01:13:55 +00:00
slamm%netscape.com
da70952345 add partial replacement for AC_OUTPUT() 1999-04-21 01:11:55 +00:00
bienvenu%netscape.com
2cff511a11 add service for getting an imap message 1999-04-21 00:55:58 +00:00
sfraser%netscape.com
e38f8eaed8 Implement InstallResources(). 1999-04-21 00:37:37 +00:00
hyatt%netscape.com
d08c62f52c More changes to support window.open() 1999-04-21 00:19:30 +00:00
akkana%netscape.com
056ee265e4 Remove correction subtracting 1 from transferable data length on copy;
tracking rods' change removing bogus extra byte in XIF format converter.
1999-04-21 00:17:12 +00:00
radha%netscape.com
dd5f06e626 Fix for bug # 5276. Flush the buffers after the "Page loaded sucessfully"
message
1999-04-21 00:15:32 +00:00
rods%netscape.com
e863238bf0 Fixed native CF_TEXT copy, to decrement the size by one when it is a null
terminated string. Apps like MS-Word pass back the size including the terminating
zero. This fixes that.
1999-04-21 00:15:08 +00:00
waterson%netscape.com
083aeb67d3 Bug 4750. Updated RDF_NAMESPACE_URI to refer to the most recent (and final) version of the RDF recommendation. 1999-04-21 00:11:39 +00:00
waterson%netscape.com
d6317b5cb1 Bug 4750, 5220. Use correct RDF namespace. Fix incorrect use of RDF prefix on some RDF attributes. 1999-04-21 00:09:41 +00:00
akkana%netscape.com
7861747549 Handle paste when we're already the selection owner 1999-04-21 00:04:53 +00:00
valeski%netscape.com
d9008580da added more states to .h and implementations to .cpp 1999-04-21 00:04:38 +00:00
rods%netscape.com
271b78d0dd Removed the adding of an additional 1 to the length on conversions. 1999-04-21 00:03:01 +00:00
akkana%netscape.com
0367d1482d Fix crash on second paste -- don't free our own memory, rely on transferable to do it 1999-04-20 23:54:54 +00:00
mcmullen%netscape.com
9f7e2955ec Not in build 1999-04-20 23:53:32 +00:00
davidmc%netscape.com
2355c92688 also permit zero scope to be okay as column scope for value oids inside metainfo cells. 1999-04-20 23:52:38 +00:00
davidmc%netscape.com
0d2e7b461c also turn on assertions for Mac 1999-04-20 23:51:57 +00:00
davidmc%netscape.com
d9a06c27a2 append ":c" suffix to table kind hex refs so that column space is used for the atom instead of the value space. 1999-04-20 23:51:31 +00:00
davidmc%netscape.com
2d98fe9064 change Mork file format version number to 1.3 to protect folks from badly formed files created during last day due to incorrect table kind hex refs in Mork. 1999-04-20 23:50:46 +00:00
nhotta%netscape.com
5dd9e80833 Backing out my last change, I need to do NULL checkings for parameters. 1999-04-20 23:48:21 +00:00
mscott%netscape.com
9c2d889626 for nsMsgLineStreamBuffer, let caller choose if they want CRLFs at the end of the new lines or not. 1999-04-20 23:44:34 +00:00
mscott%netscape.com
e9042ccc29 Make sure the line buffer stream leaves CRLFs on for us when extracting new lines. 1999-04-20 23:43:39 +00:00
radha%netscape.com
06e34dba48 No need to obtain the url to be loaded here. BrowserAppcore does that
when loading the initial page
1999-04-20 23:36:07 +00:00
radha%netscape.com
cf8d0870cf Remove previous changes related to forward and back button 1999-04-20 23:35:33 +00:00
radha%netscape.com
e08c6d9954 Use the CanGoForward and CanGoBack broadcasters to enable/disable the
forward&back button
1999-04-20 23:35:11 +00:00
radha%netscape.com
325df4f720 1. Added a new utility method to obtain handle to a xul element from its name.
2. Implement the LoadInitialPage so that when -url argument is passed, the
   url passed will be loaded after the navigator.xul is loaded. This method
   can be later used to load the home page from prefs
3. Use the CanGoForward and CanGoBack broadcasters to set the forward and back button
VS: ----------------------------------------------------------------------
1999-04-20 23:33:57 +00:00
mscott%netscape.com
f37bcffdf7 Update the idl file. 1999-04-20 23:33:19 +00:00
hyatt%netscape.com
4cea0caa99 Forgot to commit a file. 1999-04-20 23:32:43 +00:00
radha%netscape.com
82e409efba New method LoadInitialPage() added and reflected to javascript 1999-04-20 23:31:28 +00:00
radha%netscape.com
5feab6ef98 New method LoadInitialPage() added 1999-04-20 23:30:53 +00:00
mscott%netscape.com
5138a5cd91 remove linkage against xplib. 1999-04-20 23:30:42 +00:00
mscott%netscape.com
7666bdbd29 Pull out the mailbox service code for displaying and copying a message. Replace it with code that uses the new nsIMsgMessageService. In addition, we are no longer going to support message display from the demos menu. It is no longer necessary as we can display messages by selecting them on the thread pane. 1999-04-20 23:30:04 +00:00
mscott%netscape.com
00f300f846 Register the new nsMsgMessageService which is supported by the mailbox service. Add progids for both the mailbox version of the message service and for the mailbox service. 1999-04-20 23:28:42 +00:00
mscott%netscape.com
41c192b7b1 Add Queryinterface method such that it includes nsIMsgMessageService which is a new interface this class supports. 1999-04-20 23:27:32 +00:00
mscott%netscape.com
24195ff1a3 Inherit the new nsIMsgMessageService interface. 1999-04-20 23:26:37 +00:00
mscott%netscape.com
94dab79908 Remove Copy and display messages from mailbox service interface. 1999-04-20 23:25:59 +00:00
mscott%netscape.com
a6c07e75b9 Export nsIMsgMessageService.h 1999-04-20 23:19:40 +00:00
mscott%netscape.com
5a899f7ed6 Rev the interface... 1999-04-20 23:19:11 +00:00
mcmullen%netscape.com
d3ec3c37f5 This is still not in the build yet. 1999-04-20 23:18:44 +00:00
alecf%netscape.com
158d991ea2 maybe HPUX is defined on HPUX? 1999-04-20 23:18:22 +00:00
kipp%netscape.com
e7d121e337 Fixed bug #5192 by growing the trapezoid buffer as needed 1999-04-20 23:08:03 +00:00