Bug 132653 - Make blob size computation lazy
Summary: Make blob size computation lazy
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 10:52 PDT by Alexey Proskuryakov
Modified: 2014-05-07 11:58 PDT (History)
1 user (show)

See Also:


Attachments
proposed patch (35.14 KB, patch)
2014-05-07 10:53 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-05-07 10:52:10 PDT
Blobs should only compute the size when asked to.
Comment 1 Alexey Proskuryakov 2014-05-07 10:53:25 PDT
Created attachment 231006 [details]
proposed patch
Comment 2 WebKit Commit Bot 2014-05-07 10:56:17 PDT
Attachment 231006 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:39:  You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible.  [changelog/nonewtests] [5]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Alexey Proskuryakov 2014-05-07 11:58:15 PDT
Committed <http://trac.webkit.org/r168435>.