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

Issue 1931513002: ppapi: PPB_VpnProvider: Implement Resource Stub (Closed)

Created:
4 years, 7 months ago by adrian.belgun
Modified:
4 years, 6 months ago
Reviewers:
bbudge, robert.bradford
CC:
chromium-reviews, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, jam, asvitkine+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@vpn-api-messages
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

ppapi: PPB_VpnProvider: Implement Resource Stub BUG=506490 Committed: https://crrev.com/0873bcb27ece58d1585a730dc02beb58ddb120e2 Cr-Commit-Position: refs/heads/master@{#398513}

Patch Set 1 #

Patch Set 2 : Add ppapi_messages, Remove boilerplate #

Patch Set 3 : Rebase for change in dependant patch #

Patch Set 4 : Track bound state. Fix logic in Bind(). #

Patch Set 5 : Format #

Patch Set 6 : Remove GetUnbindEvent #

Patch Set 7 : Rebase & Update comments. #

Patch Set 8 : Fix component build & Update comments #

Patch Set 9 : Fix Widows build & Organize headers #

Total comments: 18

Patch Set 10 : Respond to review. #

Total comments: 8

Patch Set 11 : Respond to review. #

Patch Set 12 : Remove PPAPI mesages. Calls now stubbed. #

Total comments: 12

Patch Set 13 : Remove commented code. #

Patch Set 14 : Remove CL dependency #

Total comments: 1

Patch Set 15 : Simplify OnReplyReceived. Fix Windows build. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+414 lines, -1 line) Patch
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 2 chunks +2 lines, -1 line 0 comments Download
A ppapi/proxy/vpn_provider_resource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +93 lines, -0 lines 0 comments Download
A ppapi/proxy/vpn_provider_resource.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +221 lines, -0 lines 0 comments Download
M ppapi/shared_impl/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A ppapi/shared_impl/vpn_provider_util.h View 1 2 3 4 5 6 7 8 9 1 chunk +36 lines, -0 lines 0 comments Download
A ppapi/shared_impl/vpn_provider_util.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +54 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (18 generated)
adrian.belgun
bbudge: Please review the Resource for VpnProvider
4 years, 7 months ago (2016-04-27 14:58:53 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1931513002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1931513002/120001
4 years, 7 months ago (2016-05-13 11:04:56 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_ng/builds/93866)
4 years, 7 months ago (2016-05-13 11:19:51 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1931513002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1931513002/140001
4 years, 7 months ago (2016-05-13 13:37:01 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/213110)
4 years, 7 months ago (2016-05-13 14:13:16 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1931513002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1931513002/160001
4 years, 7 months ago (2016-05-13 14:58:26 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-13 16:13:00 UTC) #14
bbudge
Sorry for delay. Upside, I am now in your time zone :) https://codereview.chromium.org/1931513002/diff/160001/ppapi/proxy/vpn_provider_resource.cc File ppapi/proxy/vpn_provider_resource.cc ...
4 years, 7 months ago (2016-05-17 09:50:12 UTC) #15
adrian.belgun
> Sorry for delay. Upside, I am now in your time zone :) No problem. ...
4 years, 7 months ago (2016-05-17 11:05:29 UTC) #16
bbudge
Since you're adding IPC messages, you'll need a security review. I think they'll need to ...
4 years, 7 months ago (2016-05-17 13:34:39 UTC) #17
adrian.belgun
> Since you're adding IPC messages, you'll need a security review. I think they'll > ...
4 years, 7 months ago (2016-05-17 15:25:29 UTC) #18
adrian.belgun
On 2016/05/17 15:25:29, adrian.belgun wrote: > > Since you're adding IPC messages, you'll need a ...
4 years, 7 months ago (2016-05-17 17:11:26 UTC) #21
bbudge
Chrome coding standards don't allow commented out code so just remove it for this CL. ...
4 years, 6 months ago (2016-06-06 17:53:03 UTC) #22
adrian.belgun
>> Chrome coding standards don't allow commented out code >> so just remove it for ...
4 years, 6 months ago (2016-06-07 08:14:10 UTC) #23
adrian.belgun
>> Chrome coding standards don't allow commented out code >> so just remove it for ...
4 years, 6 months ago (2016-06-07 08:14:26 UTC) #24
bbudge
lgtm
4 years, 6 months ago (2016-06-08 01:50:43 UTC) #25
commit-bot: I haz the power
This CL has an open dependency (Issue 1988613005 Patch 1). Please resolve the dependency and ...
4 years, 6 months ago (2016-06-08 03:55:58 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1931513002/260001
4 years, 6 months ago (2016-06-08 04:36:26 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/159910) win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, ...
4 years, 6 months ago (2016-06-08 05:22:17 UTC) #33
adrian.belgun
https://codereview.chromium.org/1931513002/diff/260001/ppapi/proxy/vpn_provider_resource.cc File ppapi/proxy/vpn_provider_resource.cc (right): https://codereview.chromium.org/1931513002/diff/260001/ppapi/proxy/vpn_provider_resource.cc#newcode36 ppapi/proxy/vpn_provider_resource.cc:36: const IPC::Message& msg) { This patch set fails the ...
4 years, 6 months ago (2016-06-08 08:55:41 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1931513002/280001
4 years, 6 months ago (2016-06-08 08:56:18 UTC) #37
commit-bot: I haz the power
Committed patchset #15 (id:280001)
4 years, 6 months ago (2016-06-08 10:01:08 UTC) #39
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 10:02:13 UTC) #41
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/0873bcb27ece58d1585a730dc02beb58ddb120e2
Cr-Commit-Position: refs/heads/master@{#398513}

Powered by Google App Engine
This is Rietveld 408576698