Closed
Bug 185877
Opened 22 years ago
Closed 22 years ago
remove nsIRenderingContext::DrawScaledTile
Categories
(Core Graveyard :: GFX, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 file)
|
3.75 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
This function is not implemented in any platform-specific gfx directory, and the
common implementation only returns NOT_IMPLEMENTED... Also, it is never called.
So this function can probably be removed.
cc'ing some people who touched this file.
Opinions on this?
*** Bug 185878 has been marked as a duplicate of this bug. ***
*** Bug 185879 has been marked as a duplicate of this bug. ***
*** Bug 185881 has been marked as a duplicate of this bug. ***
*** Bug 185882 has been marked as a duplicate of this bug. ***
*** Bug 185883 has been marked as a duplicate of this bug. ***
*** Bug 185884 has been marked as a duplicate of this bug. ***
*** Bug 185885 has been marked as a duplicate of this bug. ***
*** Bug 185886 has been marked as a duplicate of this bug. ***
*** Bug 185887 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 10•22 years ago
|
||
Sorry for the duplicates... this is due to bug 184122
Do it.
Comment 12•22 years ago
|
||
Yes, I agree. I haven't seen any CSS2 (or 2.1) spec allowing for a tiled image
to be scaled.
| Assignee | ||
Comment 14•22 years ago
|
||
Comment 15•22 years ago
|
||
Comment on attachment 109674 [details] [diff] [review]
patch
This looks incomplete.
http://lxr.mozilla.org/seamonkey/search?string=drawscaledtile
| Assignee | ||
Comment 16•22 years ago
|
||
Comment on attachment 109674 [details] [diff] [review]
patch
smontagu: (as explained on irc) gfx2/ is not really part of anything and most
likely does not compile...
Attachment #109674 -
Flags: superreview?(roc+moz)
Attachment #109674 -
Flags: review?(kmcclusk)
GFX2 should be removed from the tree. It's not going anywhere.
Comment on attachment 109674 [details] [diff] [review]
patch
r+sr=roc+moz
Attachment #109674 -
Flags: superreview?(roc+moz)
Attachment #109674 -
Flags: superreview+
Attachment #109674 -
Flags: review?(kmcclusk)
Attachment #109674 -
Flags: review+
Comment 19•22 years ago
|
||
| Assignee | ||
Comment 20•22 years ago
|
||
checked in, thanks for the reviews.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•