attinasi%netscape.com
0c6d39b35f
Fixed the BodyBackground rule to propagate the backgound color when the background color is cleared as well as set. b=11491
...
git-svn-id: svn://10.0.0.236/trunk@68506 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 05:56:02 +00:00
attinasi%netscape.com
7fc3233b8e
Added AttributeChanged method impl. for the CanvasFrame. This allows the frame to invalidate the whole canvas when a background color or background image changes. b=11491,37502
...
git-svn-id: svn://10.0.0.236/trunk@68505 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 05:50:49 +00:00
attinasi%netscape.com
2b8dd98033
QuirkMode: support for background="" to override the table inheriting the background down to the cells.
...
git-svn-id: svn://10.0.0.236/trunk@68504 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 05:48:38 +00:00
jst%netscape.com
d24292d0d4
Fixing bug 36308, document.close() didn't release the parser so subsequent document.open calls didn't properly clear the document/old parser.
...
git-svn-id: svn://10.0.0.236/trunk@68471 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-06 00:05:19 +00:00
jst%netscape.com
5b124bedb6
Fixing bug 35598, HTMLInputElement.click() wasn't working properly. r=joki
...
git-svn-id: svn://10.0.0.236/trunk@68466 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 23:44:43 +00:00
rods%netscape.com
19a9f37fef
The press event always delivers the key as lowercase where key down gives you the key that was pressed
...
need to change str to lowercase instead of uppercase
b=34630
git-svn-id: svn://10.0.0.236/trunk@68434 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 21:51:56 +00:00
erik%netscape.com
7430aa9ab0
bug 26237; added support for HTML LANG attribute -- it now uses the fonts
...
specified by the user for elements with the LANG attribute when the font
is a CSS generic (e.g. serif); r=pierre
git-svn-id: svn://10.0.0.236/trunk@68421 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 21:04:36 +00:00
harishd%netscape.com
c823ed3de6
Changed a parameter ( nsVector to nsVoidArray ).
...
to add support for KEYGEN.
git-svn-id: svn://10.0.0.236/trunk@68410 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 20:39:12 +00:00
jst%netscape.com
11ac5cc7a6
Fixing bug 35276, flush all pending reflow notifications before requsting geometry from the frames, this makes the HTML element properties offsetXXX correct values even if requested immediately after a reflow was generated.
...
git-svn-id: svn://10.0.0.236/trunk@68393 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 14:25:49 +00:00
joki%netscape.com
c64d2868fc
check in fix for 31892, null check in imagemap event code
...
git-svn-id: svn://10.0.0.236/trunk@68392 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 14:10:52 +00:00
mjudge%netscape.com
3bf0034524
not in build yet. ender-lite
...
git-svn-id: svn://10.0.0.236/trunk@68381 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 08:58:24 +00:00
mjudge%netscape.com
8004a683c1
adding more support for forms
...
git-svn-id: svn://10.0.0.236/trunk@68317 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 02:46:56 +00:00
mjudge%netscape.com
43bd57f8d5
not in build yet
...
git-svn-id: svn://10.0.0.236/trunk@68316 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 02:38:28 +00:00
mjudge%netscape.com
6b506c728a
bad infiniteloop fix
...
git-svn-id: svn://10.0.0.236/trunk@68315 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-05 02:38:03 +00:00
karnaze%netscape.com
a84a1ee61a
bug 37037, 37490, and a table paganation problem when captions are present.
...
git-svn-id: svn://10.0.0.236/trunk@68283 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 23:16:42 +00:00
pierre%netscape.com
77cf922fa7
18817 and 35872 "Compatibility mode testing should be reviewed". eDTDMode_noquirks was used instead of eDTDMode_strict. Another fix from VYV03354@nifty.ne.jp, r=pierre.
...
git-svn-id: svn://10.0.0.236/trunk@68263 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 21:53:18 +00:00
attinasi%netscape.com
f89065c311
Tables now inherit backgrond color and image into the cells and allow them to paint instead in quirks mode (the way it originally was). b=34838
...
git-svn-id: svn://10.0.0.236/trunk@68259 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 21:41:02 +00:00
attinasi%netscape.com
b65f73a73a
Put checks for quirk mode before painting table background back in. Tables now inherit backgrond color and image into the cells and allow them to paint instead in quirks mode (the way it originally was).
...
git-svn-id: svn://10.0.0.236/trunk@68258 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 21:39:14 +00:00
attinasi%netscape.com
921df5eb29
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
...
git-svn-id: svn://10.0.0.236/trunk@68257 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 21:36:49 +00:00
karnaze%netscape.com
5823c8dc5f
bug 34538 - allow more types of non table content inside table content get frames.
...
git-svn-id: svn://10.0.0.236/trunk@68240 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 14:53:59 +00:00
karnaze%netscape.com
2a4c3e66cc
bug 37791 - calculate auto margins during an incremental reflow.
...
git-svn-id: svn://10.0.0.236/trunk@68238 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 14:49:35 +00:00
karnaze%netscape.com
20cec33497
consider captions as blocks to calculate box-sizing.
...
git-svn-id: svn://10.0.0.236/trunk@68237 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 14:47:37 +00:00
rods%netscape.com
6951fd7de5
button and input button content nodes now cancel all mouse click events except mouse up/down
...
b=38083
git-svn-id: svn://10.0.0.236/trunk@68233 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 13:57:35 +00:00
mjudge%netscape.com
e5b2003819
stealing new bit for frames with their own selection. changing caret to be able to handle multiple selected areas. if the bit doesnt work out i will back it out.
...
git-svn-id: svn://10.0.0.236/trunk@68219 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 08:35:42 +00:00
rickg%netscape.com
7be87c598e
fixed DTDMode regression
...
git-svn-id: svn://10.0.0.236/trunk@68211 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 05:54:04 +00:00
karnaze%netscape.com
1b46aa38ae
new regression tests not affecting the build
...
git-svn-id: svn://10.0.0.236/trunk@68199 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 03:13:08 +00:00
karnaze%netscape.com
cd525940c1
let outer table inherit top, right, bottom, left, opacity, z-index, clip from content
...
git-svn-id: svn://10.0.0.236/trunk@68198 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 03:00:07 +00:00
karnaze%netscape.com
5b2c2eb4a2
bug 38048 - use correct reflow reason. fixed by Troy, r=karnaze
...
git-svn-id: svn://10.0.0.236/trunk@68186 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 00:39:01 +00:00
jst%netscape.com
b15a5bb348
New files needed for getComputedStyle(). Not part of the build yet.
...
git-svn-id: svn://10.0.0.236/trunk@68182 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-04 00:07:33 +00:00
attinasi%netscape.com
5f1b41704f
Applied patch from VYV03354@nifty.ne.jp to make class names specified in non-ASCII characters recognizable as parts of selectors. b=38038,35800.
...
git-svn-id: svn://10.0.0.236/trunk@68153 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 22:12:58 +00:00
rods%netscape.com
65b1861334
bryner's fix for key repeat (thanks a lot)
...
need to make press event not bubble
b=38072, r=rods
git-svn-id: svn://10.0.0.236/trunk@68150 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 22:01:47 +00:00
jst%netscape.com
09a726c20d
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
...
git-svn-id: svn://10.0.0.236/trunk@68135 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 21:42:00 +00:00
waterson%netscape.com
235aa7a8f3
Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi
...
git-svn-id: svn://10.0.0.236/trunk@68116 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 21:21:30 +00:00
karnaze%netscape.com
1f5399ce0f
bug 9271 - correctly insert cells, rows when insertion index equals number of elements.
...
git-svn-id: svn://10.0.0.236/trunk@68084 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 14:57:00 +00:00
karnaze%netscape.com
b10cfe19e6
bug 30692 - skip inner table cell's block as percentage base and use cell instead. r=troy
...
git-svn-id: svn://10.0.0.236/trunk@68081 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 14:36:04 +00:00
rods%netscape.com
b1ad3ba665
cleaned up a lot of rules for buttons (html, submit, reset, input)
...
also changed rule so "active" style only shows when "hover"
git-svn-id: svn://10.0.0.236/trunk@68076 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 13:32:15 +00:00
mjudge%netscape.com
83062e04ad
r=hyatt. just because we have an XBL keybinding does not mean that we are generating content from XBL. if we have no children generated, then ask the frame to construct anonymous content
...
git-svn-id: svn://10.0.0.236/trunk@68055 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 06:17:49 +00:00
mjudge%netscape.com
8d2654f33a
preparation for ender-lite landing.
...
git-svn-id: svn://10.0.0.236/trunk@68054 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-03 06:16:32 +00:00
troy%netscape.com
31435f5938
b=26792 r=karnaze@netscape.com Change to SplitRowGroup to handle the
...
case where GetCellInfoAt() returns NULL
git-svn-id: svn://10.0.0.236/trunk@67969 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 23:47:01 +00:00
mkaply%us.ibm.com
de7be3a9e5
# 34082
...
r= troy
OS/2 bring up continues - PR_CALLBACKs for VisualAge
git-svn-id: svn://10.0.0.236/trunk@67947 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 23:07:11 +00:00
attinasi%netscape.com
e079ebd121
checks for null strings. test programs only.
...
git-svn-id: svn://10.0.0.236/trunk@67932 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 22:38:58 +00:00
rods%netscape.com
970c96d7ee
fixed up display rule for comboboxes
...
git-svn-id: svn://10.0.0.236/trunk@67902 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 14:52:51 +00:00
rods%netscape.com
191a691de3
adding back in changes that got removed with the checkin 1.425
...
git-svn-id: svn://10.0.0.236/trunk@67901 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 14:34:24 +00:00
mjudge%netscape.com
849dca7792
adding call to new api for initing selection
...
git-svn-id: svn://10.0.0.236/trunk@67847 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 03:45:01 +00:00
mjudge%netscape.com
5449c8ea3a
setting up for gfxtextcontrolchange
...
git-svn-id: svn://10.0.0.236/trunk@67842 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 03:40:44 +00:00
sfraser%netscape.com
d0d7a8b884
Oops, need to check in this file for new selection enums.
...
git-svn-id: svn://10.0.0.236/trunk@67830 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 02:51:30 +00:00
sfraser%netscape.com
c114dc2226
Fix for 37303 -- fix text selection code to behave better for an empty text field, and take -1 to mean 'select to end'.
...
git-svn-id: svn://10.0.0.236/trunk@67828 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 02:31:11 +00:00
evaughan%netscape.com
a3c13c8739
Made gfx scrollframe store maxelement size for gfxlist controls.
...
git-svn-id: svn://10.0.0.236/trunk@67827 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 02:28:41 +00:00
troy%netscape.com
bb653520dc
b=33150 Fixed problem where reflow commands in different child lists were
...
being coalesced
git-svn-id: svn://10.0.0.236/trunk@67826 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 02:23:31 +00:00
karnaze%netscape.com
4b818debc3
new regression tests, not affecting the build.
...
git-svn-id: svn://10.0.0.236/trunk@67811 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-02 01:10:51 +00:00