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

Issue 354073004: Docserver: Add template support for object level availability (Closed)

Created:
6 years, 6 months ago by ahernandez
Modified:
6 years, 5 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: Add template support for object level availability BUG=233982 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281082

Patch Set 1 #

Total comments: 14

Patch Set 2 : Make abstractions #

Total comments: 3

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Total comments: 17

Patch Set 5 : Cleanup #

Total comments: 6

Patch Set 6 : Display availability for properties #

Patch Set 7 : Simpler CSS #

Total comments: 2

Patch Set 8 : #

Messages

Total messages: 31 (0 generated)
ahernandez
I added in some support for displaying object level availability in the templates. PTAL. https://codereview.chromium.org/354073004/diff/1/chrome/common/extensions/docs/server2/api_data_source.py ...
6 years, 6 months ago (2014-06-26 23:53:32 UTC) #1
not at google - send to devlin
I didn't have time to properly review this, added a couple of high level comments ...
6 years, 6 months ago (2014-06-27 00:22:55 UTC) #2
ahernandez
I have abstracted lookup_path away into a class. I think it's a bit more complex ...
6 years, 6 months ago (2014-06-27 03:00:01 UTC) #3
not at google - send to devlin
did you have a chance to look at the type inlining problem? it's probably better ...
6 years, 5 months ago (2014-06-27 18:28:42 UTC) #4
ahernandez
On 2014/06/27 18:28:42, kalman wrote: > did you have a chance to look at the ...
6 years, 5 months ago (2014-06-27 18:31:47 UTC) #5
not at google - send to devlin
On 2014/06/27 18:31:47, ahernandez.miralles wrote: > On 2014/06/27 18:28:42, kalman wrote: > > did you ...
6 years, 5 months ago (2014-06-27 18:32:58 UTC) #6
not at google - send to devlin
ping this CL when you've updated it to show availability for functions
6 years, 5 months ago (2014-06-27 20:45:48 UTC) #7
ahernandez
Ping. PTAL.
6 years, 5 months ago (2014-06-27 21:37:47 UTC) #8
not at google - send to devlin
sorry I didn't have time to properly look at this. I have a suggestion which ...
6 years, 5 months ago (2014-06-28 00:21:02 UTC) #9
not at google - send to devlin
On 2014/06/28 00:21:02, kalman wrote: > sorry I didn't have time to properly look at ...
6 years, 5 months ago (2014-06-30 18:56:27 UTC) #10
ahernandez
On 2014/06/30 18:56:27, kalman wrote: > On 2014/06/28 00:21:02, kalman wrote: > > sorry I ...
6 years, 5 months ago (2014-06-30 18:59:29 UTC) #11
ahernandez
Here's the upload with the added context manager. I thought I had already uploaded this, ...
6 years, 5 months ago (2014-06-30 19:08:56 UTC) #12
not at google - send to devlin
On 2014/06/30 18:59:29, ahernandez.miralles wrote: > On 2014/06/30 18:56:27, kalman wrote: > > On 2014/06/28 ...
6 years, 5 months ago (2014-06-30 19:32:32 UTC) #13
ahernandez
I believe I have a solution to the doc inlining problem. I can upload the ...
6 years, 5 months ago (2014-06-30 20:52:18 UTC) #14
not at google - send to devlin
https://codereview.chromium.org/354073004/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/354073004/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py#newcode90 chrome/common/extensions/docs/server2/api_data_source.py:90: ''' nit: blank line here https://codereview.chromium.org/354073004/diff/80001/chrome/common/extensions/docs/server2/api_data_source.py#newcode93 chrome/common/extensions/docs/server2/api_data_source.py:93: self._lookup_path = ...
6 years, 5 months ago (2014-07-01 16:40:58 UTC) #15
ahernandez
I added in the fix for the inlining issue as well since it wasn't a ...
6 years, 5 months ago (2014-07-01 20:27:46 UTC) #16
not at google - send to devlin
https://codereview.chromium.org/354073004/diff/120001/chrome/common/extensions/docs/static/sass/_api.scss File chrome/common/extensions/docs/static/sass/_api.scss (right): https://codereview.chromium.org/354073004/diff/120001/chrome/common/extensions/docs/static/sass/_api.scss#newcode52 chrome/common/extensions/docs/static/sass/_api.scss:52: color: magenta; On 2014/07/01 20:27:46, ahernandez.miralles wrote: > I ...
6 years, 5 months ago (2014-07-01 20:29:54 UTC) #17
ahernandez
https://codereview.chromium.org/354073004/diff/120001/chrome/common/extensions/docs/static/sass/_api.scss File chrome/common/extensions/docs/static/sass/_api.scss (right): https://codereview.chromium.org/354073004/diff/120001/chrome/common/extensions/docs/static/sass/_api.scss#newcode52 chrome/common/extensions/docs/static/sass/_api.scss:52: color: magenta; On 2014/07/01 20:29:53, kalman wrote: > On ...
6 years, 5 months ago (2014-07-01 20:45:26 UTC) #18
not at google - send to devlin
code lgtm. when you say "like deprecated", I played with setting the class to "note" ...
6 years, 5 months ago (2014-07-01 20:58:51 UTC) #19
ahernandez
I also played with the note class. After being tweaked it looks good for the ...
6 years, 5 months ago (2014-07-01 21:04:34 UTC) #20
not at google - send to devlin
On 2014/07/01 21:04:34, ahernandez.miralles wrote: > I also played with the note class. After being ...
6 years, 5 months ago (2014-07-01 21:12:56 UTC) #21
ahernandez
I think it makes the whole thing look weirder. This patchset doesn't generate the correct ...
6 years, 5 months ago (2014-07-01 21:25:37 UTC) #22
not at google - send to devlin
let's just submit something simple that looks decent and play with the display later.
6 years, 5 months ago (2014-07-01 21:54:56 UTC) #23
not at google - send to devlin
wait - I'm running the cron and saw this: ERROR 2014-07-01 22:08:57,373 cron_servlet.py:47] cron: APIDataSource: ...
6 years, 5 months ago (2014-07-01 22:16:13 UTC) #24
ahernandez
On 2014/07/01 22:16:13, kalman wrote: > wait - I'm running the cron and saw this: ...
6 years, 5 months ago (2014-07-01 23:07:09 UTC) #25
not at google - send to devlin
> That's because I didn't actually generate the property availability correctly. > Do you still ...
6 years, 5 months ago (2014-07-01 23:31:41 UTC) #26
ahernandez
Adding property availability is a bit tricky, so I reverted back to just function availability, ...
6 years, 5 months ago (2014-07-02 00:13:44 UTC) #27
not at google - send to devlin
lgtm https://codereview.chromium.org/354073004/diff/110016/chrome/common/extensions/docs/server2/api_data_source.py File chrome/common/extensions/docs/server2/api_data_source.py (right): https://codereview.chromium.org/354073004/diff/110016/chrome/common/extensions/docs/server2/api_data_source.py#newcode204 chrome/common/extensions/docs/server2/api_data_source.py:204: self._lookup_path = current_path Again, please do this in ...
6 years, 5 months ago (2014-07-02 19:26:41 UTC) #28
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 5 months ago (2014-07-02 19:49:30 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/354073004/190001
6 years, 5 months ago (2014-07-02 19:50:48 UTC) #30
commit-bot: I haz the power
6 years, 5 months ago (2014-07-02 19:52:43 UTC) #31
Message was sent while issue was closed.
Change committed as 281082

Powered by Google App Engine
This is Rietveld 408576698