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

1871 Коммитов

Автор SHA1 Сообщение Дата
buster%netscape.com f13e461396 implementation of table-layout=fixed strategy 1998-09-23 02:32:15 +00:00
kipp%netscape.com 8441b66d77 use nsHTMLContainerFrame instead of nsHTMLBase 1998-09-23 02:31:48 +00:00
kipp%netscape.com 5bb033f24d Use pres-context as a ref instead of a pointer 1998-09-23 02:31:16 +00:00
kipp%netscape.com 90e7f6356a Added methods for counting the number of placed frames; switched the pres-context to a ref from a pointer; removed some debris 1998-09-23 02:31:00 +00:00
kipp%netscape.com e81efcd58d Use nsHTMLContainerFrame instead of nsHTMLBase 1998-09-23 02:30:21 +00:00
kipp%netscape.com 0f1e6c91f4 Updated NS_INLINE_LINE_BREAK_BEFORE macro to not take an argument and explained why in the comment 1998-09-23 02:30:00 +00:00
kipp%netscape.com 5a0b05a4f0 Moved some methods from various places into this class 1998-09-23 02:29:31 +00:00
kipp%netscape.com 8dafa680da nuked 1998-09-23 02:29:03 +00:00
kipp%netscape.com cf5cff6e52 moved CreateViewForFrame to nsHTMLContainerFrame; changed usage of line-layout pres-context from pointer to ref 1998-09-23 02:27:56 +00:00
kipp%netscape.com 04a2ccfd10 Added more args to ComputeDesiredSize 1998-09-23 02:27:21 +00:00
kipp%netscape.com 6991f1dc20 Partial implementation of body style width/height support 1998-09-23 02:26:29 +00:00
kipp%netscape.com 383af639b3 Spanked hard to reorg code around nsInlineReflow; rework list handling; rework factoring of inline/block reflow 1998-09-23 02:25:26 +00:00
kipp%netscape.com 313976d02e use line layout pres-context as a ref not a pointer 1998-09-23 02:24:49 +00:00
kipp%netscape.com 9712cd257b Added new source; removed old source 1998-09-23 02:24:15 +00:00
kipp%netscape.com 648cae5c1a Made DeleteChildsNextInFlow public and virtual 1998-09-23 02:23:33 +00:00
kipp%netscape.com 86fc054d7d Renamed margin carry in/out variables in the metrics struct 1998-09-23 02:21:53 +00:00
kipp%netscape.com bf77db41a5 new 1998-09-23 02:19:05 +00:00
kipp%netscape.com 406e4648c3 Fixed the build 1998-09-23 01:47:17 +00:00
buster%netscape.com 29018c63f5 set all the groundwork for FAST table layout based on CSS-2 table-layout property 1998-09-22 23:36:06 +00:00
troy%netscape.com 8b1e799713 Changed to how broken image is handled 1998-09-22 04:01:16 +00:00
troy%netscape.com 80993d95c6 Added display of icon when loading image 1998-09-22 03:34:44 +00:00
peterl%netscape.com 368f1a106e don't set attributes that are already set 1998-09-22 02:09:26 +00:00
peterl%netscape.com bbc834e0ac clamp border & padding width to 0 1998-09-22 02:08:45 +00:00
troy%netscape.com 01dab470d9 Fixed dump-tree problem 1998-09-21 19:33:21 +00:00
buster%netscape.com 4dc3232dcf added "center" to table horizontal align attribute as a legal value, although the HTML4 spec
says "middle" for h-align and "center" for v-align.  But Nav4 and IE both accept "center" as
well as "middle", so now we do too.
1998-09-21 18:34:30 +00:00
troy%netscape.com 2c48537ccc Fixed a bug introduced with the LastFrame() changes 1998-09-21 16:37:38 +00:00
troy%netscape.com 88ce6d7582 Fixed some horkage I introduced 1998-09-21 16:35:49 +00:00
troy%netscape.com 77dfb5a44a Updated to latest DOM 1998-09-21 16:31:54 +00:00
troy%netscape.com e30e3bdf78 Removed references to mFirstContentOffset, mLastContentIsComplete, and mChildCount 1998-09-21 03:50:44 +00:00
troy%netscape.com e46c707ed3 Removed references to mFirstContentOffset 1998-09-21 03:47:45 +00:00
troy%netscape.com 528288293f Removed all references to m<First,Last>ContentOffset,mChildCount,mLastContentIsComplete 1998-09-21 03:40:32 +00:00
buster%netscape.com c663125cd3 captions now work properly with new frame layout strategy.
nsTableOuterFrame->mFirstChild==nsTableOuterFrame->mInnerTableFrame, always.
1998-09-20 04:50:08 +00:00
troy%netscape.com 4d0cc0344e Work in progress for displaying icon while laoding image... 1998-09-20 00:08:24 +00:00
mcafee%netscape.com 772086d6c4 Adding support for non-Linux OS's 1998-09-19 08:25:04 +00:00
troy%netscape.com a81e9bd386 Changes to nsIFrame 1998-09-19 05:03:08 +00:00
troy%netscape.com 8239f605ce Changed FrameInserted incremental reflow code to insert the new frame
into the child frame list
1998-09-19 04:29:36 +00:00
troy%netscape.com 9955ac85ce Removed farme enumeration member functions for indexed access, last child,
and child count
1998-09-19 03:24:26 +00:00
troy%netscape.com 64f5b685e0 Attempt number three... 1998-09-18 22:54:16 +00:00
troy%netscape.com ba6ee75682 Attempt number two... 1998-09-18 22:51:36 +00:00
troy%netscape.com cf69676e32 Attempt number one to fix Linux builds... 1998-09-18 22:49:15 +00:00
buster%netscape.com 37b88b1d6b made sure that all attributes respect their minimum values as per HTML 4 spec.
fixed some comments.
1998-09-18 22:39:16 +00:00
pierre%netscape.com 81433b774b removed nsIContentDelegate.h 1998-09-18 22:38:19 +00:00
buster%netscape.com 1595410b34 added ColIsSpannedInto, ColHasSpanningCells
moved *IsSpannedInto and *HasSpanningCells into cellmap, giving us the oppurtunity
to easily cache results if we want.  These methods are still accessed through nsTableFrame.
changed nsTableFrame::GetCellAt to nsTableFrame::GetCellFrameAt to make it more clear what
the method returns:  a frame, not content.
1998-09-18 22:37:14 +00:00
troy%netscape.com a0d36cd575 Changes to ContentInserted() handler 1998-09-18 21:28:21 +00:00
troy%netscape.com 8390e920bf Added AttributeChanged() member function for communicating attribute value
changes to the frame
1998-09-18 19:53:27 +00:00
troy%netscape.com c24f15c230 Removed CreateFrame() from nsIHTMLContent 1998-09-18 18:04:42 +00:00
troy%netscape.com 52eb998d8f Removed nsIContentDelegate.h 1998-09-18 17:34:48 +00:00
troy%netscape.com b6c1cfd2b8 Removed content delegates 1998-09-18 17:18:37 +00:00
troy%netscape.com 99e44d52a8 Fixed a compiler warning 1998-09-18 03:13:47 +00:00
troy%netscape.com 356c3c5ab5 Removed an unreferenced label 1998-09-18 03:10:00 +00:00
troy%netscape.com 4638bb8528 Removed some dead code 1998-09-18 03:08:23 +00:00
troy%netscape.com b01fe7302c Added CreateContinuingFrame() 1998-09-18 02:47:03 +00:00
troy%netscape.com 3cf2f453f7 Removed CreateContinuingFrame() 1998-09-18 02:46:42 +00:00
troy%netscape.com c15391cc5b Removed some old commented out code 1998-09-18 02:28:12 +00:00
troy%netscape.com 18236677c9 Removed some code that's no longer needed now that we've switched to
new frame construction
1998-09-18 02:22:52 +00:00
troy%netscape.com a753f54fe4 Removed some commented out code that's not needed now that we're using the
new frame construction
1998-09-18 00:49:40 +00:00
troy%netscape.com 01aed8986f Removed some code that's no longer needed with the new frame construction code 1998-09-18 00:04:55 +00:00
troy%netscape.com c5af4af1e2 Removed some code that's no longer needed now that tables are using the
new frame construction code
1998-09-17 23:54:47 +00:00
troy%netscape.com 163bcce1ad Removed code that's no longer needed now that tables are using new
frame construction code
1998-09-17 23:46:16 +00:00
kostello%netscape.com f0619b2c17 Fixed textfield problems from widget changes. 1998-09-17 20:07:15 +00:00
pierre%netscape.com abc3dffd30 added nsLayoutFactory 1998-09-17 09:14:36 +00:00
rpotts%netscape.com 7909491271 Fixed up usage of the NS_RELEASE2(...) macro. 1998-09-17 05:40:57 +00:00
troy%netscape.com 64fbddffe3 Removed some XXX temp code that was needed until tables were switched
over to the new frame construction code
1998-09-17 04:57:50 +00:00
troy%netscape.com 972bcf8bf5 Removed some XXX frame construction work-in-progress code 1998-09-17 04:44:27 +00:00
troy%netscape.com 740f73d46a Cleaned up frame construction code 1998-09-17 04:07:58 +00:00
vidur%netscape.com 5875cb774f Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
valeski%netscape.com 81cdcbe581 ? network/module/nsNetFactory.cpp
Added nsNetFactory implementation. This allows users to retrieve nsINetService pointers from the service factory manager.

