GNOME Bugzilla – Bug 696792
Compile HTML template pages as GResources
Last modified: 2013-04-05 13:51:39 UTC
So that they are loaded from memory instead of disk every time they are needed. We also get rid of ephy_file searching for the files in the file system
Created attachment 240067 [details] [review] Patch
Review of attachment 240067 [details] [review]: OK, but make sure you are not breaking any test. Basically after this any test using those files needs to manually link with the resources object (there's already some examples).
Comment on attachment 240067 [details] [review] Patch Yes, web view test failed because of this. Fixed and pushed to git master.