Title: [140294] trunk/Source/WebKit2
- Revision
- 140294
- Author
- [email protected]
- Date
- 2013-01-20 21:42:11 -0800 (Sun, 20 Jan 2013)
Log Message
Remove support getting per-resource callbacks in the UIProcess
https://bugs.webkit.org/show_bug.cgi?id=107405
Patch by Viatcheslav Ostapenko <[email protected]> on 2013-01-20
Reviewed by Sam Weinig.
EFL, GTK and Qt WebKit2 build fixes after r140285.
Remove from build WebResourceLoadClient.{cpp,h} deleted by r140285.
* CMakeLists.txt:
* GNUmakefile.list.am:
* Target.pri:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/CMakeLists.txt (140293 => 140294)
--- trunk/Source/WebKit2/CMakeLists.txt 2013-01-21 05:23:41 UTC (rev 140293)
+++ trunk/Source/WebKit2/CMakeLists.txt 2013-01-21 05:42:11 UTC (rev 140294)
@@ -297,7 +297,6 @@
UIProcess/WebPreferences.cpp
UIProcess/WebProcessProxy.cpp
UIProcess/WebResourceCacheManagerProxy.cpp
- UIProcess/WebResourceLoadClient.cpp
UIProcess/WebTextChecker.cpp
UIProcess/WebTextCheckerClient.cpp
UIProcess/WebUIClient.cpp
Modified: trunk/Source/WebKit2/ChangeLog (140293 => 140294)
--- trunk/Source/WebKit2/ChangeLog 2013-01-21 05:23:41 UTC (rev 140293)
+++ trunk/Source/WebKit2/ChangeLog 2013-01-21 05:42:11 UTC (rev 140294)
@@ -1,3 +1,17 @@
+2013-01-20 Viatcheslav Ostapenko <[email protected]>
+
+ Remove support getting per-resource callbacks in the UIProcess
+ https://bugs.webkit.org/show_bug.cgi?id=107405
+
+ Reviewed by Sam Weinig.
+
+ EFL, GTK and Qt WebKit2 build fixes after r140285.
+ Remove from build WebResourceLoadClient.{cpp,h} deleted by r140285.
+
+ * CMakeLists.txt:
+ * GNUmakefile.list.am:
+ * Target.pri:
+
2013-01-20 Sam Weinig <[email protected]>
Remove support getting per-resource callbacks in the UIProcess
Modified: trunk/Source/WebKit2/GNUmakefile.list.am (140293 => 140294)
--- trunk/Source/WebKit2/GNUmakefile.list.am 2013-01-21 05:23:41 UTC (rev 140293)
+++ trunk/Source/WebKit2/GNUmakefile.list.am 2013-01-21 05:42:11 UTC (rev 140294)
@@ -950,8 +950,6 @@
Source/WebKit2/UIProcess/WebProcessProxy.h \
Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.h \
Source/WebKit2/UIProcess/WebResourceCacheManagerProxy.cpp \
- Source/WebKit2/UIProcess/WebResourceLoadClient.cpp \
- Source/WebKit2/UIProcess/WebResourceLoadClient.h \
Source/WebKit2/UIProcess/WebTextChecker.cpp \
Source/WebKit2/UIProcess/WebTextChecker.h \
Source/WebKit2/UIProcess/WebTextCheckerClient.cpp \
Modified: trunk/Source/WebKit2/Target.pri (140293 => 140294)
--- trunk/Source/WebKit2/Target.pri 2013-01-21 05:23:41 UTC (rev 140293)
+++ trunk/Source/WebKit2/Target.pri 2013-01-21 05:42:11 UTC (rev 140294)
@@ -285,7 +285,6 @@
UIProcess/WebPreferences.h \
UIProcess/WebProcessProxy.h \
UIProcess/WebResourceCacheManagerProxy.h \
- UIProcess/WebResourceLoadClient.h \
UIProcess/WebTextChecker.h \
UIProcess/WebTextCheckerClient.h \
UIProcess/WebUIClient.h \
@@ -652,7 +651,6 @@
UIProcess/WebPreferences.cpp \
UIProcess/WebProcessProxy.cpp \
UIProcess/WebResourceCacheManagerProxy.cpp \
- UIProcess/WebResourceLoadClient.cpp \
UIProcess/WebTextChecker.cpp \
UIProcess/WebTextCheckerClient.cpp \
UIProcess/WebUIClient.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes