Home | History | Annotate | Download | only in WebCore

Lines Matching full:updates

979         Updates all properties in the current section, or all sections
1066 - updates the -webkit-transition shorthand to reflect removing repeat count
1067 - updates the Transition class so that properties can be shared with animations
3083 Updates the elements DOM tree when nodes are added or removed from
5981 - WebCore part of <rdar://problem/6008409> Need a way to disable updates in offscreen views
6071 <rdar://problem/6057160> Disabled file input element updates its displayed file info when a file is dropped from the Finder.
7578 Added 12 new layout tests: svg/dynamic-updates/SVGLinearGradientElement*.html
13663 (WebCore::HTMLParser::checkIfHasPElementInScope): Added. Updates
14848 of the start container. If it is, applyInlineStyle updates the position to
16258 Correct small Windows (Cairo) build regressions in recent updates.
16590 code that updates the resource's type from here...
17896 _clearInterface (which updates the buttons' tool tips) after
19641 evaluateInSelectedCallFrame which does the evaluation and updates
20667 * page/inspector/ScriptsPanel.js: Updates the debugger interface
20822 call frame changes in the CallStackSidebarPane. Triggers updates to the ScopeChainSidebarPane
20827 buttons to reflect the current debugger state. Updates the status text too.
22878 New method which stores the newest cache and updates the newest cache field in the cache group.
25303 Add Storage.clear(), per updates to HTML5
26147 Updates postMessage implementation to match HTML 5 specification:
30499 Refactors code that updates the errors and warnings count in the
30500 resources sidebar so other functions can easily trigger updates.
30506 Removes code that updates the bubbleText and class names.
30509 Added. Updates the bubbleText and adds or removes the class names
31416 - Add mechanism for blocking instance updates when an animation changes
34571 - project file updates in preparation for build fixes
35548 at the end that updates the range -- not all of it is needed now since most of the fixup
38462 updates the state and calls the platform-specific method.
45301 Tests: svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr.html
45302 svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr.html
45303 svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr.html
45304 svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr.html
45305 svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop.html
45306 svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop.html
45307 svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop.html
45308 svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop.html
45896 Cleanup coding style. Still on my way to fix dynamic updates of all SVG elements.
52589 Fix dynamic updates of <circle> element's properties.
52591 Added tests: svg/dynamic-updates/SVGCircleElement*
52619 Fix dynamic SVG DOM updates of <a> element's href property.
52621 This commit also introduces a new SVG Tests framework: LayoutTests/svg/dynamic-updates
52634 Added test: svg/dynamic-updates/SVGAElement-dom-href-attr.js
52635 Added test: svg/dynamic-updates/SVGAElement-dom-target-attr.js
52636 Added test: svg/dynamic-updates/SVGAElement-svgdom-href-prop.js
52637 Added test: svg/dynamic-updates/SVGAElement-svgdom-target-prop.js
52642 (WebCore::SVGAElement::defaultEventHandler): Use href() not getAttribute(hrefAttr) - otherwhise SVG DOM updates fail!
53505 "attributeChanged(Attribute*...)" to be able to unify DOM / SVG DOM updates. SVG DOM classes
53507 SVG DOM updates the <rect> element by calling svgAttributeChanged(SVGNames::transformAttr) on the corresponding
53508 SVGRectElement. So we're now able to handle fast dynamic updates in a unified way - leading to less bugs.
53510 HTML dynamic updates vs. SVG dynamic updates:
64188 Updates to support native windows threading primitives
69169 - svg/custom/deep-dynamic-updates.svg
71713 to do the updates requiring the stylesheet later.
71901 triggers a layout which updates the widget before this plug-in's
72739 Seeking related fixes, updates to match the latest specification
75715 (WebCore::HTMLVideoElement::updatePosterImage): Added. Updates m_shouldShowPosterImage and if its changed, detaches and attaches so the renderer is correct.
77619 (WebCore::RenderTextControl::capsLockStateMayHaveChanged): Added. Updates m_shouldDrawCapsLockIndicator, which is true if the field is a password field,
81771 since recalcListItems updates the default selection in different ways for the different controls.