Commit Graph

7669 Commits

Author SHA1 Message Date
slamm%netscape.com
2f656e6836 Use the prefapi directly for the toolbar prefs. 1998-09-14 19:52:40 +00:00
slamm%netscape.com
6d3c8bb663 Use prefapi instead of fe_GlobalPrefs. Remove some unused context fe_data items. 1998-09-14 19:52:34 +00:00
slamm%netscape.com
f9c564dea4 Add a doClose method to do some possible cleanup. Really just moving some old code out of the xfe close to where it should be used. 1998-09-14 19:52:31 +00:00
slamm%netscape.com
235f9a04a7 Don't need to set top_area in fe_data anymore. 1998-09-14 19:52:19 +00:00
slamm%netscape.com
24f95b99f3 Remove a bunch of uneeded items from the context fe_data. 1998-09-14 19:52:15 +00:00
slamm%netscape.com
4349c5e770 Quiet some compiler warning. Kill some references to fe_data in context that is obsolete. 1998-09-14 19:52:08 +00:00
slamm%netscape.com
c328d19884 Remove toolbar prefs from fe_globalPrefs. Use the backend call directly instead. Discard some unused prefs. 1998-09-14 19:52:01 +00:00
slamm%netscape.com
13cd3e8e57 Move an abort clean up from mozilla.c 1998-09-14 19:51:57 +00:00
slamm%netscape.com
0ec26e39bd Kill reference to url_label in fe_data. Quiet a compiler warning. 1998-09-14 19:51:50 +00:00
slamm%netscape.com
3ee566232c Kill some dead code. Call prefs directly instead of using fe_globalPrefs. 1998-09-14 19:51:46 +00:00
pinkerton%netscape.com
a36aa17f04 HTMLPane now respects size from HT (in pixels or percentages). 1998-09-14 18:44:19 +00:00
wtc%netscape.com
53ee198a2b For Strong Arm 110 (sa110), set the OS_ARCH to "arm". 1998-09-14 18:09:06 +00:00
sman%netscape.com
c43f7ddb16 saved folders column in a different view 1998-09-14 18:03:20 +00:00
spider%netscape.com
543d457b8a xp button and folder birth 1998-09-14 16:20:50 +00:00
dcone%netscape.com
c07b6b9bee added some image tests 1998-09-14 15:46:23 +00:00
toshok%netscape.com
515a325ee2 Fix bugzilla bug 741 (typo in laybuiltin.c -- builtin->width should be builtin_width. contributed by rkl@connect.org.uk.) Also, move the builtin's layer at the end of lo_UpdateStateAfterBuiltinLayout. 1998-09-14 08:53:43 +00:00
rpotts%netscape.com
63abdfe9cb Fixed some reference counting problems introduced by the rev 1.20 check in... 1998-09-14 05:43:54 +00:00
troy%netscape.com
4c6e11f18a Container floated elements are now wrapped in a BODY frame 1998-09-14 04:01:08 +00:00
troy%netscape.com
6678c14be5 Moved CreatePlaceholderFrame() to nsCSSContainerFrame so it's shared by
the block and the inline code
1998-09-13 19:58:02 +00:00
troy%netscape.com
92cebd43a8 Restored some code that I can't remove until tables are changed to work
with the new frane construction code
1998-09-13 19:18:39 +00:00
raman%netscape.com
a298828e34 Bug fixes to isSecurePrincipal. We weren't checking codebase_principal preference correctly. 1998-09-13 18:07:59 +00:00
wtc%netscape.com
a32ad94d34 For DG/UX, rename its OS_ARCH fro "dgux" to "DGUX".
dgux.mk is also renamed DGUX.mk.
1998-09-13 04:18:06 +00:00
wtc%netscape.com
66d884cf5d Port to Linux/Strong Arm 110. Only the pthreads version works.
Files changed: Linux.mk, _linux.cfg, _linux.h.
1998-09-13 03:43:33 +00:00
troy%netscape.com
f30debacdb Changed to explicitly create frame of type frameset or outer frame instead
of using CreateFrame() which will be going away
1998-09-13 02:45:07 +00:00
raman%netscape.com
f49eb6d2b2 Added some more preferences for AutoUpdate 1998-09-13 02:02:51 +00:00
troy%netscape.com
e06f33e5d3 Changed Reflow() to directly create the child frames rather than use
CreateFrame() member function which is going away
1998-09-12 23:53:28 +00:00
troy%netscape.com
17fd2c695e Changes ProcessChildren() to return the child list and leave it to the caller
(ConstructFrame() member function) to call Init()
1998-09-12 23:51:57 +00:00
kipp%netscape.com
ec78a6e659 Work around crash bug with content delegate 1998-09-12 23:30:23 +00:00
kipp%netscape.com
eec76a494c Added a build variable for enable xpcom refcnt tracing 1998-09-12 19:35:20 +00:00
kipp%netscape.com
f877659693 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
kipp%netscape.com
d5502d087e whitespace tweak 1998-09-12 19:31:10 +00:00
kipp%netscape.com
1387803d92 Use NS_ADDREF macros to enable refcnt tracing 1998-09-12 19:30:49 +00:00
kipp%netscape.com
15e2e2d7ad Added missing release's 1998-09-12 19:30:09 +00:00
kipp%netscape.com
0ead32a761 Use ADDREF/RELEASE macros 1998-09-12 19:29:39 +00:00
kipp%netscape.com
6c15ae4955 Added nsTraceRefcnt to the build and exports 1998-09-12 19:29:03 +00:00
kipp%netscape.com
cbf8e885d2 whitespace tidy up 1998-09-12 19:28:01 +00:00
kipp%netscape.com
9c2f450854 Use NS_ADDREF/NS_RELEASE macros 1998-09-12 19:26:52 +00:00
kipp%netscape.com
ec84a7a7cd Support build-time usage of the nsTraceRefcnt class for tracing refcnt manipulations. In addition, added NS_NEWXPCOM and NS_DELETEXPCOM macros to track create/destroys 1998-09-12 19:26:36 +00:00
kipp%netscape.com
78e46713a2 Register libraries with the refcnt tracer 1998-09-12 19:25:28 +00:00
kipp%netscape.com
f4c9611922 new 1998-09-12 19:25:06 +00:00
kipp%netscape.com
dc763fd651 Added tools directory to windows build 1998-09-12 19:18:04 +00:00
kipp%netscape.com
191b8291ca new 1998-09-12 17:53:08 +00:00
mcafee%netscape.com
cfa10d426d Fixing Solaris bustage 1998-09-12 05:55:51 +00:00
mcafee%netscape.com
4a931020d6 Solaris needs EOF character 1998-09-12 05:52:39 +00:00
mcafee%netscape.com
4e382483e4 Adding privacy prefs 1998-09-12 05:36:51 +00:00
troy%netscape.com
5421a899d1 Removed some XXX CONSTRUCTION commented out code 1998-09-12 04:54:04 +00:00
raman%netscape.com
c1de187f8d Commenting out the call for AutoUpdate because Mac was not building 1998-09-12 04:52:17 +00:00
raman%netscape.com
337a310954 Commenting out the call for AutoUpdate because Mac was not building 1998-09-12 04:50:45 +00:00
troy%netscape.com
4ad7bda623 Part of frame construction changes 1998-09-12 04:46:35 +00:00
rjc%netscape.com
2083b19aff Exported autoupdt.h to dist area. 1998-09-12 02:54:33 +00:00