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

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

Issue 14524003: Absolutify paths to bindings/v8, bindings/v8/custom/. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « no previous file | Source/WebKit/chromium/src/DatabaseObserver.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) 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 30 matching lines...) Expand all
41 #include "ColorChooserPopupUIController.h" 41 #include "ColorChooserPopupUIController.h"
42 #else 42 #else
43 #include "ColorChooserUIController.h" 43 #include "ColorChooserUIController.h"
44 #endif 44 #endif
45 #endif 45 #endif
46 #include "DateTimeChooserImpl.h" 46 #include "DateTimeChooserImpl.h"
47 #include "ExternalDateTimeChooser.h" 47 #include "ExternalDateTimeChooser.h"
48 #include "ExternalPopupMenu.h" 48 #include "ExternalPopupMenu.h"
49 #include "HTMLInputElement.h" 49 #include "HTMLInputElement.h"
50 #include "HTMLNames.h" 50 #include "HTMLNames.h"
51 #include "ScriptController.h"
52 #include "WebAccessibilityObject.h" 51 #include "WebAccessibilityObject.h"
53 #include "WebAutofillClient.h" 52 #include "WebAutofillClient.h"
53 #include "bindings/v8/ScriptController.h"
54 #include "core/dom/Document.h" 54 #include "core/dom/Document.h"
55 #include "core/dom/Node.h" 55 #include "core/dom/Node.h"
56 #include "core/html/shadow/TextFieldDecorationElement.h" 56 #include "core/html/shadow/TextFieldDecorationElement.h"
57 #include "core/loader/DocumentLoader.h" 57 #include "core/loader/DocumentLoader.h"
58 #include "core/loader/FrameLoadRequest.h" 58 #include "core/loader/FrameLoadRequest.h"
59 #include "core/loader/NavigationAction.h" 59 #include "core/loader/NavigationAction.h"
60 #include "core/page/Console.h" 60 #include "core/page/Console.h"
61 #include "core/page/FrameView.h" 61 #include "core/page/FrameView.h"
62 #include "core/page/Page.h" 62 #include "core/page/Page.h"
63 #include "core/page/PagePopupDriver.h" 63 #include "core/page/PagePopupDriver.h"
(...skipping 1136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1200 { 1200 {
1201 } 1201 }
1202 1202
1203 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title) 1203 void NavigatorContentUtilsClientImpl::registerProtocolHandler(const String& sche me, const String& baseURL, const String& url, const String& title)
1204 { 1204 {
1205 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title); 1205 m_webView->client()->registerProtocolHandler(scheme, baseURL, url, title);
1206 } 1206 }
1207 #endif 1207 #endif
1208 1208
1209 } // namespace WebKit 1209 } // namespace WebKit
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/DatabaseObserver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698