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

Issue 441053004: Docserver: Modify DocumentRenderer to generate absolute links (Closed)

Created:
6 years, 4 months ago by ahernandez
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Docserver: Modify DocumentRenderer to generate absolute links BUG=400775 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288290

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -42 lines) Patch
M chrome/common/extensions/docs/server2/app.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/document_renderer.py View 1 2 chunks +8 lines, -2 lines 1 comment Download
M chrome/common/extensions/docs/server2/document_renderer_test.py View 1 3 chunks +48 lines, -38 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
ahernandez
6 years, 4 months ago (2014-08-06 18:45:09 UTC) #1
not at google - send to devlin
I think this will become a lot simpler without the host? https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): ...
6 years, 4 months ago (2014-08-06 23:00:49 UTC) #2
ahernandez
https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py#newcode82 chrome/common/extensions/docs/server2/document_renderer.py:82: new_document.append('<a href=%s/%s/%s>%s</a>' % (host, On 2014/08/06 23:00:48, kalman wrote: ...
6 years, 4 months ago (2014-08-07 00:56:12 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py#newcode82 chrome/common/extensions/docs/server2/document_renderer.py:82: new_document.append('<a href=%s/%s/%s>%s</a>' % (host, On 2014/08/07 00:56:12, ahernandez wrote: ...
6 years, 4 months ago (2014-08-07 15:21:18 UTC) #4
ahernandez
https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py#newcode82 chrome/common/extensions/docs/server2/document_renderer.py:82: new_document.append('<a href=%s/%s/%s>%s</a>' % (host, On 2014/08/07 15:21:18, kalman wrote: ...
6 years, 4 months ago (2014-08-07 17:21:31 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/441053004/diff/40001/chrome/common/extensions/docs/server2/document_renderer.py#newcode82 chrome/common/extensions/docs/server2/document_renderer.py:82: new_document.append('<a href=%s/%s/%s>%s</a>' % (host, On 2014/08/07 17:21:31, ahernandez wrote: ...
6 years, 4 months ago (2014-08-07 17:37:09 UTC) #6
ahernandez
Apologies for the delay, I was waiting on another patch to go through so I ...
6 years, 4 months ago (2014-08-07 23:24:57 UTC) #7
not at google - send to devlin
this still doesn't quite work - go to http://localhost:8000/apps/manifest/sockets and then click on sockets.tcp. It ...
6 years, 4 months ago (2014-08-07 23:59:31 UTC) #8
ahernandez
On 2014/08/07 23:59:31, kalman wrote: > this still doesn't quite work - go to > ...
6 years, 4 months ago (2014-08-08 00:04:46 UTC) #9
not at google - send to devlin
I'm very silly, and was running against an unpatched version of the server. lgtm.
6 years, 4 months ago (2014-08-08 00:10:54 UTC) #10
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 4 months ago (2014-08-08 00:19:16 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/441053004/140001
6 years, 4 months ago (2014-08-08 00:54:48 UTC) #12
commit-bot: I haz the power
6 years, 4 months ago (2014-08-08 09:54:00 UTC) #13
Message was sent while issue was closed.
Change committed as 288290

Powered by Google App Engine
This is Rietveld 408576698