Bug 85676
Summary: | [Qt] QtTestBrowser has too many options | ||
---|---|---|---|
Product: | WebKit | Reporter: | Noam Rosenthal <noam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, girish, zoltan |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Noam Rosenthal
Right now to test anything significant I need to type something like QtTestBrowser -gl-viewport -webgl -graphicsbased -tiled-backing-store -viewport-update-mode BoundingRect
QtTestBrowser should have better defaults.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Zoltan Horvath
-gl-viewport and -webgl depend on #if defined(QT_CONFIGURED_WITH_OPENGL)
-no-compositing
-show-fps
-cache-webview
-tiled-backing-store
-resizes-to-contents
-gl-viewport
-webgl
require -graphicsbased
What if made -graphicsbased to default, so there will be -no-graphicsbased only.
Do we want to test the things without gl if qt is configured with opengl? (I'm thinking about set it to default if it is configured in qt.)
Brent Fulgham
The QT port is no longer part of WebKit.