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

Side by Side Diff: Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h

Issue 6541090: Merge 79107 - 2011-02-19 Charlie Reis <creis@chromium.org>... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 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 unified diff | Download patch
« no previous file with comments | « Source/WebKit/mac/ChangeLog ('k') | Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 7 *
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 virtual void willChangeTitle(WebCore::DocumentLoader*); 145 virtual void willChangeTitle(WebCore::DocumentLoader*);
146 virtual void didChangeTitle(WebCore::DocumentLoader*); 146 virtual void didChangeTitle(WebCore::DocumentLoader*);
147 147
148 virtual void committedLoad(WebCore::DocumentLoader*, const char*, int); 148 virtual void committedLoad(WebCore::DocumentLoader*, const char*, int);
149 virtual void finishedLoading(WebCore::DocumentLoader*); 149 virtual void finishedLoading(WebCore::DocumentLoader*);
150 virtual void updateGlobalHistory(); 150 virtual void updateGlobalHistory();
151 virtual void updateGlobalHistoryRedirectLinks(); 151 virtual void updateGlobalHistoryRedirectLinks();
152 152
153 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const; 153 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
154 virtual bool shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const;
154 virtual void dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const; 155 virtual void dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const;
155 virtual void dispatchDidRemoveBackForwardItem(WebCore::HistoryItem*) const; 156 virtual void dispatchDidRemoveBackForwardItem(WebCore::HistoryItem*) const;
156 virtual void dispatchDidChangeBackForwardIndex() const; 157 virtual void dispatchDidChangeBackForwardIndex() const;
157 158
158 virtual void didDisplayInsecureContent(); 159 virtual void didDisplayInsecureContent();
159 virtual void didRunInsecureContent(WebCore::SecurityOrigin*); 160 virtual void didRunInsecureContent(WebCore::SecurityOrigin*);
160 161
161 virtual WebCore::ResourceError cancelledError(const WebCore::ResourceRequest &); 162 virtual WebCore::ResourceError cancelledError(const WebCore::ResourceRequest &);
162 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) ; 163 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) ;
163 virtual WebCore::ResourceError cannotShowURLError(const WebCore::ResourceReq uest&); 164 virtual WebCore::ResourceError cannotShowURLError(const WebCore::ResourceReq uest&);
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 240
240 virtual bool canCachePage() const; 241 virtual bool canCachePage() const;
241 242
242 virtual PassRefPtr<WebCore::FrameNetworkingContext> createNetworkingContext( ); 243 virtual PassRefPtr<WebCore::FrameNetworkingContext> createNetworkingContext( );
243 244
244 RetainPtr<WebFrame> m_webFrame; 245 RetainPtr<WebFrame> m_webFrame;
245 246
246 RetainPtr<WebFramePolicyListener> m_policyListener; 247 RetainPtr<WebFramePolicyListener> m_policyListener;
247 WebCore::FramePolicyFunction m_policyFunction; 248 WebCore::FramePolicyFunction m_policyFunction;
248 }; 249 };
OLDNEW
« no previous file with comments | « Source/WebKit/mac/ChangeLog ('k') | Source/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698