|
DomStorage commit task sequencing. Use two workerpool task sequences (primary vs commit) instead of one to avoid DomStorage access queuing up behind commits.
* Initialization, shutdown, and administrative tasks are performed as shutdown-blocking primary sequence tasks.
* Methods that return values to the java-scriptable interface are performed as non-shutdown-blocking primary sequence tasks.
* Internal tasks related to committing changes to disk are performed as shutdown-blocking commit sequence tasks.
BUG= 106763
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127981
Total comments: 15
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+482 lines, -194 lines) |
Patch |
 |
M |
content/browser/dom_storage/dom_storage_context_impl_new.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+19 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/browser/dom_storage/dom_storage_message_filter_new.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_area.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+28 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_area.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+116 lines, -51 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_area_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+175 lines, -27 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_context.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_context.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_database.h
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_database.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_database_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_namespace.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_namespace.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_task_runner.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+55 lines, -38 lines |
0 comments
|
Download
|
 |
M |
webkit/dom_storage/dom_storage_task_runner.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+37 lines, -41 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|