| Summary: | REGRESSION(r188548): [GTK] Build broken. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Alberto Lopez Perez <clopez> | ||||||||
| Component: | WebKitGTK | Assignee: | Carlos Alberto Lopez Perez <clopez> | ||||||||
| Status: | RESOLVED FIXED | ||||||||||
| Severity: | Normal | CC: | andersca, ap, cgarcia, commit-queue, darin, mrobinson, ossy, sam, zan | ||||||||
| Priority: | P2 | ||||||||||
| Version: | WebKit Nightly Build | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 148093 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Carlos Alberto Lopez Perez
2015-08-18 17:25:46 PDT
Created attachment 259332 [details]
Patch
Created attachment 259334 [details]
Patch
Fix typo in changelog.
Comment on attachment 259334 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259334&action=review > Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp:135 > +#if USE(COORDINATED_GRAPHICS) > + if (test.urlContains("sticky/") || test.urlContains("sticky\\")) > + return true; > +#endif Why USE(COORDINATED_GRAPHICS) here? (In reply to comment #3) > Comment on attachment 259334 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=259334&action=review > > > Tools/WebKitTestRunner/gtk/TestControllerGtk.cpp:135 > > +#if USE(COORDINATED_GRAPHICS) > > + if (test.urlContains("sticky/") || test.urlContains("sticky\\")) > > + return true; > > +#endif > > Why USE(COORDINATED_GRAPHICS) here? No idea, i just copied this from http://trac.webkit.org/changeset/188548/trunk/Tools/WebKitTestRunner/efl/TestControllerEfl.cpp Do you think I should remove that #ifdef and always return false? or just remove the #ifdef but keep the 'test.urlContains("sticky")' check? It looks like this originated from the deleted code and shouldn't be applied to WebKitGTK+: http://trac.webkit.org/changeset/188548/trunk/Tools/WebKitTestRunner/TestController.cpp Created attachment 259336 [details]
Patch
Comment on attachment 259336 [details] Patch Clearing flags on attachment: 259336 Committed r188620: <http://trac.webkit.org/changeset/188620> All reviewed patches have been landed. Closing bug. |