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

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed)

Created:
7 years, 3 months ago by junjianx
Modified:
7 years, 3 months ago
CC:
chromium-reviews, dmikurube+memory_chromium.org, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Modified directory preparing for app engine for dmprof visualizer. Create static folder to put javascript and css files. Recovered index.html and index.js removed in last issue for app engine. BUG=259206 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223541

Patch Set 1 #

Total comments: 1

Patch Set 2 : Correct the file reference in template.py #

Patch Set 3 : Create shell file to copy flot files and upload project to googleplex #

Total comments: 2

Patch Set 4 : rename app.sh to run.sh according @sullivan's review #

Patch Set 5 : modify run.sh to protect internal information #

Patch Set 6 : remove index.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -3829 lines) Patch
M tools/deep_memory_profiler/.gitignore View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/dropdown-view.js View 1 chunk +0 lines, -88 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/graph-view.js View 1 chunk +0 lines, -141 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/graph-view_unittest.js View 1 chunk +0 lines, -37 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/index.css View 1 chunk +0 lines, -30 lines 0 comments Download
A tools/deep_memory_profiler/visualizer/index.html View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/menu-view.js View 1 chunk +0 lines, -104 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/profiler.js View 1 chunk +0 lines, -291 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/profiler_unittest.js View 1 chunk +0 lines, -48 lines 0 comments Download
A tools/deep_memory_profiler/visualizer/run.sh View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/dropdown-view.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/graph-view.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/graph-view_unittest.js View 1 chunk +1 line, -1 line 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/index.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/menu-view.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/profiler.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/profiler_unittest.js View 1 chunk +1 line, -1 line 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/test.html View 1 chunk +1 line, -1 line 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/README.chromium View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/jqtree.css View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/third_party/jqTree/tree.jquery.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/deep_memory_profiler/visualizer/static/utility.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/deep_memory_profiler/visualizer/template.py View 1 1 chunk +9 lines, -8 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/test.html View 1 chunk +0 lines, -23 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/LICENSE View 1 chunk +0 lines, -202 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/OWNERS View 1 chunk +0 lines, -2 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/README.chromium View 1 chunk +0 lines, -29 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/README.md View 1 chunk +0 lines, -21 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/jqtree.css View 1 chunk +0 lines, -139 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/third_party/jqTree/tree.jquery.js View 1 chunk +0 lines, -2609 lines 0 comments Download
D tools/deep_memory_profiler/visualizer/utility.js View 1 chunk +0 lines, -66 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
junjianx
I modified the directory structure for app engine, please review it, thanks.
7 years, 3 months ago (2013-09-05 09:51:39 UTC) #1
sullivan
https://codereview.chromium.org/23777005/diff/1/tools/deep_memory_profiler/visualizer/index.html File tools/deep_memory_profiler/visualizer/index.html (right): https://codereview.chromium.org/23777005/diff/1/tools/deep_memory_profiler/visualizer/index.html#newcode29 tools/deep_memory_profiler/visualizer/index.html:29: </body> Sorry I'm a little confused, but didn't you ...
7 years, 3 months ago (2013-09-05 14:42:05 UTC) #2
junjianx
On 2013/09/05 14:42:05, sullivan wrote: > https://codereview.chromium.org/23777005/diff/1/tools/deep_memory_profiler/visualizer/index.html > File tools/deep_memory_profiler/visualizer/index.html (right): > > https://codereview.chromium.org/23777005/diff/1/tools/deep_memory_profiler/visualizer/index.html#newcode29 > ...
7 years, 3 months ago (2013-09-06 01:08:59 UTC) #3
Dai Mikurube (NOT FULLTIME)
We're rethinking the directory structure for App Engine. Wait a moment... Almost all the JavaScript ...
7 years, 3 months ago (2013-09-06 04:49:23 UTC) #4
junjianx
@Dai, I wrote the shell file we talked about, please review this issue again, thanks
7 years, 3 months ago (2013-09-06 05:57:15 UTC) #5
junjianx.google
Hello, @sullivan. I'd like to explain the new stage of dmprof visualizer including the description ...
7 years, 3 months ago (2013-09-09 04:53:44 UTC) #6
sullivan
Overall this looks good, but it would be great to use an open-source tool to ...
7 years, 3 months ago (2013-09-09 14:03:19 UTC) #7
junjianx
Fixed the review problem. https://codereview.chromium.org/23777005/diff/11001/tools/deep_memory_profiler/visualizer/app.sh File tools/deep_memory_profiler/visualizer/app.sh (right): https://codereview.chromium.org/23777005/diff/11001/tools/deep_memory_profiler/visualizer/app.sh#newcode12 tools/deep_memory_profiler/visualizer/app.sh:12: /google/data/ro/projects/apphosting/tools/appcfg_over_stubby.par update . We plan ...
7 years, 3 months ago (2013-09-10 07:39:27 UTC) #8
junjianx
Modified run.sh to protect internal information
7 years, 3 months ago (2013-09-10 08:31:26 UTC) #9
sullivan
lgtm
7 years, 3 months ago (2013-09-10 13:29:07 UTC) #10
junjianx
On 2013/09/10 13:29:07, sullivan wrote: > lgtm Thanks for your review :)
7 years, 3 months ago (2013-09-11 10:37:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/junjianx@chromium.org/23777005/29001
7 years, 3 months ago (2013-09-17 05:12:21 UTC) #12
commit-bot: I haz the power
7 years, 3 months ago (2013-09-17 05:13:59 UTC) #13
Message was sent while issue was closed.
Change committed as 223541

Powered by Google App Engine
This is Rietveld 408576698