Граф коммитов

132 Коммитов

Автор SHA1 Сообщение Дата
sdagley%netscape.com 8060a06256 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 219b89228c UTF8 enable HyperTree title and inline edit 1998-10-21 14:32:48 +00:00
pinkerton%netscape.com 3accde7642 no longer include CPersonalToolbarTable as it is obsolete. 1998-10-20 00:12:52 +00:00
pinkerton%netscape.com 3dbf7df920 fix bug #323840 by not always called XP_InterruptContext() 1998-10-19 18:27:36 +00:00
jfrancis%netscape.com 5fecd9aa22 Ender Mime Carpool. This is not your father's email client. 1998-10-14 20:38:35 +00:00
sdagley%netscape.com b1eb17947b 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 3404af0443 Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=saari. 1998-10-13 02:53:01 +00:00
jfrancis%netscape.com e671fdfe80 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 681f9f2345 fixing some printing bugs for HTML forms 1998-10-12 04:57:12 +00:00
saari%netscape.com 634a6c99e0 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 1232649ab2 new tree context menu relfects rearranging of HT context menu code. 1998-10-08 21:21:27 +00:00
sdagley%netscape.com 7963fbc192 Implement Privacy menu on Mac 1998-10-07 01:34:35 +00:00
pinkerton%netscape.com 351524239e 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 e988cfdd1c add RDF toolbar stuff. 1998-10-01 21:49:40 +00:00
pinkerton%netscape.com 23364c4867 pro4 namespace stuff. 1998-09-29 17:35:07 +00:00
pinkerton%netscape.com d6b5722c8a remove volatile. 1998-09-29 17:33:46 +00:00
pinkerton%netscape.com 487a3cbd45 use new menu bar (no more mercutio) 1998-09-29 17:32:35 +00:00
pinkerton%netscape.com 238dad8cf4 use LTextEditView 1998-09-29 17:31:30 +00:00
pinkerton%netscape.com 9d38f4cfe6 pro4 namespace stuff. 1998-09-29 17:29:34 +00:00
pinkerton%netscape.com a5074105a0 extern C stuff. 1998-09-29 17:22:52 +00:00
pinkerton%netscape.com 0f764cb87d improper use of volatile. 1998-09-29 17:16:59 +00:00
pinkerton%netscape.com 5d39509a98 use LTextEditView instead of LTextEdit 1998-09-29 17:16:40 +00:00
pinkerton%netscape.com e2d1ce635c Pro4 changes. 1998-09-29 17:16:24 +00:00
saari%netscape.com 0879f85bb3 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 04201279c0 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 0c4dcd1592 removing old NSPR20 #ifdefs 1998-09-24 20:47:57 +00:00
jfrancis%netscape.com 5cebea2c84 Continuing Ender work 1998-09-24 16:30:04 +00:00
wtc%netscape.com 3b8cb781fb 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 d87ac917bb Redoing the Ender toolbar 1998-09-18 01:22:28 +00:00
pinkerton%netscape.com 227c6a7cb1 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 c39c7c61c9 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 31f4c6d6a1 fix for #309770. Porting "RefreshURLTimer" fix from 4.06 to Moz 1998-09-09 19:12:31 +00:00
pinkerton%netscape.com 610d1af4c5 register CAdSpaceView 1998-09-09 18:17:13 +00:00
pinkerton%netscape.com 901edebb77 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 1f902f6c46 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 11b33e3f8c Allow the user of the class to pass "" for the requested icon url. 1998-09-08 18:08:35 +00:00
pinkerton%netscape.com 6bd5b9ec14 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 c1fb7a9494 Using LScrollerView 1998-09-08 18:04:30 +00:00
pinkerton%netscape.com ace26b1edf More AM classes and moving from LActiveScroller to LScrollerView. 1998-09-08 18:01:57 +00:00
sdagley%netscape.com 002a6a457e 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 bf470faf92 moved FCInitialize() to post pref-init for FULL CIRCLE stuff 1998-09-04 03:48:27 +00:00
amusil%netscape.com 4a0973d258 MacFE code for Anthrax along with minor XP tweaks 1998-09-03 21:08:25 +00:00
beard%netscape.com f22aac3966 Added call to NPL_Shutdown. 1998-09-01 23:55:59 +00:00
pinkerton%netscape.com 654d738d49 Removing const on pass-by-value params. 1998-09-01 22:30:24 +00:00
pinkerton%netscape.com 85a001bded use function to get at global image cache. 1998-09-01 20:20:29 +00:00
pinkerton%netscape.com 6b766981d7 use new function to get global. 1998-09-01 20:18:23 +00:00
pinkerton%netscape.com a593e70885 Renaming class to CImageCache because that's what it is. 1998-09-01 20:18:10 +00:00
pinkerton%netscape.com c70f7dd4ba 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 3879aa7390 fix UTF8 input problem when switch input method back to roman . reviewed by brade. 1998-08-28 20:52:12 +00:00
pinkerton%netscape.com d3bcc12650 Fix mozilla problem with not showing "about:" page when security is not present. 1998-08-28 20:33:08 +00:00