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

Issue 21008006: Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..." (Closed)

Created:
7 years, 4 months ago by kinuko
Modified:
7 years, 4 months ago
Reviewers:
kinuko
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 214599 "Revert 214160 "Implement Worker-MainThread bridge..." > Revert 214160 "Implement Worker-MainThread bridge for FileSystem..." > > Suspected to have performance regression, let's see if this changes anything > > BUG=265658 > > > Implement Worker-MainThread bridge for FileSystem API in Chrome > > > > This basically adds the same worker/mainThread bridge functionality > > for FileSystem API in Chrome side. > > > > Keeping bridge code around is suboptimal, but this allows us to remove > > bridge code in Blink side which in turn allows us to make further > > worker-related cleanups in Blink. > > > > This change doesn't contain FileWriter related changes yet. > > (For reference, combined patch is uploaded here: > > https://codereview.chromium.org/19287010/) > > > > BUG=257349 > > TEST=no behavioral changes yet > > R=atwilson@chromium.org, jochen@chromium.org, michaeln@chromium.org, tzik@chromium.org > > > > Review URL: https://codereview.chromium.org/19387002 > > TBR=kinuko@chromium.org > > Review URL: https://codereview.chromium.org/21334002 TBR=kinuko@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214654

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+338 lines, -141 lines) Patch
M trunk/src/content/child/fileapi/file_system_dispatcher.h View 2 chunks +5 lines, -1 line 0 comments Download
M trunk/src/content/child/fileapi/file_system_dispatcher.cc View 3 chunks +5 lines, -5 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_callback_adapters.h View 1 chunk +0 lines, -14 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_callback_adapters.cc View 1 chunk +0 lines, -31 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_impl.h View 3 chunks +10 lines, -2 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_impl.cc View 5 chunks +316 lines, -86 lines 0 comments Download
MM trunk/src/content/renderer/renderer_webkitplatformsupport_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
MM trunk/src/content/worker/worker_webkitplatformsupport_impl.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
kinuko
7 years, 4 months ago (2013-07-31 09:35:59 UTC) #1
kinuko
7 years, 4 months ago (2013-07-31 09:37:33 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r214654.

Powered by Google App Engine
This is Rietveld 408576698