Bug 78164

Summary: Remove simplejson because it's no longer used by webkitpy
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71593    
Attachments:
Description Flags
Patch none

Description Adam Barth 2012-02-08 15:28:53 PST
Remove simplejson because it's no longer used by webkitpy
Comment 1 Adam Barth 2012-02-08 15:29:31 PST
Created attachment 126164 [details]
Patch
Comment 2 Adam Barth 2012-02-08 15:35:33 PST
Committed r107141: <http://trac.webkit.org/changeset/107141>
Comment 3 Csaba Osztrogonác 2012-02-20 08:14:48 PST
(In reply to comment #2)
> Committed r107141: <http://trac.webkit.org/changeset/107141>

Reopen, because this change broke the unittest of master.cfg:
File "./mastercfg_unittest.py", line 31, in _add_dependant_modules_to_sys_modules
    from webkitpy.thirdparty import simplejson
ImportError: cannot import name simplejson

Should we revert this change?
Comment 4 Adam Barth 2012-02-20 19:55:52 PST
Nope.

mastercfg_unittest should be changed to just import the built-in version of json.
Comment 5 Adam Barth 2012-02-20 20:13:37 PST
Fix for test in https://bugs.webkit.org/show_bug.cgi?id=79070