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

Issue 732943002: New Getting started example for extensions (Closed)

Created:
6 years, 1 month ago by robwu
Modified:
5 years, 11 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

New Getting started example for extensions Replaces the outdated Kittens tutorial with a new getting started tutorial that uses the Google Image search API. BUG=383385 NOTRY=true R=kalman@chromium.org,mkearney@chromium.org Committed: https://crrev.com/093cfa5a4f1ca3aaa1343fe5c8b3279ca5dff2ff Cr-Commit-Position: refs/heads/master@{#311485}

Patch Set 1 #

Total comments: 15

Patch Set 2 : Review comments #2 #

Patch Set 3 : Update tutorial #

Total comments: 4

Patch Set 4 : verify response #

Total comments: 25

Patch Set 5 : review comments #21 #

Messages

Total messages: 29 (2 generated)
robwu
The previous sample was too basic, and was basically a web page embedded in an ...
6 years, 1 month ago (2014-11-16 00:00:54 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html (right): https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html#newcode7 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html:7: font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif; You shouldn't ...
6 years, 1 month ago (2014-11-17 22:02:57 UTC) #2
robwu
Processed your feedback. If the code looks fine, I will update the accompanying documentation page. ...
6 years, 1 month ago (2014-11-17 22:26:11 UTC) #3
not at google - send to devlin
lgtm but let's quickly continue the img size question https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html (right): https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html#newcode7 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.html:7: ...
6 years, 1 month ago (2014-11-17 23:14:03 UTC) #4
robwu
https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode64 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:64: // Parse and process the response from Google Image ...
6 years, 1 month ago (2014-11-17 23:18:54 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode64 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:64: // Parse and process the response from Google Image ...
6 years, 1 month ago (2014-11-17 23:24:06 UTC) #6
robwu
https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/1/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode64 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:64: // Parse and process the response from Google Image ...
6 years, 1 month ago (2014-11-17 23:26:47 UTC) #7
robwu
Updated the tutorial! I know that there was a preview URL on the appserver, but ...
6 years, 1 month ago (2014-11-18 16:01:43 UTC) #8
not at google - send to devlin
On 2014/11/18 16:01:43, robwu wrote: > Updated the tutorial! > > I know that there ...
6 years, 1 month ago (2014-11-18 16:03:53 UTC) #9
not at google - send to devlin
lgtm, but Meggin any chance you could go over the article change? https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js ...
6 years, 1 month ago (2014-11-18 16:09:37 UTC) #11
robwu
https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode80 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:80: callback(imageUrl, width, height); On 2014/11/18 16:09:37, kalman wrote: > ...
6 years, 1 month ago (2014-11-18 16:13:15 UTC) #12
not at google - send to devlin
https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode80 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:80: callback(imageUrl, width, height); On 2014/11/18 16:13:15, robwu wrote: > ...
6 years, 1 month ago (2014-11-18 16:15:20 UTC) #13
robwu
https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js File chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js (right): https://codereview.chromium.org/732943002/diff/40001/chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js#newcode80 chrome/common/extensions/docs/examples/tutorials/getstarted/popup.js:80: callback(imageUrl, width, height); On 2014/11/18 16:15:20, kalman wrote: > ...
6 years ago (2014-11-26 17:51:04 UTC) #14
robwu
Ping mkearney@ for review.
6 years ago (2014-11-26 17:51:10 UTC) #15
robwu
On 2014/11/26 17:51:10, robwu wrote: > Ping mkearney@ for review. Ping mkearney@
6 years ago (2014-12-02 18:51:16 UTC) #16
chromium-reviews
Hey, guys I've added this as a todo task for this week. Is there urgency ...
6 years ago (2014-12-02 19:58:04 UTC) #17
robwu
On 2014/12/02 19:58:04, chromium-reviews wrote: > Hey, guys > > I've added this as a ...
6 years ago (2014-12-02 20:28:19 UTC) #18
robwu
Meggin, when can you review this CL?
6 years ago (2014-12-09 19:16:48 UTC) #19
robwu
On 2014/12/09 19:16:48, robwu wrote: > Meggin, when can you review this CL? Meggin, pretty ...
5 years, 11 months ago (2015-01-06 17:44:26 UTC) #20
mkearney1
https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html File chrome/common/extensions/docs/templates/articles/getstarted.html (right): https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html#newcode10 chrome/common/extensions/docs/templates/articles/getstarted.html:10: image from Google using the current page's URL as ...
5 years, 11 months ago (2015-01-07 22:30:24 UTC) #21
robwu
https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html File chrome/common/extensions/docs/templates/articles/getstarted.html (right): https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html#newcode10 chrome/common/extensions/docs/templates/articles/getstarted.html:10: image from Google using the current page's URL as ...
5 years, 11 months ago (2015-01-07 23:40:54 UTC) #22
mkearney1
lgtm... with one more fix. I'm not seeing comments added to the sample manifest-- maybe ...
5 years, 11 months ago (2015-01-08 23:00:35 UTC) #23
robwu
https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html File chrome/common/extensions/docs/templates/articles/getstarted.html (right): https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html#newcode63 chrome/common/extensions/docs/templates/articles/getstarted.html:63: "permissions": [ On 2015/01/08 23:00:34, mkearney1 wrote: > I ...
5 years, 11 months ago (2015-01-08 23:09:03 UTC) #24
robwu
https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html File chrome/common/extensions/docs/templates/articles/getstarted.html (right): https://codereview.chromium.org/732943002/diff/60001/chrome/common/extensions/docs/templates/articles/getstarted.html#newcode63 chrome/common/extensions/docs/templates/articles/getstarted.html:63: "permissions": [ On 2015/01/08 23:09:03, robwu wrote: > On ...
5 years, 11 months ago (2015-01-14 16:09:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/732943002/80001
5 years, 11 months ago (2015-01-14 16:10:02 UTC) #27
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 11 months ago (2015-01-14 16:11:16 UTC) #28
commit-bot: I haz the power
5 years, 11 months ago (2015-01-14 16:12:20 UTC) #29
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/093cfa5a4f1ca3aaa1343fe5c8b3279ca5dff2ff
Cr-Commit-Position: refs/heads/master@{#311485}

Powered by Google App Engine
This is Rietveld 408576698