Home | History | Annotate | Download | only in WebCore

Lines Matching full:hack

1023         (WebCore::RenderSVGText::layout): hack to avoid bad RenderBlock::layout code
10411 - WebCore part of fix to scrollbar suppression hack for Leopard
11213 Hack the line metrics for the Hiragino font families so that they always allow space for
13497 Fix snprintf hack for the Qt/Windows build with mingw-gcc. MingW has snprintf, so we don't need this helper function.
13517 MingW build fixes: Do the "OBJECTS_TRAILING_SLASH" trick not only for win32-msvc but for all win32 mkspecs. Added LIB/INCLUDE hack from Qt to make us pick up 3rdparty libraries such as libxml from these environment variables.
14226 Removed hack that forced large padding on popup buttons. Now we put that padding in the inner block, so that
16169 - Remove the unnecessary hack in HTMLFrameElement.idl and HTMLIFrameElement.idl that
24873 connection - the ref-count-check hack is no longer neccesary
24932 line-height hack for Times, Helvetica, and Courier.
32629 (WebCore::Font::drawGlyphs): Used a const_cast hack to fix ultimately broken code.
34606 We only need this hack for drawing the search field focus ring on Tiger. On Leopard, drawWithFrame correctly draws the cell's focus ring.
44675 * editing/CommandByName.cpp: Removed crazy hack to keep an identically
44686 (WebCore::externalRepresentation): Removed crazy hack to allow DOM paste
46476 Remove (0, 0) scroll event hack, it is not needed anymore.
46604 Added operations that let Attr hack internal ContainerNode data (evil, but fast!).
48513 * config.h: Remove unneeded hack.
54118 Remove unneeded hack now.
56030 rounding hack, the total ended up being bigger than the width of the same characters
56560 fields, which is what we want. This gets rid of the need for the hack where we check
58802 Fix gradient stop style resolution to be less of a hack, fixing style invalidation:
59591 history that <use> is not implement as a crude hack, but proper & sane.
59947 (it was a hack from the initial port) and fix the paint
66552 Because SVG dynamic updates have been flaky in the past, there was a hack introduced
66554 Finally this hack is gone. Offer RenderSVGContainer::absoluteRects() function to be able
70357 -> Remove SVGResourceListener completly (the ugly resourceNotification() hack is gone now)