[Webkit-unassigned] [Bug 54361] [Chromium] Issue 50685: Move CC icons to chrome/common and implement loadPlatformResource in RendererWebKitClientImpl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 18 10:48:48 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54361


Ilya Sherman <isherman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |isherman at chromium.org




--- Comment #7 from Ilya Sherman <isherman at chromium.org>  2011-02-18 10:48:48 PST ---
(In reply to comment #6)
> Image::loadPlatformResource() calls PlatformBridge::loadPlatformImageResource(name),
> And in loadPlatformImageResource(name), webKitClient()->loadResource(name) is called for now.
> 
> Also you mentioned "implement loadPlatformResource in RendererWebKitClientImpl" as a subject in http://code.google.com/p/chromium/issues/detail?id=50685
> 
> That's why I added loadPlatformResource() in WebKitClient which is the super class of RendererWebKitClientImpl.
> 
> Or do I have to change the call RendererWebKitClientImpl::loadPlatformResource() directly from Image::loadPlatformResource() instead of PlatformBridge::loadPlatformImageResource(name)?
> 
> What do you think?

Let's see if we can just use Image::loadPlatformResource() for now, unless there's reason to go beyond that.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list