git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Have Document::accessSVGExtensions() return a reference
[WebKit-https.git]
/
Source
/
WebCore
/
svg
/
SVGSVGElement.cpp
2014-09-23
cdumez@apple.com
Have Document::accessSVGExtensions() return a reference
blob
|
commitdiff
2014-09-23
cdumez@apple.com
Use downcast<SVG*Element>() instead of toSVG*Element()
blob
|
commitdiff
|
diff to current
2014-09-15
gyuyoung.kim@samsu...
Generate toFooElementData() using ELEMENT_DATA_TYPE_CASTS
blob
|
commitdiff
|
diff to current
2014-08-11
antti@apple.com
Pass inherited style only when resolving tree style
blob
|
commitdiff
|
diff to current
2014-07-25
krit@webkit.org
Turn x/y to presentation attributes
blob
|
commitdiff
|
diff to current
2014-07-22
krit@webkit.org
Turn width/height to presentation attributes
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
Adapt inline SVG sizing behavior to Firefox and Blink
blob
|
commitdiff
|
diff to current
2014-03-14
svillar@igalia.com
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_...
blob
|
commitdiff
|
diff to current
2014-02-21
benjamin@webkit.org
jsDocumentPrototypeFunctionGetElementById should not...
blob
|
commitdiff
|
diff to current
2014-02-05
ossy@webkit.org
Remove ENABLE(SVG) guards
blob
|
commitdiff
|
diff to current
2014-01-01
antti@apple.com
Remove elementChildren/elementDescendants shorthands
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-16
commit-queue@webki...
CTTE: Convert more of SVG to use references
blob
|
commitdiff
|
diff to current
2013-12-14
weinig@apple.com
CTTE: Convert Element and RenderObject iterator usage...
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-06
akling@apple.com
CTTE: Node::treeScope() should return a reference.
blob
|
commitdiff
|
diff to current
2013-10-04
akling@apple.com
Node: removedFrom() and insertedInto() should use refer...
blob
|
commitdiff
|
diff to current
2013-10-04
antti@apple.com
Move setting of some layout bits to RenderElement
blob
|
commitdiff
|
diff to current
2013-10-03
commit-queue@webki...
Unreviewed, rolling out r156816.
blob
|
commitdiff
|
diff to current
2013-10-03
antti@apple.com
Move setting of some layout bits to RenderElement
blob
|
commitdiff
|
diff to current
2013-09-22
weinig@apple.com
CTTE: StaticNodeLists often contain only Elements,...
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-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 referen...
blob
|
commitdiff
|
diff to current
2013-09-13
akling@apple.com
[CTTE] RenderSVGViewportContainer always has a SVGSVGEl...
blob
|
commitdiff
|
diff to current
2013-09-13
akling@apple.com
[CTTE] RenderSVGRoot always has a SVGSVGElement.
blob
|
commitdiff
|
diff to current
2013-09-12
akling@apple.com
Merge RenderPart into RenderWidget.
blob
|
commitdiff
|
diff to current
2013-09-10
akling@apple.com
Generate more SVG type checks and conversions.
blob
|
commitdiff
|
diff to current
2013-08-31
antti@apple.com
Rename ChildIterator -> ElementChildIterator, Descendan...
blob
|
commitdiff
|
diff to current
2013-08-30
akling@apple.com
Node::document() should return a reference.
blob
|
commitdiff
|
diff to current
2013-08-28
antti@apple.com
Add child and descendant const iterators
blob
|
commitdiff
|
diff to current
2013-08-27
akling@apple.com
Document's renderer is always a RenderView.
blob
|
commitdiff
|
diff to current
2013-08-25
darin@apple.com
Frame::tree should return a reference instead of a...
blob
|
commitdiff
|
diff to current
2013-08-23
antti@apple.com
<https://webkit.org/b/120166> Add Traversal<ElementType...
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-19
psolanki@apple.com
<https://webkit.org/b/119918> Frame::selection() should...
blob
|
commitdiff
|
diff to current
2013-08-12
antti@apple.com
Move ElementTraversal to ElementTraversal.h
blob
|
commitdiff
|
diff to current
2013-07-17
ch.dumez@sisa.sams...
Get rid of SVGPoint special case from the bindings...
blob
|
commitdiff
|
diff to current
2013-07-03
ch.dumez@sisa.sams...
Move SVGTests attributes parsing to SVGGraphicsElement
blob
|
commitdiff
|
diff to current
2013-06-28
ch.dumez@sisa.sams...
Introduce SVGGraphicsElement IDL interface
blob
|
commitdiff
|
diff to current
2013-04-25
akling@apple.com
SVG: Fix viewBox animations on shapes with non-scaling...
blob
|
commitdiff
|
diff to current
2013-03-14
inferno@chromium.org
Replace static_casts with to* helper functions.
blob
|
commitdiff
|
diff to current
2013-03-11
pdr@google.com
Replace SVG's static_cast<SVGElement> with toSVGElement()
blob
|
commitdiff
|
diff to current
2013-02-18
pdr@google.com
Fix non-root SVG viewport under zoom
blob
|
commitdiff
|
diff to current
2013-02-13
zandobersek@gmail.com
The 'global isinf/isnan' compiler quirk required when...
blob
|
commitdiff
|
diff to current
2013-01-20
pdr@google.com
Refactor SVGSVGElement to inherit from SVGStyledTransfo...
blob
|
commitdiff
|
diff to current
2012-12-12
antti@apple.com
Add Element-specific traversal functions
blob
|
commitdiff
|
diff to current
2012-12-11
antti@apple.com
Factor node traversal into standalone functions
blob
|
commitdiff
|
diff to current
2012-12-03
pdr@google.com
Source/WebCore: Invalidate SVG width on width attribute...
blob
|
commitdiff
|
diff to current
2012-12-02
commit-queue@webki...
documentElement should not always get a renderer
blob
|
commitdiff
|
diff to current
2012-11-18
akling@apple.com
Element::parseAttribute() should take name & value...
blob
|
commitdiff
|
diff to current
2012-11-09
benjamin@webkit.org
Improve the use of AtomicString with literals
blob
|
commitdiff
|
diff to current
2012-10-11
leviw@chromium.org
[Sub pixel layout] Fast-path iframe scrolling can picks...
blob
|
commitdiff
|
diff to current
2012-10-09
commit-queue@webki...
Unreviewed, rolling out r130811 and r130821.
blob
|
commitdiff
|
diff to current
2012-10-09
leviw@chromium.org
[Sub pixel layout] Fast-path iframe scrolling can picks...
blob
|
commitdiff
|
diff to current
2012-09-12
fmalita@chromium.org
getScreenCTM returns different values depending on...
blob
|
commitdiff
|
diff to current
2012-09-04
timothy_horton@app...
ASSERTion failure when SVG element is removed from...
blob
|
commitdiff
|
diff to current
2012-08-01
fmalita@chromium.org
SVG animation not working for elements inserted after...
blob
|
commitdiff
|
diff to current
2012-05-30
tkent@chromium.org
Fix inefficient usage of traverseNextNode()
blob
|
commitdiff
|
diff to current
2012-05-29
zimmermann@webkit.org
SVGViewSpec DOM bindings aka SVGSVGElement.currentView...
blob
|
commitdiff
|
diff to current
2012-05-24
zimmermann@webkit.org
SVGZoomAndPan constants are missing from window object
blob
|
commitdiff
|
diff to current
2012-05-23
darin@apple.com
Use ContainerNode instead of Node where possible
blob
|
commitdiff
|
diff to current
2012-05-16
rwlbuis@webkit.org
SVGSVGElement checkIntersection and checkEnclosure...
blob
|
commitdiff
|
diff to current
2012-05-16
kling@webkit.org
Pass Attribute by const reference as much as possible.
blob
|
commitdiff
|
diff to current
2012-04-17
commit-queue@webki...
insertedIntoDocument and insertedIntoTree should be...
blob
|
commitdiff
|
diff to current
2012-03-19
commit-queue@webki...
inspector highlight of SVG root element with viewbox...
blob
|
commitdiff
|
diff to current
2012-03-17
commit-queue@webki...
move calc*Value functions out from Length (and platform)
blob
|
commitdiff
|
diff to current
2012-02-22
commit-queue@webki...
getCTM() on SVG root element with borders, paddings...
blob
|
commitdiff
|
diff to current
2012-02-16
commit-queue@webki...
Repaint issues on changing 'viewBox' of inner SVG
blob
|
commitdiff
|
diff to current
2012-02-11
kling@webkit.org
Use Element's hasName/hasID flags to avoid unnecessary...
blob
|
commitdiff
|
diff to current
2012-02-08
krit@webkit.org
viewBox on nested SVG causes wrong content size for...
blob
|
commitdiff
|
diff to current
2012-02-08
zimmermann@webkit.org
SVGLoad event fires too early
blob
|
commitdiff
|
diff to current
2012-02-06
kling@webkit.org
StyledElement: Rename parseMappedAttribute() to parseAt...
blob
|
commitdiff
|
diff to current
2012-01-20
zimmermann@webkit.org
Differentiate between SVG/CSS width/height attributes...
blob
|
commitdiff
|
diff to current
2012-01-19
commit-queue@webki...
Unreviewed, rolling out r105402.
blob
|
commitdiff
|
diff to current
2012-01-19
zimmermann@webkit.org
Differentiate between SVG/CSS width/height attributes...
blob
|
commitdiff
|
diff to current
2012-01-18
zimmermann@webkit.org
RenderSVGRoot should inherit from RenderReplaced
blob
|
commitdiff
|
diff to current
2012-01-11
commit-queue@webki...
Implement setCurrentTime() and pauseAnimations() on...
blob
|
commitdiff
|
diff to current
2011-12-26
morrita@google.com
Unreviewed bad merge fix.
blob
|
commitdiff
|
diff to current
2011-12-26
commit-queue@webki...
https://bugs.webkit.org/show_bug.cgi?id=74067
blob
|
commitdiff
|
diff to current
2011-12-17
beidson@apple.com
<rdar://problem/10576732> and https://bugs.webkit.org...
blob
|
commitdiff
|
diff to current
2011-11-12
zimmermann@webkit.org
2011-11-12 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-11-08
zimmermann@webkit.org
2011-11-08 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-10-31
zimmermann@webkit.org
2011-10-31 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-10-26
jchaffraix@webkit.org
Unreviewed, rolling out r98483.
blob
|
commitdiff
|
diff to current
2011-10-26
zimmermann@webkit.org
2011-10-26 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-09-13
eric@webkit.org
Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required...
blob
|
commitdiff
|
diff to current
2011-08-19
eae@chromium.org
Switch clipping for svg to to new layout types
blob
|
commitdiff
|
diff to current
2011-08-04
timothy_horton@app...
Reviewed by Nikolas Zimmermann.
blob
|
commitdiff
|
diff to current
2011-08-04
commit-queue@webki...
Unreviewed, rolling out r92419.
blob
|
commitdiff
|
diff to current
2011-08-04
timothy_horton@app...
Reviewed by Nikolas Zimmermann.
blob
|
commitdiff
|
diff to current
2011-07-27
rwlbuis@webkit.org
2011-07-27 Rob Buis <rbuis@rim.com>
blob
|
commitdiff
|
diff to current
2011-07-09
zimmermann@webkit.org
2011-07-09 Nikolas Zimmermann <nzimmermann@rim.com>
blob
|
commitdiff
|
diff to current
2011-06-25
rwlbuis@webkit.org
2011-06-25 Rob Buis <rbuis@rim.com>
blob
|
commitdiff
|
diff to current
next