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

Issue 66163002: Wrap Directory.watch on Mac OS for the watcher package. (Closed)

Created:
7 years, 1 month ago by nweiz
Modified:
7 years, 1 month ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Wrap Directory.watch on Mac OS for the watcher package. R=rnystrom@google.com BUG=14428 Committed: https://code.google.com/p/dart/source/detail?r=30168

Patch Set 1 #

Total comments: 27

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+915 lines, -15 lines) Patch
M pkg/pkg.status View 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/watcher/lib/src/constructable_file_system_event.dart View 1 chunk +60 lines, -0 lines 0 comments Download
M pkg/watcher/lib/src/directory_watcher.dart View 2 chunks +2 lines, -0 lines 0 comments Download
M pkg/watcher/lib/src/directory_watcher/linux.dart View 1 chunk +0 lines, -2 lines 0 comments Download
A pkg/watcher/lib/src/directory_watcher/mac_os.dart View 1 1 chunk +355 lines, -0 lines 0 comments Download
A pkg/watcher/lib/src/path_set.dart View 1 1 chunk +168 lines, -0 lines 0 comments Download
M pkg/watcher/lib/src/utils.dart View 1 chunk +4 lines, -0 lines 0 comments Download
A + pkg/watcher/test/directory_watcher/mac_os_test.dart View 2 chunks +17 lines, -12 lines 0 comments Download
M pkg/watcher/test/directory_watcher/shared.dart View 2 chunks +18 lines, -0 lines 0 comments Download
A pkg/watcher/test/no_subscription/mac_os_test.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A pkg/watcher/test/path_set_test.dart View 1 1 chunk +235 lines, -0 lines 0 comments Download
A + pkg/watcher/test/ready/mac_os_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/watcher/test/utils.dart View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years, 1 month ago (2013-11-08 02:19:46 UTC) #1
Bob Nystrom
https://codereview.chromium.org/66163002/diff/1/pkg/watcher/lib/src/directory_watcher/mac_os.dart File pkg/watcher/lib/src/directory_watcher/mac_os.dart (right): https://codereview.chromium.org/66163002/diff/1/pkg/watcher/lib/src/directory_watcher/mac_os.dart#newcode20 pkg/watcher/lib/src/directory_watcher/mac_os.dart:20: /// FSEvents has two main idiosynchrasies that this class ...
7 years, 1 month ago (2013-11-09 00:42:57 UTC) #2
nweiz
https://codereview.chromium.org/66163002/diff/1/pkg/watcher/lib/src/directory_watcher/mac_os.dart File pkg/watcher/lib/src/directory_watcher/mac_os.dart (right): https://codereview.chromium.org/66163002/diff/1/pkg/watcher/lib/src/directory_watcher/mac_os.dart#newcode20 pkg/watcher/lib/src/directory_watcher/mac_os.dart:20: /// FSEvents has two main idiosynchrasies that this class ...
7 years, 1 month ago (2013-11-09 02:19:25 UTC) #3
Bob Nystrom
LGTM!
7 years, 1 month ago (2013-11-11 18:44:08 UTC) #4
nweiz
7 years, 1 month ago (2013-11-11 19:47:31 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r30168 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698