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

Issue 2826753002: Fix a bug of black area on window close (Closed)

Created:
3 years, 8 months ago by weidongg
Modified:
3 years, 8 months ago
Reviewers:
afakhry
CC:
chromium-reviews, arv+watch_chromium.org, apacible+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix a bug of black area on window close Delay 100 ms before closing the window to give some time for rendering jobs to be done. BUG=649218 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2826753002 Cr-Commit-Position: refs/heads/master@{#465732} Committed: https://chromium.googlesource.com/chromium/src/+/476724766017697a95a37e4b29db33005b075dbb

Patch Set 1 #

Patch Set 2 : Forgot an empty line. #

Total comments: 2

Patch Set 3 : Write handling in one function to reduce coupling factor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -4 lines) Patch
M chrome/browser/resources/feedback/js/feedback.js View 1 2 4 chunks +10 lines, -3 lines 0 comments Download
M chrome/browser/resources/feedback/js/topbar_handlers.js View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (5 generated)
weidongg
3 years, 8 months ago (2017-04-18 19:00:46 UTC) #3
afakhry
https://codereview.chromium.org/2826753002/diff/20001/chrome/browser/resources/feedback/js/feedback.js File chrome/browser/resources/feedback/js/feedback.js (right): https://codereview.chromium.org/2826753002/diff/20001/chrome/browser/resources/feedback/js/feedback.js#newcode204 chrome/browser/resources/feedback/js/feedback.js:204: setTimeout(function() { window.close();}, 100); code repetition is not ok. ...
3 years, 8 months ago (2017-04-18 19:07:25 UTC) #4
weidongg
https://codereview.chromium.org/2826753002/diff/20001/chrome/browser/resources/feedback/js/feedback.js File chrome/browser/resources/feedback/js/feedback.js (right): https://codereview.chromium.org/2826753002/diff/20001/chrome/browser/resources/feedback/js/feedback.js#newcode204 chrome/browser/resources/feedback/js/feedback.js:204: setTimeout(function() { window.close();}, 100); On 2017/04/18 19:07:25, afakhry wrote: ...
3 years, 8 months ago (2017-04-18 19:28:55 UTC) #5
afakhry
lgtm
3 years, 8 months ago (2017-04-19 17:11:11 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2826753002/40001
3 years, 8 months ago (2017-04-19 19:04:30 UTC) #8
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 20:35:02 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/476724766017697a95a37e4b29db...

Powered by Google App Engine
This is Rietveld 408576698