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

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

Issue 9963061: Merge 112184 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 8 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/WebCore/loader/FormSubmission.cpp ('k') | Source/WebCore/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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 void checkDidPerformFirstNavigation(); 239 void checkDidPerformFirstNavigation();
240 240
241 bool isComplete() const; 241 bool isComplete() const;
242 242
243 void setTitle(const StringWithDirection&); 243 void setTitle(const StringWithDirection&);
244 244
245 void commitProvisionalLoad(); 245 void commitProvisionalLoad();
246 246
247 FrameLoaderStateMachine* stateMachine() const { return &m_stateMachine; } 247 FrameLoaderStateMachine* stateMachine() const { return &m_stateMachine; }
248 248
249 bool shouldAllowNavigation(Frame* targetFrame) const;
250 Frame* findFrameForNavigation(const AtomicString& name); 249 Frame* findFrameForNavigation(const AtomicString& name);
251 250
252 void applyUserAgent(ResourceRequest&); 251 void applyUserAgent(ResourceRequest&);
253 252
254 bool shouldInterruptLoadForXFrameOptions(const String&, const KURL&); 253 bool shouldInterruptLoadForXFrameOptions(const String&, const KURL&);
255 254
256 void completed(); 255 void completed();
257 bool allAncestorsAreComplete() const; // including this 256 bool allAncestorsAreComplete() const; // including this
258 void clientRedirected(const KURL&, double delay, double fireDate, bool lockB ackForwardList); 257 void clientRedirected(const KURL&, double delay, double fireDate, bool lockB ackForwardList);
259 void clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress); 258 void clientRedirectCancelledOrFinished(bool cancelWithLoadInProgress);
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 // the frame name references a frame different from the openerFrame, e.g. when i t is 441 // the frame name references a frame different from the openerFrame, e.g. when i t is
443 // "_self" or "_parent". 442 // "_self" or "_parent".
444 // 443 //
445 // FIXME: Consider making this function part of an appropriate class (not FrameL oader) 444 // FIXME: Consider making this function part of an appropriate class (not FrameL oader)
446 // and moving it to a more appropriate location. 445 // and moving it to a more appropriate location.
447 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadReque st&, const WindowFeatures&, bool& created); 446 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadReque st&, const WindowFeatures&, bool& created);
448 447
449 } // namespace WebCore 448 } // namespace WebCore
450 449
451 #endif // FrameLoader_h 450 #endif // FrameLoader_h
OLDNEW
« no previous file with comments | « Source/WebCore/loader/FormSubmission.cpp ('k') | Source/WebCore/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698