Commit Graph

26791 Commits

Author SHA1 Message Date
kipp%netscape.com
0a98219951 Fix compiler warnings; implement QueryInterface hack to get at line iterator 1999-05-13 00:55:38 +00:00
kipp%netscape.com
8c0ea0f9ae Updated line iterator impl to match API in nsILineIterator 1999-05-13 00:54:28 +00:00
kipp%netscape.com
11644c02d0 new 1999-05-13 00:54:03 +00:00
pavlov%pavlov.net
edb8213262 misc changes including things to attempt to get command line things working in
apprunner
1999-05-13 00:53:50 +00:00
briano%netscape.com
117d2e58dc Fix for Motif builds. 1999-05-13 00:52:06 +00:00
sspitzer%netscape.com
5361aa6d31 make destructors virtual 1999-05-13 00:51:26 +00:00
sspitzer%netscape.com
ed6326405e make the destructor virtual 1999-05-13 00:48:42 +00:00
mjudge%netscape.com
c0ad47dc75 adding back in keyboard navigation. removing const from peekoffset to stop the const creep. changing peekoffset to do the right thing for content based peeking... 1999-05-13 00:44:23 +00:00
sspitzer%netscape.com
3c2da32000 destructor should be virtual. 1999-05-13 00:44:20 +00:00
mjudge%netscape.com
5404272a5e adding back in keyboard navigation. removing const from peekoffset to stop the const creep 1999-05-13 00:43:47 +00:00
sspitzer%netscape.com
e211454ca3 destructor should be virtual. (egcs warns about this.) 1999-05-13 00:41:40 +00:00
slamm%netscape.com
485ba6e0bf Add new sidebar files. Move bookmarks javascript into separate file. 1999-05-13 00:32:44 +00:00
robinf%netscape.com
ec537afb75 *** empty log message *** 1999-05-13 00:28:38 +00:00
ftang%netscape.com
cc80db17b6 add cp1256 and windows-874 1999-05-13 00:27:52 +00:00
vidur%netscape.com
557e18dc79 Backing out unintentional checkin 1999-05-13 00:24:45 +00:00
matt%netscape.com
0b171b7055 Changing the makefiles to viewsource.js and
adding viewsource.js function to start viewsource app
1999-05-13 00:21:55 +00:00
vidur%netscape.com
11e0af38bb Fixed uninitialized variable problem. 1999-05-13 00:21:50 +00:00
pinkerton%netscape.com
fe4da4f603 put code that didn't compile yesterday back in. Now i know that ::Foo doesn't work too well if Foo is a macro. 1999-05-13 00:14:22 +00:00
pinkerton%netscape.com
e057e1b380 dispatch the drag and drop event to the correct widget 1999-05-13 00:13:44 +00:00
pinkerton%netscape.com
d6180a5890 somehow, these files got extra blank lines in them between every source file line. Removing them. Also removing duplicate implementations of addref, release, and QI, since we inherit them from nsBaseDragService. 1999-05-13 00:13:06 +00:00
alecf%netscape.com
ca98a8e224 checkin first-pass at nsIMsgHdr interface 1999-05-13 00:11:12 +00:00
mcmullen%netscape.com
309bab45c6 Split the manifest files into two: idl-generated headers (used if USE_XPIDL is turned off) and non-generated headers. 1999-05-13 00:04:14 +00:00
slamm%netscape.com
0dae5af171 Add sidebar title. Clean-up the layout. 1999-05-13 00:03:10 +00:00
mcmullen%netscape.com
bc6290e2db First Checked In. 1999-05-13 00:01:48 +00:00
sspitzer%netscape.com
6363521303 fix my personal build bustage on the mac. (I #define DEBUG_sspitzer in NGLayoutConfigInclude.h) 1999-05-12 23:59:09 +00:00
alecf%netscape.com
56bf2a3ae4 fix objdir build bustage in XPIDL idl files by forward declaring nsIMessage instead of including it 1999-05-12 23:57:26 +00:00
slamm%netscape.com
ab3ac3fd7a Lose the toolbox. 1999-05-12 23:55:20 +00:00
waterson%netscape.com
c0337c8b0c Added xpconnect sample. 1999-05-12 23:54:34 +00:00
waterson%netscape.com
cd4db87316 Initial revision. 1999-05-12 23:54:18 +00:00
briano%netscape.com
aaaf38a0c7 Fix for QNX. 1999-05-12 23:53:50 +00:00
briano%netscape.com
615ed6ddf1 Fix for QNX. Need to tell it what uint is.... 1999-05-12 23:44:27 +00:00
waterson%netscape.com
08b652ea66 Added sample HTML. 1999-05-12 23:43:25 +00:00
rhp%netscape.com
2226d902b8 removal of stub code 1999-05-12 23:42:51 +00:00
rhp%netscape.com
dbbfedd8fc Conversion of prefs to new world API's 1999-05-12 23:42:35 +00:00
briano%netscape.com
127a47dbae Automated update 1999-05-12 23:37:56 +00:00
waterson%netscape.com
36c353760e Initial revision. 1999-05-12 23:37:45 +00:00
briano%netscape.com
84939e98e3 Added a check for uint, mostly to help the QNX build. 1999-05-12 23:37:31 +00:00
briano%netscape.com
9201ca0da4 QNX-specific ifdef addition. 1999-05-12 23:29:04 +00:00
tague%netscape.com
dce36849c6 Added work around for #5912 1999-05-12 23:23:14 +00:00
vidur%netscape.com
a2fea3cbd3 Fix for bug 4435. Creating the right type of script object for blockquote. 1999-05-12 23:22:36 +00:00
ftang%netscape.com
b81e19d906 add unicode 1999-05-12 23:19:12 +00:00
hyatt%netscape.com
1b41f77bb5 Teaching window.open how to open chrome. 1999-05-12 23:17:40 +00:00
mccabe%netscape.com
334dd15a25 Be conservative, and initialize the XPTState struct to 0 when allocating it. This cropped up as a problem where garbage fields were busting the msvc 6.0 -opt build, but was really xp. 1999-05-12 22:56:42 +00:00
mcmullen%netscape.com
bb815af574 Fix badness when nsFilePath is initialized with a nil or empty string. 1999-05-12 22:56:24 +00:00
sfraser%netscape.com
ee19d4ead5 IncrementModCount now takes a PRInt32 (this fixes broken builds). 1999-05-12 22:55:29 +00:00
mscott%netscape.com
6ce4f6cf2c Whenever we display a message, be sure to mark it as read in the db. Use url method to get msghdr for a message instead of doing it ourselves. 1999-05-12 22:53:05 +00:00
mscott%netscape.com
cd6394f10d add accessor to get msg db hdr for a mailbox url. 1999-05-12 22:51:26 +00:00
morse%netscape.com
6e70a25e38 download wallet editor onto client 1999-05-12 22:40:22 +00:00
pnunn%netscape.com
7a79349193 Pass reload policy through to netlib. This may help the
various bugs related to animations (#2148,#1865,#5030,#3958,#4350).
-pnunn
1999-05-12 22:30:52 +00:00
ftang%netscape.com
6339be6419 check in performance improved unicode rendering for mac. Use TEC convert to script code before calling ATSUI to improve peroformance 1999-05-12 22:30:10 +00:00