mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Update to Chromium revision 59193.
- Use Mesa for off-screen rendering. - Add support for the FileSystem API and "blob" schema. - Set User-Agent product version to "Chrome/7.0.517.0" git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@102 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -115,7 +115,7 @@ std::string WebStringToStdString(const WebKit::WebString& str) {
|
||||
}
|
||||
|
||||
std::string GetProductVersion() {
|
||||
return std::string("CEF/0.0.0.0");
|
||||
return std::string("Chrome/7.0.517.0");
|
||||
}
|
||||
|
||||
bool IsSingleProcess() {
|
||||
@@ -134,4 +134,8 @@ bool GetFontTable(int fd, uint32_t table, uint8_t* output,
|
||||
}
|
||||
#endif
|
||||
|
||||
void EnableSpdy(bool enable) {
|
||||
// Used in benchmarking, Ignored for CEF.
|
||||
}
|
||||
|
||||
} // namespace webkit_glue
|
||||
|
Reference in New Issue
Block a user