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

Issue 400493002: Hide dangerous interface String::Equals/Hash(uint8_t*,... (Closed)

Created:
6 years, 5 months ago by koda
Modified:
6 years, 5 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Hide dangerous interface String::Equals/Hash(uint8_t*,... The method String::Equals(uint8_t*, intptr_t) was incorrectly specified as operating on UTF-8, when it was actually assuming Latin-1. Still, friends that use templates (like Symbols) can still access the convenient overloaded Equals/Hash. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=38343

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M runtime/vm/object.h View 3 chunks +11 lines, -3 lines 0 comments Download
M runtime/vm/object_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
koda
6 years, 5 months ago (2014-07-17 00:06:21 UTC) #1
siva
lgtm
6 years, 5 months ago (2014-07-17 20:01:18 UTC) #2
koda
6 years, 5 months ago (2014-07-17 20:07:10 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r38343 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698