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

Issue 140183004: Move all run-loop calls into the run-loop thread, and use correct memory handling (retain/release). (Closed)

Created:
6 years, 10 months ago by Anders Johnsen
Modified:
6 years, 10 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Move all run-loop calls into the run-loop thread, and use correct memory handling (retain/release). BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32421

Patch Set 1 #

Total comments: 14

Patch Set 2 : Review comments and memory fixes. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+125 lines, -72 lines) Patch
M runtime/bin/file_system_watcher_macos.cc View 1 10 chunks +125 lines, -72 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
6 years, 10 months ago (2014-02-07 08:05:07 UTC) #1
Søren Gjesse
lgtm, with comments https://codereview.chromium.org/140183004/diff/1/runtime/bin/file_system_watcher_macos.cc File runtime/bin/file_system_watcher_macos.cc (right): https://codereview.chromium.org/140183004/diff/1/runtime/bin/file_system_watcher_macos.cc#newcode68 runtime/bin/file_system_watcher_macos.cc:68: ref_(NULL) { Please keep this code ...
6 years, 10 months ago (2014-02-07 10:20:02 UTC) #2
Anders Johnsen
https://codereview.chromium.org/140183004/diff/1/runtime/bin/file_system_watcher_macos.cc File runtime/bin/file_system_watcher_macos.cc (right): https://codereview.chromium.org/140183004/diff/1/runtime/bin/file_system_watcher_macos.cc#newcode68 runtime/bin/file_system_watcher_macos.cc:68: ref_(NULL) { On 2014/02/07 10:20:02, Søren Gjesse wrote: > ...
6 years, 10 months ago (2014-02-07 12:49:24 UTC) #3
Anders Johnsen
Committed patchset #2 manually as r32421 (presubmit successful).
6 years, 10 months ago (2014-02-07 12:49:45 UTC) #4
Søren Gjesse
https://codereview.chromium.org/140183004/diff/60001/runtime/bin/file_system_watcher_macos.cc File runtime/bin/file_system_watcher_macos.cc (right): https://codereview.chromium.org/140183004/diff/60001/runtime/bin/file_system_watcher_macos.cc#newcode308 runtime/bin/file_system_watcher_macos.cc:308: #ifdef DEBUG Please get rid of all the #ifdef/#endif, ...
6 years, 10 months ago (2014-02-07 13:03:25 UTC) #5
Anders Johnsen
6 years, 10 months ago (2014-02-07 13:16:11 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/140183004/diff/60001/runtime/bin/file_system_...
File runtime/bin/file_system_watcher_macos.cc (right):

https://codereview.chromium.org/140183004/diff/60001/runtime/bin/file_system_...
runtime/bin/file_system_watcher_macos.cc:308: #ifdef DEBUG
On 2014/02/07 13:03:25, Søren Gjesse wrote:
> Please get rid of all the #ifdef/#endif, and add a comment saying that
threadId_
> is only used in debug mode.

Done.

Powered by Google App Engine
This is Rietveld 408576698