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

Side by Side Diff: Source/WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.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) 2010 Patrick Gansterer <paroga@paroga.com> 2 * Copyright (C) 2010 Patrick Gansterer <paroga@paroga.com>
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 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 virtual void willChangeTitle(WebCore::DocumentLoader*); 129 virtual void willChangeTitle(WebCore::DocumentLoader*);
130 virtual void didChangeTitle(WebCore::DocumentLoader*); 130 virtual void didChangeTitle(WebCore::DocumentLoader*);
131 131
132 virtual void committedLoad(WebCore::DocumentLoader*, const char*, int); 132 virtual void committedLoad(WebCore::DocumentLoader*, const char*, int);
133 virtual void finishedLoading(WebCore::DocumentLoader*); 133 virtual void finishedLoading(WebCore::DocumentLoader*);
134 134
135 virtual void updateGlobalHistory(); 135 virtual void updateGlobalHistory();
136 virtual void updateGlobalHistoryRedirectLinks(); 136 virtual void updateGlobalHistoryRedirectLinks();
137 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const; 137 virtual bool shouldGoToHistoryItem(WebCore::HistoryItem*) const;
138 virtual bool shouldStopLoadingForHistoryItem(WebCore::HistoryItem*) const;
138 virtual void dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const; 139 virtual void dispatchDidAddBackForwardItem(WebCore::HistoryItem*) const;
139 virtual void dispatchDidRemoveBackForwardItem(WebCore::HistoryItem*) const; 140 virtual void dispatchDidRemoveBackForwardItem(WebCore::HistoryItem*) const;
140 virtual void dispatchDidChangeBackForwardIndex() const; 141 virtual void dispatchDidChangeBackForwardIndex() const;
141 142
142 virtual void didDisplayInsecureContent(); 143 virtual void didDisplayInsecureContent();
143 virtual void didRunInsecureContent(WebCore::SecurityOrigin*); 144 virtual void didRunInsecureContent(WebCore::SecurityOrigin*);
144 145
145 virtual WebCore::ResourceError cancelledError(const WebCore::ResourceRequest &); 146 virtual WebCore::ResourceError cancelledError(const WebCore::ResourceRequest &);
146 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) ; 147 virtual WebCore::ResourceError blockedError(const WebCore::ResourceRequest&) ;
147 virtual WebCore::ResourceError cannotShowURLError(const WebCore::ResourceReq uest&); 148 virtual WebCore::ResourceError cannotShowURLError(const WebCore::ResourceReq uest&);
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 WebCore::ResourceResponse m_response; 195 WebCore::ResourceResponse m_response;
195 196
196 // Plugin view to redirect data to 197 // Plugin view to redirect data to
197 WebCore::PluginView* m_pluginView; 198 WebCore::PluginView* m_pluginView;
198 bool m_hasSentResponseToPlugin; 199 bool m_hasSentResponseToPlugin;
199 }; 200 };
200 201
201 } // namespace WebKit 202 } // namespace WebKit
202 203
203 #endif // FrameLoaderClientWinCE_h 204 #endif // FrameLoaderClientWinCE_h
OLDNEW
« no previous file with comments | « Source/WebKit/wince/ChangeLog ('k') | Source/WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698