Home | History | Annotate | Download | only in WebCore

Lines Matching full:eliminate

3119         - eliminate WebCoreTextRenderer
6188 * Eliminate whitespace on otherwise-blank lines
6228 (WebCore::GIFImageDecoder::haveDecodedRow): Use size() instead of m_size, eliminate unneeded whitespace, change variable name.
22638 Eliminate CompositeAnimationPrivate, which was a needless level
27908 of comparing with UTF7Encoding(). Eliminate the explicit check of
29546 Refactor ConsoleMessage to use ScriptFuncitonCall and eliminate JSC
30577 Eliminate ChromiumBridge::uiResourceProtocol
32518 Eliminate a ref-counting leak in InspectorController.
38447 Eliminate
38562 Eliminate the virtual position() function from RenderObject. Rename the position() overrides
39871 Eliminate obsolete frame->document() checks
42198 Eliminate hasStaticX/Y, staticX/Y, and setStaticX/Y from the render tree. Move hasStaticX/Y to
43051 Eliminate RenderContainer.
45122 Refactor HitTestRequest to eliminate all the ugly boolean arguments and
45447 - fix <rdar://problem/6546549> Eliminate some RenderText::width() overhead from findNextLineBreak()
46459 Beginning of work to eliminate RenderContainer and make containership "pluggable" into any spot in the render tree. The first step is to create
46579 Move the line box list member out of RenderFlow and down into RenderBlock and RenderInline. Eliminate RenderFlow from the tree.
48224 Eliminate rightmostPosition, lowestPosition and leftmostPosition from RenderFlow. Move the code into
48305 Eliminate isInlineFlow() now that a RenderBlock can never be an inline flow. isInlineFlow() is now
49459 method for obtaining a reasonable bounding box to use for repainting. Eliminate the methods from RenderInline
53522 Eliminate a bunch of save/restore pairs from commonly used GraphicsContext methods. The most common reason
53831 Eliminate an extra virtual function call that occurs for every single RenderText by moving the SVG-specific
60153 (WebCore::createStyleSpanElement): Eliminate casting by creating an element in a more
61976 eliminate DeprecatedPtrList
62182 eliminate DeprecatedValueList
62201 eliminate DeprecatedValueList
68328 Follow up patches will fix <rdar://problem/2610675>, and attempt to eliminate the rest of the
76751 Eliminate the notion of "temporary events"
77559 Eliminate the EAppearance enum in favor of the new ControlPart enum. Cut out the scrollbar
77884 Now that we have RefPtr/PassRefPtr to eliminate manual ref/deref and now that we use TCMalloc for fast
77885 mallocs, there is no reason to keep RenderStyles in the arena. The benefits of being able to eliminate
84481 Eliminate shouldUpdateWhileOffscreen from ScrollView. Make the concept of not invalidating while
84688 Eliminate the unused isScrollable() method.
88163 to use the getDOMPrototype function -- later we can eliminate it and
88302 Eliminate addToSuperview from Widget, since it was only called
88359 Eliminate the convertToScreenCoordinate method on Widget, since
89677 Eliminate PlatformScrollbar. Mac and Gtk now have subclasses for their
91161 Preparation for major scrollbar rearchitecture. Eliminate the concept of non-widget based
95893 - eliminate JSValue::type()