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

Issue 319703002: Add mime type information to the download database (Closed)

Created:
6 years, 6 months ago by Fredrik Öhrn
Modified:
6 years, 6 months ago
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, benjhayden+dwatch_chromium.org, browser-components-watch_chromium.org, jam, darin-cc_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add mime type information to the download database BUG=328382 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276775

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move new fields last #

Total comments: 4

Patch Set 3 : Fixed semicolon and spelling. #

Patch Set 4 : Fixed space nit. #

Patch Set 5 : Rebase #

Patch Set 6 : Fix DownloadUIController_HistoryDownload test failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+254 lines, -48 lines) Patch
M chrome/browser/download/download_history.cc View 1 2 3 4 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/download/download_history_unittest.cc View 1 2 3 4 7 chunks +13 lines, -3 lines 0 comments Download
M chrome/browser/download/download_ui_controller_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/history/download_database.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/history/download_database.cc View 1 2 3 11 chunks +83 lines, -38 lines 0 comments Download
M chrome/browser/history/download_row.h View 1 2 3 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/history/download_row.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/history/history_database.cc View 1 2 3 4 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/history/history_unittest.cc View 1 2 3 4 4 chunks +74 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
A + chrome/test/data/History/history.28.sql View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/download/download_item_factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/download/download_item_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/download/download_item_impl.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M content/browser/download/download_manager_impl.h View 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/download/download_manager_impl.cc View 4 chunks +8 lines, -0 lines 0 comments Download
M content/browser/download/download_manager_impl_unittest.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M content/public/browser/download_manager.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/test/mock_download_manager.h View 4 chunks +7 lines, -0 lines 0 comments Download
M content/public/test/mock_download_manager.cc View 5 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Fredrik Öhrn
This is a rebased version of the already approved https://codereview.chromium.org/102683004/ Original author is tiger@opera.com but ...
6 years, 6 months ago (2014-06-05 14:23:05 UTC) #1
sky
LGTM https://codereview.chromium.org/319703002/diff/1/chrome/browser/history/download_database.cc File chrome/browser/history/download_database.cc (right): https://codereview.chromium.org/319703002/diff/1/chrome/browser/history/download_database.cc#newcode294 chrome/browser/history/download_database.cc:294: "mime_type VARCHAR(255) NOT NULL," // Mime type. Add ...
6 years, 6 months ago (2014-06-05 16:02:02 UTC) #2
Fredrik Öhrn
https://codereview.chromium.org/319703002/diff/1/chrome/browser/history/download_database.cc File chrome/browser/history/download_database.cc (right): https://codereview.chromium.org/319703002/diff/1/chrome/browser/history/download_database.cc#newcode294 chrome/browser/history/download_database.cc:294: "mime_type VARCHAR(255) NOT NULL," // Mime type. On 2014/06/05 ...
6 years, 6 months ago (2014-06-05 16:28:25 UTC) #3
sky
Thanks, LGTM
6 years, 6 months ago (2014-06-05 18:10:11 UTC) #4
Randy Smith (Not in Mondays)
I'll LGTM download_manager.h to unblock the CL.
6 years, 6 months ago (2014-06-05 19:00:17 UTC) #5
Randy Smith (Not in Mondays)
Huh, look at that, I'm not an owner for that file anymore. Sorry, no help ...
6 years, 6 months ago (2014-06-05 19:01:27 UTC) #6
asanka
https://codereview.chromium.org/319703002/diff/20001/chrome/browser/history/download_database.cc File chrome/browser/history/download_database.cc (right): https://codereview.chromium.org/319703002/diff/20001/chrome/browser/history/download_database.cc#newcode308 chrome/browser/history/download_database.cc:308: "last_modified VARCHAR NOT NULL,"; // Last-Modified header There's an ...
6 years, 6 months ago (2014-06-05 20:32:22 UTC) #7
jochen (gone - plz use gerrit)
lgtm
6 years, 6 months ago (2014-06-06 07:06:54 UTC) #8
Fredrik Öhrn
https://codereview.chromium.org/319703002/diff/20001/chrome/browser/history/download_database.cc File chrome/browser/history/download_database.cc (right): https://codereview.chromium.org/319703002/diff/20001/chrome/browser/history/download_database.cc#newcode308 chrome/browser/history/download_database.cc:308: "last_modified VARCHAR NOT NULL,"; // Last-Modified header On 2014/06/05 ...
6 years, 6 months ago (2014-06-09 11:11:16 UTC) #9
asanka
LGTM
6 years, 6 months ago (2014-06-09 20:40:00 UTC) #10
Fredrik Öhrn
The CQ bit was checked by ohrn@opera.com
6 years, 6 months ago (2014-06-10 09:52:41 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ohrn@opera.com/319703002/50001
6 years, 6 months ago (2014-06-10 09:54:54 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 21:59:50 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 22:06:04 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/12440) android_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_clang_dbg/builds/150661) android_dbg ...
6 years, 6 months ago (2014-06-10 22:06:05 UTC) #15
Fredrik Öhrn
On 2014/06/10 22:06:05, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 6 months ago (2014-06-11 07:09:47 UTC) #16
sky
Timing perhaps? The bots don't all necessarily run at the same time. I would merge ...
6 years, 6 months ago (2014-06-11 15:59:49 UTC) #17
Fredrik Öhrn
The CQ bit was checked by ohrn@opera.com
6 years, 6 months ago (2014-06-12 08:55:18 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ohrn@opera.com/319703002/70001
6 years, 6 months ago (2014-06-12 08:59:54 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 13:02:59 UTC) #20
Fredrik Öhrn
The CQ bit was unchecked by ohrn@opera.com
6 years, 6 months ago (2014-06-12 13:32:24 UTC) #21
Fredrik Öhrn
The CQ bit was checked by ohrn@opera.com
6 years, 6 months ago (2014-06-12 13:35:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ohrn@opera.com/319703002/90001
6 years, 6 months ago (2014-06-12 13:36:46 UTC) #23
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-12 17:16:54 UTC) #24
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 19:39:52 UTC) #25
Message was sent while issue was closed.
Change committed as 276775

Powered by Google App Engine
This is Rietveld 408576698