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

Issue 2333753002: Remove equalIgnoringCase in Source/platform/weborigin/ (Closed)

Created:
4 years, 3 months ago by dsinclair
Modified:
4 years, 3 months ago
Reviewers:
esprehn
CC:
blink-reviews, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove equalIgnoringCase in Source/platform/weborigin/ This Cl updates the calls to equalIgnoringCase to use equalIgnoringASCIICase as needed. BUG=627682 Committed: https://crrev.com/9c8ff23720e4f5a6d27283e8f67bc97e7d18b6ed Cr-Commit-Position: refs/heads/master@{#418341}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Switch to ASCII #

Patch Set 3 : Rebase to master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -9 lines) Patch
M third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
dsinclair
PTAL. https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h File third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h (right): https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h#newcode88 third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h:88: return equalIgnoringASCIICase(a.protocol(), b.protocol()) As far as I can ...
4 years, 3 months ago (2016-09-12 14:57:55 UTC) #2
esprehn
lgtm https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h File third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h (right): https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h#newcode89 third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h:89: && equalIgnoringCase(a.host(), b.host()) On 2016/09/12 at 14:57:55, dsinclair ...
4 years, 3 months ago (2016-09-12 18:58:02 UTC) #3
dsinclair
https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h File third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h (right): https://codereview.chromium.org/2333753002/diff/1/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h#newcode89 third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h:89: && equalIgnoringCase(a.host(), b.host()) On 2016/09/12 18:58:02, esprehn wrote: > ...
4 years, 3 months ago (2016-09-12 19:50:07 UTC) #5
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/2333753002/20001
4 years, 3 months ago (2016-09-13 13:18:49 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/258281)
4 years, 3 months ago (2016-09-13 13:26:06 UTC) #13
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/2333753002/40001
4 years, 3 months ago (2016-09-13 14:21:44 UTC) #16
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/292108)
4 years, 3 months ago (2016-09-13 18:03:14 UTC) #18
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/2333753002/40001
4 years, 3 months ago (2016-09-13 18:06:43 UTC) #20
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-13 19:49:23 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 19:51:56 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9c8ff23720e4f5a6d27283e8f67bc97e7d18b6ed
Cr-Commit-Position: refs/heads/master@{#418341}

Powered by Google App Engine
This is Rietveld 408576698