Bug 123766 - Remote Layer Tree: Make LayerTypeCustom remote-host CALayers from the Web process
Summary: Remote Layer Tree: Make LayerTypeCustom remote-host CALayers from the Web pro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-04 16:41 PST by Tim Horton
Modified: 2013-11-04 21:51 PST (History)
6 users (show)

See Also:


Attachments
patch (22.81 KB, patch)
2013-11-04 18:54 PST, Tim Horton
no flags Details | Formatted Diff | Diff
patch (22.71 KB, patch)
2013-11-04 18:55 PST, Tim Horton
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2013-11-04 16:41:34 PST
Hook up LayerTypeCustom with the remote layer tree so that video and plugins and other things which are difficult, dangerous, or impossible to serialize can live in the Web (or eventually other) process, with their own little miniature CALayer tree, hosted in a CALayerHost in the UI process.

This should make video and plugins work (and it should be trivial to make things like PDFPlugin work on top, but in a different patch), though plugins will need later additional cleanup to avoid double-hosting (plugin process->web process->ui process).
Comment 1 Tim Horton 2013-11-04 18:54:15 PST
Created attachment 215983 [details]
patch
Comment 2 Tim Horton 2013-11-04 18:55:06 PST
Created attachment 215984 [details]
patch
Comment 3 Tim Horton 2013-11-04 21:51:12 PST
http://trac.webkit.org/changeset/158647