Catching up with the latest chromium tree

Having problems with building or using CEF's C/C++ APIs? This forum is here to help. Please do not post bug reports or feature requests here.

Catching up with the latest chromium tree

Postby heshiming » Sat Dec 05, 2009 6:46 am

The current CEF tree needs some modifications after chromium's rev#31790 on November 12th. The details about this rev can be be seen here: http://codereview.chromium.org/385057 and http://src.chromium.org/viewvc/chrome?v ... sion=31790 .

Basically, "webkit/api" is moved to the official WebKit repo. It no longer exists if you sync your chromium tree. Its new location is "WebKit/WebKit/chromium". So we'll need to replace all '#include "webkit/api/' into '#include "third_party/WebKit/WebKit/chromium/' . And remove it from the GYP.

There has been some function signature change too. And there's one I didn't quite understand. It's line 191 of browser_webkit_init.h, the dispatchStorageEvent function now requires an additional "WebURL" argument. I don't know what it's for, and I simply put an "WebKit::WebURL()" for it to get pass the compiler.
heshiming
Techie
 
Posts: 29
Joined: Fri Jul 31, 2009 1:59 am

Return to Support Forum

Who is online

Users browsing this forum: Google [Bot] and 42 guests

cron