Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upExecute inline JS #561
Closed
Execute inline JS #561
Labels
Comments
|
Looks like this is needed for #841. |
Ms2ger
added a commit
to Ms2ger/servo
that referenced
this issue
Sep 4, 2013
This follows the approach of external scripts in executing tests all together after parsing finishes.
|
Fixed! |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Address some issues with the FileAPI encoding determination test
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Add an API for providing external images. This allows applications to provide images without supplying the image bytes up front. This can be useful if the application doesn't have the bytes available immediately (e.g. video decoding) or wants to manage the buffer allocation and reduce memory copies. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/561) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Regardless of the status of #560, we can scrape the contents of script tags and send it back to the script task for execution, even if it doesn't follow the spec at all.