Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed)

Created:
5 years, 7 months ago by newt (away)
Modified:
5 years, 4 months ago
CC:
chromium-reviews, davidben+watch_chromium.org, asanka, cbentzel+watch_chromium.org, sadrul, zea+watch_chromium.org, feature-media-reviews_chromium.org, tburkard+watch_chromium.org, tfarina, maxbogue+watch_chromium.org, mcasas+watch_chromium.org, gavinp+prer_chromium.org, plaree+watch_chromium.org, pvalenzuela+watch_chromium.org, posciak+watch_chromium.org, kalyank, benjhayden+dwatch_chromium.org, wjia+watch_chromium.org, tim+watch_chromium.org, maniscalco+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Upstream oodles of Chrome for Android code into Chromium. This adds plenty of Android-specific code (Java, C++, and resources) in a few new folders: - chrome/android/java_staging: will be merged into chrome/android/java in the nearish future - chrome/android/javatests: chrome/android/javatests_shell will be merged into here incrementally as ChromeShell tests are converted to run against ChromePublic - chrome/test/android/javatests_staging: will be merged into chrome/test/android/javatests in the nearish future There are two important new build targets: chrome_public_apk and chrome_public_test_apk. chrome_public_apk is similar to chrome_shell_apk, but with even more features. Expected effect on bot times: The new tests take about 5 minutes to run. Initially they'll be enabled on an FYI bot, but will soon be moved to the CQ and main bots. BUG=484934 R=cjhopman@chromium.org, jianli@chromium.org, maruel@chromium.org, mnaganov@chromium.org, sclittle@chromium.org, tedchoc@chromium.org, yfriedman@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/7497635a7cfdae2866d2aa7a3bd2894c895b8360

Patch Set 1 #

Patch Set 2 : ChromePublic -> ChromeShell #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : fix protoc #

Patch Set 6 : fix proguard #

Patch Set 7 : #

Patch Set 8 : fixed debug builds and some tests #

Patch Set 9 : added isolate file, package name -> org.chromium.chrome #

