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

Issue 17003010: Port BrowsingDataDatabaseHelper to webkit_database::DatabaseIdentifier (Closed)

Created:
7 years, 6 months ago by jamesr
Modified:
7 years, 6 months ago
Reviewers:
michaeln, Nico
CC:
chromium-reviews, markusheintz_, darin-cc_chromium.org
Visibility:
Public.

Description

Port BrowsingDataDatabaseHelper to webkit_database::DatabaseIdentifier This avoids a hop over to the webkit thread to construct an origin identifier and a dependency on third_party/WebKit for WebSecurityOrigin. R=michaeln BUG=237267 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207555

Patch Set 1 #

Total comments: 5

Patch Set 2 : fix mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -69 lines) Patch
M chrome/browser/browsing_data/browsing_data_database_helper.h View 4 chunks +4 lines, -15 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_database_helper.cc View 8 chunks +16 lines, -38 lines 0 comments Download
M chrome/browser/browsing_data/browsing_data_database_helper_browsertest.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/browsing_data/cookies_tree_model.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/browsing_data/mock_browsing_data_database_helper.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm View 1 1 chunk +4 lines, -4 lines 0 comments Download
M webkit/common/database/database_identifier.h View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
7 years, 6 months ago (2013-06-19 22:10:46 UTC) #1
jamesr
https://codereview.chromium.org/17003010/diff/1/webkit/common/database/database_identifier.h File webkit/common/database/database_identifier.h (right): https://codereview.chromium.org/17003010/diff/1/webkit/common/database/database_identifier.h#newcode5 webkit/common/database/database_identifier.h:5: #ifndef WEBKIT_COMMON_DATABASE_DATABASE_IDENTIFIER_H_ this is a big whoopsie - I ...
7 years, 6 months ago (2013-06-19 22:11:10 UTC) #2
jamesr
https://codereview.chromium.org/17003010/diff/1/chrome/browser/browsing_data/browsing_data_database_helper.cc File chrome/browser/browsing_data/browsing_data_database_helper.cc (right): https://codereview.chromium.org/17003010/diff/1/chrome/browser/browsing_data/browsing_data_database_helper.cc#newcode217 chrome/browser/browsing_data/browsing_data_database_helper.cc:217: BrowserThread::PostTask( this still PostTask()s to its own thread just ...
7 years, 6 months ago (2013-06-19 22:12:48 UTC) #3
michaeln
lgtm https://codereview.chromium.org/17003010/diff/1/chrome/browser/browsing_data/browsing_data_database_helper.cc File chrome/browser/browsing_data/browsing_data_database_helper.cc (left): https://codereview.chromium.org/17003010/diff/1/chrome/browser/browsing_data/browsing_data_database_helper.cc#oldcode226 chrome/browser/browsing_data/browsing_data_database_helper.cc:226: WebSecurityOrigin::createFromString( this was silly code, there was never ...
7 years, 6 months ago (2013-06-19 23:28:29 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/17003010/1
7 years, 6 months ago (2013-06-20 01:48:28 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-20 04:23:03 UTC) #6
jamesr
Nico - could you take a look at chrome/browser/ui/cocoa/content_settings/cookie_details_unittest.mm ?
7 years, 6 months ago (2013-06-20 17:00:24 UTC) #7
Nico
cocoa lgtm
7 years, 6 months ago (2013-06-20 17:02:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/17003010/23001
7 years, 6 months ago (2013-06-20 17:07:45 UTC) #9
commit-bot: I haz the power
7 years, 6 months ago (2013-06-20 20:48:28 UTC) #10
Message was sent while issue was closed.
Change committed as 207555

Powered by Google App Engine
This is Rietveld 408576698