Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1652)

Unified Diff: webkit/data/purify/test_shell_tests.exe_MLK.txt

Issue 256007: Add purify expected error for bug 23396. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/data/purify/test_shell_tests.exe_MLK.txt
===================================================================
--- webkit/data/purify/test_shell_tests.exe_MLK.txt (revision 27574)
+++ webkit/data/purify/test_shell_tests.exe_MLK.txt (working copy)
@@ -66,66 +66,66 @@
WTF::fastMalloc(UINT) [test_shell_tests.exe]
Alloc Location
- ...
- third_party/webkit/javascriptcore/wtf/fastmalloc.cpp:233 WTF::fastMalloc(UINT)
- third_party/webkit/javascriptcore/wtf/vector.h:285 WTF::VectorBufferBase::allocateBuffer(UINT)
- third_party/webkit/javascriptcore/wtf/vector.h:790 WTF::Vector::reserveCapacity(UINT)
- third_party/webkit/javascriptcore/wtf/vector.h:727 WTF::Vector::expandCapacity(UINT)
- third_party/webkit/javascriptcore/wtf/vector.h:734 WTF::Vector::expandCapacity(UINT,V8EventListener::WebCore * const const*)
- third_party/webkit/javascriptcore/wtf/vector.h:852 ?append@PAVV8EventListener@WebCore@@@?$Vector@PAVV8EventListener@WebCore@@$0A@@WTF@@QAEXABQAVV8EventListener@WebCore@@@Z
- third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.cpp:136 WebCore::V8EventListenerList::add(V8EventListener::WebCore *)
- third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.h:117 ?findOrCreateWrapper@VV8ObjectEventListener@WebCore@@@V8EventListenerList@WebCore@@QAE?AV?$PassRefPtr@VV8EventListener@WebCore@@@WTF@@PAVFrame@1@V?$Local@VValue@v8@@@v8@@_N@Z
- third_party/webkit/webcore/bindings/v8/v8domwrapper.cpp:1403 WebCore::V8DOMWrapper::getEventListener(Node::WebCore *,Local::v8,bool,bool)
- webkit/release/obj/webcore/bindings/v8element.cpp:312 WebCore::ElementInternal::onclickAttrSetter
- v8/src/stub-cache.cc:784 v8::internal::StoreCallbackProperty(Arguments::internal::v8)
- v8/src/execution.cc:103 v8::internal::Invoke
- v8/src/execution.cc:129 v8::internal::Execution::Call(Handle::internal::v8,Handle::internal::v8,int,Object::internal::v8 * * *,bool *)
- v8/src/api.cc:2314 v8::Function::Call(Handle::v8,int,Handle::v8 * const)
- third_party/webkit/webcore/bindings/v8/v8proxy.cpp:444 WebCore::V8Proxy::callFunction(Handle::v8,Handle::v8,int,Handle::v8 * const)
- third_party/webkit/webcore/bindings/v8/v8lazyeventlistener.cpp:137 WebCore::V8LazyEventListener::callListenerFunction(Handle::v8,Event::WebCore *)
- third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp:91 WebCore::V8AbstractEventListener::invokeEventHandler(Handle::v8,Event::WebCore *,Handle::v8)
- third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp:157 WebCore::V8AbstractEventListener::handleEvent(ScriptExecutionContext::WebCore *,Event::WebCore *)
- third_party/webkit/webcore/dom/eventtarget.cpp:272 WebCore::EventTarget::fireEventListeners(Event::WebCore *)
- third_party/webkit/webcore/page/domwindow.cpp:1310 WebCore::DOMWindow::dispatchEvent(PassRefPtr::WTF,PassRefPtr::WTF)
- third_party/webkit/webcore/page/domwindow.cpp:1288 WebCore::DOMWindow::dispatchLoadEvent(void)
- third_party/webkit/webcore/dom/document.cpp:2889 WebCore::Document::dispatchWindowLoadEvent(void)
- third_party/webkit/webcore/dom/document.cpp:1714 WebCore::Document::implicitClose(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1351 WebCore::FrameLoader::checkCallImplicitClose(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1299 WebCore::FrameLoader::checkCompleted(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1237 WebCore::FrameLoader::finishedParsing(void)
- third_party/webkit/webcore/dom/document.cpp:4017 WebCore::Document::finishedParsing(void)
- third_party/webkit/webcore/html/htmlparser.cpp:1635 WebCore::HTMLParser::finished(void)
- third_party/webkit/webcore/html/htmltokenizer.cpp:1859 WebCore::HTMLTokenizer::end(void)
+ ...
+ third_party/webkit/javascriptcore/wtf/fastmalloc.cpp WTF::fastMalloc(UINT)
+ third_party/webkit/javascriptcore/wtf/vector.h WTF::VectorBufferBase::allocateBuffer(UINT)
+ third_party/webkit/javascriptcore/wtf/vector.h WTF::Vector::reserveCapacity(UINT)
+ third_party/webkit/javascriptcore/wtf/vector.h WTF::Vector::expandCapacity(UINT)
+ third_party/webkit/javascriptcore/wtf/vector.h WTF::Vector::expandCapacity(UINT,V8EventListener::WebCore * const const*)
+ third_party/webkit/javascriptcore/wtf/vector.h ?append@PAVV8EventListener@WebCore@@@?$Vector@PAVV8EventListener@WebCore@@$0A@@WTF@@QAEXABQAVV8EventListener@WebCore@@@Z
+ third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.cpp WebCore::V8EventListenerList::add(V8EventListener::WebCore *)
+ third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.h ?findOrCreateWrapper@VV8ObjectEventListener@WebCore@@@V8EventListenerList@WebCore@@QAE?AV?$PassRefPtr@VV8EventListener@WebCore@@@WTF@@PAVFrame@1@V?$Local@VValue@v8@@@v8@@_N@Z
+ third_party/webkit/webcore/bindings/v8/v8domwrapper.cpp WebCore::V8DOMWrapper::getEventListener(Node::WebCore *,Local::v8,bool,bool)
+ webkit/release/obj/webcore/bindings/v8element.cpp WebCore::ElementInternal::onclickAttrSetter
+ v8/src/stub-cache.cc v8::internal::StoreCallbackProperty(Arguments::internal::v8)
+ v8/src/execution.cc v8::internal::Invoke
+ v8/src/execution.cc v8::internal::Execution::Call(Handle::internal::v8,Handle::internal::v8,int,Object::internal::v8 * * *,bool *)
+ v8/src/api.cc v8::Function::Call(Handle::v8,int,Handle::v8 * const)
+ third_party/webkit/webcore/bindings/v8/v8proxy.cpp WebCore::V8Proxy::callFunction(Handle::v8,Handle::v8,int,Handle::v8 * const)
+ third_party/webkit/webcore/bindings/v8/v8lazyeventlistener.cpp WebCore::V8LazyEventListener::callListenerFunction(Handle::v8,Event::WebCore *)
+ third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp WebCore::V8AbstractEventListener::invokeEventHandler(Handle::v8,Event::WebCore *,Handle::v8)
+ third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp WebCore::V8AbstractEventListener::handleEvent(ScriptExecutionContext::WebCore *,Event::WebCore *)
+ third_party/webkit/webcore/dom/eventtarget.cpp WebCore::EventTarget::fireEventListeners(Event::WebCore *)
+ third_party/webkit/webcore/page/domwindow.cpp WebCore::DOMWindow::dispatchEvent(PassRefPtr::WTF,PassRefPtr::WTF)
+ third_party/webkit/webcore/page/domwindow.cpp WebCore::DOMWindow::dispatchLoadEvent(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::dispatchWindowLoadEvent(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::implicitClose(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::checkCallImplicitClose(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::checkCompleted(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::finishedParsing(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::finishedParsing(void)
+ third_party/webkit/webcore/html/htmlparser.cpp WebCore::HTMLParser::finished(void)
+ third_party/webkit/webcore/html/htmltokenizer.cpp WebCore::HTMLTokenizer::end(void)
WTF::fastMalloc(UINT) [test_shell_tests.exe]
Alloc Location
- ...
- third_party/webkit/javascriptcore/wtf/fastmalloc.cpp:233 WTF::fastMalloc(UINT)
- third_party/webkit/javascriptcore/wtf/fastallocbase.h:96 WTF::FastAllocBase::new(UINT)
- third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.cpp:133 WebCore::V8EventListenerList::add(V8EventListener::WebCore *)
- third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.h:117 ?findOrCreateWrapper@VV8ObjectEventListener@WebCore@@@V8EventListenerList@WebCore@@QAE?AV?$PassRefPtr@VV8EventListener@WebCore@@@WTF@@PAVFrame@1@V?$Local@VValue@v8@@@v8@@_N@Z
- third_party/webkit/webcore/bindings/v8/v8domwrapper.cpp:1403 WebCore::V8DOMWrapper::getEventListener(Node::WebCore *,Local::v8,bool,bool)
- webkit/release/obj/webcore/bindings/v8element.cpp:312 WebCore::ElementInternal::onclickAttrSetter
- v8/src/stub-cache.cc:784 v8::internal::StoreCallbackProperty(Arguments::internal::v8)
- v8/src/execution.cc:103 v8::internal::Invoke
- v8/src/execution.cc:129 v8::internal::Execution::Call(Handle::internal::v8,Handle::internal::v8,int,Object::internal::v8 * * *,bool *)
- v8/src/api.cc:2314 v8::Function::Call(Handle::v8,int,Handle::v8 * const)
- third_party/webkit/webcore/bindings/v8/v8proxy.cpp:444 WebCore::V8Proxy::callFunction(Handle::v8,Handle::v8,int,Handle::v8 * const)
- third_party/webkit/webcore/bindings/v8/v8lazyeventlistener.cpp:137 WebCore::V8LazyEventListener::callListenerFunction(Handle::v8,Event::WebCore *)
- third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp:91 WebCore::V8AbstractEventListener::invokeEventHandler(Handle::v8,Event::WebCore *,Handle::v8)
- third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp:157 WebCore::V8AbstractEventListener::handleEvent(ScriptExecutionContext::WebCore *,Event::WebCore *)
- third_party/webkit/webcore/dom/eventtarget.cpp:272 WebCore::EventTarget::fireEventListeners(Event::WebCore *)
- third_party/webkit/webcore/page/domwindow.cpp:1310 WebCore::DOMWindow::dispatchEvent(PassRefPtr::WTF,PassRefPtr::WTF)
- third_party/webkit/webcore/page/domwindow.cpp:1288 WebCore::DOMWindow::dispatchLoadEvent(void)
- third_party/webkit/webcore/dom/document.cpp:2889 WebCore::Document::dispatchWindowLoadEvent(void)
- third_party/webkit/webcore/dom/document.cpp:1714 WebCore::Document::implicitClose(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1351 WebCore::FrameLoader::checkCallImplicitClose(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1299 WebCore::FrameLoader::checkCompleted(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1237 WebCore::FrameLoader::finishedParsing(void)
- third_party/webkit/webcore/dom/document.cpp:4017 WebCore::Document::finishedParsing(void)
- third_party/webkit/webcore/html/htmlparser.cpp:1635 WebCore::HTMLParser::finished(void)
- third_party/webkit/webcore/html/htmltokenizer.cpp:1859 WebCore::HTMLTokenizer::end(void)
- third_party/webkit/webcore/html/htmltokenizer.cpp:1899 WebCore::HTMLTokenizer::finish(void)
- third_party/webkit/webcore/dom/document.cpp:1859 WebCore::Document::finishParsing(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1079 WebCore::FrameLoader::endIfNotLoadingMainResource(void)
- third_party/webkit/webcore/loader/frameloader.cpp:1064 WebCore::FrameLoader::end(void)
+ ...
+ third_party/webkit/javascriptcore/wtf/fastmalloc.cpp WTF::fastMalloc(UINT)
+ third_party/webkit/javascriptcore/wtf/fastallocbase.h WTF::FastAllocBase::new(UINT)
+ third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.cpp WebCore::V8EventListenerList::add(V8EventListener::WebCore *)
+ third_party/webkit/webcore/bindings/v8/v8eventlistenerlist.h ?findOrCreateWrapper@VV8ObjectEventListener@WebCore@@@V8EventListenerList@WebCore@@QAE?AV?$PassRefPtr@VV8EventListener@WebCore@@@WTF@@PAVFrame@1@V?$Local@VValue@v8@@@v8@@_N@Z
+ third_party/webkit/webcore/bindings/v8/v8domwrapper.cpp WebCore::V8DOMWrapper::getEventListener(Node::WebCore *,Local::v8,bool,bool)
+ webkit/release/obj/webcore/bindings/v8element.cpp WebCore::ElementInternal::onclickAttrSetter
+ v8/src/stub-cache.cc v8::internal::StoreCallbackProperty(Arguments::internal::v8)
+ v8/src/execution.cc v8::internal::Invoke
+ v8/src/execution.cc v8::internal::Execution::Call(Handle::internal::v8,Handle::internal::v8,int,Object::internal::v8 * * *,bool *)
+ v8/src/api.cc v8::Function::Call(Handle::v8,int,Handle::v8 * const)
+ third_party/webkit/webcore/bindings/v8/v8proxy.cpp WebCore::V8Proxy::callFunction(Handle::v8,Handle::v8,int,Handle::v8 * const)
+ third_party/webkit/webcore/bindings/v8/v8lazyeventlistener.cpp WebCore::V8LazyEventListener::callListenerFunction(Handle::v8,Event::WebCore *)
+ third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp WebCore::V8AbstractEventListener::invokeEventHandler(Handle::v8,Event::WebCore *,Handle::v8)
+ third_party/webkit/webcore/bindings/v8/v8abstracteventlistener.cpp WebCore::V8AbstractEventListener::handleEvent(ScriptExecutionContext::WebCore *,Event::WebCore *)
+ third_party/webkit/webcore/dom/eventtarget.cpp WebCore::EventTarget::fireEventListeners(Event::WebCore *)
+ third_party/webkit/webcore/page/domwindow.cpp WebCore::DOMWindow::dispatchEvent(PassRefPtr::WTF,PassRefPtr::WTF)
+ third_party/webkit/webcore/page/domwindow.cpp WebCore::DOMWindow::dispatchLoadEvent(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::dispatchWindowLoadEvent(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::implicitClose(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::checkCallImplicitClose(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::checkCompleted(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::finishedParsing(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::finishedParsing(void)
+ third_party/webkit/webcore/html/htmlparser.cpp WebCore::HTMLParser::finished(void)
+ third_party/webkit/webcore/html/htmltokenizer.cpp WebCore::HTMLTokenizer::end(void)
+ third_party/webkit/webcore/html/htmltokenizer.cpp WebCore::HTMLTokenizer::finish(void)
+ third_party/webkit/webcore/dom/document.cpp WebCore::Document::finishParsing(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::endIfNotLoadingMainResource(void)
+ third_party/webkit/webcore/loader/frameloader.cpp WebCore::FrameLoader::end(void)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698