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

Issue 10272018: Move IndexedDBKey, IndexedDBKeyRange into content namespace (Closed)

Created:
8 years, 7 months ago by jsbell
Modified:
8 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dgrogan, alecflett
Visibility:
Public.

Description

Move IndexedDBKey, IndexedDBKeyRange into content namespace R=jam@chromium.org BUG=125589 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=135487

Patch Set 1 #

Patch Set 2 : Use "using content::*" aliasing for IDB/SSV types #

Unified diffs Side-by-side diffs Delta from patch set Stats (+267 lines, -213 lines) Patch
M content/browser/in_process_webkit/browser_webkitplatformsupport_impl.cc View 1 3 chunks +9 lines, -5 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_callbacks.cc View 1 6 chunks +9 lines, -6 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 7 chunks +11 lines, -10 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 4 chunks +11 lines, -7 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_key_utility_client.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_key_utility_client.cc View 1 13 chunks +22 lines, -21 lines 0 comments Download
M content/browser/indexed_db/idbbindingutilities_browsertest.cc View 1 15 chunks +40 lines, -36 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 6 chunks +10 lines, -10 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 8 chunks +13 lines, -9 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher_unittest.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/common/indexed_db/indexed_db_key.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_key.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_key_range.h View 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_key_range.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 15 chunks +18 lines, -18 lines 0 comments Download
M content/common/indexed_db/indexed_db_param_traits.h View 2 chunks +8 lines, -9 lines 0 comments Download
M content/common/indexed_db/indexed_db_param_traits.cc View 1 11 chunks +55 lines, -51 lines 0 comments Download
M content/common/indexed_db/proxy_webidbcursor_impl.h View 2 chunks +8 lines, -7 lines 0 comments Download
M content/common/indexed_db/proxy_webidbcursor_impl.cc View 1 5 chunks +7 lines, -4 lines 0 comments Download
M content/common/indexed_db/proxy_webidbindex_impl.cc View 1 4 chunks +7 lines, -3 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.cc View 1 7 chunks +10 lines, -7 lines 0 comments Download
M content/common/utility_messages.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/utility/utility_thread_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/utility/utility_thread_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jsbell
Migrating IDB code to content namespace. Not everything, but two of the more widely used ...
8 years, 7 months ago (2012-04-30 21:27:04 UTC) #1
jam
lgtm, thanks as you guessed, we do favor "using content::" in cc files inside content, ...
8 years, 7 months ago (2012-05-01 01:54:14 UTC) #2
jsbell
On 2012/05/01 01:54:14, John Abd-El-Malek wrote: > as you guessed, we do favor "using content::" ...
8 years, 7 months ago (2012-05-03 18:40:02 UTC) #3
jam
8 years, 7 months ago (2012-05-03 22:30:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10272018/4001
8 years, 7 months ago (2012-05-04 22:08:02 UTC) #5
commit-bot: I haz the power
8 years, 7 months ago (2012-05-04 23:37:56 UTC) #6
Change committed as 135487

Powered by Google App Engine
This is Rietveld 408576698