git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Search events should not fire synchronously for search type input elements with incre...
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
SearchInputType.cpp
2017-05-08
jiewen_tan@apple.com
Search events should not fire synchronously for search...
blob
|
commitdiff
2017-05-03
zalan@apple.com
SearchInputType could end up with a mismatched renderer.
blob
|
commitdiff
|
diff to current
2017-04-10
cdumez@apple.com
Drop Timer::startOneShot() overload taking a double
blob
|
commitdiff
|
diff to current
2016-11-11
darin@apple.com
Move Node from ExceptionCode to ExceptionOr
blob
|
commitdiff
|
diff to current
2016-08-31
akling@apple.com
DOM event handling should pass Event around by reference.
blob
|
commitdiff
|
diff to current
2016-07-18
rniwa@webkit.org
Rename fastHasAttribute to hasAttributeWithoutSynchroni...
blob
|
commitdiff
|
diff to current
2016-07-16
cdumez@apple.com
Use emptyString() / nullAtom when possible
blob
|
commitdiff
|
diff to current
2016-05-11
cdumez@apple.com
Update Node::appendChild() / replaceChild() / removeChi...
blob
|
commitdiff
|
diff to current
2016-04-25
antti@apple.com
Inline RenderStyle into RenderElement
blob
|
commitdiff
|
diff to current
2016-04-24
antti@apple.com
RenderStyle should not be reference counted
blob
|
commitdiff
|
diff to current
2016-01-02
aestes@apple.com
Replace WTF::move with WTFMove
blob
|
commitdiff
|
diff to current
2015-09-10
cdumez@apple.com
Node.appendChild(null) / replaceChild(null, null) ...
blob
|
commitdiff
|
diff to current
2015-06-02
dbates@webkit.org
Notify client that we began editing when text field...
blob
|
commitdiff
|
diff to current
2014-12-14
akling@apple.com
Replace PassRef with Ref/Ref&& across the board.
blob
|
commitdiff
|
diff to current
2014-11-21
andersca@apple.com
Remove the Timer parameters from timer callbacks
blob
|
commitdiff
|
diff to current
2014-11-06
jer.noble@apple.com
De-templatize Timer
blob
|
commitdiff
|
diff to current
2014-10-24
zalan@apple.com
WebContent crash at WebCore::RenderTextControl::textFor...
blob
|
commitdiff
|
diff to current
2014-10-10
cdumez@apple.com
Drop RENDER_OBJECT_TYPE_CASTS() for a lot of RenderObje...
blob
|
commitdiff
|
diff to current
2014-09-18
cdumez@apple.com
Use fastHasAttribute() / fastGetAttribute() when possible
blob
|
commitdiff
|
diff to current
2014-08-07
benjamin@webkit.org
Get rid of INPUT_SPEECH
blob
|
commitdiff
|
diff to current
2014-08-02
benjamin@webkit.org
Update the SearchFieldResultsButtonElement shadow Pseud...
blob
|
commitdiff
|
diff to current
2014-07-03
dbates@webkit.org
Add WTF::move()
blob
|
commitdiff
|
diff to current
2014-02-27
akling@apple.com
Remove FeatureObserver.
blob
|
commitdiff
|
diff to current
2013-12-31
akling@apple.com
InputType should return input renderers wrapped in...
blob
|
commitdiff
|
diff to current
2013-12-18
dbates@webkit.org
[iOS] Upstream WebCore/html changes
blob
|
commitdiff
|
diff to current
2013-10-29
commit-queue@webki...
HTML input type objects should be managed through std...
blob
|
commitdiff
|
diff to current
2013-10-27
akling@apple.com
Renderers should receive their style at construction.
blob
|
commitdiff
|
diff to current
2013-10-25
andersca@apple.com
Stop bringing in the std namespace
blob
|
commitdiff
|
diff to current
2013-10-16
akling@apple.com
Take RenderObjects out of the arena.
blob
|
commitdiff
|
diff to current
2013-10-05
akling@apple.com
Ref-ify more stack guards.
blob
|
commitdiff
|
diff to current
2013-09-20
antti@apple.com
Make createRenderer() return RenderElement
blob
|
commitdiff
|
diff to current
2013-09-18
weinig@apple.com
CTTE: Convert some straggling Element subclasses constr...
blob
|
commitdiff
|
diff to current
2013-09-17
andersca@apple.com
Stop explicitly using PassOwnPtr in WebCore/html
blob
|
commitdiff
|
diff to current
2013-09-17
weinig@apple.com
CTTE: InputType should store its HTMLInputElement back...
blob
|
commitdiff
|
diff to current
2013-09-16
weinig@apple.com
CTTE: Element::createRenderer() should take references
blob
|
commitdiff
|
diff to current
2013-09-13
akling@apple.com
[CTTE] Tighten RenderTextControl element typing.
blob
|
commitdiff
|
diff to current
2013-08-30
akling@apple.com
Node::document() should return a reference.
blob
|
commitdiff
|
diff to current
2013-08-02
graouts@apple.com
<input type="search"> doesn't correctly handle the...
blob
|
commitdiff
|
diff to current
2013-02-09
mkwst@chromium.org
Use IGNORE_EXCEPTION for initialized, but unused, Excep...
blob
|
commitdiff
|
diff to current
2013-01-29
tkent@chromium.org
FeatureObserver: Input types are counted unexpectedly...
blob
|
commitdiff
|
diff to current
2013-01-24
tkent@chromium.org
Add form-related instrumentations, and support 33+...
blob
|
commitdiff
|
diff to current
2012-12-10
tkent@chromium.org
Refactoring: Introduce HTMLFormControlElement::isDisabl...
blob
|
commitdiff
|
diff to current
2012-11-26
tkent@chromium.org
Refactoring: Move the content of HTMLInputElement:...
blob
|
commitdiff
|
diff to current
2012-09-11
keishi@webkit.org
Move InputTypeNames to a separate file
blob
|
commitdiff
|
diff to current
2012-08-20
haraken@chromium.org
Remove RefPtr from SearchInputType::m_resultsButton...
blob
|
commitdiff
|
diff to current
2012-06-18
yosin@chromium.org
[Forms] Move search field related code to RenderSearchF...
blob
|
commitdiff
|
diff to current
2012-06-18
yosin@chromium.org
Unreviewed, rolling out r120432.
blob
|
commitdiff
|
diff to current
2012-06-15
yosin@chromium.org
[Forms] Move search field related code to RenderSearchF...
blob
|
commitdiff
|
diff to current
2011-09-01
rniwa@webkit.org
Move text() and textWithHardLineBreaks() from RenderTex...
blob
|
commitdiff
|
diff to current
2011-07-15
commit-queue@webki...
Clear the content of a search input form when 'Escape...
blob
|
commitdiff
|
diff to current
2011-07-14
rniwa@webkit.org
Move subtreeHasChanged from RenderTextControl to HTMLTe...
blob
|
commitdiff
|
diff to current
2011-06-30
tkent@chromium.org
2011-06-29 Kent Tamura <tkent@chromium.org>
blob
|
commitdiff
|
diff to current
2011-06-28
tkent@chromium.org
2011-06-28 Kent Tamura <tkent@chromium.org>
blob
|
commitdiff
|
diff to current
2011-06-22
commit-queue@webki...
2011-06-22 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-06-22
tkent@chromium.org
2011-06-21 Kent Tamura <tkent@chromium.org>
blob
|
commitdiff
|
diff to current
2011-06-07
tkent@chromium.org
Unreviewed, a crash fix by a roll out.
blob
|
commitdiff
|
diff to current
2011-06-03
tkent@chromium.org
2011-06-02 Kent Tamura <tkent@chromium.org>
blob
|
commitdiff
|
diff to current
2011-05-23
tkent@chromium.org
Change text-based <input> types to the new shadow DOM...
blob
|
commitdiff
|
diff to current
2011-05-23
commit-queue@webki...
2011-05-23 Sheriff Bot <webkit.review.bot@gmail.com>
blob
|
commitdiff
|
diff to current
2011-05-21
tkent@chromium.org
2011-05-21 Kent Tamura <tkent@chromium.org>
blob
|
commitdiff
|
diff to current
2011-01-08
abarth@webkit.org
Move WebCore into Source
blob
|
commitdiff
|
diff to current