Summary: | Remove unused features of BlobBuilder | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||
Component: | New Bugs | Assignee: | Adam Barth <abarth> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | eric, haraken, japhet, ojan, webkit.review.bot | ||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Adam Barth
2012-10-03 17:11:18 PDT
Created attachment 167002 [details]
Patch
Comment on attachment 167002 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167002&action=review Hot damn! > Source/WebCore/page/FeatureObserver.h:44 > + UnusedSlot01, // Prior to 10/2012, we used this slot for LegacyBlobBuilder. Are you trying to maintain binary compat? (In reply to comment #2) > (From update of attachment 167002 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=167002&action=review > > Hot damn! > > > Source/WebCore/page/FeatureObserver.h:44 > > + UnusedSlot01, // Prior to 10/2012, we used this slot for LegacyBlobBuilder. > > Are you trying to maintain binary compat? Yes. The enum values are stored on the server. We can re-use values once we don't care about cross-talk with older versions. Comment on attachment 167002 [details] Patch Rejecting attachment 167002 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 1 ERROR: /mnt/git/webkit-commit-queue/Source/WebKit2/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://queues.webkit.org/results/14209658 Comment on attachment 167002 [details] Patch Clearing flags on attachment: 167002 Committed r130705: <http://trac.webkit.org/changeset/130705> All reviewed patches have been landed. Closing bug. |