rickg%netscape.com
0def007cba
fixed a few infinite loops in new DTD code
1998-08-31 21:52:47 +00:00
dcone%netscape.com
d33b347700
tracking updates
1998-08-31 21:50:59 +00:00
dcone%netscape.com
20c5c21fcd
fixed some update and drawing routines
1998-08-31 21:50:36 +00:00
dcone%netscape.com
1b3afefba7
Re-wrote the drawing routines for this widget
1998-08-31 21:49:49 +00:00
buster%netscape.com
49cf716e9d
reimplemented cell map in terms of nsVoidArrays for incremental building.
...
the cellmap is now built incrementally, driven by nsTableRowFrame::InitialReflow
1998-08-31 21:23:28 +00:00
cyeh%netscape.com
374a1c2dc0
change tool call from perl5 to perl, so that i can actually build
...
on my primary linux machine. this is purely a selfish change, and only
enabled for official type builds.
reviewed: cyeh. approved: cyeh
1998-08-31 21:19:04 +00:00
terry%netscape.com
aa02be5044
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing if
...
you have exactly one product defined. Oops!
1998-08-31 20:41:13 +00:00
terry%netscape.com
752e0bec62
Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- do some sanity
...
checking on the list of column names we're given.
1998-08-31 20:38:47 +00:00
warren%netscape.com
f20a6b1050
Added jsj_JavaMember.c (Changes from SpiderMonkey131_BRANCH of js/ref/liveconnect.)
1998-08-31 20:17:31 +00:00
beard%netscape.com
35cb9e3602
Changes from SpiderMonkey131_BRANCH of ns/ref/liveconnect.
1998-08-31 20:15:32 +00:00
beard%netscape.com
a54a6f0b5b
Added jsj_JavaMember.c (Changes from SpiderMonkey131_BRANCH of ns/ref/liveconnect.)
1998-08-31 20:12:42 +00:00
spider%netscape.com
89e25f98f6
Updates for new XPCOM interface changes to the font metrics
1998-08-31 20:11:08 +00:00
spider%netscape.com
25f0cc2f12
Adding netlib to the deps for nsIURL.h
1998-08-31 20:10:40 +00:00
kostello%netscape.com
62dfaf6500
Added nsHTMLBR.cpp to project file
1998-08-31 19:53:21 +00:00
kostello%netscape.com
f86a9e9223
These changes match the Windows/Unix changes to methods to take a parameter instead of returning a value.
1998-08-31 19:09:55 +00:00
kostello%netscape.com
5132a1f2da
Add nsIDialog.h and nsILabel.h to MANIFEST
1998-08-31 19:00:38 +00:00
kipp%netscape.com
be07b4695f
Use new SetAttr API
1998-08-31 18:44:11 +00:00
kipp%netscape.com
3b1fc0b12f
Use NS_NewHTMLBR to create BR content objects
1998-08-31 18:40:39 +00:00
kipp%netscape.com
1969308ef9
Added NS_NewHTMLBR
1998-08-31 18:40:16 +00:00
kipp%netscape.com
3bd969a253
Removed old content code
1998-08-31 18:40:03 +00:00
kipp%netscape.com
926a1e038b
Use new SetAttr API; implement (cheesy) version of new SetAttr entry points
1998-08-31 18:39:46 +00:00
kipp%netscape.com
b0fa9e0a81
Define new SetAttr api
1998-08-31 18:39:13 +00:00
kipp%netscape.com
19ca8a3434
Use new SetAttr API
1998-08-31 18:38:53 +00:00
kipp%netscape.com
0fe2a4acc2
Added new source file
1998-08-31 18:38:37 +00:00
kipp%netscape.com
cc0854d7db
new
1998-08-31 18:38:27 +00:00
kipp%netscape.com
bd83087288
Added entity reduction for attributes; fixed a bug with incremental loading that would cause some content to seemingly disappear
1998-08-31 17:51:32 +00:00
ebina%netscape.com
eb654c8114
Transfer encoded gzip streams were sent to this converter, but the
...
transfer-encoding was never removed from the URL structure, causing
infinite recursion. This fixes that bug.
1998-08-31 16:31:12 +00:00
kipp%netscape.com
c983bef350
Fixed porting bug when porting to xpcom'd nsIContent API
1998-08-31 16:09:06 +00:00
dcone%netscape.com
8144e02ebc
fixed some updating problems
1998-08-31 15:14:48 +00:00
dcone%netscape.com
b30a36f87c
update fix
1998-08-31 15:10:01 +00:00
dcone%netscape.com
06d339e063
fixed updating
1998-08-31 15:08:46 +00:00
ramiro%netscape.com
6e8b7f1529
Replace duplicate functions fe_GravityCorrectForms() and fe_ScrollForms() with
...
XfeMoveChildrenByOffset().
1998-08-31 14:30:56 +00:00
ramiro%netscape.com
75a39fdeb5
Make sure the debug event comments are printed only for slamm.
1998-08-31 14:14:59 +00:00
ramiro%netscape.com
b7d0b9e024
Workaround for broken automated browser tests.
1998-08-31 14:10:50 +00:00
mccabe%netscape.com
91997034dc
Further runtime error work... expose many new errors as catchable
...
exceptions. Mostly syntax errors, so far. Fixed missing #if
JS_HAS_ERROR_EXCEPTIONS
1998-08-31 09:49:43 +00:00
mccabe%netscape.com
25da47211e
Added a call to js_ErrorToException to
...
the compile-error reporting mechanism,
providing a way to associate exceptions
(very likely SyntaxError exceptions)
with compile-time errors.
(Hopefully this is temporary, as I'd
prefer one central place in the
error-reporting process to put the
js_ErrorToException call.)
Also changed the error reporter in js.c
to only ignore error reports marked with
the JSREPORT_EXCEPTION advisory flag when
the error occurs during javascript execution.
If it's at the toplevel compilation
level, then the error is still reported
(and the exception discarded.)
The api is feeling slightly dirtier, but
it still seems like the best
compromise...
1998-08-31 08:17:40 +00:00
mccabe%netscape.com
b629e66f24
Added jsmsg.def to the list of files used by the
...
'make tar' target.
1998-08-31 07:33:13 +00:00
mccabe%netscape.com
c6028e15e4
Made the enum JSErrNum into a typedef
...
enum JSErrNum, and changed a uintN
errorNumber declaration to JSErrNum.
It'd be nice to change the uintN
errorNumber field in JSErrorReport to
JSErrNum, but it's not clear that
JSErrNum is or should be exposed in the
API. Any C esthetes want to offer their
opinions?
It made my debugger slightly happier.
1998-08-31 07:07:26 +00:00
cls%seawood.org
d249a5e7eb
More fixes.
1998-08-31 03:57:13 +00:00
cls%seawood.org
6b883a1809
Fixed problem with file permissions not being set.
1998-08-31 03:33:55 +00:00
ddrinan%netscape.com
64480b68fc
Set NETSCAPE_OFFICIAL in order to trigger the perl script that generates the Cartman hooks
1998-08-31 02:49:51 +00:00
cls%seawood.org
2d65f53e2a
Made the people:who field large enough for username%domain
1998-08-31 01:08:41 +00:00
troy%netscape.com
ad9a20da0b
Changes nsIView and nsIScrollableView interfaces to conform to
...
XPCOM conventions
1998-08-30 19:16:11 +00:00
morse%netscape.com
f65058fecc
fix bustage on all platforms
1998-08-30 16:42:20 +00:00
morse%netscape.com
0c2ddd9225
still trying to fix up mac
1998-08-30 15:59:53 +00:00
morse%netscape.com
eaccbb83f6
one more attempt to clean up mac build
1998-08-30 15:43:56 +00:00
morse%netscape.com
f44e9d0abf
disable trust labels for mac
1998-08-30 13:55:38 +00:00
morse%netscape.com
9762f635fc
I give up, backing out trust labels
1998-08-30 08:49:56 +00:00
morse%netscape.com
d8b702b5c4
giving up on mac for now, backing out some but not all of the changes
1998-08-30 07:09:27 +00:00
morse%netscape.com
744e8b349d
another attempt to fix linux bustage
1998-08-30 06:46:25 +00:00