Changeset 142570 in webkit


Ignore:
Timestamp:
Feb 11, 2013 8:22:34 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

REGRESSION (r142549): Remove web intents code
https://bugs.webkit.org/show_bug.cgi?id=109532

Patch by KwangYong Choi <ky0.choi@samsung.com> on 2013-02-11
Reviewed by Nico Weber.

Remove remaning code related to web intents.

No new tests, no change on behavior.

  • UseJSC.cmake:
  • bindings/js/JSIntentConstructor.cpp: Removed.
Location:
trunk/Source/WebCore
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r142567 r142570  
     12013-02-11  KwangYong Choi  <ky0.choi@samsung.com>
     2
     3        REGRESSION (r142549): Remove web intents code
     4        https://bugs.webkit.org/show_bug.cgi?id=109532
     5
     6        Reviewed by Nico Weber.
     7
     8        Remove remaning code related to web intents.
     9
     10        No new tests, no change on behavior.
     11
     12        * UseJSC.cmake:
     13        * bindings/js/JSIntentConstructor.cpp: Removed.
     14
    1152013-02-11  Kenneth Russell  <kbr@google.com>
    216
  • trunk/Source/WebCore/UseJSC.cmake

    r141296 r142570  
    274274endif ()
    275275
    276 if (ENABLE_WEB_INTENTS)
    277     list(APPEND WebCore_SOURCES
    278         bindings/js/JSIntentConstructor.cpp
    279     )
    280 endif ()
    281 
    282276list(APPEND SCRIPTS_BINDINGS
    283277    ${WEBCORE_DIR}/bindings/scripts/CodeGenerator.pm
Note: See TracChangeset for help on using the changeset viewer.