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

4570 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com 1301749405 change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
karnaze%netscape.com 77888552c6 <frame> or <iframe> without web shell gets background color from ua.css 1999-04-27 21:05:32 +00:00
troy%netscape.com c9c0d90c06 Removed a function that wasn't needed and that would leak any child frames
that were passed in
1999-04-27 20:28:56 +00:00
troy%netscape.com da0492067a Removed some code that wasn't needed and would cause any child frames
passed in to be leaked
1999-04-27 20:26:14 +00:00
troy%netscape.com 3f98b6da46 Removed some code that wasn't needed and would leak any child frames
that were passed in
1999-04-27 20:24:27 +00:00
troy%netscape.com 737d341483 Removed a function that wasn't needed 1999-04-27 20:18:29 +00:00
pollmann%netscape.com b6135b6f33 Fix Bug 3878: Get the form element from our containing select element.
Also, remove a spurioius NS_RELEASE that was causing crashes in GetSelected()
1999-04-27 19:58:15 +00:00
karnaze%netscape.com 4e9e92e767 bug 5374 paint <frame> without document all white; made mIsInline a PRBool. 1999-04-27 18:21:30 +00:00
evaughan%netscape.com 9367b4eb51 Fixed some bugs in boxes. 1999-04-27 17:42:46 +00:00
pierre%netscape.com 6dd646508d #3928 "cosmetic problems with popups and lists" 1999-04-27 05:33:36 +00:00
troy%netscape.com 942e2d8b05 Factored some common code out into a separate function 1999-04-27 03:58:46 +00:00
troy%netscape.com fe9ea11b8e Added code to ContentRemoved() to walk the child frames and look for
placeholder frames; the corresponding out-of-flow frames need to be
removed as well
1999-04-27 03:10:45 +00:00
karnaze%netscape.com 00e49d0539 bug 4143; bug 2467; removed frame caching in nsFormFrame. 1999-04-27 00:06:03 +00:00
kin%netscape.com 4cd147a086 Fix from mjudge@netscape.com for bug #5505 (Crash clicking on throbber in apprunner) 1999-04-26 19:38:22 +00:00
ftang%netscape.com c9b102c213 call SetDocumentCharset method to pass default charset to the parser 1999-04-26 17:58:50 +00:00
ftang%netscape.com cd80514467 add support for default encoding menu 1999-04-26 17:56:37 +00:00
kostello%netscape.com 09c3f2e1b1 Added Encoding of charset information
Encoded < and > as LT and GT character entities to fix bug #4709
1999-04-26 06:10:47 +00:00
mjudge%netscape.com 75dd0e4936 selection changes for new model of content only. frames no longer contain variables referring to selection state outside of 1 bit. keyboard selection will now be disabled until i can get it working in the new selection world order. 1999-04-26 04:02:04 +00:00
sspitzer%netscape.com b48e25764c get rid of a warning on UNIX 1999-04-26 02:56:56 +00:00
harishd%netscape.com 674e39ffc7 Added an extra parameter(PRBool) - aNotify, to AddAttributes().
This parameter has been defaulted to PR_FALSE.
1999-04-25 22:18:49 +00:00
evaughan%netscape.com 64ca40d4a9 Made tabs use visibility to hide and show views. 1999-04-25 20:07:45 +00:00
troy%netscape.com 91a6cd064a Added flag bit NS_FRAME_OUT_OF_FLOW, and changed the frame construction code
to set it for floated and absolutely positioned frames
1999-04-25 17:20:53 +00:00
troy%netscape.com c12953add6 Added code to check the placeholder's out-of-flow frame and see if it's
an absolutely positioned frame and not just assume it's a floater
1999-04-25 17:01:07 +00:00
troy%netscape.com 42a71f8de2 Changed FindFrameWithContent() to check for a frame type of "placeholderFrame"
and return the out-of-flow frame instead
1999-04-25 17:00:24 +00:00
troy%netscape.com 3d1a5c3171 Removed ContentChanged() and AttributeChanged() which are no longer need
now that GetPrimaryFrameFor() always returns the out-of-flow frame
1999-04-25 16:59:39 +00:00
troy%netscape.com 0f4083667d Change so we use nsPlaceholderFrame frames for all placeholders 1999-04-25 16:58:42 +00:00
troy%netscape.com 59a6ccb468 Fixed a comment 1999-04-25 04:14:06 +00:00
troy%netscape.com f846be63bd Added support for fixed background attachment 1999-04-25 02:43:50 +00:00
nisheeth%netscape.com 9b5bf70dcc Fix off by one error for arrow that points out XML error locations. 1999-04-24 10:23:39 +00:00
troy%netscape.com 3ce2fbb10a Fixed a problem where CreateViewForFrame() was setting NS_VIEW_PUBLIC_FLAG_DONT_BITBLT
all the time
1999-04-24 04:53:42 +00:00
amusil%netscape.com a543bafa41 Added support for applets specified by the object tag (which use the "classid:java"
attribute instead of "code").
1999-04-23 22:52:10 +00:00
karnaze%netscape.com 410f233be1 started frameset regression test suite 1999-04-23 22:14:03 +00:00
karnaze%netscape.com 522d89695c bug 5437 - html frames not initially honoring visibility:hidden 1999-04-23 21:55:15 +00:00
kipp%netscape.com 968a9ee262 Fixed so that hidden form elements have no border 1999-04-23 20:16:40 +00:00
kipp%netscape.com 19e462c038 Removed useless include 1999-04-23 20:01:49 +00:00
kipp%netscape.com 0289f48b8f nit 1999-04-23 20:01:38 +00:00
kipp%netscape.com bbc70f2a8a Implement CancelReflowCommand; remove uselss root-frame resize in incremental reflow code 1999-04-23 20:01:20 +00:00
kipp%netscape.com c56076621a Always init the image loader (fixes bug #5238); don't load images with zero set dimensions (bug #5381); cancel extraneous reflows to improve performance 1999-04-23 20:00:14 +00:00
kipp%netscape.com 6ae6ba1c9b Added code to discard wasted size updates 1999-04-23 19:59:13 +00:00
kipp%netscape.com 4e07917367 Remember to stop image loads to break connection back to pres context 1999-04-23 19:57:49 +00:00
kipp%netscape.com 074ac7f80d Work around crash by not assuming we have an owner 1999-04-23 19:57:26 +00:00
kipp%netscape.com 8465645893 Added CancelReflowCommand 1999-04-23 19:57:03 +00:00
karnaze%netscape.com 15d0e4cc2d added rowspan=3 test 1999-04-23 19:40:37 +00:00
rickg%netscape.com e4db1f31da remove SetName() call at Hyatt's request 1999-04-23 18:56:40 +00:00
rickg%netscape.com bcf67e70b2 sync with nsString2 API 1999-04-23 18:21:43 +00:00
karnaze%netscape.com e9c0e9c2a1 new tests 1999-04-23 17:53:26 +00:00
karnaze%netscape.com c7773fcf10 bug 2267 - cells with row spans too tall 1999-04-23 17:43:14 +00:00
rods%netscape.com 1dfdec6401 Changed Copy code to use nsCOMPtr 1999-04-23 17:15:53 +00:00
mcafee%netscape.com 8cb63795c9 Removing nsSelectionMgr from the build 1999-04-23 16:50:17 +00:00
scc%netscape.com c1ef45e70e Added required GetIID methods 1999-04-23 16:48:32 +00:00