Title: [107141] trunk/Tools
Revision
107141
Author
[email protected]
Date
2012-02-08 15:35:29 -0800 (Wed, 08 Feb 2012)

Log 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.

Modified Paths

Removed Paths

  • trunk/Tools/Scripts/webkitpy/thirdparty/simplejson/

Diff

Modified: trunk/Tools/ChangeLog (107140 => 107141)


--- trunk/Tools/ChangeLog	2012-02-08 23:34:09 UTC (rev 107140)
+++ trunk/Tools/ChangeLog	2012-02-08 23:35:29 UTC (rev 107141)
@@ -1,5 +1,26 @@
 2012-02-08  Adam Barth  <[email protected]>
 
+        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.
+
+2012-02-08  Adam Barth  <[email protected]>
+
         webkitpy still imports simplejson
         https://bugs.webkit.org/show_bug.cgi?id=78161
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to