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

Issue 19820004: Per the Chromium style guide/dos-and-donts doc, don't inline non-"cheap (Closed)

Created:
7 years, 5 months ago by Peter Kasting
Modified:
7 years, 4 months ago
CC:
chromium-reviews, devtools-reviews_chromium.org, Raman Kakilate, vsevik, benquan, ahutter, browser-components-watch_chromium.org, yurys, feature-media-reviews_chromium.org, paulirish+reviews_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, aandrey+blink_chromium.org, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Per the Chromium style guide/dos-and-donts doc, don't inline non-"cheap accessor" functions in non-test code. This also attempts to put function declarations into some kind of consistent order that's also compliant with the Google style guide: * Constructors/destructors, * Statics, * Virtuals, * Accessors, * Other non-virtuals There are a couple of minor changes to the names of some functions to try and be consistent about "inlined functions are named unix_hacker()-style, out-of-line functions aren't", and to make a few functions static that weren't; otherwise, no code change. BUG=none TEST=none R=isherman@chromium.org, pfeldman@chromium.org, xians@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214781

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+650 lines, -612 lines) Patch
M chrome/browser/autofill/autofill_interactive_uitest.cc View 1 2 11 chunks +31 lines, -28 lines 0 comments Download
M chrome/browser/devtools/devtools_window.h View 6 chunks +38 lines, -44 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 12 chunks +571 lines, -529 lines 0 comments Download
M chrome/browser/media/chrome_media_stream_infobar_browsertest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 5 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Peter Kasting
isherman: autofill, password_manager pfeldman: devtools xians: media
7 years, 5 months ago (2013-07-23 22:40:48 UTC) #1
Ilya Sherman
I honestly don't see the value of the changes to the autofill/ and password_manager/ test ...
7 years, 5 months ago (2013-07-23 22:48:33 UTC) #2
Peter Kasting
On 2013/07/23 22:48:33, Ilya Sherman wrote: > I honestly don't see the value of the ...
7 years, 5 months ago (2013-07-23 22:53:41 UTC) #3
Ilya Sherman
On 2013/07/23 22:53:41, Peter Kasting wrote: > On 2013/07/23 22:48:33, Ilya Sherman wrote: > > ...
7 years, 5 months ago (2013-07-23 23:08:36 UTC) #4
Peter Kasting
On 2013/07/23 23:08:36, Ilya Sherman wrote: > Very well, I've sent an email to chromium-dev. ...
7 years, 5 months ago (2013-07-23 23:23:07 UTC) #5
Ilya Sherman
On 2013/07/23 23:23:07, Peter Kasting wrote: > On 2013/07/23 23:08:36, Ilya Sherman wrote: > > ...
7 years, 5 months ago (2013-07-23 23:28:51 UTC) #6
Peter Kasting
Based on the discussion thread, I have removed all de-inlining from test files in this ...
7 years, 5 months ago (2013-07-24 22:41:43 UTC) #7
Ilya Sherman
lgtm
7 years, 5 months ago (2013-07-25 01:13:34 UTC) #8
pfeldman
Thanks for doing that - I was originally skeptical about the change, but now I ...
7 years, 5 months ago (2013-07-25 05:02:44 UTC) #9
no longer working on chromium
lgtm to the media.
7 years, 5 months ago (2013-07-25 08:52:03 UTC) #10
Peter Kasting
On 2013/07/25 05:02:44, pfeldman wrote: > The way changes in devtools_window are structured are -everything ...
7 years, 5 months ago (2013-07-25 18:50:00 UTC) #11
Peter Kasting
ping pfeldman.
7 years, 4 months ago (2013-07-29 21:58:55 UTC) #12
pfeldman
devtools rs lgtm
7 years, 4 months ago (2013-07-31 07:56:17 UTC) #13
Peter Kasting
7 years, 4 months ago (2013-07-31 18:27:38 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 manually as r214781 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698