Bug 20704 - Replace the KJS namespace
Summary: Replace the KJS namespace
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Cameron Zwarich (cpst)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-07 15:22 PDT by Cameron Zwarich (cpst)
Modified: 2008-09-07 19:25 PDT (History)
0 users

See Also:


Attachments
Proposed patch (468.01 KB, patch)
2008-09-07 18:06 PDT, Cameron Zwarich (cpst)
mjs: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.