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

Unified Diff: Source/core/page/DOMWindow.cpp

Issue 15447002: Remove ~1750 superfluous includes from core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebase a few hours Created 7 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/DOMSecurityPolicy.cpp ('k') | Source/core/page/DeviceController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/DOMWindow.cpp
diff --git a/Source/core/page/DOMWindow.cpp b/Source/core/page/DOMWindow.cpp
index 98ec50846d2d26a5f8499b2aa182eb762dc02f7a..e270c529019e4bc542ba36d48428c48834350ffc 100644
--- a/Source/core/page/DOMWindow.cpp
+++ b/Source/core/page/DOMWindow.cpp
@@ -45,12 +45,9 @@
#include "core/css/MediaQueryMatcher.h"
#include "core/css/StyleMedia.h"
#include "core/css/resolver/StyleResolver.h"
-#include "core/dom/BeforeUnloadEvent.h"
-#include "core/dom/DOMStringList.h"
#include "core/dom/DeviceOrientationController.h"
#include "core/dom/Document.h"
#include "core/dom/Element.h"
-#include "core/dom/EventException.h"
#include "core/dom/EventListener.h"
#include "core/dom/EventNames.h"
#include "core/dom/ExceptionCode.h"
@@ -60,9 +57,6 @@
#include "core/dom/RequestAnimationFrameCallback.h"
#include "core/editing/Editor.h"
#include "core/history/BackForwardController.h"
-#include "core/html/DOMSettableTokenList.h"
-#include "core/html/DOMTokenList.h"
-#include "core/html/DOMURL.h"
#include "core/html/HTMLFrameOwnerElement.h"
#include "core/inspector/InspectorInstrumentation.h"
#include "core/inspector/ScriptCallStack.h"
@@ -77,7 +71,6 @@
#include "core/page/Console.h"
#include "core/page/Crypto.h"
#include "core/page/DOMPoint.h"
-#include "core/page/DOMSelection.h"
#include "core/page/DOMTimer.h"
#include "core/page/EventHandler.h"
#include "core/page/FocusController.h"
@@ -95,7 +88,6 @@
#include "core/page/Settings.h"
#include "core/page/WindowFeatures.h"
#include "core/page/WindowFocusAllowedIndicator.h"
-#include "core/platform/KURL.h"
#include "core/platform/PlatformScreen.h"
#include "core/platform/SuddenTermination.h"
#include "core/platform/graphics/FloatRect.h"
@@ -103,7 +95,6 @@
#include "core/storage/StorageArea.h"
#include "core/storage/StorageNamespace.h"
#include "modules/device_orientation/DeviceMotionController.h"
-#include "modules/notifications/DOMWindowNotifications.h"
#include "weborigin/SecurityOrigin.h"
#include "weborigin/SecurityPolicy.h"
« no previous file with comments | « Source/core/page/DOMSecurityPolicy.cpp ('k') | Source/core/page/DeviceController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698