WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
101094
META: Make it possible to build WebKit without the Widget tree
https://bugs.webkit.org/show_bug.cgi?id=101094
Summary
META: Make it possible to build WebKit without the Widget tree
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug