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

1180 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 0bee7944cc turned off selection 1998-07-18 14:03:43 +00:00
kipp%netscape.com 1fb72f35e8 Fixed crasher bug 1998-07-18 01:06:30 +00:00
kostello%netscape.com a930953dfa 1) Move the CSS dependent methods out of nsDocument and placed them
in a new class nsMarkupDocument. The point of nsMarkupDocument is
to hold methods which are common to HTML and XML but not relevant
to the base nsDocument class.

2) Added Selection support methods for Rod.

3) Added LookupProperty to nsCSSProperty:
Given a property ID and Property Index returns back the string representation
of the property. This was need to convert CSSValues back to strings for saving.
TODO: Make sure that our URL Information stored in a CSSDeclaration contains
enough information to return it to it's original form on output.
1998-07-17 23:00:54 +00:00
kipp%netscape.com cb5fff3154 Removed redundant DidReflow's 1998-07-17 21:50:43 +00:00
kipp%netscape.com d30288e28c Implement dom access to the SRC attribute 1998-07-17 21:16:43 +00:00
kipp%netscape.com 067ad4cbd8 new 1998-07-17 21:16:18 +00:00
buster%netscape.com 67b833fdc3 fixed a space leak/logic error handling colspans
added backwards compatibility for percent width tables inside of auto width tables (see http://webreview.com/wr/pub  warning:  you'll have to look at a local copy until
Troy/Vidur/somebody fixes an image problem.)
1998-07-17 21:02:28 +00:00
kipp%netscape.com 8367f1bf96 Only break from next-in-flow when we have a next-in-flow 1998-07-17 18:14:23 +00:00
buster%netscape.com b052ed752d fixed table maxElementSize 1998-07-17 17:51:55 +00:00
buster%netscape.com 8c1e033fc9 we now allow empty rows 1998-07-17 17:51:43 +00:00
kipp%netscape.com 49ef7545da Don't create new frames when a continuation is being reflowed for the first time 1998-07-17 16:16:19 +00:00
rpotts%netscape.com 5465bbd7a8 Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)... 1998-07-17 06:32:39 +00:00
rpotts%netscape.com 1ee329c1d5 Split the Content viewer out of the WebWidget. The WebWidget is now a ContentViewer Container (supporting the nsIViewerContainer interface)...nsHTMLDocument.h 1998-07-17 06:30:00 +00:00
peterl%netscape.com 1d53cc71ce added comment support 1998-07-17 05:50:35 +00:00
peterl%netscape.com d542a81118 fixed @import parsing
rejected malformed id selectors
sync to declaration api change
1998-07-17 05:50:07 +00:00
peterl%netscape.com 9edff7f8db fixed fixed font handling 1998-07-17 05:49:03 +00:00
peterl%netscape.com dea1e981bd added fixed font support
better font size support
1998-07-17 05:46:12 +00:00
peterl%netscape.com 522407746e removed body & table default settings
changed heading sizes to absolute instead of length
removed form element font hacks
1998-07-17 05:45:22 +00:00
peterl%netscape.com 6c7daf31f0 better font support 1998-07-17 05:44:27 +00:00
peterl%netscape.com f37bfc3fc3 added fixed pitch font
added default color support
added content pointer
added style reset for table cells & captions
added linear links
1998-07-17 05:43:31 +00:00
peterl%netscape.com dd97776de3 added default fixed pitch font & default colors 1998-07-17 05:41:41 +00:00
peterl%netscape.com 256ccab412 added fixed pitch font, added content pointer 1998-07-17 05:41:02 +00:00
joki%netscape.com 1b3eefccdb Adding new DOM stuff to handle JS event handlers 1998-07-17 04:52:12 +00:00
troy%netscape.com abfb7bb7f0 Added a #if 0 around the code to turn on transparent images 1998-07-17 04:41:35 +00:00
joki%netscape.com 1adb49aa32 Turning on scripts by default. This should just show an error or two
and not affect how pages show up.  If this proves not to be true we'll
turn it back off.  But it will help show where we are.
1998-07-17 04:38:47 +00:00
troy%netscape.com 2440e20bdf Sets the frame's view to indicate transparency if an image
associated with the frame is transparent
1998-07-17 03:43:46 +00:00
vidur%netscape.com a9ecb4ac21 Rotation test revamped 1998-07-16 23:39:08 +00:00
kipp%netscape.com 384d6fbda5 Implement paint method 1998-07-16 23:32:04 +00:00
kipp%netscape.com 936a3f47d9 Size the placeholder differently when visually debugging; render it too: 1998-07-16 23:31:53 +00:00
kipp%netscape.com 1db8e85205 Tweaked assertions 1998-07-16 23:31:33 +00:00
kipp%netscape.com 5ede0fb730 Remove descent from BR 1998-07-16 23:31:08 +00:00
kipp%netscape.com 7dd5d56c3d Treat floating tables better; place below current line floaters BEFORE clearing over them for nav compatability 1998-07-16 23:30:49 +00:00
buster%netscape.com bc9f28621d ua.css changed to match Nav default for cell padding 1998-07-16 23:24:53 +00:00
buster%netscape.com 728589d34d fundemental overhaul of the BasicTableLayoutStrategy
We now cache lots of useful info in the colframes
we now properly account for margins just as uniform cellspacing
1998-07-16 23:23:31 +00:00
kipp%netscape.com b16b9e2a07 Fix incremental reflow bug 1998-07-16 22:15:02 +00:00
vidur%netscape.com 12115f0ec1 Fixed memory leak in the case where a view already exists for a frame 1998-07-16 21:36:25 +00:00
vidur%netscape.com 94ec6d13a6 Rotation test 1998-07-16 21:13:10 +00:00
karnaze%netscape.com 31147b4ae2 revised hack for input controls 1998-07-16 19:50:03 +00:00
karnaze%netscape.com 25fbc6265e removed hack for input, textarea 1998-07-16 19:48:37 +00:00
spider%netscape.com b66986dd8d Remove broken-image.gif from install of Makefile. It was moved
to layout/html...
1998-07-16 18:44:32 +00:00
kipp%netscape.com 18fa173534 Deal with lingering leaf content properly during append reflow 1998-07-16 18:19:53 +00:00
troy%netscape.com 977847d3c3 Fixed some more nsColor.h captitalization problems 1998-07-16 17:09:26 +00:00
kipp%netscape.com 64c1287d33 Fixed include 1998-07-16 05:04:01 +00:00
troy%netscape.com 8456cebd78 Added background color to image loading member functions 1998-07-16 04:34:59 +00:00
troy%netscape.com 2c3fd8a09b Changed image group GetImage() member function so the background color
is a pointer and not a color by value. This allows it to be NULL if the
caller wants a transparency mask to be created
1998-07-16 02:32:08 +00:00
karnaze%netscape.com f0fd4a385f initial framesets, nsHTMLIFrame.cpp absorbed by nsHTMLFrame.cpp 1998-07-15 23:42:14 +00:00
rpotts%netscape.com 14a8c49f35 Added nsIURL argument to the nsIStreamListener interface 1998-07-15 22:38:01 +00:00
kipp%netscape.com 503b4a123d Updated to XPCOM'ized sink api 1998-07-15 22:31:10 +00:00
kipp%netscape.com 2675d4a079 Cleaned up exports list 1998-07-15 22:04:21 +00:00
kipp af61558bea Handle unconstrained width during percentage width computations 1998-07-15 17:07:20 +00:00
kipp 5ce420759d Fixed HR style 1998-07-15 17:07:00 +00:00
kipp ea7b5b6165 Speed up doc loading by not reflowing after appending leaf elements (temporary hack) 1998-07-15 17:06:53 +00:00
kipp 4321face90 Indent tweak 1998-07-15 17:05:59 +00:00
kipp 20e3fe203d Stop storing image attrs directly; changed layout code to not use nsHTMLImage directly 1998-07-15 17:05:49 +00:00
troy 6b93376d50 Some more changes of nsIPresContext* to nsIPresContext& 1998-07-15 17:05:21 +00:00
kmcclusk 54ad587479 Put all EXPORT's on a single line. Didn't work on Linux when they were on separate lines. 1998-07-15 17:04:56 +00:00
kipp c85bf69d5a Make bullets a bit smaller to look better 1998-07-15 17:04:30 +00:00
kostello 61c9478c9f Fix Unix build bustage 1998-07-15 16:54:29 +00:00
kipp d457c0a741 Use GetStyleSize to get a better width; store away computed width so that paint code doesn't have to compute it 1998-07-15 16:49:07 +00:00
kipp 5e5e5523c4 Keep unconstrained flowing downward 1998-07-15 16:48:21 +00:00
troy a3ff77478f Added an XXX to remind me to talk with Cujo about how we determine
whether the column widths have changed...
1998-07-15 04:52:32 +00:00
troy a0c12aec8d Turned off some code that was accidently turned on 1998-07-15 04:46:51 +00:00
troy fe75103d32 Some improvements to the incremental reflow logic to handle all the
cases handled by resize reflow
1998-07-15 04:45:58 +00:00
troy e264371e9b Changed API for CreateContinuingFrame and GetReflowMetrics to take
a reference to a nsIPresContext
1998-07-15 03:23:23 +00:00
troy 243f3f1255 Changed GetReflowMetrics() to take a reference to a nsIPresContext 1998-07-15 02:59:06 +00:00
troy e8893481dd Changed Reflow() member function to take a reference to a nsIPresContext
instead of a pointer
1998-07-15 02:53:09 +00:00
kipp ce90528b49 Treat embed properly as a leaf; fixed typo with object tag 1998-07-15 00:49:26 +00:00
kipp 6c9f53efd0 Made applet's, embed's and object's inlines 1998-07-15 00:48:56 +00:00
kipp 4b95268bb9 Rebased to use nsObjectContent to share common code 1998-07-15 00:48:39 +00:00
kipp f03bf40d32 new 1998-07-15 00:48:22 +00:00
kipp aad4b832a4 Added nsObjectContent 1998-07-15 00:48:15 +00:00
kipp b46eb126c9 More hacks for floating embed's, object's and applet's 1998-07-15 00:47:46 +00:00
kipp e1aaad9be7 Handle null pointers better 1998-07-15 00:23:31 +00:00
kipp f5cbcc3d7a Added applet, object and embed support 1998-07-15 00:23:07 +00:00
kipp 4b9098e4f0 Added nsObjectFrame 1998-07-15 00:22:56 +00:00
kipp d53bd676fa new 1998-07-15 00:22:30 +00:00
kipp a35909b3f6 Handle applet, object and embed tags 1998-07-15 00:22:15 +00:00
kipp ca18debaa3 Use NS_NewObjectFrame 1998-07-15 00:21:51 +00:00
kipp c83d696716 added nsHTMLEmbed 1998-07-15 00:21:43 +00:00
kostello dd36a73fb3 Sync with new DOM interfaces 1998-07-14 23:30:44 +00:00
karnaze 30dcad0261 made "get" the default for submission when method is omitted 1998-07-14 22:52:07 +00:00
kostello 97e90b0639 Added XIF (XML Interchange Format) Support. XIF is designed
as an Netscape internal XML application. It is designed to
allow conversion from our content model to any output format --
most importantly to HTML 3.2 and HTML4.0 format.
1998-07-14 22:34:27 +00:00
kostello bd0069498b Helper object that creates a buffer of XIF data 1998-07-14 22:29:21 +00:00
kipp 5bc86bdb50 Add factory methods for applets and objects 1998-07-14 18:54:20 +00:00
kipp 01960261fe new 1998-07-14 18:52:27 +00:00
vidur ef2bd5eb2a Moved over to a new version of Level 1. NodeIterators and AttributeLists out. NodeLists and NamedNodeMaps in. 1998-07-14 18:44:44 +00:00
kipp f382b0305a Use FirstChild method so that more subclasses can use the method 1998-07-14 18:38:11 +00:00
kipp b2d3d14ec8 Check for silly width/height's and repair them; fixed bug where a silly height was created; removed redundant handle-event code 1998-07-14 18:37:51 +00:00
troy 993e1fb8ac Incremental reflow changes 1998-07-14 15:29:50 +00:00
kipp 0062cb394e Handle null pointer bugs 1998-07-14 15:22:30 +00:00
kipp 15a83c2495 Made tables look more real by eliminating ebina auto margins 1998-07-14 15:22:11 +00:00
kipp 86d73fc89b Commented out an unused variable 1998-07-14 15:21:50 +00:00
kipp faa65f837b Removed MoveTo/SizeTo; added DidReflow and changed it so that on final placement the widget is made visible; during widget creation the widget is created hidden; updated hack font name to match ua.css 1998-07-14 15:21:36 +00:00
kipp 7ed3ed9880 Removed MoveTo/SizeTo and added DidReflow 1998-07-14 15:20:43 +00:00
kipp f6a71595aa Stop using GetText for node tag names whenever possible 1998-07-14 01:57:51 +00:00
kipp e1f7b9e0aa Clamp bullet x coordinate to stay in the available area; if we have a bullet then the first 2 frames are considered the first frame 1998-07-14 00:56:49 +00:00
kipp 6c501dde1f Added have-bullet flag 1998-07-14 00:55:43 +00:00
kipp 96bd6d412c Revamp list handling so that the LI frame is placed differently then regular frames by the LI container 1998-07-14 00:55:28 +00:00
kipp 8f35d36ee0 Fixed UL/OL to be blocks again (whoops) 1998-07-13 22:12:58 +00:00
kipp d58b5ed026 Fixed bug with dangling empty lines 1998-07-13 22:12:43 +00:00
kipp 17e25c1c81 Added code so that TR VALIGN's will dump properly when content is dumped 1998-07-13 21:16:51 +00:00
buster 129f8dca89 turned debug noise off 1998-07-13 20:44:07 +00:00
buster f6c2161c41 for Nav compatibility, 0-width cells do not have insets 1998-07-13 20:41:38 +00:00
kipp dbaf7838af Cleaned up style sheet 1998-07-13 19:49:53 +00:00
kipp 7ce52ac972 Implement VerifyReflow 1998-07-13 19:49:42 +00:00
kipp 072549eb21 Added reflow verification api 1998-07-13 19:49:20 +00:00
kipp 4504999f6f updated a few comments 1998-07-13 19:49:07 +00:00
buster d243e443c4 added Nav4 compatibility code for 0-width cells 1998-07-13 19:22:45 +00:00
buster 4c77b2df1d fixed 2 minor space leaks having to do with temporary structs allocated
to handle colspans
1998-07-13 18:11:12 +00:00
kipp ec1a4ff016 Reflow child when max-element-size is requested (this works around a purify detected crash) 1998-07-12 00:19:17 +00:00
kipp 228c0ba1be Set max-element-size 1998-07-12 00:18:36 +00:00
kipp 3773621cca Added code to move content in bad spots in tables out 1998-07-12 00:18:26 +00:00
kipp 9f86005e45 Work around table bugs in a different way 1998-07-12 00:17:50 +00:00
rpotts ca4a702aa6 Fixed up CVS merge problem that was horking reference counts... 1998-07-11 08:07:17 +00:00
troy 03dd77b394 Added back in some changes that got lost in the previous
check-in
1998-07-11 04:16:29 +00:00
kipp 329d9232e9 Improved tracing somewhat; fixed map handling; removed some dead code 1998-07-11 03:51:50 +00:00
kipp 75f1af4c1a Split HandleEvent between the two classes; in theory this is because the RootContentFrame gets the scroll adjusted x,y coordinate and RootFrame doesnt 1998-07-11 03:51:18 +00:00
kipp b8470d7af5 Disabled some code to make cursors over links work 1998-07-11 03:50:14 +00:00
kipp 5fbdae41b4 Adjust coordinates to account for borders; don't consume the event when just mouse overing (only consume it when clicking); this fixes cursors oddly enough 1998-07-11 03:49:56 +00:00
kipp 135b6b3efb Tweaked 1998-07-11 03:49:17 +00:00
kipp 289c595b22 Removed GetCursorAt code 1998-07-11 03:48:33 +00:00
kipp 4b99029c24 Avoid crashing when we have no content 1998-07-11 03:47:56 +00:00
kipp 199a67232b Made GetCursorAt looping generic so that more subclasses could use it 1998-07-11 03:47:37 +00:00
buster 106c3a7c7a fixed unix build, and one small uninitialized variable problem 1998-07-11 00:47:29 +00:00
buster f6e4fa25de *** empty log message *** 1998-07-11 00:08:08 +00:00
buster 7a2fe842b8 major hackage to the table data structures. slimmer, simpler, faster
this work exposed a few bugs and slow spots, which have been fixed
for the aol page, I added some additional backwards compatibility code
to proportionately distribute width when a fixed-width cell has colspans
1998-07-11 00:00:31 +00:00
troy be29f02f19 More code re-shuffling. I need to hurry and check-in before Cujo
whacks the tree
1998-07-10 22:56:13 +00:00
kipp f84b2d2dae Fixed max-element-size to account for the border+padding 1998-07-10 21:45:30 +00:00
kipp 8495eff9e0 Generate automatic margin values for most blocks; this emulates ebina margins fairly well 1998-07-10 20:30:23 +00:00
kipp 91f5df2787 Removed SetMargins call; the default ctor zeros things out now 1998-07-10 20:28:30 +00:00
kipp 6d3504205c Made it more ebina ish 1998-07-10 20:28:04 +00:00
kipp 81811ffa88 Pass on DidReflow always so that sub-frames that contain views can get notified and move the views 1998-07-10 20:27:43 +00:00
kipp 15a1048658 initialize reflow metrics and reflow state to avoid downstream bugs 1998-07-10 20:26:20 +00:00
troy 54f6cf2b02 Deprecated the SetFirstContentOffset/SetLastContentOffset member
functions that take a nsIFrame*
1998-07-10 19:04:06 +00:00
rickg 665f63b9f3 dynamic DTD support 1998-07-10 05:35:23 +00:00
troy cee35a3b5c Changed it so we assume that rows are always complete 1998-07-10 05:23:05 +00:00
troy ee57569c83 Some incremental improvements 1998-07-10 04:00:38 +00:00
peterl 7c911cce58 tweaking <FONT size=x> handling 1998-07-10 02:45:18 +00:00
troy 7c4b0ac9ae Added some new sizing constraints 1998-07-09 20:53:37 +00:00
troy dea55a262d Added a check for multiple frames occupying a trapezoid. This keeps us from
crashing
1998-07-09 18:14:19 +00:00
karnaze 3561337959 borders 1998-07-09 17:47:33 +00:00
kipp c567f52925 Added debug code that syncs up the display when running slow so that incremental loading reflow can be visible 1998-07-09 17:08:40 +00:00
kipp b4651aac4e tweaked nested lists style; add in bottom margins for most block elements 1998-07-09 17:08:09 +00:00
kipp 8985110d66 Init passed in margins 1998-07-09 17:07:39 +00:00
kipp de2608533c Implement css collapsing margins 1998-07-09 17:06:35 +00:00
kipp 8beef8ceaa Added some slots to nsReflowMetrics specifically to support collapsing css margins; it needs to go somewhere else! 1998-07-09 17:06:12 +00:00
troy 60d0990794 Changed it so the inner table is reflowed by using the Reflow()
member function rather than poking the individual pass 1, pass 2, ...
member functions
1998-07-09 14:30:34 +00:00
kipp 01ecca0c0c Worked around a startup problem that caused body's attributes and style context to be prematurely mapped before the attributes were read in or the ua.css was read in 1998-07-08 23:15:32 +00:00
kmcclusk 7509d63de0 Modified the order of the source shareables so all of the symbols
are in the single destination shareable for Linux.
1998-07-08 21:11:09 +00:00
troy 3e55f85f43 Changes to the caption handling code 1998-07-08 20:21:17 +00:00
troy ed3232febb Tables not allow only one caption 1998-07-08 04:49:01 +00:00
jevering 6041a1925c Fixing optimized build. 1998-07-07 22:20:00 +00:00
jevering b8db61a8c0 Fixed optimized build. 1998-07-07 22:07:35 +00:00
troy ca5a505826 Cleaned up ShrinkWrapChildren so pass 1 doesn't resize the rows 1998-07-07 03:48:21 +00:00
buster 03fd05a8af fixed 3 dumb bugs I introduced recently.
1. cellmap couldn't properly delete CellData because definition was unavailable
2. optimized table cells made taller wouldn't shrink when they should because we were not
remembering the previous desired height of the cell.
3. rows were placing cells on the left edge, and not adding in the left margin.
1998-07-07 01:06:51 +00:00
troy e1426ada21 More incremental reflow changes 1998-07-07 00:49:07 +00:00
buster 54d0edc73c fix for empty tables. we now support tables that have no content. 1998-07-07 00:20:21 +00:00
buster 8589fa4d8f fixed a few bugs with distributing excess/restricted space inappropriately.
we now pass around info about whether we're an auto width table.
1998-07-06 22:48:19 +00:00
kipp e89008b0ac Changed AttributeToString to handle empty value types 1998-07-06 22:16:23 +00:00
kipp a8907efbbc Create head & body object during init phase to avoid having the root content frame code have to renumber it's child frames when the head section shows up) 1998-07-06 22:15:55 +00:00
kipp 574f642d9f Removed obsolete tags header file generation rules 1998-07-06 22:15:22 +00:00
troy bec31309df Incremental reflow work-in-progress 1998-07-06 21:39:23 +00:00
kipp c21f2ee0f4 Implement ContentDeleted 1998-07-06 21:37:33 +00:00
kipp 4727732a61 Fixed a few bugs in ContentDeleted reflow; implemented a cheesy version of FrameDeletedReflow 1998-07-06 21:37:08 +00:00
kipp 8b73ffa085 new 1998-07-06 21:36:00 +00:00
buster ed14926019 added support for "effective column widths", the width of a column pretending that spanning cells have no effect.
this gets us some more Nav4 compatibility.
several minor fixes.
1998-07-06 21:00:11 +00:00
kipp 9fd4a227e9 Don't build shared library 1998-07-03 23:54:25 +00:00
kipp fc81f712c0 Don't build shared libraries 1998-07-03 23:12:11 +00:00
kipp 704e070c50 Removed obsolete files 1998-07-03 19:09:41 +00:00
kipp 2056d51a8c Added some style for html4 tags and some nav tags 1998-07-03 18:41:44 +00:00
kipp 0f579e2006 Removed a test 1998-07-03 17:51:45 +00:00
kipp f992c86548 Build nsHTMLParts too 1998-07-03 17:50:53 +00:00
kipp 656913c53f Use NS_CreateHTMLElement to implement dom create-element method 1998-07-03 17:50:25 +00:00
kipp 69a30a250e new 1998-07-03 17:50:00 +00:00
kipp e75706a7db Added NS_CreateHTMLElement 1998-07-03 17:49:49 +00:00
kipp 8de1e92335 Reworked ContentInserted handling 1998-07-03 17:46:44 +00:00
kipp cbccf5e8ca Fixed a typo (blush) 1998-07-02 23:44:46 +00:00
troy 52d84888b7 More work-in-progress incremental reflow code 1998-07-02 23:19:31 +00:00
kipp 62b7408349 Moved initial reflow processing into InitialReflow method (doh) 1998-07-02 22:55:15 +00:00
kipp 5589454a83 Added more asserts to catch bad behavior of parents and children 1998-07-02 22:54:53 +00:00
kipp d01b7687b8 new 1998-07-02 22:53:47 +00:00
kipp e63fe3bdbe updated test 1998-07-02 21:26:54 +00:00
kipp 69891e7fc1 Bug fix for content-appended reflow 1998-07-02 21:26:34 +00:00
kipp 8a08808e93 Fixed up logging to use the frame logging 1998-07-02 21:26:00 +00:00
kipp 4e9a622067 Fixed bug where tables weren't returning a proper set of metrics 1998-07-02 21:24:56 +00:00
troy 1ee17c78b1 Moved code that resized the table row cells from the row group frame
to the row frame. It's now handled as part of the DidReflow() post-
processing code
1998-07-02 20:35:23 +00:00
buster 2b75ce1f63 added an optimization that skips pass2 cell reflows when the new available width is unchanged
from the prior available width.  Some real-world test cases sped up
1-2 orders of magnitude for resize reflow.  Initial reflow is unchanged because
we still need to get pass1 metrics on all content.
fixed nsCSSBlockFrame.cpp to take margins into account when computing parent's available width
fixed distribution of excess space to table cells when table is bigger than the content it holds.
not quite finished yet, but better.
1998-07-02 17:40:56 +00:00
buster 531152b50b now takew margins into account when computing parent's available width 1998-07-02 17:40:02 +00:00
rickg c7c8f485ed major improvements to parser API's; fixed a few bugs 1998-07-02 08:14:22 +00:00
troy b4aa257397 Some work-in-progress for incremental reflow 1998-07-02 05:39:10 +00:00
kipp bc2a7ac47a Fixed some dom methods 1998-07-02 00:04:44 +00:00
kipp 7519a048cd Removed unneeded duplicate code 1998-07-02 00:04:26 +00:00
kipp ce88c47885 First pass implementation of content insertion/deletion handling code (untested at this point); also did some misc cleanup 1998-07-02 00:04:12 +00:00
kipp c8c9f58b3b new 1998-07-02 00:02:42 +00:00
atotic 0bd5d91ab3 Fixed the for (PRInt32 i=) problem 1998-07-01 22:40:00 +00:00
troy 34efb1dd5a Eliminated some usage of ChildAt() 1998-07-01 22:22:28 +00:00
kipp dbadaed61b Fixed up iframe layout (again) 1998-07-01 22:21:13 +00:00
karnaze e1d5194abb more nav4 compatibility, radio group bug fixes 1998-07-01 20:11:57 +00:00
rpotts a0c53581a8 Changed LoadURL(...) to StartDocumentLoad(...) TestAttributes.cpp TestInlineFrame.cpp 1998-07-01 11:21:41 +00:00
rpotts a3a7597795 Reworked Post data to avoid memory leaks... 1998-07-01 11:18:39 +00:00