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

Issue 18753002: Fix a warning from Clang's -Wlogical-not-parentheses: logical not used to be applied to the left ha… (Closed)

Created:
7 years, 5 months ago by Alexander Potapenko
Modified:
7 years, 5 months ago
CC:
blink-reviews, dglazkov+blink, Nate Chapin, eae+blinkwatch, gavinp+loader_chromium.org
Base URL:
http://src.chromium.org/blink/trunk/
Visibility:
Public.

Description

Fix a warning from Clang's -Wlogical-not-parentheses: logical not used to be applied to the left hand side of the comparison (the result of parseContentTypeOptionsHeader()) R=jochen@chromium.org landing at https://codereview.chromium.org/19004003 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=153904

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : Fix a warning from Clang's -Wlogical-not-parentheses: logical not used to be applied to the left ha… #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/core/loader/cache/CachedScript.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
Alexander Potapenko
PTAL
7 years, 5 months ago (2013-07-05 07:38:41 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/18753002/diff/1002/Source/core/loader/cache/CachedScript.cpp File Source/core/loader/cache/CachedScript.cpp (right): https://codereview.chromium.org/18753002/diff/1002/Source/core/loader/cache/CachedScript.cpp#newcode89 Source/core/loader/cache/CachedScript.cpp:89: return !(parseContentTypeOptionsHeader(m_response.httpHeaderField("X-Content-Type-Options")) == ContentTypeOptionsNosniff) || MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType()); why not ...
7 years, 5 months ago (2013-07-05 07:43:12 UTC) #2
Alexander Potapenko
On 2013/07/05 07:43:12, jochen wrote: > lgtm > > https://codereview.chromium.org/18753002/diff/1002/Source/core/loader/cache/CachedScript.cpp > File Source/core/loader/cache/CachedScript.cpp (right): > ...
7 years, 5 months ago (2013-07-05 07:46:34 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glider@chromium.org/18753002/8001
7 years, 5 months ago (2013-07-05 07:47:55 UTC) #4
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=2967
7 years, 5 months ago (2013-07-05 08:12:40 UTC) #5
Alexander Potapenko
On 2013/07/05 08:12:40, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 5 months ago (2013-07-05 09:24:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glider@chromium.org/18753002/16001
7 years, 5 months ago (2013-07-09 12:56:11 UTC) #7
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=3132
7 years, 5 months ago (2013-07-09 13:06:53 UTC) #8
Alexander Potapenko
Fix a warning from Clang's -Wlogical-not-parentheses: logical not used to be applied to the left ...
7 years, 5 months ago (2013-07-10 12:59:43 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glider@chromium.org/18753002/24001
7 years, 5 months ago (2013-07-10 13:00:16 UTC) #10
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=3237
7 years, 5 months ago (2013-07-10 13:13:04 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/glider@chromium.org/18753002/32001
7 years, 5 months ago (2013-07-10 15:29:59 UTC) #12
Nico
It seems you created this issue incorrectly somehow. I'll land this for you at https://codereview.chromium.org/19004003
7 years, 5 months ago (2013-07-10 15:41:25 UTC) #13
Nico
7 years, 5 months ago (2013-07-10 16:17:24 UTC) #14
Message was sent while issue was closed.
Committed patchset #6 manually as r153904 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698