X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2FChangeLog;h=0903912415c9f30c8c308a90072eec4ceea50570;hp=cac2bd8187c4cb5b5da3d15eafc83b6e1af8f065;hb=5fc41ce20f509dcf99744e6ea037f480afdd77c5;hpb=64b0b4f288c09af5962ee89343c8feb91d92f74f diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index cac2bd8..0903912 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,27 @@ +2013-03-04 Andrey Lushnikov + + Web Inspector: add runtime flag to determine if inspector's source files were flattened. + https://bugs.webkit.org/show_bug.cgi?id=111184 + + Reviewed by Pavel Feldman. + + - Add a file "buildSystemOnly.js" which will be included into + devtools.html only by GYP build system. This script sets a single flag + which essentially means that inspector source files were run + through a build system and flattened. + - Update "importScript" and "registerRequiredCSS" functions to correct + paths according to the "flattenImports" flag. + + No new tests: no change in behaviour. + + * WebCore.gypi: + * inspector/front-end/CodeMirrorTextEditor.js: + (WebInspector.CodeMirrorTextEditor): + * inspector/front-end/View.js: + (WebInspector.View.prototype.registerRequiredCSS): + * inspector/front-end/buildSystemOnly.js: Added. + * inspector/front-end/utilities.js: + 2013-03-04 Vsevolod Vlasov Web Inspector: Fix front-end compilation