michaelp%netscape.com
|
f186598ef5
|
changes for pixel scaling/printing.
|
1998-11-14 01:52:27 +00:00 |
troy%netscape.com
|
40b7cbed0f
|
Changed Notify() to call NotifyError() if the notification type is
nsImageNotification_kAborted. This ensures that the NS_IMAGE_LOAD_STATUS_ERROR
load status bit is set and that the frame gets repainted
|
1998-11-13 21:21:15 +00:00 |
troy%netscape.com
|
eb159f3ddc
|
Changed Notify() to handle nsImageNotification_kAborted and set the image load
status to NS_IMAGE_LOAD_STATUS_ERROR
|
1998-11-13 06:24:33 +00:00 |
vidur%netscape.com
|
2df2615474
|
Null check for prefs. The MozillaControl doesn't set up prefs correctly quite yet (and might never will).
|
1998-11-13 02:47:33 +00:00 |
kipp%netscape.com
|
e105be2a27
|
Actually advance the dest pointer so a copy occurs (doh!)
|
1998-11-12 23:33:12 +00:00 |
troy%netscape.com
|
2b86b49c95
|
Cleaned up the way construction of the root frame happens for XML documents.
We no longer create a pseudo root element
|
1998-11-12 23:03:35 +00:00 |
alecf%netscape.com
|
6bcf771870
|
fix for unix bustage
|
1998-11-12 20:27:31 +00:00 |
buster%netscape.com
|
9b8264930f
|
col and colgroup attribute handling
colgroup pseudo frame for cols inserted directly into a table. More like this to come...
|
1998-11-12 18:37:28 +00:00 |
vidur%netscape.com
|
c068c96a00
|
Added XML display support. Split nsGenericHTMLElement into generic and HTML-specific components. Minor style modification. New XML classes and interfaces.
|
1998-11-11 22:06:16 +00:00 |
buster%netscape.com
|
baaa18677b
|
fix for default cell padding and cell spacing
|
1998-11-11 19:54:23 +00:00 |
rickg%netscape.com
|
bac5cf794d
|
first pass support for view-source
|
1998-11-11 11:55:32 +00:00 |
kipp%netscape.com
|
2b8c7fce52
|
Removed the unused GetReflowMetrics method (it may come back in a different form some day)
|
1998-11-10 18:00:08 +00:00 |
troy%netscape.com
|
fd34820203
|
Renamed Init() to SetInitialChildList() and added an additional parameter
for the name of the child list
|
1998-11-10 06:05:32 +00:00 |
troy%netscape.com
|
d78c313324
|
Added GetChildListName() member function
|
1998-11-10 04:31:02 +00:00 |
troy%netscape.com
|
6d88f202dd
|
Added GetAdditionalChildListName() as a way to discover additional
named child lists at runtime
|
1998-11-09 19:59:33 +00:00 |
troy%netscape.com
|
02915d3677
|
First of a few changes to allow frames to have multiple child lists.
FirstChild() now takes an additional argument which is the name of the
child list.
|
1998-11-09 19:40:27 +00:00 |
troy%netscape.com
|
98356c0bea
|
That part about the frame deleted reflow command being a list was a
bit overzealous. It can't be. Maybe at some point we'll have an
argument that specifies the number of frames to delete
|
1998-11-08 00:26:56 +00:00 |
troy%netscape.com
|
602e157092
|
Added some comments clarifying that appended, inserted, and deleted reflow
commands take a child list (i.e. more than one frame)
|
1998-11-08 00:24:40 +00:00 |
troy%netscape.com
|
b36b8458c4
|
Fixed DamageRepairFrame() to correctly handle the case where the
target frame has a view
|
1998-11-07 02:00:21 +00:00 |
pinkerton%netscape.com
|
f2288a825a
|
implicit int not supported anymore.
|
1998-11-06 17:24:58 +00:00 |
troy%netscape.com
|
64cdfa1e59
|
Changed to make the Mac compiler happy...
|
1998-11-06 17:24:08 +00:00 |
troy%netscape.com
|
591108e12c
|
Added a comment
|
1998-11-06 16:24:21 +00:00 |
troy%netscape.com
|
70b4af0366
|
Added support for using foreground color and background color from user
preferences. Also made it so we observe the preferences, get a callback if
they change, and then do a style change reflow
|
1998-11-06 16:16:01 +00:00 |
peterl%netscape.com
|
35b4b23fb3
|
added min/max width/height
made table inheritance block be conditional on compatibility mode
|
1998-11-06 00:49:04 +00:00 |
peterl%netscape.com
|
4f39d9e6ee
|
added min/max width/height
|
1998-11-06 00:48:14 +00:00 |
michaelp%netscape.com
|
6f7deed7e4
|
removed widget parameters from nsIView::Init(). added CreateWidget() and SetWidget()
APIs to replace this functionality. also added CreateScrollControls() to
nsIScrollableView.
|
1998-11-04 04:14:10 +00:00 |
peterl%netscape.com
|
e3cd00d3b0
|
made parent context no longer be optional on re-resolve style context method
|
1998-11-03 21:29:14 +00:00 |
peterl%netscape.com
|
d66e00cc37
|
decoupled style context resolution from frames
|
1998-11-03 20:20:07 +00:00 |
peterl%netscape.com
|
a184103f85
|
removed context hashtable code
decoupled style context resolution from frames
|
1998-11-03 20:19:28 +00:00 |
peterl%netscape.com
|
c8a8304961
|
added pseudo tag support
removed backstop rule count
removed reparent
|
1998-11-03 20:18:40 +00:00 |
peterl%netscape.com
|
8069fc8bda
|
decoupled style resolution api from frame system
|
1998-11-03 20:16:23 +00:00 |
peterl%netscape.com
|
409bdc4cd3
|
added pseudo element tag
|
1998-11-03 20:15:59 +00:00 |
peterl%netscape.com
|
5468869bd9
|
removed pres context from get style context api
added re-resolve style method
|
1998-11-03 20:15:24 +00:00 |
joki%netscape.com
|
fa7cb8280b
|
Adding submit event type
|
1998-11-02 23:05:46 +00:00 |
kipp%netscape.com
|
658cb2fc65
|
Moved frame-border rendering debug hook here
|
1998-10-30 22:06:14 +00:00 |
kipp%netscape.com
|
82e8436152
|
Fixed a coordinate system bug with Offset method
|
1998-10-30 22:05:22 +00:00 |
kipp%netscape.com
|
b3cde2c095
|
Added NS_FRAME_OUTSIDE_CHILDREN bit
|
1998-10-30 22:04:56 +00:00 |
michaelp%netscape.com
|
10921d7b0b
|
changes to support nsIRenderingContext that conforms to COM conventions.
|
1998-10-30 02:08:25 +00:00 |
cls%seawood.org
|
609f087498
|
New autoconf files for nglayout
|
1998-10-28 03:53:57 +00:00 |
kipp%netscape.com
|
c4f9d7e673
|
Reworked background rendering to properly handle the background-position properties
|
1998-10-27 16:50:19 +00:00 |
peterl%netscape.com
|
c5b842e239
|
added reparent method
|
1998-10-27 03:03:02 +00:00 |
vidur%netscape.com
|
369695631d
|
Added additional parameter to nsIContent::SetDocument. The document now tells content to lose its weak reference before the document goes away. Elements and text now add their script objects as roots so they don't get collected prematurely.
|
1998-10-26 23:26:01 +00:00 |
peterl%netscape.com
|
543110e7b9
|
reversed ridge & groove rendering
|
1998-10-26 23:18:32 +00:00 |
peterl%netscape.com
|
b97d03fe30
|
added defines for CSS2 properties
|
1998-10-26 23:13:44 +00:00 |
peterl%netscape.com
|
773d84e733
|
moved side defines to nsStyleConsts
|
1998-10-26 23:13:14 +00:00 |
rods%netscape.com
|
44adde0166
|
Removed include "nsIHTMLCSSStyleSheet.h"
|
1998-10-23 20:40:26 +00:00 |
rods%netscape.com
|
9ef8c3e006
|
Removed several nsHTMK type tags from nsDocument.cpp
|
1998-10-23 20:23:02 +00:00 |
michaelp%netscape.com
|
bed7d2d4c3
|
changes to support opacity.
|
1998-10-23 17:54:23 +00:00 |
vidur%netscape.com
|
5a8dfade2c
|
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
|
1998-10-20 17:07:23 +00:00 |
kipp%netscape.com
|
1ef2e337c1
|
Added nsTextFragment to the build
|
1998-10-20 00:19:32 +00:00 |