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

Issue 216943006: Remove ReferenceResolver dependency in APIDataSource. (Closed)

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

Description

Remove ReferenceResolver dependency in APIDataSource. This is the first step towards moving APIDataSource to DataSourceRegistry BUG=275039 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260316

Patch Set 1 #

Total comments: 9

Patch Set 2 : Remove ReferenceResolver.Factory #

Total comments: 11

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -93 lines) Patch
M chrome/common/extensions/docs/server2/api_data_source.py View 1 2 12 chunks +9 lines, -25 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source_test.py View 1 2 7 chunks +0 lines, -34 lines 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet_test.py View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/document_renderer.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/document_renderer_test.py View 1 2 1 chunk +13 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/reference_resolver.py View 1 2 1 chunk +0 lines, -15 lines 0 comments Download
M chrome/common/extensions/docs/server2/samples_data_source.py View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 1 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/templates/private/ref_link.html View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
ahernandez
Could you please take a look at this? I don't want to submit a huge ...
6 years, 9 months ago (2014-03-28 19:04:52 UTC) #1
not at google - send to devlin
awesome work. does this change the rendering of anything? you should also be able to ...
6 years, 9 months ago (2014-03-28 21:48:21 UTC) #2
ahernandez
https://codereview.chromium.org/216943006/diff/1/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/216943006/diff/1/chrome/common/extensions/docs/server2/document_renderer.py#newcode33 chrome/common/extensions/docs/server2/document_renderer.py:33: MAX_REF_LENGTH = 110 On 2014/03/28 21:48:22, kalman wrote: > ...
6 years, 9 months ago (2014-03-28 22:03:25 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/216943006/diff/1/chrome/common/extensions/docs/server2/document_renderer_test.py File chrome/common/extensions/docs/server2/document_renderer_test.py (right): https://codereview.chromium.org/216943006/diff/1/chrome/common/extensions/docs/server2/document_renderer_test.py#newcode119 chrome/common/extensions/docs/server2/document_renderer_test.py:119: # There needs to be more than 110 characters ...
6 years, 9 months ago (2014-03-28 22:08:43 UTC) #4
ahernandez
PTAL https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py#newcode92 chrome/common/extensions/docs/server2/api_data_source.py:92: return { 'ref': link, 'text': text, 'name': text ...
6 years, 9 months ago (2014-03-28 22:47:30 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py#newcode92 chrome/common/extensions/docs/server2/api_data_source.py:92: return { 'ref': link, 'text': text, 'name': text } ...
6 years, 9 months ago (2014-03-28 23:02:17 UTC) #6
ahernandez
https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py#newcode92 chrome/common/extensions/docs/server2/api_data_source.py:92: return { 'ref': link, 'text': text, 'name': text } ...
6 years, 9 months ago (2014-03-28 23:10:55 UTC) #7
ahernandez
https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py#newcode92 chrome/common/extensions/docs/server2/api_data_source.py:92: return { 'ref': link, 'text': text, 'name': text } ...
6 years, 9 months ago (2014-03-28 23:13:55 UTC) #8
not at google - send to devlin
lgtm, could you set a BUG=? should be the DataSourceRegistry one. https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): ...
6 years, 9 months ago (2014-03-28 23:24:29 UTC) #9
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 23:27:40 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/216943006/20001
6 years, 9 months ago (2014-03-28 23:28:25 UTC) #11
ahernandez
The CQ bit was unchecked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-28 23:28:40 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 23:28:53 UTC) #13
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/docs/server2/app.yaml: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 9 months ago (2014-03-28 23:28:53 UTC) #14
not at google - send to devlin
as you rebase, a couple more comments.q https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/document_renderer.py File chrome/common/extensions/docs/server2/document_renderer.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/document_renderer.py#newcode33 chrome/common/extensions/docs/server2/document_renderer.py:33: MAX_REF_LENGTH = ...
6 years, 9 months ago (2014-03-28 23:31:35 UTC) #15
ahernandez
https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/document_renderer_test.py File chrome/common/extensions/docs/server2/document_renderer_test.py (right): https://codereview.chromium.org/216943006/diff/20001/chrome/common/extensions/docs/server2/document_renderer_test.py#newcode120 chrome/common/extensions/docs/server2/document_renderer_test.py:120: # how far it looks ahead. Lorem Ipsum should ...
6 years, 9 months ago (2014-03-28 23:34:18 UTC) #16
not at google - send to devlin
yep
6 years, 9 months ago (2014-03-28 23:36:40 UTC) #17
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 9 months ago (2014-03-29 00:03:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/216943006/40001
6 years, 9 months ago (2014-03-29 00:07:24 UTC) #19
commit-bot: I haz the power
6 years, 9 months ago (2014-03-29 00:12:00 UTC) #20
Message was sent while issue was closed.
Change committed as 260316

Powered by Google App Engine
This is Rietveld 408576698