troy%netscape.com
8b23990b90
Changed destructor to Interrupt() image group before realeasing reference
1998-08-18 01:43:35 +00:00
buster%netscape.com
a42be9cf57
fixed nested tables for the case where both parent and child table are %-width,
...
and the columns are any variety of width types
1998-08-17 23:37:04 +00:00
buster%netscape.com
49d858783e
fixed a memory leak where a style context was not being released when
...
the table cell set the table column's style.
1998-08-17 19:03:36 +00:00
karnaze%netscape.com
40765150cf
removed text field and browse button of <input type=text> from content model.
1998-08-17 17:46:08 +00:00
troy%netscape.com
695e20e125
Destructor now releases ref to image maps
1998-08-15 16:25:33 +00:00
troy%netscape.com
af9e04cf14
Added missing NS_INIT_REFCNT()
1998-08-15 03:24:27 +00:00
scullin%netscape.com
39b83242e3
Checked in api changes and some other small changes from the branch.
1998-08-14 23:08:54 +00:00
troy%netscape.com
fadc4d4beb
Changed destructor to release reference to child form element, and
...
changed Release() to not check for external references to child form
elements
1998-08-14 21:03:16 +00:00
troy%netscape.com
98936027ef
Changed NS_NewHTMLInputFile() to release reference to onput text and
...
input browse content objects
1998-08-14 20:36:36 +00:00
buster%netscape.com
c024161837
* migrated and improved some fixes from the branch to the tip
...
* fixes sample6, yahoo resizing
* added BasicTableLayoutStrategy::ColIsSpecifiedAsMinimumWidth helper function,
which tells us if the given column has a width attribute that means "make me as small as possible"
* nsTableFrame methods now no longer use mCellMap directly, they ask for it from
GetCellMap which gets the cell map from the first-in-flow. Only the first-in-flow has a
cell map because the cellmap refers to the table as a single object, not to each table frame.
* Likewise, continuing table frames do not call BalanceColumnWidths or SetTableWidth
which are "global" operations. Responsibility for these lies with the first-in-flow.
1998-08-14 16:16:43 +00:00
troy%netscape.com
358b26c689
Added NS_RELEASE in ProcessTEXTAREATag(). This fixes a problem with
...
text area content objects being leaked
1998-08-14 05:21:43 +00:00
troy%netscape.com
c161f261c1
Added NS_RELEASE of list box widget interface pointer
1998-08-14 04:45:30 +00:00
troy%netscape.com
c804eb4ad1
Added NS_IF_RELEASE(mAttributes) to destructor
1998-08-14 03:32:39 +00:00
joki%netscape.com
a185078042
Adding more window properties and slightly refCnt declaration.
1998-08-13 23:37:54 +00:00
valeski%netscape.com
f93dea794e
310133 - Injected code into HTMLContentSink::ProcessMETATag() to check for an "http-equiv" header (specifically the Refresh header). If found, an nsIHTTPUrl interface is retrieved so the "http-equiv" header can be added to the url struct.
1998-08-13 20:09:10 +00:00
vidur%netscape.com
824d631d5e
Implemented document.location.
1998-08-13 19:08:01 +00:00
joki%netscape.com
c316d58438
Adding url and lineno to script evaluation
1998-08-12 23:37:50 +00:00
joki%netscape.com
3c6cb25a6b
Fix script src equals problem when src contained in quotes.
1998-08-12 22:28:50 +00:00
karnaze%netscape.com
73e4145994
fixed destructor problems causing www.goto.com to crash when hitting a link
1998-08-12 21:50:11 +00:00
rods%netscape.com
4d6426e924
Change the calculation of how big the dropdown list should be. The max size
...
is now 20.
1998-08-12 20:05:25 +00:00
peterl%netscape.com
189579e0f1
made parse color compress whitespace first
1998-08-12 18:28:55 +00:00
kipp%netscape.com
7cfac8916c
Use new forwarding macros
1998-08-12 18:00:04 +00:00
vidur%netscape.com
b7ad94a52c
Correctly deal with BODY tag BACKGROUND attribute that is an empty string.
1998-08-12 17:51:31 +00:00
troy%netscape.com
9fcc472d50
Fixed leak of an HTML Meta content object
1998-08-12 05:27:21 +00:00
troy%netscape.com
44835d4e51
Made sure event state manager was always released
1998-08-12 05:09:07 +00:00
joki%netscape.com
edb8b34146
Adding partial load event support, removing script context Run_GC method adding partial script error support
1998-08-12 04:56:40 +00:00
troy%netscape.com
d8d09aa319
Eliminated circular reference between table row and table cell
1998-08-12 04:45:17 +00:00
troy%netscape.com
82af4aaaf5
Added release of row group context object
1998-08-12 04:09:43 +00:00
troy%netscape.com
b690d7b15c
Eliminated memory leak of a content object in ProcessInitialReflow() when
...
doing special processing for list-item containers
1998-08-12 03:22:24 +00:00
karnaze%netscape.com
4a849eba9d
ref counting, destruction fixes
1998-08-12 02:04:41 +00:00
troy%netscape.com
08a675a1ca
Fixed a leak of the HTML title
1998-08-12 01:36:25 +00:00
troy%netscape.com
639e969509
Fixed leak of a bullet content object
1998-08-12 01:26:25 +00:00
troy%netscape.com
46c56f731a
Added NS_RELEASE in FlushText() of interface returned from QueryInterface()
1998-08-11 22:44:28 +00:00
karnaze%netscape.com
3d225ad8ac
removed references to nsIWebFrame
1998-08-11 21:13:37 +00:00
karnaze%netscape.com
4d747b5c56
put back previous sizing of text fields due to changes in fixed width font
1998-08-11 19:07:25 +00:00
karnaze%netscape.com
6695e6c177
removed nsIWebFrame
1998-08-11 18:52:35 +00:00
buster%netscape.com
fad1e52668
first cut at implementing %-width columns inside of auto-width tables.
...
This is about 50% done, which covers about 90% of the cases.
1998-08-11 18:42:10 +00:00
kipp%netscape.com
432127395e
Work around frame-appended reflows that don't grow the child of the body
1998-08-11 17:38:46 +00:00
karnaze%netscape.com
1c9c06291f
added missing NS_RELEASE statements
1998-08-11 16:52:05 +00:00
kipp%netscape.com
1a2351620b
Elminated top/bottom margins around center tags
1998-08-11 15:32:12 +00:00
kipp%netscape.com
bcf5a7235b
Make sure text at the end of the document is reflowed properly
1998-08-11 00:19:11 +00:00
peterl%netscape.com
bc1110caa7
connected LINKed style sheets
1998-08-10 23:02:39 +00:00
peterl%netscape.com
3276d26bc6
connect marginwidth & marginheight in body tag
1998-08-10 21:50:32 +00:00
rods%netscape.com
3e77497f64
Fixed edge case for selection, selection at starting of line and moving to new content.
1998-08-10 17:46:34 +00:00
kipp%netscape.com
bc2b4662fd
Fixed documents w/o titles bug #313016
1998-08-10 17:39:48 +00:00
karnaze%netscape.com
1e4f857439
fixed "return" submission on a single text field
1998-08-10 17:26:20 +00:00
karnaze%netscape.com
6837a9ba6b
adjusted sizing for text controls; default control is text; assertion cleanup
1998-08-10 04:28:17 +00:00
joki%netscape.com
ec9313f3d7
Move disassociation of frame from view up from destructor to DeleteFrame to prevent event entrance during destruction
1998-08-10 02:28:23 +00:00
buster%netscape.com
0824132571
percent-width nested tables in fixed-width cells now use the computed
...
column width if available for computing their own width.
1998-08-10 02:16:18 +00:00
karnaze%netscape.com
2638dac692
added GetMarginWidth, SetMarginWidth, GetMarginHeight, SetMarginHeight to web widget, frameset codes calls it.
1998-08-10 01:01:27 +00:00