Home | History | Annotate | Download | only in WebCore

Lines Matching full:leak

7504         * css/CSSParser.cpp: (WebCore::CSSParser::addProperty): Don't leak the property even if there
9154 [Qt] Fix the leak in FontFallbackList::fontDataAt() function.
9655 Fix a font-related leak in Chromium's Skia backend found by Valgrind.
11197 leak on Mac.
11863 Fix a memory leak in V8EventListenerList::remove.
13629 Bug 25491: WebFrame leak when a subframe removes itself
14649 Fix a leak introduced yesterday. Don't allocate a ScheduledAction
17815 Delete reply in QNetworkReplyHandler::abort() to avoid leak.
20737 Fix a world leak caused by opening the Web Inspector. This was
32518 Eliminate a ref-counting leak in InspectorController.
43747 <rdar://problem/6554115> REGRESSION (r40475): World leak (JS global object) after viewing a photo on Facebook
43749 Fix a ginormous leak. (GINORMOUS!) Make sure to disconnect the event listeners attached to the Document,
49985 huge memory leak by ensuring that the timer is fired one last time on
51620 Bug 23448: memory leak in Mac version of preferredExtensionForImageSourceType
51624 (WebCore::preferredExtensionForImageSourceType): Use RetainPtr to avoid the leak.
59215 <rdar://problem/6450530> WebCore::FontPlatformData should not leak
59228 <rdar://problem/6450530> WebCore::FontPlatformData should not leak
60703 Memory leak fixes for WebKit+soup
61651 [CURL] memory leak of ResouceHandles
63052 Fix memory leak - need to call stopActiveDOMObjects
64319 Memory leak due to circular reference Document->DOMTimer->ScheduledAction->[JS objects]->Document
65187 Don't leak selectors in case selector list parsing failed.
67654 to only track messages that were posted to worker thread, avoiding a leak if the script
69839 Create DEFINE_STATIC_LOCAL macro. Change static local objects to leak to avoid
70672 Fix context leak in XSLStyleSheets.
71838 (WebCore::gcController): Changed to leak an object to avoid an exit-time destructor.
72634 leak an object to avoid an
72671 (WebCore::guidMutex): Changed to leak an object to avoid an
78722 In WebCore, we intentionally leak the common JSGlobalData which in turn
78815 Start the conversion to use GOwnPtr and fix a memory leak.
81619 - fix a CachedResource leak introduced in r37176
81883 - fix a Database leak that resulted in Document leaks
81957 - fix HTMLCanvaseElement leak from -webkit-canvas() values
82251 - fix SVGFontFaceElement leak seen on svg/custom/acid3-test-77.html
82278 Bug 20315: Memory leak with Canvas getImageData
82281 This wasn't a leak, the issue was that we were reporting the cost
82607 Add a leak counter for CachedResources since we've had two recent leaks involving them.
83328 Fix RenderStyle leak in animation code, and assert that
85519 Fixes a leak of ConsoleMessage seen when repeated console
87317 Fix memory leak.
89097 Fix a leak of NSViews in WidgetMac.mm.
91779 Don't leak the simple stylesheet.
92886 Fix leak of TextMetrics due to over-ref as see on buildbot.
94230 Close a leak of PausedTimeouts if the JavaScriptDebugServer was destroyed
94618 Leak in XMLHttpRequest.
94770 and prevents the WebFrame leak.