Ignore:
Timestamp:
Oct 21, 2011, 3:26:05 AM (14 years ago)
Author:
Simon Hausmann
Message:

Remove QtScript source code from WebKit.
https://bugs.webkit.org/show_bug.cgi?id=64088

Reviewed by Tor Arne Vestbø.

Removed dead code that isn't developed anymore.

.:

  • Source/WebKit.pro:

Source/JavaScriptCore:

  • JavaScriptCore.gypi:
  • JavaScriptCore.pri:
  • qt/api/QtScript.pro: Removed.
  • qt/api/qscriptconverter_p.h: Removed.
  • qt/api/qscriptengine.cpp: Removed.
  • qt/api/qscriptengine.h: Removed.
  • qt/api/qscriptengine_p.cpp: Removed.
  • qt/api/qscriptengine_p.h: Removed.
  • qt/api/qscriptfunction.cpp: Removed.
  • qt/api/qscriptfunction_p.h: Removed.
  • qt/api/qscriptoriginalglobalobject_p.h: Removed.
  • qt/api/qscriptprogram.cpp: Removed.
  • qt/api/qscriptprogram.h: Removed.
  • qt/api/qscriptprogram_p.h: Removed.
  • qt/api/qscriptstring.cpp: Removed.
  • qt/api/qscriptstring.h: Removed.
  • qt/api/qscriptstring_p.h: Removed.
  • qt/api/qscriptsyntaxcheckresult.cpp: Removed.
  • qt/api/qscriptsyntaxcheckresult.h: Removed.
  • qt/api/qscriptsyntaxcheckresult_p.h: Removed.
  • qt/api/qscriptvalue.cpp: Removed.
  • qt/api/qscriptvalue.h: Removed.
  • qt/api/qscriptvalue_p.h: Removed.
  • qt/api/qscriptvalueiterator.cpp: Removed.
  • qt/api/qscriptvalueiterator.h: Removed.
  • qt/api/qscriptvalueiterator_p.h: Removed.
  • qt/api/qtscriptglobal.h: Removed.
  • qt/benchmarks/benchmarks.pri: Removed.
  • qt/benchmarks/benchmarks.pro: Removed.
  • qt/benchmarks/qscriptengine/qscriptengine.pro: Removed.
  • qt/benchmarks/qscriptengine/tst_qscriptengine.cpp: Removed.
  • qt/benchmarks/qscriptvalue/qscriptvalue.pro: Removed.
  • qt/benchmarks/qscriptvalue/tst_qscriptvalue.cpp: Removed.
  • qt/tests/qscriptengine/qscriptengine.pro: Removed.
  • qt/tests/qscriptengine/tst_qscriptengine.cpp: Removed.
  • qt/tests/qscriptstring/qscriptstring.pro: Removed.
  • qt/tests/qscriptstring/tst_qscriptstring.cpp: Removed.
  • qt/tests/qscriptvalue/qscriptvalue.pro: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue.cpp: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue.h: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue_generated_comparison.cpp: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue_generated_init.cpp: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue_generated_istype.cpp: Removed.
  • qt/tests/qscriptvalue/tst_qscriptvalue_generated_totype.cpp: Removed.
  • qt/tests/qscriptvalueiterator/qscriptvalueiterator.pro: Removed.
  • qt/tests/qscriptvalueiterator/tst_qscriptvalueiterator.cpp: Removed.
  • qt/tests/tests.pri: Removed.
  • qt/tests/tests.pro: Removed.

Tools:

  • Scripts/webkitpy/style/checker_unittest.py:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.gypi

    r97894 r98093  
    433433            'profiler/ProfileNode.cpp',
    434434            'profiler/Profiler.cpp',
    435             'qt/api/qscriptconverter_p.h',
    436             'qt/api/qscriptengine.cpp',
    437             'qt/api/qscriptengine.h',
    438             'qt/api/qscriptengine_p.cpp',
    439             'qt/api/qscriptengine_p.h',
    440             'qt/api/qscriptfunction.cpp',
    441             'qt/api/qscriptfunction_p.h',
    442             'qt/api/qscriptoriginalglobalobject_p.h',
    443             'qt/api/qscriptprogram.cpp',
    444             'qt/api/qscriptprogram.h',
    445             'qt/api/qscriptprogram_p.h',
    446             'qt/api/qscriptstring.cpp',
    447             'qt/api/qscriptstring.h',
    448             'qt/api/qscriptstring_p.h',
    449             'qt/api/qscriptsyntaxcheckresult.cpp',
    450             'qt/api/qscriptsyntaxcheckresult.h',
    451             'qt/api/qscriptsyntaxcheckresult_p.h',
    452             'qt/api/qscriptvalue.cpp',
    453             'qt/api/qscriptvalue.h',
    454             'qt/api/qscriptvalue_p.h',
    455             'qt/api/qscriptvalueiterator.cpp',
    456             'qt/api/qscriptvalueiterator.h',
    457             'qt/api/qscriptvalueiterator_p.h',
    458             'qt/api/qtscriptglobal.h',
    459             'qt/benchmarks/qscriptengine/tst_qscriptengine.cpp',
    460             'qt/benchmarks/qscriptvalue/tst_qscriptvalue.cpp',
    461             'qt/tests/qscriptengine/tst_qscriptengine.cpp',
    462             'qt/tests/qscriptstring/tst_qscriptstring.cpp',
    463             'qt/tests/qscriptvalue/tst_qscriptvalue.cpp',
    464             'qt/tests/qscriptvalue/tst_qscriptvalue.h',
    465             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_comparison.cpp',
    466             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_init.cpp',
    467             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_istype.cpp',
    468             'qt/tests/qscriptvalue/tst_qscriptvalue_generated_totype.cpp',
    469             'qt/tests/qscriptvalueiterator/tst_qscriptvalueiterator.cpp',
    470435            'runtime/ArgList.cpp',
    471436            'runtime/Arguments.cpp',
Note: See TracChangeset for help on using the changeset viewer.