Title: [161101] trunk/Source/WebKit2
- Revision
- 161101
- Author
- [email protected]
- Date
- 2013-12-27 02:30:06 -0800 (Fri, 27 Dec 2013)
Log Message
[GTK] Unnecessary code is built into WebKitPluginProcess
https://bugs.webkit.org/show_bug.cgi?id=126259
Reviewed by Carlos Garcia Campos.
* GNUmakefile.list.am: Stop building ChildProcessProxy and ProcessLauncher classes into WebKitPluginProcess.
That code is not required in the plugin process, as one would expect.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (161100 => 161101)
--- trunk/Source/WebKit2/ChangeLog 2013-12-27 08:44:24 UTC (rev 161100)
+++ trunk/Source/WebKit2/ChangeLog 2013-12-27 10:30:06 UTC (rev 161101)
@@ -1,3 +1,13 @@
+2013-12-27 Zan Dobersek <[email protected]>
+
+ [GTK] Unnecessary code is built into WebKitPluginProcess
+ https://bugs.webkit.org/show_bug.cgi?id=126259
+
+ Reviewed by Carlos Garcia Campos.
+
+ * GNUmakefile.list.am: Stop building ChildProcessProxy and ProcessLauncher classes into WebKitPluginProcess.
+ That code is not required in the plugin process, as one would expect.
+
2013-12-27 Ryuan Choi <[email protected]>
[EFL][WK2] MiniBrowser scale up/down infinitely after r161087
Modified: trunk/Source/WebKit2/GNUmakefile.list.am (161100 => 161101)
--- trunk/Source/WebKit2/GNUmakefile.list.am 2013-12-27 08:44:24 UTC (rev 161100)
+++ trunk/Source/WebKit2/GNUmakefile.list.am 2013-12-27 10:30:06 UTC (rev 161101)
@@ -1425,8 +1425,6 @@
Source/WebKit2/Shared/ActivityAssertion.h \
Source/WebKit2/Shared/ChildProcess.cpp \
Source/WebKit2/Shared/ChildProcess.h \
- Source/WebKit2/Shared/ChildProcessProxy.cpp \
- Source/WebKit2/Shared/ChildProcessProxy.h \
Source/WebKit2/Shared/ConnectionStack.cpp \
Source/WebKit2/Shared/ConnectionStack.h \
Source/WebKit2/Shared/ProcessExecutablePath.h \
@@ -1459,9 +1457,6 @@
Source/WebKit2/Shared/gtk/WebEventFactory.cpp \
Source/WebKit2/Shared/cairo/ShareableBitmapCairo.cpp \
Source/WebKit2/Shared/soup/WebCoreArgumentCodersSoup.cpp \
- Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
- Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h \
- Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp \
Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp \
Source/WebKit2/WebProcess/Plugins/Plugin.cpp \
Source/WebKit2/WebProcess/Plugins/Plugin.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes