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

Issue 550173002: Implement ManifestParser in content/. (Closed)

Created:
6 years, 3 months ago by mlamouri (slow - plz ping)
Modified:
6 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@manifest_fetcher
Project:
chromium
Visibility:
Public.

Description

Implement ManifestParser in content/. It also adds a Manifest struct in content/public/common. BUG=409696 Committed: https://crrev.com/161ea5d82dafeeb644ee04b1df52fa7dd6313105 Cr-Commit-Position: refs/heads/master@{#294839}

Patch Set 1 #

Total comments: 15

Patch Set 2 : #

Total comments: 2

Patch Set 3 : add ctor/dtor #

Total comments: 12

Patch Set 4 : rebase #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, --1 lines) Patch
M content/content_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A content/public/common/manifest.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A content/public/common/manifest.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A + content/renderer/manifest/OWNERS View 0 chunks +-1 lines, --1 lines 0 comments Download
A content/renderer/manifest/manifest_parser.h View 1 2 3 4 1 chunk +29 lines, -0 lines 0 comments Download
A content/renderer/manifest/manifest_parser.cc View 1 2 3 4 1 chunk +84 lines, -0 lines 0 comments Download
A content/renderer/manifest/manifest_parser_unittest.cc View 1 chunk +84 lines, -0 lines 0 comments Download

Messages

