Home | History | Annotate | Download | only in WebCore

Lines Matching full:leak

343         Fix a large animation leak found on the buildbot
744 Fix timer leak, flag.
2769 <rdar://problem/5715471> CGFontRefs (and HFONTs on Windows) leak because FontCache grows without bound
3028 - fix a leak when using hex color values in CSS variables
3048 (WebCore::CSSPrimitiveValue::cleanup): Fixed the leak by deref()ing the
4246 (and more leak-proof) by using a OwnArrayPtr.
4932 No Functionality Changed. Change all the leak counting code to use the new WTF leak counter class.
7347 - fix a CSSParserValueList leak seen on the build bot
7428 - fix <rdar://problem/6045896> REGRESSION: Leak in WebCore::StringImpl::create
7463 - fix <rdar://problem/6045890> REGRESSION: Leak in WebCore::CSSParser::createFloatingValueList()
7536 - fix <rdar://problem/6045893> REGRESSION: Leak in WebCore::HTMLCanvasElement::createPlatformImage() const
8574 Fix refcount leak in CSSVariablesRule.
9384 Bug 19696: Memory leak in WebCore/editing/DeleteButtonController.cpp
9395 Bug 19697: Redundant releaseRef causing memory leak
9547 - fix leak of mask images
10670 - fix storage leak
12784 My recent change introduced a leak of objects owned by each DashboardRegion,
12786 each of Rect and DashboardRegion, the leak is gone. It's not clear if the
16020 Fix a huge memory leak by ensuring that on application shutdown
16935 Fixes a huge leak with the Inspector where it was protecting
16939 object and never unprotects it (large leak)
18439 (WebCore::getFunctionName): Fixes a JSStringRef leak.
21549 <rdar://problem/5715471> CGFontRefs (and HFONTs on Windows) leak because FontCache grows without bound
29028 This also fixes a leak, since PageGroups are ref-counted and therefore clearing the raw pointer out
29529 Fix a leak in ImageBuffer's clearImage method.
31153 REGRESSION: Leak in SVGSVGElement::SVGSVGElement
35486 - fix storage leak seen on buildbot
35676 - fix <rdar://problem/5833351> REGRESSION: Leak in JSCustomXPathNSResolver::create
35677 - fix <rdar://problem/5833216> REGRESSION: Leak in CSSStyleSelector::addViewportDependentMediaQueryResult
37618 REGRESSION: LEAK: 2 InlineBox in editing/inserting/12882.html
39037 Fix Windows warning / leak: warning C4150: deletion of pointer to
41052 wx build fix and Windows leak fix after r31034
47230 Fixed <rdar://problem/5057509> Repro leak of JSXMLHttpRequest and
53891 Also, fix memory leak in wx's FrameData::clear() method.
56755 Fixed <rdar://problem/5622424> World Leak dialog when closing a page
57062 That way, WebCore's leak counters won't count objects that were
57522 leak.
58764 Fixed some world leak reports:
58765 * <rdar://problem/5669436> PLT complains about world leak of 1 JavaScript
58768 * <rdar://problem/5669423> PLT complains about world leak if browser
58970 leak the plugin requests.
61131 Fix another stringImpl leak.
61549 Fix a buffer overrun and a leak introduced in r29098
64170 <rdar://problem/5651534> REGRESSION(r28764-r28765): GDI leak drawing text when no appropriate font is available
71625 Fix <rdar://problem/5432686> 333MB RPRVT seems to leak @ www.43folders.com (1hr plug-in stream).
71781 Not reviewed, trivial leak fix.
76962 Leak fix
79360 implement Pasteboard::documentFragment(), and fix a mem leak.