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

Issue 23463007: file_manager: Fix a bug where hosted documents could not be opened without active browser window. (Closed)

Created:
7 years, 3 months ago by satorux1
Modified:
7 years, 3 months ago
Reviewers:
kinaba
CC:
chromium-reviews, extensions-reviews_chromium.org, nkostylev+watch_chromium.org, rginda+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

file_manager: Fix a bug where hosted documents could not be opened without active browser window. This is likely a regression caused by r219217. Previously, hosted documents were opened with fileBrowserPrivate.viewFiles(), but r219217 replaced viewFiles() with executeTask(). The logic in executeTask() didn't handle the case where there were no active browser windows correctly. BUG=280936 TEST=see the bug R=kinaba@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220522

Patch Set 1 : #

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -24 lines) Patch
M chrome/browser/chromeos/extensions/file_manager/file_browser_handlers.cc View 1 chunk +3 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/open_with_browser.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/open_with_browser.cc View 7 chunks +24 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
satorux1
7 years, 3 months ago (2013-08-29 06:11:45 UTC) #1
kinaba
lgtm
7 years, 3 months ago (2013-08-29 06:33:46 UTC) #2
satorux1
7 years, 3 months ago (2013-08-30 06:45:52 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r220522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698