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

Issue 1535803003: Add two UseCounters for form.imageName and form.elements.imageName. (Closed)

Created:
5 years ago by tkent
Modified:
5 years ago
Reviewers:
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2564
Target Ref:
refs/pending/branch-heads/2564
Project:
chromium
Visibility:
Public.

Description

Add two UseCounters for form.imageName and form.elements.imageName. https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/DPFNigRT6Dc/5ck9egACBAAJ > A) What the specification defines; form.imageName where |imageName| is a > descendant of |form|. > > B) What the specification lacks, and all browsers agree; form.imageName where > |imageName| is not a descendant of |form| and is associated by HTML parser. > > C) WebKit-only quirk: form.elements.imageName This CL adds UseCounter::FormNameAccessForNonDescendantImageElement for B. UseCounter::FormControlsCollectionNameAccessForImageElement for C. BUG=570151 Review URL: https://codereview.chromium.org/1529033002 Cr-Commit-Position: refs/heads/master@{#365468} (cherry picked from commit dc1e9e51df9ef1b02bc0b9045c5fe2a64fc3b79f) Committed: https://chromium.googlesource.com/chromium/src/+/3364ba098e28aa105a26116308bc832e4eeed122

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormControlsCollection.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLFormElement.cpp View 1 chunk +10 lines, -1 line 0 comments Download

Messages

Total messages: 2 (1 generated)
tkent
5 years ago (2015-12-18 07:18:55 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
3364ba098e28aa105a26116308bc832e4eeed122.

Powered by Google App Engine
This is Rietveld 408576698