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
blizzard%appliedtheory.com
38dd0c7d6e
more image and compositor work. A lot of this is based on patches from
...
Michael O'Reilly <michael@metal.iinet.net.au>
1998-10-17 17:27:25 +00:00
terry%netscape.com
c882a0d86c
Don't let express show builds older than 12 hours.
1998-10-17 15:20:24 +00:00
locka%iol.ie
03fbb26f23
Improved UI
1998-10-17 15:18:07 +00:00
troy%netscape.com
c1e6962039
Changed a SetFrameState call to not clobber the NS_FRAME_SYNC_FRAME_AND_VIEW
...
flag
1998-10-17 04:00:58 +00:00
terry%netscape.com
3c05ebb691
Send out notifications whenever a tree changes state. Now also
...
watching Mozilla-External.
1998-10-17 03:39:20 +00:00
terry%netscape.com
d10130ca33
Whoops; get rid of the icky tabs I let sneak in. Also, be a bit less
...
chatty when automatically restarting.
1998-10-17 03:06:52 +00:00
terry%netscape.com
fc3a800559
Restart ourselves whenever the source code changes.
1998-10-17 02:50:48 +00:00
pollmann%netscape.com
db243c4c15
Added libdom.[ch] for DOM Style parsers
1998-10-17 02:40:25 +00:00
cyeh%netscape.com
a7f6c6d40d
explicitly define -DNSPR20 for libpref. prep for turning off -DNSPR20
...
globally
1998-10-17 02:10:10 +00:00
shaver%netscape.com
7dbd6b9e79
don't build libmocha/lm_{span/trans}.c anymore, thanks
1998-10-17 01:56:52 +00:00
terry%netscape.com
41d41da0e3
Unleash mozbot source to the world.
1998-10-17 01:54:40 +00:00
slamm%netscape.com
e36d7382fb
Have XFE_ToolbarItem setup the instance pointer.
1998-10-17 01:09:15 +00:00
slamm%netscape.com
229f0b247c
Add a function that returns true if a node has children.
...
This should probably be pushed down to the rdf module.
1998-10-17 01:09:12 +00:00