Skip to content

Implement general mechanism for wrapping and/or unwrapping select types in html_frog.dart #4062

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rakudrama opened this issue Jul 11, 2012 · 9 comments
Assignees
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries
Milestone

Comments

@rakudrama
Copy link
Member

Some types (ImageData, IDBKey, ...) need some kind of processing either on the way into the DOM or on the way out.

This should be table-driven and inform the dispatch - some operations take IDBKey_or_IDBKeyRange. IDBKey might need to be translated from general List<T> to a list implemented by a JavaScript Array, but IDBKeyRange does not need translation.

Several bugs will be marked as blocked on this bug since the general mechanism is the simplest way to fix the bugs.

@rakudrama
Copy link
Member Author

Marked this as blocking #2535.

@rakudrama
Copy link
Member Author

Marked this as blocking #4087.

@iposva-google
Copy link
Contributor

Removed Area-DOM label.
Added Area-HTML label.

@vsmenon
Copy link
Member

vsmenon commented Aug 16, 2012

Marked this as blocking #4549.

@vsmenon
Copy link
Member

vsmenon commented Aug 17, 2012

Marked this as blocking #1913.

@vsmenon
Copy link
Member

vsmenon commented Aug 17, 2012

Removed Priority-Medium label.
Added Priority-High label.

@rakudrama
Copy link
Member Author

Marked this as blocking #3669.

@rakudrama
Copy link
Member Author

Added Started label.

@rakudrama
Copy link
Member Author

Fixed r11193


Added Fixed label.

@rakudrama rakudrama added Type-Enhancement P1 A high priority bug; for example, a single project is unusable or has many test failures web-libraries Issues impacting dart:html, etc., libraries labels Aug 23, 2012
@rakudrama rakudrama self-assigned this Aug 23, 2012
@rakudrama rakudrama added this to the M1 milestone Aug 23, 2012
@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures type-enhancement A request for a change that isn't a bug web-libraries Issues impacting dart:html, etc., libraries
Projects
None yet
Development

No branches or pull requests

4 participants