Commit Graph

34488 Commits

Author SHA1 Message Date
sspitzer%netscape.com
da5b107d26 fix warnings 1999-07-21 05:20:54 +00:00
sspitzer%netscape.com
366eb415fb changes to support News migration from 4.x. Right now, only works on Windows. Mac and UNIX next. 1999-07-21 05:15:44 +00:00
morse%netscape.com
29503e27f1 liberating wallet from layout when form is submitted 1999-07-21 05:08:27 +00:00
troy%netscape.com
9e34bfe2f7 Removed Repaint() call from OnEndDocumentLoad() 1999-07-21 04:48:21 +00:00
troy%netscape.com
36264ba5ab Change to StartLayout(): moved call to EnableRefresh() to before the InitialReflow()
call to work around a bug in the compositor
1999-07-21 04:47:15 +00:00
troy%netscape.com
93621b70eb Made sure to Invalidate() for the initial reflow, too 1999-07-21 04:39:24 +00:00
nhotta%netscape.com
4b982bb3e6 Enabling native charset detectors. 1999-07-21 04:32:24 +00:00
nhotta%netscape.com
f60549b16a Added more debug dump (not part of the main build). 1999-07-21 04:31:20 +00:00
varada%netscape.com
409c1a5f4f makefile.in for account 1999-07-21 04:18:50 +00:00
varada%netscape.com
c56398af5a makefile.win for account 1999-07-21 04:18:30 +00:00
varada%netscape.com
002dae347f account.cpp files 1999-07-21 04:17:41 +00:00
varada%netscape.com
6b83bbd519 account header 1999-07-21 04:16:05 +00:00
scc%netscape.com
85e6e0f0b3 conditionalized missed member templates, |numeric_limits| use 1999-07-21 03:23:09 +00:00
gagan%netscape.com
4dd1ac109f Fixed the missing slash in chrome: hacks. 1999-07-21 03:18:55 +00:00
gagan%netscape.com
e3e42d4bee Fix the missing slash on chrome: hacks. 1999-07-21 03:16:30 +00:00
bienvenu%netscape.com
0fb371f52c ad parent key to notifications 1999-07-21 03:00:49 +00:00
danm%netscape.com
6293a9fad0 necko-copacetic version of last checkin 1999-07-21 02:58:26 +00:00
hyatt%netscape.com
6ae6fc4be9 Making menus boxes. 1999-07-21 02:56:23 +00:00
zuperdee%penguinpowered.com
1cc0ca3545 Fixed infinite looping in nsWindow::Resize on Solaris 7. Special thanks to Tomi Leppikangas (Tomi.Leppikangas@oulu.fi) for the fix. Also added a comment to one of the Create routines. 1999-07-21 01:51:51 +00:00
jj%netscape.com
29f954a327 fixed duplicate code fragment name (replaced FIND_DLL with XFER_DLL) 1999-07-21 01:51:25 +00:00
jj%netscape.com
ff1edfde29 fixed duplicate code fragment name (replaced FIND_DLL with UCTH_DLL) 1999-07-21 01:47:35 +00:00
law%netscape.com
0f66b0e6d6 Not part of the build; chill out 1999-07-21 01:31:16 +00:00
mjudge%netscape.com
c6b01f14a4 fixing bad idl on my part. adding method until idlizing can be completed 1999-07-21 01:14:05 +00:00
scc%netscape.com
7733fe717d Added nsCppSharedAllocator.h 1999-07-21 01:06:33 +00:00
pinkerton%netscape.com
20fe09002b moved ungrouped files added by Camelot into their correct groups. No new files added or removed. 1999-07-21 01:01:36 +00:00
scc%netscape.com
b1904fb9b6 Added nsCppSharedAllocator.h 1999-07-21 00:59:55 +00:00
pinkerton%netscape.com
0afab0b433 add the "immediate" flag to the UpdateView() call in ForceDrawFrame() so that drop feedback always draws on macOS. 1999-07-21 00:59:17 +00:00
scc%netscape.com
1289db2dac Added "nsCppSharedAllocator.h" to exports. 1999-07-21 00:50:44 +00:00
scc%netscape.com
64fb2d22d3 First checked in. Defines a C++ standard compliant allocator based on
the global shared allocator |nsAllocator|.
1999-07-21 00:50:05 +00:00
mcafee%netscape.com
c898af2497 Adding support for Alpha NT. Patch provided by Bob Meader. 1999-07-21 00:40:58 +00:00
hyatt%netscape.com
1675dae7c2 Crash without these null checks. 1999-07-21 00:17:39 +00:00
akkana%netscape.com
b6a67a9c1c Move non-idlc generated stuff from nsIDOMSelection.h to nsIPresShell.h 1999-07-21 00:12:23 +00:00
hyatt%netscape.com
b817087e8e Introduced an infinite loop (sigh). Fixing the problem. 1999-07-21 00:11:23 +00:00
akkana%netscape.com
27f2d89ea5 Hand-edit to make one parameter to ContainsNode an address -- apparently there's a bug in idlc 1999-07-21 00:10:11 +00:00
hoa.nguyen%intel.com
6d3406b7c6 Defines a CID for the class. 1999-07-21 00:03:03 +00:00
slamm%netscape.com
4a473e2d64 Add bookmark popup code 1999-07-21 00:00:14 +00:00
hoa.nguyen%intel.com
3d0cb5243d General cleanup so that the test plugin compiles. Implemented NSGetFactory, NSRegisterSelf, and NSUnregisterSelf. Used the ProgID prefix defined in nsIPlugin.h. 1999-07-21 00:00:13 +00:00
jj%netscape.com
4ea792291a removed hardcoded path to apprunner, using ReadMozillaHome() method instead (implementation in apFrame.inc). Also simplified "GetBuildNum()" by accessing mozilla/config/build_number instead of navigator.xul -- jj. 1999-07-20 23:59:05 +00:00
hoa.nguyen%intel.com
5f9726b132 Removed dependencies on stub.c, bad.c, and java. 1999-07-20 23:58:05 +00:00
jj%netscape.com
0c914047cb added ReadMozillaHome() method to automatically pick the location of the latest build. Method also called from smotest.t -- jj. 1999-07-20 23:56:11 +00:00
mscott%netscape.com
8392da15eb Necko Only!! Yuck. something was pretty bogus here...whenever we were parsing a url we'd create an empty
base url then try to turn the empty url into an absolute url which was returning an error. Looks like ParseURL would
never work.
1999-07-20 23:53:03 +00:00
hoa.nguyen%intel.com
ba68770ede Added #define NS_INLINE_PLUGIN_PROGID_PREFIX "component://netscape/inline-plugin/" to be used a the prefix for the ProgID of all plugins. 1999-07-20 23:49:51 +00:00
cyeh%netscape.com
19be81ed87 based the query on note time, rather than build time 1999-07-20 23:44:32 +00:00
ducarroz%netscape.com
22129d6567 put entities into a tdt file and cleanup menus (remove some and add menu Message) 1999-07-20 23:41:07 +00:00
slamm%netscape.com
2a64dc7ad9 Add popups for personal toolbar folders. 1999-07-20 23:40:34 +00:00
slamm%netscape.com
b0a4b6aa1e Use chrome url for skin. 1999-07-20 23:40:31 +00:00
slamm%netscape.com
9884708265 Add entries for bookmarks. 1999-07-20 23:40:22 +00:00
ducarroz%netscape.com
34781251e3 Add functions for handling menu "Message" 1999-07-20 23:39:37 +00:00
brade%netscape.com
0621f4050e Implement InvertRect on Mac. r sfraser 1999-07-20 23:38:55 +00:00
ducarroz%netscape.com
e61205fb16 fix bug in SetUUEncodeAttachments 1999-07-20 23:37:57 +00:00