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

Side by Side Diff: third_party/WebKit/Source/web/tests/WebFrameTest.cpp

Issue 2584423002: Loading: move core/fetch to platform/loader/fetch (Closed)
Patch Set: another try Created 3 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | 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) 2010 Google Inc. All rights reserved. 2 * Copyright (C) 2010 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 #include "core/dom/Fullscreen.h" 43 #include "core/dom/Fullscreen.h"
44 #include "core/dom/NodeComputedStyle.h" 44 #include "core/dom/NodeComputedStyle.h"
45 #include "core/dom/Range.h" 45 #include "core/dom/Range.h"
46 #include "core/editing/Editor.h" 46 #include "core/editing/Editor.h"
47 #include "core/editing/EphemeralRange.h" 47 #include "core/editing/EphemeralRange.h"
48 #include "core/editing/FrameSelection.h" 48 #include "core/editing/FrameSelection.h"
49 #include "core/editing/VisiblePosition.h" 49 #include "core/editing/VisiblePosition.h"
50 #include "core/editing/markers/DocumentMarkerController.h" 50 #include "core/editing/markers/DocumentMarkerController.h"
51 #include "core/editing/spellcheck/SpellChecker.h" 51 #include "core/editing/spellcheck/SpellChecker.h"
52 #include "core/events/MouseEvent.h" 52 #include "core/events/MouseEvent.h"
53 #include "core/fetch/FetchRequest.h"
54 #include "core/fetch/MemoryCache.h"
55 #include "core/fetch/ResourceFetcher.h"
56 #include "core/frame/FrameHost.h" 53 #include "core/frame/FrameHost.h"
57 #include "core/frame/FrameView.h" 54 #include "core/frame/FrameView.h"
58 #include "core/frame/LocalFrame.h" 55 #include "core/frame/LocalFrame.h"
59 #include "core/frame/RemoteFrame.h" 56 #include "core/frame/RemoteFrame.h"
60 #include "core/frame/Settings.h" 57 #include "core/frame/Settings.h"
61 #include "core/frame/VisualViewport.h" 58 #include "core/frame/VisualViewport.h"
62 #include "core/html/HTMLBodyElement.h" 59 #include "core/html/HTMLBodyElement.h"
63 #include "core/html/HTMLFormElement.h" 60 #include "core/html/HTMLFormElement.h"
64 #include "core/html/HTMLIFrameElement.h" 61 #include "core/html/HTMLIFrameElement.h"
65 #include "core/html/HTMLVideoElement.h" 62 #include "core/html/HTMLVideoElement.h"
(...skipping 14 matching lines...) Expand all
80 #include "core/testing/NullExecutionContext.h" 77 #include "core/testing/NullExecutionContext.h"
81 #include "modules/mediastream/MediaStream.h" 78 #include "modules/mediastream/MediaStream.h"
82 #include "modules/mediastream/MediaStreamRegistry.h" 79 #include "modules/mediastream/MediaStreamRegistry.h"
83 #include "platform/Cursor.h" 80 #include "platform/Cursor.h"
84 #include "platform/DragImage.h" 81 #include "platform/DragImage.h"
85 #include "platform/PlatformMouseEvent.h" 82 #include "platform/PlatformMouseEvent.h"
86 #include "platform/PlatformResourceLoader.h" 83 #include "platform/PlatformResourceLoader.h"
87 #include "platform/RuntimeEnabledFeatures.h" 84 #include "platform/RuntimeEnabledFeatures.h"
88 #include "platform/UserGestureIndicator.h" 85 #include "platform/UserGestureIndicator.h"
89 #include "platform/geometry/FloatRect.h" 86 #include "platform/geometry/FloatRect.h"
87 #include "platform/loader/fetch/FetchRequest.h"
88 #include "platform/loader/fetch/MemoryCache.h"
89 #include "platform/loader/fetch/ResourceFetcher.h"
90 #include "platform/network/ResourceError.h" 90 #include "platform/network/ResourceError.h"
91 #include "platform/scroll/Scrollbar.h" 91 #include "platform/scroll/Scrollbar.h"
92 #include "platform/scroll/ScrollbarTestSuite.h" 92 #include "platform/scroll/ScrollbarTestSuite.h"
93 #include "platform/scroll/ScrollbarTheme.h" 93 #include "platform/scroll/ScrollbarTheme.h"
94 #include "platform/scroll/ScrollbarThemeMock.h" 94 #include "platform/scroll/ScrollbarThemeMock.h"
95 #include "platform/scroll/ScrollbarThemeOverlayMock.h" 95 #include "platform/scroll/ScrollbarThemeOverlayMock.h"
96 #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h" 96 #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
97 #include "platform/testing/URLTestHelpers.h" 97 #include "platform/testing/URLTestHelpers.h"
98 #include "platform/testing/UnitTestHelpers.h" 98 #include "platform/testing/UnitTestHelpers.h"
99 #include "platform/weborigin/KURLHash.h" 99 #include "platform/weborigin/KURLHash.h"
(...skipping 11134 matching lines...) Expand 10 before | Expand all | Expand 10 after
11234 11234
11235 EXPECT_TRUE(mainFrameClient.childClient().didCallFrameDetached()); 11235 EXPECT_TRUE(mainFrameClient.childClient().didCallFrameDetached());
11236 EXPECT_TRUE(mainFrameClient.childClient().didCallDidStopLoading()); 11236 EXPECT_TRUE(mainFrameClient.childClient().didCallDidStopLoading());
11237 EXPECT_TRUE(mainFrameClient.childClient().didCallDidFinishDocumentLoad()); 11237 EXPECT_TRUE(mainFrameClient.childClient().didCallDidFinishDocumentLoad());
11238 EXPECT_TRUE(mainFrameClient.childClient().didCallDidHandleOnloadEvents()); 11238 EXPECT_TRUE(mainFrameClient.childClient().didCallDidHandleOnloadEvents());
11239 11239
11240 webViewHelper.reset(); 11240 webViewHelper.reset();
11241 } 11241 }
11242 11242
11243 } // namespace blink 11243 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698