We register protocols for asynchronous loading, but hardcode "blob" in synchronous code path.
Created attachment 189406 [details] proposed patch
Attachment 189406 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/network/BlobRegistry.h', u'Source/WebCore/platform/network/BlobRegistryImpl.cpp', u'Source/WebCore/platform/network/BlobRegistryImpl.h', u'Source/WebCore/platform/network/BlobResourceHandle.cpp', u'Source/WebCore/platform/network/BlobResourceHandle.h', u'Source/WebCore/platform/network/ResourceHandle.cpp', u'Source/WebCore/platform/network/ResourceHandle.h', u'Source/WebCore/platform/network/chromium/BlobRegistryProxy.h']" exit_code: 1 Source/WebCore/platform/network/BlobResourceHandle.cpp:73: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 189406 [details] proposed patch Attachment 189406 [details] did not pass qt-ews (qt): Output: http://queues.webkit.org/results/16647628
Comment on attachment 189406 [details] proposed patch Attachment 189406 [details] did not pass efl-ews (efl): Output: http://queues.webkit.org/results/16650628
Comment on attachment 189406 [details] proposed patch Attachment 189406 [details] did not pass qt-wk2-ews (qt): Output: http://queues.webkit.org/results/16653619
Created attachment 189413 [details] with build fixes
Attachment 189413 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/platform/network/BlobRegistry.h', u'Source/WebCore/platform/network/BlobRegistryImpl.cpp', u'Source/WebCore/platform/network/BlobRegistryImpl.h', u'Source/WebCore/platform/network/BlobResourceHandle.cpp', u'Source/WebCore/platform/network/BlobResourceHandle.h', u'Source/WebCore/platform/network/ResourceHandle.cpp', u'Source/WebCore/platform/network/ResourceHandle.h', u'Source/WebCore/platform/network/chromium/BlobRegistryProxy.h']" exit_code: 1 Source/WebCore/platform/network/BlobResourceHandle.cpp:73: enum members should use InterCaps with an initial capital letter. [readability/enum_casing] [4] Total errors found: 1 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Committed <http://trac.webkit.org/r143569>.