dcone%netscape.com
|
8365299e18
|
Fixed the curve drawing to use floating point.. corrects rounding problems
|
2000-05-11 03:59:43 +00:00 |
|
attinasi%netscape.com
|
bade3fb598
|
Fixed problem where continuation frames were repeating the background image even when no-repeat was set. b=38764 r=buster
|
2000-05-10 23:24:08 +00:00 |
|
jst%netscape.com
|
ee4b181034
|
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
|
2000-05-10 13:13:39 +00:00 |
|
attinasi%netscape.com
|
078bea04fa
|
Put back in the code to propagate the background to the canvas frame at frame construction time. b=38744
|
2000-05-10 03:31:43 +00:00 |
|
hyatt%netscape.com
|
334e31b473
|
XBL now works with HTML, XUL, SVG, MathML, and XML!
|
2000-05-09 21:42:40 +00:00 |
|
buster%netscape.com
|
c1c9bfa09b
|
effectively removed area frame
work troy was holding in his tree
r=buster
|
2000-05-09 05:11:12 +00:00 |
|
attinasi%netscape.com
|
16403a2e19
|
Fixed a problem where background images on the BODY were not getting painted properly the first time they were loaded. b=36811 r=kmcklusk@netscape.com
|
2000-05-09 00:53:51 +00:00 |
|
michael.lowe%bigfoot.com
|
468689c637
|
Implement CSS3 cursors on Windows
|
2000-05-07 05:14:43 +00:00 |
|
attinasi%netscape.com
|
0923311589
|
Added a check in AttributeChanged to notify the canvas frame when the background image or color changes. This causes the entire canvas to be invalidate and thus painted. Also removed code that was propagating the background up to the canvas frame; it was not needed and was insufficient as it did not handle the case where the DOM set the background, nor did it handle the background being cleared from the BODY. b=11491,37502
|
2000-05-06 06:04:08 +00:00 |
|
attinasi%netscape.com
|
c862485d34
|
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
|
2000-05-04 21:41:02 +00:00 |
|
attinasi%netscape.com
|
78953ce816
|
Change to disallow underscore character in identifiers, as required in the CSS2 spec. Fix contributed by VYV03354@nifty.ne.jp, r=attinasi@netscape.com
|
2000-05-04 21:36:49 +00:00 |
|
karnaze%netscape.com
|
4d98b01382
|
bug 34538 - allow more types of non table content inside table content get frames.
|
2000-05-04 14:53:59 +00:00 |
|
jst%netscape.com
|
5f7ae78da1
|
New files needed for getComputedStyle(). Not part of the build yet.
|
2000-05-04 00:07:33 +00:00 |
|
attinasi%netscape.com
|
9a31e62375
|
Applied patch from VYV03354@nifty.ne.jp to make class names specified in non-ASCII characters recognizable as parts of selectors. b=38038,35800.
|
2000-05-03 22:12:58 +00:00 |
|
jst%netscape.com
|
ef8e746fdd
|
WIP for supporting setting the cssText property on css declarations through the CSS DOM, approved and partly reviewed by Pierre.
|
2000-05-03 21:42:00 +00:00 |
|
waterson%netscape.com
|
47909284f5
|
Bug 37853. Add MOZ_COUNT_[C|D]TOR calls to the objects allocated from nsCSSDeclaration. r=attinasi
|
2000-05-03 21:21:30 +00:00 |
|
mjudge%netscape.com
|
aa573bbbd7
|
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
|
2000-05-03 06:17:49 +00:00 |
|
mkaply%us.ibm.com
|
23620fb329
|
# 34082
r= troy
OS/2 bring up continues - PR_CALLBACKs for VisualAge
|
2000-05-02 23:07:11 +00:00 |
|
rods%netscape.com
|
6085bab443
|
adding back in changes that got removed with the checkin 1.425
|
2000-05-02 14:34:24 +00:00 |
|
jst%netscape.com
|
800ac9c0bd
|
The string returned from CSSStyleDeclaration::removeProperty() should only contain the old value, not the property name.
|
2000-05-02 00:24:45 +00:00 |
|
jst%netscape.com
|
c1edfd2e87
|
Fix for bug #30492 and last part of #9876. Setting a style property to an empty string through the DOM now removes the property.
|
2000-05-01 22:59:54 +00:00 |
|
karnaze%netscape.com
|
65511dc8d6
|
new reflow/layout code for outer table to handle captions and margins. better % height handling.
row groups and rows don't include external cellspacing in there dimensions. r=troy.
|
2000-04-28 21:05:31 +00:00 |
|
pierre%netscape.com
|
ef1931a1f8
|
35261. Implement :last-node (P and Hx tags inside a cell do not collapse the cell). Change TD to collapse the bottom margin on the last-node.
|
2000-04-28 10:02:12 +00:00 |
|
pierre%netscape.com
|
a8dbb57e7f
|
9876. Implemented CSSStyleDeclaration removeProperty. r=jst.
|
2000-04-28 08:35:40 +00:00 |
|
scc%netscape.com
|
4e1b0eaca0
|
making string conversions explicit
|
2000-04-27 20:38:50 +00:00 |
|
hyatt%netscape.com
|
b7dff2e252
|
XBL Change
|
2000-04-27 02:11:41 +00:00 |
|
attinasi%netscape.com
|
3bc70b17e4
|
Fixed recent regression: DidLoadStyle was not being called if the status was failure, causing the parser to remain blocked forever. b=27208
|
2000-04-27 00:51:06 +00:00 |
|
dbaron%fas.harvard.edu
|
2ac24b8966
|
Fix bugs 12398, 12450, and 35215, and comment out some unused code. r=pierre@netscape.com
|
2000-04-27 00:12:25 +00:00 |
|
dbaron%fas.harvard.edu
|
9c16f212b1
|
Fix bug 37082 - attribute selector matching for ~= and |= backwards. r=pierre@netscape.com
|
2000-04-27 00:07:12 +00:00 |
|
attinasi%netscape.com
|
aaef34704e
|
Eliminated a wasteful duplication of a string. Should reduce bloat substantially. r=pierre
|
2000-04-26 23:36:45 +00:00 |
|
jst%netscape.com
|
70304a6c16
|
Initialize mRefCnt in the constructor, duh!
|
2000-04-26 23:24:30 +00:00 |
|
jst%netscape.com
|
0c513b7385
|
Fix crash when modifying a stylesheet through the DOM before the document is displayed.
|
2000-04-26 23:22:06 +00:00 |
|
jst%netscape.com
|
af8646bbb5
|
Landing DOM Level 2 CSS and Views interfaces and implementation.
|
2000-04-26 13:58:56 +00:00 |
|
mjudge%netscape.com
|
2cfb602409
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
|
evaughan%netscape.com
|
3e33f5b852
|
1) StyleChange coelescing
2) Warning fixes
3) Table fixes
|
2000-04-25 07:10:48 +00:00 |
|
troy%netscape.com
|
6b04c3b5fa
|
Reinstated clipping code which had been backed out because it caused
a problem for XUL layout. I added a workaround for the XUL problem
|
2000-04-25 04:43:11 +00:00 |
|
putterman%netscape.com
|
e25d9a73e7
|
Backing out troy's changes to fix various UI blocker bugs.
|
2000-04-24 22:21:56 +00:00 |
|
dcone%netscape.com
|
da4105b736
|
Put in the Tiling call from the RenderingContextImpl.
|
2000-04-24 04:36:05 +00:00 |
|
attinasi%netscape.com
|
af2c4a7c11
|
Removed warnings: very basic changes
|
2000-04-23 19:06:37 +00:00 |
|
scc%netscape.com
|
1177150f2e
|
making string conversions explicit
|
2000-04-23 19:04:37 +00:00 |
|
attinasi%netscape.com
|
31410d2cca
|
Added support for @charset in external stylesheets, as well as support for charset being set byt HTML document for parsing HTML style attributes in other charsets. r=ftang b=2870,28500
|
2000-04-23 02:01:40 +00:00 |
|
troy%netscape.com
|
9b393faa48
|
Changes to bring clipping inline with upcoming CSS2 errata
|
2000-04-23 00:56:16 +00:00 |
|
dbaron%fas.harvard.edu
|
ed9c5e00ef
|
Prevent selector matching from incorrectly failing due to greedy matching. b=24031 r=pierre@netscape.com
|
2000-04-22 00:47:18 +00:00 |
|
hyatt%netscape.com
|
4a0414c6e1
|
Tree performance improvements.
|
2000-04-21 08:12:13 +00:00 |
|
pierre%netscape.com
|
0a1b7cc547
|
Implemented i18n list-style-types. Thanks to bakibon@yahoo.com.
|
2000-04-21 08:05:29 +00:00 |
|
jst%netscape.com
|
75c2e94a05
|
Backing out dcones last changes since they made linux tinderbox go orange, and the toolbar wasn't properly drawn with the changes.
|
2000-04-20 16:22:10 +00:00 |
|
dcone%netscape.com
|
630efa09d1
|
Turned on the Fast Background Rendering.
|
2000-04-20 14:00:22 +00:00 |
|
jst%netscape.com
|
65686de7fb
|
Updating the DOM interface CSSStyleDeclaration to DOM Level 2.
|
2000-04-20 13:50:56 +00:00 |
|
jst%netscape.com
|
8515630b3f
|
Adding GetIID() to nsICSSDeclaration.
|
2000-04-20 13:00:08 +00:00 |
|
rods%netscape.com
|
47329d0362
|
Not enabling creator's to be asked if they want to create a special frame for anonymous content
bug 33515
|
2000-04-19 13:55:17 +00:00 |
|