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

Issue 2827963003: Added null safety for CSSParserContext in CSSPropertyLengthUtils. (Closed)

Created:
3 years, 8 months ago by Bugs Nash
Modified:
3 years, 8 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Added null safety for CSSParserContext in CSSPropertyLengthUtils. Changed CSSParserContext argument from * to & for null safety and readability in CSSPropertyLengthUtils. Follow up from https://codereview.chromium.org/2805153002 BUG=668012 Review-Url: https://codereview.chromium.org/2827963003 Cr-Commit-Position: refs/heads/master@{#465905} Committed: https://chromium.googlesource.com/chromium/src/+/74c0237b4f109a9ac533ceba0ec82bb5f24bebfa

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWebkitMaxLogicalWidthOrHeight.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyLengthUtils.cpp View 2 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 27 (19 generated)
Bugs Nash
3 years, 8 months ago (2017-04-20 00:06:10 UTC) #4
Bugs Nash
changed reviewer to shend as rjwright is ooo
3 years, 8 months ago (2017-04-20 03:13:37 UTC) #8
shend
lgtm with nit. https://codereview.chromium.org/2827963003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/2827963003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode1853 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:1853: DCHECK(context_); Does this whole function assume ...
3 years, 8 months ago (2017-04-20 03:30:13 UTC) #9
Bugs Nash
+alancutter for owners https://codereview.chromium.org/2827963003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/2827963003/diff/1/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode1853 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:1853: DCHECK(context_); On 2017/04/20 at 03:30:13, shend ...
3 years, 8 months ago (2017-04-20 03:56:15 UTC) #15
Bugs Nash
addressed review
3 years, 8 months ago (2017-04-20 03:57:02 UTC) #17
alancutter (OOO until 2018)
lgtm
3 years, 8 months ago (2017-04-20 04:07:02 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2827963003/20001
3 years, 8 months ago (2017-04-20 04:10:42 UTC) #24
commit-bot: I haz the power
3 years, 8 months ago (2017-04-20 05:25:48 UTC) #27
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/74c0237b4f109a9ac533ceba0ec8...

Powered by Google App Engine
This is Rietveld 408576698