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

Side by Side Diff: Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 Don Gibson <dgibson77@gmail.com> 2 * Copyright (C) 2006 Don Gibson <dgibson77@gmail.com>
3 * Copyright (C) 2006 Zack Rusin <zack@kde.org> 3 * Copyright (C) 2006 Zack Rusin <zack@kde.org>
4 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved. 4 * Copyright (C) 2006 Apple Computer, Inc. All rights reserved.
5 * Copyright (C) 2007 Trolltech ASA 5 * Copyright (C) 2007 Trolltech ASA
6 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved . 6 * Copyright (C) 2007 Ryan Leavengood <leavengood@gmail.com> All rights reserved .
7 * Copyright (C) 2009 Maxime Simon <simon.maxime@gmail.com> All rights reserved. 7 * Copyright (C) 2009 Maxime Simon <simon.maxime@gmail.com> All rights reserved.
8 * 8 *
9 * 9 *
10 * Redistribution and use in source and binary forms, with or without 10 * Redistribution and use in source and binary forms, with or without
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 { 476 {
477 notImplemented(); 477 notImplemented();
478 } 478 }
479 479
480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const 480 bool FrameLoaderClientHaiku::shouldGoToHistoryItem(WebCore::HistoryItem*) const
481 { 481 {
482 notImplemented(); 482 notImplemented();
483 return true; 483 return true;
484 } 484 }
485 485
486 bool FrameLoaderClientHaiku::shouldStopLoadingForHistoryItem(WebCore::HistoryIte m*) const
487 {
488 return true;
489 }
490
486 void FrameLoaderClientHaiku::dispatchDidAddBackForwardItem(WebCore::HistoryItem* ) const 491 void FrameLoaderClientHaiku::dispatchDidAddBackForwardItem(WebCore::HistoryItem* ) const
487 { 492 {
488 } 493 }
489 494
490 void FrameLoaderClientHaiku::dispatchDidRemoveBackForwardItem(WebCore::HistoryIt em*) const 495 void FrameLoaderClientHaiku::dispatchDidRemoveBackForwardItem(WebCore::HistoryIt em*) const
491 { 496 {
492 } 497 }
493 498
494 void FrameLoaderClientHaiku::dispatchDidChangeBackForwardIndex() const 499 void FrameLoaderClientHaiku::dispatchDidChangeBackForwardIndex() const
495 { 500 {
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 868
864 void FrameLoaderClientHaiku::didRestoreFromPageCache() 869 void FrameLoaderClientHaiku::didRestoreFromPageCache()
865 { 870 {
866 } 871 }
867 872
868 void FrameLoaderClientHaiku::dispatchDidBecomeFrameset(bool) 873 void FrameLoaderClientHaiku::dispatchDidBecomeFrameset(bool)
869 { 874 {
870 } 875 }
871 876
872 } // namespace WebCore 877 } // namespace WebCore
OLDNEW
« no previous file with comments | « Source/WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h ('k') | Source/WebKit/mac/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698