Bug 93381

Summary: [Chromium-Android][NRWT] Fix 2 FIXMEs in chromium_android.py
Product: WebKit Reporter: Xianzhu Wang <wangxianzhu>
Component: Layout and RenderingAssignee: Xianzhu Wang <wangxianzhu>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dpranke, ojan, peter, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Android   
OS: Android   
Attachments:
Description Flags
Patch none

Description Xianzhu Wang 2012-08-07 11:45:58 PDT
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')
Comment 1 Xianzhu Wang 2012-08-07 11:53:44 PDT
Created attachment 156968 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-07 12:52:30 PDT
Comment on attachment 156968 [details]
Patch

Clearing flags on attachment: 156968

Committed r124909: <http://trac.webkit.org/changeset/124909>
Comment 3 WebKit Review Bot 2012-08-07 12:52:34 PDT
All reviewed patches have been landed.  Closing bug.