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

Issue 137833002: Fix an out-of-date issue in chrome.webNavigation document. (Closed)

Created:
6 years, 11 months ago by Haojian Wu
Modified:
6 years, 10 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

Fix an out-of-date issue in chrome.webNavigation document. The transitionType "start_page" is out of date, replace it with "auto_toplevel" BUG=333878 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247663

Patch Set 1 #

Total comments: 2

Patch Set 2 : reset "start_page" #

Total comments: 2

Patch Set 3 : update #

Patch Set 4 : fix code style. #

Total comments: 4

Patch Set 5 : update doc #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/web_navigation.json View 1 2 3 4 3 chunks +3 lines, -3 lines 2 comments Download

Messages

Total messages: 23 (0 generated)
Haojian Wu
Please review it. Thanks.
6 years, 11 months ago (2014-01-14 04:53:57 UTC) #1
pshenoy
I'm not the right person to review this. +kalman@
6 years, 11 months ago (2014-01-16 23:56:36 UTC) #2
not at google - send to devlin
nor am I.
6 years, 11 months ago (2014-01-17 00:00:53 UTC) #3
jochen (gone - plz use gerrit)
+rogerta who changed this I'm worried that this will break existing extensions. I think it's ...
6 years, 11 months ago (2014-01-17 12:32:38 UTC) #4
Roger Tawa OOO till Jul 10th
lgtm Note that I simply replaced the old name with the new name (sorry that ...
6 years, 11 months ago (2014-01-17 15:21:19 UTC) #5
not at google - send to devlin
https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-17 22:16:01 UTC) #6
Haojian Wu
https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-18 04:11:35 UTC) #7
jochen (gone - plz use gerrit)
On 2014/01/18 04:11:35, Haojian Wu wrote: > https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json > File chrome/common/extensions/api/web_navigation.json (right): > > https://codereview.chromium.org/137833002/diff/1/chrome/common/extensions/api/web_navigation.json#newcode152 ...
6 years, 11 months ago (2014-01-21 09:00:37 UTC) #8
not at google - send to devlin
On 2014/01/21 09:00:37, jochen wrote: > On 2014/01/18 04:11:35, Haojian Wu wrote: > > > ...
6 years, 11 months ago (2014-01-21 18:50:10 UTC) #9
Haojian Wu
On 2014/01/21 18:50:10, kalman wrote: > On 2014/01/21 09:00:37, jochen wrote: > > On 2014/01/18 ...
6 years, 11 months ago (2014-01-22 03:51:11 UTC) #10
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/137833002/diff/130001/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc File chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc (right): https://codereview.chromium.org/137833002/diff/130001/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc#newcode106 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc:106: if (transition_type_string == "auto_toplevel") nit transition_type == PAGE_TRANSITION_TYPE_AUTO_TOPLEVEL
6 years, 11 months ago (2014-01-22 11:30:01 UTC) #11
Haojian Wu
https://codereview.chromium.org/137833002/diff/130001/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc File chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc (right): https://codereview.chromium.org/137833002/diff/130001/chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc#newcode106 chrome/browser/extensions/api/web_navigation/web_navigation_api_helpers.cc:106: if (transition_type_string == "auto_toplevel") On 2014/01/22 11:30:02, jochen wrote: ...
6 years, 11 months ago (2014-01-22 12:05:12 UTC) #12
not at google - send to devlin
https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-22 15:23:50 UTC) #13
Haojian Wu
https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-22 15:59:24 UTC) #14
not at google - send to devlin
https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-22 16:06:34 UTC) #15
Haojian Wu
https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-23 06:44:27 UTC) #16
Haojian Wu
On 2014/01/23 06:44:27, Haojian Wu wrote: > https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json > File chrome/common/extensions/api/web_navigation.json (right): > > https://codereview.chromium.org/137833002/diff/200001/chrome/common/extensions/api/web_navigation.json#newcode152 ...
6 years, 11 months ago (2014-01-27 03:21:08 UTC) #17
not at google - send to devlin
https://codereview.chromium.org/137833002/diff/270001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/270001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-27 18:22:44 UTC) #18
Haojian Wu
https://codereview.chromium.org/137833002/diff/270001/chrome/common/extensions/api/web_navigation.json File chrome/common/extensions/api/web_navigation.json (right): https://codereview.chromium.org/137833002/diff/270001/chrome/common/extensions/api/web_navigation.json#newcode152 chrome/common/extensions/api/web_navigation.json:152: "transitionType": {"type": "string", "enum": ["link", "typed", "auto_bookmark", "auto_subframe", "manual_subframe", ...
6 years, 11 months ago (2014-01-28 06:27:04 UTC) #19
not at google - send to devlin
good point, lgtm.
6 years, 10 months ago (2014-01-28 18:34:36 UTC) #20
not at google - send to devlin
(as is)
6 years, 10 months ago (2014-01-28 18:34:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/Hokein.Wu@gmail.com/137833002/270001
6 years, 10 months ago (2014-01-29 01:55:21 UTC) #22
commit-bot: I haz the power
6 years, 10 months ago (2014-01-29 08:44:56 UTC) #23
Message was sent while issue was closed.
Change committed as 247663

Powered by Google App Engine
This is Rietveld 408576698