M dom/src/base/nsGlobalWindow.cpp
M gfx/src/nsImageNetContextSync.cpp
M layout/html/document/src/nsHTMLDocument.cpp
M network/module/nsURL.cpp
Replaced NS_NewINetService() calls with nsServiceManager::GetService() calls.

M network/module/Makefile
M network/module/makefile.win
Added nsNetFactory.cpp to the builds.

M network/module/nsINetService.h
Added a #define for the class id of the nsNetService.

M network/module/nsIStreamListener.h
Removed the NS_DEFINE_IID of kIStreamListenerIID from the header file. Each module that wants this will need to delcare it themselves.

M network/module/nsNetFile.cpp
Fixed memory leak.

M network/module/nsNetService.cpp
Globalized the gNetlibService variable so the NetFactory can access it.

M webshell/src/nsDocLoader.cpp
M webshell/src/nsPluginViewer.cpp
NS_DEFINE_IID of kIStreamListenerIID

M webshell/tests/viewer/nsSetupRegistry.cpp
Added the netlib library to the list of libraries in the registry and register the nsNetFactory with the appropriate iid and clsids.
1998-09-17 00:55:35 +00:00
peterl%netscape.com 9326c0f61f connected xheight, fixed font realtive sizes,
fixed text-decoration
1998-09-17 00:19:47 +00:00
peterl%netscape.com f71079e1bd fixed bugs dealing with string color values 1998-09-17 00:18:57 +00:00
peterl%netscape.com f66523e7c7 added decoration rendering code to deal with CSSisms 1998-09-17 00:18:25 +00:00
troy%netscape.com 517a28dfaa Changed ContentAppended() to not walk up the frame hierarchy looking
for a frame that maps the parent content object that changed
1998-09-17 00:06:46 +00:00
kmcclusk%netscape.com 976f9a610f Moved libraptorhtmltable down below libraptorhtmlstyle to try and resolve
a link error.
1998-09-16 23:38:59 +00:00
troy%netscape.com 8f84d7f3e7 Fixed a problem with tables with COLGROUP and COL elements crashing
because there was a null cellmap
1998-09-16 23:24:39 +00:00
kmcclusk%netscape.com 50eb8f5aca Added nsInlineLayout to unix Makefile 1998-09-16 23:09:42 +00:00
kmcclusk%netscape.com 348a71aec3 Added nsLineLayout.cpp to Makefile 1998-09-16 21:56:43 +00:00
kmcclusk%netscape.com a7ac003adf Added nsInlineFrame.cpp to Makefile for unix 1998-09-16 21:51:08 +00:00
kmcclusk%netscape.com 45b75d898e Added nsBlockFrame.cpp to Makefile for unix 1998-09-16 21:47:22 +00:00
troy%netscape.com 494c808426 Clean up work 1998-09-16 20:27:30 +00:00
troy%netscape.com abdd161d93 Frame construction changes for tables 1998-09-16 17:19:20 +00:00
buster%netscape.com 58ec784e3d better handling of non-cell frames in rowFrames
support for the case where a nested table is in a cell that has colspan>1
1998-09-16 00:48:14 +00:00
pierre%netscape.com ca75145bb6 fix mac build: removed several files, added one 1998-09-16 00:13:41 +00:00
pierre%netscape.com d4cc072cea fixing mac build (the class name was repeated in the method declaration) 1998-09-15 23:39:28 +00:00
kostello%netscape.com 3b7a8663ac Update to synch with pc version 1998-09-15 21:54:29 +00:00
joki%netscape.com 58d850764d More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
buster%netscape.com 9b0ef8b4b6 nsTableRowGroupFrame no longer assumes all its children are rows, or that all row children are cells. 1998-09-15 20:36:42 +00:00
michaelp%netscape.com 91516c1897 cleaned up some link jumping nonsense. 1998-09-15 20:22:37 +00:00
buster%netscape.com 3173f99319 added table content interfaces 1998-09-15 18:07:54 +00:00
buster%netscape.com c47f9bbfcb nsStyleConsts.h added some HTML 4 consts for tables
nsHTMLAtoms.cpp,h             added some HTML 4 strings for tables
nsHTMLParts.h                 added constructors for new table content classes
nsGenericHTMLElement.cpp,h    added table frame creation, common table attribute parsing
nsHTMLTable*Element.cpp       these are the new table content classes
nsHTMLContentSink.cpp         enabled the new content and removed the old
nsHTMLStyleSheet.cpp          fixed the table style optimizations to work with new content
nsTable*Frame.cpp             these work with the new content
1998-09-15 17:58:24 +00:00
michaelp%netscape.com 339f0de9fc changes for new plugin world. 1998-09-15 03:46:52 +00:00
kipp%netscape.com e33899dd67 nuked 1998-09-15 00:21:25 +00:00
kipp%netscape.com 46acb2313a Removed css/layout directory 1998-09-15 00:19:49 +00:00
vidur%netscape.com e7511e6699 Got rid of Construct method from nsIJSScriptObject interface. Added first-pass implementation of reflow case to nsGenericHTMLElement::SetAttr. 1998-09-14 23:02:32 +00:00
troy%netscape.com 7d331e2c97 Added overloaded ConstructFrame() member function. Prep work for table
changes
1998-09-14 21:16:01 +00:00
kostello%netscape.com 4be6df91c4 Changes implementation to match the new Widget interfaces. This involves
many calls to QueryInterface because many of the instance members
no longer derive from nsIWidget.
Also, using helper functions in nsWidgetHelper for standard Create calls.
1998-09-14 20:46:42 +00:00
rpotts%netscape.com 8ce8e2f1d4 Fixed some reference counting problems introduced by the rev 1.20 check in... 1998-09-14 05:43:54 +00:00
troy%netscape.com c19913ecf4 Container floated elements are now wrapped in a BODY frame 1998-09-14 04:01:08 +00:00
troy%netscape.com 6a771ae2b8 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 5cda46f9b8 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
troy%netscape.com 1b1b0c939f 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
troy%netscape.com 008b25e3c8 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 2766a78b70 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 b8dd1a4a59 Work around crash bug with content delegate 1998-09-12 23:30:23 +00:00
kipp%netscape.com b9e8a43908 Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros 1998-09-12 19:33:48 +00:00
troy%netscape.com a110f0c67d Removed some XXX CONSTRUCTION commented out code 1998-09-12 04:54:04 +00:00
troy%netscape.com 8444a92233 Part of frame construction changes 1998-09-12 04:46:35 +00:00
peterl%netscape.com daaf147818 vend important rule when present 1998-09-12 02:46:59 +00:00
peterl%netscape.com 4192bbe6e8 fixed content ref count bugs in ContentAppended 1998-09-12 02:46:09 +00:00
peterl%netscape.com 1637c22891 added debug code for ref counting 1998-09-12 02:45:26 +00:00
peterl%netscape.com b58ec8977e init ref count of important rule 1998-09-12 02:43:48 +00:00
peterl%netscape.com 76a4b9785c properly addref attr stylesheet before returning 1998-09-12 02:43:19 +00:00
peterl%netscape.com df9c44a267 properly release doc & style sheet when setting attributes 1998-09-12 02:42:44 +00:00
vidur%netscape.com af69c61007 Fixed document.writeln problem from http://www.legomindspring.com 1998-09-12 00:04:22 +00:00
troy%netscape.com 21eebef753 Fixed leak of reflow command 1998-09-11 18:57:54 +00:00
pierre%netscape.com 170f02692b initialize member variables to 0 1998-09-11 09:13:02 +00:00
pierre%netscape.com 49961807ae initialize mBounds 1998-09-11 09:07:19 +00:00
pierre%netscape.com 13939e207f added and removed plenty of files 1998-09-11 09:02:46 +00:00
kipp%netscape.com 3db423d3db Implement ListTag on bullet-frame's so that they dump better 1998-09-11 05:42:31 +00:00
kipp%netscape.com 01be19c7e9 inlined IsSynthetic implementation AND made it work 1998-09-11 05:38:25 +00:00
kipp%netscape.com 8adc4b89d4 Use InitialReflow to layout the image document instead of ResizeReflow so that images layout properly 1998-09-11 04:20:30 +00:00
kipp%netscape.com 54effb02a5 Removed a bunch of bogus code that (a) did very little (b) doesn't work for image documents 1998-09-11 04:17:07 +00:00
kipp%netscape.com 60819cdfb6 Check in of somewhat bogus handling of the notify values (which is going away!) 1998-09-11 04:16:18 +00:00
kipp%netscape.com c38dcf9b44 Support length values for vertical-align 1998-09-11 04:15:03 +00:00
kipp%netscape.com 16e4165e96 Added length tests 1998-09-11 04:14:40 +00:00
troy%netscape.com 29f72760df Changed new frame construction code to handle floaters 1998-09-11 04:13:29 +00:00
peterl%netscape.com 991dab3f18 added strength api to style rule 1998-09-11 02:07:58 +00:00
peterl%netscape.com f787309dc5 added important rule support 1998-09-11 02:07:46 +00:00
peterl%netscape.com d1deab28e2 added important rule support
factored declaration processing to a static method
1998-09-11 02:07:05 +00:00
peterl%netscape.com 52187d340b sort style rules by strength 1998-09-11 02:05:30 +00:00
peterl%netscape.com 20471b12bb added strength 1998-09-11 02:05:07 +00:00
kipp%netscape.com 634f05dad5 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 50abb37993 Fixed a bug with percent values being converted to strings 1998-09-10 23:42:18 +00:00
troy%netscape.com 7f9a1669e1 Fixed it so bullets work again 1998-09-10 22:28:55 +00:00
troy%netscape.com 585ef01470 Hooked back up IFRAME 1998-09-10 21:03:16 +00:00
troy%netscape.com cd6d3fdd6f Fixed frameset crash 1998-09-10 20:37:19 +00:00
troy%netscape.com f370908aef Phase one of frame construction changes 1998-09-10 19:32:14 +00:00
rods%netscape.com b02a251eb8 GetPosition now uses a binary search for locating the cursor poistion. Also, selection now
uses the half width of a character for moving selection to the next character.
1998-09-10 19:18:01 +00:00
vidur%netscape.com 084a6cad55 Got rid of extra release in Item() method of childNodes array of nsGenericHTMLContent 1998-09-10 17:51:30 +00:00
karnaze%netscape.com be6a60c25f in document, renamed nsHTMLFrame.cpp, nsHTMLFrameset.h, nsHTMLFrameset.cpp 1998-09-10 17:23:31 +00:00
vidur%netscape.com e3a36fe706 Fixes to get Rotate.html working 1998-09-10 17:11:46 +00:00
peterl%netscape.com 1114073cf0 added to string support 1998-09-10 01:19:26 +00:00
peterl%netscape.com f3cffd4969 removed assert on x-height unit 1998-09-10 01:18:27 +00:00
peterl%netscape.com 13290e1093 fixed filtering of valid ID selectors 1998-09-10 01:18:06 +00:00
peterl%netscape.com 2708ef44b2 sync css declaration to xif with new api 1998-09-10 01:16:25 +00:00
peterl%netscape.com b8ca387c56 added to string support for style= attributes 1998-09-10 01:15:23 +00:00
karnaze%netscape.com b13a3d4315 changed case sensitive include for unix 1998-09-10 00:39:38 +00:00
karnaze%netscape.com 1141b63fe6 converted frame/iframe/frameset to new layout/content separation 1998-09-09 23:30:30 +00:00
buster%netscape.com 6c0f285f88 integrate caption with new frame creation code 1998-09-09 22:18:01 +00:00
buster%netscape.com ff3dd0440f integrates with new frame creation methods 1998-09-09 21:34:10 +00:00
vidur%netscape.com 8f6f9c2a6e Added nsIJSScriptObject interface to nsGenericHTMLContent class and fixed element.childNodes 1998-09-09 21:02:42 +00:00
buster%netscape.com e20837cb63 many fixes that effect http://www.mozilla.org and related pages.
these fixes are for nested tables with percent widths, for tables including both rowspan and colspan,
and for tables with only a single column.
some rounding errors were eliminated.
more debugging output, and some new assertions.
1998-09-09 20:00:40 +00:00
rods%netscape.com 00b9b503a9 Removed TraverseBlockContent static function 1998-09-09 17:42:21 +00:00
kipp%netscape.com 30fb8283fd Support direct loading of image documents by using the GetImageFromStream method on the image group. 1998-09-09 16:19:30 +00:00
kipp%netscape.com 58921403db Removed some cruft 1998-09-09 16:18:40 +00:00
kipp%netscape.com 6dff4273c4 Turned off image load skid marks 1998-09-09 16:13:52 +00:00
rods%netscape.com 56048c21b0 XPCOM'ed the Selection and Search methods 1998-09-09 16:11:59 +00:00
joki%netscape.com b859af227b Do not allow script errors to stop page parsing. 1998-09-09 01:19:52 +00:00
kipp%netscape.com b0efb30cca Create HTML-html-element not a root part 1998-09-08 22:38:17 +00:00
kipp%netscape.com 1df4c30f6a Implement HandleDOMEvent properly; clean up whitespace 1998-09-08 22:37:46 +00:00
kipp%netscape.com b6f51ed678 Use NS_NewBodyFrame and NS_NewHTMLFrame 1998-09-08 22:37:24 +00:00
kipp%netscape.com c5c83ad959 Renamed source files 1998-09-08 22:37:00 +00:00
kipp%netscape.com 65931b56e7 Removed some cruft; added NS_NewBodyFrame 1998-09-08 22:36:30 +00:00
kipp%netscape.com 47320b56e4 CHanged NewFrame method to NS_NewBodyFrame 1998-09-08 22:35:54 +00:00
kipp%netscape.com 1bacf0f89d new 1998-09-08 22:34:40 +00:00
kipp%netscape.com 101d22e34e Added new atoms 1998-09-08 22:34:06 +00:00
kipp%netscape.com fef80352e1 Revised list of build files 1998-09-08 22:33:54 +00:00
kipp%netscape.com a54aae93e3 Fixed bug caused during XPCOM'ing the nsIContent API 1998-09-08 22:32:32 +00:00
rods%netscape.com 44c1e651e2 Changed Find to use all nsIDOMxxx classes instead of nsIContent 1998-09-08 22:13:29 +00:00
dcone%netscape.com 70f6e3fb51 added files to html/content area that vidor added to windows project 1998-09-08 20:55:14 +00:00
buster%netscape.com 6a75755983 fixed 2 small errors in computing table widths.
1) sometimes we were adding 1 too many pixels in constrained tables
2) sometimes we were using the wrong value for the max width as an input to constrained tables
1998-09-08 19:11:14 +00:00
kipp%netscape.com 61611f7457 Fixed linux compiling bugs 1998-09-06 04:16:22 +00:00
kipp%netscape.com 0c82a0be08 Updated to support latest API's 1998-09-06 00:21:40 +00:00
kipp%netscape.com 2ad3f46c7a Create text using NS_NewTextNode API 1998-09-06 00:21:22 +00:00
kipp%netscape.com 8b636969ce Use nsITextContent to initialize text node 1998-09-06 00:20:59 +00:00
kipp%netscape.com 82cc65979e Cleaned up some whitespace 1998-09-06 00:19:49 +00:00
kipp%netscape.com c60bfd6b7d Expose NS_QuoteForHTML; remove duplicate frame ctor method decls 1998-09-06 00:19:14 +00:00
kipp%netscape.com 0b5a4b9013 Layer on top of nsGenericDOMData for full implementation 1998-09-06 00:18:43 +00:00
kipp%netscape.com ff90fc5738 Added nsTextNode 1998-09-06 00:18:26 +00:00
kipp%netscape.com 1534e59e9e Nuked old content code 1998-09-06 00:18:12 +00:00
kipp%netscape.com ee91dcd8d9 Removed some cruft; added NS_NewTextNode 1998-09-06 00:17:30 +00:00
kipp%netscape.com 8a91f40acf new 1998-09-06 00:16:36 +00:00
kipp%netscape.com eb23d4b11d Use allocated IID; update interface to be XPCOM'd and updated the methods 1998-09-06 00:15:10 +00:00
michaelp%netscape.com a8320310e0 added Scrolled() method. and support to call it. fixed NS_RELEASE(rc) bug in
pres shell as reported by pierre.
1998-09-05 20:57:57 +00:00
peterl%netscape.com 9099acfd69 changed the way map attributes into is connected 1998-09-05 04:00:06 +00:00
peterl%netscape.com d91efeb4f8 tweaked output of percent values 1998-09-05 03:59:44 +00:00
peterl%netscape.com bd4dedefc4 added content dir to includes 1998-09-05 03:58:05 +00:00
peterl%netscape.com 9068f4a5f2 added content directory to includes 1998-09-05 03:56:08 +00:00
peterl%netscape.com ed8dc5d3f9 added content to includes 1998-09-05 03:53:32 +00:00
peterl%netscape.com 0b1380bd0c added base url 1998-09-05 03:52:40 +00:00
peterl%netscape.com d9e677533d removed content from style mapping api 1998-09-05 03:52:30 +00:00
peterl%netscape.com 8855841e3b removed content from style map api 1998-09-05 03:51:56 +00:00
peterl%netscape.com f14d279403 added base url accessor 1998-09-05 03:51:16 +00:00
vidur%netscape.com 11b3d12de8 New content code adjusts to getting script objects through a factory interface 1998-09-04 23:03:16 +00:00
dcone%netscape.com 6251e49f0f updated for the latest kipp changes 1998-09-04 17:59:21 +00:00
kipp%netscape.com b2c8e4f9a9 Fixed bug in handling of textarea that caused them to terminate documents 1998-09-04 16:33:40 +00:00
kipp%netscape.com a1db5b65d3 new 1998-09-04 15:57:54 +00:00
rods%netscape.com c29805f3f3 Fixed up Find to include Replace, replace will be moved to it's
own place later.
1998-09-04 15:41:20 +00:00
rods%netscape.com c3bdb937c8 check for mLines being being null in FrameDeletedReflow 1998-09-04 13:33:22 +00:00
joki%netscape.com 8d929c62d7 Fix makefile 1998-09-04 01:09:33 +00:00
kipp%netscape.com 18920914b9 Use new wbr element 1998-09-04 01:03:20 +00:00
kipp%netscape.com cfd985155a Removed old content code 1998-09-04 01:03:05 +00:00