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

Side by Side Diff: Source/WebKit/chromium/src/ChromeClientImpl.cpp

Issue 16077002: Move popup menu code from core/platform to WebKit/chromium/src. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/WebKit/chromium/src/PopupContainer.h » ('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) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 3 * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are 6 * modification, are permitted provided that the following conditions are
7 * met: 7 * met:
8 * 8 *
9 * * Redistributions of source code must retain the above copyright 9 * * Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 26 matching lines...) Expand all
37 #if ENABLE(INPUT_TYPE_COLOR) 37 #if ENABLE(INPUT_TYPE_COLOR)
38 #include "core/platform/ColorChooser.h" 38 #include "core/platform/ColorChooser.h"
39 #include "core/platform/ColorChooserClient.h" 39 #include "core/platform/ColorChooserClient.h"
40 #include "ColorChooserPopupUIController.h" 40 #include "ColorChooserPopupUIController.h"
41 #include "ColorChooserUIController.h" 41 #include "ColorChooserUIController.h"
42 #endif 42 #endif
43 #include "DateTimeChooserImpl.h" 43 #include "DateTimeChooserImpl.h"
44 #include "ExternalDateTimeChooser.h" 44 #include "ExternalDateTimeChooser.h"
45 #include "ExternalPopupMenu.h" 45 #include "ExternalPopupMenu.h"
46 #include "HTMLNames.h" 46 #include "HTMLNames.h"
47 #include "PopupContainer.h"
48 #include "PopupMenuChromium.h"
47 #include "RuntimeEnabledFeatures.h" 49 #include "RuntimeEnabledFeatures.h"
48 #include "WebAccessibilityObject.h" 50 #include "WebAccessibilityObject.h"
49 #include "WebAutofillClient.h" 51 #include "WebAutofillClient.h"
50 #include "bindings/v8/ScriptController.h" 52 #include "bindings/v8/ScriptController.h"
51 #include "core/dom/Document.h" 53 #include "core/dom/Document.h"
52 #include "core/dom/Node.h" 54 #include "core/dom/Node.h"
53 #include "core/html/HTMLInputElement.h" 55 #include "core/html/HTMLInputElement.h"
54 #include "core/html/shadow/TextFieldDecorationElement.h" 56 #include "core/html/shadow/TextFieldDecorationElement.h"
55 #include "core/loader/DocumentLoader.h" 57 #include "core/loader/DocumentLoader.h"
56 #include "core/loader/FrameLoadRequest.h" 58 #include "core/loader/FrameLoadRequest.h"
57 #include "core/loader/NavigationAction.h" 59 #include "core/loader/NavigationAction.h"
58 #include "core/page/Console.h" 60 #include "core/page/Console.h"
59 #include "core/page/FrameView.h" 61 #include "core/page/FrameView.h"
60 #include "core/page/Page.h" 62 #include "core/page/Page.h"
61 #include "core/page/PagePopupDriver.h" 63 #include "core/page/PagePopupDriver.h"
62 #include "core/page/Settings.h" 64 #include "core/page/Settings.h"
63 #include "core/platform/Cursor.h" 65 #include "core/platform/Cursor.h"
64 #include "core/platform/DateTimeChooser.h" 66 #include "core/platform/DateTimeChooser.h"
65 #include "core/platform/FileChooser.h" 67 #include "core/platform/FileChooser.h"
66 #include "core/platform/FileIconLoader.h" 68 #include "core/platform/FileIconLoader.h"
67 #include "core/platform/PlatformScreen.h" 69 #include "core/platform/PlatformScreen.h"
68 #include "core/platform/chromium/PopupContainer.h"
69 #include "core/platform/chromium/PopupMenuChromium.h"
70 #include "core/platform/graphics/FloatRect.h" 70 #include "core/platform/graphics/FloatRect.h"
71 #include "core/platform/graphics/Icon.h" 71 #include "core/platform/graphics/Icon.h"
72 #include "core/platform/graphics/IntRect.h" 72 #include "core/platform/graphics/IntRect.h"
73 #include "core/platform/graphics/chromium/GraphicsLayerChromium.h" 73 #include "core/platform/graphics/chromium/GraphicsLayerChromium.h"
74 #include "core/rendering/HitTestResult.h" 74 #include "core/rendering/HitTestResult.h"
75 #include "core/rendering/RenderWidget.h" 75 #include "core/rendering/RenderWidget.h"
76 #include "modules/geolocation/Geolocation.h" 76 #include "modules/geolocation/Geolocation.h"
77 #include "weborigin/SecurityOrigin.h" 77 #include "weborigin/SecurityOrigin.h"
78 #if ENABLE(INPUT_TYPE_COLOR) 78 #if ENABLE(INPUT_TYPE_COLOR)
79 #include "WebColorChooser.h" 79 #include "WebColorChooser.h"
(...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 { 1034 {
1035 } 1035 }
1036 1036
1037 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title) 1037 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title)
1038 { 1038 {
1039 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); 1039 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
1040 } 1040 }
1041 #endif 1041 #endif
1042 1042
1043 } // namespace WebKit 1043 } // namespace WebKit
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/WebKit.gyp ('k') | Source/WebKit/chromium/src/PopupContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698