vidur%netscape.com
b8ecc55881
Added noscript qualifier to HTMLDocument::Open, Write and Writeln and moved the JS-specific versions over to NSHTMLDocument.
1999-05-28 00:18:48 +00:00
av%netscape.com
e2a089381e
Getting windowless plugin stuff into
1999-05-27 23:20:09 +00:00
pinkerton%netscape.com
8c68a96e62
remove references and cid's for tree, toolbar, and content connector widgets. These no longer exist.
1999-05-27 23:17:14 +00:00
nisheeth%netscape.com
1dab45d1ff
Accept percentage values for the LEFT and TOP attributes of the LAYER tag.
1999-05-27 22:26:23 +00:00
kmcclusk%netscape.com
56cb572831
fixes for bugs #5809 , #5852 , #6828 , #6973 .
...
Added a new test16.html sample to test gfx-rendered widgets to viewer.
Added support for test17.html sample to test printing.
1999-05-27 21:17:10 +00:00
hyatt%netscape.com
25c31fd9a3
(1) The document now checks the window for capture.
...
(2) Frames and iframes now know their nearest enclosing chrome shells.
1999-05-27 21:04:52 +00:00
dp%netscape.com
12789cc1b1
Fixing tests to link with components/libraptorhtml.so. This aint the right thing. The test should be modified to use the componentmanager to get to the object
1999-05-27 04:21:30 +00:00
sspitzer%netscape.com
c1c89f9464
fixed this test to go through the component manager. turn it back on.
1999-05-27 02:41:16 +00:00
sspitzer%netscape.com
13dea2bed1
commenting out tests until we get them to work
1999-05-27 02:25:56 +00:00
peterl%netscape.com
8f088167e0
sync to nsIStyledContent API change
1999-05-26 23:55:49 +00:00
peterl%netscape.com
0ff2cb742d
changed cascading code to include rules from children
...
added rule cascade per media
1999-05-26 23:55:12 +00:00
peterl%netscape.com
4acc03a176
better handling of CR/LF after escapes
1999-05-26 23:53:39 +00:00
peterl%netscape.com
fbcf6e8b5d
better handling of bad @imports
1999-05-26 23:53:16 +00:00
peterl%netscape.com
0e8ebe075d
added load agent sheet
...
added support for non-blocking inline sheets
1999-05-26 23:52:37 +00:00
peterl%netscape.com
9533665652
added Clearmedia
1999-05-26 23:51:42 +00:00
peterl%netscape.com
c7644ee0fc
added drop doc reference
...
added load agent sheet
added usage notes
1999-05-26 23:51:25 +00:00
peterl%netscape.com
766ffe4aa0
drop doc reference on CSS loader
1999-05-26 23:50:26 +00:00
peterl%netscape.com
325e454ccd
made inline style sheet non-blocking
...
fixed processing of link type ("rel")
fixed handling of mime type
1999-05-26 23:49:33 +00:00
peterl%netscape.com
716232e145
prepped MapAttributeInto for use with table cells too
1999-05-26 23:48:19 +00:00
peterl%netscape.com
ae8ececefd
sync to nsIStyledContent API change
...
add table style rule to table cell
1999-05-26 23:47:19 +00:00
peterl%netscape.com
3437a3de76
sync to nsIStyledContent API change
1999-05-26 23:46:45 +00:00
bruce%cybersight.com
e73f9d9713
Fix a free memory mismatch.
1999-05-26 22:53:12 +00:00
morse%netscape.com
aa3c35f565
added modal dialogs for wallet
1999-05-26 22:50:49 +00:00
karnaze%netscape.com
8f59339b67
Rewrote DistributeRemainingSpace a 2nd time and added compat mode.
...
bug 6068, 6933. nsTableRowGroupFrame::CalculateRowHeights - changed row spans to consider
top and bottom margins during height calculations. Calculations using percentages ensure that the sum of
rows sum exactly to excess.
bug 6404 BasicTableLayoutStrategy::BalanceColumnsConstrained cols in span other than 1st col was
not getting additional allocations from cell. ::DistributeRemainSpace uses max width of col
instead of max effective width. Also added checks for negative value during percentage calculations.
1999-05-26 22:22:23 +00:00
karnaze%netscape.com
413803f598
bug 7083, nsFormFrame doesn't involve netlib if the action is not specified
1999-05-26 22:20:53 +00:00
karnaze%netscape.com
f272c5cfa3
new regression tests
1999-05-26 22:19:02 +00:00
pinkerton%netscape.com
5135f5d4a6
new multiple-item drag and drop apis.
1999-05-26 21:08:14 +00:00
dp%netscape.com
b242ae36b2
Fixing tests
1999-05-26 07:46:01 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
leaf%mozilla.org
d9cb231ace
Filtering out form submission in all cases, to get location bar working
...
for mac. This will be fixed RSN.
1999-05-25 23:25:19 +00:00
ftang%netscape.com
cc813dcc33
fix bug 6740. approved by christ hofmann
1999-05-25 02:30:03 +00:00
waterson%netscape.com
f19a8afed8
Okay, let's try that again.
1999-05-21 23:42:02 +00:00
waterson%netscape.com
9eecd35723
Add GetIID() for use with nsCOMPtr.
1999-05-21 23:40:57 +00:00
rickg%netscape.com
c2ab221aeb
fixed per cyeh
1999-05-21 23:11:16 +00:00
pollmann%netscape.com
93d4bc38e1
Bug 2999: Option values of "" handled correctly now R=vidur A=chofmann
1999-05-20 23:25:34 +00:00
vidur%netscape.com
c21d4f34bb
Fix for bug 6843. Option.selected returns the correct value for non-multi-selects.
1999-05-20 23:24:06 +00:00
joki%netscape.com
81c6345327
Fix for bug 6005, crash on window closing via script. A: chofmann, R: vidur
1999-05-20 23:16:53 +00:00
vidur%netscape.com
dc0c7c7de9
Fix for bug 4050 - problem with HTMLSelectElement::Add(). Fix reviewed by Eric Pollmann and approved by CYeh.
1999-05-20 21:50:14 +00:00
hyatt%netscape.com
dfd17ec74c
No manifest file was included for this directory. ^%&#^%&#@$
1999-05-20 09:13:00 +00:00
hyatt%netscape.com
dddc71fea8
Fixes for bugs 6746 and 6747. Approved by chofmann@netscape.com.
1999-05-20 06:39:37 +00:00
mscott%netscape.com
7955391327
Back out ftang's changes to fix show stopper on mailnews: Bug #6740 . Right now mailnews is helpless without backing this out.
1999-05-20 03:23:44 +00:00
mjudge%netscape.com
5e0deae8ef
incorrect C++ put class:: in front of method name illegal ASCII C++ MAC picks this up i guess 1 line change
1999-05-20 03:01:02 +00:00
mjudge%netscape.com
1dd2a01b0e
reviewed sfraser approved choffman 6771 6762 UMR and Extreemly inefficient table selection code fixed simply
1999-05-20 00:52:00 +00:00
evaughan%netscape.com
2b76d2dc93
Fixed some visibility bugs in order to make the tab widget work correctly.
1999-05-19 22:14:11 +00:00
harishd%netscape.com
f7a60fdd2e
Fix for bug#6716. For handling multiple <BODY> tags in a document.
...
(R) rickg, (A) chofmann
1999-05-19 22:10:30 +00:00
pollmann%netscape.com
60ca31b788
Bug 3187: Add widget update on option creation and destruction. (3 of 3)
1999-05-19 04:37:41 +00:00
pollmann%netscape.com
89e89d3e37
Bug 3187: Add frame notification on option creation and destruction.
1999-05-19 03:46:25 +00:00
pollmann%netscape.com
49b2fa20b5
Bug 3322: onChange won't be sent when the combo box is first clicked now. (2 of x)
1999-05-19 03:37:23 +00:00
pollmann%netscape.com
8d482f30df
Bug 3187: Adding an IndexOf method to nsOptionList. We'll use this in the option constructor and destructor (1 of 3)
1999-05-19 01:11:48 +00:00
pollmann%netscape.com
6fbc2ada16
Enabling SIZE attribute change for selects.
1999-05-19 01:03:02 +00:00