[Webkit-unassigned] [Bug 116312] [WK2][WTR]Adding Layout test framework for MHTML page content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 22:48:25 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=116312





--- Comment #15 from Benjamin Poulain <benjamin at webkit.org>  2013-05-29 22:46:55 PST ---
> InjectedBundlePage.cpp is meant to access only WebProcess not UI process.
> The concept of injected bundle it to inject(use) the code of WebProcess without using UIprocess
> If I got through UI process it will clear violation of InjectedBundle concept.
> InjectedBundlePage.cpp  is meant to call InjectedBundle of WebProcess.
> 
> Thats why all kind of dump done by webkittestrunner (webarchive, text) diectly 
> use WebProcess.
> For WebArchive  There is wk2 api also  WKFrameGetWebArchive(WKFrameRef in WkFrame.cpp, but injectedBundle use directly webprocess as per rules.
> 
> Anyway UIprocess Api should be tested by unittest seperatly
> 
> So I am confident of using webprocess directly

See TestRunner::setPageVisibility(). That will give you an idea of how those stuff are run.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list