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

Issue 93723003: Rename HTMLElement::form() to formOwner(). (Closed)

Created:
7 years ago by sof
Modified:
7 years ago
CC:
blink-reviews, Nils Barth (inactive), kojih, arv+blink, jsbell+bindings_chromium.org, abarth-chromium, marja+watch_chromium.org, dglazkov+blink, adamk+blink_chromium.org, haraken, Nate Chapin, watchdog-blink-watchlist_google.com, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Rename HTMLElement::form() to formOwner(). To make the correspondence to the underlying concept clearer, rename form() as formOwner(). It intending to implement the spec's notion of "form owner", http://www.whatwg.org/specs/web-apps/current-work/#form-owner As part of this, as HTMLLegendElement.form implements its own notion of 'form', http://www.whatwg.org/specs/web-apps/current-work/#dom-legend-form a separate form() accessor has been introduced (rather than co-opt formOwner().) R=tkent@chromium.org BUG=324828 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163523

Patch Set 1 #

Total comments: 17
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -23 lines) Patch
M Source/bindings/v8/V8LazyEventListener.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLButtonElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLElement.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFieldSetElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormControlElement.h View 1 chunk +0 lines, -2 lines 8 comments Download
M Source/core/html/HTMLFormElement.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLInputElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLKeygenElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLegendElement.h View 2 chunks +2 lines, -1 line 7 comments Download
M Source/core/html/HTMLLegendElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLObjectElement.h View 1 chunk +0 lines, -3 lines 2 comments Download
M Source/core/html/HTMLObjectElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptionElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOutputElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLSelectElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLTextAreaElement.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
sof
Please take a look when you have a moment. (The renaming part of the https://codereview.chromium.org/107183004/ ...
7 years ago (2013-12-10 08:23:41 UTC) #1
tkent
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } Why do ...
7 years ago (2013-12-10 08:31:28 UTC) #2
sof
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 08:35:29 UTC) #3
tkent
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 08:49:49 UTC) #4
sof
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 08:53:56 UTC) #5
sof
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 08:56:41 UTC) #6
tkent
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 08:59:01 UTC) #7
sof
https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On 2013/12/10 ...
7 years ago (2013-12-10 09:03:00 UTC) #8
tkent
lgtm https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h File Source/core/html/HTMLFormControlElement.h (left): https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h#oldcode46 Source/core/html/HTMLFormControlElement.h:46: HTMLFormElement* form() const { return FormAssociatedElement::form(); } On ...
7 years ago (2013-12-10 09:07:50 UTC) #9
sof
On 2013/12/10 09:07:50, tkent wrote: > lgtm > > https://codereview.chromium.org/93723003/diff/1/Source/core/html/HTMLFormControlElement.h > File Source/core/html/HTMLFormControlElement.h (left): > ...
7 years ago (2013-12-10 09:14:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/93723003/1
7 years ago (2013-12-10 09:15:00 UTC) #11
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=12603
7 years ago (2013-12-10 09:29:22 UTC) #12
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-10 09:31:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/93723003/1
7 years ago (2013-12-10 09:34:01 UTC) #14
commit-bot: I haz the power
Change committed as 163523
7 years ago (2013-12-10 10:31:30 UTC) #15
arv (Not doing code reviews)
7 years ago (2013-12-10 20:32:57 UTC) #16
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698