Changeset 107141 in webkit


Ignore:
Timestamp:
Feb 8, 2012 3:35:29 PM (12 years ago)
Author:
abarth@webkit.org
Message:

Remove simplejson because it's no longer used by webkitpy
https://bugs.webkit.org/show_bug.cgi?id=78164

Reviewed by Eric Seidel.

All the importers of this code were removed in a previous patch.

  • Scripts/webkitpy/thirdparty/simplejson: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/LICENSE.txt: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/README.txt: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/init.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/_speedups.c: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/decoder.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/encoder.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/jsonfilter.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/ordered_dict.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/scanner.py: Removed.
  • Scripts/webkitpy/thirdparty/simplejson/tool.py: Removed.
Location:
trunk/Tools
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r107139 r107141  
     12012-02-08  Adam Barth  <abarth@webkit.org>
     2
     3        Remove simplejson because it's no longer used by webkitpy
     4        https://bugs.webkit.org/show_bug.cgi?id=78164
     5
     6        Reviewed by Eric Seidel.
     7
     8        All the importers of this code were removed in a previous patch.
     9
     10        * Scripts/webkitpy/thirdparty/simplejson: Removed.
     11        * Scripts/webkitpy/thirdparty/simplejson/LICENSE.txt: Removed.
     12        * Scripts/webkitpy/thirdparty/simplejson/README.txt: Removed.
     13        * Scripts/webkitpy/thirdparty/simplejson/__init__.py: Removed.
     14        * Scripts/webkitpy/thirdparty/simplejson/_speedups.c: Removed.
     15        * Scripts/webkitpy/thirdparty/simplejson/decoder.py: Removed.
     16        * Scripts/webkitpy/thirdparty/simplejson/encoder.py: Removed.
     17        * Scripts/webkitpy/thirdparty/simplejson/jsonfilter.py: Removed.
     18        * Scripts/webkitpy/thirdparty/simplejson/ordered_dict.py: Removed.
     19        * Scripts/webkitpy/thirdparty/simplejson/scanner.py: Removed.
     20        * Scripts/webkitpy/thirdparty/simplejson/tool.py: Removed.
     21
    1222012-02-08  Adam Barth  <abarth@webkit.org>
    223
Note: See TracChangeset for help on using the changeset viewer.