From da00a288d95a7da8f149ec0419b3e725f23d5ef7 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Mon, 9 Mar 2009 17:51:19 +0000 Subject: More WebKit API action (chromium side). Adds the following methods to WebKitClient: decrementStatsTable incrementStatsTable traceEventBegin traceEventEnd The implementation of initV8CounterFunction is now a no-op. V8Proxy.cpp no longer calls it, and I moved the corresponding work out of WebKit. The embedder now calls the appropriate V8 API before initializing WebKit. Includes some cleanup to WebString and WebCString. I decided that I prefer "data" over "characters" since the latter may be confusing in some cases. For example, the elements of a WebString or WebCString may not be individual characters but may be part of a character. "data" is also consistent with basic_string and so should be plenty familiar. There is wanton disregard for the Chrome+JSC build in this CL, but that's OK. We have already crossed that bridge. R=dglazkov Review URL: http://codereview.chromium.org/39288 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11254 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/renderer/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/renderer/DEPS') diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index 8587def..098bbaa 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -13,6 +13,7 @@ include_rules = [ "+webkit/extensions", "+webkit/glue", "+webkit/glue/plugins", + "+v8/include", # FIXME - refactor code and remove these dependencies "+chrome/browser/net", -- cgit v1.1