diff options
author | Kristian Monsen <kristianm@google.com> | 2011-11-11 15:53:47 +0000 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-11-11 15:58:17 +0000 |
commit | ba71c0463a03b57b115cd030d106e002bff5db5d (patch) | |
tree | af229fc2a065fa872d95cc8e1b4bd36b6fbad81b /res | |
parent | 1a1ca9a634ab50225d80592022084dbbade02c4d (diff) | |
download | packages_apps_browser-ba71c0463a03b57b115cd030d106e002bff5db5d.zip packages_apps_browser-ba71c0463a03b57b115cd030d106e002bff5db5d.tar.gz packages_apps_browser-ba71c0463a03b57b115cd030d106e002bff5db5d.tar.bz2 |
Remove dump V8 counters from browser debug menu
Removing the function from the WebView. This is a private function,
and to do anything useful WebCore had to be recompiled with the
special ANDROID_INSTRUMENTATION option.
Needed by https://android-git.corp.google.com/g/#/c/148912/
There is a bug for fixing ANDROID_INSTRUMENTATION:
bug 2816327
Since this has not been used for more than a year, removing
this option instead of fixing.
Change-Id: Ib5033a377a388d2ab211407aefe4b4932b441b76
Diffstat (limited to 'res')
-rw-r--r-- | res/menu/browser.xml | 4 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/res/menu/browser.xml b/res/menu/browser.xml index bf95574..2886aa7 100644 --- a/res/menu/browser.xml +++ b/res/menu/browser.xml @@ -91,10 +91,6 @@ android:id="@+id/dump_nav_menu_id" android:title="@string/dump_nav" android:visible="false" /> - <item - android:id="@+id/dump_counters_menu_id" - android:title="@string/dump_counters" - android:visible="false" /> </group> <group android:id="@+id/MAIN_SHORTCUT_MENU" android:visible="false"> <item android:id="@+id/view_downloads_menu_id" diff --git a/res/values/strings.xml b/res/values/strings.xml index 1e5f68f..1daa43f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -762,8 +762,6 @@ <!-- Do not translate. Testing only --> <string name="dump_nav" translatable="false">Dump navigation cache</string> - <!-- Do not translate. Testing only --> - <string name="dump_counters" translatable="false">Dump V8 counters</string> <!-- The default homepage. If it starts with "http://www.google" and the user signs up the device with a Google sites account, the site's |