summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/html/HTMLTextFormControlElement.h
Commit message (Expand)AuthorAgeFilesLines
* TEXTAREA: Cutting last line without EOL should not remove the remaining EOL i...tkent2016-03-101-1/+2
* Add more missing closing namespace comments.Nico Weber2016-01-251-1/+1
* setRangeText shouldn't dispatch 'search' event.tkent2016-01-121-0/+1
* Add oldValue argument to Element::parseAttribute.tkent2015-12-021-1/+1
* CSS4: Implement :placeholder-shown pseudo classramya.v@samsung.com2015-09-031-2/+5
* Replace forward class declarations of VisiblePosition to include directiveyosin@chromium.org2015-08-241-2/+1
* Move Position related files to editing/ from dom/yosin@chromium.org2015-08-141-1/+1
* Rename InputDevice to InputDeviceCapabilities and sourceDevice to sourceCapab...lanwei@chromium.org2015-08-131-2/+2
* Populates sourceDevice attribute into FocusEvent from Blink lanwei@chromium.org2015-07-301-2/+2
* Fix virtual/override/final usage in Source/core/html/.tkent@chromium.org2015-07-071-8/+8
* Reapply the patch r191685 with fixing the regression issue.samahto@cisco.com2015-06-081-0/+1
* Revert r191685 "Implement copyNonAttributePropertiesFromElement for HTMLTextA...tkent@chromium.org2015-05-131-1/+0
* Make Position as an alias of PositionAlgorithm<EditingStrategy>yosin@chromium.org2015-04-151-1/+1
* Reset m_wasFocusedByMouse upon blur of <a> element.rob@robwu.nl2015-03-301-1/+1
* Implement autocapitalize in Blink to be used by the embedder.mlamouri@chromium.org2015-03-191-0/+5
* Make classes and methods in Source/core/html exported.tasak@google.com2015-03-171-1/+2
* Implement copyNonAttributePropertiesFromElement for HTMLTextAreaElementsamahto@cisco.com2015-03-111-0/+1
* Propagate focus type to pluginsfsamuel@chromium.org2015-01-161-2/+2
* select(), setSelectionRange() and setRangeText() method of input and textarea...prashhir@cisco.com2014-12-101-2/+4
* Editing: select() of a unfocusable input element should not change selection.yoichio@chromium.org2014-10-311-0/+2
* Implement minlength for <input> and <textarea>.bartekn@chromium.org2014-10-091-1/+2
* Replace FINAL and OVERRIDE with their C++11 counterparts in Source/core/htmlmohan.reddy@samsung.com2014-10-071-6/+6
* Clean up forward declarations in Source/core/htmlrob.buis@samsung.com2014-09-291-1/+0
* HTMLTextAreaElement.setSelectionRange should not change focus.yoichio@chromium.org2014-07-241-1/+6
* Fix namesabarth@chromium.org2014-07-181-1/+1
* Add functions searching a word boundary without VisualPosition to yoichio@chromium.org2014-07-081-0/+8
* Rename innerTextElement/Value used in <input> and <textarea> to innerEditor.tkent@chromium.org2014-06-191-3/+3
* Outline Element::shouldIgnoreAttributeCase()philipj@opera.com2014-06-171-0/+1
* Introduce use counters for Blink specific editing event usageyosin@chromium.org2014-06-111-0/+1
* Dispatch change event for input type=checkbox when checked but value is nullhabib.virji@samsung.com2014-05-071-0/+2
* input.focus() should not change selection.harpreet.sk@samsung.com2014-04-111-1/+1
* Move m_valueMatchesRenderer flag to HTMLInputElement and HTMLTextAreaElement.tkent@chromium.org2014-04-081-1/+1
* Oilpan: move Range object to the oilpan heap.sigbjornf@opera.com2014-04-041-1/+1
* Add DEFINE_HTMLELEMENT_TYPE_CASTS_WITH_FUNCTION() macroch.dumez@samsung.com2014-03-181-3/+3
* Use DEFINE_ELEMENT_TYPE_CASTS*() macros for Element subclassesch.dumez@samsung.com2014-03-091-1/+1
* Rename FocusDirection to FocusType.tkent@chromium.org2014-02-171-2/+2
* Remove unused HTMLTextFormControlElement::maxLength.tkent@chromium.org2014-01-151-1/+0
* AX: remove unused AXObject::selectedText.tkent@chromium.org2014-01-151-1/+0
* Update HTML classes to use OVERRIDE / FINAL when neededch.dumez@samsung.com2014-01-091-4/+4
* Remove helpless isHTMLFooElement functions.tkent@chromium.org2013-12-241-5/+0
* Access innerTextElement by ID.tkent@chromium.org2013-10-281-1/+1
* Add another macro to define type cast functions from Node with type checking ...tkent@chromium.org2013-10-231-3/+4
* Access placeholder shadow element with ID.tkent@chromium.org2013-09-191-1/+1
* Support author Shadow DOM for INPUT elements.tkent@chromium.org2013-09-101-4/+0
* Have HTMLElements / SVGElements constructors take a Document reference in arg...ch.dumez@sisa.samsung.com2013-09-031-1/+1
* Replace HTMLTextFormControlElement::fixPlaceholderRenderer with an override o...esprehn@chromium.org2013-08-231-1/+0
* Recover original WebViewImpl::setCompositionFromExistingText() with single te...yosin@chromium.org2013-08-221-4/+0
* Make WebViewImpl::setCompositionFromExistingText() to work with textareayosin@chromium.org2013-08-211-0/+4
* Transition ExceptionCode to ExceptionStatearv@chromium.org2013-08-051-2/+3
* Fix trailing whitespace in .cpp, .h, and .idl filesnbarth@chromium.org2013-07-261-1/+1