mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- HandleAddressChange and HandleTitleChange will always be called for the main frame and only the main frame (issue #200).
- The |frame| parameter to HandleLoadStart and HandleLoadEnd will always be non-empty. The CefFrame::IsMain() method can be used to check if the notification is for the main frame. The |isMainContent| parameter has been removed. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@202 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -39,20 +39,6 @@ base::StringPiece NetResourceProvider(int key);
|
||||
// Retrieve the V8 context associated with the frame.
|
||||
v8::Handle<v8::Context> GetV8Context(WebKit::WebFrame* frame);
|
||||
|
||||
enum FrameLoadType {
|
||||
FLT_UNKNOWN = 0,
|
||||
FLT_STANDARD,
|
||||
FLT_HISTORY,
|
||||
FLT_REDIRECT,
|
||||
FLT_RELOAD,
|
||||
};
|
||||
|
||||
// Returns the frame load type.
|
||||
FrameLoadType GetFrameLoadType(WebKit::WebFrame* frame);
|
||||
|
||||
// Returns true if the frame is loading substitute data.
|
||||
bool FrameHasSubsituteData(WebKit::WebFrame* frame);
|
||||
|
||||
// Clear all cached data.
|
||||
void ClearCache();
|
||||
|
||||
|
Reference in New Issue
Block a user