Bug 23080 - Remove last vestiges of KJS references
Summary: Remove last vestiges of KJS references
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-02 11:32 PST by David Kilzer (:ddkilzer)
Modified: 2009-01-02 12:59 PST (History)
0 users

See Also:


Attachments
Patch v1 (50.70 KB, patch)
2009-01-02 11:34 PST, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-01-02 11:32:49 PST
* SUMMARY
There are still some leftover references to "KJS" after various renames and file moves.

* NOTES
Kill zem.  Kill zem all.
Comment 1 David Kilzer (:ddkilzer) 2009-01-02 11:34:50 PST
Created attachment 26372 [details]
Patch v1
Comment 2 David Kilzer (:ddkilzer) 2009-01-02 11:37:45 PST
(In reply to comment #1)
> Created an attachment (id=26372) [review]
> Patch v1

Note that prior copyright years were added based on commits by Apple employees in svn history.

Comment 3 Darin Adler 2009-01-02 12:40:03 PST
Comment on attachment 26372 [details]
Patch v1

r=me
Comment 4 David Kilzer (:ddkilzer) 2009-01-02 12:59:55 PST
$ git svn dcommit
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	JavaScriptCore/ChangeLog
	M	JavaScriptCore/DerivedSources.make
	M	JavaScriptCore/GNUmakefile.am
	M	JavaScriptCore/JavaScriptCore.pri
	M	JavaScriptCore/JavaScriptCoreSources.bkl
	M	JavaScriptCore/create_hash_table
	M	JavaScriptCore/jscore.bkl
	M	JavaScriptCore/parser/Grammar.y
	M	JavaScriptCore/parser/Lexer.cpp
	M	JavaScriptCore/parser/Parser.cpp
	M	JavaScriptCore/pcre/dftables
	M	JavaScriptCore/pcre/pcre_compile.cpp
	M	JavaScriptCore/pcre/pcre_exec.cpp
	M	JavaScriptCore/pcre/pcre_internal.h
	M	JavaScriptCore/pcre/pcre_tables.cpp
	M	JavaScriptCore/pcre/pcre_ucp_searchfuncs.cpp
	M	JavaScriptCore/pcre/pcre_xclass.cpp
	M	JavaScriptCore/runtime/Collector.h
	M	JavaScriptCore/runtime/CollectorHeapIterator.h
	M	JavaScriptCore/runtime/Identifier.h
	M	JavaScriptCore/runtime/JSFunction.h
	M	JavaScriptCore/runtime/JSGlobalObject.cpp
	M	JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
	M	JavaScriptCore/runtime/JSGlobalObjectFunctions.h
	M	JavaScriptCore/runtime/JSImmediate.h
	M	JavaScriptCore/runtime/JSLock.h
	M	JavaScriptCore/runtime/JSType.h
	M	JavaScriptCore/runtime/JSWrapperObject.h
	M	JavaScriptCore/runtime/Lookup.h
	M	JavaScriptCore/runtime/Operations.h
	M	JavaScriptCore/runtime/Protect.h
	M	JavaScriptCore/runtime/RegExp.h
	M	JavaScriptCore/runtime/UString.h
	M	JavaScriptCore/tests/mozilla/js1_5/Array/regress-157652.js
	M	JavaScriptCore/wrec/CharacterClassConstructor.cpp
	M	JavaScriptCore/wtf/unicode/Unicode.h
	M	JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h
	M	JavaScriptCore/wtf/unicode/qt4/UnicodeQt4.h
Committed r39554

http://trac.webkit.org/changeset/39554