Changeset 161101 in webkit


Ignore:
Timestamp:
Dec 27, 2013 2:30:06 AM (10 years ago)
Author:
zandobersek@gmail.com
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.

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r161100 r161101  
     12013-12-27  Zan Dobersek  <zdobersek@igalia.com>
     2
     3        [GTK] Unnecessary code is built into WebKitPluginProcess
     4        https://bugs.webkit.org/show_bug.cgi?id=126259
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * GNUmakefile.list.am: Stop building ChildProcessProxy and ProcessLauncher classes into WebKitPluginProcess.
     9        That code is not required in the plugin process, as one would expect.
     10
    1112013-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
    212
  • trunk/Source/WebKit2/GNUmakefile.list.am

    r160974 r161101  
    14261426        Source/WebKit2/Shared/ChildProcess.cpp \
    14271427        Source/WebKit2/Shared/ChildProcess.h \
    1428         Source/WebKit2/Shared/ChildProcessProxy.cpp \
    1429         Source/WebKit2/Shared/ChildProcessProxy.h \
    14301428        Source/WebKit2/Shared/ConnectionStack.cpp \
    14311429        Source/WebKit2/Shared/ConnectionStack.h \
     
    14601458        Source/WebKit2/Shared/cairo/ShareableBitmapCairo.cpp \
    14611459        Source/WebKit2/Shared/soup/WebCoreArgumentCodersSoup.cpp \
    1462         Source/WebKit2/UIProcess/Launcher/ProcessLauncher.cpp \
    1463         Source/WebKit2/UIProcess/Launcher/ProcessLauncher.h \
    1464         Source/WebKit2/UIProcess/Launcher/gtk/ProcessLauncherGtk.cpp \
    14651460        Source/WebKit2/UIProcess/Plugins/unix/PluginProcessProxyUnix.cpp \
    14661461        Source/WebKit2/WebProcess/Plugins/Plugin.cpp \
Note: See TracChangeset for help on using the changeset viewer.