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

Issue 19763008: Adding dev documentation for chrome.location (Closed)

Created:
7 years, 5 months ago by vadimt
Modified:
7 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org, not at google - send to devlin, evan.peterson.ep_gmail.com
Visibility:
Public.

Description

Adding dev documentation for chrome.location Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214927

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 8

Patch Set 5 : CR comments #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 7

Patch Set 8 : #

Total comments: 14

Patch Set 9 : More CR comments #

Patch Set 10 : More CR comments #

Patch Set 11 : Disallowing chrome.location for hosted apps #

Patch Set 12 : #

Total comments: 8

Patch Set 13 : Final comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -3 lines) Patch
M chrome/common/extensions/api/location.idl View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -3 lines 0 comments Download
A chrome/common/extensions/docs/templates/intros/location.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/apps/location.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
A chrome/common/extensions/docs/templates/public/extensions/location.html View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Jeffrey Yasskin
https://codereview.chromium.org/19763008/diff/8001/chrome/common/extensions/docs/templates/intros/location.html File chrome/common/extensions/docs/templates/intros/location.html (right): https://codereview.chromium.org/19763008/diff/8001/chrome/common/extensions/docs/templates/intros/location.html#newcode2 chrome/common/extensions/docs/templates/intros/location.html:2: Use the <code>chrome.location</code> API to retrieve geographical location of ...
7 years, 5 months ago (2013-07-23 20:37:29 UTC) #1
not at google - send to devlin
https://codereview.chromium.org/19763008/diff/8001/chrome/common/extensions/docs/templates/intros/location.html File chrome/common/extensions/docs/templates/intros/location.html (right): https://codereview.chromium.org/19763008/diff/8001/chrome/common/extensions/docs/templates/intros/location.html#newcode2 chrome/common/extensions/docs/templates/intros/location.html:2: Use the <code>chrome.location</code> API to retrieve geographical location of ...
7 years, 5 months ago (2013-07-23 20:41:04 UTC) #2
vadimt
I've synced to latest, but git cl upload throws an exception. So, I've uploaded with ...
7 years, 5 months ago (2013-07-24 19:36:45 UTC) #3
epeterson
7 years, 5 months ago (2013-07-24 19:53:05 UTC) #4
jshumway
On 2013/07/24 19:36:45, vadimt wrote: > I've synced to latest, but git cl upload throws ...
7 years, 5 months ago (2013-07-24 19:59:56 UTC) #5
not at google - send to devlin
we need to import OrderedDict from json_parse not from collections.
7 years, 5 months ago (2013-07-24 20:01:11 UTC) #6
Jeffrey Yasskin
On 2013/07/24 20:01:11, kalman wrote: > we need to import OrderedDict from json_parse not from ...
7 years, 5 months ago (2013-07-25 00:02:15 UTC) #7
vadimt
Thanks everyone! I've uploaded an updated version, and I like how the result looks on ...
7 years, 5 months ago (2013-07-26 01:41:43 UTC) #8
vadimt
mkwst@, please provide OWNER's approval for all files in CL
7 years, 5 months ago (2013-07-27 01:47:22 UTC) #9
not at google - send to devlin
+awatson https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // the hosting machine. i preferred the old ...
7 years, 5 months ago (2013-07-27 01:51:49 UTC) #10
vadimt
https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // the hosting machine. On 2013/07/27 01:51:49, kalman wrote: ...
7 years, 5 months ago (2013-07-27 02:08:55 UTC) #11
Jeffrey Yasskin
lgtm after the below comments, but please wait 'til Monday to let Ben or Andy ...
7 years, 5 months ago (2013-07-27 03:00:28 UTC) #12
not at google - send to devlin
https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // the hosting machine. On 2013/07/27 03:00:29, Jeffrey Yasskin ...
7 years, 4 months ago (2013-07-29 14:45:12 UTC) #13
Andy
https://codereview.chromium.org/19763008/diff/39001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/39001/chrome/common/extensions/api/location.idl#newcode6 chrome/common/extensions/api/location.idl:6: // Use the <code>chrome.location</code> API to retrieve geographical location ...
7 years, 4 months ago (2013-07-30 00:56:06 UTC) #14
vadimt
https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/32001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // the hosting machine. On 2013/07/27 03:00:29, Jeffrey Yasskin ...
7 years, 4 months ago (2013-07-30 01:58:41 UTC) #15
Andy
LGTM, with a few more minor suggestions. https://codereview.chromium.org/19763008/diff/66001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/66001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // of ...
7 years, 4 months ago (2013-07-30 20:26:14 UTC) #16
vadimt
https://codereview.chromium.org/19763008/diff/66001/chrome/common/extensions/api/location.idl File chrome/common/extensions/api/location.idl (right): https://codereview.chromium.org/19763008/diff/66001/chrome/common/extensions/api/location.idl#newcode7 chrome/common/extensions/api/location.idl:7: // of the host machine. This is a version ...
7 years, 4 months ago (2013-08-01 00:02:01 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/19763008/71001
7 years, 4 months ago (2013-08-01 00:06:47 UTC) #18
commit-bot: I haz the power
7 years, 4 months ago (2013-08-01 02:39:05 UTC) #19
Message was sent while issue was closed.
Change committed as 214927

Powered by Google App Engine
This is Rietveld 408576698