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

Side by Side Diff: Source/core/loader/FrameLoader.h

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/loader/EmptyClients.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('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, 2009, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/) 3 * Copyright (C) 2008, 2009 Torch Mobile Inc. All rights reserved. (http://www.t orchmobile.com/)
4 * Copyright (C) Research In Motion Limited 2009. All rights reserved. 4 * Copyright (C) Research In Motion Limited 2009. All rights reserved.
5 * Copyright (C) 2011 Google Inc. All rights reserved. 5 * Copyright (C) 2011 Google Inc. All rights reserved.
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 * 10 *
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 static void setReferrerForFrameRequest(ResourceRequest&, ShouldSendReferrer, Document*); 185 static void setReferrerForFrameRequest(ResourceRequest&, ShouldSendReferrer, Document*);
186 FrameLoadType determineFrameLoadType(const FrameLoadRequest&); 186 FrameLoadType determineFrameLoadType(const FrameLoadRequest&);
187 187
188 SubstituteData defaultSubstituteDataForURL(const KURL&); 188 SubstituteData defaultSubstituteDataForURL(const KURL&);
189 189
190 bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& ht tpMethod, FrameLoadType, const KURL&); 190 bool shouldPerformFragmentNavigation(bool isFormSubmission, const String& ht tpMethod, FrameLoadType, const KURL&);
191 void scrollToFragmentWithParentBoundary(const KURL&); 191 void scrollToFragmentWithParentBoundary(const KURL&);
192 192
193 void startLoad(FrameLoadRequest&, FrameLoadType, NavigationPolicy); 193 void startLoad(FrameLoadRequest&, FrameLoadType, NavigationPolicy);
194 194
195 bool validateTransitionNavigationMode();
196 bool dispatchNavigationTransitionData();
197 195
198 void setHistoryItemStateForCommit(HistoryCommitType, bool isPushOrReplaceSta te = false, HistoryScrollRestorationType = ScrollRestorationAuto, PassRefPtr<Ser ializedScriptValue> = nullptr); 196 void setHistoryItemStateForCommit(HistoryCommitType, bool isPushOrReplaceSta te = false, HistoryScrollRestorationType = ScrollRestorationAuto, PassRefPtr<Ser ializedScriptValue> = nullptr);
199 197
200 void loadInSameDocument(const KURL&, PassRefPtr<SerializedScriptValue> state Object, FrameLoadType, ClientRedirectPolicy); 198 void loadInSameDocument(const KURL&, PassRefPtr<SerializedScriptValue> state Object, FrameLoadType, ClientRedirectPolicy);
201 199
202 void scheduleCheckCompleted(); 200 void scheduleCheckCompleted();
203 201
204 RawPtrWillBeMember<LocalFrame> m_frame; 202 RawPtrWillBeMember<LocalFrame> m_frame;
205 203
206 // FIXME: These should be OwnPtr<T> to reduce build times and simplify 204 // FIXME: These should be OwnPtr<T> to reduce build times and simplify
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 253
256 bool m_didAccessInitialDocument; 254 bool m_didAccessInitialDocument;
257 Timer<FrameLoader> m_didAccessInitialDocumentTimer; 255 Timer<FrameLoader> m_didAccessInitialDocumentTimer;
258 256
259 SandboxFlags m_forcedSandboxFlags; 257 SandboxFlags m_forcedSandboxFlags;
260 }; 258 };
261 259
262 } // namespace blink 260 } // namespace blink
263 261
264 #endif // FrameLoader_h 262 #endif // FrameLoader_h
OLDNEW
« no previous file with comments | « Source/core/loader/EmptyClients.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698