Guest User

OnStop triggering onload

a guest
Apr 7th, 2015
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 2.49 KB | None | 0 0
  1. #0  blink::LocalDOMWindow::dispatchLoadEvent (this=)
  2.     at ../../third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp:1427
  3. #1  blink::LocalDOMWindow::dispatchWindowLoadEvent (this=)
  4.     at ../../third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp:414
  5. #2  blink::LocalDOMWindow::documentWasClosed (this=)
  6.     at ../../third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp:419
  7. #3  blink::Document::implicitClose (this=)
  8.     at ../../third_party/WebKit/Source/core/dom/Document.cpp:2483
  9. #4  blink::FrameLoader::checkCompleted (this=)
  10.     at ../../third_party/WebKit/Source/core/loader/FrameLoader.cpp:486
  11. #5  blink::FrameLoader::checkCompleted (this=)
  12.     at ../../third_party/WebKit/Source/core/loader/FrameLoader.cpp:509
  13. #6  blink::FrameLoader::receivedMainResourceError (this=, loader=, error=...)
  14.     at ../../third_party/WebKit/Source/core/loader/FrameLoader.cpp:1102
  15. #7  blink::DocumentLoader::mainReceivedError (this=, error=...)
  16.     at ../../third_party/WebKit/Source/core/loader/DocumentLoader.cpp:171
  17. #8  blink::DocumentLoader::notifyFinished (this=, resource=)
  18.     at ../../third_party/WebKit/Source/core/loader/DocumentLoader.cpp:217
  19. #9  blink::Resource::checkNotify (this=)
  20.     at ../../third_party/WebKit/Source/core/fetch/Resource.cpp:248
  21. #10 blink::Resource::error (this=, status=blink::Resource::LoadError)
  22.     at ../../third_party/WebKit/Source/core/fetch/Resource.cpp:294
  23. #11 blink::ResourceLoader::cancel (this=, error=...)
  24.     at ../../third_party/WebKit/Source/core/fetch/ResourceLoader.cpp:266
  25. #12 blink::ResourceLoader::cancel (this=)
  26.     at ../../third_party/WebKit/Source/core/fetch/ResourceLoader.cpp:230
  27. #13 blink::ResourceLoaderSet::cancelAll (this=)
  28.     at ../../third_party/WebKit/Source/core/fetch/ResourceLoaderSet.cpp:55
  29. #14 blink::ResourceFetcher::stopFetching (this=)
  30.     at ../../third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp:1127
  31. #15 blink::DocumentLoader::stopLoading (this=)
  32.     at ../../third_party/WebKit/Source/core/loader/DocumentLoader.cpp:184
  33. #16 blink::FrameLoader::stopAllLoaders (this=)
  34.     at ../../third_party/WebKit/Source/core/loader/FrameLoader.cpp:904
  35. #17 blink::WebLocalFrameImpl::stopLoading (this=)
  36.     at ../../third_party/WebKit/Source/web/WebLocalFrameImpl.cpp:980
  37. #18 content::RenderFrameImpl::OnStop (this=) at ../../content/renderer/render_frame_impl.cc:3839
  38. #19 content::RenderFrameImpl::OnSwapOut (this=, proxy_routing_id=4, is_loading=true,
  39.     replicated_frame_state=...) at ../../content/renderer/render_frame_impl.cc:1276
Advertisement
Add Comment
Please, Sign In to add comment