Patch Set 10 : patch without ChromePublic -> ChromeShell renaming (tests won't run, but it reflects what will actu… #

Patch Set 11 : #

Patch Set 12 : fix deps #

Patch Set 13 : #

Patch Set 14 : final patch? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118661 lines, -181 lines) Patch
M build/all.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/android/chrome_apk.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +456 lines, -0 lines 0 comments Download
A chrome/android/chrome_apk.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/android/java_staging/.gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +577 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/android/java_staging/proguard.flags View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +119 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java_staging/res/anim/snackbar_in.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/anim/snackbar_out.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/color/eb_drawer_text_color.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/color/snack_bar_button_color.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/android/java_staging/res/drawable-hdpi/audio_playing.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bg_find_toolbar_popup.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bg_tabstrip_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bg_tabstrip_incognito_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bg_tabstrip_incognito_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bg_tabstrip_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/blue_google_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/bookmarks_widget_thumb_selector_pressed.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/border_thumb_bookmarks_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/breadcrumb_arrow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/browser_thumbnail.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_chevron_left.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_delete_url.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_mic.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_new_tab_incognito_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_new_tab_incognito_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_new_tab_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_new_tab_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_recents.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tab_close_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tab_close_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tab_close_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tab_close_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_switch_incognito.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_tabstrip_switch_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/btn_toolbar_home.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/contextual_search_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/contextual_search_bar_shadow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/default_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/default_favicon_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_add_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_back_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_bookmarks_bar.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_cancel_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_check_blue.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_check_gray.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_check_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_delete_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_edit_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_edit_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_grid_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_item_more.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_item_tile.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_list_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_logo_large.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_managed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_mobile.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_move_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/eb_others.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/history_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_bookmark_widget_bookmark_holo_dark.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_most_visited_placeholder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_omnibox_page.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_suggestion_history.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/incognito_splash.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/logo_card_back.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/more_horiz.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/omnibox_https_invalid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/omnibox_https_valid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/omnibox_https_valid_light.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/omnibox_https_warning.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/overlay_url_bookmark_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/progress_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-hdpi/progress_bar_background_white.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/progress_bar_foreground.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-hdpi/reader_mode_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/reader_mode_prefs_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/recent_laptop.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/recent_phone.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/recent_recently_closed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/recent_tablet.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/tabswitcher_border_frame.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/tabswitcher_border_frame_decoration.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/tabswitcher_border_frame_incognito.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/tabswitcher_border_frame_shadow.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/textbox.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/thumbnail_bookmarks_widget_no_bookmark_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/toolbar_shadow_focused.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/toolbar_shadow_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/webrtc_audio.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-hdpi/webrtc_video.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-hdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-mdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-sw600dp-tvdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-sw600dp-xhdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xhdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxhdpi-v17/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-ldrtl-xxxhdpi-v17/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-mdpi/audio_playing.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bg_find_toolbar_popup.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bg_tabstrip_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bg_tabstrip_incognito_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bg_tabstrip_incognito_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bg_tabstrip_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/blue_google_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/bookmarks_widget_thumb_selector_pressed.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/border_thumb_bookmarks_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-mdpi/breadcrumb_arrow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/browser_thumbnail.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_chevron_left.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_delete_url.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_mic.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_new_tab_incognito_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_new_tab_incognito_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_new_tab_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_new_tab_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_recents.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tab_close_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tab_close_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tab_close_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tab_close_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_switch_incognito.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_tabstrip_switch_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/btn_toolbar_home.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/contextual_search_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/contextual_search_bar_shadow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/default_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/default_favicon_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_add_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_back_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_bookmarks_bar.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_cancel_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_check_blue.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_check_gray.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_check_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_delete_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_edit_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_edit_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_grid_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_item_more.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_item_tile.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_list_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_logo_large.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_managed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_mobile.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_move_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/eb_others.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/history_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_bookmark_widget_bookmark_holo_dark.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_most_visited_placeholder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_omnibox_page.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_suggestion_history.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/incognito_splash.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/logo_card_back.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/more_horiz.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/omnibox_https_invalid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/omnibox_https_valid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/omnibox_https_valid_light.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/omnibox_https_warning.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/overlay_url_bookmark_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/progress_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/progress_bar_background_white.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/progress_bar_foreground.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/reader_mode_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-mdpi/reader_mode_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/reader_mode_prefs_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/recent_laptop.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/recent_phone.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/recent_recently_closed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/recent_tablet.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabs_moved_htc.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabs_moved_nexus.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabs_moved_samsung.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabswitcher_border_frame.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabswitcher_border_frame_decoration.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabswitcher_border_frame_incognito.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/tabswitcher_border_frame_shadow.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/textbox.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/thumbnail_bookmarks_widget_no_bookmark_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/toolbar_shadow_focused.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/toolbar_shadow_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/webrtc_audio.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-mdpi/webrtc_video.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-nodpi/bg_bookmarks_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-nodpi/bookmark_widget_preview.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-hdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-mdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-tvdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-xhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-xhdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-xxhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp-xxxhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-sw600dp/bg_white_dialog.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +7 lines, -4 lines 0 comments Download
A + chrome/android/java_staging/res/drawable-sw600dp/toolbar_shadow.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable-sw600dp/window_background.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable-sw720dp-v19/window_background.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable-sw720dp/window_background.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi-v21/ic_vidcontrol_play.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xhdpi/audio_playing.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bg_find_toolbar_popup.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bg_tabstrip_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bg_tabstrip_incognito_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bg_tabstrip_incognito_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bg_tabstrip_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/blue_google_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/bookmarks_widget_thumb_selector_pressed.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/border_thumb_bookmarks_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/breadcrumb_arrow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/browser_thumbnail.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xhdpi/btn_chevron_left.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_delete_url.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_mic.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_new_tab_incognito_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_new_tab_incognito_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_new_tab_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_new_tab_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_recents.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tab_close_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tab_close_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tab_close_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tab_close_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_switch_incognito.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_tabstrip_switch_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/btn_toolbar_home.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/contextual_search_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/contextual_search_bar_shadow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/default_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/default_favicon_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_add_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_back_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_bookmarks_bar.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_cancel_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_check_blue.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_check_gray.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_check_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_delete_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_edit_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_edit_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_grid_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_item_more.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_item_tile.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_list_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_logo_large.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_managed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_mobile.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_move_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/eb_others.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/history_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_bookmark_widget_bookmark_holo_dark.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_most_visited_placeholder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_omnibox_page.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_suggestion_history.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/incognito_splash.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/logo_card_back.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/more_horiz.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/omnibox_https_invalid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/omnibox_https_valid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/omnibox_https_valid_light.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/omnibox_https_warning.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/overlay_url_bookmark_widget_holo.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/progress_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/progress_bar_background_white.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/progress_bar_foreground.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xhdpi/reader_mode_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/reader_mode_prefs_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/recent_laptop.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/recent_phone.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/recent_recently_closed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/recent_tablet.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/tabswitcher_border_frame.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/tabswitcher_border_frame_decoration.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/tabswitcher_border_frame_incognito.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/tabswitcher_border_frame_shadow.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/textbox.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/thumb_bookmark_widget_folder_back_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/thumb_bookmark_widget_folder_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/thumbnail_bookmarks_widget_no_bookmark_holo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/toolbar_shadow_focused.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/toolbar_shadow_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/webrtc_audio.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xhdpi/webrtc_video.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxhdpi/audio_playing.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/bg_find_toolbar_popup.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/bg_tabstrip_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/bg_tabstrip_incognito_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/bg_tabstrip_incognito_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/bg_tabstrip_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/blue_google_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/breadcrumb_arrow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_chevron_left.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_delete_url.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_mic.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_new_tab_incognito_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_new_tab_incognito_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_new_tab_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_new_tab_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_recents.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tab_close_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tab_close_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tab_close_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tab_close_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_switch_incognito.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_tabstrip_switch_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/btn_toolbar_home.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/contextual_search_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/contextual_search_bar_shadow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/default_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/default_favicon_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_add_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_back_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_bookmarks_bar.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_cancel_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_check_blue.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_check_gray.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_check_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_delete_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_edit_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_edit_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_grid_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_item_more.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_item_tile.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_list_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_logo_large.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_managed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_mobile.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_move_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/eb_others.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/history_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_most_visited_placeholder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_omnibox_page.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_suggestion_history.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/incognito_splash.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/more_horiz.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/omnibox_https_invalid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/omnibox_https_valid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/omnibox_https_valid_light.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/omnibox_https_warning.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/progress_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/progress_bar_background_white.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/progress_bar_foreground.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxhdpi/reader_mode_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/reader_mode_prefs_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/recent_laptop.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/recent_phone.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/recent_recently_closed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/recent_tablet.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_htc.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_nexus.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabs_moved_samsung.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabswitcher_border_frame.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabswitcher_border_frame_decoration.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabswitcher_border_frame_incognito.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/tabswitcher_border_frame_shadow.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/textbox.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/toolbar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/toolbar_shadow_focused.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxhdpi/toolbar_shadow_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/webrtc_audio.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxhdpi/webrtc_video.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxxhdpi/audio_playing.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/bg_find_toolbar_popup.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/bg_tabstrip_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/bg_tabstrip_incognito_background_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/bg_tabstrip_incognito_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/bg_tabstrip_tab.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/blue_google_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/breadcrumb_arrow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_chevron_left.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_delete_url.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_mic.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_new_tab_incognito_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_new_tab_incognito_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_new_tab_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_new_tab_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_recents.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_suggestion_refine.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tab_close_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tab_close_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tab_close_white_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tab_close_white_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_new_incognito_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_new_incognito_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_new_tab_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_new_tab_pressed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_switch_incognito.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_tabstrip_switch_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/btn_toolbar_home.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/contextual_search_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/contextual_search_bar_shadow.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/default_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/default_favicon_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_add_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_back_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_bookmarks_bar.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_cancel_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_check_blue.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_check_gray.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_check_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_delete_white.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_edit_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_edit_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_folder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_grid_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_item_more.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_item_tile.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_list_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_logo_large.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_managed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_mobile.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_move_active.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/eb_others.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/google_logo.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/history_favicon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_most_visited_placeholder.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_omnibox_incognito_badge.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_omnibox_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_omnibox_page.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_suggestion_history.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/ic_suggestion_magnifier.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/incognito_splash.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/omnibox_https_invalid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/omnibox_https_valid.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxxhdpi/omnibox_https_valid_light.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/omnibox_https_warning.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/progress_bar_background.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/progress_bar_background_white.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/progress_bar_foreground.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/drawable-xxxhdpi/reader_mode_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/recent_laptop.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/recent_phone.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/recent_recently_closed.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/recent_tablet.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/tabswitcher_border_frame.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/tabswitcher_border_frame_decoration.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/tabswitcher_border_frame_incognito.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/tabswitcher_border_frame_shadow.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/textbox.9.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/toolbar_shadow_focused.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/toolbar_shadow_normal.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/webrtc_audio.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable-xxxhdpi/webrtc_video.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/drawable/bg_ntp_search_box.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +20 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/bg_white_dialog.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable/bookmark_widget_thumb_selector.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/btn_enhanced_bookmark_auto_folder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable/btn_new_tab_incognito.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable/btn_new_tab_white.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable/btn_reload_stop.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/eb_item_highlight.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable/eb_list_toggle.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/eb_title_bar_shadow.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable/inset_textbox.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/most_visited_item_bg.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/drawable/most_visited_item_empty.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/drawable/most_visited_thumbnail_placeholder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -5 lines 0 comments Download
A chrome/android/java_staging/res/drawable/progress_bar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable/progress_bar_white.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable/toolbar_shadow.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/drawable/window_background.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +13 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw600dp/empty_background_view.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw600dp/find_toolbar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw600dp/location_bar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw600dp/toolbar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw720dp/eb_main.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout-sw720dp/eb_search.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/add_bookmark.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +77 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/bookmark_thumbnail_widget.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/bookmark_thumbnail_widget_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/bookmark_thumbnail_widget_item_folder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/bookmarks_page.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/control_container.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/dialog_with_titlebar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_add_edit_folder_activity.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +106 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_detail.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +204 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_drawer_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/layout/eb_drawer_title.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_folder_select_activity.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_folder_select_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_grid_folder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_grid_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +90 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_list_divider.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_list_folder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_list_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_main.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_main_content.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_popup_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_promo_header.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_search.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_search_core.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +86 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/eb_search_result_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/find_in_page.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +63 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/find_toolbar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/hosted_control_container.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/hosted_toolbar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/icon_most_visited_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/icon_most_visited_layout.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/location_bar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/main.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/most_visited_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +35 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/layout/most_visited_layout.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -4 lines 0 comments Download
A chrome/android/java_staging/res/layout/most_visited_placeholder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/new_tab_page.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +205 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/new_tab_page_incognito.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/omnibox_results_container.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/opt_out_promo.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/prerender_test_main.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/reader_mode_control.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/reader_mode_view.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/recent_tabs_group_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +62 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/layout/recent_tabs_group_separator_invisible.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -8 lines 0 comments Download
A + chrome/android/java_staging/res/layout/recent_tabs_group_separator_visible.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -5 lines 0 comments Download
A chrome/android/java_staging/res/layout/recent_tabs_list_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/recent_tabs_page.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +32 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/layout/recent_tabs_sync_promo.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -11 lines 0 comments Download
A chrome/android/java_staging/res/layout/select_bookmark_folder.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/select_bookmark_folder_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/single_line_edit_dialog.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/snack_bar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/toolbar.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/url_container.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/layout/webapp_control_container.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/menu/eb_action_bar_menu.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/menu/hosted_menu.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/menu/main_menu.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/menu/textselectionmenu.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -5 lines 0 comments Download
A chrome/android/java_staging/res/mipmap-hdpi/bookmark_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-hdpi/incognito_app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-mdpi/bookmark_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-mdpi/incognito_app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-xhdpi/bookmark_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-xhdpi/incognito_app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-xxhdpi/bookmark_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-xxhdpi/incognito_app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res/mipmap-xxxhdpi/bookmark_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res/transition/fade.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -1 line 0 comments Download
A + chrome/android/java_staging/res/transition/move_image.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/android/java_staging/res/values-hdpi/dimens_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
A + chrome/android/java_staging/res/values-sw320dp/dimens.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/android/java_staging/res/values-sw600dp-port/dimens.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -2 lines 0 comments Download
A chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/values-sw600dp/values_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A chrome/android/java_staging/res/values-v17/styles_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +136 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/values-v21/styles_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -2 lines 0 comments Download
A + chrome/android/java_staging/res/values-xhdpi/dimens_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
A + chrome/android/java_staging/res/values-xxhdpi/dimens.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
A + chrome/android/java_staging/res/values/attrs_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -2 lines 0 comments Download
A chrome/android/java_staging/res/values/colors_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/values/dimens_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +148 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/values/ids_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/values/values_staging.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/xml-sw600dp/bookmark_thumbnail_widget_info.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/xml/bookmark_thumbnail_widget_info.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +17 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/res/xml/document_mode_preferences.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -7 lines 0 comments Download
A + chrome/android/java_staging/res/xml/file_paths.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res/xml/main_preferences.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res_default/mipmap-hdpi/app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-hdpi/app_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-mdpi/app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-mdpi/app_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xhdpi/app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xhdpi/app_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xxhdpi/app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xxhdpi/app_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xxxhdpi/app_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A chrome/android/java_staging/res_default/mipmap-xxxhdpi/app_shortcut_icon.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 Binary file 0 comments Download
A + chrome/android/java_staging/res_default/values/channel_constants.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -3 lines 0 comments Download
A chrome/android/java_staging/res_template/xml/searchable.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/android/java_staging/res_template/xml/syncadapter.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/com/google/android/apps/chrome/appwidget/bookmarks/BookmarkThumbnailWidgetProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ApplicationSwitches.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +798 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeBrowserProviderStaging.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeLifetimeController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +106 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeMobileApplication.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +602 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeServiceTabLauncher.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeTabbedActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1314 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ChromeWindow.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/CompositorChromeActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +635 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ContextualMenuBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +190 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/CustomSelectionActionModeCallback.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/DeferredStartupHandler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/EmbedContentViewActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +111 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/KeyboardShortcuts.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +239 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/PowerBroadcastReceiver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +161 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/WindowDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/appmenu/ChromeAppMenuPropertiesDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +225 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/AddEditBookmarkFragment.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +738 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/AsyncTaskFragment.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +234 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/EditBookmarkHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +113 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/ManageBookmarkActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +335 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/SelectBookmarkFolderFragment.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +362 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmark/ShortcutActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/AndroidBrowserImporter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/AndroidBrowserProviderIterator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +99 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/BookmarkImporter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +364 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/ImportBookmarksAlertDialog.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/ImportBookmarksProgressDialog.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkimport/ImportBookmarksRetryDialog.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetProviderBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +127 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkThumbnailWidgetService.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +388 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkWidgetProxy.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/bookmarkswidget/BookmarkWidgetUpdateListener.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +108 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/CompositorView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +457 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/CompositorViewHolder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1105 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/Invalidator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/ContextualSearchSupportedLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +156 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/EdgeSwipeHandlerLayoutDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/EmptyOverviewModeObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/GestureHandlerLayoutDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +513 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerChrome.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +747 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerChromePhone.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +150 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerChromeTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +246 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerDocument.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +450 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerHost.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/LayoutProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/OverviewModeBehavior.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/SceneChangeObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/StaticLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +336 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/ToolbarSwipeLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +359 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/ContextualSearchLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +246 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/SimpleAnimationLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +414 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/StackLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1181 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/Stack.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2541 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimation.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +437 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimationLandscape.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +219 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackAnimationPortrait.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +232 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackScroller.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +674 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +522 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/layouts/phone/stack/StackViewAnimation.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +108 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/StaticStripStacker.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1566 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutHelperManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +382 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/StripLayoutTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +566 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/StripStacker.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/overlays/strip/TabLoadTracker.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/resources/StaticResourcePreloads.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/scene_layer/ContextualSearchSceneLayer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +152 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/scene_layer/ReaderModeSceneLayer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/scene_layer/TabListSceneLayer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/compositor/scene_layer/TabStripSceneLayer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +131 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +241 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1381 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchNetworkCommunicator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchObservable.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchPolicy.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +372 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchRequest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +123 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +307 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchSelectionHandler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchStaticEventFilter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +104 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTabHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +192 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/contextualsearch/SwipeRecognizer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +195 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/crash/CrashFileManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +202 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/crash/MinidumpUploadCallable.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +330 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/crash/MinidumpUploadRetry.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/crash/MinidumpUploadService.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +265 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/ChromeLauncherActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +822 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/CipherKeyActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +74 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +991 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentMigrationHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +458 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +350 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentUma.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +98 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/DocumentWebContentsDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/IncognitoDocumentActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +101 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/document/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/document/TabDelegateImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +67 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModeActivityDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +90 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModeButtonView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +94 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModeEdgeSwipeHandler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModeManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +308 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModePanel.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +682 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/dom_distiller/ReaderModeStaticEventFilter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +105 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkActionBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +296 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkActivityBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkAddEditFolderActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +244 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkContentView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +145 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +170 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDetailActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +465 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDetailScrollView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDrawerListItemView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDrawerListView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +125 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDrawerListViewAdapter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +395 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkFolder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +120 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkFolderSelectActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +391 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkItem.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +332 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkItemHighlightView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkItemsAdapter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +460 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkLoadingView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +648 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +94 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkPromoHeader.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkRecyclerView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +221 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkSalientImageView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +199 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkSearchView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +496 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkSigninActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +118 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUIObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUndoController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +101 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +188 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/externalauth/VerifiedHandler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/firstrun/FirstRunActivityStaging.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gcore/ChromeGoogleApiClientImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gcore/ConnectedTask.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +136 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gcore/GoogleApiClientConnectionHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +54 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/ContextReporter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +232 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/GSAContextDisplaySelection.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/GSAContextReportDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/GSAHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/GSAServiceClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +139 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/gsa/GSAState.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +126 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/help/HelpAndFeedback.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +110 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/historyreport/DeltaFileEntry.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/historyreport/HistoryReportJniBridge.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +181 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/historyreport/SearchJniBridge.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +81 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/historyreport/UsageReport.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/ChromeBrowserConnection.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +226 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/ChromeConnectionService.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/HostedActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +217 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/HostedAppMenuPropertiesDelegate.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/HostedIntentDataProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +245 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/HostedTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +93 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/IBrowserConnectionCallback.aidl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/IBrowserConnectionService.aidl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/hosted/common.aidl View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +8 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/media/MediaNotificationService.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +318 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/multiwindow/MultiInstanceChromeTabbedActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/multiwindow/MultiWindowUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/BookmarkFolderHierarchyItem.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +71 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/BookmarkItemView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +258 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/BookmarksListView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +49 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/BookmarksPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +580 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/BookmarksPageView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +384 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/CurrentlyOpenTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/DocumentNewTabPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +327 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/DocumentRecentTabsManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +200 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/IconMostVisitedItemView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/IconMostVisitedLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +104 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +123 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/IncognitoNewTabPageView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/LogoView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +243 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/MostVisitedItem.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +125 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/MostVisitedItemView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +114 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/MostVisitedLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/MostVisitedThumbnail.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NativePageAssassin.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NativePageDialog.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NativePageFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +153 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NativePageRootFrameLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +488 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +149 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabPageToolbar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabPageUma.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabPageView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +961 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/NewTabScrollView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +181 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsExpandableListView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsGroupView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +215 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +436 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsPage.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +198 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsPromoView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +287 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/ntp/RecentTabsRowAdapter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +835 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/ExponentialBackoffScheduler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +197 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/MarketURLGetter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/OmahaClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +833 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/OmahaUpdateInfobar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +110 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/RequestData.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/RequestGenerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +180 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/StringSanitizer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/UpdateInfoBarHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +84 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/VersionNumber.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +62 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omaha/VersionNumberGetter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/AnswerTextBuilder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +297 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/LocationBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +137 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/LocationBarLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2394 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/LocationBarPhone.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +358 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/LocationBarTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +223 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/OmniboxResultsAdapter.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +202 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/SuggestionView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +995 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/TrailingTextView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/UrlBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +966 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/UrlContainer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +274 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/UrlFocusChangeListener.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/geo/GeolocationHeader.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +160 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/geo/GeolocationTracker.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +119 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/omnibox/geo/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/policy/PolicyAuditor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/policy/PolicyManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/policy/PolicyProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/policy/providers/AppRestrictionsProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +107 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +238 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/preferences/ConnectionChangeReceiver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/preferences/DocumentModePreference.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +136 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/preferences/MainPreferences.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +253 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/preferences/PreferencesStaging.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +84 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/prerender/ChromePrerenderService.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +133 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/prerender/PrerenderAPITestActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +106 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/rlz/RevenueStats.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +87 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/services/AccountsChangedReceiver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +85 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/services/GoogleServicesManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +136 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/signin/AccountManagementFragmentDelegateImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +58 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/signin/SigninHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +396 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/signin/SigninPromoScreen.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +152 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/snackbar/SnackbarManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +338 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/snackbar/SnackbarPopupWindow.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/snackbar/TemplatePreservingTextView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/snackbar/undo/UndoBarPopupController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +204 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tab/AuthenticatorNavigationInterceptor.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +20 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tab/BackgroundContentViewHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +897 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tab/ChromeSelectActionModeCallback.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tab/ChromeTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1388 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tab/ThumbnailTabHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +335 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tabmodel/ChromeTabCreator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +315 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tabmodel/TabModelImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +110 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tabmodel/TabModelSelectorImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +431 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tabmodel/TabModelSelectorUma.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +116 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/tabmodel/TabWindowManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +180 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/HomePageButton.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/HostedToolbar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +404 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/KeyboardNavigationListener.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +61 lines, -0 lines 0 comments Download
A + chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/TabSwitcherDrawable.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +123 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/Toolbar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarControlContainer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +351 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarDataProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +303 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +503 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +861 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarModelImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +125 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarPhone.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1839 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarTabController.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/toolbar/ToolbarTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +411 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/util/HttpURLConnectionFactory.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/util/HttpURLConnectionFactoryImpl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/util/NonThreadSafe.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +45 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/ActivityAssigner.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +266 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/FullScreenActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +97 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/FullScreenActivityTab.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +341 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +359 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity0.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity1.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity2.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity3.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity4.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity5.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity6.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity7.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity8.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappActivity9.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappControlContainer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappInfo.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +147 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappManagedActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/webapps/WebappUrlBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +173 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/BoundedLinearLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/ControlContainer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/CustomShapeDrawable.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +184 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/FadingShadow.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/FadingShadowView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +64 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/FlowLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/NumberRollView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +115 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/OverviewListLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +183 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/ReaderModeControl.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/SlowedProgressBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/VerticallyFixedEditText.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/ViewResourceFrameLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/emptybackground/EmptyBackgroundViewTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +167 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/emptybackground/EmptyBackgroundViewWrapper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +160 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindResultBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +402 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindToolbar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +636 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindToolbarManager.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +102 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindToolbarObserver.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindToolbarPhone.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +71 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/findinpage/FindToolbarTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +189 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/incognitotoggle/IncognitoToggleButtonTablet.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +140 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src/org/chromium/chrome/browser/widget/newtab/NewTabButton.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +165 lines, -0 lines 0 comments Download
A chrome/android/java_staging/src_dummy/README View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/android_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +714 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_am.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ar.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_bg.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ca.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_cs.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_da.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_de.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_el.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_en-GB.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_es.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_es-419.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_fa.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_fi.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +162 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_fil.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_fr.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_hi.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_hr.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_hu.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_id.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_it.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_iw.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ja.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ko.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_lt.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_lv.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_nl.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_no.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_pl.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_pt-BR.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +162 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_pt-PT.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ro.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_ru.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_sk.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_sl.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_sr.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +162 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_sv.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_sw.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_th.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_tr.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_uk.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_vi.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +162 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_zh-CN.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/java_staging/strings/translations/android_strings_zh-TW.xtb View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +163 lines, -0 lines 0 comments Download
A chrome/android/javatests/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +44 lines, -0 lines 0 comments Download
A + chrome/android/javatests/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/android/javatests/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/AudioTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/BindingManagerIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +447 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ChromeActivityTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ContentViewFocusTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +186 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/FocusedEditableTextFieldZoomTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +107 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/GeolocationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +195 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/HistoryUITest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +319 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/JavaScriptEvalChromeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/MainActivityWithURLTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/NavigateTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +356 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/PopularUrlsTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +426 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/PowerBroadcastReceiverTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +201 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/PrerenderTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +170 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ProcessIsolationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/TabCountLabelTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/TabsOpenedFromExternalAppTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +439 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/TabsTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1614 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/UrlSchemeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +165 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/appmenu/MenuTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/bookmark/ManageBookmarkActivityTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +231 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/bookmarkimport/AndroidBrowserImporterTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +553 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/compositor/layouts/LayoutManagerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +528 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/compositor/layouts/MockContextForLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +70 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/compositor/layouts/MockLayoutHost.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/compositor/layouts/MockResourcesForLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/compositor/overlays/strip/TabStripTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +648 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFakeServer.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManagerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1523 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchRequestTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +65 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/crash/CrashFileManagerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +175 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/crash/CrashTestCase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadCallableTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +319 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadServiceTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +395 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/document/DocumentModeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +879 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/document/LauncherActivityTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +55 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/document/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/download/ContextMenuTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +144 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +287 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +271 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +171 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/externalnav/UrlOverridingTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +293 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/firstrun/FirstRunIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/fullscreen/FullscreenManagerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +505 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/gcore/MockConnectedTask.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/gcore/MockConnectedTaskTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +89 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/infobar/InfoBarTest2.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +450 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/infobar/TranslateInfoBarTest2.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +65 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ntp/BookmarksPageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +277 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ntp/FakeMostVisitedSites.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +73 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NativePageFactoryTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +233 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageNavigationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/ntp/NewTabPageTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +368 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/ntp/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -2 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/ExponentialBackoffSchedulerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +117 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/MockExponentialBackoffScheduler.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +52 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/omaha/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/OmahaClientTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +809 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/OmahaUpdateInfoBarTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +289 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/RequestGeneratorTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +149 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omaha/StringSanitizerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/OmniboxTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +648 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/QueryInOmniboxTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +324 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/UrlBarTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +442 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/geo/GeolocationHeaderTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +119 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/geo/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/BasePartnerBrowserCustomizationIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +28 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerDisableIncognitoModeIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +174 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/partnercustomizations/PartnerHomepageIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +235 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/prerender/PrerenderServiceTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +205 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/services/GoogleServicesManagerIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/signin/SigninHelperTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +146 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/sync/ChromeBrowserSyncAdapterTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +55 lines, -55 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tab/UndoIntegrationTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/ChromeTabCreatorTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +103 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/ContextMenuLoadUrlParamsTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/TabWindowManagerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +234 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/tabmodel/UndoTabModelTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1414 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/toolbar/BrandColorTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +175 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/toolbar/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/toolbar/ToolbarModelTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/toolbar/ToolbarTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +71 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/video/FullscreenVideoTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +94 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/video/VideoTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/ActivityAssignerTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +162 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src/org/chromium/chrome/browser/webapps/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -1 line 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappActivityTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappInfoTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappModeTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +213 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappUrlBarTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/webapps/WebappVisibilityTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/widget/OverviewListLayoutTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +366 lines, -0 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/widget/findinpage/FindTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +281 lines, -0 lines 0 comments Download
A + chrome/android/javatests/src_dummy/org/chromium/chrome/browser/test/dummy/Dummy.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -3 lines 0 comments Download
A chrome/browser/android/bookmark/edit_bookmark_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/android/bookmark/edit_bookmark_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/android/chrome_entry_point.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/browser/android/chrome_main_delegate_staging_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +36 lines, -0 lines 0 comments Download
A chrome/browser/android/chrome_main_delegate_staging_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/browser/android/chrome_main_delegate_staging_android_initializer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -0 lines 0 comments Download
A + chrome/browser/android/chrome_staging_jni_onload.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +6 lines, -5 lines 0 comments Download
A chrome/browser/android/chrome_staging_jni_onload.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/compositor_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +146 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/compositor_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +308 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/layer/reader_mode_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +68 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/layer/reader_mode_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +159 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/layer/tab_handle_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/layer/tab_handle_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +195 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/contextual_search_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +122 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/reader_mode_scene_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/reader_mode_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +213 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/tab_strip_scene_layer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +107 lines, -0 lines 0 comments Download
A chrome/browser/android/compositor/scene_layer/tab_strip_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +192 lines, -0 lines 0 comments Download
A + chrome/browser/android/contextualsearch/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_context.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +35 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +201 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +489 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_delegate_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +327 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +130 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +281 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_tab_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/android/contextualsearch/contextual_search_tab_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/android/document/document_web_contents_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/android/document/document_web_contents_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/android/history_report/data_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +96 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/data_observer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +144 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/data_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/data_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +193 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_backend_leveldb.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +66 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_backend_leveldb.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +237 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_backend_leveldb_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +259 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_commons.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +72 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_commons.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_commons_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +220 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/delta_file_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +177 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/get_all_urls_from_history_task.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/get_all_urls_from_history_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +42 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/historic_visits_migration_task.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +34 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/historic_visits_migration_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/history_report_jni_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +76 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/history_report_jni_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +200 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_report_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +29 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_report_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +51 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_reports_buffer_backend.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_reports_buffer_backend.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +142 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_reports_buffer_backend_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +196 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_reports_buffer_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +60 lines, -0 lines 0 comments Download
A chrome/browser/android/history_report/usage_reports_buffer_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +166 lines, -0 lines 0 comments Download
A chrome/browser/android/policy/policy_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +78 lines, -0 lines 0 comments Download
A chrome/browser/android/policy/policy_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +194 lines, -0 lines 0 comments Download
A chrome/browser/android/policy/policy_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +137 lines, -0 lines 0 comments Download
A chrome/browser/android/proto/client_discourse_context.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +40 lines, -0 lines 0 comments Download
A chrome/browser/android/proto/delta_file.proto View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +25 lines, -0 lines 0 comments Download
A + chrome/browser/android/rlz/revenue_stats.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +7 lines, -5 lines 0 comments Download
A chrome/browser/android/rlz/revenue_stats.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/android/spdy_proxy_resource_throttle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +114 lines, -0 lines 0 comments Download
A chrome/browser/android/spdy_proxy_resource_throttle.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +182 lines, -0 lines 0 comments Download
A chrome/browser/android/staging_jni_registrar.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +18 lines, -0 lines 0 comments Download
A chrome/browser/android/staging_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/android/tab/background_content_view_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/browser/android/tab/background_content_view_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +170 lines, -0 lines 0 comments Download
A chrome/browser/android/tab/thumbnail_tab_helper_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/android/tab/thumbnail_tab_helper_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +98 lines, -0 lines 0 comments Download
A chrome/chrome_public_test_apk.isolate View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/ChromeActivityTestCaseBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1068 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/ChromeStagingInstrumentationTestRunner.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +75 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/ChromeTabbedActivityLollipopAndAboveTest.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +84 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/ChromeTabbedActivityTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +137 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/DocumentActivityTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/MultiActivityTestBase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +112 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/RestrictedInstrumentationTestCase.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +72 lines, -0 lines 0 comments Download
A + chrome/test/android/javatests_staging/src/org/chromium/chrome/test/TestContentProvider.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +4 lines, -6 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/gcore/MockChromeGoogleApiClient.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/omaha/AttributeFinder.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +69 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/omaha/MockRequestGenerator.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +86 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/ActivityUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +131 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/BookmarkTestUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +372 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/ChromeTabUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +405 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/MenuUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +59 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/NewTabPageTestUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/OmniboxTestUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +327 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/OverviewModeBehaviorWatcher.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/PrerenderTestHelper.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +164 lines, -0 lines 0 comments Download
A chrome/test/android/javatests_staging/src/org/chromium/chrome/test/util/TabStripUtils.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +134 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (11 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141283003/70001
5 years, 7 months ago (2015-05-20 05:18:05 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/64849)
5 years, 7 months ago (2015-05-20 05:50:16 UTC) #4
newt (away)
PTAL
5 years, 7 months ago (2015-05-20 20:24:58 UTC) #6
Ted C
On 2015/05/20 20:24:58, newt wrote: > PTAL the rubberiest of rubber stamp lgtm
5 years, 7 months ago (2015-05-20 20:40:37 UTC) #7
Yaron
tl;dr lgtm :) On Wed, May 20, 2015 at 4:40 PM <tedchoc@chromium.org> wrote: > On ...
5 years, 7 months ago (2015-05-20 21:12:09 UTC) #8
newt (away)
cjhopman: please review build/all.gyp in patch set 10 (other patch sets have different changes to ...
5 years, 7 months ago (2015-05-20 21:26:39 UTC) #10
cjhopman
lgtm
5 years, 7 months ago (2015-05-20 21:34:10 UTC) #11
newt (away)
On 2015/05/20 21:34:10, cjhopman wrote: > lgtm err, *this* design doc: https://docs.google.com/document/d/11h-jvFgkE3Hxl8lbZtKCiE5DHutG2WCjnclYP_-HcEg
5 years, 7 months ago (2015-05-20 21:36:02 UTC) #12
M-A Ruel
Could you checkin the >1000 resources files first, then the reviewable code as a second ...
5 years, 7 months ago (2015-05-20 21:39:31 UTC) #13
newt (away)
On 2015/05/20 21:39:31, M-A Ruel wrote: > Could you checkin the >1000 resources files first, ...
5 years, 7 months ago (2015-05-20 21:46:53 UTC) #14
M-A Ruel
2015-05-20 17:46 GMT-04:00 <newt@chromium.org>: > On 2015/05/20 21:39:31, M-A Ruel wrote: > >> Could you ...
5 years, 7 months ago (2015-05-20 21:51:23 UTC) #15
M-A Ruel
Looks like there's a hidden ball of pain underneath that I have the joy to ...
5 years, 7 months ago (2015-05-20 22:02:10 UTC) #16
M-A Ruel
lgtm
5 years, 7 months ago (2015-05-20 22:04:21 UTC) #17
newt (away)
sclittle: PTAL at new components/precache DEPS entries in java_staging/DEPS and javatests/DEPS mnaganov: PTAL at new ...
5 years, 7 months ago (2015-05-20 23:04:07 UTC) #19
mnaganov (inactive)
On 2015/05/20 23:04:07, newt wrote: > sclittle: PTAL at new components/precache DEPS entries in java_staging/DEPS ...
5 years, 7 months ago (2015-05-20 23:11:22 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141283003/110001
5 years, 7 months ago (2015-05-21 00:00:12 UTC) #23
sclittle
lgtm
5 years, 7 months ago (2015-05-21 00:06:53 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/65101)
5 years, 7 months ago (2015-05-21 00:30:53 UTC) #26
jianli
components/gcm_driver DEPS lgtm
5 years, 7 months ago (2015-05-21 00:44:57 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141283003/120001
5 years, 7 months ago (2015-05-21 01:42:30 UTC) #30
Yaron
LGTM On Wed, May 20, 2015 at 8:44 PM <jianli@chromium.org> wrote: > components/gcm_driver DEPS lgtm ...
5 years, 7 months ago (2015-05-21 02:16:10 UTC) #31
Yaron
On 2015/05/21 at 02:16:10, Yaron wrote: > LGTM > > On Wed, May 20, 2015 ...
5 years, 7 months ago (2015-05-21 02:35:39 UTC) #32
aurimas (slooooooooow)
Finally! http://imgur.com/OY4irNz
5 years, 7 months ago (2015-05-21 02:36:13 UTC) #33
commit-bot: I haz the power
Patchset 14 (id:??) landed as https://crrev.com/7497635a7cfdae2866d2aa7a3bd2894c895b8360 Cr-Commit-Position: refs/heads/master@{#330877}
5 years, 7 months ago (2015-05-21 02:41:51 UTC) #34
newt (away)
Committed patchset #14 (id:130001) manually as 7497635a7cfdae2866d2aa7a3bd2894c895b8360 (tree was closed).
5 years, 7 months ago (2015-05-21 02:41:57 UTC) #35
Nico
We already had chrome/android/java/src/org/chromium/chrome/browser/enhanced_bookmarks. This adds enhancedbookmarks (without a _) right next to it. That's ...
5 years, 5 months ago (2015-07-24 22:00:38 UTC) #37
newt (away)
Not intentional indeed. I'll move them into the same directory now. On Fri, Jul 24, ...
5 years, 5 months ago (2015-07-24 22:10:38 UTC) #38
Nico
Thanks! The two files added in chrome/browser/android/bookmark should probably go into chrome/browser/android/bookmarks (with trailing s) ...
5 years, 5 months ago (2015-07-24 22:24:31 UTC) #39
Nico
Looks like chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks and chrome/browser/android/bookmark are still around. Ping? :-) On Fri, Jul 24, 2015 ...
5 years, 4 months ago (2015-08-04 18:28:50 UTC) #40
newt (away)
5 years, 4 months ago (2015-08-04 18:50:06 UTC) #41
Message was sent while issue was closed.
enhanced_bookmarks is gone. Just uploaded a CL
<https://codereview.chromium.org/1264653005/> to merge the
chrome/browser/android/bookmark[s] folders.

On Tue, Aug 4, 2015 at 11:28 AM, Nico Weber <thakis@chromium.org> wrote:

> Looks like
chrome/android/java/src/org/chromium/chrome/browser/enhancedbookmarks
> and chrome/browser/android/bookmark are still around. Ping? :-)
>
> On Fri, Jul 24, 2015 at 3:24 PM, <thakis@chromium.org> wrote:
>
>> Thanks!
>>
>> The two files added in chrome/browser/android/bookmark should probably go
>> into
>>         chrome/browser/android/bookmarks (with trailing s) too.
>>
>> https://codereview.chromium.org/1141283003/
>>
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698