Bug 101094

Summary: META: Make it possible to build WebKit without the Widget tree
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: FramesAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, inferno, keishi, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Eric Seidel (no email)
Reported 2012-11-02 13:35:09 PDT
META: Make it possible to build WebKit without the Widget tree Widgets exist to allow WebKit to interact with native OS scrollbars and views. iframes, plugins, and scrollbars all have corresponding entries into a Widget tree. Widgets are only needed for platforms (like Mac WebKit1) which expose these objects in the native OS's "view" tree or by windowed plugins (which get a native HWND or NSView*). Both of these are now considered "old" technolgies and However, Mac WebKit1, is now old-news, and many platforms (like Chromium) don't support windowed plugins anymore. We can't remove widgets entirely yet. But having a wiget-less codepath will pave the way for their eventual removal, and obsolete a *huge* set of widget-related crashers and make several features (like <iframe seamless>) much easier to implement in the widget-less world.
Attachments
Note You need to log in before you can comment on or make changes to this bug.