Changeset 97584 in webkit


Ignore:
Timestamp:
Oct 16, 2011 10:06:15 PM (13 years ago)
Author:
haraken@chromium.org
Message:

Generate EventSource constructor for JSC by [Constructor] IDL
https://bugs.webkit.org/show_bug.cgi?id=70212

Reviewed by Adam Barth.

Removed JSEventSourceCustom.cpp.

Tests: fast/dom/global-constructors.html

fast/eventsource/eventsource-constructor.html
fast/eventsource/eventsource-attribute-listeners.html

  • GNUmakefile.list.am: Removed JSEventSourceCustom.cpp.
  • UseJSC.cmake: Ditto.
  • WebCore.gypi: Ditto.
  • WebCore.pro: Ditto.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • bindings/js/JSBindingsAllInOne.cpp: Ditto.
  • bindings/js/JSEventSourceCustom.cpp: Removed this file.
  • page/EventSource.idl: Removed 'JSCustomConstructor' IDL.
Location:
trunk/Source/WebCore
Files:
1 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r97583 r97584  
     12011-10-16  Kentaro Hara  <haraken@chromium.org>
     2
     3        Generate EventSource constructor for JSC by [Constructor] IDL
     4        https://bugs.webkit.org/show_bug.cgi?id=70212
     5
     6        Reviewed by Adam Barth.
     7
     8        Removed JSEventSourceCustom.cpp.
     9
     10        Tests: fast/dom/global-constructors.html
     11               fast/eventsource/eventsource-constructor.html
     12               fast/eventsource/eventsource-attribute-listeners.html
     13
     14        * GNUmakefile.list.am: Removed JSEventSourceCustom.cpp.
     15        * UseJSC.cmake: Ditto.
     16        * WebCore.gypi: Ditto.
     17        * WebCore.pro: Ditto.
     18        * WebCore.xcodeproj/project.pbxproj: Ditto.
     19        * bindings/js/JSBindingsAllInOne.cpp: Ditto.
     20        * bindings/js/JSEventSourceCustom.cpp: Removed this file.
     21        * page/EventSource.idl: Removed 'JSCustomConstructor' IDL.
     22
    1232011-10-16  David Barr  <davidbarr@chromium.org>
    224
  • trunk/Source/WebCore/GNUmakefile.list.am

    r97583 r97584  
    731731        Source/WebCore/bindings/js/JSEventListener.cpp \
    732732        Source/WebCore/bindings/js/JSEventListener.h \
    733         Source/WebCore/bindings/js/JSEventSourceCustom.cpp \
    734733        Source/WebCore/bindings/js/JSEventTarget.cpp \
    735734        Source/WebCore/bindings/js/JSEventTarget.h \
  • trunk/Source/WebCore/UseJSC.cmake

    r97574 r97584  
    5555    bindings/js/JSEventCustom.cpp
    5656    bindings/js/JSEventListener.cpp
    57     bindings/js/JSEventSourceCustom.cpp
    5857    bindings/js/JSEventTarget.cpp
    5958    bindings/js/JSExceptionBase.cpp
  • trunk/Source/WebCore/WebCore.gypi

    r97583 r97584  
    18431843            'bindings/js/JSEventListener.cpp',
    18441844            'bindings/js/JSEventListener.h',
    1845             'bindings/js/JSEventSourceCustom.cpp',
    18461845            'bindings/js/JSEventTarget.cpp',
    18471846            'bindings/js/JSEventTarget.h',
  • trunk/Source/WebCore/WebCore.pro

    r97574 r97584  
    278278        bindings/js/JSEventCustom.cpp \
    279279        bindings/js/JSEventListener.cpp \
    280         bindings/js/JSEventSourceCustom.cpp \
    281280        bindings/js/JSEventTarget.cpp \
    282281        bindings/js/JSExceptionBase.cpp \
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r97583 r97584  
    49514951                BC275B7911C5D1C300C9206C /* JSWebKitPointCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC275B7811C5D1C300C9206C /* JSWebKitPointCustom.cpp */; };
    49524952                BC275B7D11C5D23500C9206C /* JSWebKitCSSMatrixCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC275B7C11C5D23500C9206C /* JSWebKitCSSMatrixCustom.cpp */; };
    4953                 BC275B8111C5D2B400C9206C /* JSEventSourceCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC275B8011C5D2B400C9206C /* JSEventSourceCustom.cpp */; };
    49544953                BC275CB311C5E85C00C9206C /* JSArrayBufferCustom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = BC275CB211C5E85C00C9206C /* JSArrayBufferCustom.cpp */; };
    49554954                BC2CBF4E140F1ABD003879BE /* JSWebGLContextEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2CBF4B140F1A65003879BE /* JSWebGLContextEvent.h */; };
     
    1220712206                BC275B7811C5D1C300C9206C /* JSWebKitPointCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitPointCustom.cpp; sourceTree = "<group>"; };
    1220812207                BC275B7C11C5D23500C9206C /* JSWebKitCSSMatrixCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSWebKitCSSMatrixCustom.cpp; sourceTree = "<group>"; };
    12209                 BC275B8011C5D2B400C9206C /* JSEventSourceCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSEventSourceCustom.cpp; sourceTree = "<group>"; };
    1221012208                BC275CB211C5E85C00C9206C /* JSArrayBufferCustom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = JSArrayBufferCustom.cpp; sourceTree = "<group>"; };
    1221112209                BC2CBF4B140F1A65003879BE /* JSWebGLContextEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSWebGLContextEvent.h; sourceTree = "<group>"; };
     
    1958619584                                893C485212499B06002B3D86 /* JSEntrySyncCustom.cpp */,
    1958719585                                BCEFAF4D0C317E6900FA81F6 /* JSEventCustom.cpp */,
    19588                                 BC275B8011C5D2B400C9206C /* JSEventSourceCustom.cpp */,
    1958919586                                2E7582ED12764F260062628B /* JSFileReaderCustom.cpp */,
    1959019587                                49EECF7210508D9C00099FAB /* JSFloat32ArrayCustom.cpp */,
     
    2611226109                                93B70D6909EB0C7C009D8468 /* JSEventListener.cpp in Sources */,
    2611326110                                E0FEF372B47C53EAC1C1FBEE /* JSEventSource.cpp in Sources */,
    26114                                 BC275B8111C5D2B400C9206C /* JSEventSourceCustom.cpp in Sources */,
    2611526111                                BC6090200E91B8EC000C68B5 /* JSEventTarget.cpp in Sources */,
    2611626112                                3314ACEB10892086000F0E56 /* JSExceptionBase.cpp in Sources */,
  • trunk/Source/WebCore/bindings/js/JSBindingsAllInOne.cpp

    r96073 r97584  
    7676#include "JSEventCustom.cpp"
    7777#include "JSEventListener.cpp"
    78 #include "JSEventSourceCustom.cpp"
    7978#include "JSEventTarget.cpp"
    8079#include "JSExceptionBase.cpp"
  • trunk/Source/WebCore/page/EventSource.idl

    r97424 r97584  
    3535        ActiveDOMObject,
    3636        CanBeConstructed,
    37         JSCustomConstructor,
    3837        ConstructorParameters=1,
    3938        Constructor(in DOMString scriptUrl),
Note: See TracChangeset for help on using the changeset viewer.