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

Issue 1284173003: Create a about handler component. (Closed)

Created:
5 years, 4 months ago by Jitu( very slow this week)
Modified:
5 years, 4 months ago
CC:
blundell+watchlist_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, droger+watchlist_chromium.org, extensions-reviews_chromium.org, sdefresne+watchlist_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create a about handler component. Create a about handler component. The following files :: chrome/browser/net/about_protocol_handler.* net/url_request/url_request_about_job.* moved to new component: components/about_handler. Also added GYP and GN file for same. BUG=516695 Committed: https://crrev.com/4f2e9111a6457a4010bb3ca11047dc5a1840f17b Cr-Commit-Position: refs/heads/master@{#343366}

Patch Set 1 #

Total comments: 22

Patch Set 2 : Fixed the review comments #

Total comments: 4

Patch Set 3 : fix #

Total comments: 11

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Fixed the comments #

Total comments: 1

Patch Set 6 : remove blank line #

Total comments: 4

Patch Set 7 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -171 lines) Patch
M chrome/browser/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
D chrome/browser/net/about_protocol_handler.h View 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/net/about_protocol_handler.cc View 1 chunk +0 lines, -23 lines 0 comments Download
M chrome/browser/profiles/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/test/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A + components/about_handler.gypi View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
A + components/about_handler/BUILD.gn View 1 2 3 1 chunk +6 lines, -3 lines 0 comments Download
A + components/about_handler/DEPS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A + components/about_handler/about_protocol_handler.h View 1 2 3 2 chunks +6 lines, -5 lines 0 comments Download
A + components/about_handler/about_protocol_handler.cc View 1 2 3 1 chunk +10 lines, -6 lines 0 comments Download
A + components/about_handler/url_request_about_job.h View 1 2 3 4 3 chunks +8 lines, -7 lines 0 comments Download
A + components/about_handler/url_request_about_job.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M components/components.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M net/net.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
D net/url_request/url_request_about_job.h View 1 chunk +0 lines, -34 lines 0 comments Download
D net/url_request/url_request_about_job.cc View 1 chunk +0 lines, -45 lines 0 comments Download

Messages

