git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
<input type=color readonly> doesn't act per spec
[WebKit-https.git]
/
Source
/
WebCore
/
html
/
ColorInputType.cpp
2017-02-20
cdumez@apple.com
<input type=color readonly> doesn't act per spec
blob
|
commitdiff
2017-01-23
darin@apple.com
Remove PassRefPtr from "page" directory of WebCore...
blob
|
commitdiff
|
diff to current
2016-11-30
bfulgham@apple.com
Use 'childOfType' template when retrieving Shadow DOM...
blob
|
commitdiff
|
diff to current
2016-11-30
aestes@apple.com
Reverted r209130.
blob
|
commitdiff
|
diff to current
2016-11-30
bfulgham@apple.com
Use 'childOfType' template when retrieving Shadow DOM...
blob
|
commitdiff
|
diff to current
2016-11-11
darin@apple.com
Move Node from ExceptionCode to ExceptionOr
blob
|
commitdiff
|
diff to current
2016-11-10
ljaehun.lim@samsun...
Unreviewed, build fix after r208460
blob
|
commitdiff
|
diff to current
2016-11-09
dino@apple.com
Rendering support for ExtendedColors
blob
|
commitdiff
|
diff to current
2016-10-29
commit-queue@webki...
Remove some unnecessary includes
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-06-29
ddkilzer@apple.com
Crash when 'input' event handler for input[type=color...
blob
|
commitdiff
|
diff to current
2016-05-11
cdumez@apple.com
Update Node::appendChild() / replaceChild() / removeChi...
blob
|
commitdiff
|
diff to current
2016-01-02
aestes@apple.com
Replace WTF::move with WTFMove
blob
|
commitdiff
|
diff to current
2015-11-02
darin@apple.com
Tidy handling of type=color in HTMLInputElement a bit
blob
|
commitdiff
|
diff to current
2015-09-10
cdumez@apple.com
Node.appendChild(null) / replaceChild(null, null) ...
blob
|
commitdiff
|
diff to current
2015-02-07
akling@apple.com
Ref-ify various getters that return HTMLCollection.
blob
|
commitdiff
|
diff to current
2014-12-15
mmaxfield@apple.com
Unreviewed build fix after r177301
blob
|
commitdiff
|
diff to current
2014-12-15
mmaxfield@apple.com
Addressing post-review comments in r177035
blob
|
commitdiff
|
diff to current
2014-12-09
mmaxfield@apple.com
Delete Node::boundingBox()
blob
|
commitdiff
|
diff to current
2014-09-29
gyuyoung.kim@samsu...
Move ColorInputType class to std::unique_ptr
blob
|
commitdiff
|
diff to current
2014-09-27
cdumez@apple.com
Stop using legacy NODE_TYPE_CASTS() macro for HTML...
blob
|
commitdiff
|
diff to current
2014-09-23
cdumez@apple.com
Use downcast<HTML*Element>() instead of toHTML*Element()
blob
|
commitdiff
|
diff to current
2014-02-27
akling@apple.com
Remove FeatureObserver.
blob
|
commitdiff
|
diff to current
2013-11-05
commit-queue@webki...
[webcore/html] remove extra header includes from cpp...
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-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-14
weinig@apple.com
[CTTE] Node subclasses should take a Document by refere...
blob
|
commitdiff
|
diff to current
2013-08-30
akling@apple.com
Node::document() should return a reference.
blob
|
commitdiff
|
diff to current
2013-08-15
antti@apple.com
<https://webkit.org/b/119834> Remove ElementShadow
blob
|
commitdiff
|
diff to current
2013-07-31
commit-queue@webki...
<input type=color> Mac UI behaviour
blob
|
commitdiff
|
diff to current
2013-03-12
inferno@chromium.org
Replace static_casts with to* functions.
blob
|
commitdiff
|
diff to current
2013-03-12
commit-queue@webki...
Unreviewed, rolling out r145462.
blob
|
commitdiff
|
diff to current
2013-03-12
inferno@chromium.org
Replace static_casts with to* functions.
blob
|
commitdiff
|
diff to current
2013-02-08
tkent@chromium.org
Adjust usage of ENABLE flags to enable whole content
blob
|
commitdiff
|
diff to current
2013-02-08
mkwst@chromium.org
Replace ExceptionCode assertions with ASSERT_NO_EXCEPTI...
blob
|
commitdiff
|
diff to current
2013-02-07
gavinp@chromium.org
Unreviewed, rolling out r142118.
blob
|
commitdiff
|
diff to current
2013-02-07
mkwst@chromium.org
Replace ExceptionCode assertions with ASSERT_NO_EXCEPTI...
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-15
commit-queue@webki...
Remove unnecesary dependencies INPUT_TYPE_COLOR
blob
|
commitdiff
|
diff to current
2012-11-08
commit-queue@webki...
Unreviewed, rolling out r133841.
blob
|
commitdiff
|
diff to current
2012-11-08
shinyak@chromium.org
Unreviewed, rolling out r133428 and r133749
blob
|
commitdiff
|
diff to current
2012-11-07
shinyak@chromium.org
[Shadow] Use setPseudo() instead of setShadowPseudoId().
blob
|
commitdiff
|
diff to current
2012-09-11
keishi@webkit.org
Move InputTypeNames to a separate file
blob
|
commitdiff
|
diff to current
2012-09-10
eae@chromium.org
Rename Node::getRect/getPixelSnappedRect and remove...
blob
|
commitdiff
|
diff to current
2012-08-01
keishi@webkit.org
ColorInputType::typeMismatchFor is returning the opposi...
blob
|
commitdiff
|
diff to current
2012-07-30
keishi@webkit.org
Fix removing invalid values from color input suggestions
blob
|
commitdiff
|
diff to current
2012-07-27
keishi@webkit.org
Replace ColorChooserClient::elementRectRelativeToWindow...
blob
|
commitdiff
|
diff to current
2012-07-25
keishi@webkit.org
Add methods to ColorChooserClient so the color chooser...
blob
|
commitdiff
|
diff to current
2012-07-20
pierre.rossi@gmail.com
ColorChooserClient should expose the element's location
blob
|
commitdiff
|
diff to current
2012-07-19
shinyak@chromium.org
[Refactoring] Use userAgentShadowRoot() to take user...
blob
|
commitdiff
|
diff to current
2012-05-11
morrita@google.com
ElementShadow should minimize the usage of "ShadowRoot...
blob
|
commitdiff
|
diff to current
2012-05-07
morrita@google.com
https://bugs.webkit.org/show_bug.cgi?id=85265
blob
|
commitdiff
|
diff to current
2012-05-01
keishi@webkit.org
datalist: Inconsistent behavior of HTMLInputElement...
blob
|
commitdiff
|
diff to current
2012-03-30
keishi@webkit.org
Change ENABLE_INPUT_COLOR to ENABLE_INPUT_TYPE_COLOR...
blob
|
commitdiff
|
diff to current
2012-02-27
keishi@webkit.org
Add missing include to ColorInputType.cpp
blob
|
commitdiff
|
diff to current
2012-02-27
shinyak@chromium.org
Rename ShadowRootList to ShadowTree.
blob
|
commitdiff
|
diff to current
2012-02-20
keishi@webkit.org
Use shadowRootList for ColorInputType
blob
|
commitdiff
|
diff to current
2012-02-16
antti@apple.com
Move the context invalidation code out from StyleProper...
blob
|
commitdiff
|
diff to current
2012-02-13
commit-queue@webki...
[Forms] Use enum instead of bool for HTMLInputElement...
blob
|
commitdiff
|
diff to current
2012-02-13
commit-queue@webki...
INPUT shouldn't create ShadowRoot dynamically.
blob
|
commitdiff
|
diff to current
2012-02-03
keishi@webkit.org
ColorInputType needs to use ensureInlineStyleDecl
blob
|
commitdiff
|
diff to current
2011-12-18
keishi@webkit.org
Refactor input type color WebCore part
blob
|
commitdiff
|
diff to current
2011-11-07
keishi@webkit.org
Change ColorChooser from singleton to ordinary object
blob
|
commitdiff
|
diff to current
2011-11-07
keishi@webkit.org
InputType::fallbackValue and defaultValue should be...
blob
|
commitdiff
|
diff to current
2011-11-07
keishi@webkit.org
Remove ColorInputType::handleClickEvent
blob
|
commitdiff
|
diff to current
2011-11-07
keishi@webkit.org
Remove extra semicolon in ColorInputType
blob
|
commitdiff
|
diff to current
2011-10-13
tkent@chromium.org
REGRESSION(r89915): <input type=email multiple> don...
blob
|
commitdiff
|
diff to current
2011-09-09
rniwa@webkit.org
Push more code from HTMLInputElement::setValue to TextF...
blob
|
commitdiff
|
diff to current
2011-09-01
keishi@webkit.org
Rename colorSelected to didChooseColor
blob
|
commitdiff
|
diff to current
2011-09-01
keishi@webkit.org
Rename closeColorChooser to cleanupColorChooser
blob
|
commitdiff
|
diff to current
2011-09-01
keishi@webkit.org
Remove closeColorChooser call from FrameLoader::transit...
blob
|
commitdiff
|
diff to current
2011-08-31
keishi@webkit.org
input color: onchange event is not fired when changing...
blob
|
commitdiff
|
diff to current
2011-08-22
keishi@webkit.org
Chrome::setSelectedColorInColorChooser shouldn't be...
blob
|
commitdiff
|
diff to current
2011-08-08
keishi@webkit.org
Implement <input type=color> UI behavior WebCore part
blob
|
commitdiff
|
diff to current
2011-08-06
tkent@chromium.org
Unreviewed, rolling out r92477.
blob
|
commitdiff
|
diff to current
2011-08-05
keishi@webkit.org
Implement <input type=color> UI behavior WebCore part
blob
|
commitdiff
|
diff to current
2011-07-29
tkent@chromium.org
Make the ExceptionCode argument of Element::setShadowPs...
blob
|
commitdiff
|
diff to current
2011-06-30
dglazkov@chromium.org
2011-06-29 Dimitri Glazkov <dglazkov@chromium.org>
blob
|
commitdiff
|
diff to current
2011-06-23
jchaffraix@webkit.org
2011-06-22 Julien Chaffraix <jchaffraix@webkit.org>
blob
|
commitdiff
|
diff to current
2011-05-26
keishi@webkit.org
2011-05-26 Keishi Hattori <keishi@webkit.org>
blob
|
commitdiff
|
diff to current
2011-05-25
tkent@chromium.org
2011-05-24 Keishi Hattori <keishi@webkit.org>
blob
|
commitdiff
|
diff to current
2011-01-08
abarth@webkit.org
Move WebCore into Source
blob
|
commitdiff
|
diff to current