WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
113627
[EFL][WK2] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)
https://bugs.webkit.org/show_bug.cgi?id=113627
Summary
[EFL][WK2] --no-tiled-backing-store build fails because of not used #if USE(A...
Ed Bartosh
Reported
2013-03-29 16:29:06 PDT
Here is just one example of compilation error: WebCore/platform/graphics/TextTrackRepresentation.h:55:13: error: `PlatformLayer' does not name a type
Attachments
Patch
(26.42 KB, patch)
2013-03-29 16:51 PDT
,
Ed Bartosh
no flags
Details
Formatted Diff
Diff
Patch
(26.42 KB, patch)
2013-03-30 04:43 PDT
,
Ed Bartosh
simon.fraser
: review+
simon.fraser
: commit-queue-
Details
Formatted Diff
Diff
Patch
(24.99 KB, patch)
2013-04-04 14:38 PDT
,
Ed Bartosh
simon.fraser
: review+
commit-queue
: commit-queue-
Details
Formatted Diff
Diff
Patch
(25.38 KB, patch)
2013-04-05 12:19 PDT
,
Ed Bartosh
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Ed Bartosh
Comment 1
2013-03-29 16:51:15 PDT
Created
attachment 195820
[details]
Patch
Ed Bartosh
Comment 2
2013-03-30 04:43:35 PDT
Created
attachment 195854
[details]
Patch
Ed Bartosh
Comment 3
2013-04-01 01:06:18 PDT
Reverting back to UNCONFIRMED after reading
https://bugs.webkit.org/page.cgi?id=fields.html#status
Ed Bartosh
Comment 4
2013-04-01 04:09:41 PDT
Added WK2 reviewer as patch also changes WK2 code.
Ed Bartosh
Comment 5
2013-04-02 13:37:41 PDT
Please, review!
Ed Bartosh
Comment 6
2013-04-04 14:04:46 PDT
Is there anything wrong with the patch? Why it's not reviewed?
Simon Fraser (smfr)
Comment 7
2013-04-04 14:07:55 PDT
Comment on
attachment 195854
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=195854&action=review
> Source/WebCore/testing/Internals.cpp:267 > +#else > + { }
Why the #else block?
Ed Bartosh
Comment 8
2013-04-04 14:27:21 PDT
> Why the #else block?
Well, actually it's not needed as mainFrameView is not used further in the code. I'll update the patch this way: #if USE(ACCELERATED_COMPOSITING) FrameView* mainFrameView = page->mainFrame()->view(); if (mainFrameView) { mainFrameView->setHeaderHeight(0); mainFrameView->setFooterHeight(0); #endif I'll also rebase it as it's quite old and might not apply. Thank you for review!
Ed Bartosh
Comment 9
2013-04-04 14:38:35 PDT
Created
attachment 196531
[details]
Patch Updated according to reviewer comment.
Simon Fraser (smfr)
Comment 10
2013-04-05 11:54:52 PDT
Comment on
attachment 196531
[details]
Patch Pleaes request cq? when you request r? next time.
WebKit Commit Bot
Comment 11
2013-04-05 12:00:15 PDT
Comment on
attachment 196531
[details]
Patch Rejecting
attachment 196531
[details]
from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-commit-queue.appspot.com', '--bot-id=webkit-cq-01', 'apply-attachment', '--no-update', '--non-interactive', 196531, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Last 500 characters of output: k #1 succeeded at 228 (offset 21 lines). Hunk #2 succeeded at 531 (offset 13 lines). Hunk #3 succeeded at 541 (offset 13 lines). Hunk #4 succeeded at 556 (offset 13 lines). Hunk #5 succeeded at 567 (offset 13 lines). patching file Source/cmake/OptionsEfl.cmake Hunk #1 succeeded at 176 (offset 1 line). Hunk #2 succeeded at 251 (offset 1 line). Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', 'Simon Fraser']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Full output:
http://webkit-commit-queue.appspot.com/results/17420352
Ed Bartosh
Comment 12
2013-04-05 12:19:35 PDT
Created
attachment 196665
[details]
Patch I'm sorry. My fault. Rebased. Requested r? and cq?. Please, review.
WebKit Commit Bot
Comment 13
2013-04-05 13:28:10 PDT
Comment on
attachment 196665
[details]
Patch Clearing flags on attachment: 196665 Committed
r147792
: <
http://trac.webkit.org/changeset/147792
>
WebKit Commit Bot
Comment 14
2013-04-05 13:28:14 PDT
All reviewed patches have been landed. Closing bug.
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