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

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

Issue 338253007: Revert "DevTools: Load document (html) content from disk cache in page agent enabling." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 bool allowPlugins(ReasonForCallingAllowPlugins); 183 bool allowPlugins(ReasonForCallingAllowPlugins);
184 184
185 void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSour ce, PassRefPtr<SerializedScriptValue>, FrameLoadType); 185 void updateForSameDocumentNavigation(const KURL&, SameDocumentNavigationSour ce, PassRefPtr<SerializedScriptValue>, FrameLoadType);
186 186
187 HistoryItem* currentItem() const { return m_currentItem.get(); } 187 HistoryItem* currentItem() const { return m_currentItem.get(); }
188 void saveScrollState(); 188 void saveScrollState();
189 void clearScrollPositionAndViewState(); 189 void clearScrollPositionAndViewState();
190 190
191 void restoreScrollPositionAndViewState(); 191 void restoreScrollPositionAndViewState();
192 192
193 bool requestFromHistoryForInspector(ResourceRequestCachePolicy, ResourceRequ est*);
194
195 private: 193 private:
196 bool allChildrenAreComplete() const; // immediate children, not all descenda nts 194 bool allChildrenAreComplete() const; // immediate children, not all descenda nts
197 195
198 void completed(); 196 void completed();
199 197
200 void checkTimerFired(Timer<FrameLoader>*); 198 void checkTimerFired(Timer<FrameLoader>*);
201 void didAccessInitialDocumentTimerFired(Timer<FrameLoader>*); 199 void didAccessInitialDocumentTimerFired(Timer<FrameLoader>*);
202 200
203 bool prepareRequestForThisFrame(FrameLoadRequest&); 201 bool prepareRequestForThisFrame(FrameLoadRequest&);
204 void setReferrerForFrameRequest(ResourceRequest&, ShouldSendReferrer, Docume nt*); 202 void setReferrerForFrameRequest(ResourceRequest&, ShouldSendReferrer, Docume nt*);
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 Timer<FrameLoader> m_didAccessInitialDocumentTimer; 279 Timer<FrameLoader> m_didAccessInitialDocumentTimer;
282 280
283 SandboxFlags m_forcedSandboxFlags; 281 SandboxFlags m_forcedSandboxFlags;
284 282
285 bool m_willDetachClient; 283 bool m_willDetachClient;
286 }; 284 };
287 285
288 } // namespace WebCore 286 } // namespace WebCore
289 287
290 #endif // FrameLoader_h 288 #endif // FrameLoader_h
OLDNEW
« no previous file with comments | « Source/core/inspector/InspectorResourceContentLoader.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698