1570 Commits

Author SHA1 Message Date
pinkerton%netscape.com
a5e81d74aa use the right delete in all places (delete[]) 1999-04-02 03:01:57 +00:00
mcafee%netscape.com
e1ac89cf8e Implement GetFile(). 1999-04-02 02:16:28 +00:00
mcafee%netscape.com
038ba314d9 Adding nsFileSpec version of GetFile(). a=sdagley@netscape.com 1999-04-02 02:07:34 +00:00
hyatt%netscape.com
4336a65c75 Landing new GetFile(nsFileSpec&) method on windows. 1999-04-02 02:07:15 +00:00
sdagley%netscape.com
1a4f805e40 Add new GetFile method that uses an nsFileSpec instead of an nsString 1999-04-02 02:06:16 +00:00
pinkerton%netscape.com
ff1d650929 copy to macos clipboard implemented. 1999-04-02 01:33:56 +00:00
pinkerton%netscape.com
51c4a71898 don't addref list items going into the list of data flavors. AppendElement addrefs for us. 1999-04-02 01:32:41 +00:00
pinkerton%netscape.com
d5bf54ed32 add IID method. 1999-04-02 00:10:10 +00:00
pinkerton%netscape.com
ef2d0d18d7 add IID methods so we can use nsCOMPtr w/ them. 1999-04-02 00:06:37 +00:00
pinkerton%netscape.com
a7c8e9b6ba adding data flavor, clipboard, xif converter, and transferable. 1999-04-01 18:40:34 +00:00
pinkerton%netscape.com
858b5206d6 adding nsClipboard, nsBaseClipboard, and nsXIFConverter. Also add dependency on htmlParser for the xif converter stuff. This now must build after htmlParser. 1999-04-01 18:38:58 +00:00
pinkerton%netscape.com
8d59fb9425 First Checked In. 1999-04-01 18:37:45 +00:00
pinkerton%netscape.com
3752fe962a changes to get mac to build. same as unix for now. 1999-04-01 18:37:19 +00:00
mcafee%netscape.com
9200c01c42 Removing an old comment. 1999-04-01 18:20:14 +00:00
mcafee%netscape.com
9b5972205c cleanup, added nsXIFFormatConverter.cpp. 1999-04-01 18:11:14 +00:00
mcafee%netscape.com
7780586d23 cleanup, added nsIClipboardOwner, nsIFormatConverter. 1999-04-01 18:09:04 +00:00
rods%netscape.com
b6b6bf53aa removed nsIXIFConverter include 1999-04-01 15:23:03 +00:00
rods%netscape.com
ffc12c27a5 Added nsIFormatConverter 1999-04-01 15:03:12 +00:00
rods%netscape.com
2db0c9a4a3 added nsIFormatConverter 1999-04-01 14:53:34 +00:00
rods%netscape.com
63afec866b added nsXIFFormatConverter 1999-04-01 14:42:29 +00:00
rods%netscape.com
a3a8f77f46 Updated clipboard support to use converters 1999-04-01 14:40:52 +00:00
rods%netscape.com
2c1e32528e removed include of Transferable 1999-04-01 14:40:36 +00:00
rods%netscape.com
fffcdad912 Minor change for debugging 1999-04-01 14:39:55 +00:00
rods%netscape.com
46df2f2cd7 Added converter support 1999-04-01 14:39:00 +00:00
rods%netscape.com
d0d50184e8 Added nsXIFFormatCOnverter 1999-04-01 14:38:45 +00:00
rods%netscape.com
9f957a9164 Updated comments and added converter methods 1999-04-01 14:37:52 +00:00
rods%netscape.com
25a52f8016 Added nsIFormatConverter 1999-04-01 14:37:22 +00:00
mcafee%netscape.com
d75981ae77 Adding NS_XIFFORMATCONVERTER_CID define. 1999-04-01 02:08:40 +00:00
mcafee%netscape.com
f7349c629b Solaris needs newline at end of file. 1999-04-01 02:06:32 +00:00
mcafee%netscape.com
0351e9d225 First checkin. Converter for clipboard. 1999-04-01 02:04:53 +00:00
mcafee%netscape.com
a24018d3c2 First checkin. Converts text/HTML selection to XIF format. 1999-04-01 01:05:43 +00:00
jdunn%netscape.com
6f521e21f1 link in xmltok and expat to fix linking error 1999-04-01 00:20:47 +00:00
jdunn%netscape.com
424be13edf Include prenv to get PR_GetEnv prototype 1999-03-31 22:55:29 +00:00
pinkerton%netscape.com
91a1ba7c85 File Removed. 1999-03-31 22:19:31 +00:00
syd%netscape.com
9a4f6a4898 Fix for AIX compatibility 1999-03-31 20:18:11 +00:00
syd%netscape.com
c8989121cb Replace getenv with NSPR function, remove stdlib.h include. Partially done
for AIX build.
1999-03-31 20:17:01 +00:00
mcafee%netscape.com
30efc98a78 Comments only. 1999-03-31 19:53:40 +00:00
mcafee%netscape.com
8f86ec98c0 Some code got stomped, putting it back. Specifically we need a prototype for UnixPrData() for Solaris/CC. 1999-03-31 09:14:07 +00:00
kipp%netscape.com
6c8a8e4919 landed HPUX patch from Kartik Subbarao <subbarao@computer.org> 1999-03-31 04:54:42 +00:00
jdunn%netscape.com
2740fcabcc Fix compiler problem on AIX 1999-03-31 04:19:48 +00:00
Jerry.Kirk%Nexwarecorp.com
c051f651c7 Initial checkin of Photon Widget Factory for Photon UI
Added Files: Phdlldeps.cpp nsPhWidgetFactory.cpp
1999-03-30 19:05:42 +00:00
sdagley%netscape.com
305b9eb997 First Checked In. 1999-03-30 05:39:30 +00:00
ramiro%netscape.com
532f507e84 delete vs. delete[] vs. free fixes.
Thanks to "Bruce Mitchener, Jr." <bruce@cybersight.com for finding all these
and making patches.
1999-03-30 05:26:59 +00:00
sdagley%netscape.com
92cf5ee8b4 Added KeyBindMgr to build (but nobody is calling it yet) 1999-03-30 04:53:37 +00:00
sdagley%netscape.com
972500a229 First Checked In. 1999-03-30 04:52:13 +00:00
waterson%netscape.com
d9f1b31bb8 Fixed a syntax error. Loser. 1999-03-30 02:49:33 +00:00
pierre%netscape.com
fcf9ca4c61 Use delete[] for strings allocated with ToNewCString(). 1999-03-30 01:12:13 +00:00
pierre%netscape.com
046409214e Fixed strings allocated with ToNewCString() that were either not disposed at all, either disposed with 'delete' instead of 'delete[]'. Thanks to Bruce Mitchener Jr. <bruce@cybersight.com>. 1999-03-30 00:40:04 +00:00
pinkerton%netscape.com
f0ca1e2882 strstream -> strstream.h for linux 1999-03-29 23:46:57 +00:00
pinkerton%netscape.com
25ca57afdd temp tweaks to get mac to build. 1999-03-29 23:26:01 +00:00