Bug 93381 - [Chromium-Android][NRWT] Fix 2 FIXMEs in chromium_android.py
Summary: [Chromium-Android][NRWT] Fix 2 FIXMEs in chromium_android.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Xianzhu Wang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 11:45 PDT by Xianzhu Wang
Modified: 2012-08-07 12:52 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.91 KB, patch)
2012-08-07 11:53 PDT, Xianzhu Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.