Skip to content
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

unimplemented custom bindings (substantial) #17535

Closed
leafpetersen opened this issue Mar 17, 2014 · 0 comments
Closed

unimplemented custom bindings (substantial) #17535

leafpetersen opened this issue Mar 17, 2014 · 0 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@leafpetersen
Copy link
Member

Various custom bindings are unimplemented and will throw on execution. These are ones requiring more substantial investigation and implementation.

DartXMLHttpRequestCustom.cpp:
 - Sort out the ScriptString stuff
DartWorkerGlobalScopeCustom.cpp:
 - Sort out scripts
DartPopStateEventCustom.cpp:
 - Sort out script values
DartWindowCustom.cpp:
 - Sort out script values, implement missing methods
DartCSSStyleDeclarationCustom.cpp:
 - Sort out named property get/set
DartHTMLEmbedElementCustom.cpp:
  - See bug 533.
DartHTMLObjectElementCustom.cpp:
  - Implement getter/setter
DartHTMLOptionsCollectionCustom.cpp:

DartPromiseCustom.cpp:
 - Implement stuff (large)
DartLocationCustom.cpp:
 - Sort out implementation differences from V8
DartHTMLDocumentCustom.cpp:
  - Implementing this involves the frame code which seems to have v8 types
    embedded in it (e.g. see activeDOMWindow). Sort this out.
DartErrorEventCustom.cpp:
  - This uses javascript hidden properties, sort this out.
DartHistoryCustom.cpp:
 - This also uses javascript hidden properties.
DartMessageChannelCustom.cpp:
 - Implement custom constructor callback
   - relies on a use of setNamedHiddenReference, sort this out.
DartDedicatedWorkerGlobalScopeCustom.cpp:
  - Implementing postMessage requires serialized scripts to be sorted out.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants