Bug 40975 - Expose HTMLInputStream to ScriptRunner so that ScriptRunner can save the insertion point itself
Summary: Expose HTMLInputStream to ScriptRunner so that ScriptRunner can save the inse...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Adam Barth
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 00:52 PDT by Adam Barth
Modified: 2010-06-22 00:56 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.62 KB, patch)
2010-06-22 00:53 PDT, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Barth 2010-06-22 00:52:07 PDT
Expose HTMLInputStream to ScriptRunner so that ScriptRunner can save the insertion point itself
Comment 1 Adam Barth 2010-06-22 00:53:09 PDT
Created attachment 59350 [details]
Patch
Comment 2 Eric Seidel (no email) 2010-06-22 00:55:55 PDT
Comment on attachment 59350 [details]
Patch

WebCore/html/HTML5ScriptRunner.cpp:240
 +          InsertionPointRecord savedInsertionPoint(m_host->inputStream());
I think this one is going to move to match the spec more closely.
Comment 3 Adam Barth 2010-06-22 00:56:37 PDT
Committed r61607: <http://trac.webkit.org/changeset/61607>