Bug 84926

Summary: [chromium] Remove guarded virtual methods from WebFilterOperation API
Product: WebKit Reporter: Dana Jansens <danakj>
Component: New BugsAssignee: Dana Jansens <danakj>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, backer, dglazkov, fishd, jamesr, piman, tkent+wkapi, webkit.review.bot, zork
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch for landing none

Dana Jansens
Reported 2012-04-25 19:07:59 PDT
[chromium] Cannot use guarded virtual methods in public API classes
Attachments
Patch (14.84 KB, patch)
2012-04-25 19:12 PDT, Dana Jansens
no flags
Patch for landing (14.84 KB, patch)
2012-04-25 21:31 PDT, Dana Jansens
no flags
Dana Jansens
Comment 1 2012-04-25 19:12:50 PDT
WebKit Review Bot
Comment 2 2012-04-25 19:14:42 PDT
Please wait for approval from abarth@webkit.org, dglazkov@chromium.org, fishd@chromium.org, jamesr@chromium.org or tkent@chromium.org before submitting, as this patch contains changes to the Chromium public API. See also https://trac.webkit.org/wiki/ChromiumWebKitAPI.
James Robinson
Comment 3 2012-04-25 20:46:53 PDT
Comment on attachment 138925 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=138925&action=review > Source/Platform/ChangeLog:3 > + [chromium] Cannot use guarded virtual methods in public API classes this is not a description of a bug (public API classes shouldn't allow guarded virtual methods, most likely) and it's not a good description of what this patch is changing. can you update it (and the WebCore/ChangeLog entry too)?
Dana Jansens
Comment 4 2012-04-25 21:31:39 PDT
Created attachment 138931 [details] Patch for landing
WebKit Review Bot
Comment 5 2012-04-25 22:43:40 PDT
Comment on attachment 138931 [details] Patch for landing Clearing flags on attachment: 138931 Committed r115291: <http://trac.webkit.org/changeset/115291>
WebKit Review Bot
Comment 6 2012-04-25 22:43:45 PDT
All reviewed patches have been landed. Closing bug.
Darin Fisher (:fishd, Google)
Comment 7 2012-04-25 23:58:21 PDT
Comment on attachment 138931 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=138931&action=review > Source/Platform/chromium/public/WebFilterOperation.h:74 > + enum BasicComponentTransferFilterType { "BasicComponentTransfer" appears both as part of the struct name as as a prefix for the enum. why duplicate the prefix?
Dana Jansens
Comment 8 2012-04-26 00:02:51 PDT
Comment on attachment 138931 [details] Patch for landing View in context: https://bugs.webkit.org/attachment.cgi?id=138931&action=review >> Source/Platform/chromium/public/WebFilterOperation.h:74 >> + enum BasicComponentTransferFilterType { > > "BasicComponentTransfer" appears both as part of the struct name as as > a prefix for the enum. why duplicate the prefix? Because it is a sub-FilterType specific to this class. There is a FilterType in the base class that specifies which subclass the operation is. This specifies which FilterType for a BasicComponentTransfer.
Note You need to log in before you can comment on or make changes to this bug.