[Webkit-unassigned] [Bug 111581] New: Web Inspector: fix closure compiler warnings in the profiler code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 6 07:48:09 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111581

           Summary: Web Inspector: fix closure compiler warnings in the
                    profiler code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


./Source/WebCore/inspector/compile-front-end.py 
Source/WebCore/inspector/front-end/FlameChart.js:202: WARNING - Type annotations are not allowed here. Are you missing parentheses?
        var levelOffsets = /** @type {Array.<!number>} */ [0];
^

Source/WebCore/inspector/front-end/ProfileLauncherView.js:200: WARNING - Property liveNativeMemoryChart never defined on WebInspector.experimentsSettings
    if (WebInspector.experimentsSettings.liveNativeMemoryChart.isEnabled()) {
        ^

Source/WebCore/inspector/front-end/ProfileLauncherView.js:203: WARNING - Property NativeMemoryBarChart never defined on WebInspector
        this._nativeMemoryLiveChart = new WebInspector.NativeMemoryBarChart();
                                          ^

0 error(s), 3 warning(s), 81.0% typed
Compiling InjectedScriptSource.js...
Source/WebCore/inspector/InjectedScriptSourceTmp.js:226: WARNING - Property objectId never defined on InjectedScriptHost
        var id = InjectedScriptHost.objectId(object);
                 ^

Source/WebCore/inspector/InjectedScriptSourceTmp.js:376: WARNING - Property releaseObjectId never defined on InjectedScriptHost
            InjectedScriptHost.releaseObjectId(object);
            ^

0 error(s), 2 warning(s), 90.3% typed
Compiling InjectedScriptCanvasModuleSource.js...
0 error(s), 0 warning(s), 92.4% typed

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list