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

Issue 1184613002: [Android] Remove search feature from enhanced bookmarks (Closed)

Created:
5 years, 6 months ago by Kibeom Kim (inactive)
Modified:
5 years, 6 months ago
Reviewers:
Ted C, Ian Wen, Theresa
CC:
chromium-reviews, tfarina, noyau+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Remove search feature from enhanced bookmarks BUG=499415 Committed: https://crrev.com/e1ad2c6d55fcbc679651ab7c2e27deded8e9cf07 Cr-Commit-Position: refs/heads/master@{#334459}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1256 lines) Patch
M chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java View 4 chunks +0 lines, -36 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/enhanced_bookmarks/EnhancedBookmarksBridge.java View 6 chunks +0 lines, -64 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/enhanced_bookmarks/EnhancedBookmarksModel.java View 2 chunks +0 lines, -37 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/android/java_staging/res/layout-sw720dp/eb_main.xml View 1 1 chunk +3 lines, -14 lines 0 comments Download
D chrome/android/java_staging/res/layout-sw720dp/eb_search.xml View 1 chunk +0 lines, -17 lines 0 comments Download
M chrome/android/java_staging/res/layout/eb_main.xml View 1 chunk +14 lines, -25 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_search.xml View 1 chunk +0 lines, -16 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_search_core.xml View 1 chunk +0 lines, -86 lines 0 comments Download
D chrome/android/java_staging/res/layout/eb_search_result_item.xml View 1 chunk +0 lines, -54 lines 0 comments Download
M chrome/android/java_staging/res/menu/eb_action_bar_menu.xml View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkActionBar.java View 5 chunks +0 lines, -7 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkDelegate.java View 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkManager.java View 6 chunks +0 lines, -21 lines 0 comments Download
D chrome/android/java_staging/src/org/chromium/chrome/browser/enhancedbookmarks/EnhancedBookmarkSearchView.java View 1 chunk +0 lines, -495 lines 0 comments Download
M chrome/browser/android/bookmarks/bookmarks_bridge.h View 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/android/bookmarks/bookmarks_bridge.cc View 1 chunk +0 lines, -39 lines 0 comments Download
M chrome/browser/enhanced_bookmarks/android/enhanced_bookmarks_bridge.h View 3 chunks +0 lines, -7 lines 0 comments Download
M chrome/browser/enhanced_bookmarks/android/enhanced_bookmarks_bridge.cc View 3 chunks +0 lines, -38 lines 0 comments Download
D components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/BookmarkMatch.java View 1 chunk +0 lines, -64 lines 0 comments Download
M components/enhanced_bookmarks.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/enhanced_bookmarks/BUILD.gn View 1 chunk +0 lines, -2 lines 0 comments Download
D components/enhanced_bookmarks/bookmark_server_search_service.h View 1 chunk +0 lines, -77 lines 0 comments Download
D components/enhanced_bookmarks/bookmark_server_search_service.cc View 1 chunk +0 lines, -127 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
Kibeom Kim (inactive)
5 years, 6 months ago (2015-06-12 00:38:00 UTC) #2
Ian Wen
This CL makes feel sad. :( https://codereview.chromium.org/1184613002/diff/20001/chrome/android/java_staging/res/layout-sw720dp/eb_main.xml File chrome/android/java_staging/res/layout-sw720dp/eb_main.xml (right): https://codereview.chromium.org/1184613002/diff/20001/chrome/android/java_staging/res/layout-sw720dp/eb_main.xml#newcode10 chrome/android/java_staging/res/layout-sw720dp/eb_main.xml:10: android:background="@color/default_primary_color" > Why ...
5 years, 6 months ago (2015-06-12 01:08:34 UTC) #3
Kibeom Kim (inactive)
https://codereview.chromium.org/1184613002/diff/20001/chrome/android/java_staging/res/layout-sw720dp/eb_main.xml File chrome/android/java_staging/res/layout-sw720dp/eb_main.xml (right): https://codereview.chromium.org/1184613002/diff/20001/chrome/android/java_staging/res/layout-sw720dp/eb_main.xml#newcode10 chrome/android/java_staging/res/layout-sw720dp/eb_main.xml:10: android:background="@color/default_primary_color" > On 2015/06/12 01:08:34, Ian Wen wrote: > ...
5 years, 6 months ago (2015-06-12 01:23:54 UTC) #4
Ted C
lgtm
5 years, 6 months ago (2015-06-12 19:07:31 UTC) #5
Ian Wen
not lgtm. :( 1. This CL will make tabstrip on Nexus 9 invisible. 2. The ...
5 years, 6 months ago (2015-06-12 20:18:34 UTC) #6
Kibeom Kim (inactive)
On 2015/06/12 20:18:34, Ian Wen wrote: > not lgtm. :( > > 1. This CL ...
5 years, 6 months ago (2015-06-12 20:33:29 UTC) #7
Theresa
lgtm wrt to the Nexus 9 tabstrip issue, if it's easy to fix, I'd prefer ...
5 years, 6 months ago (2015-06-15 18:37:59 UTC) #8
Kibeom Kim (inactive)
Ian: ptal. This CL is fine as it as once https://codereview.chromium.org/1182453003/ lands.
5 years, 6 months ago (2015-06-15 19:24:22 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184613002/40001
5 years, 6 months ago (2015-06-15 19:24:40 UTC) #12
Ian Wen
lgtm. Thanks!
5 years, 6 months ago (2015-06-15 19:39:12 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1184613002/40001
5 years, 6 months ago (2015-06-15 19:41:44 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 6 months ago (2015-06-15 21:17:09 UTC) #17
commit-bot: I haz the power
5 years, 6 months ago (2015-06-15 21:17:56 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e1ad2c6d55fcbc679651ab7c2e27deded8e9cf07
Cr-Commit-Position: refs/heads/master@{#334459}

Powered by Google App Engine
This is Rietveld 408576698