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

Issue 3017036: views: Fix bad license headers found in some files (Closed)

Created:
10 years, 4 months ago by tfarina
Modified:
9 years, 7 months ago
Reviewers:
Nico
CC:
chromium-reviews, ben+cc_chromium.org
Base URL:
git://git.chromium.org/chromium.git
Visibility:
Public.

Description

views: Fix bad license headers found in some files BUG=50266 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53974

Patch Set 1 #

Total comments: 7

Patch Set 2 : rm nl #

Patch Set 3 : revert vertical whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -57 lines) Patch
M views/controls/button/native_button_gtk.h View 1 2 4 chunks +5 lines, -8 lines 0 comments Download
M views/controls/button/native_button_wrapper.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/button/radio_button.h View 1 2 chunks +4 lines, -6 lines 0 comments Download
M views/controls/combobox/native_combobox_gtk.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/combobox/native_combobox_win.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/combobox/native_combobox_wrapper.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/native/native_view_host_wrapper.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/native_control_win.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/scrollbar/native_scroll_bar_wrapper.h View 1 3 chunks +4 lines, -7 lines 0 comments Download
M views/controls/slider/native_slider_wrapper.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/controls/table/native_table_gtk.h View 1 2 chunks +5 lines, -4 lines 0 comments Download
M views/controls/table/native_table_wrapper.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M views/views_delegate.h View 1 3 chunks +5 lines, -4 lines 0 comments Download
M views/window/window.h View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tfarina
10 years, 4 months ago (2010-07-28 15:02:38 UTC) #1
Nico
LG http://codereview.chromium.org/3017036/diff/1/2 File views/controls/button/native_button_gtk.h (right): http://codereview.chromium.org/3017036/diff/1/2#newcode7 views/controls/button/native_button_gtk.h:7: no newline here (also in the other files) ...
10 years, 4 months ago (2010-07-28 16:09:53 UTC) #2
tfarina
http://codereview.chromium.org/3017036/diff/1/2 File views/controls/button/native_button_gtk.h (right): http://codereview.chromium.org/3017036/diff/1/2#newcode7 views/controls/button/native_button_gtk.h:7: On 2010/07/28 16:09:53, Nico wrote: > no newline here ...
10 years, 4 months ago (2010-07-28 16:58:32 UTC) #3
Nico
I won't stop this CL over the issue below. If you feel strongly, commit this ...
10 years, 4 months ago (2010-07-28 17:13:06 UTC) #4
tfarina
10 years, 4 months ago (2010-07-28 17:23:35 UTC) #5
On 2010/07/28 17:13:06, Nico wrote:
> I don't mind putting newlines between function declarations, but not having
them
> is explicitly permitted. If the original author wrote them without newlines,
> adding just because of personal taste seems not productive. I recommend you
get
> used to this style too :-)

I just thought that would be good and more easy to read, but it seems that is
not the case. (I will remember to let my personal taste aside in future :( ).
Reverted the change.

Powered by Google App Engine
This is Rietveld 408576698