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

Issue 2393353002: [Background loader] .h file draft outline of background loader (Closed)

Created:
4 years, 2 months ago by chili
Modified:
4 years, 1 month ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Background loader] .h file draft outline of background loader BUG=659414 Committed: https://crrev.com/8215fcb61573c54217efdd82b5141926f2733133 Cr-Commit-Position: refs/heads/master@{#427567}

Patch Set 1 #

Total comments: 8

Patch Set 2 : some adjustments #

Total comments: 22

Patch Set 3 : Move files to offline_pages/ and code review adjustments #

Total comments: 18

Patch Set 4 : code review updates #

Patch Set 5 : update namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, --1 lines) Patch
A + components/offline_pages/content/background_loader/DEPS View 1 2 0 chunks +-1 lines, --1 lines 0 comments Download
A components/offline_pages/content/background_loader/background_loader_contents.h View 1 2 3 4 1 chunk +96 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (8 generated)
chili
Still working on improving this as I poke around with offliner, but this is the ...
4 years, 2 months ago (2016-10-06 01:37:54 UTC) #2
Dmitry Titov
I understand this is WIP (Work In Progress) and is not really intended yet for ...
4 years, 2 months ago (2016-10-06 04:36:02 UTC) #3
chili
Updated per comments. PTAL https://codereview.chromium.org/2393353002/diff/1/components/background_loader/DEPS File components/background_loader/DEPS (right): https://codereview.chromium.org/2393353002/diff/1/components/background_loader/DEPS#newcode3 components/background_loader/DEPS:3: "+ui/base", On 2016/10/06 04:36:02, Dmitry ...
4 years, 2 months ago (2016-10-12 20:57:30 UTC) #4
Dmitry Titov
Progress! More comments, some of them can be resolved by adding good comments but some ...
4 years, 2 months ago (2016-10-13 01:03:26 UTC) #5
chili
Thanks for the comments! Working on the other comments, but wanted some more thoughts about ...
4 years, 2 months ago (2016-10-13 01:18:58 UTC) #6
Dmitry Titov
On 2016/10/13 01:18:58, chili wrote: > Thanks for the comments! > > Working on the ...
4 years, 2 months ago (2016-10-13 01:33:38 UTC) #7
dougarnett
https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h File components/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h#newcode26 components/background_loader/background_loader_contents.h:26: Observer() {} On 2016/10/13 01:18:58, chili wrote: > On ...
4 years, 2 months ago (2016-10-13 15:38:04 UTC) #8
fgorski
https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h File components/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h#newcode1 components/background_loader/background_loader_contents.h:1: // Copyright (c) 2016 The Chromium Authors. All rights ...
4 years, 2 months ago (2016-10-13 22:32:51 UTC) #10
chili
https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h File components/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/20001/components/background_loader/background_loader_contents.h#newcode1 components/background_loader/background_loader_contents.h:1: // Copyright (c) 2016 The Chromium Authors. All rights ...
4 years, 1 month ago (2016-10-24 23:56:42 UTC) #11
Dmitry Titov
lgtm with couple nits: https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h File components/offline_pages/content/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h#newcode16 components/offline_pages/content/background_loader/background_loader_contents.h:16: namespace background { As a ...
4 years, 1 month ago (2016-10-25 00:31:09 UTC) #12
fgorski
lgtm with comments. https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h File components/offline_pages/content/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h#newcode11 components/offline_pages/content/background_loader/background_loader_contents.h:11: #include "content/public/browser/web_contents.h" This file has a ...
4 years, 1 month ago (2016-10-25 12:15:36 UTC) #13
chili
+creis for content/public/browser DEPS https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h File components/offline_pages/content/background_loader/background_loader_contents.h (right): https://codereview.chromium.org/2393353002/diff/40001/components/offline_pages/content/background_loader/background_loader_contents.h#newcode11 components/offline_pages/content/background_loader/background_loader_contents.h:11: #include "content/public/browser/web_contents.h" On 2016/10/25 12:15:36, ...
4 years, 1 month ago (2016-10-25 18:48:00 UTC) #15
Charlie Reis
DEPS LGTM. nit: Please include a bug number in the CL description.
4 years, 1 month ago (2016-10-25 19:00:04 UTC) #16
dougarnett
lgtm
4 years, 1 month ago (2016-10-25 19:36:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2393353002/80001
4 years, 1 month ago (2016-10-26 01:20:01 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 1 month ago (2016-10-26 01:31:10 UTC) #23
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 01:33:50 UTC) #25
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/8215fcb61573c54217efdd82b5141926f2733133
Cr-Commit-Position: refs/heads/master@{#427567}

Powered by Google App Engine
This is Rietveld 408576698