Changeset 141455 in webkit
- Timestamp:
- Jan 31, 2013, 11:42:40 AM (13 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r141452 r141455 1 2013-01-31 Simon Hausmann <simon.hausmann@digia.com> 2 3 Unreviewed build fix: Remove Web Intents files from 4 the Qt build system. 5 6 * Target.pri: 7 1 8 2013-01-31 Zan Dobersek <zdobersek@igalia.com> 2 9 -
trunk/Source/WebKit2/Target.pri
r141430 r141455 87 87 Shared/ImmutableArray.h \ 88 88 Shared/ImmutableDictionary.h \ 89 Shared/IntentData.h \90 Shared/IntentServiceInfo.h \91 89 Shared/LayerTreeContext.h \ 92 90 Shared/MutableArray.h \ … … 125 123 Shared/WebHitTestResult.h \ 126 124 Shared/WebImage.h \ 127 Shared/WebIntentServiceInfo.h \128 125 Shared/WebNavigationDataStore.h \ 129 126 Shared/WebNumber.h \ … … 183 180 UIProcess/API/C/WKIconDatabase.h \ 184 181 UIProcess/API/C/WKInspector.h \ 185 UIProcess/API/C/WKIntentData.h \186 UIProcess/API/C/WKIntentServiceInfo.h \187 182 UIProcess/API/C/WKOpenPanelParameters.h \ 188 183 UIProcess/API/C/WKOpenPanelResultListener.h \ … … 278 273 UIProcess/WebIconDatabaseClient.h \ 279 274 UIProcess/WebInspectorProxy.h \ 280 UIProcess/WebIntentData.h \281 275 UIProcess/WebKeyValueStorageManagerProxy.h \ 282 276 UIProcess/WebLoaderClient.h \ … … 306 300 WebProcess/InjectedBundle/API/c/WKBundleBackForwardListItem.h \ 307 301 WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.h \ 308 WebProcess/InjectedBundle/API/c/WKBundleIntent.h \309 WebProcess/InjectedBundle/API/c/WKBundleIntentRequest.h \310 302 WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.h \ 311 303 WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.h \ … … 320 312 WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.h \ 321 313 WebProcess/InjectedBundle/InjectedBundleHitTestResult.h \ 322 WebProcess/InjectedBundle/InjectedBundleIntent.h \323 WebProcess/InjectedBundle/InjectedBundleIntentRequest.h \324 314 WebProcess/InjectedBundle/InjectedBundleNavigationAction.h \ 325 315 WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.h \ … … 472 462 Shared/ImmutableArray.cpp \ 473 463 Shared/ImmutableDictionary.cpp \ 474 Shared/IntentData.cpp \475 Shared/IntentServiceInfo.cpp \476 464 Shared/MutableArray.cpp \ 477 465 Shared/MutableDictionary.cpp \ … … 501 489 Shared/WebKit2Initialize.cpp \ 502 490 Shared/WebImage.cpp \ 503 Shared/WebIntentServiceInfo.cpp \504 491 Shared/WebMouseEvent.cpp \ 505 492 Shared/WebNetworkInfo.cpp \ … … 555 542 UIProcess/API/C/WKIconDatabase.cpp \ 556 543 UIProcess/API/C/WKInspector.cpp \ 557 UIProcess/API/C/WKIntentData.cpp \558 UIProcess/API/C/WKIntentServiceInfo.cpp \559 544 UIProcess/API/C/WKNotification.cpp \ 560 545 UIProcess/API/C/WKNotificationManager.cpp \ … … 643 628 UIProcess/WebIconDatabaseClient.cpp \ 644 629 UIProcess/WebInspectorProxy.cpp \ 645 UIProcess/WebIntentData.cpp \646 630 UIProcess/WebKeyValueStorageManagerProxy.cpp \ 647 631 UIProcess/WebLoaderClient.cpp \ … … 685 669 WebProcess/InjectedBundle/API/c/WKBundleHitTestResult.cpp \ 686 670 WebProcess/InjectedBundle/API/c/WKBundleInspector.cpp \ 687 WebProcess/InjectedBundle/API/c/WKBundleIntent.cpp \688 WebProcess/InjectedBundle/API/c/WKBundleIntentRequest.cpp \689 671 WebProcess/InjectedBundle/API/c/WKBundleNavigationAction.cpp \ 690 672 WebProcess/InjectedBundle/API/c/WKBundleNodeHandle.cpp \ … … 701 683 WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.cpp \ 702 684 WebProcess/InjectedBundle/InjectedBundleHitTestResult.cpp \ 703 WebProcess/InjectedBundle/InjectedBundleIntent.cpp \704 WebProcess/InjectedBundle/InjectedBundleIntentRequest.cpp \705 685 WebProcess/InjectedBundle/InjectedBundleNavigationAction.cpp \ 706 686 WebProcess/InjectedBundle/InjectedBundlePageContextMenuClient.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.