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

Issue 2496063002: Rename WebKitFinder -> BlinkFinder. (Closed)

Created:
4 years, 1 month ago by qyearsley
Modified:
4 years, 1 month ago
Reviewers:
Dirk Pranke
CC:
blink-reviews, blink-reviews-style_chromium.org, blink-reviews-w3ctests_chromium.org, chromium-reviews, ojan, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename WebKitFinder -> BlinkFinder. This is part of a general effort to rename things from WebKit to Blink. This change includes: Module webkit_finder -> blink_finder Class WebKitFinder -> BlinkFinder Method webkit_base -> blink_base Method path_from_webkit_base -> path_from_blink_base BUG=652114

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+122 lines, -326 lines) Patch
A + third_party/WebKit/Tools/Scripts/webkitpy/common/blink_finder.py View 4 chunks +24 lines, -52 lines 0 comments Download
A + third_party/WebKit/Tools/Scripts/webkitpy/common/blink_finder_unittest.py View 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer.py View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/baselineoptimizer_unittest.py View 3 chunks +5 lines, -5 lines 0 comments Download
D third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder.py View 1 chunk +0 lines, -137 lines 0 comments Download
D third_party/WebKit/Tools/Scripts/webkitpy/common/webkit_finder_unittest.py View 1 chunk +0 lines, -38 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/bisect_test_ordering.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/dump_reader_multipart.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py View 6 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_unittest.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/test.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/pywebsocket.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/wptserve.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/perftestsrunner.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/style/checker_unittest.py View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/python.py View 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/rebaseline_cl.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/layout_tests_server.py View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/chromium_wpt.py View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py View 11 chunks +20 lines, -20 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_converter_unittest.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_importer.py View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/update_w3c_test_expectations.py View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (6 generated)
qyearsley
Hi Dirk, this was a change I started before, and is related to the discussion ...
4 years, 1 month ago (2016-11-14 18:36:02 UTC) #7
Dirk Pranke
I don't think this is a good idea. In particular, I think using "blink_base" to ...
4 years, 1 month ago (2016-11-14 20:36:18 UTC) #8
qyearsley
On 2016/11/14 at 20:36:18, dpranke wrote: > I don't think this is a good idea. ...
4 years, 1 month ago (2016-11-14 21:00:46 UTC) #9
jeffcarp
On 2016/11/14 at 21:00:46, qyearsley wrote: > On 2016/11/14 at 20:36:18, dpranke wrote: > > ...
4 years, 1 month ago (2016-11-14 21:14:23 UTC) #10
Dirk Pranke
4 years, 1 month ago (2016-11-14 21:19:55 UTC) #11
Message was sent while issue was closed.
On 2016/11/14 21:14:23, jeffcarp wrote:
> On 2016/11/14 at 21:00:46, qyearsley wrote:
> > On 2016/11/14 at 20:36:18, dpranke wrote:
> > > I don't think this is a good idea. In particular, I think using
"blink_base"
> to refer to third_party/WebKit is probably confusing to most Blink devs,
> particularly since there is also a (mostly empty) //blink directory.
> > 
> > Makes sense; perhaps someday if third_party/WebKit could be moved to
> src/blink, then this would be a clearer change to make.
> 
> Is src/blink or blink/ the end-goal directory? (I was under the impression it
> was the latter)

"//blink" comes from the GN notation (also the Bazel/Blaze notation), which
means 
"relative to the top of the repo". The Chromium repo is called "src", so
"//blink"
is the same thing as "src/blink". It might also be the same thing as "blink/",
I'm not
sure what you're thinking of, but "blink" definitely won't be a sibling of
"src".

Powered by Google App Engine
This is Rietveld 408576698