Commit Graph

4652 Commits

Author SHA1 Message Date
karnaze%netscape.com
de3a47320a reduced the file name to < 31 characters 1999-04-28 00:42:28 +00:00
kipp%netscape.com
2f9d97e73d Fixed bug in floater placement; use correct content object to get style for inline frames that contain first letter frames 1999-04-28 00:21:51 +00:00
kipp%netscape.com
c583a4158d REmoved dead ART code 1999-04-28 00:21:13 +00:00
kipp%netscape.com
8dfb604de1 Removed some cruft 1999-04-28 00:19:28 +00:00
evaughan%netscape.com
ca8fc6447c Fixes some resizing bugs in box. 1999-04-28 00:13:44 +00:00
ftang%netscape.com
cd8197867b set the document character set to UTF-8 for XSL document 1999-04-27 23:42:22 +00:00
kipp%netscape.com
49a6892635 work around mac filename limits 1999-04-27 23:23:22 +00:00
pollmann%netscape.com
c81aec2473 Bug 2504: Change mouse pointer over image submits 1999-04-27 22:54:15 +00:00
mjudge%netscape.com
a6a19b2656 fixing skippage of some frames during selection 1999-04-27 22:35:41 +00:00
pollmann%netscape.com
e3a0514c1f Crash fix: Kill an extra NS_RELEASE in GetSelectedIndex 1999-04-27 22:17:57 +00:00
vidur%netscape.com
02829b3ff6 Added nsIDOMNSRange method with InsertFragment method. Stub implementation for now. 1999-04-27 22:16:04 +00:00
kipp%netscape.com
896a295081 Create first-letter frames as needed 1999-04-27 22:14:54 +00:00
kipp%netscape.com
5c6680e4b7 Use shared IID 1999-04-27 22:14:36 +00:00
kipp%netscape.com
39c56cdb27 Removed compiler warnings 1999-04-27 22:14:17 +00:00
kipp%netscape.com
a929243c2d Added :-moz-letter-frame 1999-04-27 22:14:06 +00:00
kipp%netscape.com
abc872974f Removed compiler warnings; dump more info out in List method 1999-04-27 22:13:42 +00:00
kipp%netscape.com
cd85b25744 tweaked 1999-04-27 22:13:06 +00:00
kipp%netscape.com
51f4880f08 Added WasDirty for debugging incremental reflow 1999-04-27 22:12:53 +00:00
kipp%netscape.com
7ed24336d5 Support first letter reflow 1999-04-27 22:12:37 +00:00
kipp%netscape.com
86a3c69102 Added NS_NewFirstLetterFrame 1999-04-27 22:12:22 +00:00
kipp%netscape.com
10dae08190 Removed lineFrame; added mozLetterFrame 1999-04-27 22:12:00 +00:00
kipp%netscape.com
0da5bdd171 Dump out next and style context pointers 1999-04-27 22:11:21 +00:00
kipp%netscape.com
9b854acf63 Added first letter support 1999-04-27 22:11:05 +00:00
kipp%netscape.com
791289f106 Support revised first-letter layout 1999-04-27 22:10:51 +00:00
kipp%netscape.com
561f72835d added files: mozilla/layout/html/base/src/nsFirstLetterFrame.cpp 1999-04-27 22:10:34 +00:00
kipp%netscape.com
19f8ed9f4d Added first-letter-frame to the build 1999-04-27 22:10:12 +00:00
kipp%netscape.com
1c9b5f37dd Added more info to the list output 1999-04-27 22:08:48 +00:00
kipp%netscape.com
c9e26b1418 Removed unused variable 1999-04-27 22:07:43 +00:00
kipp%netscape.com
2abfa66475 Added letter and line frame 1999-04-27 22:07:22 +00:00
kipp%netscape.com
cb4bb53c2c Added an (as yet unused) predicate 1999-04-27 22:07:02 +00:00
kipp%netscape.com
8ef9bd0714 new 1999-04-27 22:05:02 +00:00
sfraser%netscape.com
d74adaa259 WIP to get caret position in window coordinates for IME 1999-04-27 21:59:18 +00:00
ftang%netscape.com
2e97bf7dcc change S/GetDocumentCharacterSet method for nsIDocument interface. 1999-04-27 21:49:25 +00:00
karnaze%netscape.com
2fd4785cf2 <frame> or <iframe> without web shell gets background color from ua.css 1999-04-27 21:05:32 +00:00
troy%netscape.com
d686fa3f6e 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
28289643e0 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
1da7ecea54 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
c30c249a82 Removed a function that wasn't needed 1999-04-27 20:18:29 +00:00
pollmann%netscape.com
d1d123adba 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
4683ae39fe bug 5374 paint <frame> without document all white; made mIsInline a PRBool. 1999-04-27 18:21:30 +00:00
evaughan%netscape.com
90cd131003 Fixed some bugs in boxes. 1999-04-27 17:42:46 +00:00
pierre%netscape.com
485a118ff9 #3928 "cosmetic problems with popups and lists" 1999-04-27 05:33:36 +00:00
troy%netscape.com
9a242a36e1 Factored some common code out into a separate function 1999-04-27 03:58:46 +00:00
troy%netscape.com
49e463ad97 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
3c422499b4 bug 4143; bug 2467; removed frame caching in nsFormFrame. 1999-04-27 00:06:03 +00:00
kin%netscape.com
86a3f435a4 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
31fe1fe2f7 call SetDocumentCharset method to pass default charset to the parser 1999-04-26 17:58:50 +00:00
ftang%netscape.com
b86827f54b add support for default encoding menu 1999-04-26 17:56:37 +00:00
kostello%netscape.com
67c64be801 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
f302ca2537 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
d8fcae158f get rid of a warning on UNIX 1999-04-26 02:56:56 +00:00
harishd%netscape.com
6e22de3af6 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
430288e8b8 Made tabs use visibility to hide and show views. 1999-04-25 20:07:45 +00:00
troy%netscape.com
00edc72db6 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
3b869d6014 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
c7748fdf2c 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
39e0aad7f0 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
eda127dabd Change so we use nsPlaceholderFrame frames for all placeholders 1999-04-25 16:58:42 +00:00
troy%netscape.com
4d366f928b Fixed a comment 1999-04-25 04:14:06 +00:00
troy%netscape.com
dc03d4fd22 Added support for fixed background attachment 1999-04-25 02:43:50 +00:00
nisheeth%netscape.com
732f173e3d Fix off by one error for arrow that points out XML error locations. 1999-04-24 10:23:39 +00:00
troy%netscape.com
15e5859a59 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
a474d58cbc 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
a8903afdf2 started frameset regression test suite 1999-04-23 22:14:03 +00:00
karnaze%netscape.com
451ab992f8 bug 5437 - html frames not initially honoring visibility:hidden 1999-04-23 21:55:15 +00:00
kipp%netscape.com
435cabda8e Fixed so that hidden form elements have no border 1999-04-23 20:16:40 +00:00
kipp%netscape.com
f1bdb8c076 Removed useless include 1999-04-23 20:01:49 +00:00
kipp%netscape.com
96c0fa0aa2 nit 1999-04-23 20:01:38 +00:00
kipp%netscape.com
53a3205060 Implement CancelReflowCommand; remove uselss root-frame resize in incremental reflow code 1999-04-23 20:01:20 +00:00
kipp%netscape.com
6a3daef83e 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
470b830288 Added code to discard wasted size updates 1999-04-23 19:59:13 +00:00
kipp%netscape.com
86ed071b16 Remember to stop image loads to break connection back to pres context 1999-04-23 19:57:49 +00:00
kipp%netscape.com
5cc5d46a12 Work around crash by not assuming we have an owner 1999-04-23 19:57:26 +00:00
kipp%netscape.com
f07b107e69 Added CancelReflowCommand 1999-04-23 19:57:03 +00:00
karnaze%netscape.com
8bb9ee20a0 added rowspan=3 test 1999-04-23 19:40:37 +00:00
rickg%netscape.com
0bfa10a718 remove SetName() call at Hyatt's request 1999-04-23 18:56:40 +00:00
rickg%netscape.com
14872a9d1e sync with nsString2 API 1999-04-23 18:21:43 +00:00
karnaze%netscape.com
39b15b969c new tests 1999-04-23 17:53:26 +00:00
karnaze%netscape.com
7627f01793 bug 2267 - cells with row spans too tall 1999-04-23 17:43:14 +00:00
rods%netscape.com
e2de00bcd4 Changed Copy code to use nsCOMPtr 1999-04-23 17:15:53 +00:00
mcafee%netscape.com
2c905d7de3 Removing nsSelectionMgr from the build 1999-04-23 16:50:17 +00:00
scc%netscape.com
f033719a36 Added required GetIID methods 1999-04-23 16:48:32 +00:00
kipp%netscape.com
3ecd939521 Moved hacked call to floater adds out of nsPlaceholderFrame and into nsLineLayout 1999-04-23 15:15:53 +00:00
troy%netscape.com
4466f403c7 Added GetFrameType() and renamed GetAnchoredItem() to GetOutOfFrameFlow() 1999-04-23 14:34:48 +00:00
troy%netscape.com
50f93a7b42 Added placeholderFrame atom 1999-04-23 14:32:12 +00:00
rickg%netscape.com
5d3019c758 fix webshell bug for SMorse 1999-04-23 03:51:39 +00:00
troy%netscape.com
5c6fd4e9f3 Removed the :before and :after logic that would make the pseudo-elements
siblings of the element, because the consensus seems to be that it shouldn't
work that way. Generated content is for container elements, and the generated
elements go before and after its child content
1999-04-22 14:31:19 +00:00
mcafee%netscape.com
8cdb907705 Removing NEW_CLIPBOARD_SUPPORT ifdef. 1999-04-22 07:03:14 +00:00
rickg%netscape.com
13ca296be6 update to sync with nsString2 1999-04-22 05:49:39 +00:00
rickg%netscape.com
ada56b0089 update to sync with nsString2 1999-04-22 05:39:24 +00:00
troy%netscape.com
12139f38ea Work-in-progress for relatively positioned inlines being containing blocks
for absolutely positioned child elements
1999-04-22 04:27:47 +00:00
karnaze%netscape.com
b32fa94515 support for right-to-left direction 1999-04-22 03:51:58 +00:00
karnaze%netscape.com
74eb256f75 dir attribute on <table> gets converted to css direction 1999-04-22 03:50:39 +00:00
kipp%netscape.com
fd29e5287a Fixed rendering bug with drawing poly areas during debug drawing 1999-04-22 03:40:38 +00:00
rickg%netscape.com
5e42a35ab3 updates to sync with nsString2 api 1999-04-21 23:54:24 +00:00
evaughan%netscape.com
859c6199e5 Fixed make build by not using itoa 1999-04-21 23:51:40 +00:00
rickg%netscape.com
1a3777a0b7 updates to sync with nsString2 api 1999-04-21 23:48:41 +00:00
rickg%netscape.com
8e0367b04c updates to sync with nsString2 api 1999-04-21 23:43:11 +00:00
rickg%netscape.com
85e7dbb767 updates to sync with nsString2 api 1999-04-21 23:35:12 +00:00
amusil%netscape.com
9b3402e2e6 Fixed bug with flow of control - reflows after the first one no longer call
CantRenderDisplacedElement() when it's not supposed to.
1999-04-21 23:25:20 +00:00