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

Issue 454353002: Cleanup namespace usage in modules/. (Closed)

Created:
6 years, 4 months ago by tfarina
Modified:
6 years, 4 months ago
CC:
alecflett+watch_chromium.org, alecflett, blink-reviews, cmumford, dgrogan, falken, horo+watch_chromium.org, jsbell+idb_chromium.org, jsbell+serviceworker_chromium.org, kinuko+serviceworker, michaeln, nhiroki, serviceworker-reviews, tyoshino+watch_chromium.org, tzik, yhirano+watch_chromium.org
Project:
blink
Visibility:
Public.

Description

Cleanup namespace usage in modules/. BUG=None TEST=blink_tests R=abarth@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179981

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -41 lines) Patch
M Source/modules/indexeddb/IDBKeyPathTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/indexeddb/IDBRequestTest.cpp View 1 4 chunks +4 lines, -5 lines 0 comments Download
M Source/modules/indexeddb/IDBTransactionTest.cpp View 1 5 chunks +5 lines, -7 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerContainerTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/sqlite/SQLiteFileSystemPosix.cpp View 6 chunks +6 lines, -8 lines 0 comments Download
M Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp View 5 chunks +5 lines, -7 lines 0 comments Download
M Source/modules/websockets/WebSocketDeflaterTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/websockets/WebSocketExtensionParserTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tfarina
6 years, 4 months ago (2014-08-10 16:49:06 UTC) #1
tkent
The following pattern looks strange. A) namespace blink { namespace { ... } } IMO, ...
6 years, 4 months ago (2014-08-11 01:18:52 UTC) #2
tfarina
On 2014/08/11 01:18:52, tkent wrote: > The following pattern looks strange. > > A) > ...
6 years, 4 months ago (2014-08-11 02:25:58 UTC) #3
tyoshino (SeeGerritForStatus)
On 2014/08/11 02:25:58, tfarina wrote: > On 2014/08/11 01:18:52, tkent wrote: > namespace blink { ...
6 years, 4 months ago (2014-08-11 04:09:19 UTC) #4
tfarina
Adam, Kent, is it fine what I have here? Otherwise, let me know to which ...
6 years, 4 months ago (2014-08-11 16:46:17 UTC) #5
abarth-chromium
lgtm
6 years, 4 months ago (2014-08-11 18:12:10 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/454353002/20001
6 years, 4 months ago (2014-08-11 18:12:34 UTC) #7
commit-bot: I haz the power
Change committed as 179981
6 years, 4 months ago (2014-08-11 18:15:21 UTC) #8
eseidel
I don't care about the namespace strategy in tests. :) Personally I find B more ...
6 years, 4 months ago (2014-08-11 18:19:40 UTC) #9
tfarina
On Mon, Aug 11, 2014 at 3:19 PM, <eseidel@chromium.org> wrote: > I don't care about ...
6 years, 4 months ago (2014-08-11 18:37:13 UTC) #10
eseidel
No need to change anything. :)
6 years, 4 months ago (2014-08-11 19:11:41 UTC) #11
eseidel
6 years, 4 months ago (2014-08-11 19:12:27 UTC) #12
Message was sent while issue was closed.
Thank you again for cleaning this up.  The real win is getting rid of all these
blink:: lines, regardless of what the namespace delcarations look like at the
top of the files.

Powered by Google App Engine
This is Rietveld 408576698