git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
CSS Scroll Snap - support snapping to nested elements
[WebKit-https.git]
/
Source
/
WebCore
/
rendering
/
RenderElement.cpp
2015-06-16
bfulgham@apple.com
CSS Scroll Snap - support snapping to nested elements
blob
|
commitdiff
|
raw
2015-06-16
commit-queue@webki...
Remove some unused values.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
zalan@apple.com
Merged anonymous blocks should invalidate simple line...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-10
commit-queue@webki...
Rename Length::isPercent() and Length::isPercentNotCalc...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
simon.fraser@apple.com
Eliminate styleDidChange with StyleDifferenceEqual...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-28
simon.fraser@apple.com
Eliminate styleDidChange with StyleDifferenceEqual...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-23
zalan@apple.com
Create RenderRubyText for <rt> only when the parent...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-22
zalan@apple.com
Move render ruby initialization logic from RenderElemen...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
simon.fraser@apple.com
Avoid repaints when changing transform on an element...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-18
rego@igalia.com
Flex and grid items should be painted as inline-blocks
blob
|
commitdiff
|
raw
|
diff to current
2015-03-17
simon.fraser@apple.com
Move some code from LogicalSelectionOffsetCaches into...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-06
simon.fraser@apple.com
Allow composited clip-path to be updated without a...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-05
simon.fraser@apple.com
Clarify RenderElement::adjustStyleDifference()
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
hyatt@apple.com
text-underline-position:under has multiple correctness...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
zalan@apple.com
REGRESSION (r176262): Invalid cast in WebCore`WebCore...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-01
akling@apple.com
Shrink RenderBlock.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
cdumez@apple.com
Introduce Document::body() for call sites interested...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-26
cdumez@apple.com
Simplify RenderElement's shouldRepaintForImageAnimation()
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
commit-queue@webki...
Unreviewed, rolling out r178683.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-20
akling@apple.com
LayoutState and subtree layout code should use RenderEl...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
cdumez@apple.com
Regression(r176212): Carousel on mbusa.com is choppy
blob
|
commitdiff
|
raw
|
diff to current
2014-12-18
stavila@adobe.com
[SVG Masking] Enable the use of <mask> elements for...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-15
commit-queue@webki...
Unreviewed, rolling out r177223 and r177226.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-14
akling@apple.com
Replace PassRef with Ref/Ref&& across the board.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
stavila@adobe.com
[SVG Masking] Enable the use of <mask> elements for...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
simon.fraser@apple.com
Transform-style should not kill position:fixed
blob
|
commitdiff
|
raw
|
diff to current
2014-12-12
cdumez@apple.com
Optimize RenderElement::rendererForRootBackground(...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
ap@apple.com
Unreviewed, rolling out r177155.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
antti@apple.com
[SVG Masking] Enable the use of <mask> elements for...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
cdumez@apple.com
omfgdogs.info/ only animates when you resize the window
blob
|
commitdiff
|
raw
|
diff to current
2014-12-10
akling@apple.com
Speculative fix for assertion "frame().view() == this"
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
mmaxfield@apple.com
Delete Node::boundingBox()
blob
|
commitdiff
|
raw
|
diff to current
2014-12-08
akling@apple.com
Roll out r175352.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-05
akling@apple.com
PassRef should deref on destruction if pointee was...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-21
akling@apple.com
RenderElement::removeChild() doesn't need a return...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-20
akling@apple.com
Move pseudo-style code from RenderObject to RenderElement.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-17
cdumez@apple.com
Throttle timers that change the style of elements outsi...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
cdumez@apple.com
Add ptr() method to Ref class
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
akling@apple.com
Clarify RenderListMarker ownership model.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-29
akling@apple.com
Generalize dirtying of parent's line boxes when taking...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-26
akling@apple.com
Move some RenderObject member functions to RenderElement.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-26
akling@apple.com
Move continuation teardown from subclasses to RenderBox...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-20
cdumez@apple.com
Use is<>() / downcast<>() for all remaining RenderObjec...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
cdumez@apple.com
Use is<>() / downcast<>() for RenderBox
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
cdumez@apple.com
Leverage the new RenderElement::m_isCSSAnimating flag...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-17
cdumez@apple.com
Use is<>() / downcast<>() for ContentData subclasses
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
cdumez@apple.com
Use is<>() / downcast<>() for RenderInline
blob
|
commitdiff
|
raw
|
diff to current
2014-10-14
cdumez@apple.com
Introduce an isCSSAnimated flag on RenderElement for...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
cdumez@apple.com
Use is<>() / downcast<>() for Table render objects
blob
|
commitdiff
|
raw
|
diff to current
2014-10-10
cdumez@apple.com
Use is<>() / downcast<>() for RenderElement
blob
|
commitdiff
|
raw
|
diff to current
2014-10-08
cdumez@apple.com
Use is<>() / downcast<>() for RenderBlock objects
blob
|
commitdiff
|
raw
|
diff to current
2014-10-07
cdumez@apple.com
Use is<>() / downcast<>() for RenderText / RenderTextFr...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-12
dino@apple.com
Unprefix the flexbox CSS properties
blob
|
commitdiff
|
raw
|
diff to current
2014-09-04
commit-queue@webki...
Remove CSS_FILTERS flag
blob
|
commitdiff
|
raw
|
diff to current
2014-08-22
antti@apple.com
Animated GIFs scrolled out of view still cause titlebar...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-18
antti@apple.com
Tighten RenderCounter typing
blob
|
commitdiff
|
raw
|
diff to current
2014-08-15
zalan@apple.com
REGRESSION: Parts of the route/route options windows...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-29
zalan@apple.com
REGRESSION(r164133): Selection disappears after scrolli...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-03
dbates@webkit.org
Add WTF::move()
blob
|
commitdiff
|
raw
|
diff to current
2014-06-11
benjamin@webkit.org
Reduce the overhead of updating the animatable style...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-28
bjonesbe@adobe.com
vw/vh units used as font/line-height values don't scale...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-27
stavila@adobe.com
REGRESSION (r168046): Incorrect handling of multicol...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-19
akling@apple.com
Reduce constructor copypasta in RenderText and RenderEl...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-17
akling@apple.com
REGRESSION (r166422): All RenderBox objects grew 104...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-13
simon.fraser@apple.com
[iOS WK2] background-attachment:fixed behaves very...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-07
dino@apple.com
[Mac] Allow focus rings to redraw themselves if necessary
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
weinig@apple.com
[Extended Background] Respect repeat-x/repeat-y when...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
hyatt@apple.com
[New Multicolumn] Add support for column-span:all
blob
|
commitdiff
|
raw
|
diff to current
2014-03-28
dino@apple.com
Support form controls that may need incremental redraw
blob
|
commitdiff
|
raw
|
diff to current
2014-03-26
zoltan@webkit.org
[CSS Shapes] Remove shape-inside support
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
darin@apple.com
Optimize hasTagName when called on an HTMLElement
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
ossy@webkit.org
Unreviewed, rolling out r165544 and r165560.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
darin@apple.com
Optimize hasTagName when called on an HTMLElement
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
zalan@apple.com
RenderElement::valueForLength() callers misuse bool...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-05
zalan@apple.com
Subpixel rendering: Wrong cliprect on absolute position...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-25
svillar@igalia.com
[CSS Grid Layout] Add ENABLE flag
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
commit-queue@webki...
Source/WebCore: [CSS Blending] Add -webkit-blend-mode...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-17
ddkilzer@apple.com
CounterContentData::counter() and ImageContentData...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
akling@apple.com
RenderNamedFlowThread should only support RenderElement...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
zalan@apple.com
Subpixel rendering: Switch repaint rect from IntRect...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
mitz@apple.com
iOS build fix fix.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
mitz@apple.com
iOS build fix.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
antti@apple.com
GIF animations should be suspended when outside of...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-12
akling@apple.com
Move renderNamedFlowThreadWrapper() to RenderElement.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-10
ddkilzer@apple.com
Add type-safe casts for ContentData subclasses
blob
|
commitdiff
|
raw
|
diff to current
2014-02-06
akling@apple.com
Remove display:run-in support.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-05
ossy@webkit.org
Remove ENABLE(SVG) guards
blob
|
commitdiff
|
raw
|
diff to current
2014-02-03
dino@apple.com
Feature flag for shape-inside
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
bdakin@apple.com
Extended background should only create margin tiles...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-31
zalan@apple.com
Subpixel rendering: Change RenderBoxModelObject's borde...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-30
abucur@adobe.com
Remove the ACCELERATED_COMPOSITING flag
blob
|
commitdiff
|
raw
|
diff to current
2014-01-26
commit-queue@webki...
Remove unused support for DRAGGABLE_REGION
blob
|
commitdiff
|
raw
|
diff to current
2014-01-24
hyatt@apple.com
[New Multicolumn] Eliminate RenderMultiColumnBlock
blob
|
commitdiff
|
raw
|
diff to current
2014-01-20
akling@apple.com
Let RenderImage construct its RenderImageResource.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-16
cfleizach@apple.com
AX: WebKit is not firing AXMenuOpenedNotification
blob
|
commitdiff
|
raw
|
diff to current
2013-12-31
akling@apple.com
Element's renderer factory should return RenderPtrs.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-20
akling@apple.com
Devirtualize RenderElement::setStyle().
blob
|
commitdiff
|
raw
|
diff to current
2013-12-16
darin@apple.com
Catch callers who forget to use initializeStyle
blob
|
commitdiff
|
raw
|
diff to current
2013-12-16
darin@apple.com
More nullptr in RenderElement
blob
|
commitdiff
|
raw
|
diff to current
2013-12-14
weinig@apple.com
CTTE: Convert Element and RenderObject iterator usage...
blob
|
commitdiff
|
raw
|
diff to current
next