Bug 20704

Summary: Replace the KJS namespace
Product: WebKit Reporter: Cameron Zwarich (cpst) <zwarich>
Component: JavaScriptCoreAssignee: Cameron Zwarich (cpst) <zwarich>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed patch mjs: review+

Description Cameron Zwarich (cpst) 2008-09-07 15:22:57 PDT
We should remove the namespace and replace it with something else. JSC seems to be the current winner.
Comment 1 Cameron Zwarich (cpst) 2008-09-07 18:06:13 PDT
Created attachment 23234 [details]
Proposed patch

Here is a patch that changes KJS to JSC. I just recently built clean Debug and Release builds on the Mac, and the revisions since should not affect anything. I'll be around to fix any build failures on the bots.
Comment 2 Maciej Stachowiak 2008-09-07 18:17:53 PDT
Comment on attachment 23234 [details]
Proposed patch

r=me

I did not read in great detail but on skimming I did not see problems.
Comment 3 Cameron Zwarich (cpst) 2008-09-07 19:25:34 PDT
Landed in r36263.