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

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

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/loader/FormSubmission.h ('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 25 matching lines...) Expand all
36 #include "FrameLoaderStateMachine.h" 36 #include "FrameLoaderStateMachine.h"
37 #include "FrameLoaderTypes.h" 37 #include "FrameLoaderTypes.h"
38 #include "HistoryController.h" 38 #include "HistoryController.h"
39 #include "IconController.h" 39 #include "IconController.h"
40 #include "IconURL.h" 40 #include "IconURL.h"
41 #include "LayoutMilestones.h" 41 #include "LayoutMilestones.h"
42 #include "MixedContentChecker.h" 42 #include "MixedContentChecker.h"
43 #include "ResourceLoadNotifier.h" 43 #include "ResourceLoadNotifier.h"
44 #include "SecurityContext.h" 44 #include "SecurityContext.h"
45 #include "SubframeLoader.h" 45 #include "SubframeLoader.h"
46 #include "Timer.h" 46 #include "core/platform/Timer.h"
47 #include "core/platform/network/ResourceHandle.h" 47 #include "core/platform/network/ResourceHandle.h"
48 #include <wtf/Forward.h> 48 #include <wtf/Forward.h>
49 #include <wtf/HashSet.h> 49 #include <wtf/HashSet.h>
50 50
51 namespace WebCore { 51 namespace WebCore {
52 52
53 class CachedResource; 53 class CachedResource;
54 class Chrome; 54 class Chrome;
55 class DOMWrapperWorld; 55 class DOMWrapperWorld;
56 class DocumentLoader; 56 class DocumentLoader;
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 // the frame name references a frame different from the openerFrame, e.g. when i t is 424 // the frame name references a frame different from the openerFrame, e.g. when i t is
425 // "_self" or "_parent". 425 // "_self" or "_parent".
426 // 426 //
427 // FIXME: Consider making this function part of an appropriate class (not FrameL oader) 427 // FIXME: Consider making this function part of an appropriate class (not FrameL oader)
428 // and moving it to a more appropriate location. 428 // and moving it to a more appropriate location.
429 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadReque st&, const WindowFeatures&, bool& created); 429 Frame* createWindow(Frame* openerFrame, Frame* lookupFrame, const FrameLoadReque st&, const WindowFeatures&, bool& created);
430 430
431 } // namespace WebCore 431 } // namespace WebCore
432 432
433 #endif // FrameLoader_h 433 #endif // FrameLoader_h
OLDNEW
« no previous file with comments | « Source/core/loader/FormSubmission.h ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698