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

Issue 10824173: Enable CNS to serve files from different port. (Closed)

Created:
8 years, 4 months ago by shadi
Modified:
8 years, 4 months ago
Reviewers:
DaleCurtis
CC:
chromium-reviews, feature-media-reviews_chromium.org, pam+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Enable CNS to serve files from different port. Add --local-server-port option that allows CNS to serve files from different server port. This allows us to serve files from an available local Apache port. BUG=140594 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150944

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -35 lines) Patch
M media/tools/constrained_network_server/cns.py View 1 2 3 5 chunks +97 lines, -30 lines 0 comments Download
M media/tools/constrained_network_server/cns_test.py View 1 2 4 chunks +39 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
shadi
Dale, can you please take a look?
8 years, 4 months ago (2012-08-03 23:08:47 UTC) #1
DaleCurtis
http://codereview.chromium.org/10824173/diff/2001/media/tools/constrained_network_server/cns.py File media/tools/constrained_network_server/cns.py (right): http://codereview.chromium.org/10824173/diff/2001/media/tools/constrained_network_server/cns.py#newcode221 media/tools/constrained_network_server/cns.py:221: constrained_url = '%s?f=%s&no_cache=%s&%s' % ( This looks similar to ...
8 years, 4 months ago (2012-08-07 23:53:57 UTC) #2
shadi
https://chromiumcodereview.appspot.com/10824173/diff/2001/media/tools/constrained_network_server/cns.py File media/tools/constrained_network_server/cns.py (right): https://chromiumcodereview.appspot.com/10824173/diff/2001/media/tools/constrained_network_server/cns.py#newcode221 media/tools/constrained_network_server/cns.py:221: constrained_url = '%s?f=%s&no_cache=%s&%s' % ( On 2012/08/07 23:53:57, DaleCurtis ...
8 years, 4 months ago (2012-08-08 22:55:49 UTC) #3
DaleCurtis
lgtm http://codereview.chromium.org/10824173/diff/5001/media/tools/constrained_network_server/cns.py File media/tools/constrained_network_server/cns.py (right): http://codereview.chromium.org/10824173/diff/5001/media/tools/constrained_network_server/cns.py#newcode272 media/tools/constrained_network_server/cns.py:272: base_url = '%s/%s' % (cherrypy.url().replace('ServeConstrained', Cleaner as: base_url ...
8 years, 4 months ago (2012-08-09 17:28:02 UTC) #4
shadi
Dale, any comments concerning the use of www_root before I commit? http://codereview.chromium.org/10824173/diff/5001/media/tools/constrained_network_server/cns.py File media/tools/constrained_network_server/cns.py (right): ...
8 years, 4 months ago (2012-08-09 18:26:49 UTC) #5
DaleCurtis
Otherwise still looks good. http://codereview.chromium.org/10824173/diff/5001/media/tools/constrained_network_server/cns.py File media/tools/constrained_network_server/cns.py (right): http://codereview.chromium.org/10824173/diff/5001/media/tools/constrained_network_server/cns.py#newcode272 media/tools/constrained_network_server/cns.py:272: base_url = '%s/%s' % (cherrypy.url().replace('ServeConstrained', ...
8 years, 4 months ago (2012-08-09 18:46:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shadi@chromium.org/10824173/12001
8 years, 4 months ago (2012-08-09 21:10:03 UTC) #7
commit-bot: I haz the power
8 years, 4 months ago (2012-08-09 23:41:03 UTC) #8
Change committed as 150944

Powered by Google App Engine
This is Rietveld 408576698