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

Issue 10905215: Kill DownloadManager::SearchDownloads, DownloadItem::MatchesQuery (Closed)

Created:
8 years, 3 months ago by benjhayden
Modified:
8 years, 3 months ago
CC:
chromium-reviews, asanka, jam, Randy Smith (Not in Mondays), joi+watch-content_chromium.org, darin-cc_chromium.org, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Kill DownloadManager::SearchDownloads, DownloadItem::MatchesQuery jhawkins: chrome/browser/ui/webui jcivelli: content/public/test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=157137

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 8

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 2

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -276 lines) Patch
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -130 lines 0 comments Download
M chrome/browser/download/download_query.cc View 1 2 3 4 4 chunks +32 lines, -3 lines 0 comments Download
M chrome/browser/download/download_query_unittest.cc View 1 2 3 5 chunks +63 lines, -34 lines 0 comments Download
M chrome/browser/download/save_page_browsertest.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.cc View 1 2 3 4 5 6 7 5 chunks +38 lines, -37 lines 0 comments Download
M content/browser/download/download_item_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/download/download_item_impl.cc View 1 2 3 4 5 6 2 chunks +0 lines, -35 lines 0 comments Download
M content/browser/download/download_manager_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/download/download_manager_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -16 lines 0 comments Download
M content/public/browser/download_item.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/download_manager.h View 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/test/mock_download_item.h View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M content/public/test/mock_download_manager.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
benjhayden
PTAL
8 years, 3 months ago (2012-09-11 18:44:04 UTC) #1
Randy Smith (Not in Mondays)
LGTM. ("I love the smell of code disappearing in the afternoon. It smells like victory.") ...
8 years, 3 months ago (2012-09-12 18:20:57 UTC) #2
asanka
http://codereview.chromium.org/10905215/diff/6001/chrome/browser/download/download_query.cc File chrome/browser/download/download_query.cc (right): http://codereview.chromium.org/10905215/diff/6001/chrome/browser/download/download_query.cc#newcode71 chrome/browser/download/download_query.cc:71: if (item.GetBrowserContext()) Nit: Braces http://codereview.chromium.org/10905215/diff/6001/chrome/browser/ui/webui/downloads_dom_handler.cc File chrome/browser/ui/webui/downloads_dom_handler.cc (right): http://codereview.chromium.org/10905215/diff/6001/chrome/browser/ui/webui/downloads_dom_handler.cc#newcode461 ...
8 years, 3 months ago (2012-09-12 18:43:49 UTC) #3
benjhayden
PTAL http://codereview.chromium.org/10905215/diff/6001/chrome/browser/download/download_query.cc File chrome/browser/download/download_query.cc (right): http://codereview.chromium.org/10905215/diff/6001/chrome/browser/download/download_query.cc#newcode71 chrome/browser/download/download_query.cc:71: if (item.GetBrowserContext()) On 2012/09/12 18:43:49, asanka wrote: > ...
8 years, 3 months ago (2012-09-12 19:31:57 UTC) #4
asanka
LGTM
8 years, 3 months ago (2012-09-12 19:34:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10905215/32
8 years, 3 months ago (2012-09-13 13:21:58 UTC) #6
commit-bot: I haz the power
Presubmit check for 10905215-32 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-13 13:22:09 UTC) #7
benjhayden
James, Jay, PTAL for OWNERShip. Thanks!
8 years, 3 months ago (2012-09-13 13:36:32 UTC) #8
James Hawkins
webui lgtm with nit. https://chromiumcodereview.appspot.com/10905215/diff/32/chrome/browser/ui/webui/downloads_dom_handler.cc File chrome/browser/ui/webui/downloads_dom_handler.cc (right): https://chromiumcodereview.appspot.com/10905215/diff/32/chrome/browser/ui/webui/downloads_dom_handler.cc#newcode322 chrome/browser/ui/webui/downloads_dom_handler.cc:322: // search_text_. TODO(benjhayden): Consider splitting ...
8 years, 3 months ago (2012-09-13 16:08:29 UTC) #9
benjhayden
Thanks! Jay? http://codereview.chromium.org/10905215/diff/32/chrome/browser/ui/webui/downloads_dom_handler.cc File chrome/browser/ui/webui/downloads_dom_handler.cc (right): http://codereview.chromium.org/10905215/diff/32/chrome/browser/ui/webui/downloads_dom_handler.cc#newcode322 chrome/browser/ui/webui/downloads_dom_handler.cc:322: // search_text_. TODO(benjhayden): Consider splitting MatchesQuery() out ...
8 years, 3 months ago (2012-09-13 16:24:21 UTC) #10
Jay Civelli
lgtm
8 years, 3 months ago (2012-09-13 16:49:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/benjhayden@chromium.org/10905215/5008
8 years, 3 months ago (2012-09-17 14:44:59 UTC) #12
commit-bot: I haz the power
8 years, 3 months ago (2012-09-17 17:19:14 UTC) #13
Change committed as 157137

Powered by Google App Engine
This is Rietveld 408576698