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

Issue 662393004: DevTools: scripts: remove manual path concatenation / splitting (Closed)

Created:
6 years, 2 months ago by eustas
Modified:
6 years, 2 months ago
Reviewers:
apavlov, yurys
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

DevTools: scripts: remove manual path concatenation / splitting Use python platform-dependent methods for this. + cleanup imports + fix execution bit BUG=425468 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184158

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -17 lines) Patch
M Source/devtools/PRESUBMIT.py View 1 4 chunks +10 lines, -9 lines 0 comments Download
M Source/devtools/scripts/devtools_file_hashes.py View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/devtools/scripts/optimize_png_images.py View 1 2 3 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (2 generated)
eustas
6 years, 2 months ago (2014-10-21 14:07:24 UTC) #2
apavlov
lgtm https://codereview.chromium.org/662393004/diff/1/Source/devtools/PRESUBMIT.py File Source/devtools/PRESUBMIT.py (right): https://codereview.chromium.org/662393004/diff/1/Source/devtools/PRESUBMIT.py#newcode79 Source/devtools/PRESUBMIT.py:79: images_src_path = input_api.os_path.join("devtools", "front_end", "Images", "src") You can ...
6 years, 2 months ago (2014-10-21 14:13:50 UTC) #3
apavlov
devtools_file_hashes.py also has '/' hardcoded. Perhaps, the issue subject should be modified accordingly.
6 years, 2 months ago (2014-10-21 14:23:53 UTC) #4
eustas
PTAL yurys@ your review is also required
6 years, 2 months ago (2014-10-21 15:24:35 UTC) #5
apavlov
Please fix the subject again. Also, PRESUBMIT.py will not become platform-agnostic until we remove the ...
6 years, 2 months ago (2014-10-22 06:32:42 UTC) #6
yurys
lgtm
6 years, 2 months ago (2014-10-22 07:12:25 UTC) #7
eustas
https://codereview.chromium.org/662393004/diff/20001/Source/devtools/scripts/devtools_file_hashes.py File Source/devtools/scripts/devtools_file_hashes.py (right): https://codereview.chromium.org/662393004/diff/20001/Source/devtools/scripts/devtools_file_hashes.py#newcode31 Source/devtools/scripts/devtools_file_hashes.py:31: import os.path On 2014/10/22 06:32:42, apavlov wrote: > from ...
6 years, 2 months ago (2014-10-22 08:08:10 UTC) #8
apavlov
lgtm
6 years, 2 months ago (2014-10-22 08:21:59 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/662393004/40001
6 years, 2 months ago (2014-10-22 08:25:13 UTC) #11
commit-bot: I haz the power
6 years, 2 months ago (2014-10-22 09:39:47 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 184158

Powered by Google App Engine
This is Rietveld 408576698