WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
58170
Remove old (now obsolete) comments carried over from CanvasSurface
https://bugs.webkit.org/show_bug.cgi?id=58170
Summary
Remove old (now obsolete) comments carried over from CanvasSurface
Matthew Delaney
Reported
2011-04-08 15:59:00 PDT
I found this: " // FIXME: Make isSupportedImageMIMETypeForEncoding threadsafe (to allow this method to be used on a worker thread). " ...in HTMLCanvasElement.cpp and couldn't find any bugs for it, so here it is.
Attachments
Add attachment
proposed patch, testcase, etc.
James Robinson
Comment 1
2011-04-08 16:10:44 PDT
I thought we abandoned plans for canvas from works a while back?
James Robinson
Comment 2
2011-04-08 16:14:22 PDT
(In reply to
comment #1
)
> I thought we abandoned plans for canvas from works a while back?
from _workers_ that is. I think Dave Levin was working on this most recently (about a year ago).
Matthew Delaney
Comment 3
2011-04-08 16:28:41 PDT
I don't know, svn blame tells me that these FIXME lines were added by you (in a distant revision). Perhaps check and remove anything that's old?
James Robinson
Comment 4
2011-04-08 16:49:54 PDT
Blame implicates me because I moved those lines from CanvasSurface, which was intended to be infrastructure for supporting canvas from workers:
http://trac.webkit.org/changeset/63025
I think the FIXME was originally added by this checkin:
http://trac.webkit.org/changeset/56447
but since that work is (afaik) dead it's probably safe to remove the FIXME now.
Matthew Delaney
Comment 5
2011-04-08 16:54:22 PDT
Gotcha. I'll update the bug name to reflect that then.
David Levin
Comment 6
2011-04-08 17:56:50 PDT
(In reply to
comment #4
)
> but since that work is (afaik) dead it's probably safe to remove the FIXME now.
Yep, my doing (originally) and it can be removed.
Ahmad Saleem
Comment 7
2022-07-22 04:20:51 PDT
@
mmaxfield@apple.com
- I think you work on offscreenCanvas API to move things to worker would also address this?
Myles C. Maxfield
Comment 8
2022-08-15 14:03:42 PDT
Matt is working on that.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug