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

Issue 2547713003: Returned MediaQuerySet should be const. (Closed)

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

Description

Returned MediaQuerySet should be const. The MediaQuerySet is never modified outside the class. We don't have any evidence that this fixes the mentioned issue though. R=sigbjornf@opera.com BUG=669757 Committed: https://crrev.com/88910ebeeacdcd83fa205afd44b49e664ea71838 Cr-Commit-Position: refs/heads/master@{#436031}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed nit. #

Patch Set 3 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/WebKit/Source/core/css/CSSStyleSheet.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (17 generated)
rune
ptal
4 years ago (2016-12-02 09:05:01 UTC) #4
sof
lgtm, if no caller of the accessors wants to update the object. I don't it ...
4 years ago (2016-12-02 09:30:11 UTC) #6
rune
https://codereview.chromium.org/2547713003/diff/1/third_party/WebKit/Source/core/css/CSSStyleSheet.h File third_party/WebKit/Source/core/css/CSSStyleSheet.h (right): https://codereview.chromium.org/2547713003/diff/1/third_party/WebKit/Source/core/css/CSSStyleSheet.h#newcode102 third_party/WebKit/Source/core/css/CSSStyleSheet.h:102: const MediaQuerySet* mediaQueries() const { return m_mediaQueries.get(); } On ...
4 years ago (2016-12-02 09:52:52 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/2547713003/20001
4 years ago (2016-12-02 09:53:34 UTC) #10
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/css/CSSStyleSheet.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-02 12:13:41 UTC) #12
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/2547713003/40001
4 years ago (2016-12-02 12:27:50 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/342796)
4 years ago (2016-12-02 16:57:46 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/2547713003/40001
4 years ago (2016-12-02 17:39:53 UTC) #22
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-02 21:28:11 UTC) #25
commit-bot: I haz the power
4 years ago (2016-12-02 21:30:05 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/88910ebeeacdcd83fa205afd44b49e664ea71838
Cr-Commit-Position: refs/heads/master@{#436031}

Powered by Google App Engine
This is Rietveld 408576698