diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 17:51:19 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-09 17:51:19 +0000 |
commit | da00a288d95a7da8f149ec0419b3e725f23d5ef7 (patch) | |
tree | 98d6645aab45e88cb420b0168b1620cf3e44b6d5 /DEPS | |
parent | 8ef98f0890e8ffbb4096efc517dd9310306e9c21 (diff) | |
download | chromium_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-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |