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

Issue 5812004: Allow hypen in domain name of email address for ChromeOS users UI. (Closed)

Created:
10 years ago by xiyuan
Modified:
9 years, 7 months ago
Reviewers:
zel
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Allow hypen in domain name of email address for ChromeOS users UI. Change '\w+' to [A-Za-z0-9]{2,63} in email address regexp. This allows hypen to be used in domain name part of an email and sets a 2-63 chars length limit. Use the same email alias pattern for format3 as in format1 and format2. BUG=chromium-os:10250 TEST=Verify fix for chromim-os:10250. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M chrome/browser/resources/options/chromeos_accounts_user_name_edit.js View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
xiyuan
10 years ago (2010-12-13 19:44:06 UTC) #1
zel
10 years ago (2010-12-14 17:22:04 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698