Sorry about that - it was git's decision. Pavel
On Mon, Dec 21, 2009 at 6:24 PM, Dan Bernstein <[email protected]> wrote: > > On Dec 21, 2009, at 3:00 AM, [email protected] wrote: > > Revision 52439 <http://trac.webkit.org/projects/webkit/changeset/52439> > Author [email protected] Date 2009-12-21 03:00:06 -0800 (Mon, 21 Dec > 2009) Log Message > > 2009-12-20 Pavel Feldman <[email protected]> > > 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. >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

