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

Issue 7353026: Move app/sql/* files to sql/ directory. (Closed)

Created:
9 years, 5 months ago by tfarina
Modified:
9 years, 5 months ago
Reviewers:
Robert Sesek, jamesr
CC:
chromium-reviews, michaeln, cbentzel+watch_chromium.org, Raghu Simha, ncarter (slow), tfarina, Paweł Hajdan Jr., kkania, Randy Smith (Not in Mondays), idana, darin-cc_chromium.org, brettw-cc_chromium.org, tim (not reviewing), dhollowa, darin (slow to review)
Visibility:
Public.

Description

Move app/sql/* files to sql/ directory. I can't remove app/app.gyp and app/app_base.gypi yet because they are referenced by third_party gyp files :( BUG=72317 TEST=None R=rsesek@chromium.org move app/sql to sql Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93069

Patch Set 1 : #

Total comments: 2

Patch Set 2 : update DEPS files #

Patch Set 3 : alphabetize #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -2384 lines) Patch
D app/DEPS View 1 chunk +0 lines, -11 lines 0 comments Download
D app/PRESUBMIT.py View 1 chunk +0 lines, -28 lines 0 comments Download
M app/app.gyp View 1 chunk +5 lines, -5 lines 0 comments Download
M app/app_base.gypi View 1 chunk +10 lines, -10 lines 0 comments Download
D app/run_all_unittests.cc View 1 chunk +0 lines, -9 lines 0 comments Download
D app/sql/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D app/sql/connection.h View 1 chunk +0 lines, -387 lines 0 comments Download
D app/sql/connection.cc View 1 chunk +0 lines, -420 lines 0 comments Download
D app/sql/connection_unittest.cc View 1 chunk +0 lines, -106 lines 0 comments Download
D app/sql/diagnostic_error_delegate.h View 1 chunk +0 lines, -50 lines 0 comments Download
D app/sql/init_status.h View 1 chunk +0 lines, -24 lines 0 comments Download
D app/sql/meta_table.h View 1 chunk +0 lines, -83 lines 0 comments Download
D app/sql/meta_table.cc View 1 chunk +0 lines, -152 lines 0 comments Download
D app/sql/sqlite_features_unittest.cc View 1 chunk +0 lines, -100 lines 0 comments Download
D app/sql/statement.h View 1 chunk +0 lines, -167 lines 0 comments Download
D app/sql/statement.cc View 1 chunk +0 lines, -270 lines 0 comments Download
D app/sql/statement_unittest.cc View 1 chunk +0 lines, -126 lines 0 comments Download
D app/sql/transaction.h View 1 chunk +0 lines, -57 lines 0 comments Download
D app/sql/transaction.cc View 1 chunk +0 lines, -51 lines 0 comments Download
D app/sql/transaction_unittest.cc View 1 chunk +0 lines, -133 lines 0 comments Download
M build/all.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/diagnostics/sqlite_diagnostics.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/history/archived_database.h View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/history/archived_database.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/history/download_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/history_backend.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/history_database.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/history/history_database.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/history/history_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/history_unittest_base.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_database.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/history/multipart_uitest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/history/starred_url_database.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/text_database.h View 2 chunks +3 lines, -3 lines 0 comments Download
chrome/browser/history/text_database.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/history/text_database_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/thumbnail_database.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/history/thumbnail_database.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/history/top_sites_database.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/top_sites_database.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/url_database.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/url_database.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/url_database_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/visit_database.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/visit_database_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/history/visitsegment_database.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/firefox3_importer.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/nss_decryptor.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/importer/safari_importer.mm View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/importer/safari_importer_unittest.mm View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/net/sqlite_persistent_cookie_store.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/password_manager/login_database.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/login_database.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/safe_browsing/filter_false_positive_perftest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_database_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/syncable/directory_backing_store_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sync/util/user_settings_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/webdata/autofill_table.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/webdata/autofill_table_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/webdata/keyword_table.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/webdata/logins_table.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/logins_table_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/token_service_table.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_apps_table.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_database.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/webdata/web_database.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/webdata/web_database_migration_unittest.cc View 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_database_table.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/automation/proxy_launcher.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M media/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
A + sql/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + sql/connection.h View 2 chunks +3 lines, -3 lines 0 comments Download
sql/connection.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + sql/connection_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + sql/diagnostic_error_delegate.h View 2 chunks +5 lines, -5 lines 0 comments Download
A + sql/init_status.h View 1 chunk +1 line, -1 line 0 comments Download
A + sql/meta_table.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + sql/meta_table.cc View 1 chunk +4 lines, -4 lines 0 comments Download
A + sql/run_all_unittests.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
sql/sql.gyp View 2 chunks +15 lines, -15 lines 0 comments Download
A + sql/sqlite_features_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + sql/statement.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + sql/statement.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + sql/statement_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + sql/transaction.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + sql/transaction.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + sql/transaction_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/DEPS View 1 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/appcache/appcache_database.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M webkit/appcache/appcache_database_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M webkit/database/database_tracker.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/database/databases_table.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/database/databases_table_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/database/quota_table.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M webkit/database/quota_table_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/glue/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M webkit/quota/quota_database.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M webkit/quota/quota_database_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/support/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download
M webkit/tools/test_shell/DEPS View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
tfarina
9 years, 5 months ago (2011-07-13 18:35:10 UTC) #1
Robert Sesek
Two questions: 1) What in third_party depends on this? 2) Does chrome/DEPS need to be ...
9 years, 5 months ago (2011-07-13 18:55:50 UTC) #2
tfarina
On Wed, Jul 13, 2011 at 3:55 PM, <rsesek@chromium.org> wrote: > Two questions: > > ...
9 years, 5 months ago (2011-07-13 20:12:40 UTC) #3
tfarina
Please, take another look. http://codereview.chromium.org/7353026/diff/1102/chrome/browser/history/history_database.h File chrome/browser/history/history_database.h (right): http://codereview.chromium.org/7353026/diff/1102/chrome/browser/history/history_database.h#newcode9 chrome/browser/history/history_database.h:9: #include "sql/connection.h" On 2011/07/13 18:55:51, ...
9 years, 5 months ago (2011-07-13 20:24:39 UTC) #4
Robert Sesek
So this breaks upstream because WebKit pulls in /src/app and depends on the sql/ files ...
9 years, 5 months ago (2011-07-13 22:35:03 UTC) #5
jamesr
Yeah, I think you'll have to do this as a two-sided patch: 1.) Move the ...
9 years, 5 months ago (2011-07-13 22:52:12 UTC) #6
Robert Sesek
On 2011/07/13 22:52:12, jamesr wrote: > Yeah, I think you'll have to do this as ...
9 years, 5 months ago (2011-07-18 20:21:33 UTC) #7
jamesr
On 2011/07/18 20:21:33, rsesek wrote: > On 2011/07/13 22:52:12, jamesr wrote: > > Yeah, I ...
9 years, 5 months ago (2011-07-18 20:26:05 UTC) #8
Robert Sesek
On 2011/07/18 20:26:05, jamesr wrote: > On 2011/07/18 20:21:33, rsesek wrote: > > On 2011/07/13 ...
9 years, 5 months ago (2011-07-18 21:04:38 UTC) #9
jamesr
On 2011/07/18 21:04:38, rsesek wrote: > On 2011/07/18 20:26:05, jamesr wrote: > > On 2011/07/18 ...
9 years, 5 months ago (2011-07-18 21:06:27 UTC) #10
Robert Sesek
On 2011/07/18 21:06:27, jamesr wrote: > You also need to ensure that the upstream DEPS ...
9 years, 5 months ago (2011-07-18 21:07:12 UTC) #11
jamesr
On 2011/07/18 21:07:12, rsesek wrote: > On 2011/07/18 21:06:27, jamesr wrote: > > You also ...
9 years, 5 months ago (2011-07-18 21:39:23 UTC) #12
Robert Sesek
9 years, 5 months ago (2011-07-19 18:38:56 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld 408576698