chromium-src-build/android
lgarron f792848af8 Rename WebsiteSettings code to PageInfo.
This was automated using a script [1] that does the following:
- Rename relevant files in the following folders from website_settings* to
  page_info*:
  - chrome/browser/ui/page_info
  - chrome/browser/ui/cocoa/page_info
  - chrome/browser/ui/views/page_info
  - chrome/browser/ui/android/page_info
  - chrome/android/java/res/layout
- Run `./tools/git/mass-rename.py` to update e.g. includes, build files, header
  guards.
  - mass-rename.py does not handle test files (https://crbug.com/701529) or
    Java, so those are handled separately, either in an early step are as part
    of the later renames.
  - `page_info_bubble_controller.h` needs a separate header guard fix.
- Use `sed` to rename classes, enums, non-UMA strings, and comments *WebsiteSettings* to *PageInfo* across the entire Chromium project.
  - Since several content settings classes are also called "WebsiteSettings", this is done by taking a full list of all occurrences of full tokens containing "WebsiteSettings", "website_settings", or "website settings" and whitelisting individual replacements.
  - To avoid modifying strings, all lines containing the relevant tokens *following at least one quote mark on the same line* are preserved, except two individually handled cases. There do not appear to be any affected multi-line strings.
- `git cl format`
- Remove two long-standing TODO comments about this rename, in:
  - PageInfoPopup.java
  - page_info_bubble_controller.h

This CL does not attempt to reflow comments; all changes stay within 80 lines, though.

[1] https://github.com/lgarron/website-settings-to-page-info/blob/master/page_info.fish

BUG=571506
TBR=jochen@chromium.org

Review-Url: https://codereview.chromium.org/2754383004
Cr-Original-Commit-Position: refs/heads/master@{#459562}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 617a30f35e5cec5df6c15a8d7fbb222cdbabcccc
2017-03-24 21:42:07 +00:00
..
ant [Android] Add gyp support for multidex. (RELAND) 2015-08-25 21:38:00 +00:00
binary_size Reland of Android: Add APK patch size estimates to resource_sizes.py. 2017-03-21 18:41:34 +00:00
docs Update EMMA code coverage documentation. 2016-10-18 09:02:32 +00:00
empty/src Add support for generating jars from protos and add cacheinvalidation_java. 2012-11-14 21:20:47 +00:00
findbugs_filter Add findbugs filter to exclude UiThreadTestRule in java tests 2017-03-22 16:18:41 +00:00
gn [android] Stop using isolate.py for data dependency management. (RELAND) 2016-11-18 22:55:16 +00:00
gradle Revert of Android: Support Android Studio 2.3 (patchset #2 id:20001 of https://codereview.chromium.org/2746103004/ ) 2017-03-17 19:59:19 +00:00
gyp [build/android] Fix device.RunShellCommand usages 2017-03-20 16:55:06 +00:00
incremental_install [build/android] Fix device.RunShellCommand usages 2017-03-20 16:55:06 +00:00
java_assertion_enabler [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. 2017-03-09 18:29:14 +00:00
lint Android: address lint warnings. 2017-02-22 23:36:14 +00:00
play_services Roll the Google Play Services SDK to v10.2.0 2017-02-20 02:31:33 +00:00
pylib Rename WebsiteSettings code to PageInfo. 2017-03-24 21:42:07 +00:00
render_tests Revert of Add failure screenshots and render test images to results detail. (patchset #8 id:130001 of https://codereview.chromium.org/2701473003/ ) 2017-03-09 02:10:42 +00:00
stacktrace Small fixes to stackwalker.py 2016-12-07 19:28:24 +00:00
test_wrapper (Reland) Use logdog butler subcommand to run tests. 2017-03-23 23:43:04 +00:00
tests/symbolize Add -bootclasspath argument to javac. 2015-07-08 13:09:48 +00:00
update_deps Fix minor problem for script that uploads third party jar to buckets 2016-08-24 20:46:02 +00:00
AndroidManifest.xml Bump targetSdkVersion to 24 (N). 2016-12-14 15:33:39 +00:00
BUILD.gn (Reland) Use logdog butler subcommand to run tests. 2017-03-23 23:43:04 +00:00
CheckInstallApk-debug.apk Stop build on failed device status check, apk install and add CheckInstall step. 2013-05-14 17:15:30 +00:00
OWNERS Add COMPONENT: Test>Android to several OWNERS files. 2017-02-02 16:41:24 +00:00
PRESUBMIT.py Add logdog_helper script. 2017-02-03 22:00:10 +00:00
adb_android_webview_command_line [build/android] Update adb_command_line.py to use flag_changer 2017-01-20 07:42:28 +00:00
adb_cast_shell_command_line [build/android] Update adb_command_line.py to use flag_changer 2017-01-20 07:42:28 +00:00
adb_chrome_public_command_line [build/android] Update adb_command_line.py to use flag_changer 2017-01-20 07:42:28 +00:00
adb_command_line.py [build/android] Remove --device-path option from adb_command_line.py 2017-03-02 17:58:57 +00:00
adb_content_shell_command_line [build/android] Update adb_command_line.py to use flag_changer 2017-01-20 07:42:28 +00:00
adb_device_functions.sh Make adb_device_loop return if no devices 2012-09-24 10:20:03 +00:00
adb_gdb adb_gdb: Successfully find toolchain for --target-arch=x86_64. 2016-11-11 16:56:49 +00:00
adb_gdb_android_webview_shell Add gdb script for android webview test shell 2013-04-18 06:02:40 +00:00
adb_gdb_chrome_public Add scripts to run, kill, debug, and set the command line for ChromePublic. 2015-05-29 16:06:47 +00:00
adb_gdb_content_shell Relanding "Add apk for running content_browsertests" 2013-01-29 21:55:55 +00:00
adb_gdb_cronet_sample - Copied existing C++ and Java JNI implementation. 2014-03-14 16:45:32 +00:00
adb_gdb_mojo_shell Pass app URL to mojo_shell on Android 2013-10-27 09:48:47 +00:00
adb_install_apk.py [Android] Add --adb-path option for tombstones.py. 2016-05-28 04:51:34 +00:00
adb_kill_android_webview_shell Add util scripts for killing android webview shell. 2015-01-21 00:58:34 +00:00
adb_kill_chrome_public Add scripts to run, kill, debug, and set the command line for ChromePublic. 2015-05-29 16:06:47 +00:00
adb_kill_content_shell [Android] Change object types from AndroidCommands to DeviceUtils in build/android/. 2014-04-10 19:37:30 +00:00
adb_logcat_monitor.py [Android] Fix new pylint errors in build/android/. 2014-11-19 15:41:56 +00:00
adb_logcat_printer.py Create output dir in logcat printer if it doesn't exist. 2016-03-25 19:31:34 +00:00
adb_profile_chrome Remove //tools/profile_chrome from Chromium repo 2016-02-26 00:48:40 +00:00
adb_profile_chrome_startup Remove //tools/profile_chrome from Chromium repo 2016-02-26 00:48:40 +00:00
adb_reverse_forwarder.py [Android] Switch adb_reverse_forwarder to argparse. 2016-09-23 02:43:03 +00:00
adb_run_android_webview_shell Don't quote the URL in intents sent by adb_run_*_shell. 2014-10-23 23:19:20 +00:00
adb_run_chrome_public Add scripts to run, kill, debug, and set the command line for ChromePublic. 2015-05-29 16:06:47 +00:00
adb_run_content_shell Don't quote the URL in intents sent by adb_run_*_shell. 2014-10-23 23:19:20 +00:00
adb_run_mojo_shell Add ability to pass through parameter from adb_run_mojo_shell 2014-12-09 20:51:09 +00:00
adb_run_system_webview_shell [Android] Add adb_run_system_webview_shell. 2015-10-16 16:57:29 +00:00
adb_system_webview_command_line [build/android] Update adb_command_line.py to use flag_changer 2017-01-20 07:42:28 +00:00
android_only_explicit_jni_exports.lst Reland of Android: Use linker script to hide all non-JNI symbols 2017-02-15 17:20:56 +00:00
android_only_jni_exports.lst Reland of Android: Use linker script to hide all non-JNI symbols 2017-02-15 17:20:56 +00:00
asan_symbolize.py Fix logcat regex in asan stack trace symbolizer. 2016-02-16 16:19:52 +00:00
avd.py Add wait option in avd.py to wait for emulators to finish booting 2016-02-25 22:57:00 +00:00
devil_chromium.json Reland of Upgrade to new Android SDK. (patchset #1 id:1 of https://codereview.chromium.org/2438913004/ ) 2016-10-25 23:48:43 +00:00
devil_chromium.py [Android] Use local build of chromium_commands.dex.jar in chromium tests. 2016-12-19 20:21:14 +00:00
download_doclava.py [Cronet] Use doclava to build Cronet Javadocs 2016-04-15 18:37:41 +00:00
emma_coverage_stats.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
emma_coverage_stats_test.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
empty_proguard.flags Split apk-build.xml into 3 steps 2013-03-26 17:35:21 +00:00
enable_asserts.py [build/android] Fix device.RunShellCommand usages 2017-03-20 16:55:06 +00:00
envsetup.sh [Android] Add the SDK utility path in env setup for android. 2014-11-19 02:03:00 +00:00
findbugs_diff.py Fix android depfiles to always list GN's outputs[0] 2016-09-14 02:06:20 +00:00
generate_emma_html.py Output coverage reports in UTF8. 2016-10-17 16:56:09 +00:00
host_heartbeat.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
install_emulator_deps.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
lighttpd_server.py [Android] Add a custom pylintrc for build/android/. 2015-09-08 16:45:52 +00:00
main_dex_classes.flags Ensure EMMA classes are put into the main classes.dex 2016-01-06 02:00:01 +00:00
method_count.py Reland #2 of Add dex info and static initializers to resource_sizes.py 2016-09-01 18:47:24 +00:00
provision_devices.py Log exception in Chromium provision_devices.py script. 2017-01-13 17:09:14 +00:00
pylintrc [Android] Add a configurable environment for devil/. (RELAND 2) 2015-12-04 14:28:57 +00:00
resource_sizes.py Add optional --no-static-initializer-check to resource_sizes.py 2017-03-23 16:39:59 +00:00
screenshot.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
test_runner.py (Reland) Use logdog butler subcommand to run tests. 2017-03-23 23:43:04 +00:00
test_runner.pydeps Revert of Add failure screenshots and render test images to results detail. (patchset #8 id:130001 of https://codereview.chromium.org/2701473003/ ) 2017-03-09 02:10:42 +00:00
tombstones.py Add logdog_helper script. 2017-02-03 22:00:10 +00:00
update_verification.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00
video_recorder.py [Android] Prepare build/android/ for catapult+devil. 2016-01-11 16:23:48 +00:00