Status: Untriaged
Owner: ----
CC: [email protected],  [email protected]
Labels: Type-Bug Pri-2 OS-Mac Area-WebKit Size-Medium

New issue 16438 by [email protected]: webcursors on mac require a  
specific main bundle
http://code.google.com/p/chromium/issues/detail?id=16438

Since unittests aren't Mac bundles, we have to manually fetch resources from
the right place, but webkit/glue/webcursor_mac.mm uses +[NSImage
imageNamed:].  This means any unittest that were to need a cursor will fail
(none exist at the time this is being opened).

If we also go the path we expect for app mode support, the cursors won't
work there either because the main bundle will be the shell app and not
where all the browser resources are.

We have mac_utils::MainAppBundle() and nsimage_cache::ImageNamed() but I
don't think those can be called from WebKit, so we need to do something to
get the resources from the "right" place.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to