Total messages: 33 (4 generated)
mlamouri (slow - plz ping)
6 years, 3 months ago (2014-09-08 14:14:22 UTC) #2
mlamouri (slow - plz ping)
Michael, could you take a look at this?
6 years, 3 months ago (2014-09-08 15:19:30 UTC) #4
Michael van Ouwerkerk
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode16 content/public/common/manifest.h:16: struct CONTENT_EXPORT Manifest { This struct just represents a ...
6 years, 3 months ago (2014-09-08 17:07:43 UTC) #5
mlamouri (slow - plz ping)
PTAL https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode16 content/public/common/manifest.h:16: struct CONTENT_EXPORT Manifest { On 2014/09/08 17:07:42, Michael ...
6 years, 3 months ago (2014-09-08 17:13:17 UTC) #6
Michael van Ouwerkerk
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode16 content/public/common/manifest.h:16: struct CONTENT_EXPORT Manifest { On 2014/09/08 17:13:16, Mounir Lamouri ...
6 years, 3 months ago (2014-09-08 17:36:27 UTC) #7
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode16 content/public/common/manifest.h:16: struct CONTENT_EXPORT Manifest { On 2014/09/08 17:36:27, Michael van ...
6 years, 3 months ago (2014-09-08 17:39:48 UTC) #8
Michael van Ouwerkerk
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.cc File content/public/common/manifest.cc (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.cc#newcode9 content/public/common/manifest.cc:9: bool Manifest::IsEmpty() const { Random rename + edit detection. ...
6 years, 3 months ago (2014-09-09 12:41:54 UTC) #9
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.cc File content/public/common/manifest.cc (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.cc#newcode9 content/public/common/manifest.cc:9: bool Manifest::IsEmpty() const { On 2014/09/09 12:41:53, Michael van ...
6 years, 3 months ago (2014-09-09 12:45:47 UTC) #10
Michael van Ouwerkerk
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode16 content/public/common/manifest.h:16: struct CONTENT_EXPORT Manifest { On 2014/09/09 12:45:47, Mounir Lamouri ...
6 years, 3 months ago (2014-09-09 13:11:59 UTC) #11
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/1/content/public/common/manifest.h#newcode20 content/public/common/manifest.h:20: base::NullableString16 name; On 2014/09/09 13:11:58, Michael van Ouwerkerk wrote: ...
6 years, 3 months ago (2014-09-09 13:23:16 UTC) #12
Michael van Ouwerkerk
lgtm
6 years, 3 months ago (2014-09-09 13:25:49 UTC) #13
jochen (gone - plz use gerrit)
https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h#newcode19 content/public/common/manifest.h:19: bool IsEmpty() const; no methods on structs. if you ...
6 years, 3 months ago (2014-09-10 08:05:21 UTC) #14
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h#newcode19 content/public/common/manifest.h:19: bool IsEmpty() const; On 2014/09/10 08:05:21, jochen wrote: > ...
6 years, 3 months ago (2014-09-10 14:23:43 UTC) #15
kenneth.christiansen
On 2014/09/10 at 14:23:43, mlamouri wrote: > https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h > File content/public/common/manifest.h (right): > > https://codereview.chromium.org/550173002/diff/20001/content/public/common/manifest.h#newcode19 ...
6 years, 3 months ago (2014-09-11 10:21:35 UTC) #16
mlamouri (slow - plz ping)
On 2014/09/11 10:21:35, kenneth.christiansen wrote: > On 2014/09/10 at 14:23:43, mlamouri wrote: > > > ...
6 years, 3 months ago (2014-09-11 10:30:10 UTC) #17
jochen (gone - plz use gerrit)
lgtm +palmer who wanted to see the manifest struct def https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h#newcode17 ...
6 years, 3 months ago (2014-09-12 11:55:18 UTC) #19
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h#newcode17 content/public/common/manifest.h:17: Manifest(); On 2014/09/12 11:55:18, jochen wrote: > ctor should ...
6 years, 3 months ago (2014-09-12 12:05:19 UTC) #20
jochen (gone - plz use gerrit)
https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h#newcode17 content/public/common/manifest.h:17: Manifest(); On 2014/09/12 12:05:19, Mounir Lamouri wrote: > On ...
6 years, 3 months ago (2014-09-12 12:09:40 UTC) #21
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h File content/public/common/manifest.h (right): https://codereview.chromium.org/550173002/diff/40001/content/public/common/manifest.h#newcode17 content/public/common/manifest.h:17: Manifest(); On 2014/09/12 12:09:40, jochen wrote: > On 2014/09/12 ...
6 years, 3 months ago (2014-09-12 12:16:48 UTC) #22
jochen (gone - plz use gerrit)
https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc#newcode57 content/renderer/manifest/manifest_parser.cc:57: return base::NullableString16(name, false); On 2014/09/12 at 12:16:47, Mounir Lamouri ...
6 years, 3 months ago (2014-09-12 12:23:09 UTC) #23
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc File content/renderer/manifest/manifest_parser.cc (right): https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc#newcode57 content/renderer/manifest/manifest_parser.cc:57: return base::NullableString16(name, false); On 2014/09/12 12:23:09, jochen wrote: > ...
6 years, 3 months ago (2014-09-12 12:32:32 UTC) #24
jochen (gone - plz use gerrit)
On 2014/09/12 at 12:32:32, mlamouri wrote: > https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc > File content/renderer/manifest/manifest_parser.cc (right): > > https://codereview.chromium.org/550173002/diff/40001/content/renderer/manifest/manifest_parser.cc#newcode57 ...
6 years, 3 months ago (2014-09-12 12:36:04 UTC) #25
mlamouri (slow - plz ping)
On 2014/09/12 12:36:04, jochen wrote: > i dunno, it's odd to use different manifests in ...
6 years, 3 months ago (2014-09-12 13:44:26 UTC) #26
mlamouri (slow - plz ping)
jochen@, based on Chris' comment on the other CL [1], truncating the string on the ...
6 years, 3 months ago (2014-09-15 13:01:26 UTC) #27
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/550173002/diff/60001/content/renderer/manifest/manifest_parser.h File content/renderer/manifest/manifest_parser.h (right): https://codereview.chromium.org/550173002/diff/60001/content/renderer/manifest/manifest_parser.h#newcode35 content/renderer/manifest/manifest_parser.h:35: static base::NullableString16 ParseName( nit. can you move those ...
6 years, 3 months ago (2014-09-15 14:13:28 UTC) #28
mlamouri (slow - plz ping)
https://codereview.chromium.org/550173002/diff/60001/content/renderer/manifest/manifest_parser.h File content/renderer/manifest/manifest_parser.h (right): https://codereview.chromium.org/550173002/diff/60001/content/renderer/manifest/manifest_parser.h#newcode35 content/renderer/manifest/manifest_parser.h:35: static base::NullableString16 ParseName( On 2014/09/15 14:13:28, jochen wrote: > ...
6 years, 3 months ago (2014-09-15 15:39:35 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/550173002/80001
6 years, 3 months ago (2014-09-15 15:40:11 UTC) #31
commit-bot: I haz the power
Committed patchset #5 (id:80001) as ef18022da89088218d70f9916988bfdb36489637
6 years, 3 months ago (2014-09-15 17:05:15 UTC) #32
commit-bot: I haz the power
6 years, 3 months ago (2014-09-15 17:08:40 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/161ea5d82dafeeb644ee04b1df52fa7dd6313105
Cr-Commit-Position: refs/heads/master@{#294839}

Powered by Google App Engine
This is Rietveld 408576698