Total messages: 47 (11 generated)
Jitu( very slow this week)
PTAL
5 years, 4 months ago (2015-08-12 11:45:46 UTC) #2
droger
Great thanks. Only minor comments. https://codereview.chromium.org/1284173003/diff/1/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1284173003/diff/1/components/BUILD.gn#newcode339 components/BUILD.gn:339: "//components/about_handler", I think this ...
5 years, 4 months ago (2015-08-12 13:03:25 UTC) #3
Jitu( very slow this week)
@David Roger, Fixed the comments. PTAL... https://codereview.chromium.org/1284173003/diff/1/components/BUILD.gn File components/BUILD.gn (right): https://codereview.chromium.org/1284173003/diff/1/components/BUILD.gn#newcode339 components/BUILD.gn:339: "//components/about_handler", On 2015/08/12 ...
5 years, 4 months ago (2015-08-12 14:34:18 UTC) #4
droger
LGTM. Let me launch a try job for you. adding owners: mmenke for //net sdefresne ...
5 years, 4 months ago (2015-08-12 14:38:49 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284173003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284173003/20001
5 years, 4 months ago (2015-08-12 14:39:08 UTC) #8
droger
https://codereview.chromium.org/1284173003/diff/20001/components/about_handler.gypi File components/about_handler.gypi (right): https://codereview.chromium.org/1284173003/diff/20001/components/about_handler.gypi#newcode1 components/about_handler.gypi:1: # Copyright (c) 2015 The Chromium Authors. All rights ...
5 years, 4 months ago (2015-08-12 14:41:02 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/87464)
5 years, 4 months ago (2015-08-12 14:47:00 UTC) #11
mmenke
I thought we were switching to the new iOS API, where we can't mock out ...
5 years, 4 months ago (2015-08-12 15:04:10 UTC) #12
droger
On 2015/08/12 15:04:10, mmenke wrote: > I thought we were switching to the new iOS ...
5 years, 4 months ago (2015-08-12 15:09:26 UTC) #13
droger
On 2015/08/12 15:09:26, droger wrote: > On 2015/08/12 15:04:10, mmenke wrote: > > I thought ...
5 years, 4 months ago (2015-08-12 15:10:12 UTC) #14
mmenke
On 2015/08/12 15:10:12, droger wrote: > On 2015/08/12 15:09:26, droger wrote: > > On 2015/08/12 ...
5 years, 4 months ago (2015-08-12 15:21:26 UTC) #15
Jitu( very slow this week)
Fixed the comments PTAL ... @David, In trybots i am seeing some linking errors error: ...
5 years, 4 months ago (2015-08-13 05:34:52 UTC) #16
sdefresne
On 2015/08/13 at 05:34:52, jitendra.ks wrote: > Fixed the comments > > PTAL ... > ...
5 years, 4 months ago (2015-08-13 08:00:18 UTC) #17
droger
On 2015/08/13 05:34:52, jitu wrote: > Fixed the comments > > PTAL ... > > ...
5 years, 4 months ago (2015-08-13 08:23:11 UTC) #18
Jitu( very slow this week)
On 2015/08/13 08:23:11, droger wrote: > On 2015/08/13 05:34:52, jitu wrote: > > Fixed the ...
5 years, 4 months ago (2015-08-13 08:26:33 UTC) #19
droger
On 2015/08/13 08:23:11, droger wrote: > On 2015/08/13 05:34:52, jitu wrote: > I would say ...
5 years, 4 months ago (2015-08-13 08:32:46 UTC) #20
droger
I did another pass on the CL. THis should probably fix the link error. https://codereview.chromium.org/1284173003/diff/40001/chrome/browser/BUILD.gn ...
5 years, 4 months ago (2015-08-13 08:53:34 UTC) #21
droger
https://codereview.chromium.org/1284173003/diff/80001/components/about_handler/url_request_about_job.h File components/about_handler/url_request_about_job.h (right): https://codereview.chromium.org/1284173003/diff/80001/components/about_handler/url_request_about_job.h#newcode16 components/about_handler/url_request_about_job.h:16: class NET_EXPORT URLRequestAboutJob : public net::URLRequestJob { Remove NET_EXPORT
5 years, 4 months ago (2015-08-13 12:06:12 UTC) #23
Jitu( very slow this week)
On 2015/08/13 12:06:12, droger wrote: > https://codereview.chromium.org/1284173003/diff/80001/components/about_handler/url_request_about_job.h > File components/about_handler/url_request_about_job.h (right): > > https://codereview.chromium.org/1284173003/diff/80001/components/about_handler/url_request_about_job.h#newcode16 > ...
5 years, 4 months ago (2015-08-13 12:14:38 UTC) #24
droger
On 2015/08/13 12:14:38, jitu wrote: > On 2015/08/13 12:06:12, droger wrote: > > > https://codereview.chromium.org/1284173003/diff/80001/components/about_handler/url_request_about_job.h ...
5 years, 4 months ago (2015-08-13 13:03:12 UTC) #25
Jitu( very slow this week)
On 2015/08/13 13:03:12, droger wrote: > On 2015/08/13 12:14:38, jitu wrote: > > On 2015/08/13 ...
5 years, 4 months ago (2015-08-13 14:14:42 UTC) #27
Jitu( very slow this week)
Fixed all comments PTAL https://codereview.chromium.org/1284173003/diff/40001/chrome/browser/BUILD.gn File chrome/browser/BUILD.gn (right): https://codereview.chromium.org/1284173003/diff/40001/chrome/browser/BUILD.gn#newcode93 chrome/browser/BUILD.gn:93: "//components/about_handler", On 2015/08/13 08:53:34, droger ...
5 years, 4 months ago (2015-08-13 14:15:04 UTC) #28
Jitu( very slow this week)
Dear Rockot:: Can you please do the owner review of ---chrome/browser/extensions/* Dear sky:: Can you ...
5 years, 4 months ago (2015-08-13 14:25:28 UTC) #30
mmenke
net/, profiles/, and chrome/browser/net LGTM Also took a look at the component, and didn't see ...
5 years, 4 months ago (2015-08-13 14:49:26 UTC) #31
mmenke
Oops..one nit I forgot to publish https://codereview.chromium.org/1284173003/diff/120001/components/about_handler.gypi File components/about_handler.gypi (right): https://codereview.chromium.org/1284173003/diff/120001/components/about_handler.gypi#newcode23 components/about_handler.gypi:23: nit: Remove blank ...
5 years, 4 months ago (2015-08-13 14:49:41 UTC) #32
sky
LGTM
5 years, 4 months ago (2015-08-13 17:22:28 UTC) #33
Jitu( very slow this week)
Dear sdefresne, Could you please do the owner review for --- src/components/*
5 years, 4 months ago (2015-08-14 04:26:21 UTC) #34
Ken Rockot(use gerrit already)
On 2015/08/13 14:25:28, jitu wrote: > Dear Rockot:: Can you please do the owner review ...
5 years, 4 months ago (2015-08-14 06:47:37 UTC) #35
sdefresne
components/ lgtm https://codereview.chromium.org/1284173003/diff/140001/components/about_handler.gypi File components/about_handler.gypi (left): https://codereview.chromium.org/1284173003/diff/140001/components/about_handler.gypi#oldcode8 components/about_handler.gypi:8: 'target_name': 'browsing_data', nit: add a comment # ...
5 years, 4 months ago (2015-08-14 08:32:23 UTC) #36
Jitu( very slow this week)
Fixed PTAL ... https://codereview.chromium.org/1284173003/diff/140001/components/about_handler.gypi File components/about_handler.gypi (left): https://codereview.chromium.org/1284173003/diff/140001/components/about_handler.gypi#oldcode8 components/about_handler.gypi:8: 'target_name': 'browsing_data', On 2015/08/14 08:32:23, sdefresne ...
5 years, 4 months ago (2015-08-14 08:44:33 UTC) #37
sdefresne
still lgtm
5 years, 4 months ago (2015-08-14 08:50:48 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284173003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284173003/160001
5 years, 4 months ago (2015-08-14 08:51:41 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/90591)
5 years, 4 months ago (2015-08-14 10:18:49 UTC) #43
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1284173003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1284173003/160001
5 years, 4 months ago (2015-08-14 11:36:24 UTC) #45
commit-bot: I haz the power
Committed patchset #7 (id:160001)
5 years, 4 months ago (2015-08-14 11:40:35 UTC) #46
commit-bot: I haz the power
5 years, 4 months ago (2015-08-14 11:41:19 UTC) #47
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4f2e9111a6457a4010bb3ca11047dc5a1840f17b
Cr-Commit-Position: refs/heads/master@{#343366}

Powered by Google App Engine
This is Rietveld 408576698