summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 17:51:19 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-09 17:51:19 +0000
commitda00a288d95a7da8f149ec0419b3e725f23d5ef7 (patch)
tree98d6645aab45e88cb420b0168b1620cf3e44b6d5 /DEPS
parent8ef98f0890e8ffbb4096efc517dd9310306e9c21 (diff)
downloadchromium_src-da00a288d95a7da8f149ec0419b3e725f23d5ef7.zip
chromium_src-da00a288d95a7da8f149ec0419b3e725f23d5ef7.tar.gz
chromium_src-da00a288d95a7da8f149ec0419b3e725f23d5ef7.tar.bz2
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<T> 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
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 7347036..b7bd5f9 100644
--- a/DEPS
+++ b/DEPS
@@ -19,7 +19,7 @@ deps = {
"http://googletest.googlecode.com/svn/trunk@167",
"src/third_party/WebKit":
- "/trunk/deps/third_party/WebKit@11214",
+ "/trunk/deps/third_party/WebKit@11253",
"src/third_party/icu38":
"/trunk/deps/third_party/icu38@10692",