RESOLVED FIXED 100558
[CSS Shaders] Add the ValidatedCustomFilterOperation class
https://bugs.webkit.org/show_bug.cgi?id=100558
Summary [CSS Shaders] Add the ValidatedCustomFilterOperation class
Alexandru Chiculita
Reported 2012-10-26 13:54:49 PDT
Add the ValidatedCustomFilterOperation to the project files. Look in the parent bug for more details: https://bugs.webkit.org/show_bug.cgi?id=100533
Attachments
Patch V1 (21.28 KB, patch)
2012-10-26 14:44 PDT, Alexandru Chiculita
buildbot: commit-queue-
Patch V2 (21.39 KB, patch)
2012-10-26 15:47 PDT, Alexandru Chiculita
dino: review+
webkit.review.bot: commit-queue-
Patch V3 (21.57 KB, patch)
2012-10-30 16:28 PDT, Alexandru Chiculita
no flags
Alexandru Chiculita
Comment 1 2012-10-26 14:44:23 PDT
Created attachment 171017 [details] Patch V1
Build Bot
Comment 2 2012-10-26 15:04:03 PDT
Alexandru Chiculita
Comment 3 2012-10-26 15:47:28 PDT
Created attachment 171034 [details] Patch V2
Dean Jackson
Comment 4 2012-10-30 03:46:00 PDT
Comment on attachment 171034 [details] Patch V2 View in context: https://bugs.webkit.org/attachment.cgi?id=171034&action=review > Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h:60 > + virtual bool operator==(const FilterOperation& o) const > + { > + if (!isSameType(o)) > + return false; > + > + return true; > + } While this is unimportant, I think we should return false while this remains unimplemented. I'm happy for you to ignore me here.
Alexandru Chiculita
Comment 5 2012-10-30 09:15:26 PDT
Comment on attachment 171034 [details] Patch V2 Thanks Dean! I will implement that function in the following patch anyway, so I'm just adding cq+ for this patch.
WebKit Review Bot
Comment 6 2012-10-30 09:19:30 PDT
Comment on attachment 171034 [details] Patch V2 Rejecting attachment 171034 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: ium.cpp patching file Source/WebCore/platform/graphics/filters/FilterOperation.h patching file Source/WebCore/platform/graphics/filters/FilterOperations.cpp patching file Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp patching file Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Dean Jacks..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/14620878
Alexandru Chiculita
Comment 7 2012-10-30 11:15:36 PDT
Vincent Scheib
Comment 8 2012-10-30 14:55:50 PDT
Error: ..\platform\graphics\filters\ValidatedCustomFilterOperation.cpp(51):error C2027: use of undefined type 'WebCore::FractionalLayoutSize' C:\b\build\slave\webkit-win-latest-rel\build\src\third_party\WebKit\Source\WebCore\rendering\LayoutTypes.h(44) : see declaration of 'WebCore::FractionalLayoutSize' build: http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder/builds/32028 and other windows builders.
Vincent Scheib
Comment 9 2012-10-30 14:57:31 PDT
Alexandru Chiculita
Comment 10 2012-10-30 16:28:58 PDT
Created attachment 171545 [details] Patch V3 Adding the FractionalLayoutSize.h in the ValidatedCustomFilterOperation
Alexandru Chiculita
Comment 11 2012-10-30 16:34:26 PDT
(In reply to comment #10) > Created an attachment (id=171545) [details] > Patch V3 > > Adding the FractionalLayoutSize.h in the ValidatedCustomFilterOperation Landed again in http://trac.webkit.org/changeset/132960 .
Note You need to log in before you can comment on or make changes to this bug.