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

6118 Коммитов

Автор SHA1 Сообщение Дата
vidur%netscape.com 1c697055ef Exported NET_StreamBuilder and NET_RegisterProtocolImplementation for modular netlib 1998-08-20 22:27:20 +00:00
vidur%netscape.com 68bded66ff Exported NET_StreamBuilder for modular netlib 1998-08-20 22:26:31 +00:00
vidur%netscape.com 5bb6715b57 Added javascript: URL handling. Added AddNamedReference and RemovedNamedReference to script context interface. 1998-08-20 22:25:21 +00:00
jevering%netscape.com 315a575c78 Moved the ART image hack to the tip. 1998-08-20 22:10:06 +00:00
pinkerton%netscape.com 3c7df4ca9c Handle d&d between multiple popdown trees. Make sure we broadcast that the current view has changed so that the title strip picks it up. 1998-08-20 21:51:10 +00:00
pinkerton%netscape.com a74719d40d Fix hilight redraw bugs during d&d. 1998-08-20 21:50:12 +00:00
pinkerton%netscape.com 98513c9925 Correctly do dragging between popdown trees in the same window. Also only open the first item in the selection when in a popdown. 1998-08-20 21:49:56 +00:00
pinkerton%netscape.com 6bd87d1b9f Broadcast message on mouse-up. 1998-08-20 21:49:11 +00:00
pinkerton%netscape.com b6fbb94c35 Handle redrawing the popdown tree during d&d when one goes away and a new one appears. Also close on mouse-up when clicking outside of popdown. 1998-08-20 21:48:34 +00:00
jgellman%netscape.com c1ce4a8d42 2nd try; new parser from james clark 1998-08-20 21:20:50 +00:00
kmcclusk%netscape.com 105745e312 Added XP_UNIX code to leave the top slash for absolute file paths under UNIX.
This fixes a problem where all of the slashs get stripped off because the URL
is asked to parse a previously parsed url string.
1998-08-20 20:32:52 +00:00
jgellman%netscape.com 3844ff41be back out last checkin -- bad Macintosh karma, need more time 1998-08-20 20:05:26 +00:00
jgellman%netscape.com bb11d5220a new XML parser from James Clark 1998-08-20 19:24:29 +00:00
karnaze%netscape.com 360f6023d3 checked for null form manager & fixed memory leak in win95 hack code 1998-08-20 18:27:13 +00:00
buster%netscape.com 8bbbded0c7 verify that proportionate-width columns (1* format, or COLS attribute)
get sized to at least their minimum width
1998-08-20 17:31:20 +00:00
warren%netscape.com 34633de0da Fixed copyright. 1998-08-20 07:58:32 +00:00
warren%netscape.com b2a8175de1 Added from SpiderMonkey131_BRANCH of ns/js/ref/liveconnect 1998-08-20 07:58:00 +00:00
rpotts%netscape.com 1fb3fee926 moving changes in 3.55.2.1 onto the tip... 1998-08-20 06:19:11 +00:00
rpotts%netscape.com ef4f2ef393 moving changes in 1.36.2.1 onto the tip... 1998-08-20 06:17:47 +00:00
rpotts%netscape.com f206c224ca moving 3.23.4.1 to the tip... 1998-08-20 06:16:32 +00:00
uid401 a92d678212 Documentation improvements. 1998-08-20 04:51:19 +00:00
mcafee%netscape.com d4c91e9cda Initial version 1998-08-20 03:24:24 +00:00
mcafee%netscape.com 4e19ef6961 Switching to test OS_ARCH for Rhapsody instead of using RHAPSODY. 1998-08-20 03:09:31 +00:00
mcafee%netscape.com 39907d64eb Woops, we should test OS_ARCH for Rhapsody instead of using RHAPSODY. 1998-08-20 03:09:01 +00:00
mcafee%netscape.com f7e188d8a9 Added FE_PromptIMAPSubscriptionUpgrade() 1998-08-20 02:32:50 +00:00
mcafee%netscape.com df86a453a5 Added FE_ShowMinibuffer() 1998-08-20 02:32:25 +00:00
morse%netscape.com e8e5b9fcdf remove lock from SI_LogNewURL to assure it won't deadlock 1998-08-20 02:31:57 +00:00
mcafee%netscape.com 45ab045f65 Added FE_AlternateCompose() 1998-08-20 02:31:42 +00:00
mcafee%netscape.com 669c41bd8d _IMGCB_DisplayPixmap()'s paramters changed; added IMGCBFactory_Create(). 1998-08-20 02:31:13 +00:00
mcafee%netscape.com efe06dc7aa FE_UnloadPlugin()'s parameters changed. 1998-08-20 02:30:38 +00:00
mcafee%netscape.com 667443a795 Added XFE_AskStreamQuestion to link stubfe. 1998-08-20 02:30:00 +00:00
mcafee%netscape.com 3591ee2bd8 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 2b68ab90a4 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 edd459a0ce add XP_ASSERT(IsUTF8String) to some HT api 1998-08-20 00:58:52 +00:00
mcafee%netscape.com ef02448b63 Switch to using OS_ARCH instead of shell command. r=ramiro 1998-08-20 00:51:42 +00:00
pinkerton%netscape.com d9809a48c6 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 770ac421bc 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 72be2b187a Don't call HT_CanDropURLOn with bogus data. 1998-08-20 00:38:45 +00:00
scullin%netscape.com 9893a4e5b9 Fix hack incompatibility. 1998-08-20 00:33:26 +00:00
cyeh%netscape.com a08864abff adding file: merge from AUTOCONF_1_0 1998-08-20 00:31:17 +00:00
cyeh%netscape.com 526dda94c7 merging files from AUTOCONF_1_0 branch 1998-08-20 00:30:12 +00:00
scullin%netscape.com eea08fe2e2 Move form element hack from branch. 1998-08-20 00:24:29 +00:00
cyeh%netscape.com 771080c1aa fixing biffed autoconf_1_0 merge 1998-08-20 00:18:03 +00:00
cyeh%netscape.com f645404417 merge autoconf branch to tip 1998-08-19 23:36:20 +00:00
cyeh%netscape.com 86e285f2b2 resurrect file toasted from tip 1998-08-19 23:34:46 +00:00
valeski%netscape.com 0f008fad17 fixed memory leak a little more safely :) 1998-08-19 23:33:46 +00:00
valeski%netscape.com 0862ae1419 fixed memory leak 1998-08-19 23:32:43 +00:00
preed%netscape.com 9c30654549 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 3e59f4918a 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 ea509ef709 Changed web shell widget to NOT clip children 1998-08-19 23:13:00 +00:00