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 11312179: C++ readability review for lazyboy@ (Closed)

Created:
8 years, 1 month ago by lazyboy
Modified:
7 years, 1 month ago
Visibility:
Public.

Description

C++ readability review for lazyboy@ The changes are just code cleanups and no functional change. This is the original CL that was submitted: https://chromiumcodereview.appspot.com/10868012. This patch evolved initially from http://chromiumcodereview.appspot.com/10560022 I've included the files from browser_plugin/* dir. Update: Since the original CL became stale, I've uploaded a smaller subset from browser_plugin/ dir. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235067

Patch Set 1 #

Patch Set 2 : Add test_browser_plugin_embedder_files #

Patch Set 3 : Sync @tott #

Patch Set 4 : Sync and reupload smaller subset for readability review. #

Total comments: 34

Patch Set 5 : Address review comments from smo@ #

Total comments: 2

Patch Set 6 : Address comments (round 2). #

Total comments: 4

Patch Set 7 : Remove whitespaces. #

Patch Set 8 : Sync @tott #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -71 lines) Patch
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.h View 1 2 3 4 7 chunks +35 lines, -36 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 14 chunks +25 lines, -29 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_host_browsertest.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/browser_plugin/test_browser_plugin_guest.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/browser_plugin/test_browser_plugin_guest.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
lazyboy
8 years ago (2012-11-28 15:55:50 UTC) #1
smo
https://chromiumcodereview.appspot.com/11312179/diff/9001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://chromiumcodereview.appspot.com/11312179/diff/9001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode58 content/browser/browser_plugin/browser_plugin_guest.cc:58: BrowserPluginHostFactory* BrowserPluginGuest::factory_ = NULL; If supported, use "nullptr" instead ...
7 years, 1 month ago (2013-11-12 21:25:02 UTC) #2
lazyboy
https://chromiumcodereview.appspot.com/11312179/diff/9001/content/browser/browser_plugin/browser_plugin_guest.cc File content/browser/browser_plugin/browser_plugin_guest.cc (right): https://chromiumcodereview.appspot.com/11312179/diff/9001/content/browser/browser_plugin/browser_plugin_guest.cc#newcode58 content/browser/browser_plugin/browser_plugin_guest.cc:58: BrowserPluginHostFactory* BrowserPluginGuest::factory_ = NULL; On 2013/11/12 21:25:02, smo wrote: ...
7 years, 1 month ago (2013-11-13 01:18:16 UTC) #3
smo
LGTM Thanks for the already clean code! Just a couple minor remaining comments. You'll need ...
7 years, 1 month ago (2013-11-13 01:50:54 UTC) #4
lazyboy
Thanks for the review! +fsamuel for browser_plugin/* OWNERS. +creis for web_contents_impl.cc OWNERS. https://chromiumcodereview.appspot.com/11312179/diff/69001/content/browser/web_contents/web_contents_impl.cc File content/browser/web_contents/web_contents_impl.cc ...
7 years, 1 month ago (2013-11-13 02:07:19 UTC) #5
Charlie Reis
lazyboy: Can you update the CL description to indicate that it's just code cleanup and ...
7 years, 1 month ago (2013-11-13 19:04:27 UTC) #6
lazyboy
For input/output params comment: the reasoning I went for is: |web_contents| and |opener| are not ...
7 years, 1 month ago (2013-11-13 19:21:10 UTC) #7
Fady Samuel
lgtm
7 years, 1 month ago (2013-11-13 19:24:18 UTC) #8
Charlie Reis
On 2013/11/13 19:21:10, lazyboy wrote: > For input/output params comment: the reasoning I went for ...
7 years, 1 month ago (2013-11-13 19:38:06 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lazyboy@chromium.org/11312179/379001
7 years, 1 month ago (2013-11-14 03:26:22 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=189656
7 years, 1 month ago (2013-11-14 04:43:33 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/lazyboy@chromium.org/11312179/379001
7 years, 1 month ago (2013-11-14 05:53:14 UTC) #12
commit-bot: I haz the power
7 years, 1 month ago (2013-11-14 06:40:48 UTC) #13
Message was sent while issue was closed.
Change committed as 235067

Powered by Google App Engine
This is Rietveld 408576698