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

Issue 11116003: browser-plugin: Refactor the code for binding methods on the plugin. (Closed)

Created:
8 years, 2 months ago by sadrul
Modified:
8 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Fady Samuel
Visibility:
Public.

Description

browser-plugin: Refactor the code for binding methods on the plugin. The hope for this refactor is that adding new bindings will be easier since the code will be isolated in one place. Stylewise, this is consistent with other parts of chrome too (chrome extension functions are somewhat similarly defined, for example). BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=162010

Patch Set 1 : . #

Patch Set 2 : . #

Total comments: 8

Patch Set 3 : . #

Patch Set 4 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -162 lines) Patch
M content/renderer/browser_plugin/browser_plugin_bindings.h View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin_bindings.cc View 1 2 3 5 chunks +282 lines, -162 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
sadrul
Hi! This is a refactoring CL that ends up increasing the line-count. But I think ...
8 years, 2 months ago (2012-10-12 00:48:59 UTC) #1
Charlie Reis
On 2012/10/12 00:48:59, sadrul wrote: > Hi! This is a refactoring CL that ends up ...
8 years, 2 months ago (2012-10-12 03:57:58 UTC) #2
Charlie Reis
I like it! Just a few nits. http://codereview.chromium.org/11116003/diff/4004/content/renderer/browser_plugin/browser_plugin_bindings.cc File content/renderer/browser_plugin/browser_plugin_bindings.cc (right): http://codereview.chromium.org/11116003/diff/4004/content/renderer/browser_plugin/browser_plugin_bindings.cc#newcode94 content/renderer/browser_plugin/browser_plugin_bindings.cc:94: } nit: ...
8 years, 2 months ago (2012-10-15 22:19:33 UTC) #3
sadrul
http://codereview.chromium.org/11116003/diff/4004/content/renderer/browser_plugin/browser_plugin_bindings.cc File content/renderer/browser_plugin/browser_plugin_bindings.cc (right): http://codereview.chromium.org/11116003/diff/4004/content/renderer/browser_plugin/browser_plugin_bindings.cc#newcode94 content/renderer/browser_plugin/browser_plugin_bindings.cc:94: } On 2012/10/15 22:19:33, creis wrote: > nit: Why ...
8 years, 2 months ago (2012-10-15 22:37:12 UTC) #4
Charlie Reis
LGTM. Probably worthwhile to have Fady take a look as well, since this will affect ...
8 years, 2 months ago (2012-10-15 23:34:19 UTC) #5
sadrul
On 2012/10/15 23:34:19, creis wrote: > LGTM. Probably worthwhile to have Fady take a look ...
8 years, 2 months ago (2012-10-15 23:38:41 UTC) #6
Fady Samuel
8 years, 2 months ago (2012-10-16 00:06:35 UTC) #7
Sadrul and I discussed this CL in person the other day. It's great! Thanks!
LGTM.

Powered by Google App Engine
This is Rietveld 408576698