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

Issue 2352193004: Document* -> Document& for loadSubimages and friends. (Closed)

Created:
4 years, 3 months ago by rune
Modified:
4 years, 3 months ago
Reviewers:
sashab
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Document* -> Document& for loadSubimages and friends. Document* should never be nullptr in these places. Also made them const and propagated the const-ness where necessary. R=sashab@chromium.org Committed: https://crrev.com/0fccab70551979737eed882ec677337ede6f438e Cr-Commit-Position: refs/heads/master@{#420319}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Added constness #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -43 lines) Patch
M third_party/WebKit/Source/core/css/CSSCrossfadeValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCursorImageValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSCursorImageValue.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSGradientValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageSetValue.cpp View 1 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageValue.cpp View 1 2 chunks +4 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintValue.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSStyleSheetResourceTest.cpp View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Document.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImage.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleFetchedImage.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImage.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 15 (8 generated)
rune
ptal
4 years, 3 months ago (2016-09-21 08:48:46 UTC) #3
sashab
Yayyy less pointers more references!!! :D Same comment as before -- how many of these ...
4 years, 3 months ago (2016-09-22 00:24:32 UTC) #6
rune
On 2016/09/22 at 00:24:32, sashab wrote: > Yayyy less pointers more references!!! :D > > ...
4 years, 3 months ago (2016-09-22 08:10:02 UTC) #7
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/2352193004/20001
4 years, 3 months ago (2016-09-22 09:37:51 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-22 13:27:17 UTC) #12
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/0fccab70551979737eed882ec677337ede6f438e Cr-Commit-Position: refs/heads/master@{#420319}
4 years, 3 months ago (2016-09-22 13:28:46 UTC) #14
sashab
4 years, 3 months ago (2016-09-23 00:17:05 UTC) #15
Message was sent while issue was closed.
YYayy, nice work!! :)

Probably could have updated the CL description to say 'const Document&', but not
important :)

Powered by Google App Engine
This is Rietveld 408576698