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

10297 Коммитов

Автор SHA1 Сообщение Дата
spider%netscape.com cbc9f40f16 JS Command Server Scripting 1998-10-19 21:25:23 +00:00
troy%netscape.com ccb611db9b Removed some code that's no longer needed now that the frames correctly
compute their size based on any absolutely positioned children they
have
1998-10-19 21:24:53 +00:00
scullin%netscape.com a20eef0c50 Moved to public 1998-10-19 21:21:16 +00:00
cyeh%netscape.com ebe1df8201 Remove NSPR20 #ifdef's 1998-10-19 21:05:29 +00:00
cyeh%netscape.com c6e5fba50e turn off -DNSPR20 1998-10-19 20:56:21 +00:00
shaver%netscape.com 51896259f4 remove stale DOM span/transclusion code 1998-10-19 20:45:03 +00:00
rpotts%netscape.com 2b5dd1db41 Move the call to stop before firing the BeginLoadURL notification... This will keep the BeginLoad/EndLoad notifications paired correctly... 1998-10-19 20:41:50 +00:00
karnaze%netscape.com 98eb658b89 fixed bugs 1130, 1132, 1133 1998-10-19 20:37:40 +00:00
cyeh%netscape.com d59bbe2d87 remove layout/layspan.c from client build. it was wrapped around #ifdef DOM, so it was never built/linked. 1998-10-19 20:28:34 +00:00
cyeh%netscape.com a45f2c6208 Remove NSPR20 #ifdefs 1998-10-19 20:21:57 +00:00
cyeh%netscape.com 0687c45a07 remove NSPR20 #ifdef 1998-10-19 20:21:04 +00:00
jsun%netscape.com c893ef68ca Removing a backup file I accidentally added. 1998-10-19 20:20:34 +00:00
jsun%netscape.com 1d82d36cb8 Adding the ical directory to mozilla/calendar/modules/parser.
This is the first batch of files I need to add to get the iCal parser going.
This shouldn't be built with trex.mak yet.

It won't build until I get things stable enough.
1998-10-19 20:19:28 +00:00
cyeh%netscape.com 30d09e26ee flip #ifdef logic to allow for NSPR1.0 compatibility 1998-10-19 20:17:22 +00:00
cyeh%netscape.com fa6f78c879 remove NSPR20 and flip logic for NSPR 1.0 compatibility 1998-10-19 20:16:31 +00:00
valeski%netscape.com 321216b540 NET_ProcessNET() tabs to spaces (4) and general cleanup. removed an un-nesessary local variable and an unused if statement. 1998-10-19 20:15:54 +00:00
cyeh%netscape.com 969438fd56 remove NSPR20 #ifdefs 1998-10-19 20:14:21 +00:00
valeski%netscape.com 087ededa6b Reducing the number of times we rip through netlib timers. Thanks to Joe Keane (jgk@jgk.org). 1998-10-19 19:21:19 +00:00
scullin%netscape.com 5f168b14a3 Migrate mac hack, too. 1998-10-19 18:54:44 +00:00
terry%netscape.com 4761eff9ef Oops; was importing incorrect component names. 1998-10-19 18:46:14 +00:00
cls%seawood.org d925d259bc Added checks for Linux Alpha & Linux Sparc. Thanks to Steve Willis <steve@redhat.com> for providing the fix. 1998-10-19 18:37:21 +00:00
scullin%netscape.com 214a97fb85 Moving xpcom public headers to public 1998-10-19 18:35:39 +00:00
cls%seawood.org 9301f4e027 Sparc asm should only be tried on a sparc. 1998-10-19 18:34:41 +00:00
scullin%netscape.com 2b744ac615 Moving public headers to public 1998-10-19 18:34:10 +00:00
pinkerton%netscape.com 33dc7831bd #if DEBUG some code that shouldn't show up in optimized build. 1998-10-19 18:28:09 +00:00
pinkerton%netscape.com 8651a69f63 made destructor virtual 1998-10-19 18:27:51 +00:00
pinkerton%netscape.com a0432f089e fix bug #323840 by not always called XP_InterruptContext() 1998-10-19 18:27:36 +00:00
pinkerton%netscape.com e88fea99db #328696. Change GetTemplateData to GetNodeData where appropriate. 1998-10-19 18:26:38 +00:00
raman%netscape.com eb854d55b9 Fix to make it compile on HP-UX. Define an else clause in the if statement of an inline function. Thanks briano 1998-10-19 18:25:01 +00:00
kin%netscape.com 4a5d7819bb Modified the following files to get Unix ENDER to save Multi-part MIME:
cmd/xfe/forms.c
    include/edt.h
    lib/layout/editor.cpp
    lib/mailto/mhtmlstm.cpp
