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

Issue 1897153005: Make SQL in DownloadDatabase SQLite pre 3.8.3 compatible (Closed)

Created:
4 years, 8 months ago by the_jk
Modified:
4 years, 7 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make SQL in DownloadDatabase SQLite pre 3.8.3 compatible printf() was added in SQLite 3.8.3 so need to use other older methods to generate the GUID. third_party/sqlite/sqlite.gyp lists 3.6.1 as required version at the time of writing BUG=606772 Committed: https://crrev.com/dbbc7ddf2e5c2f3f72718bd5e807fa3e6ccad641 Cr-Commit-Position: refs/heads/master@{#393813}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Better safe than sorry fix #

Patch Set 3 : Expand unittest #

Patch Set 4 : Rebase and BUG= #

Patch Set 5 : char() was added by 3.7.16 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -11 lines) Patch
M components/history/core/browser/download_database.cc View 1 2 3 4 3 chunks +23 lines, -10 lines 0 comments Download
M components/history/core/browser/history_backend_db_unittest.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 29 (12 generated)
the_jk
4 years, 8 months ago (2016-04-20 14:57:53 UTC) #3
sky
sky->shess
4 years, 8 months ago (2016-04-20 19:29:24 UTC) #5
Scott Hess - ex-Googler
lgtm. Suggestions are just that, it's the kind of problem where you can only expect ...
4 years, 8 months ago (2016-04-21 02:32:56 UTC) #6
the_jk
On 2016/04/21 02:32:56, Scott Hess wrote: > https://codereview.chromium.org/1897153005/diff/1/components/history/core/browser/download_database.cc#newcode243 > components/history/core/browser/download_database.cc:243: "substr(hex(char( > id>>28) ),2) || ...
4 years, 8 months ago (2016-04-21 11:05:28 UTC) #7
Scott Hess - ex-Googler
On 2016/04/21 11:05:28, the_jk wrote: > On 2016/04/21 02:32:56, Scott Hess wrote: > > > ...
4 years, 8 months ago (2016-04-21 20:57:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897153005/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897153005/40001
4 years, 8 months ago (2016-04-26 08:31:13 UTC) #11
commit-bot: I haz the power
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/173171)
4 years, 8 months ago (2016-04-26 08:38:26 UTC) #13
asanka
On 2016/04/21 at 20:57:20, shess wrote: > On 2016/04/21 11:05:28, the_jk wrote: > > On ...
4 years, 8 months ago (2016-04-26 13:54:05 UTC) #14
the_jk
On 2016/04/26 13:54:05, asanka (OOO until April 25) wrote: > the_jk: Would you mind filing ...
4 years, 8 months ago (2016-04-26 14:14:50 UTC) #16
the_jk
On 2016/04/26 14:14:50, the_jk wrote: > On 2016/04/26 13:54:05, asanka (OOO until April 25) wrote: ...
4 years, 7 months ago (2016-04-29 14:27:26 UTC) #17
asanka
On 2016/04/29 at 14:27:26, the_jk wrote: > On 2016/04/26 14:14:50, the_jk wrote: > > On ...
4 years, 7 months ago (2016-04-29 14:59:33 UTC) #18
the_jk
Ping
4 years, 7 months ago (2016-05-12 08:07:41 UTC) #20
asanka
On 2016/05/12 at 08:07:41, the_jk wrote: > Ping sky: This CL needs your rubberstamp.
4 years, 7 months ago (2016-05-13 15:20:47 UTC) #21
sky
rubber stamp LGTM
4 years, 7 months ago (2016-05-13 15:58:55 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1897153005/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1897153005/80001
4 years, 7 months ago (2016-05-16 08:44:44 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 7 months ago (2016-05-16 09:43:52 UTC) #27
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 09:45:24 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/dbbc7ddf2e5c2f3f72718bd5e807fa3e6ccad641
Cr-Commit-Position: refs/heads/master@{#393813}

Powered by Google App Engine
This is Rietveld 408576698