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

Issue 6674043: Rewritten MountLibrary to work with non-blocking mount API calls in libcros.... (Closed)

Created:
9 years, 9 months ago by zel
Modified:
9 years, 6 months ago
Reviewers:
xiyuan, stevenjb
CC:
chromium-reviews, davemoore+watch_chromium.org
Visibility:
Public.

Description

Rewritten MountLibrary to work with non-blocking mount API calls in libcros. BUG=chromium-os:13190 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78612

Patch Set 1 #

Total comments: 38

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Total comments: 2

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+610 lines, -434 lines) Patch
M chrome/browser/chromeos/cros/mock_mount_library.h View 1 2 3 4 5 6 7 8 1 chunk +11 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/cros/mock_mount_library.cc View 1 2 3 4 5 6 7 8 1 chunk +48 lines, -17 lines 0 comments Download
M chrome/browser/chromeos/cros/mount_library.h View 1 2 3 4 5 6 7 2 chunks +56 lines, -27 lines 0 comments Download
M chrome/browser/chromeos/cros/mount_library.cc View 1 2 3 4 5 6 7 3 chunks +287 lines, -63 lines 0 comments Download
M chrome/browser/chromeos/usb_mount_observer.h View 1 2 3 4 5 6 7 4 chunks +27 lines, -11 lines 0 comments Download
M chrome/browser/chromeos/usb_mount_observer.cc View 1 2 3 4 5 6 7 6 chunks +122 lines, -77 lines 0 comments Download
M chrome/browser/chromeos/webui/imageburner_ui.h View 1 2 3 4 5 6 7 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/webui/imageburner_ui.cc View 1 2 3 4 5 6 7 2 chunks +19 lines, -11 lines 0 comments Download
M chrome/browser/sessions/session_restore.cc View 1 2 3 4 5 6 7 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 2 3 4 5 6 7 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/filebrowse_ui.cc View 1 2 3 4 5 6 7 15 chunks +21 lines, -209 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
zel
9 years, 9 months ago (2011-03-16 22:15:19 UTC) #1
stevenjb
http://codereview.chromium.org/6674043/diff/1/chrome/browser/chromeos/cros/mount_library.cc File chrome/browser/chromeos/cros/mount_library.cc (right): http://codereview.chromium.org/6674043/diff/1/chrome/browser/chromeos/cros/mount_library.cc#newcode122 chrome/browser/chromeos/cros/mount_library.cc:122: // This method will receive events that are caused ...
9 years, 9 months ago (2011-03-16 22:52:55 UTC) #2
xiyuan
http://codereview.chromium.org/6674043/diff/7003/chrome/browser/chromeos/cros/mount_library.h File chrome/browser/chromeos/cros/mount_library.h (right): http://codereview.chromium.org/6674043/diff/7003/chrome/browser/chromeos/cros/mount_library.h#newcode55 chrome/browser/chromeos/cros/mount_library.h:55: const std::string system_path() const { return system_path_; } nit: ...
9 years, 9 months ago (2011-03-17 00:23:32 UTC) #3
zel
http://codereview.chromium.org/6674043/diff/1/chrome/browser/chromeos/cros/mount_library.cc File chrome/browser/chromeos/cros/mount_library.cc (right): http://codereview.chromium.org/6674043/diff/1/chrome/browser/chromeos/cros/mount_library.cc#newcode122 chrome/browser/chromeos/cros/mount_library.cc:122: // This method will receive events that are caused ...
9 years, 9 months ago (2011-03-17 01:00:29 UTC) #4
stevenjb
LGTM, but note comment about DEPS change. http://codereview.chromium.org/6674043/diff/1/chrome/browser/sessions/session_restore.cc File chrome/browser/sessions/session_restore.cc (right): http://codereview.chromium.org/6674043/diff/1/chrome/browser/sessions/session_restore.cc#newcode662 chrome/browser/sessions/session_restore.cc:662: #endif On ...
9 years, 9 months ago (2011-03-17 01:30:37 UTC) #5
zel
http://codereview.chromium.org/6674043/diff/1014/tools/cros.DEPS/DEPS File tools/cros.DEPS/DEPS (right): http://codereview.chromium.org/6674043/diff/1014/tools/cros.DEPS/DEPS#newcode7 tools/cros.DEPS/DEPS:7: Var("chromium_git") + "/cros.git@3b12cd", On 2011/03/17 01:30:37, Steven Bennetts wrote: ...
9 years, 9 months ago (2011-03-17 01:37:20 UTC) #6
xiyuan
LGTM http://codereview.chromium.org/6674043/diff/7003/chrome/browser/sessions/session_restore.cc File chrome/browser/sessions/session_restore.cc (right): http://codereview.chromium.org/6674043/diff/7003/chrome/browser/sessions/session_restore.cc#newcode657 chrome/browser/sessions/session_restore.cc:657: #if defined(OS_CHROMEOS) On 2011/03/17 01:00:30, zel wrote: > ...
9 years, 9 months ago (2011-03-17 01:54:03 UTC) #7
zel
http://codereview.chromium.org/6674043/diff/7006/chrome/browser/chromeos/usb_mount_observer.cc File chrome/browser/chromeos/usb_mount_observer.cc (right): http://codereview.chromium.org/6674043/diff/7006/chrome/browser/chromeos/usb_mount_observer.cc#newcode94 chrome/browser/chromeos/usb_mount_observer.cc:94: OnDiskAdded(disk); On 2011/03/17 01:54:03, xiyuan wrote: > nit: one ...
9 years, 9 months ago (2011-03-17 01:57:46 UTC) #8
stevenjb
9 years, 9 months ago (2011-03-17 21:32:04 UTC) #9
Changes through patch set 9 LGTM.

Powered by Google App Engine
This is Rietveld 408576698