|
|
Remove ASSERT_WITH_MESSAGE family.
This CL removes:
- ASSERT_WITH_MESSAGE
- ASSERT_WITH_MESSAGE_UNUSED
- RELEASE_ASSERT_WITH_MESSAGE
- WTFReportAssertionFailureWithMessage()
DCHECK / CHECK has ability to specify messages.
This CL also add stream printer for LayoutUnit. It's necessary to use LayoutUnit
in DCHECK macro.
BUG= 596760
Committed: https://crrev.com/f32b99d3b806b471ccb249d14c1c41070f39da02
Cr-Commit-Position: refs/heads/master@{#382775}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+52 lines, -77 lines) |
Patch |
 |
M |
third_party/WebKit/Source/core/animation/StringKeyframe.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/dom/DocumentLifecycle.cpp
|
View
|
|
2 chunks |
+10 lines, -4 lines |
2 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutGrid.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
2 comments
|
Download
|
 |
M |
third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
|
View
|
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/LayoutUnit.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Timer.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/Timer.cpp
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/graphics/paint/DisplayItemList.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/mac/BlockExceptions.mm
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp
|
View
|
|
5 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/Assertions.h
|
View
|
|
3 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/Assertions.cpp
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
third_party/WebKit/Source/wtf/dtoa.cpp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 14 (6 generated)
|