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

Issue 7621054: Don't use a scoped_refptr for StringVar::FromPPVar (Closed)

Created:
9 years, 4 months ago by brettw
Modified:
9 years, 4 months ago
Reviewers:
polina
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Don't use a scoped_refptr for StringVar::FromPPVar This was leftover from a previous design where I thought it would be necessary. It turns out it just made the code ugly and did unnecessary refcounting. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97751

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -50 lines) Patch
M ppapi/proxy/plugin_var_serialization_rules.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M ppapi/proxy/ppb_font_proxy.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_url_util_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_var_deprecated_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_var_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppp_messaging_proxy_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/shared_impl/url_util_impl.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M ppapi/shared_impl/var.h View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/shared_impl/var.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/message_channel.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/npapi_glue.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_clipboard_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl_linux.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_font_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/ppb_transport_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_uma_private_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_request_info_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_url_util_impl.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_var_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
9 years, 4 months ago (2011-08-17 20:45:12 UTC) #1
polina
9 years, 4 months ago (2011-08-17 22:00:26 UTC) #2
On 2011/08/17 20:45:12, brettw wrote:

LGTM

Powered by Google App Engine
This is Rietveld 408576698