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

Issue 10874083: Enable file path watcher for Android (Closed)

Created:
8 years, 3 months ago by yongsheng
Modified:
8 years, 3 months ago
CC:
chromium-reviews, bulach+watch_chromium.org, yfriedman+watch_chromium.org, brettw-cc_chromium.org, peter+watch_chromium.org, erikwright+watch_chromium.org, ilevy+watch_chromium.org
Visibility:
Public.

Description

Enable file path watcher for Android Use the linux implementation for file path watcher because Android supports 'inotify'. This fixes the failed case UserStyleSheetWatcherTest.StyleLoad. BUG=139412 TEST=run_tests.py -s unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154387

Patch Set 1 #

Total comments: 2

Patch Set 2 : changes according to the comments #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M base/base.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M base/files/file_path_watcher_linux.cc View 1 1 chunk +3 lines, -3 lines 4 comments Download
M build/android/gtest_filter/unit_tests_disabled View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
yongsheng
please help review it. Thanks.
8 years, 3 months ago (2012-08-27 12:40:39 UTC) #1
yongsheng
On 2012/08/27 12:40:39, yongsheng wrote: > please help review it. Thanks. The fix for file_path_watcher_linux.cc ...
8 years, 3 months ago (2012-08-27 12:49:46 UTC) #2
Mattias Nissler (ping if slow)
http://codereview.chromium.org/10874083/diff/1/base/base.gypi File base/base.gypi (right): http://codereview.chromium.org/10874083/diff/1/base/base.gypi#newcode586 base/base.gypi:586: ['include', '^files/file_path_watcher_linux\\.cc$'], alphabetize http://codereview.chromium.org/10874083/diff/1/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (right): http://codereview.chromium.org/10874083/diff/1/base/files/file_path_watcher_linux.cc#newcode377 base/files/file_path_watcher_linux.cc:377: ...
8 years, 3 months ago (2012-08-27 12:53:02 UTC) #3
yongsheng
thanks for your review, Mattias. Reviewers, any comments?
8 years, 3 months ago (2012-08-28 03:09:18 UTC) #4
nilesh
LGTM
8 years, 3 months ago (2012-08-28 03:36:35 UTC) #5
Mattias Nissler (ping if slow)
LGTM
8 years, 3 months ago (2012-08-28 11:06:14 UTC) #6
yongsheng
On 2012/08/28 11:06:14, Mattias Nissler wrote: > LGTM thanks.
8 years, 3 months ago (2012-08-29 01:29:03 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10874083/5001
8 years, 3 months ago (2012-08-29 01:31:21 UTC) #8
commit-bot: I haz the power
Presubmit check for 10874083-5001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-08-29 01:31:25 UTC) #9
yongsheng
hi, brettw, need your review. Thanks.
8 years, 3 months ago (2012-08-29 01:33:35 UTC) #10
brettw
overloaded, please find another reviewer
8 years, 3 months ago (2012-08-29 06:53:34 UTC) #11
yongsheng
On 2012/08/29 06:53:34, brettw wrote: > overloaded, please find another reviewer hi, Jim, could you ...
8 years, 3 months ago (2012-08-29 06:55:10 UTC) #12
yongsheng
mark, could you please help review it? thanks.
8 years, 3 months ago (2012-08-30 01:20:10 UTC) #13
jar (doing other things)
I had a question below.... but the change LGTM. http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (left): http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc#oldcode376 base/files/file_path_watcher_linux.cc:376: ...
8 years, 3 months ago (2012-08-30 02:47:25 UTC) #14
Mark Mentovai
http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (right): http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc#newcode376 base/files/file_path_watcher_linux.cc:376: std::vector<FilePath::StringType>::const_iterator comp = comps.begin(); Why are you changing this?
8 years, 3 months ago (2012-08-30 02:50:41 UTC) #15
yongsheng
thanks for your comments. http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (right): http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc#newcode376 base/files/file_path_watcher_linux.cc:376: std::vector<FilePath::StringType>::const_iterator comp = comps.begin(); The ...
8 years, 3 months ago (2012-08-30 03:06:30 UTC) #16
yongsheng
I'll commit it if no other issues. http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc File base/files/file_path_watcher_linux.cc (left): http://codereview.chromium.org/10874083/diff/5001/base/files/file_path_watcher_linux.cc#oldcode376 base/files/file_path_watcher_linux.cc:376: for (std::vector<FilePath::StringType>::const_iterator ...
8 years, 3 months ago (2012-08-30 04:50:16 UTC) #17
Mark Mentovai
LGTM
8 years, 3 months ago (2012-08-30 12:24:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yongsheng.zhu@intel.com/10874083/5001
8 years, 3 months ago (2012-08-31 01:34:42 UTC) #19
commit-bot: I haz the power
8 years, 3 months ago (2012-08-31 05:27:17 UTC) #20
Change committed as 154387

Powered by Google App Engine
This is Rietveld 408576698