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

Issue 2720793005: Add Open my editor (Closed)

Created:
3 years, 9 months ago by chaopeng
Modified:
3 years, 9 months ago
Reviewers:
watk, Nico
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add Open my editor OME is an tools for opening file in local editor by right click menu in Chromium Code Search, Chromium Code Review and Chromium Build. BUG= Review-Url: https://codereview.chromium.org/2720793005 Cr-Commit-Position: refs/heads/master@{#454665} Committed: https://chromium.googlesource.com/chromium/src/+/0d691b46e218d6cd559c58d06c0360d0cc048958

Patch Set 1 #

Total comments: 3

Patch Set 2 : add owners and change to py2 #

Total comments: 26

Patch Set 3 : watk's comments addressed #

Patch Set 4 : update readme #

Total comments: 1

Patch Set 5 : change python2 to python #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+403 lines, -0 lines) Patch
A tools/chrome_extensions/open_my_editor/OWNERS View 1 1 chunk +2 lines, -0 lines 1 comment Download
A tools/chrome_extensions/open_my_editor/README.md View 1 2 3 1 chunk +54 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/ext/background.js View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/ext/cr-content.js View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/ext/cs-content.js View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/ext/icon-16.png View Binary file 0 comments Download
A tools/chrome_extensions/open_my_editor/ext/manifest.json View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/images/cr.png View Binary file 0 comments Download
A tools/chrome_extensions/open_my_editor/images/cs.png View Binary file 0 comments Download
A tools/chrome_extensions/open_my_editor/images/open-by-link-cr.png View Binary file 0 comments Download
A tools/chrome_extensions/open_my_editor/images/open-by-link-cs.png View Binary file 0 comments Download
A tools/chrome_extensions/open_my_editor/myeditor-example/qtcreator-example.py View 1 2 3 4 1 chunk +40 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/myeditor-example/vscode-example.py View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
A tools/chrome_extensions/open_my_editor/omed.py View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
chaopeng
PTAL, Thank you.
3 years, 9 months ago (2017-02-28 19:26:56 UTC) #4
Nico
can you also add an OWNERS file and ideally find a second person to own ...
3 years, 9 months ago (2017-03-02 15:47:11 UTC) #5
chaopeng
Updated, PTAL. Thank you.
3 years, 9 months ago (2017-03-02 21:34:31 UTC) #9
watk
Nice. I had to review this quickly, going OOO, so forgive me if my comments ...
3 years, 9 months ago (2017-03-02 23:13:50 UTC) #10
watk
https://codereview.chromium.org/2720793005/diff/20001/tools/chrome_extensions/open_my_editor/ext/background.js File tools/chrome_extensions/open_my_editor/ext/background.js (right): https://codereview.chromium.org/2720793005/diff/20001/tools/chrome_extensions/open_my_editor/ext/background.js#newcode65 tools/chrome_extensions/open_my_editor/ext/background.js:65: fetch('http://127.0.0.1:8989/files?f=' + res.files.join(',')); Did you consider that filenames can ...
3 years, 9 months ago (2017-03-02 23:16:04 UTC) #11
chaopeng
Updated. PTAL. Thank you. https://codereview.chromium.org/2720793005/diff/20001/tools/chrome_extensions/open_my_editor/ext/background.js File tools/chrome_extensions/open_my_editor/ext/background.js (right): https://codereview.chromium.org/2720793005/diff/20001/tools/chrome_extensions/open_my_editor/ext/background.js#newcode65 tools/chrome_extensions/open_my_editor/ext/background.js:65: fetch('http://127.0.0.1:8989/files?f=' + res.files.join(',')); On 2017/03/02 ...
3 years, 9 months ago (2017-03-03 01:05:39 UTC) #12
Nico
lgtm once watk is happy. (comment below applies to all 3 py files) https://codereview.chromium.org/2720793005/diff/60001/tools/chrome_extensions/open_my_editor/myeditor-example/qtcreator-example.py File ...
3 years, 9 months ago (2017-03-03 15:43:46 UTC) #13
watk
lgtm
3 years, 9 months ago (2017-03-03 19:57:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2720793005/80001
3 years, 9 months ago (2017-03-03 20:27:34 UTC) #18
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://chromium.googlesource.com/chromium/src/+/0d691b46e218d6cd559c58d06c0360d0cc048958
3 years, 9 months ago (2017-03-03 20:48:23 UTC) #21
Nico
https://codereview.chromium.org/2720793005/diff/80001/tools/chrome_extensions/open_my_editor/OWNERS File tools/chrome_extensions/open_my_editor/OWNERS (right): https://codereview.chromium.org/2720793005/diff/80001/tools/chrome_extensions/open_my_editor/OWNERS#newcode2 tools/chrome_extensions/open_my_editor/OWNERS:2: watk@chromium.org The checked-in version of this file has only ...
3 years, 9 months ago (2017-03-22 16:13:45 UTC) #22
Nico
3 years, 9 months ago (2017-03-22 16:14:43 UTC) #23
Message was sent while issue was closed.
On 2017/03/22 16:13:45, Nico wrote:
>
https://codereview.chromium.org/2720793005/diff/80001/tools/chrome_extensions...
> File tools/chrome_extensions/open_my_editor/OWNERS (right):
> 
>
https://codereview.chromium.org/2720793005/diff/80001/tools/chrome_extensions...
> tools/chrome_extensions/open_my_editor/OWNERS:2: mailto:watk@chromium.org
> The checked-in version of this file has only one owner, while this one has
two.
> What happened?

Oh nevermind, the file just doesn't end in a newline, so the output was

thakis@thakis:~/src/chrome/src$ cat
tools/chrome_extensions/open_my_editor/OWNERS 
chaopeng@chromium.org
watk@chromium.orgthakis@thakis

and I missed the second line in front of my prompt.

Powered by Google App Engine
This is Rietveld 408576698