source: webkit/trunk/Source/WebCore/css/CSSComputedStyleDeclaration.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @295200   3 years antti Re-evaluate queries after subframe size changes …
(edit) @295049   3 years ntim Unprefix -webkit-text-justify and add inter-character value …
(edit) @295021   3 years ntim Unprefix -webkit-text-align-last and add match-parent value support …
(edit) @295010   3 years commit-queue Replace CSS3_TEXT build flag with Experimental feature settings …
(edit) @294534   3 years commit-queue CSSMotionPathEnabled setting does not prevent parsing of CSS Motion …
(edit) @294224   3 years mrobinson Do not allow unitless values for CSS unprefixed perspective property …
(edit) @294101   3 years obrufau [cssom] Serialize computed '-webkit-text-combine: none' …
(edit) @293656   3 years cdumez Prepare the rest of WebCore for making the AtomString(const String&) …
(edit) @293563   3 years cdumez Prepare more of the code base for making the AtomString(const String&) …
(edit) @293524   3 years ntim Make -webkit-transform-style an alias of transform-style …
(edit) @293521   3 years ntim [css-text] Make word-wrap CSS property an alias of overflow-wrap …
(edit) @293493   3 years obrufau [css-logical] Side border shorthands should not be logical/physical …
(edit) @293090   3 years cathiechen Parsing of contain-intrinsic-size and adding a runtime flag for it …
(edit) @293089   3 years ntim Unprefix -webkit-user-select CSS property …
(edit) @293042   3 years cdumez Inline Element::shadowRoot() …
(edit) @292759   3 years antti [CSS Container Queries] Update container shorthand order …
(edit) @292525   3 years zimmermann Unify 'transform-box' reference box computation …
(edit) @292467   3 years obrufau [css] Turn -webkit-border-image into a shorthand …
(edit) @292432   3 years mattwoodrow Support transitions/animations on grid-template-columns|rows …
(edit) @292394   3 years zalan [CSS-Contain] Add support for contain: inline-size …
(edit) @292210   3 years carlosgc Add support for element.computedStyleMap() …
(edit) @291956   3 years mattwoodrow Preserve repeat() notation for grid-templates …
(edit) @291690   3 years commit-queue Unreviewed, reverting r291546. …
(edit) @291546   3 years obrufau Fix CSS cascade regarding logical properties …
(edit) @291420   3 years graouts REGRESSION (iOS 15.4 / r287669): Mobile app stopped working due to CSS …
(edit) @291257   3 years obrufau Rename RenderStyle::textDecoration() to …
(edit) @291054   3 years graouts [css-lists] css/css-lists/inherit-overwrites.html and …
(edit) @290895   3 years graouts [web-animations] text-emphasis shorthand should be animatable …
(edit) @290888   3 years graouts [web-animations] text-emphasis-style should support discrete …
(edit) @290772   3 years commit-queue Unreviewed, reverting r290756. …
(edit) @290756   3 years obrufau [css] Implement 'text-decoration' as a shorthand. …
(edit) @290422   3 years mrobinson Implement logical properties for CSS overscroll-behavior …
(edit) @290320   3 years antti [CSS container Queries] getComputedStyle should update style for …
(edit) @290026   3 years cdumez Clean up / optimize call sites constructing vectors …
(edit) @289993   3 years commit-queue Implement getComputedStyle for subgrids …
(edit) @289876   3 years nmouchtaris Implement parsing and animation support for offset shorthand …
(edit) @289722   3 years commit-queue Add support for parsing 'subgrid' in grid-template-columns/row …
(edit) @289588   3 years commit-queue Use Ref<> for getBackground/MaskShorthandValue …
(edit) @289377   3 years commit-queue Return 'none' for the computed style of mask when there are no mask …
(edit) @289225   3 years graouts Remove unnecessary DocumentTimeline.h includes …
(edit) @289219   3 years mrobinson Fix some compilation warnings coming from unhandled execution paths …
(edit) @288590   3 years akeerthi Disable input-security CSS property …
(edit) @288576   3 years antti [CSS Container Queries] Parsing support for container shorthand …
(edit) @288556   3 years antti [CSS Container Queries] Parsing support for container-name property …
(edit) @288465   3 years antti [CSS Container Queries] Basic parsing support for container-type …
(edit) @288433   3 years graouts [Web Animations] add support for animation-composition CSS property …
(edit) @288200   3 years commit-queue Fix -Wreturn-type and -Wunused-parameter warnings, January 2022 …
(edit) @288101   3 years graouts Crash may occur under ComputedStyleExtractor::propertyValue() …
(edit) @288067   3 years darin First step to fix hacked isReplaced: Rename isReplaced functions to …
(edit) @288054   3 years graouts Setting content: normal on a ::marker should make computed style …
(edit) @287987   3 years graouts Remove use of PseudoElement in ComputedStyleExtractor …
(edit) @287926   3 years graouts css/css-transitions/pseudo-elements-002.html WPT is a failure …
(edit) @287909   3 years simon.fraser Serialize CSS <number> values with rounding, limited decimal …
(edit) @287762   3 years graouts Expose iterators on AnimationList …
(edit) @287712   3 years ntim Unprefix -webkit-print-color-adjust CSS property …
(edit) @287678   3 years graouts computed style for transition longhand properties is wrong …
(edit) @287669   3 years graouts Refactor computed style code for transition-property and the …
(edit) @287606   3 years mrobinson CSS transform property should take into account transform reference …
(edit) @287602   3 years graouts WPT test css/css-transitions/parsing/transition-shorthand.html has …
(edit) @287537   3 years graouts Refactor code creating css values and lists for animation and …
(edit) @287535   3 years graouts Support the "animation" shorthand property in the computed style …
(edit) @287534   3 years graouts "animation" shorthand should list all longhand values when serializing …
(edit) @287487   3 years ntim Implement text-combine-upright property …
(edit) @287434   3 years ntim Internally unprefix -webkit-font-kerning CSS property …
(edit) @287433   3 years ntim Remove non-standard -webkit-background-composite CSS property …
(edit) @287429   3 years ntim Remove non-standard -webkit-margin-collapse CSS property and longhands …
(edit) @287356   3 years ntim Internally unprefix -webkit-text-emphasis properties …
(edit) @286962   3 years zimmermann [LBSE] Rename RenderSVGModelObject -> LegacyRenderSVGModelObject …
(edit) @286795   3 years commit-queue Unprefix -webkit-mask https://bugs.webkit.org/show_bug.cgi?id=229082
(edit) @286200   3 years commit-queue Serialize computed style of background shorthand with multiple layers …
(edit) @286086   3 years commit-queue Implement parsing and animation support for ray() shape accepted by …
(edit) @285904   4 years nmouchtaris Rename TextDecoration to TextDecorationLine …
(edit) @285822   4 years commit-queue Implement parsing and animation support for offset-rotate …
(edit) @285621   4 years graouts Default computed value for "content" should be "none" for ::before and …
(edit) @285615   4 years ntim Remove non-standard -webkit-border-fit CSS property …
(edit) @285604   4 years graouts The cssText property for a computed style should return an empty …
(edit) @285383   4 years jh718.park font-synthesis inline/computed style should be in canonical order. …
(edit) @285373   4 years antti Remove separate classes for CSS wide keywords …
(edit) @285343   4 years commit-queue Implement parsing and animation support for offset-path …
(edit) @284876   4 years zsun Fix CSS serialization affecting grid-auto-flow …
(edit) @284718   4 years commit-queue Rename ClipPathOperation to PathOperation …
(edit) @284642   4 years commit-queue [css-contain] Support contain:style for counters …
(edit) @284447   4 years commit-queue Remove support for some SVG properties …
(edit) @284437   4 years graouts box-shadow and text-shadow do not yield float values while …
(edit) @284361   4 years commit-queue Implement parsing and animation support for offset-distance, …
(edit) @284098   4 years akeerthi Unprefix -webkit-appearance …
(edit) @283742   4 years akeerthi [css-ui] Parsing support for accent-color …
(edit) @283736   4 years commit-queue Misc compiler warning fixes, October 2021 …
(edit) @283536   4 years mmaxfield Remove the "none" value from font-palette …
(edit) @283159   4 years mmaxfield override-color has been renamed to override-colors …
(edit) @282851   4 years mmaxfield Parsing support for font-palette …
(edit) @282826   4 years ehutchison Unreviewed, reverting r282768. Slowdown on Mac EWS builders as a …
(edit) @282806   4 years mmaxfield Parsing support for font-palette-values …
(edit) @282768   4 years graouts box-shadow and text-shadow do not yield float values while …
(edit) @282750   4 years akeerthi Implement input-security …
(edit) @282723   4 years mmaxfield [iOS Family] Delete letterpress support …
(edit) @282545   4 years mmaxfield font-weight should always serialize as a number …
(edit) @282397   4 years mmaxfield Implement text-decoration-skip-ink …
(edit) @282379   4 years simon.fraser Fix computed style for transform-origin on SVG boxes …
(edit) @282315   4 years simon.fraser css/css-transforms/translate-getComputedStyle.html fails …
Note: See TracRevisionLog for help on using the revision log.