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

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

Issue 1148813007: Move EventHandler from core/page/ to core/input (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove unnecessary file Created 5 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
« no previous file with comments | « Source/web/tests/TouchActionTest.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 #include "core/fetch/ResourceFetcher.h" 54 #include "core/fetch/ResourceFetcher.h"
55 #include "core/frame/FrameHost.h" 55 #include "core/frame/FrameHost.h"
56 #include "core/frame/FrameView.h" 56 #include "core/frame/FrameView.h"
57 #include "core/frame/LocalFrame.h" 57 #include "core/frame/LocalFrame.h"
58 #include "core/frame/PinchViewport.h" 58 #include "core/frame/PinchViewport.h"
59 #include "core/frame/RemoteFrame.h" 59 #include "core/frame/RemoteFrame.h"
60 #include "core/frame/Settings.h" 60 #include "core/frame/Settings.h"
61 #include "core/html/HTMLDocument.h" 61 #include "core/html/HTMLDocument.h"
62 #include "core/html/HTMLFormElement.h" 62 #include "core/html/HTMLFormElement.h"
63 #include "core/html/HTMLMediaElement.h" 63 #include "core/html/HTMLMediaElement.h"
64 #include "core/input/EventHandler.h"
64 #include "core/layout/HitTestResult.h" 65 #include "core/layout/HitTestResult.h"
65 #include "core/layout/LayoutFullScreen.h" 66 #include "core/layout/LayoutFullScreen.h"
66 #include "core/layout/LayoutView.h" 67 #include "core/layout/LayoutView.h"
67 #include "core/layout/compositing/DeprecatedPaintLayerCompositor.h" 68 #include "core/layout/compositing/DeprecatedPaintLayerCompositor.h"
68 #include "core/loader/DocumentThreadableLoader.h" 69 #include "core/loader/DocumentThreadableLoader.h"
69 #include "core/loader/DocumentThreadableLoaderClient.h" 70 #include "core/loader/DocumentThreadableLoaderClient.h"
70 #include "core/loader/FrameLoadRequest.h" 71 #include "core/loader/FrameLoadRequest.h"
71 #include "core/loader/ThreadableLoader.h" 72 #include "core/loader/ThreadableLoader.h"
72 #include "core/page/EventHandler.h"
73 #include "core/page/Page.h" 73 #include "core/page/Page.h"
74 #include "core/paint/DeprecatedPaintLayer.h" 74 #include "core/paint/DeprecatedPaintLayer.h"
75 #include "core/testing/NullExecutionContext.h" 75 #include "core/testing/NullExecutionContext.h"
76 #include "modules/mediastream/MediaStream.h" 76 #include "modules/mediastream/MediaStream.h"
77 #include "modules/mediastream/MediaStreamRegistry.h" 77 #include "modules/mediastream/MediaStreamRegistry.h"
78 #include "platform/DragImage.h" 78 #include "platform/DragImage.h"
79 #include "platform/PlatformResourceLoader.h" 79 #include "platform/PlatformResourceLoader.h"
80 #include "platform/RuntimeEnabledFeatures.h" 80 #include "platform/RuntimeEnabledFeatures.h"
81 #include "platform/UserGestureIndicator.h" 81 #include "platform/UserGestureIndicator.h"
82 #include "platform/geometry/FloatRect.h" 82 #include "platform/geometry/FloatRect.h"
(...skipping 7348 matching lines...) Expand 10 before | Expand all | Expand 10 after
7431 7431
7432 EXPECT_EQ(parent, firstFrame->parent()); 7432 EXPECT_EQ(parent, firstFrame->parent());
7433 EXPECT_EQ(parent, secondFrame->parent()); 7433 EXPECT_EQ(parent, secondFrame->parent());
7434 EXPECT_EQ(parent, thirdFrame->parent()); 7434 EXPECT_EQ(parent, thirdFrame->parent());
7435 EXPECT_EQ(parent, fourthFrame->parent()); 7435 EXPECT_EQ(parent, fourthFrame->parent());
7436 7436
7437 view->close(); 7437 view->close();
7438 } 7438 }
7439 7439
7440 } // namespace blink 7440 } // namespace blink
OLDNEW
« no previous file with comments | « Source/web/tests/TouchActionTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698