7511 Commits

Author SHA1 Message Date
spider%netscape.com
a018a39601 Implemented asynchronous stream manager for loading multiple
XML UI definitions simultaneously
1998-09-11 02:26:35 +00:00
peterl%netscape.com
4701208437 added strength api to style rule 1998-09-11 02:07:58 +00:00
peterl%netscape.com
282eb4c3bb added important rule support 1998-09-11 02:07:46 +00:00
peterl%netscape.com
bfc7f2ffe1 added important rule support
factored declaration processing to a static method
1998-09-11 02:07:05 +00:00
peterl%netscape.com
ef34a211d1 sort style rules by strength 1998-09-11 02:05:30 +00:00
peterl%netscape.com
690e996b99 added strength 1998-09-11 02:05:07 +00:00
thom%netscape.com
15836e1fc2 added new version of getWidth 1998-09-11 01:46:45 +00:00
thom%netscape.com
d03c80d4b8 Added new version of getWidth 1998-09-11 01:44:43 +00:00
cls%seawood.org
d6219bdb2b Sync'd. 1998-09-11 01:24:33 +00:00
spider%netscape.com
2c2a8b1be4 WIP: Stream Manager 1998-09-11 01:16:25 +00:00
law%netscape.com
7f46c7bdce Completing work on Win98 integration feature 1998-09-11 01:14:08 +00:00
cls%seawood.org
c24b9079d7 Resurrected tweak_nspr kludge for --enable-nspr 1998-09-11 01:10:08 +00:00
rickg%netscape.com
43c79980f8 improved DTD context for better style/structure handling 1998-09-11 00:54:36 +00:00
law%netscape.com
ba90fa1ea2 Fix for Bugzilla bug #489; thanks to Klaus Malorny (Klaus.Malorny@knipp.de) for reporting it and for providing the fix! 1998-09-11 00:53:29 +00:00
law%netscape.com
a481deeb91 Debug stuff 1998-09-11 00:49:00 +00:00
law%netscape.com
18ed506ee0 Completing check-in of Win98 integration feature 1998-09-11 00:46:05 +00:00
law%netscape.com
cbcd587d44 Fix for 4.5 bug; enable -P to be ignored on second launch 1998-09-11 00:41:53 +00:00
kipp%netscape.com
97c08325ed Revised various vertical alignment cases to use font introspection data instead of hard coding in values; corrected middle computation. 1998-09-10 23:43:12 +00:00
kipp%netscape.com
1408d551cd Fixed a bug with percent values being converted to strings 1998-09-10 23:42:18 +00:00
kipp%netscape.com
00188db105 Added new font intropsection methods to nsIFontMetrics 1998-09-10 23:41:25 +00:00
morse%netscape.com
5b9d478efe fix mac bustage 1998-09-10 23:02:23 +00:00
cyeh%netscape.com
907bba9654 remove dependencies on platform specific installs of perl, macro-ize perl
tool calls
1998-09-10 22:51:45 +00:00
cyeh%netscape.com
27c210f6e4 macro-ize call to PERL 1998-09-10 22:50:21 +00:00
mcafee%netscape.com
ec032b60ba New privacy preference pane class 1998-09-10 22:35:39 +00:00
troy%netscape.com
0fbc01cb40 Fixed it so bullets work again 1998-09-10 22:28:55 +00:00
mjudge%netscape.com
6944322964 IDIOT!! sorry. added 2 of 4 files 1998-09-10 22:25:05 +00:00
shaver%netscape.com
a8187ae035 perignon grows (and throbs) 1998-09-10 22:14:52 +00:00
dcone%netscape.com
d15d905b2d added textfield 1998-09-10 21:33:56 +00:00
morse%netscape.com
82d0f7f157 remove 'remember this decision' from signon nag box 1998-09-10 21:27:13 +00:00
dcone%netscape.com
06819bc92b added focus managment, textfields 1998-09-10 21:26:46 +00:00
dcone%netscape.com
63e7d2cdab added focus managment 1998-09-10 21:26:01 +00:00
dcone%netscape.com
d7df9f5691 Added focus managment 1998-09-10 21:25:47 +00:00
dcone%netscape.com
07135ba1a4 added textfield widget, focus management 1998-09-10 21:25:10 +00:00
mjudge%netscape.com
2dd53d3a78 Checks for ender only in #ifdef ENDERS mjudge 1998-09-10 21:15:28 +00:00
wtc%netscape.com
3f86b47ae3 In CreateMacPathFromUnixPath, return paramErr if unixPath is nil. 1998-09-10 21:08:47 +00:00
troy%netscape.com
1a2eb70ef8 Backed out unintentional checkin 1998-09-10 21:05:02 +00:00
troy%netscape.com
b6e6eb1e83 Hooked back up IFRAME 1998-09-10 21:03:16 +00:00
gagan%netscape.com
a333974915 Removed the silly useless parameter in NET_CleanUpCache. 1998-09-10 20:55:22 +00:00
gagan%netscape.com
349108add4 cvs to be blamed for a bad merge. Moving to void parameter on NET_CleanupCache. Was giving errors on Mac. 1998-09-10 20:54:41 +00:00
wtc%netscape.com
e8f9bf611c In CreateMacPathFromUnixPath, the length of the macPath buffer
should be (strlen(unixPath) + 2) instead of (strlen(unixPath) * 2).
This is because for a zero-length unixPath, the macPath is ":",
which needs two bytes.  Thanks to Patrick Beard <beard@netscape.com>
and Steve Dagley <sdagley@netscape.com> for reporting the bug and
suggesting a fix.
1998-09-10 20:49:14 +00:00
brendan%netscape.com
7e8d72f13f Don't CHECK_BRANCH(len) in GOSUB (len must be > 0) or at all in RETSUB. 1998-09-10 20:46:37 +00:00
pinkerton%netscape.com
490429d010 pass in the main browser context to HTNewPane() for what'sRelated info. 1998-09-10 20:43:45 +00:00
pinkerton%netscape.com
8b18e19d64 Changed BuildHTPane to take a context where it might have to display What'sRelated info. Now registering each kind of view (shack, popdown, embedded, standalone) with HT so it knows to give the right look/behavior. 1998-09-10 20:43:19 +00:00
brendan%netscape.com
47030e2d0d - GOSUB pushes the next pc after it, not its own pc (tradition!) and RETSUB
sets pc to the unbiased result of the pop.
- Use #if JS_HAS_EXCEPTIONS in the decompiler, fiddle similar cosmetic stuff.
1998-09-10 20:42:26 +00:00
pinkerton%netscape.com
1bc5e1fb65 Fix bug#309770 (refresh urltimer bug). added a new member (the reload policy) to CHTMLView so that it can be set correctly in SpendTime(). Now passing the eitire URL_Struct to SetURLTimer() to avoid long param lists. 1998-09-10 20:42:05 +00:00
troy%netscape.com
58260397be Fixed frameset crash 1998-09-10 20:37:19 +00:00
norris%netscape.com
c7e0b4fd28 Fix 312954 "monkey: on HPUX, special case failure when dividing by -0" 1998-09-10 20:27:16 +00:00
brendan%netscape.com
0b411ad632 - Added commentary for TOK_DEFSHARP nodes explaining pn_kid's purpose.
- Don't over-commend nearby #endifs at the expense of legibility.
1998-09-10 20:13:06 +00:00
gagan%netscape.com
a68dfaf6ec Remaining changes from Nu_Cache. Added nucacheproto.c/h. 1998-09-10 20:11:13 +00:00
morse%netscape.com
d94693702d Change 'About Site' to 'Display Site Info' 1998-09-10 20:06:27 +00:00