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

Issue 344453003: Docserver: separate models for apps and extensions (Closed)

Created:
6 years, 6 months ago by ahernandez
Modified:
6 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, vsevik, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, yurys, paulirish+reviews_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, devtools-reviews_chromium.org, chromium-apps-reviews_chromium.org, aandrey+blink_chromium.org, pfeldman
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Docserver: Separate models for apps and extensions. BUG=322094 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=279278

Patch Set 1 #

Patch Set 2 : Add test to availability_finder_test.py #

Total comments: 3

Patch Set 3 : #

Total comments: 11

Patch Set 4 : Quick fixes #

Total comments: 2

Patch Set 5 : Rebase/Add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1707 lines, -1122 lines) Patch
M chrome/common/extensions/api/_api_features.json View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/api_categorizer.py View 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_categorizer_test.py View 1 chunk +18 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source.py View 1 2 7 chunks +46 lines, -38 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_data_source_test.py View 1 2 7 chunks +47 lines, -46 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_list_data_source.py View 1 2 4 chunks +14 lines, -24 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_list_data_source_test.py View 1 2 7 chunks +0 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_models.py View 4 chunks +30 lines, -21 lines 0 comments Download
M chrome/common/extensions/docs/server2/api_models_test.py View 1 chunk +8 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/app.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/availability_finder.py View 1 2 4 chunks +12 lines, -10 lines 0 comments Download
M chrome/common/extensions/docs/server2/availability_finder_test.py View 1 2 4 chunks +200 lines, -224 lines 0 comments Download
M chrome/common/extensions/docs/server2/build_server.py View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron.yaml View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/cron_servlet.py View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/document_renderer.py View 3 chunks +12 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/document_renderer_test.py View 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/common/extensions/docs/server2/features_bundle.py View 1 2 3 4 2 chunks +324 lines, -100 lines 0 comments Download
M chrome/common/extensions/docs/server2/features_bundle_test.py View 1 2 5 chunks +312 lines, -68 lines 0 comments Download
D chrome/common/extensions/docs/server2/features_utility.py View 1 chunk +0 lines, -134 lines 0 comments Download
D chrome/common/extensions/docs/server2/features_utility_test.py View 1 chunk +0 lines, -161 lines 0 comments Download
M chrome/common/extensions/docs/server2/manifest_data_source.py View 2 chunks +17 lines, -13 lines 0 comments Download
M chrome/common/extensions/docs/server2/manifest_data_source_test.py View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/server2/path_util.py View 1 2 3 4 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/path_util_test.py View 1 2 3 4 2 chunks +8 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/server2/permissions_data_source.py View 4 chunks +21 lines, -14 lines 0 comments Download
M chrome/common/extensions/docs/server2/permissions_data_source_test.py View 1 2 3 chunks +13 lines, -6 lines 0 comments Download
A chrome/common/extensions/docs/server2/platform_bundle.py View 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/platform_bundle_test.py View 1 2 1 chunk +155 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/platform_util.py View 1 chunk +38 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/server2/platform_util_test.py View 1 chunk +40 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/reference_resolver.py View 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/common/extensions/docs/server2/reference_resolver_test.py View 2 chunks +54 lines, -23 lines 0 comments Download
M chrome/common/extensions/docs/server2/samples_data_source.py View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/common/extensions/docs/server2/server_instance.py View 4 chunks +7 lines, -29 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/api_data_source/canned_trunk_fs.py View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/common/extensions/docs/server2/test_data/canned_data.py View 1 4 chunks +16 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/server2/whats_new_data_source.py View 1 2 5 chunks +10 lines, -11 lines 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest/bluetooth.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest/externally_connectable.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/manifest/sockets.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/settings_override.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/articles/ui_override.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/article.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_apps_article.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/private/standard_extensions_article.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/accessibilityFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/alarms.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/app_runtime.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/app_window.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/audio.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/bluetooth.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/bluetoothLowEnergy.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/bluetoothSocket.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/commands.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/contextMenus.html View 1 chunk +1 line, -1 line 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/developerPrivate.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/events.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/fileSystem.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/gcm.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/hid.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/i18n.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/identity.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/idle.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/location.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/manifest/externally_connectable.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/mediaGalleries.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/notifications.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/permissions.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/power.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/pushMessaging.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/runtime.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/serial.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/socket.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/sockets_tcp.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/sockets_tcpServer.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/sockets_udp.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/storage.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/syncFileSystem.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/system_cpu.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/system_display.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/system_memory.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/system_network.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/system_storage.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/tags/webview.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/tts.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/types.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/usb.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/apps/wallpaper.html View 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/public/apps/webstore.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/accessibilityFeatures.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/activityLogPrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/alarms.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/automation.html View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/bookmarks.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/brailleDisplayPrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/browserAction.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/browsingData.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/cloudPrintPrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/commandLinePrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/commands.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/contentSettings.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/contextMenus.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/cookies.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/debugger.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/declarativeContent.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/declarativeWebRequest.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/desktopCapture.html View 1 chunk +1 line, -1 line 0 comments Download
D chrome/common/extensions/docs/templates/public/extensions/developerPrivate.html View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/devtools_inspectedWindow.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/devtools_network.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/devtools_panels.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/downloads.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/enterprise_platformKeys.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/events.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/experimental_devtools_audits.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/experimental_devtools_console.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/extension.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/feedbackPrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/fileBrowserHandler.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/fontSettings.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/gcm.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/hangoutsPrivate.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/history.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/i18n.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/identity.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/idle.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/infobars.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/input_ime.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/location.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/management.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/manifest/externally_connectable.html View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/notifications.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/omnibox.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/pageAction.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/pageCapture.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/permissions.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/power.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/privacy.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/processes.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/proxy.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/pushMessaging.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/runtime.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/sessions.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/signedInDevices.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/storage.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/system_cpu.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/system_memory.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/system_storage.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/tabCapture.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/tabs.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/topSites.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/tts.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/ttsEngine.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/types.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/webNavigation.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/webRequest.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/webstore.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/docs/templates/public/extensions/windows.html View 1 chunk +1 line, -1 line 0 comments Download
M extensions/common/api/runtime.json View 1 chunk +1 line, -1 line 0 comments Download
M tools/json_schema_compiler/json_schema.py View 1 chunk +16 lines, -9 lines 0 comments Download
M tools/json_schema_compiler/json_schema_test.py View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
ahernandez
Looks like I had to make a separate upload, unless I can be made the ...
6 years, 6 months ago (2014-06-17 17:13:45 UTC) #1
not at google - send to devlin
Thanks. Ping the review when done, that last point was important.
6 years, 6 months ago (2014-06-17 19:59:26 UTC) #2
ahernandez
On 2014/06/17 19:59:26, kalman wrote: > Thanks. Ping the review when done, that last point ...
6 years, 6 months ago (2014-06-17 21:55:22 UTC) #3
ahernandez
https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/availability_finder_test.py File chrome/common/extensions/docs/server2/availability_finder_test.py (right): https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/availability_finder_test.py#newcode182 chrome/common/extensions/docs/server2/availability_finder_test.py:182: # Check for differing availability across apps|extensions Here's the ...
6 years, 6 months ago (2014-06-18 21:57:53 UTC) #4
not at google - send to devlin
On 2014/06/17 21:55:22, ahernandez.miralles wrote: > On 2014/06/17 19:59:26, kalman wrote: > > Thanks. Ping ...
6 years, 6 months ago (2014-06-19 17:59:38 UTC) #5
ahernandez
On 2014/06/19 17:59:38, kalman wrote: > On 2014/06/17 21:55:22, ahernandez.miralles wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-19 18:19:58 UTC) #6
not at google - send to devlin
On 2014/06/19 18:19:58, ahernandez.miralles wrote: > On 2014/06/19 17:59:38, kalman wrote: > > On 2014/06/17 ...
6 years, 6 months ago (2014-06-19 19:50:40 UTC) #7
ahernandez
On 2014/06/19 19:50:40, kalman wrote: > On 2014/06/19 18:19:58, ahernandez.miralles wrote: > > On 2014/06/19 ...
6 years, 6 months ago (2014-06-19 20:13:48 UTC) #8
not at google - send to devlin
https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/features_bundle.py#newcode110 chrome/common/extensions/docs/server2/features_bundle.py:110: # If this feature has a parent, add the ...
6 years, 6 months ago (2014-06-19 21:06:55 UTC) #9
ahernandez
On 2014/06/19 21:06:55, kalman wrote: > https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/features_bundle.py > File chrome/common/extensions/docs/server2/features_bundle.py (right): > > https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/features_bundle.py#newcode110 > ...
6 years, 6 months ago (2014-06-20 01:01:39 UTC) #10
not at google - send to devlin
On 2014/06/20 01:01:39, ahernandez.miralles wrote: > On 2014/06/19 21:06:55, kalman wrote: > > > https://codereview.chromium.org/344453003/diff/20001/chrome/common/extensions/docs/server2/features_bundle.py ...
6 years, 6 months ago (2014-06-20 02:51:38 UTC) #11
ahernandez
On 2014/06/20 02:51:38, kalman wrote: > On 2014/06/20 01:01:39, ahernandez.miralles wrote: > > On 2014/06/19 ...
6 years, 6 months ago (2014-06-20 03:09:09 UTC) #12
not at google - send to devlin
On 2014/06/20 03:09:09, ahernandez.miralles wrote: > On 2014/06/20 02:51:38, kalman wrote: > > On 2014/06/20 ...
6 years, 6 months ago (2014-06-20 16:13:36 UTC) #13
ahernandez
This is now ready for review, PTAL. https://codereview.chromium.org/344453003/diff/60001/native_client_sdk/doc_generated/community/application-gallery.html File native_client_sdk/doc_generated/community/application-gallery.html (right): https://codereview.chromium.org/344453003/diff/60001/native_client_sdk/doc_generated/community/application-gallery.html#newcode15 native_client_sdk/doc_generated/community/application-gallery.html:15: Pepper {{pepperversion}}, ...
6 years, 6 months ago (2014-06-20 20:52:57 UTC) #14
not at google - send to devlin
https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py#newcode79 chrome/common/extensions/docs/server2/features_bundle.py:79: if parent is not None: this should really be ...
6 years, 6 months ago (2014-06-20 22:40:28 UTC) #15
not at google - send to devlin
fwiw other than the above comments lg but just want to resolve them
6 years, 6 months ago (2014-06-20 22:40:49 UTC) #16
ahernandez
https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py#newcode79 chrome/common/extensions/docs/server2/features_bundle.py:79: if parent is not None: On 2014/06/20 22:40:28, kalman ...
6 years, 6 months ago (2014-06-21 00:08:20 UTC) #17
ahernandez
https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py#newcode82 chrome/common/extensions/docs/server2/features_bundle.py:82: if key not in child and key != 'name' ...
6 years, 6 months ago (2014-06-21 00:18:00 UTC) #18
ahernandez
I have made the requested changes. PTAL https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py#newcode79 chrome/common/extensions/docs/server2/features_bundle.py:79: if parent ...
6 years, 6 months ago (2014-06-21 01:10:17 UTC) #19
not at google - send to devlin
lgtm https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py File chrome/common/extensions/docs/server2/features_bundle.py (right): https://codereview.chromium.org/344453003/diff/60001/chrome/common/extensions/docs/server2/features_bundle.py#newcode79 chrome/common/extensions/docs/server2/features_bundle.py:79: if parent is not None: On 2014/06/21 01:10:17, ...
6 years, 6 months ago (2014-06-23 22:45:02 UTC) #20
ahernandez
The CQ bit was checked by ahernandez.miralles@gmail.com
6 years, 6 months ago (2014-06-24 00:27:34 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ahernandez.miralles@gmail.com/344453003/140001
6 years, 6 months ago (2014-06-24 00:30:36 UTC) #22
commit-bot: I haz the power
6 years, 6 months ago (2014-06-24 02:58:33 UTC) #23
Message was sent while issue was closed.
Change committed as 279278

Powered by Google App Engine
This is Rietveld 408576698