[webkit-dev] [webkit-changes] [52439] trunk/WebCore
Dan Bernstein
mitz at apple.com
Mon Dec 21 07:24:42 PST 2009
On Dec 21, 2009, at 3:00 AM, pfeldman at chromium.org wrote:
> Revision
> 52439
> Author
> pfeldman at chromium.org
> Date
> 2009-12-21 03:00:06 -0800 (Mon, 21 Dec 2009)
> Log Message
>
> 2009-12-20 Pavel Feldman <pfeldman at chromium.org>
>
> Reviewed by Eric Seidel.
>
> Web Inspector: extract syntax highlighters into separate files.
>
> https://bugs.webkit.org/show_bug.cgi?id=32803
>
> * WebCore.gypi:
> * WebCore.vcproj/WebCore.vcproj:
> * inspector/front-end/CSSSourceSyntaxHighlighter.js: Added.
> (WebInspector.CSSSourceSyntaxHighlighter):
> * inspector/front-end/JavaScriptSourceSyntaxHighlighter.js: Added.
> (WebInspector.JavaScriptSourceSyntaxHighlighter):
> (WebInspector.JavaScriptSourceSyntaxHighlighter.):
> * inspector/front-end/SourceFrame.js:
> * inspector/front-end/SourceSyntaxHighlighter.js: Added.
> (WebInspector.SourceSyntaxHighlighter):
> (WebInspector.SourceSyntaxHighlighter.prototype.createSpan):
> (WebInspector.SourceSyntaxHighlighter.prototype.process.processChunk):
> (WebInspector.SourceSyntaxHighlighter.prototype.process.moveToNextLine):
> (WebInspector.SourceSyntaxHighlighter.prototype.process):
> (WebInspector.SourceSyntaxHighlighter.prototype.lex):
> (WebInspector.SourceSyntaxHighlighter.prototype.appendNonToken):
> (WebInspector.SourceSyntaxHighlighter.prototype.syntaxHighlightNode):
> * inspector/front-end/WebKit.qrc:
> * inspector/front-end/inspector.html:
> Modified Paths
>
> trunk/WebCore/ChangeLog
> trunk/WebCore/WebCore.gypi
> trunk/WebCore/WebCore.vcproj/WebCore.vcproj
> trunk/WebCore/inspector/front-end/SourceFrame.js
> trunk/WebCore/inspector/front-end/WebKit.qrc
> trunk/WebCore/inspector/front-end/inspector.html
> Added Paths
>
> trunk/WebCore/inspector/front-end/CSSSourceSyntaxHighlighter.js
> trunk/WebCore/inspector/front-end/JavaScriptSourceSyntaxHighlighter.js
> trunk/WebCore/inspector/front-end/SourceSyntaxHighlighter.js
The preferred way to make this sort of change is to use 'svn copy' in order to preserve the history of the code being moved.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20091221/8aea9e7f/attachment.html>
More information about the webkit-dev
mailing list