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

Issue 21334002: Revert 214160 "Implement Worker-MainThread bridge for FileSystem..." (Closed)

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

Description

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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214599

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -338 lines) Patch
M trunk/src/content/child/fileapi/file_system_dispatcher.h View 2 chunks +1 line, -5 lines 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 +14 lines, -0 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_callback_adapters.cc View 1 chunk +31 lines, -0 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_impl.h View 3 chunks +2 lines, -10 lines 0 comments Download
MM trunk/src/content/child/fileapi/webfilesystem_impl.cc View 5 chunks +86 lines, -316 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 06:52:10 UTC) #1
kinuko
7 years, 4 months ago (2013-07-31 06:52:27 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r214599.

Powered by Google App Engine
This is Rietveld 408576698