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

Issue 48493003: Make FileSystemWatcher work on MIPS and make watching on android the same as linux. (Closed)

Created:
7 years, 1 month ago by Anders Johnsen
Modified:
7 years, 1 month ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make FileSystemWatcher work on MIPS and make watching on android the same as linux. BUG=https://code.google.com/p/dart/issues/detail?id=13553 R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=29548

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M runtime/bin/file_system_watcher_android.cc View 2 chunks +9 lines, -3 lines 2 comments Download
M runtime/bin/file_system_watcher_linux.cc View 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
7 years, 1 month ago (2013-10-30 14:00:07 UTC) #1
Søren Gjesse
lgtm https://codereview.chromium.org/48493003/diff/1/runtime/bin/file_system_watcher_android.cc File runtime/bin/file_system_watcher_android.cc (right): https://codereview.chromium.org/48493003/diff/1/runtime/bin/file_system_watcher_android.cc#newcode27 runtime/bin/file_system_watcher_android.cc:27: int fd = TEMP_FAILURE_RETRY(inotify_init()); Please add a comment ...
7 years, 1 month ago (2013-10-30 14:05:51 UTC) #2
Anders Johnsen
https://codereview.chromium.org/48493003/diff/1/runtime/bin/file_system_watcher_android.cc File runtime/bin/file_system_watcher_android.cc (right): https://codereview.chromium.org/48493003/diff/1/runtime/bin/file_system_watcher_android.cc#newcode27 runtime/bin/file_system_watcher_android.cc:27: int fd = TEMP_FAILURE_RETRY(inotify_init()); On 2013/10/30 14:05:51, Søren Gjesse ...
7 years, 1 month ago (2013-10-30 14:17:21 UTC) #3
Anders Johnsen
7 years, 1 month ago (2013-10-30 14:17:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r29548 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698