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

Issue 2611843004: Implement throttling behavior for LocalStorage mojo messages.

Created:
3 years, 11 months ago by Marijn Kruisselbrink
Modified:
3 years, 11 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, blink-reviews, darin (slow to review)
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement throttling behavior for LocalStorage mojo messages. If too many messages are in flight block until all have been processed, matching throttling behavior of IPC based local storage implementation. BUG=676572 BUG=586194

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -21 lines) Patch
M content/browser/leveldb_wrapper_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/leveldb_wrapper_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/leveldb_wrapper.mojom View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/dom_storage/local_storage_cached_area.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/dom_storage/local_storage_cached_area.cc View 4 chunks +12 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/interface_endpoint_client.h View 1 chunk +5 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/interface_ptr.h View 1 chunk +8 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/interface_ptr_state.h View 4 chunks +16 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/multiplex_router.h View 3 chunks +18 lines, -14 lines 0 comments Download
M mojo/public/cpp/bindings/lib/multiplex_router.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/LayoutTests/TestExpectations View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (3 generated)
Marijn Kruisselbrink
The CQ bit was checked by mek@chromium.org to run a CQ dry run
3 years, 11 months ago (2017-01-04 23:30:00 UTC) #1
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2611843004/1
3 years, 11 months ago (2017-01-04 23:30:32 UTC) #2
Marijn Kruisselbrink
3 years, 11 months ago (2017-01-05 00:49:47 UTC) #3
The CQ bit was unchecked by mek@chromium.org

Powered by Google App Engine
This is Rietveld 408576698