RESOLVED FIXED 56887
Add asynchronous load decision call to WebKit2 IconDatabase
https://bugs.webkit.org/show_bug.cgi?id=56887
Summary Add asynchronous load decision call to WebKit2 IconDatabase
Brady Eidson
Reported 2011-03-22 18:27:51 PDT
Add asynchronous load decision call to WebKit2 IconDatabase
Attachments
Patch (11.46 KB, patch)
2011-03-22 18:31 PDT, Brady Eidson
sam: review+
Brady Eidson
Comment 1 2011-03-22 18:31:52 PDT
Sam Weinig
Comment 2 2011-03-23 10:08:05 PDT
Comment on attachment 86555 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=86555&action=review > Source/WebKit2/UIProcess/WebIconDatabase.cpp:97 > + m_webContext->process()->send(Messages::WebIconDatabaseProxy::ReceivedIconLoadDecision((int)WebCore::IconLoadNo, callbackID), 0); Please use a static_cast.
Brady Eidson
Comment 3 2011-03-23 10:26:39 PDT
Note You need to log in before you can comment on or make changes to this bug.