Bug 55073

Summary: [Chromium] Add WebKitClient::cryptographicallyRandomValues
Product: WebKit Reporter: Adam Barth <abarth>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch (will add ChangeLog before landing)
none
Patch
none
Patch none

Description Adam Barth 2011-02-23 12:47:07 PST
We need this to get random values into WTF while inside the sandbox.
Comment 1 Adam Barth 2011-02-23 12:47:49 PST
Created attachment 83527 [details]
Patch (will add ChangeLog before landing)
Comment 2 WebKit Review Bot 2011-02-23 12:54:18 PST
Attachment 83527 [details] did not build on chromium:
Build output: http://queues.webkit.org/results/7987213
Comment 3 Adam Barth 2011-02-23 13:44:14 PST
Created attachment 83540 [details]
Patch
Comment 4 Darin Fisher (:fishd, Google) 2011-02-23 13:48:48 PST
Comment on attachment 83540 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=83540&action=review

> Source/WebKit/chromium/public/WebKitClient.h:270
> +        volatile char* nullPointer = 0;

high there, please let me introduce you to my friend, WEBKIT_ASSERT_NOT_REACHED()
Comment 5 Adam Barth 2011-02-23 13:50:55 PST
Created attachment 83542 [details]
Patch
Comment 6 Adam Barth 2011-02-23 14:08:40 PST
Committed r79487: <http://trac.webkit.org/changeset/79487>