|
|
[Offline pages] Applying TaskQueue to RequestQueue::ChangeRequestsState
* Creates a task to change requests state with tests
* Updates how RequestQueue performs ChangeRequestsState
* Removes ChangeRequestsState from the store
BUG= 645522, 651238
Committed: https://crrev.com/1a98a5ef6b896c298d56f941108ce8df56ef0fde
Cr-Commit-Position: refs/heads/master@{#422316}
Total comments: 10
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+401 lines, -276 lines) |
Patch |
 |
M |
components/offline_pages/background/BUILD.gn
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/offline_pages/background/change_requests_state_task.h
|
View
|
1
2
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/offline_pages/background/change_requests_state_task.cc
|
View
|
1
2
|
1 chunk |
+90 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/offline_pages/background/change_requests_state_task_unittest.cc
|
View
|
1
|
1 chunk |
+181 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_coordinator.h
|
View
|
1
2
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_coordinator.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -18 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue.h
|
View
|
|
4 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue.cc
|
View
|
1
|
3 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_in_memory_store.h
|
View
|
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_in_memory_store.cc
|
View
|
|
2 chunks |
+1 line, -30 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_store.h
|
View
|
1
2
|
3 chunks |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_store_sql.h
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_store_sql.cc
|
View
|
|
4 chunks |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_store_unittest.cc
|
View
|
|
3 chunks |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
components/offline_pages/background/request_queue_unittest.cc
|
View
|
|
5 chunks |
+34 lines, -25 lines |
0 comments
|
Download
|
Depends on Patchset:
Dependent Patchsets:
Total messages: 24 (14 generated)
|