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

Issue 2122823002: [MD History] Fix issues caused by refactor. (Closed)

Created:
4 years, 5 months ago by calamity
Modified:
4 years, 5 months ago
Reviewers:
tsergeant
CC:
chromium-reviews, jlklein+watch-closure_chromium.org, Patrick Dubroy, michaelpg+watch-md-ui_chromium.org, dbeam+watch-history_chromium.org, pam+watch_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-closure_chromium.org, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@funky_fresh
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD History] Fix issues caused by refactor. This CL fixes a number of issues that were introduced by https://codereview.chromium.org/2084843002/. - Search was broken because queryingDisabled was initialized with a Boolean instead of false. Closure didn't catch it because having getters/setters in an object causes it to give up. - Synced tabs labels were not showing because the search term was not plumbed through correctly. A test has been added to ensure the text is rendered. - The grouped toolbar had no query begin/end time data. The queryResult has been moved into history-app so that the toolbar can access it. BUG=619799 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/9b14871b23eeee6453d823cbb0a282df9a39ced5 Cr-Commit-Position: refs/heads/master@{#403757}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -37 lines) Patch
M chrome/browser/resources/md_history/app.html View 1 chunk +6 lines, -5 lines 0 comments Download
M chrome/browser/resources/md_history/app.js View 4 chunks +15 lines, -3 lines 0 comments Download
M chrome/browser/resources/md_history/compiled_resources2.gyp View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/constants.js View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/resources/md_history/list_container.html View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/md_history/list_container.js View 5 chunks +6 lines, -24 lines 0 comments Download
M chrome/test/data/webui/md_history/history_grouped_list_test.js View 2 chunks +8 lines, -1 line 0 comments Download
M chrome/test/data/webui/md_history/history_synced_tabs_test.js View 1 2 chunks +12 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 15 (8 generated)
calamity
4 years, 5 months ago (2016-07-05 06:45:21 UTC) #5
tsergeant
lgtm w/ nit https://codereview.chromium.org/2122823002/diff/20001/chrome/test/data/webui/md_history/history_synced_tabs_test.js File chrome/test/data/webui/md_history/history_synced_tabs_test.js (right): https://codereview.chromium.org/2122823002/diff/20001/chrome/test/data/webui/md_history/history_synced_tabs_test.js#newcode180 chrome/test/data/webui/md_history/history_synced_tabs_test.js:180: .textContent.trim()); One more thing you might ...
4 years, 5 months ago (2016-07-05 07:22:31 UTC) #6
calamity
https://codereview.chromium.org/2122823002/diff/20001/chrome/test/data/webui/md_history/history_synced_tabs_test.js File chrome/test/data/webui/md_history/history_synced_tabs_test.js (right): https://codereview.chromium.org/2122823002/diff/20001/chrome/test/data/webui/md_history/history_synced_tabs_test.js#newcode180 chrome/test/data/webui/md_history/history_synced_tabs_test.js:180: .textContent.trim()); On 2016/07/05 07:22:31, tsergeant wrote: > One more ...
4 years, 5 months ago (2016-07-05 08:10:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2122823002/40001
4 years, 5 months ago (2016-07-05 08:10:31 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 5 months ago (2016-07-05 09:13:17 UTC) #12
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-05 09:13:25 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-05 09:14:39 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9b14871b23eeee6453d823cbb0a282df9a39ced5
Cr-Commit-Position: refs/heads/master@{#403757}

Powered by Google App Engine
This is Rietveld 408576698