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

Unified Diff: Source/WebKit/chromium/public/WebFrameClient.h

Issue 13934004: Plumb an event through to content/ that is sent just before 'onload'. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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 | « Source/WebCore/loader/FrameLoaderClient.h ('k') | Source/WebKit/chromium/src/FrameLoaderClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/public/WebFrameClient.h
diff --git a/Source/WebKit/chromium/public/WebFrameClient.h b/Source/WebKit/chromium/public/WebFrameClient.h
index f4781564bb9cf0a86788ce35a5cd1f52dd12b12a..58b20a218c4afc562eb9261df02a86f949393dd1 100644
--- a/Source/WebKit/chromium/public/WebFrameClient.h
+++ b/Source/WebKit/chromium/public/WebFrameClient.h
@@ -224,6 +224,9 @@ public:
// The frame's document finished loading.
virtual void didFinishDocumentLoad(WebFrame*) { }
+ // The 'load' event is about to be dispatched.
+ virtual void willHandleOnloadEvents(WebFrame*) { }
+
// The 'load' event was dispatched.
virtual void didHandleOnloadEvents(WebFrame*) { }
« no previous file with comments | « Source/WebCore/loader/FrameLoaderClient.h ('k') | Source/WebKit/chromium/src/FrameLoaderClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698