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

Issue 835953003: Fix template angle bracket syntax (Closed)

Created:
5 years, 11 months ago by rwlbuis
Modified:
5 years, 11 months ago
CC:
blink-reviews, blink-reviews-wtf_chromium.org, aandrey+blink_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Fix template angle bracket syntax In C++11 the parser is able to parse >> as the end of the template argument list. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187963

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -166 lines) Patch
M Source/wtf/CheckedArithmetic.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/Deque.h View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/wtf/DequeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/Functional.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/HashCountedSet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/HashFunctions.h View 4 chunks +23 lines, -23 lines 0 comments Download
M Source/wtf/HashIterators.h View 6 chunks +8 lines, -8 lines 0 comments Download
M Source/wtf/HashMap.h View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/wtf/HashMapTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/HashSet.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/wtf/HashSetTest.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M Source/wtf/HashTraits.h View 7 chunks +7 lines, -7 lines 0 comments Download
M Source/wtf/LinkedHashSet.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/ListHashSet.h View 5 chunks +5 lines, -5 lines 0 comments Download
M Source/wtf/ListHashSetTest.cpp View 12 chunks +33 lines, -33 lines 0 comments Download
M Source/wtf/MessageQueue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/PassTraits.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/RefCountedLeakCounter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/RefVector.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/RetainPtr.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/SizeLimits.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/wtf/StreamBuffer.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TypeTraits.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/TypeTraits.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/Vector.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/wtf/VectorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/VectorTraits.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/wtf/WeakPtr.h View 5 chunks +8 lines, -8 lines 0 comments Download
M Source/wtf/text/AtomicString.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/text/StringConcatenate.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/wtf/text/StringConcatenate.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/StringHash.h View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/wtf/text/StringImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/StringImpl.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/wtf/text/StringOperators.h View 3 chunks +6 lines, -6 lines 0 comments Download
M Source/wtf/text/TextPosition.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/wtf/text/TextPosition.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
rwlbuis
PTAL
5 years, 11 months ago (2015-01-05 21:01:28 UTC) #2
rwlbuis
PTAL
5 years, 11 months ago (2015-01-05 22:25:52 UTC) #4
kouhei (in TOK)
non owner lgtm
5 years, 11 months ago (2015-01-07 07:29:06 UTC) #6
Mikhail
lgtm
5 years, 11 months ago (2015-01-07 07:52:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/835953003/1
5 years, 11 months ago (2015-01-07 11:51:57 UTC) #9
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 13:08:25 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187963

Powered by Google App Engine
This is Rietveld 408576698