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

Issue 12211019: Adding helper script to make it easy to run common DOM tasks. (Closed)

Created:
7 years, 10 months ago by blois
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Adding helper script to make it easy to run common DOM tasks. I'm not much of a python person, so there's probably cleaner ways of doing some of this. It's primarily a script that I've been using locally for quite a while, but seems like it'd be useful for others as well. It's not intended to cover every single scenario, just make the common ones easy. It prints out the commands it executes so if there is a problem, hopefully you can easily debug it. BUG= Committed: https://code.google.com/p/dart/source/detail?r=19648

Patch Set 1 : #

Total comments: 19

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -0 lines) Patch
A tools/dom/dom.py View 1 1 chunk +151 lines, -0 lines 1 comment Download

Messages

Total messages: 10 (0 generated)
blois
7 years, 10 months ago (2013-02-05 19:55:14 UTC) #1
Andrei Mouravski
lgtm
7 years, 10 months ago (2013-02-05 20:10:06 UTC) #2
vsm
Cool! Mostly nits. https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py File tools/dom/dom.py (right): https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py#newcode3 tools/dom/dom.py:3: # Copyright (c) 2012, the Dart ...
7 years, 10 months ago (2013-02-05 20:29:24 UTC) #3
Anton Muhin
various DBCs https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py File tools/dom/dom.py (right): https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py#newcode19 tools/dom/dom.py:19: argv = [] this is not necessary ...
7 years, 10 months ago (2013-02-06 11:52:28 UTC) #4
Emily Fortuna
https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py File tools/dom/dom.py (right): https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py#newcode15 tools/dom/dom.py:15: dart_out_dir = 'out/ReleaseIA32/' On 2013/02/05 20:29:24, vsm wrote: > ...
7 years, 10 months ago (2013-02-06 18:36:14 UTC) #5
blois
Thanks for the feedback all! Updated with a bunch of cleanup, should now support other ...
7 years, 10 months ago (2013-02-06 22:36:27 UTC) #6
Emily Fortuna
https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py File tools/dom/dom.py (right): https://codereview.chromium.org/12211019/diff/3/tools/dom/dom.py#newcode21 tools/dom/dom.py:21: def process(self, argv): On 2013/02/06 22:36:27, blois wrote: > ...
7 years, 10 months ago (2013-02-06 22:52:39 UTC) #7
Andrei Mouravski
lgtm Ping?
7 years, 9 months ago (2013-03-07 00:59:31 UTC) #8
blois
On 2013/03/07 00:59:31, Andrei Mouravski wrote: > lgtm > > Ping? Adding http_server command to ...
7 years, 9 months ago (2013-03-07 18:18:33 UTC) #9
blois
7 years, 9 months ago (2013-03-07 18:18:52 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 manually as r19648 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698