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

Side by Side Diff: Source/WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.cpp

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/wince/WebCoreSupport/FrameLoaderClientWinCE.h ('k') | Source/WebKit/wx/ChangeLog » ('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) 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 void FrameLoaderClientWinCE::restoreViewState() 241 void FrameLoaderClientWinCE::restoreViewState()
242 { 242 {
243 notImplemented(); 243 notImplemented();
244 } 244 }
245 245
246 bool FrameLoaderClientWinCE::shouldGoToHistoryItem(HistoryItem* item) const 246 bool FrameLoaderClientWinCE::shouldGoToHistoryItem(HistoryItem* item) const
247 { 247 {
248 return item; 248 return item;
249 } 249 }
250 250
251 bool FrameLoaderClientWinCE::shouldStopLoadingForHistoryItem(HistoryItem* item) const
252 {
253 return true;
254 }
255
251 void FrameLoaderClientWinCE::dispatchDidAddBackForwardItem(HistoryItem*) const 256 void FrameLoaderClientWinCE::dispatchDidAddBackForwardItem(HistoryItem*) const
252 { 257 {
253 } 258 }
254 259
255 void FrameLoaderClientWinCE::dispatchDidRemoveBackForwardItem(HistoryItem*) cons t 260 void FrameLoaderClientWinCE::dispatchDidRemoveBackForwardItem(HistoryItem*) cons t
256 { 261 {
257 } 262 }
258 263
259 void FrameLoaderClientWinCE::dispatchDidChangeBackForwardIndex() const 264 void FrameLoaderClientWinCE::dispatchDidChangeBackForwardIndex() const
260 { 265 {
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 void FrameLoaderClientWinCE::dispatchDidBecomeFrameset(bool) 646 void FrameLoaderClientWinCE::dispatchDidBecomeFrameset(bool)
642 { 647 {
643 } 648 }
644 649
645 PassRefPtr<WebCore::FrameNetworkingContext> FrameLoaderClientWinCE::createNetwor kingContext() 650 PassRefPtr<WebCore::FrameNetworkingContext> FrameLoaderClientWinCE::createNetwor kingContext()
646 { 651 {
647 return FrameNetworkingContextWinCE::create(m_frame, userAgent(KURL())); 652 return FrameNetworkingContextWinCE::create(m_frame, userAgent(KURL()));
648 } 653 }
649 654
650 } // namespace WebKit 655 } // namespace WebKit
OLDNEW
« no previous file with comments | « Source/WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.h ('k') | Source/WebKit/wx/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698