|
Fixes for re-enabling more MSVC level 4 warnings: Source/core/ edition
This contains fixes for the following sorts of issues:
* Possibly-uninitialized local variable
* Assignment inside conditional
* Signedness mismatch
This also contains a small number of other cleanups to nearby code.
BUG= 81439
TEST=none
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178391
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+51 lines, -53 lines) |
Patch |
 |
M |
Source/core/BUILD.gn
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AXObject.cpp
|
View
|
1
2
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/core/accessibility/AXRenderObject.cpp
|
View
|
|
3 chunks |
+16 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gyp
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/TextIterator.cpp
|
View
|
1
2
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
Source/core/editing/VisibleUnits.cpp
|
View
|
|
1 chunk |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
Source/core/events/EventPath.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/events/EventTarget.cpp
|
View
|
|
1 chunk |
+10 lines, -16 lines |
0 comments
|
Download
|
 |
M |
Source/core/page/FrameTree.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/page/SpatialNavigation.cpp
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|