1998-10-19 18:24:51 +00:00
kin%netscape.com 3f8bc0de7c Fix for bug #329764: ENDER: Occassional infinite loop when loading
multi-part mime
Modified ParseBuffer to increment t_index when calling continue in the while
loop that searches for the string "SRC".
1998-10-19 18:23:44 +00:00
terry%netscape.com 26f5366662 Added a mechanism where I can add new bugs from the netscape bugsystem. Other installations of Bugzilla probably don't need to worry about this file any. 1998-10-19 18:11:53 +00:00
scullin%netscape.com 5053b775db Migrating public files to public 1998-10-19 17:50:24 +00:00
scullin%netscape.com 25177cc6f6 Migrating public header files to public 1998-10-19 17:48:55 +00:00
troy%netscape.com c1ce2eb264 Added GetScrollPosition, removed some XXX comments that I should have
removed before checking in, and added some more documentation
1998-10-19 16:57:27 +00:00
jfrancis%netscape.com 67ab26033e A bunch of EDT_* functions flipped the sense of a one of their bool params. Updating Composer macfe code to match new sense. 1998-10-19 13:49:01 +00:00
cls%seawood.org c7adfca6b0 Removed the unused PREF_AlterSplashIcon(). This removes the xfe dependency from libpref. Approved by ramiro@netscape.com. 1998-10-19 08:31:54 +00:00
mcafee%netscape.com e3c6c5da98 Uncommenting call to setTextStringFromURL(), navigating links updates the URL bar now, pending the notification mechanism listed in the comment above the call. 1998-10-19 06:38:34 +00:00
chuckb%netscape.com 7c5d109bc7 added new files with 3.06 from internal cvs server 1998-10-19 06:24:19 +00:00
chuckb%netscape.com 587ed0958d Merged 3.06 changes from internal cvs server 1998-10-19 06:15:58 +00:00
ddrinan%netscape.com f020db688c Added more items to the unwanted prefixes table 1998-10-19 03:17:35 +00:00
blizzard%appliedtheory.com aeb07878cb Catch the resize of the drawing window and resize the compositor. Also fix event handling for other events on the drawing window. 1998-10-19 03:04:20 +00:00
blizzard%appliedtheory.com cedb3f576d Return NULL for now since there isn't an rdf view yet. The lower layers seem to be able to handle this. 1998-10-19 03:02:19 +00:00
troy%netscape.com e2b6409d3e Changed scrolling view to use a clip view and to slide the scrolled
view up and down rather than maintain a logical scrolled offset
1998-10-19 00:44:28 +00:00
harrison%netscape.com 4ea1d31bcb added required second argument to make_options call, should keep
perl from complaining about Use of uninitialized value at
CGI.pl line 189 (#1)
1998-10-18 22:32:15 +00:00
harrison%netscape.com f1b38d3a14 created reports.cgi which provide an overview of active bugs
sorted by owner. updated README to reflect my experiences
installing mysql, bugzilla. put links into index.html, query.cgi
to point into reports.cgi. harrison 10/18/98
1998-10-18 22:18:25 +00:00
locka%iol.ie 0350089250 Added support for DWebBrowserEvents2 to control, regenerated proxy event firing header and implemented a few more methods 1998-10-18 22:14:47 +00:00
locka%iol.ie c760323fb1 Revamped code so that Mozilla and IE control can run side by side using same code 1998-10-18 22:09:57 +00:00
ramiro%netscape.com c4ff8c664e Someone in the wishlist suggested this and I though it was a good idea.
Add an "Open Link In Frame" context menu item when appropriate.
1998-10-17 20:43:56 +00:00
blizzard%appliedtheory.com f3791020df don't build java50.jar 1998-10-17 20:34:37 +00:00