Changeset 192791 in webkit


Ignore:
Timestamp:
Nov 30, 2015 12:05:51 AM (8 years ago)
Author:
Carlos Garcia Campos
Message:

[GLIB] Remove GMainLoopSource and GThreadSafeMainLoopSource
https://bugs.webkit.org/show_bug.cgi?id=151633

Reviewed by Csaba Osztrogonác.

Source/WTF:

  • WTF.vcxproj/WTF.vcxproj:
  • WTF.vcxproj/WTF.vcxproj.filters:
  • wtf/PlatformEfl.cmake:
  • wtf/PlatformGTK.cmake:
  • wtf/glib/GMainLoopSource.cpp: Removed.
  • wtf/glib/GMainLoopSource.h: Removed.
  • wtf/glib/GThreadSafeMainLoopSource.cpp: Removed.
  • wtf/glib/GThreadSafeMainLoopSource.h: Removed.

Tools:

  • TestWebKitAPI/PlatformGTK.cmake:
  • TestWebKitAPI/Tests/WTF/glib/GMainLoopSource.cpp: Removed.
Location:
trunk
Files:
5 deleted
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r192779 r192791  
     12015-11-30  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GLIB] Remove GMainLoopSource and GThreadSafeMainLoopSource
     4        https://bugs.webkit.org/show_bug.cgi?id=151633
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * WTF.vcxproj/WTF.vcxproj:
     9        * WTF.vcxproj/WTF.vcxproj.filters:
     10        * wtf/PlatformEfl.cmake:
     11        * wtf/PlatformGTK.cmake:
     12        * wtf/glib/GMainLoopSource.cpp: Removed.
     13        * wtf/glib/GMainLoopSource.h: Removed.
     14        * wtf/glib/GThreadSafeMainLoopSource.cpp: Removed.
     15        * wtf/glib/GThreadSafeMainLoopSource.h: Removed.
     16
    1172015-11-27  Csaba Osztrogonác  <ossy@webkit.org>
    218
  • trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj

    r190310 r192791  
    8484      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|x64'">true</ExcludedFromBuild>
    8585    </ClCompile>
    86     <ClCompile Include="..\wtf\glib\GMainLoopSource.cpp">
    87       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
    88       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
    89       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|Win32'">true</ExcludedFromBuild>
    90       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugSuffix|x64'">true</ExcludedFromBuild>
    91       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
    92       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
    93       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|Win32'">true</ExcludedFromBuild>
    94       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|x64'">true</ExcludedFromBuild>
    95     </ClCompile>
    9686    <ClCompile Include="..\wtf\glib\GRefPtr.cpp">
    9787      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
     
    10494      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Production|x64'">true</ExcludedFromBuild>
    10595    </ClCompile>
    106     <ClCompile Include="..\wtf\glib\GThreadSafeMainLoopSource.cpp" />
    10796    <ClCompile Include="..\wtf\GregorianDateTime.cpp" />
    10897    <ClCompile Include="..\wtf\HashTable.cpp" />
     
    210199    <ClInclude Include="..\wtf\GetPtr.h" />
    211200    <ClInclude Include="..\wtf\glib\GLibUtilities.h" />
    212     <ClInclude Include="..\wtf\glib\GMainLoopSource.h" />
    213201    <ClInclude Include="..\wtf\glib\GMutexLocker.h" />
    214202    <ClInclude Include="..\wtf\glib\GTypedefs.h" />
    215203    <ClInclude Include="..\wtf\glib\GRefPtr.h" />
    216     <ClInclude Include="..\wtf\glib\GThreadSafeMainLoopSource.h" />
    217204    <ClInclude Include="..\wtf\glib\GUniquePtr.h" />
    218205    <ClInclude Include="..\wtf\GregorianDateTime.h" />
  • trunk/Source/WTF/WTF.vcxproj/WTF.vcxproj.filters

    r190310 r192791  
    241241      <Filter>wtf\win</Filter>
    242242    </ClCompile>
    243     <ClCompile Include="..\wtf\glib\GMainLoopSource.cpp">
    244       <Filter>wtf\glib</Filter>
    245     </ClCompile>
    246243    <ClCompile Include="..\wtf\FastBitVector.cpp">
    247244      <Filter>wtf</Filter>
    248     </ClCompile>
    249     <ClCompile Include="..\wtf\glib\GThreadSafeMainLoopSource.cpp">
    250       <Filter>wtf\glib</Filter>
    251245    </ClCompile>
    252246    <ClCompile Include="..\wtf\RefCounter.cpp" />
     
    708702      <Filter>wtf</Filter>
    709703    </ClInclude>
    710     <ClInclude Include="..\wtf\glib\GMainLoopSource.h">
    711       <Filter>wtf\glib</Filter>
    712     </ClInclude>
    713704    <ClInclude Include="..\wtf\glib\GUniquePtr.h">
    714705      <Filter>wtf\glib</Filter>
     
    716707    <ClInclude Include="..\wtf\HashMethod.h">
    717708      <Filter>wtf</Filter>
    718     </ClInclude>
    719     <ClInclude Include="..\wtf\glib\GThreadSafeMainLoopSource.h">
    720       <Filter>wtf\glib</Filter>
    721709    </ClInclude>
    722710    <ClInclude Include="..\wtf\RefCounter.h" />
  • trunk/Source/WTF/wtf/PlatformEfl.cmake

    r185502 r192791  
    55    efl/WorkQueueEfl.cpp
    66
    7     glib/GMainLoopSource.cpp
    87    glib/GRefPtr.cpp
    9     glib/GThreadSafeMainLoopSource.cpp
    108)
    119
  • trunk/Source/WTF/wtf/PlatformGTK.cmake

    r185502 r192791  
    44list(APPEND WTF_SOURCES
    55    glib/GLibUtilities.cpp
    6     glib/GMainLoopSource.cpp
    76    glib/GRefPtr.cpp
    8     glib/GThreadSafeMainLoopSource.cpp
    97    glib/MainThreadGLib.cpp
    108    glib/RunLoopGLib.cpp
  • trunk/Tools/ChangeLog

    r192782 r192791  
     12015-11-30  Carlos Garcia Campos  <cgarcia@igalia.com>
     2
     3        [GLIB] Remove GMainLoopSource and GThreadSafeMainLoopSource
     4        https://bugs.webkit.org/show_bug.cgi?id=151633
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * TestWebKitAPI/PlatformGTK.cmake:
     9        * TestWebKitAPI/Tests/WTF/glib/GMainLoopSource.cpp: Removed.
     10
    1112015-11-27  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Tools/TestWebKitAPI/PlatformGTK.cmake

    r191103 r192791  
    161161
    162162list(APPEND TestWTF_SOURCES
    163     ${TESTWEBKITAPI_DIR}/Tests/WTF/glib/GMainLoopSource.cpp
    164163    ${TESTWEBKITAPI_DIR}/Tests/WTF/glib/GUniquePtr.cpp
    165164    ${TESTWEBKITAPI_DIR}/Tests/WTF/glib/WorkQueueGLib.cpp
Note: See TracChangeset for help on using the changeset viewer.