Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Issue 9701024: Added C++ wrappers for PPB_HostResolver_Private interface. (Closed)

Created:
8 years, 9 months ago by ygorshenin1
Modified:
8 years, 9 months ago
Reviewers:
brettw, yzshen1
CC:
chromium-reviews, Dmitry Polukhin
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Added C++ wrappers for PPB_HostResolver_Private interface. BUG=114225 TEST=*HostResolverPrivate Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=127929

Patch Set 1 #

Patch Set 2 : Sync. #

Total comments: 5

Patch Set 3 : Fixed issues. #

Total comments: 2

Patch Set 4 : Fixed codereview issues. #

Patch Set 5 : Sync. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+167 lines, -90 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A ppapi/cpp/private/host_resolver_private.h View 1 2 3 1 chunk +40 lines, -0 lines 0 comments Download
A ppapi/cpp/private/host_resolver_private.cc View 1 2 3 1 chunk +77 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/tests/test_host_resolver_private.h View 2 chunks +6 lines, -7 lines 0 comments Download
M ppapi/tests/test_host_resolver_private.cc View 1 2 6 chunks +39 lines, -79 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
ygorshenin1
8 years, 9 months ago (2012-03-15 16:08:45 UTC) #1
ygorshenin1
+ Dmitry
8 years, 9 months ago (2012-03-15 16:13:43 UTC) #2
yzshen1
http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc File ppapi/cpp/private/host_resolver_private.cc (right): http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc#newcode20 ppapi/cpp/private/host_resolver_private.cc:20: template <> const char* interface_name<PPB_HostResolver_Private>() { Wez is working ...
8 years, 9 months ago (2012-03-16 17:38:01 UTC) #3
yzshen1
http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc File ppapi/cpp/private/host_resolver_private.cc (right): http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc#newcode20 ppapi/cpp/private/host_resolver_private.cc:20: template <> const char* interface_name<PPB_HostResolver_Private>() { Wez is working ...
8 years, 9 months ago (2012-03-16 17:38:02 UTC) #4
brettw
http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.h File ppapi/cpp/private/host_resolver_private.h (right): http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.h#newcode32 ppapi/cpp/private/host_resolver_private.h:32: void GetCanonicalName(std::string* canonical_name); Actually, we should return a pp::Var ...
8 years, 9 months ago (2012-03-16 19:32:20 UTC) #5
ygorshenin1
PTAL. http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc File ppapi/cpp/private/host_resolver_private.cc (right): http://codereview.chromium.org/9701024/diff/2002/ppapi/cpp/private/host_resolver_private.cc#newcode20 ppapi/cpp/private/host_resolver_private.cc:20: template <> const char* interface_name<PPB_HostResolver_Private>() { On 2012/03/16 ...
8 years, 9 months ago (2012-03-19 08:41:56 UTC) #6
brettw
lgtm http://codereview.chromium.org/9701024/diff/11002/ppapi/cpp/private/host_resolver_private.cc File ppapi/cpp/private/host_resolver_private.cc (right): http://codereview.chromium.org/9701024/diff/11002/ppapi/cpp/private/host_resolver_private.cc#newcode59 ppapi/cpp/private/host_resolver_private.cc:59: return pp::Var(pp::PassRef(), pp_canonical_name); I normally do PASS_REF here. ...
8 years, 9 months ago (2012-03-19 16:00:58 UTC) #7
ygorshenin1
Thanks! http://codereview.chromium.org/9701024/diff/11002/ppapi/cpp/private/host_resolver_private.cc File ppapi/cpp/private/host_resolver_private.cc (right): http://codereview.chromium.org/9701024/diff/11002/ppapi/cpp/private/host_resolver_private.cc#newcode59 ppapi/cpp/private/host_resolver_private.cc:59: return pp::Var(pp::PassRef(), pp_canonical_name); On 2012/03/19 16:00:58, brettw wrote: ...
8 years, 9 months ago (2012-03-20 07:40:56 UTC) #8
yzshen1
lgtm
8 years, 9 months ago (2012-03-20 17:14:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ygorshenin@chromium.org/9701024/23001
8 years, 9 months ago (2012-03-21 07:47:46 UTC) #10
commit-bot: I haz the power
8 years, 9 months ago (2012-03-21 10:08:40 UTC) #11
Change committed as 127929

Powered by Google App Engine
This is Rietveld 408576698