[Webkit-unassigned] [Bug 93381] New: [Chromium-Android][NRWT] Fix 2 FIXMEs in chromium_android.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 7 11:45:35 PDT 2012


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

           Summary: [Chromium-Android][NRWT] Fix 2 FIXMEs in
                    chromium_android.py
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Android
        OS/Version: Android
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: abarth at webkit.org, dpranke at chromium.org,
                    peter at chromium.org


Fix the following 2 FIXMEs in chromium_android.py:

# FIXME: Find a solution for multi-core devices.
SCALING_GOVERNOR = "/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor"

# FIXME: Temporarily push pak and resources under the original /data/drt/ directory.
# Remove the following two lines after landing the chromium side of change.
self._push_to_device(self._port._build_path('DumpRenderTree.pak'), '/data/drt/DumpRenderTree.pak')
self._push_to_device(self._port._build_path('DumpRenderTree_resources'), '/data/drt/DumpRenderTree_resources')

-- 
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