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

Issue 6580050: Factor fd sharing code in proxy and fix fd issues once and for all. (Closed)

Created:
9 years, 10 months ago by piman
Modified:
9 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, brettw
Visibility:
Public.

Description

Factor fd sharing code in proxy and fix fd issues once and for all. BUG=none TEST=use flapper, go to youtube, make plugin crash and check no warning about close() failing. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76026

Patch Set 1 #

Total comments: 3

Patch Set 2 : fix review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -72 lines) Patch
M ppapi/proxy/dispatcher.h View 1 2 chunks +10 lines, -7 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 1 1 chunk +27 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_audio_proxy.cc View 1 4 chunks +22 lines, -34 lines 0 comments Download
M ppapi/proxy/ppb_context_3d_proxy.cc View 1 3 chunks +14 lines, -11 lines 0 comments Download
M ppapi/proxy/ppb_flash_file_proxy.cc View 2 chunks +10 lines, -20 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
piman
9 years, 10 months ago (2011-02-24 22:40:59 UTC) #1
viettrungluu
LGTM with minor nits. http://codereview.chromium.org/6580050/diff/1/ppapi/proxy/dispatcher.cc File ppapi/proxy/dispatcher.cc (right): http://codereview.chromium.org/6580050/diff/1/ppapi/proxy/dispatcher.cc#newcode257 ppapi/proxy/dispatcher.cc:257: bool close_source) { Or maybe ...
9 years, 10 months ago (2011-02-25 01:25:03 UTC) #2
brettw
9 years, 10 months ago (2011-02-25 02:50:37 UTC) #3
Thanks for fixing this, I noticed that error when working on my last
patch but didn't have a chance to track it down yet.

Brett

Powered by Google App Engine
This is Rietveld 408576698