cloudtrends / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
1 stars 1 forks source link

MAC parody feature for loading binary resources #198

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In ClientHandler::HandleBeforeResourceLoad() of cefclinet on Mac, it would be 
nice to have tests for ps_logo2.png, domaccess.html etc.

<b>What version of the product are you using? On what operating system?</b>
CEF 196, MacOS 10.6.

In this attachment, I did following:
- added logo.png into Mac's cefclient bundled resources;
- implemented LoadBinaryResource() in new resource_util_mac.mm, adapting some 
helper functions from Chromium's "base" project;
- added parody logo substitution into cefclient_mac.mm. 

Original issue reported on code.google.com by azasyp...@gmail.com on 3 Mar 2011 at 9:56

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for working on this. I've committed changes based on your patch as 
revision 197.

Original comment by magreenb...@gmail.com on 4 Mar 2011 at 2:15