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

Issue 722723005: Move constants used by history component to history namespace (Closed)

Created:
6 years, 1 month ago by nshaik
Modified:
6 years ago
CC:
browser-components-watch_chromium.org, chromium-reviews, grt+watch_chromium.org, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Move constants used by history component to history namespace. Add history_constants.cc/h for history specific constants. BUG=390953 TEST=unit_tests Committed: https://crrev.com/b9f5bffad6a920c2f6139bc0e5f2bc91e8fc12b0 Cr-Commit-Position: refs/heads/master@{#306130}

Patch Set 1 #

Patch Set 2 : Initial patchset #

Total comments: 2

Patch Set 3 : Take care of only moving the constants. #

Patch Set 4 : Fix android build #

Patch Set 5 : Android codebase does not seem to use kMaximumLength #

Patch Set 6 : Fix android build failures #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -65 lines) Patch
M chrome/browser/diagnostics/sqlite_diagnostics.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/android/android_provider_backend_unittest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/history/android/android_urls_database_unittest.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/android/urls_sql_handler_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/android/visit_sql_handler_unittest.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/history/history_backend.cc View 1 2 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/history/history_backend_unittest.cc View 1 2 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/history/history_unittest.cc View 1 2 23 chunks +25 lines, -28 lines 0 comments Download
M chrome/browser/safe_browsing/incident_reporting/last_download_finder_unittest.cc View 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_constants.h View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/common/chrome_constants.cc View 1 2 3 chunks +0 lines, -8 lines 0 comments Download
M chrome/test/base/testing_profile.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M components/history.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M components/history/core/browser/BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
A components/history/core/browser/history_constants.h View 1 1 chunk +23 lines, -0 lines 0 comments Download
A components/history/core/browser/history_constants.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (11 generated)
nshaik
sdefresne: PTAL
6 years, 1 month ago (2014-11-15 09:35:53 UTC) #2
sdefresne
On 2014/11/15 09:35:53, nshaik wrote: > sdefresne: > PTAL Sorry I've had a busy week ...
6 years, 1 month ago (2014-11-19 17:46:18 UTC) #3
sdefresne
Please split the CL in two. One CL to address the constants that can be ...
6 years, 1 month ago (2014-11-21 14:11:41 UTC) #4
nshaik
PTAL. @cpu: chrome/browser/diagnostics/ @jochen: chrome/common/ @sdefresne: chrome/browser/history components/history @phajdan.jr: chrome/test/base/ https://codereview.chromium.org/722723005/diff/20001/chrome/browser/history/url_utils.cc File chrome/browser/history/url_utils.cc (right): https://codereview.chromium.org/722723005/diff/20001/chrome/browser/history/url_utils.cc#newcode90 ...
6 years ago (2014-11-25 22:21:14 UTC) #7
jochen (gone - plz use gerrit)
are you committed to move the entire history system to a component? this effort seems ...
6 years ago (2014-11-25 22:45:48 UTC) #8
sdefresne
LGTM On 2014/11/25 22:45:48, jochen (slow) wrote: > are you committed to move the entire ...
6 years ago (2014-11-26 14:30:15 UTC) #9
Paweł Hajdan Jr.
chrome/test/base LGTM
6 years ago (2014-11-26 15:40:51 UTC) #10
jochen (gone - plz use gerrit)
chrome/common lgtm sdefresne, I've added you to the relevant thread
6 years ago (2014-11-26 15:53:02 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722723005/40001
6 years ago (2014-11-27 17:58:55 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg_tests_recipe on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_dbg_tests_recipe/builds/32564)
6 years ago (2014-11-27 18:21:10 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722723005/60001
6 years ago (2014-11-27 19:02:30 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/27039) linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/38110)
6 years ago (2014-11-27 19:06:09 UTC) #19
nshaik
PTAL. @tzik for: storage/browser/fileapi/
6 years ago (2014-11-27 20:37:08 UTC) #21
tzik
lgtm
6 years ago (2014-11-29 16:33:12 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722723005/80001
6 years ago (2014-11-30 03:48:50 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/21523)
6 years ago (2014-11-30 03:54:26 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/722723005/100001
6 years ago (2014-11-30 08:13:44 UTC) #28
commit-bot: I haz the power
Committed patchset #6 (id:100001)
6 years ago (2014-11-30 09:02:43 UTC) #29
commit-bot: I haz the power
6 years ago (2014-11-30 09:03:27 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b9f5bffad6a920c2f6139bc0e5f2bc91e8fc12b0
Cr-Commit-Position: refs/heads/master@{#306130}

Powered by Google App Engine
This is Rietveld 408576698