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

1684 Коммитов

Автор SHA1 Сообщение Дата
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