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

Issue 1436153002: Apply clang-format with Chromium-style without column limit. (Closed)

Created:
5 years, 1 month ago by tkent
Modified:
5 years, 1 month ago
Reviewers:
CC:
Mads Ager (chromium), blink-reviews, blink-reviews-wtf_chromium.org, chromium-reviews, haraken, kouhei+heap_chromium.org, Mikhail, oilpan-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Apply clang-format with Chromium-style without column limit. This CL has no behavior changes BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28971 lines, -30343 lines) Patch
M third_party/WebKit/.clang-format View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/ASCIICType.h View 2 chunks +70 lines, -75 lines 0 comments Download
M third_party/WebKit/Source/wtf/ASCIICType.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/ASCIICTypeTest.cpp View 1 chunk +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/wtf/AddressSanitizer.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/AddressSpaceRandomization.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/AddressSpaceRandomization.cpp View 1 chunk +77 lines, -82 lines 0 comments Download
M third_party/WebKit/Source/wtf/Alias.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/Alias.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/Alignment.h View 1 chunk +23 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/Allocator.h View 2 chunks +70 lines, -70 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBuffer.h View 1 chunk +109 lines, -129 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBuffer.cpp View 1 chunk +58 lines, -63 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferBuilder.h View 1 chunk +62 lines, -69 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferBuilder.cpp View 1 chunk +50 lines, -57 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferBuilderTest.cpp View 1 chunk +133 lines, -145 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferContents.h View 1 chunk +68 lines, -67 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferContents.cpp View 1 chunk +74 lines, -87 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferView.h View 1 chunk +81 lines, -88 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayBufferView.cpp View 1 chunk +35 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayPiece.h View 1 chunk +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/ArrayPiece.cpp View 1 chunk +35 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/wtf/Assertions.h View 13 chunks +116 lines, -117 lines 0 comments Download
M third_party/WebKit/Source/wtf/Assertions.cpp View 4 chunks +219 lines, -248 lines 0 comments Download
M third_party/WebKit/Source/wtf/AssertionsTest.cpp View 1 chunk +29 lines, -32 lines 0 comments Download
M third_party/WebKit/Source/wtf/Atomics.h View 6 chunks +183 lines, -194 lines 0 comments Download
M third_party/WebKit/Source/wtf/BitArray.h View 1 chunk +21 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/wtf/BitVector.h View 1 chunk +159 lines, -183 lines 0 comments Download
M third_party/WebKit/Source/wtf/BitVector.cpp View 1 chunk +63 lines, -70 lines 0 comments Download
M third_party/WebKit/Source/wtf/BitwiseOperations.h View 2 chunks +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/BloomFilter.h View 1 chunk +60 lines, -66 lines 0 comments Download
M third_party/WebKit/Source/wtf/ByteOrder.h View 1 chunk +38 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/ByteSwap.h View 1 chunk +29 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/CPU.h View 4 chunks +21 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/wtf/CheckedArithmetic.h View 1 chunk +537 lines, -545 lines 0 comments Download
M third_party/WebKit/Source/wtf/CheckedArithmeticTest.cpp View 1 chunk +111 lines, -112 lines 0 comments Download
M third_party/WebKit/Source/wtf/Compiler.h View 9 chunks +4 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/ConditionalDestructor.h View 1 chunk +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/wtf/ContainerAnnotations.h View 1 chunk +17 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.h View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/CryptographicallyRandomNumber.cpp View 1 chunk +8 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/wtf/CurrentTime.h View 2 chunks +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/wtf/CurrentTime.cpp View 1 chunk +13 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/wtf/DataLog.h View 1 chunk +5 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/wtf/DataLog.cpp View 1 chunk +30 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/wtf/DateMath.h View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/wtf/DateMath.cpp View 2 chunks +544 lines, -581 lines 0 comments Download
M third_party/WebKit/Source/wtf/Deque.h View 2 chunks +398 lines, -391 lines 0 comments Download
M third_party/WebKit/Source/wtf/DequeTest.cpp View 1 chunk +230 lines, -244 lines 0 comments Download
M third_party/WebKit/Source/wtf/DoublyLinkedList.h View 1 chunk +116 lines, -115 lines 0 comments Download
M third_party/WebKit/Source/wtf/DynamicAnnotations.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/DynamicAnnotations.cpp View 1 chunk +13 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/wtf/FilePrintStream.h View 1 chunk +16 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/FilePrintStream.cpp View 1 chunk +15 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/wtf/Float32Array.h View 1 chunk +34 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/wtf/Float64Array.h View 1 chunk +34 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/wtf/Forward.h View 3 chunks +19 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/Functional.h View 1 chunk +188 lines, -222 lines 0 comments Download
M third_party/WebKit/Source/wtf/FunctionalTest.cpp View 2 chunks +177 lines, -202 lines 0 comments Download
M third_party/WebKit/Source/wtf/GetPtr.h View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashCountedSet.h View 1 chunk +92 lines, -95 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashFunctions.h View 1 chunk +205 lines, -160 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashIterators.h View 1 chunk +146 lines, -127 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashMap.h View 2 chunks +314 lines, -344 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashMapTest.cpp View 1 chunk +212 lines, -224 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashSet.h View 1 chunk +155 lines, -173 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashSetTest.cpp View 1 chunk +145 lines, -146 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTable.h View 5 chunks +1024 lines, -1062 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTable.cpp View 1 chunk +21 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTableDeletedValueType.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/HashTraits.h View 2 chunks +216 lines, -199 lines 0 comments Download
M third_party/WebKit/Source/wtf/HexNumber.h View 2 chunks +46 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/wtf/InstanceCounter.h View 1 chunk +11 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/wtf/InstanceCounter.cpp View 1 chunk +64 lines, -73 lines 0 comments Download
M third_party/WebKit/Source/wtf/Int16Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/Int32Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/Int8Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/IntegralTypedArrayBase.h View 1 chunk +17 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/wtf/LeakAnnotations.h View 1 chunk +18 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/LinkedHashSet.h View 1 chunk +545 lines, -553 lines 0 comments Download
M third_party/WebKit/Source/wtf/LinkedStack.h View 1 chunk +51 lines, -57 lines 0 comments Download
M third_party/WebKit/Source/wtf/ListHashSet.h View 1 chunk +711 lines, -742 lines 0 comments Download
M third_party/WebKit/Source/wtf/ListHashSetTest.cpp View 1 chunk +520 lines, -557 lines 0 comments Download
M third_party/WebKit/Source/wtf/Locker.h View 1 chunk +11 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/wtf/MainThread.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/MainThread.cpp View 1 chunk +15 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/MathExtras.h View 5 chunks +242 lines, -193 lines 0 comments Download
M third_party/WebKit/Source/wtf/MathExtrasTest.cpp View 1 chunk +160 lines, -175 lines 0 comments Download
M third_party/WebKit/Source/wtf/NonCopyingSort.h View 1 chunk +34 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/wtf/Noncopyable.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/NotFound.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/Optional.h View 1 chunk +38 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/wtf/OptionalTest.cpp View 1 chunk +38 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/wtf/OwnPtr.h View 1 chunk +188 lines, -170 lines 0 comments Download
M third_party/WebKit/Source/wtf/OwnPtrCommon.h View 1 chunk +15 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/PageAllocator.h View 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/wtf/PageAllocator.cpp View 2 chunks +133 lines, -143 lines 0 comments Download
M third_party/WebKit/Source/wtf/PartitionAlloc.h View 9 chunks +412 lines, -442 lines 0 comments Download
M third_party/WebKit/Source/wtf/PartitionAlloc.cpp View 2 chunks +1133 lines, -1184 lines 0 comments Download
M third_party/WebKit/Source/wtf/PartitionAllocTest.cpp View 4 chunks +1594 lines, -1640 lines 0 comments Download
M third_party/WebKit/Source/wtf/PartitionAllocator.h View 1 chunk +130 lines, -151 lines 0 comments Download
M third_party/WebKit/Source/wtf/PartitionAllocator.cpp View 1 chunk +7 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/wtf/Partitions.h View 1 chunk +97 lines, -110 lines 0 comments Download
M third_party/WebKit/Source/wtf/Partitions.cpp View 1 chunk +114 lines, -129 lines 0 comments Download
M third_party/WebKit/Source/wtf/PassOwnPtr.h View 1 chunk +128 lines, -110 lines 0 comments Download
M third_party/WebKit/Source/wtf/PassRefPtr.h View 2 chunks +136 lines, -122 lines 0 comments Download
M third_party/WebKit/Source/wtf/PassTraits.h View 1 chunk +17 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/PrintStream.h View 3 chunks +82 lines, -80 lines 0 comments Download
M third_party/WebKit/Source/wtf/PrintStream.cpp View 1 chunk +38 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/wtf/RawPtr.h View 1 chunk +81 lines, -87 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefCounted.h View 1 chunk +93 lines, -102 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefCountedLeakCounter.h View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefCountedLeakCounter.cpp View 1 chunk +15 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefPtr.h View 1 chunk +167 lines, -140 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefPtrTest.cpp View 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/RefVector.h View 1 chunk +24 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/wtf/RetainPtr.h View 2 chunks +198 lines, -185 lines 0 comments Download
M third_party/WebKit/Source/wtf/SaturatedArithmetic.h View 1 chunk +43 lines, -50 lines 0 comments Download
M third_party/WebKit/Source/wtf/SaturatedArithmeticTest.cpp View 1 chunk +97 lines, -101 lines 0 comments Download
M third_party/WebKit/Source/wtf/SizeLimits.cpp View 1 chunk +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/SpinLock.h View 1 chunk +8 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/wtf/SpinLock.cpp View 1 chunk +17 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/StaticConstructors.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/StdLibExtras.h View 4 chunks +59 lines, -67 lines 0 comments Download
M third_party/WebKit/Source/wtf/StringExtras.h View 2 chunks +23 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/StringExtrasTest.cpp View 1 chunk +68 lines, -66 lines 0 comments Download
M third_party/WebKit/Source/wtf/StringHasher.h View 1 chunk +178 lines, -190 lines 0 comments Download
M third_party/WebKit/Source/wtf/StringHasherTest.cpp View 2 chunks +333 lines, -340 lines 0 comments Download
M third_party/WebKit/Source/wtf/TemporaryChange.h View 1 chunk +13 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/TemporaryChangeTest.cpp View 1 chunk +11 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/wtf/TerminatedArray.h View 1 chunk +69 lines, -70 lines 0 comments Download
M third_party/WebKit/Source/wtf/TerminatedArrayBuilder.h View 1 chunk +47 lines, -53 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadRestrictionVerifier.h View 1 chunk +26 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h View 1 chunk +39 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadSpecific.h View 3 chunks +118 lines, -130 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadSpecificWin.cpp View 1 chunk +68 lines, -80 lines 0 comments Download
M third_party/WebKit/Source/wtf/Threading.h View 2 chunks +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadingPrimitives.h View 4 chunks +66 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadingPthreads.cpp View 2 chunks +107 lines, -126 lines 0 comments Download
M third_party/WebKit/Source/wtf/ThreadingWin.cpp View 1 chunk +201 lines, -223 lines 0 comments Download
M third_party/WebKit/Source/wtf/TreeNode.h View 1 chunk +113 lines, -126 lines 0 comments Download
M third_party/WebKit/Source/wtf/TreeNodeTest.cpp View 1 chunk +146 lines, -167 lines 0 comments Download
M third_party/WebKit/Source/wtf/TriState.h View 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/wtf/TypeTraits.h View 3 chunks +283 lines, -206 lines 0 comments Download
M third_party/WebKit/Source/wtf/TypeTraits.cpp View 5 chunks +22 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/TypedArrayBase.h View 1 chunk +72 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/wtf/Uint16Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/Uint32Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/Uint8Array.h View 1 chunk +22 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/Uint8ClampedArray.h View 1 chunk +30 lines, -36 lines 0 comments Download
M third_party/WebKit/Source/wtf/Utility.h View 1 chunk +8 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/Vector.h View 10 chunks +900 lines, -984 lines 0 comments Download
M third_party/WebKit/Source/wtf/VectorTest.cpp View 1 chunk +299 lines, -314 lines 0 comments Download
M third_party/WebKit/Source/wtf/VectorTraits.h View 4 chunks +80 lines, -83 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTF.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTF.cpp View 1 chunk +20 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTFExport.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTFThreadData.h View 1 chunk +28 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/wtf/WTFThreadData.cpp View 1 chunk +5 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/wtf/WeakPtr.h View 1 chunk +94 lines, -94 lines 0 comments Download
M third_party/WebKit/Source/wtf/asm/SaturatedArithmeticARM.h View 1 chunk +73 lines, -78 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa.h View 2 chunks +13 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa.cpp View 7 chunks +980 lines, -1002 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/bignum.h View 1 chunk +105 lines, -104 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/bignum-dtoa.h View 1 chunk +43 lines, -44 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/cached-powers.h View 1 chunk +23 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/diy-fp.h View 1 chunk +82 lines, -81 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/double.h View 1 chunk +218 lines, -208 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/double-conversion.h View 1 chunk +308 lines, -310 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/fast-dtoa.h View 1 chunk +45 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.h View 1 chunk +18 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/strtod.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa/utils.h View 4 chunks +200 lines, -202 lines 0 comments Download
M third_party/WebKit/Source/wtf/dtoa_test.cpp View 1 chunk +28 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/wtf/testing/RunAllTests.cpp View 1 chunk +9 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/wtf/testing/WTFTestPrinters.cpp View 1 chunk +39 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/wtf/testing/WTFTestPrintersTest.cpp View 1 chunk +18 lines, -22 lines 0 comments Download
M third_party/WebKit/Source/wtf/testing/WTFUnitTestHelpersExport.h View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/ASCIIFastPath.h View 1 chunk +104 lines, -103 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicString.h View 3 chunks +226 lines, -181 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicString.cpp View 1 chunk +313 lines, -360 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicStringCF.cpp View 1 chunk +13 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicStringHash.h View 1 chunk +16 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicStringTest.cpp View 1 chunk +37 lines, -39 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/Base64.h View 3 chunks +16 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/Base64.cpp View 2 chunks +155 lines, -166 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CString.h View 1 chunk +47 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CString.cpp View 2 chunks +57 lines, -69 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CStringTest.cpp View 1 chunk +145 lines, -152 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CharacterNames.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/Collator.h View 1 chunk +22 lines, -20 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/IntegerToStringConversion.h View 1 chunk +52 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBuffer.h View 1 chunk +27 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBufferTest.cpp View 1 chunk +23 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBuilder.h View 1 chunk +296 lines, -313 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBuilder.cpp View 1 chunk +245 lines, -269 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBuilderTest.cpp View 1 chunk +238 lines, -253 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringConcatenate.h View 1 chunk +173 lines, -188 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringConcatenate.cpp View 1 chunk +65 lines, -88 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringHash.h View 2 chunks +90 lines, -107 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImpl.h View 5 chunks +564 lines, -587 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImpl.cpp View 2 chunks +1534 lines, -1641 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImplCF.cpp View 2 chunks +76 lines, -89 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImplTest.cpp View 1 chunk +9 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringOperators.h View 1 chunk +76 lines, -93 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp View 1 chunk +146 lines, -147 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringStatics.h View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringStatics.cpp View 1 chunk +42 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringUTF8Adaptor.h View 1 chunk +25 lines, -27 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringView.h View 1 chunk +51 lines, -64 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodec.h View 2 chunks +37 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodec.cpp View 1 chunk +15 lines, -17 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecASCIIFastPath.h View 1 chunk +34 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecICU.h View 1 chunk +31 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecICU.cpp View 1 chunk +394 lines, -423 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecLatin1.h View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp View 1 chunk +186 lines, -194 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecReplacement.h View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp View 1 chunk +24 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecReplacementTest.cpp View 1 chunk +27 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF16.h View 1 chunk +14 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp View 1 chunk +118 lines, -125 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF8.h View 1 chunk +21 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp View 1 chunk +353 lines, -368 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF8Test.cpp View 1 chunk +34 lines, -37 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUserDefined.h View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUserDefined.cpp View 1 chunk +57 lines, -65 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextEncoding.h View 3 chunks +28 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextEncoding.cpp View 2 chunks +75 lines, -97 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextEncodingRegistry.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextEncodingRegistry.cpp View 2 chunks +178 lines, -200 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextPosition.h View 2 chunks +37 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextPosition.cpp View 1 chunk +22 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/UTF8.h View 2 chunks +22 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/UTF8.cpp View 2 chunks +325 lines, -327 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/Unicode.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFString.h View 4 chunks +530 lines, -529 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFString.cpp View 2 chunks +782 lines, -883 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFStringTest.cpp View 2 chunks +253 lines, -252 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
tkent
5 years, 1 month ago (2015-11-16 01:18:18 UTC) #1
I don't proceed this anytime soon.

Powered by Google App Engine
This is Rietveld 408576698