git://git.webkit.org
/
WebKit.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
HTMLElement::nodeName should not upper case non-ASCII characters
[WebKit.git]
/
Source
/
WebCore
/
html
/
HTMLElement.cpp
2016-01-23
rniwa@webkit.org
HTMLElement::nodeName should not upper case non-ASCII...
blob
|
commitdiff
2016-01-22
darin@apple.com
Reduce use of equalIgnoringCase to just ignore ASCII...
blob
|
commitdiff
|
diff to current
2016-01-02
aestes@apple.com
Replace WTF::move with WTFMove
blob
|
commitdiff
|
diff to current
2015-09-11
cdumez@apple.com
Element.tagName should be upper-case for HTML elements...
blob
|
commitdiff
|
diff to current
2015-09-10
cdumez@apple.com
Node.appendChild(null) / replaceChild(null, null) ...
blob
|
commitdiff
|
diff to current
2015-08-19
cdumez@apple.com
Use CSSValuePool::singleton() instead of cssValuePool()
blob
|
commitdiff
|
diff to current
2015-08-04
andersca@apple.com
Get rid of ReasonForCallingAllowPlugins since it's...
blob
|
commitdiff
|
diff to current
2015-05-15
weinig@apple.com
Move HTMLElement's children property to ParentNode
blob
|
commitdiff
|
diff to current
2015-04-23
zalan@apple.com
Create RenderRubyText for <rt> only when the parent...
blob
|
commitdiff
|
diff to current
2015-04-20
bdakin@apple.com
Should remove mouseForceClick and mouseForceCancelled...
blob
|
commitdiff
|
diff to current
2015-03-29
darin@apple.com
Remove unneeded includes of "Attribute.h"
blob
|
commitdiff
|
diff to current
2015-03-24
bdakin@apple.com
Add events related to force click gesture
blob
|
commitdiff
|
diff to current
2015-03-15
darin@apple.com
More event handler improvements
blob
|
commitdiff
|
diff to current
2015-03-11
darin@apple.com
Some event handler fixes
blob
|
commitdiff
|
diff to current
2015-03-01
rniwa@webkit.org
isContentEditable shouldn't trigger synchronous style...
blob
|
commitdiff
|
diff to current
2015-02-25
rniwa@webkit.org
HTMLElement::collectStyleForPresentationAttribute dupli...
blob
|
commitdiff
|
diff to current
2015-02-07
akling@apple.com
Ref-ify various getters that return HTMLCollection.
blob
|
commitdiff
|
diff to current
2015-01-27
cdumez@apple.com
HTMLElement.dir should only return known values
blob
|
commitdiff
|
diff to current
2015-01-26
cdumez@apple.com
First argument to DOM traversal functions should be...
blob
|
commitdiff
|
diff to current
2015-01-16
rniwa@webkit.org
Removing an HTML element spends a lot of time in adjust...
blob
|
commitdiff
|
diff to current
2015-01-06
weinig@apple.com
Modernize the HTMLElement factory
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-12-02
commit-queue@webki...
Source/WebCore:
blob
|
commitdiff
|
diff to current
2014-11-22
akling@apple.com
Convert PassRefPtr return types to RefPtr.
blob
|
commitdiff
|
diff to current
2014-11-20
dino@apple.com
Support unprefixed animation event types
blob
|
commitdiff
|
diff to current
2014-11-07
cdumez@apple.com
Drop useless HTMLElement::isURLAttribute() override
blob
|
commitdiff
|
diff to current
2014-11-06
cdumez@apple.com
Stop special-casing wbr elements in HTMLElement::create...
blob
|
commitdiff
|
diff to current
2014-10-02
cdumez@apple.com
Have is<>(T*) function do a null check on the pointer...
blob
|
commitdiff
|
diff to current
2014-09-30
cdumez@apple.com
Use is<>() / downcast<>() for Element
blob
|
commitdiff
|
diff to current
2014-09-29
cdumez@apple.com
Use the new is<>() / downcast<>() for Text Nodes
blob
|
commitdiff
|
diff to current
2014-09-29
cdumez@apple.com
Make is<>() / downcast<>() work for HTMLDocument and...
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-25
cdumez@apple.com
Use is<HTML*Element>() instead of isHTML*Element()...
blob
|
commitdiff
|
diff to current
2014-09-23
cdumez@apple.com
Unreviewed build fix after r173893.
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-09-09
benjamin@webkit.org
Add support for :read-write/:read-only matching editabl...
blob
|
commitdiff
|
diff to current
2014-09-06
ddkilzer@apple.com
HTMLElement.cpp does not compile with new clang
blob
|
commitdiff
|
diff to current
2014-07-03
dbates@webkit.org
Add WTF::move()
blob
|
commitdiff
|
diff to current
2014-05-06
krit@webkit.org
[SVG2] Share "on"- event attributes with HTMLElement
blob
|
commitdiff
|
diff to current
2014-05-05
krit@webkit.org
AX: tabindex support in SVG2
blob
|
commitdiff
|
diff to current
2014-03-16
darin@apple.com
Optimize hasTagName when called on an HTMLElement
blob
|
commitdiff
|
diff to current
2014-03-13
ossy@webkit.org
Unreviewed, rolling out r165544 and r165560.
blob
|
commitdiff
|
diff to current
2014-03-13
darin@apple.com
Optimize hasTagName when called on an HTMLElement
blob
|
commitdiff
|
diff to current
2014-03-04
akling@apple.com
Remove Document::idAttributeName().
blob
|
commitdiff
|
diff to current
2014-02-27
akling@apple.com
Micro-optimize elementAffectsDirectionality().
blob
|
commitdiff
|
diff to current
2014-02-08
darin@apple.com
Change TextIterator to use StringView, preparing to...
blob
|
commitdiff
|
diff to current
2014-01-30
bdakin@apple.com
https://bugs.webkit.org/show_bug.cgi?id=127371
blob
|
commitdiff
|
diff to current
2013-12-31
akling@apple.com
Element's renderer factory should return RenderPtrs.
blob
|
commitdiff
|
diff to current
2013-12-21
antti@apple.com
Figure out if node is focusable without requiring renderer
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
Fix asserting accesibility tests.
blob
|
commitdiff
|
diff to current
2013-12-20
antti@apple.com
Create render tree lazily
blob
|
commitdiff
|
diff to current
2013-12-18
dbates@webkit.org
[iOS] Upstream WebCore/html changes
blob
|
commitdiff
|
diff to current
2013-12-17
rniwa@webkit.org
Invalid dir attributes should resolve to ltr
blob
|
commitdiff
|
diff to current
2013-12-14
weinig@apple.com
CTTE: Convert Element and RenderObject iterator usage...
blob
|
commitdiff
|
diff to current
2013-11-28
antti@apple.com
Rename StylePropertySet to StyleProperties
blob
|
commitdiff
|
diff to current
2013-11-09
weinig@apple.com
Change collectStyleForPresentationAttribute and related...
blob
|
commitdiff
|
diff to current
2013-10-29
akling@apple.com
RenderElement::style() should return a reference.
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-24
antti@apple.com
Element iterator functions should take reference
blob
|
commitdiff
|
diff to current
2013-10-16
akling@apple.com
Take RenderObjects out of the arena.
blob
|
commitdiff
|
diff to current
2013-10-13
darin@apple.com
Make element predicates and type casts work more consis...
blob
|
commitdiff
|
diff to current
2013-10-12
darin@apple.com
Change most call sites to call ICU directly instead...
blob
|
commitdiff
|
diff to current
2013-10-11
darin@apple.com
Fix build.
blob
|
commitdiff
|
diff to current
2013-10-11
darin@apple.com
Do a bit of optimization and cleanup in the HTMLElement...
blob
|
commitdiff
|
diff to current
2013-10-06
weinig@apple.com
CTTE: Thread references through markup.h
blob
|
commitdiff
|
diff to current
2013-10-05
darin@apple.com
Add AtomicString::number and use it
blob
|
commitdiff
|
diff to current
2013-09-30
darin@apple.com
Use RenderElement instead of RenderObject in many places
blob
|
commitdiff
|
diff to current
2013-09-23
weinig@apple.com
CTTE: Use references more in ContainerNode, ContainerNo...
blob
|
commitdiff
|
diff to current
2013-09-21
darin@apple.com
Shink attribute event listener code
blob
|
commitdiff
|
diff to current
2013-09-20
antti@apple.com
Make createRenderer() return RenderElement
blob
|
commitdiff
|
diff to current
2013-09-19
antti@apple.com
Add RenderElement
blob
|
commitdiff
|
diff to current
2013-09-18
antti@apple.com
Rename RenderBR to RenderLineBreak
blob
|
commitdiff
|
diff to current
2013-09-18
akling@apple.com
CTTE: RenderBR always has an HTMLElement.
blob
|
commitdiff
|
diff to current
2013-09-18
antti@apple.com
Remove RenderWordBreak
blob
|
commitdiff
|
diff to current
2013-09-17
darin@apple.com
Further shrink table-populating code by making the...
blob
|
commitdiff
|
diff to current
2013-09-16
weinig@apple.com
CTTE: Element::createRenderer() should take references
blob
|
commitdiff
|
diff to current
2013-09-15
weinig@apple.com
[CTTE] Node subclasses should take a Document by refere...
blob
|
commitdiff
|
diff to current
2013-09-15
darin@apple.com
Shrink factory functions
blob
|
commitdiff
|
diff to current
2013-09-15
weinig@apple.com
[CTTE] Node subclasses should take a Document by refere...
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-09-14
darin@apple.com
Add NeverDestroyed::get
blob
|
commitdiff
|
diff to current
2013-09-14
darin@apple.com
Shrink the function that builds the event listener...
blob
|
commitdiff
|
diff to current
2013-09-09
antti@apple.com
Hide Document::renderer()
blob
|
commitdiff
|
diff to current
2013-09-06
akling@apple.com
FrameLoader::subresourceLoader() should return a reference.
blob
|
commitdiff
|
diff to current
2013-09-02
antti@apple.com
Clean up ContainerNode::childrenChanged
blob
|
commitdiff
|
diff to current
2013-09-01
antti@apple.com
Add element ancestor iterator
blob
|
commitdiff
|
diff to current
2013-08-30
akling@apple.com
Node::document() should return a reference.
blob
|
commitdiff
|
diff to current
2013-08-29
rniwa@webkit.org
The code to look for an ancestor form element is duplic...
blob
|
commitdiff
|
diff to current
2013-08-27
ch.dumez@sisa.sams...
Implement DOM3 wheel event
blob
|
commitdiff
|
diff to current
2013-08-20
antti@apple.com
<https://webkit.org/b/120078> Replace NodeRenderingCont...
blob
|
commitdiff
|
diff to current
2013-08-16
psolanki@apple.com
<https://webkit.org/b/119852> Frame::scriptController...
blob
|
commitdiff
|
diff to current
2013-08-15
andersca@apple.com
<https://webkit.org/b/119859> Frame::loader() should...
blob
|
commitdiff
|
diff to current
2013-08-06
weinig@apple.com
.: Remove support for HTML5 MicroData
blob
|
commitdiff
|
diff to current
2013-06-25
kangil.han@samsung.com
Adopt is/toHTMLFormElement for code cleanup
blob
|
commitdiff
|
diff to current
2013-06-19
alexis@webkit.org
Make sure to use CSSValueID and CSSPropertyID rather...
blob
|
commitdiff
|
diff to current
2013-04-26
allan.jensen@digia.com
Mouseenter and mouseleave events not supported
blob
|
commitdiff
|
diff to current
2013-04-14
weinig@apple.com
Make Frame's ScriptController an OwnPtr and remove...
blob
|
commitdiff
|
diff to current
2013-03-29
keishi@webkit.org
Add the event handler content attributes that are defin...
blob
|
commitdiff
|
diff to current
2013-03-19
ggaren@apple.com
Refactored script content removal in the fragment parse...
blob
|
commitdiff
|
diff to current
next