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

Issue 661063002: DevTools: wrong event was used as an indicator of finished write operation. (Closed)

Created:
6 years, 2 months ago by loislo
Modified:
6 years, 2 months ago
Reviewers:
vsevik, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Project:
blink
Visibility:
Public.

Description

DevTools: wrong event was used as an indicator of finished write operation. FileWriter calls onwrite as notification about the progress of writing. So If we call write again from the onwrite event handler FileWriter fails to do that. Actually we need to use onwriteend callback. BUG=423843 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183886

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -4 lines) Patch
M Source/devtools/front_end/bindings/TempFile.js View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
loislo
ptal
6 years, 2 months ago (2014-10-17 09:45:42 UTC) #2
yurys
lgtm
6 years, 2 months ago (2014-10-17 09:49:03 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/661063002/1
6 years, 2 months ago (2014-10-17 09:50:17 UTC) #5
commit-bot: I haz the power
6 years, 2 months ago (2014-10-17 12:54:51 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 183886

Powered by Google App Engine
This is Rietveld 408576698