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

Issue 10386134: Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along … (Closed)

Created:
8 years, 7 months ago by clintstaley
Modified:
8 years, 6 months ago
Reviewers:
Aaron Boodman
CC:
chromium-reviews, erikwright (departed), mihaip-chromium-reviews_chromium.org, jshin+watch_chromium.org, brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Record API fix adding FirstRun, and allowing repeat-count in capture (plus some browsertests along for the ride). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140904

Patch Set 1 #

Patch Set 2 : Refined version with overlooked browsertest also fixed. #

Total comments: 12

Patch Set 3 : Fixes for latest review #

Patch Set 4 : Fixes for latest review (master merged) #

Total comments: 5

Patch Set 5 : Final few touches #

Patch Set 6 : Recently master-merged version for landing #

Patch Set 7 : ... and with spurious string_split.h change dropped #

Patch Set 8 : Retrying due to patch failure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -49 lines) Patch
M chrome/browser/chrome_browser_main.h View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 3 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_function_registry.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_record_api.h View 1 2 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_record_api.cc View 1 2 3 4 6 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_record_api_test.cc View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/page_cycler/page_cycler_unittest.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/experimental_record.json View 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/record/page_cycler.zip View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/record/page_cycler/page_cycler.html View 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/record/page_cycler/page_cycler.js View 2 chunks +30 lines, -25 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/record/page_cycler/page_cycler_icon.png View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/examples/api/record/page_cycler/page_cycler_icon_16.png View 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/common/extensions/docs/samples.html View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/extensions/docs/samples.json View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
clintstaley
8 years, 7 months ago (2012-05-15 21:30:12 UTC) #1
Aaron Boodman
http://codereview.chromium.org/10386134/diff/5001/chrome/browser/chrome_browser_main.h File chrome/browser/chrome_browser_main.h (right): http://codereview.chromium.org/10386134/diff/5001/chrome/browser/chrome_browser_main.h#newcode82 chrome/browser/chrome_browser_main.h:82: virtual void RunPageCycler(); Does this need to be virtual? ...
8 years, 7 months ago (2012-05-16 23:37:00 UTC) #2
clintstaley
http://codereview.chromium.org/10386134/diff/5001/chrome/browser/chrome_browser_main.h File chrome/browser/chrome_browser_main.h (right): http://codereview.chromium.org/10386134/diff/5001/chrome/browser/chrome_browser_main.h#newcode82 chrome/browser/chrome_browser_main.h:82: virtual void RunPageCycler(); On 2012/05/16 23:37:00, Aaron Boodman wrote: ...
8 years, 6 months ago (2012-05-31 01:54:30 UTC) #3
clintstaley
Aaron, here's a more-focused CL for record_api_fix. There is still one block of non-record-api code ...
8 years, 6 months ago (2012-06-04 21:36:16 UTC) #4
Aaron Boodman
http://codereview.chromium.org/10386134/diff/20001/chrome/browser/extensions/extension_function_registry.cc File chrome/browser/extensions/extension_function_registry.cc (right): http://codereview.chromium.org/10386134/diff/20001/chrome/browser/extensions/extension_function_registry.cc#newcode241 chrome/browser/extensions/extension_function_registry.cc:241: RegisterFunction<CaptureURLsFunction>(); Please be consistent with the formatting of the ...
8 years, 6 months ago (2012-06-05 04:17:03 UTC) #5
clintstaley
Changes for last few comments from Aaron http://codereview.chromium.org/10386134/diff/20001/chrome/browser/extensions/extension_function_registry.cc File chrome/browser/extensions/extension_function_registry.cc (right): http://codereview.chromium.org/10386134/diff/20001/chrome/browser/extensions/extension_function_registry.cc#newcode241 chrome/browser/extensions/extension_function_registry.cc:241: RegisterFunction<CaptureURLsFunction>(); On ...
8 years, 6 months ago (2012-06-05 20:46:08 UTC) #6
Aaron Boodman
lg
8 years, 6 months ago (2012-06-06 18:29:57 UTC) #7
Aaron Boodman
lgtm
8 years, 6 months ago (2012-06-06 18:30:02 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10386134/37001
8 years, 6 months ago (2012-06-06 18:58:26 UTC) #9
commit-bot: I haz the power
Presubmit check for 10386134-37001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-06 18:58:41 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10386134/39001
8 years, 6 months ago (2012-06-06 19:12:38 UTC) #11
commit-bot: I haz the power
Failed to apply patch for chrome/common/extensions/docs/samples.json: While running patch -p1 --forward --force; patching file chrome/common/extensions/docs/samples.json ...
8 years, 6 months ago (2012-06-06 20:35:37 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/clintstaley@chromium.org/10386134/40018
8 years, 6 months ago (2012-06-06 22:56:06 UTC) #13
commit-bot: I haz the power
8 years, 6 months ago (2012-06-07 00:35:03 UTC) #14
Change committed as 140904

Powered by Google App Engine
This is Rietveld 408576698