Changeset 148093 in webkit


Ignore:
Timestamp:
Apr 10, 2013 7:36:00 AM (11 years ago)
Author:
l.gombos@samsung.com
Message:

Remove ENABLE_3D_PLUGIN
https://bugs.webkit.org/show_bug.cgi?id=108002

Source/WebCore:

Remove ENABLE_3D_PLUGIN, it was only used by Chromium.

Reviewed by Antti Koivisto.

No new tests, removing dead code.

  • loader/SubframeLoader.cpp:

(WebCore::SubframeLoader::loadPlugin):

Source/WTF:

Reviewed by Antti Koivisto.

Remove ENABLE_3D_PLUGIN, it was only used by Chromium.

  • wtf/FeatureDefines.h:
Location:
trunk/Source
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r148004 r148093  
     12013-04-10  Laszlo Gombos  <l.gombos@samsung.com>
     2
     3        Remove ENABLE_3D_PLUGIN
     4        https://bugs.webkit.org/show_bug.cgi?id=108002
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Remove ENABLE_3D_PLUGIN, it was only used by Chromium.
     9
     10        * wtf/FeatureDefines.h:
     11
    1122013-04-09  Patrick Gansterer  <paroga@webkit.org>
    213
  • trunk/Source/WTF/wtf/FeatureDefines.h

    r147979 r148093  
    296296/* Do not use PLATFORM() tests in this section ! */
    297297
    298 #if !defined(ENABLE_3D_PLUGIN)
    299 #define ENABLE_3D_PLUGIN 0
    300 #endif
    301 
    302298#if !defined(ENABLE_3D_RENDERING)
    303299#define ENABLE_3D_RENDERING 0
  • trunk/Source/WebCore/ChangeLog

    r148090 r148093  
     12013-04-10  Laszlo Gombos  <l.gombos@samsung.com>
     2
     3        Remove ENABLE_3D_PLUGIN
     4        https://bugs.webkit.org/show_bug.cgi?id=108002
     5
     6        Remove ENABLE_3D_PLUGIN, it was only used by Chromium.
     7
     8        Reviewed by Antti Koivisto.
     9
     10        No new tests, removing dead code.
     11
     12        * loader/SubframeLoader.cpp:
     13        (WebCore::SubframeLoader::loadPlugin):
     14
    1152013-04-10  Noam Rosenthal  <noam@webkit.org>
    216
  • trunk/Source/WebCore/loader/SubframeLoader.cpp

    r144568 r148093  
    466466    m_containsPlugins = true;
    467467 
    468 #if ENABLE(PLUGIN_PROXY_FOR_VIDEO) || ENABLE(3D_PLUGIN)
     468#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
    469469    pluginElement->setNeedsStyleRecalc(SyntheticStyleChange);
    470470#endif
Note: See TracChangeset for help on using the changeset viewer.