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

Side by Side Diff: Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Zack Rusin <zack@kde.org> 2 * Copyright (C) 2006 Zack Rusin <zack@kde.org>
3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. 3 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
4 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved . 4 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved .
5 * 5 *
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 1. Redistributions of source code must retain the above copyright 10 * 1. Redistributions of source code must retain the above copyright
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 virtual void transitionToCommittedForNewPage(); 152 virtual void transitionToCommittedForNewPage();
153 153
154 virtual void didSaveToPageCache(); 154 virtual void didSaveToPageCache();
155 virtual void didRestoreFromPageCache(); 155 virtual void didRestoreFromPageCache();
156 156
157 virtual void dispatchDidBecomeFrameset(bool); 157 virtual void dispatchDidBecomeFrameset(bool);
158 158
159 virtual void updateGlobalHistory(); 159 virtual void updateGlobalHistory();
160 virtual void updateGlobalHistoryRedirectLinks(); 160 virtual void updateGlobalHistoryRedirectLinks();
161 virtual bool shouldGoToHistoryItem(HistoryItem*) const; 161 virtual bool shouldGoToHistoryItem(HistoryItem*) const;
162 virtual bool shouldStopLoadingForHistoryItem(HistoryItem*) const;
162 virtual void dispatchDidAddBackForwardItem(HistoryItem*) const; 163 virtual void dispatchDidAddBackForwardItem(HistoryItem*) const;
163 virtual void dispatchDidRemoveBackForwardItem(HistoryItem*) const; 164 virtual void dispatchDidRemoveBackForwardItem(HistoryItem*) const;
164 virtual void dispatchDidChangeBackForwardIndex() const; 165 virtual void dispatchDidChangeBackForwardIndex() const;
165 virtual void saveScrollPositionAndViewStateToItem(HistoryItem*); 166 virtual void saveScrollPositionAndViewStateToItem(HistoryItem*);
166 virtual bool canCachePage() const; 167 virtual bool canCachePage() const;
167 168
168 virtual void setMainDocumentError(DocumentLoader*, const ResourceError&) ; 169 virtual void setMainDocumentError(DocumentLoader*, const ResourceError&) ;
169 virtual void committedLoad(DocumentLoader*, const char*, int); 170 virtual void committedLoad(DocumentLoader*, const char*, int);
170 virtual ResourceError cancelledError(const ResourceRequest&); 171 virtual ResourceError cancelledError(const ResourceRequest&);
171 virtual ResourceError blockedError(const ResourceRequest&); 172 virtual ResourceError blockedError(const ResourceRequest&);
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 private: 252 private:
252 Frame* m_frame; 253 Frame* m_frame;
253 WebView* m_webView; 254 WebView* m_webView;
254 BMessenger* m_messenger; 255 BMessenger* m_messenger;
255 ResourceResponse m_response; 256 ResourceResponse m_response;
256 bool m_firstData; 257 bool m_firstData;
257 }; 258 };
258 } // namespace WebCore 259 } // namespace WebCore
259 260
260 #endif // FrameLoaderClientHaiku_h 261 #endif // FrameLoaderClientHaiku_h
OLDNEW
« no previous file with comments | « Source/WebKit/haiku/ChangeLog ('k') | Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698