|
|
IndexedDB: Use url::Origin rather than GURL for representing origins
This just updates the internals of Indexed DB. GURL is still used in
content/public/browser, storage/browser/quota, and
storage/browser/database so there are still conversions Origin<->GURL
conversions on those API boundaries.
R=michaeln@chromium.org
BUG= 598424
Committed: https://crrev.com/bebef3258b61d65b2400fa7c339f56d558e69288
Cr-Commit-Position: refs/heads/master@{#387621}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+596 lines, -617 lines) |
Patch |
 |
M |
content/browser/indexed_db/indexed_db_active_blob_registry.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_active_blob_registry_unittest.cc
|
View
|
1
2
|
10 chunks |
+18 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.h
|
View
|
1
2
|
10 chunks |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store.cc
|
View
|
1
2
|
20 chunks |
+52 lines, -62 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_backing_store_unittest.cc
|
View
|
1
2
|
8 chunks |
+13 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_browsertest.cc
|
View
|
1
2
|
10 chunks |
+32 lines, -29 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.h
|
View
|
1
2
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_callbacks.cc
|
View
|
1
2
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_context_impl.h
|
View
|
1
2
|
6 chunks |
+36 lines, -27 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_context_impl.cc
|
View
|
1
2
|
14 chunks |
+124 lines, -104 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.h
|
View
|
1
2
|
2 chunks |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_database.cc
|
View
|
1
2
|
21 chunks |
+22 lines, -41 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.h
|
View
|
1
2
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_dispatcher_host.cc
|
View
|
1
2
|
9 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory.h
|
View
|
|
4 chunks |
+10 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory_impl.h
|
View
|
|
6 chunks |
+22 lines, -17 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory_impl.cc
|
View
|
1
|
22 chunks |
+79 lines, -111 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_factory_unittest.cc
|
View
|
1
2
|
22 chunks |
+31 lines, -31 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_fake_backing_store.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_internals_ui.h
|
View
|
1
2
|
3 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_internals_ui.cc
|
View
|
1
2
|
8 chunks |
+42 lines, -58 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_quota_client.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/indexed_db_unittest.cc
|
View
|
1
2
|
9 chunks |
+26 lines, -19 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/mock_indexed_db_factory.h
|
View
|
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/indexed_db/mock_indexed_db_factory.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 12 (4 generated)
|