nisheeth%netscape.com
|
3785d66606
|
Fix for bugs 16709, 20771. Frame state is stored before frame hierarchies are deleted and restored when the frame hierarchies are reconstructed.
git-svn-id: svn://10.0.0.236/trunk@55409 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-06 07:44:18 +00:00 |
|
hyatt%netscape.com
|
7e24c61109
|
Implementing a generalized recycler and arena for all layout frames. Hoping to improve
bug #9489. Should also definitely fix bug #15916. r=troy
git-svn-id: svn://10.0.0.236/trunk@55321 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-12-04 23:49:50 +00:00 |
|
dmose%mozilla.org
|
92d791b7b0
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@52908 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-11-06 03:40:37 +00:00 |
|
peterl%netscape.com
|
bba68903df
|
Added namespace ID to the AttributeChanged notification
Part fo the fix for Bug 15153
r=troy
git-svn-id: svn://10.0.0.236/trunk@50888 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-10-15 23:16:45 +00:00 |
|
troy%netscape.com
|
db679bfa7c
|
Changed frame construction code to use frame manager when modifying frame
model
git-svn-id: svn://10.0.0.236/trunk@42257 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-08-05 03:09:22 +00:00 |
|
troy%netscape.com
|
eda7c241f2
|
Added function FindPrimaryFrameFor()
git-svn-id: svn://10.0.0.236/trunk@37981 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-07-02 04:46:19 +00:00 |
|
peterl%netscape.com
|
47bf3e319c
|
widened content state change api
added test for state dependent style
git-svn-id: svn://10.0.0.236/trunk@28162 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-04-20 00:02:22 +00:00 |
|
peterl%netscape.com
|
5841c9d120
|
added method to process style changed frames
git-svn-id: svn://10.0.0.236/trunk@25081 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-03-25 06:33:25 +00:00 |
|
vidur%netscape.com
|
83118f458a
|
Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy.
git-svn-id: svn://10.0.0.236/trunk@22445 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-03-01 16:57:35 +00:00 |
|
peterl%netscape.com
|
46ee5bae96
|
added content state changed
git-svn-id: svn://10.0.0.236/trunk@22333 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-02-27 07:15:09 +00:00 |
|
troy%netscape.com
|
cbaac14adf
|
Added CreateContinuingFrame() function to frame construction code
git-svn-id: svn://10.0.0.236/trunk@21695 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-02-24 04:03:50 +00:00 |
|
peterl%netscape.com
|
f64a7d8528
|
added include & class definitions to make include safe
git-svn-id: svn://10.0.0.236/trunk@19812 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-02-05 03:55:55 +00:00 |
|
troy%netscape.com
|
1fa43367bb
|
Work-in-progress for replaced elements that can't be rendered
git-svn-id: svn://10.0.0.236/trunk@19703 18797224-902f-48f8-a5cc-f745e15eee43
|
1999-02-04 17:03:46 +00:00 |
|
troy%netscape.com
|
9a7f94d20b
|
Moved logic that deals with moving absolutely positioned frames out of the
flow to the frame construction code
git-svn-id: svn://10.0.0.236/trunk@16924 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-12-29 03:38:16 +00:00 |
|
peterl%netscape.com
|
39e7ccb9fc
|
added change notification support
git-svn-id: svn://10.0.0.236/trunk@15334 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-11-26 01:24:52 +00:00 |
|
vidur%netscape.com
|
c67a7ad987
|
Changes to allow disabling and enabling of style sheets. Introduced ReconstructFrames to nsIFrameConstructor. CSSStyleSheets now remember their document. Temporary fix to allow text content inside CSS tables.
git-svn-id: svn://10.0.0.236/trunk@14781 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-11-17 02:14:38 +00:00 |
|
peterl%netscape.com
|
6976204834
|
added content changed & attribute changed to style frame construction api.
cleaned up api.
added attribute change hint.
git-svn-id: svn://10.0.0.236/trunk@11483 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-29 23:41:59 +00:00 |
|
troy%netscape.com
|
8d229a5a6e
|
Moved ContentReplaced() handler code to style system
git-svn-id: svn://10.0.0.236/trunk@11108 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-25 22:47:00 +00:00 |
|
troy%netscape.com
|
be32dfbcc4
|
Moved ContentDeleted() document notification code to the style system which
generates the reflow command
git-svn-id: svn://10.0.0.236/trunk@11020 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-25 05:13:06 +00:00 |
|
troy%netscape.com
|
b60923ad33
|
Removed content delegates
git-svn-id: svn://10.0.0.236/trunk@10417 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-18 17:18:37 +00:00 |
|
troy%netscape.com
|
0c4b9521d5
|
Phase one of frame construction changes
git-svn-id: svn://10.0.0.236/trunk@9742 18797224-902f-48f8-a5cc-f745e15eee43
|
1998-09-10 19:32:14 +00:00 |
|