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

6653 Коммитов

Автор SHA1 Сообщение Дата
warren%netscape.com c428762e51 Fixed copyright. 1998-08-20 07:58:32 +00:00
warren%netscape.com c9964f9fa4 Added from SpiderMonkey131_BRANCH of ns/js/ref/liveconnect 1998-08-20 07:58:00 +00:00
rpotts%netscape.com 7e3ef2002c moving changes in 3.55.2.1 onto the tip... 1998-08-20 06:19:11 +00:00
rpotts%netscape.com a6c5064d42 moving changes in 1.36.2.1 onto the tip... 1998-08-20 06:17:47 +00:00
rpotts%netscape.com ec6dc23499 moving 3.23.4.1 to the tip... 1998-08-20 06:16:32 +00:00
uid401 0319bab080 Documentation improvements. 1998-08-20 04:51:19 +00:00
mcafee%netscape.com e0b454b477 Initial version 1998-08-20 03:24:24 +00:00
mcafee%netscape.com 5aa37a7277 Switching to test OS_ARCH for Rhapsody instead of using RHAPSODY. 1998-08-20 03:09:31 +00:00
mcafee%netscape.com ecf6cd3204 Woops, we should test OS_ARCH for Rhapsody instead of using RHAPSODY. 1998-08-20 03:09:01 +00:00
mcafee%netscape.com a9153404df Added FE_PromptIMAPSubscriptionUpgrade() 1998-08-20 02:32:50 +00:00
mcafee%netscape.com c003bfe9ec Added FE_ShowMinibuffer() 1998-08-20 02:32:25 +00:00
morse%netscape.com 2e220886e1 remove lock from SI_LogNewURL to assure it won't deadlock 1998-08-20 02:31:57 +00:00
mcafee%netscape.com cf4874de2b Added FE_AlternateCompose() 1998-08-20 02:31:42 +00:00
mcafee%netscape.com ceda5909f3 _IMGCB_DisplayPixmap()'s paramters changed; added IMGCBFactory_Create(). 1998-08-20 02:31:13 +00:00
mcafee%netscape.com 7847b9b3ac FE_UnloadPlugin()'s parameters changed. 1998-08-20 02:30:38 +00:00
mcafee%netscape.com 6cddc1306a Added XFE_AskStreamQuestion to link stubfe. 1998-08-20 02:30:00 +00:00
mcafee%netscape.com a1acaebbae Added STUBFE_CreateEmbedWindow STUBFE_SaveEmbedWindow STUBFE_RestoreEmbedWindow STUBFE_DestroyEmbedWindow STUBFE_FreeBuiltinElement STUBFE_DisplayBuiltin STUBFE_CheckConfirm STUBFE_SelectDialog. 1998-08-20 02:29:26 +00:00
mcafee%netscape.com 466b32d347 Updated libraries to link this on Solaris. Stripped out release stuff. Took out some XFE hacks. 1998-08-20 02:28:32 +00:00
ftang%netscape.com e6eef3cdf4 add XP_ASSERT(IsUTF8String) to some HT api 1998-08-20 00:58:52 +00:00
mcafee%netscape.com a43d052a3f Switch to using OS_ARCH instead of shell command. r=ramiro 1998-08-20 00:51:42 +00:00
pinkerton%netscape.com 32f886bc8e Don't let popdown tree go off the right side of window. Push it back to left if it would. 1998-08-20 00:48:01 +00:00
pinkerton%netscape.com 573df801cd Fix problems with popdown tree crashing when closing on double-click (again) by making every browser window have its own version of it and have a static member which points to the currently active one so we can still do things like clip it out when blitting images in the html area w/out having to know about the browser window. 1998-08-20 00:40:08 +00:00
pinkerton%netscape.com 8758d76f9c Don't call HT_CanDropURLOn with bogus data. 1998-08-20 00:38:45 +00:00
scullin%netscape.com 515038ee7a Fix hack incompatibility. 1998-08-20 00:33:26 +00:00
cyeh%netscape.com bb5ed690e3 adding file: merge from AUTOCONF_1_0 1998-08-20 00:31:17 +00:00
cyeh%netscape.com e639229fbf merging files from AUTOCONF_1_0 branch 1998-08-20 00:30:12 +00:00
scullin%netscape.com bf86a3f535 Move form element hack from branch. 1998-08-20 00:24:29 +00:00
cyeh%netscape.com 1807777b6d fixing biffed autoconf_1_0 merge 1998-08-20 00:18:03 +00:00
cyeh%netscape.com f08e44c718 merge autoconf branch to tip 1998-08-19 23:36:20 +00:00
cyeh%netscape.com e0d817c46a resurrect file toasted from tip 1998-08-19 23:34:46 +00:00
valeski%netscape.com 325635f76c fixed memory leak a little more safely :) 1998-08-19 23:33:46 +00:00
valeski%netscape.com 82dab1fc3a fixed memory leak 1998-08-19 23:32:43 +00:00
preed%netscape.com 1f848ad84d Fixes some bugs in the way messages of the day were stored; certain
characters could cause tinderbox to bomb out because they weren't escaped,
and the '1;' at the end was missing (which is bad because this is needed
if it's required). Reviewed by terry.
1998-08-19 23:31:52 +00:00
preed%netscape.com 1a7f880b25 Added features to allow popup menu's in showbuilds.cgi (requsted), and
modified a chop to chomp to make SURE it does what we want. Reviewed by
terry.
1998-08-19 23:20:45 +00:00
troy%netscape.com f3f041afae Changed web shell widget to NOT clip children 1998-08-19 23:13:00 +00:00
troy%netscape.com 34f0353b74 Added clipChildren option to nsWidgetInitData 1998-08-19 23:11:41 +00:00
valeski%netscape.com f933b44c7a webshell/public/nsIDocumentLoader.h
Extended the nsIDocumentLoader interface's LoadURL() method to take a reload type parameter.

webshell/public/nsIWebShell.h
Extended the nsIWebShell interface's LoadURL() method to take a reload type parameter.

webshell/src/nsDocLoader.cpp
1. Extended the nsIDocumentBindInfo interface's Bind() method to take a reload type parameter. The Bind() method now takes the reload parameter and passes it to the nsIUrl it creates.
2. Added support to the DocumentLoader for the extended LoadURL() parameter list. It now passes the reload type down into the Bind() method of the nsIDocumentBindInfo.

webshell/src/nsWebShell.cpp
1. Added support to the nsWebShell to use the new reload type parameter during loads.
2. Hooked up the reload type parameter in the nsWebShell::Reload() method so we actually use it.
1998-08-19 23:01:52 +00:00
valeski%netscape.com bd04b0bff1 RAPTOR ONLY CHECKIN
network/module/nsIURL.h
Added Get/Set ReloadType methods so a user can query/set the reload type for the url. The default is normal reload.

network/module/nsURL.cpp
Added support for the new nsIURL interface methods (Get/Set ReloadType).

network/module/nsNetService.cpp
OpenStream and OpenBlockingStream now query the nsIURL for it's reload type before creating the url struct. This way we can control how the url is loaded.
1998-08-19 23:00:15 +00:00
karnaze%netscape.com 15fba10580 removed calls to DidReflow on browse button and text area 1998-08-19 21:43:46 +00:00
scullin%netscape.com 4fe774fe81 Move resource hack to tip. 1998-08-19 21:38:57 +00:00
michaelp%netscape.com aae3b048e7 fixed bug in loading one of the icons where the handle to load from was never
specified.
1998-08-19 21:05:50 +00:00
michaelp%netscape.com 7786bfd32d added support for opening new windows with _blank url targets. 1998-08-19 21:00:51 +00:00
chuckb%netscape.com 6c0ddb8670 Java SDK build instructions 1998-08-19 20:57:12 +00:00
michaelp%netscape.com 44b4f8f3f7 added assert to warn you of recursive painting. 1998-08-19 20:56:52 +00:00
michaelp%netscape.com d349a5180f tiny change to get things to work under the 4.1 compiler. 1998-08-19 20:56:27 +00:00
cls%seawood.org 90d0af1408 AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
buster%netscape.com b873fc30c9 fixes a layout bug where subsequent cells in a column when colspans are involved
could select the wrong starting width for the column, causing it to have the
wrong ending width.
1998-08-19 20:41:06 +00:00
buster%netscape.com 530e8de8f4 modified the resize reflow optimization so max element size is returned
if requested without triggering a reflow if the width hasn't changed.
1998-08-19 18:40:33 +00:00
troy%netscape.com bd3aef1074 Re-ordered code that adds loader object to the array of loaders 1998-08-19 18:07:27 +00:00
troy%netscape.com fdd4ff490b Changed call to UpdateView() to be synchronous. This keeps us from
going re-entrant
1998-08-19 17:45:28 +00:00