RESOLVED FIXED Bug 81595
webkitpy: clean up some port._filesystem references to not reference private members
https://bugs.webkit.org/show_bug.cgi?id=81595
Summary webkitpy: clean up some port._filesystem references to not reference private ...
Dirk Pranke
Reported 2012-03-19 16:54:54 PDT
webkitpy: clean up some port._filesystem references to not reference private members
Attachments
Patch (11.64 KB, patch)
2012-03-19 16:55 PDT, Dirk Pranke
no flags
fix nit in write_image_diff_files() as well (11.77 KB, patch)
2012-03-19 17:01 PDT, Dirk Pranke
eric: review+
Dirk Pranke
Comment 1 2012-03-19 16:55:31 PDT
Dirk Pranke
Comment 2 2012-03-19 17:01:23 PDT
Created attachment 132725 [details] fix nit in write_image_diff_files() as well
Eric Seidel (no email)
Comment 3 2012-03-19 17:16:58 PDT
Comment on attachment 132725 [details] fix nit in write_image_diff_files() as well View in context: https://bugs.webkit.org/attachment.cgi?id=132725&action=review OK. > Tools/Scripts/webkitpy/layout_tests/controllers/single_test_runner.py:71 > - if port.host.filesystem.exists(expected_filename): > + if self._filesystem.exists(expected_filename): In general getting away from using "port" for these sorts of things seems good. The goal being to make "port" less of the hub/god object.
Dirk Pranke
Comment 4 2012-03-19 18:26:03 PDT
Note You need to log in before you can comment on or make changes to this bug.