Commit Graph

133 Commits

Author SHA1 Message Date
mcmullen%netscape.com
37216bc6d4 Just fixed a warning. 1998-12-23 22:09:09 +00:00
sdagley%netscape.com
d57ea0355b First landing of Apple's changes for NSL support from the Open Location in Navigator dialog. Currently #ifdef'ed out with BUILD_NSL_SUPPORT tag as we haven't figured out how to distribute the required NSL header and library yet. Hopefully that will be addressed soon. 1998-10-23 00:03:43 +00:00
ftang%netscape.com
404bf5feae UTF8 enable HyperTree title and inline edit 1998-10-21 14:32:48 +00:00
pinkerton%netscape.com
66913a09fd no longer include CPersonalToolbarTable as it is obsolete. 1998-10-20 00:12:52 +00:00
pinkerton%netscape.com
a0432f089e fix bug #323840 by not always called XP_InterruptContext() 1998-10-19 18:27:36 +00:00
jfrancis%netscape.com
6a009b5910 Ender Mime Carpool. This is not your father's email client. 1998-10-14 20:38:35 +00:00
sdagley%netscape.com
606e8a2f62 Stopped using macros to access fields of struct that were longer than the actual struct field names. 1998-10-14 06:01:36 +00:00
waterson%netscape.com
be1114ae44 Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=saari. 1998-10-13 02:53:01 +00:00
jfrancis%netscape.com
22ee9b07da fixing some printing probs with forms and adding javascript support for html textarea form elements (ENDER) 1998-10-12 04:59:04 +00:00
jfrancis%netscape.com
5f2ef6f7be fixing some printing bugs for HTML forms 1998-10-12 04:57:12 +00:00
saari%netscape.com
73adfecb86 Mac Only Make Mozilla stop complaining about the lack of an Essential Files folder. This is a temporary fix until the build system can agan generate the folder 1998-10-10 01:16:36 +00:00
pinkerton%netscape.com
b6204f4f3a new tree context menu relfects rearranging of HT context menu code. 1998-10-08 21:21:27 +00:00
sdagley%netscape.com
0dfd1d18a9 Implement Privacy menu on Mac 1998-10-07 01:34:35 +00:00
pinkerton%netscape.com
5022884e44 Added GetImageDimensions() so clients can tell the size of the image. Will fail gracefully if that info is not present. 1998-10-06 03:56:56 +00:00
pinkerton%netscape.com
0247e6fff4 add RDF toolbar stuff. 1998-10-01 21:49:40 +00:00
pinkerton%netscape.com
2bfa215afb pro4 namespace stuff. 1998-09-29 17:35:07 +00:00
pinkerton%netscape.com
6b5406fb2f remove volatile. 1998-09-29 17:33:46 +00:00
pinkerton%netscape.com
3a96148b35 use new menu bar (no more mercutio) 1998-09-29 17:32:35 +00:00
pinkerton%netscape.com
28723768dd use LTextEditView 1998-09-29 17:31:30 +00:00
pinkerton%netscape.com
bd7bb73f4a pro4 namespace stuff. 1998-09-29 17:29:34 +00:00
pinkerton%netscape.com
d1487b0956 extern C stuff. 1998-09-29 17:22:52 +00:00
pinkerton%netscape.com
d2a20c6a5d improper use of volatile. 1998-09-29 17:16:59 +00:00
pinkerton%netscape.com
5a637b5ca5 use LTextEditView instead of LTextEdit 1998-09-29 17:16:40 +00:00
pinkerton%netscape.com
9dd4a7d7d0 Pro4 changes. 1998-09-29 17:16:24 +00:00
saari%netscape.com
e024b28c9e MacOS only Modifications to StringLib. It now functions like the Unix version where we have all of the strings in a giant case statement instead of in resources. This is necessary for moving to Pro4 and reducing the number of resources in the Mac Navigator. 1998-09-25 14:45:53 +00:00
wtc%netscape.com
61f7960c9a Removed calls to the obsolete function PR_GetGCInfo(). That function
is only for Java garbage collection and so doesn't matter any more.
Reviewed and approved by Steve Dagley.
1998-09-25 04:42:21 +00:00
cyeh%netscape.com
b1100a8e31 removing old NSPR20 #ifdefs 1998-09-24 20:47:57 +00:00
jfrancis%netscape.com
5455f937e5 Continuing Ender work 1998-09-24 16:30:04 +00:00
wtc%netscape.com
96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
jfrancis%netscape.com
180a8caacf Redoing the Ender toolbar 1998-09-18 01:22:28 +00:00
pinkerton%netscape.com
1bc5e1fb65 Fix bug#309770 (refresh urltimer bug). added a new member (the reload policy) to CHTMLView so that it can be set correctly in SpendTime(). Now passing the eitire URL_Struct to SetURLTimer() to avoid long param lists. 1998-09-10 20:42:05 +00:00
waterson%netscape.com
3eab3a63cf Added code to reflow doc when all connections complete if it contains an unsized image. r=sdagley 1998-09-10 01:06:56 +00:00
pnunn%netscape.com
3309ad7f30 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz 1998-09-09 19:12:31 +00:00
pinkerton%netscape.com
cb95171a8b register CAdSpaceView 1998-09-09 18:17:13 +00:00
pinkerton%netscape.com
629a24f382 Since we are now weak-linked against AppearanceLib, make sure it is available and quit if it is not. We were also never initializing UEnvironment's feature set. Call RegisterAppearanceClient() since we are one (again). 1998-09-08 20:48:29 +00:00
ftang%netscape.com
d0dce1c383 check in comment about history code may need to change later. No code change. 1998-09-08 20:21:23 +00:00
pinkerton%netscape.com
8a6ebf136f Allow the user of the class to pass "" for the requested icon url. 1998-09-08 18:08:35 +00:00
pinkerton%netscape.com
e50d502d30 Landing of 4.5 changes to get more flexibility in how divided views are handled. 1998-09-08 18:05:48 +00:00
pinkerton%netscape.com
9d87de08fc Using LScrollerView 1998-09-08 18:04:30 +00:00
pinkerton%netscape.com
9fe029fa1d More AM classes and moving from LActiveScroller to LScrollerView. 1998-09-08 18:01:57 +00:00
sdagley%netscape.com
8bc5b969e0 Merging fix from 4.0x branch. It's not clear that we really want to call GetURLForReferral when the passed referer is NIL since it breaks Smart Browsing keywords and does not actually appear to be needed to fix bug #90892 (which is why it was originally added). It's also a security hole since it causes the URL of the front window to be sent as the referer even if the user manually types in a URL. 1998-09-05 02:41:28 +00:00
scc%netscape.com
b57ef8c32f moved FCInitialize() to post pref-init for FULL CIRCLE stuff 1998-09-04 03:48:27 +00:00
amusil%netscape.com
09a5166987 MacFE code for Anthrax along with minor XP tweaks 1998-09-03 21:08:25 +00:00
beard%netscape.com
600cf2bed9 Added call to NPL_Shutdown. 1998-09-01 23:55:59 +00:00
pinkerton%netscape.com
e96a3b2516 Removing const on pass-by-value params. 1998-09-01 22:30:24 +00:00
pinkerton%netscape.com
e8b2ca845e use function to get at global image cache. 1998-09-01 20:20:29 +00:00
pinkerton%netscape.com
5f0b0eaa2d use new function to get global. 1998-09-01 20:18:23 +00:00
pinkerton%netscape.com
dcf9c949ea Renaming class to CImageCache because that's what it is. 1998-09-01 20:18:10 +00:00
pinkerton%netscape.com
d222ef0d08 Registering some AM classes for the progress bar and removing obsolete ones we wrong ourselves. 1998-09-01 20:13:10 +00:00
ftang%netscape.com
4be3ea96fa fix UTF8 input problem when switch input method back to roman . reviewed by brade. 1998-08-28 20:52:12 +00:00