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

Issue 911563002: Fixed bug with paragraphs in policy description (Closed)

Created:
5 years, 10 months ago by peletskyi
Modified:
5 years, 10 months ago
CC:
grit-developer_googlegroups.com
Base URL:
https://chromium.googlesource.com/external/grit-i18n.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fixed bug 437524. There are paragraphs in policy description now. BUG=437524 R=mnissler@chromium.org Committed: https://code.google.com/p/grit-i18n/source/detail?r=186

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : Change name of the variable #

Patch Set 5 : #

Total comments: 8

Patch Set 6 : #

Total comments: 12

Patch Set 7 : #

Total comments: 4

Patch Set 8 : #

Patch Set 9 : Fix for tests #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -23 lines) Patch
M grit/format/policy_templates/writers/doc_writer.py View 1 2 3 4 5 6 7 6 chunks +22 lines, -8 lines 0 comments Download
M grit/format/policy_templates/writers/doc_writer_unittest.py View 1 2 3 4 5 6 7 8 9 13 chunks +21 lines, -15 lines 0 comments Download

Messages

Total messages: 37 (12 generated)
peletskyi
Hi Mattisas, please review my changes. Best wishes, Oleksandr
5 years, 10 months ago (2015-02-09 12:11:07 UTC) #2
Mattias Nissler (ping if slow)
https://codereview.chromium.org/911563002/diff/40001/grit/format/policy_templates/writers/doc_writer.py File grit/format/policy_templates/writers/doc_writer.py (right): https://codereview.chromium.org/911563002/diff/40001/grit/format/policy_templates/writers/doc_writer.py#newcode700 grit/format/policy_templates/writers/doc_writer.py:700: self._url_matcher = lazy_re.compile('(http://[^\\s]*[^\\s\\.])|\n\n') It's rather confusing to do both ...
5 years, 10 months ago (2015-02-10 08:30:08 UTC) #3
peletskyi
On 2015/02/10 08:30:08, Mattias Nissler wrote: > https://codereview.chromium.org/911563002/diff/40001/grit/format/policy_templates/writers/doc_writer.py > File grit/format/policy_templates/writers/doc_writer.py (right): > > https://codereview.chromium.org/911563002/diff/40001/grit/format/policy_templates/writers/doc_writer.py#newcode700 ...
5 years, 10 months ago (2015-02-10 12:46:57 UTC) #4
Mattias Nissler (ping if slow)
https://codereview.chromium.org/911563002/diff/80001/grit/format/policy_templates/writers/doc_writer.py File grit/format/policy_templates/writers/doc_writer.py (right): https://codereview.chromium.org/911563002/diff/80001/grit/format/policy_templates/writers/doc_writer.py#newcode61 grit/format/policy_templates/writers/doc_writer.py:61: Nit: Don't introduce a blank line here (two blank ...
5 years, 10 months ago (2015-02-10 12:54:13 UTC) #5
peletskyi
On 2015/02/10 12:54:13, Mattias Nissler wrote: > https://codereview.chromium.org/911563002/diff/80001/grit/format/policy_templates/writers/doc_writer.py > File grit/format/policy_templates/writers/doc_writer.py (right): > > https://codereview.chromium.org/911563002/diff/80001/grit/format/policy_templates/writers/doc_writer.py#newcode61 ...
5 years, 10 months ago (2015-02-10 13:40:04 UTC) #6
Mattias Nissler (ping if slow)
LGTM with nits. https://codereview.chromium.org/911563002/diff/100001/grit/format/policy_templates/writers/doc_writer.py File grit/format/policy_templates/writers/doc_writer.py (right): https://codereview.chromium.org/911563002/diff/100001/grit/format/policy_templates/writers/doc_writer.py#newcode97 grit/format/policy_templates/writers/doc_writer.py:97: if len(text) == 0: nit: This ...
5 years, 10 months ago (2015-02-10 14:09:55 UTC) #7
peletskyi
On 2015/02/10 14:09:55, Mattias Nissler wrote: > LGTM with nits. > > https://codereview.chromium.org/911563002/diff/100001/grit/format/policy_templates/writers/doc_writer.py > File ...
5 years, 10 months ago (2015-02-10 14:30:32 UTC) #9
Mattias Nissler (ping if slow)
Still LGTM, found two final nits ;) https://codereview.chromium.org/911563002/diff/120001/grit/format/policy_templates/writers/doc_writer.py File grit/format/policy_templates/writers/doc_writer.py (right): https://codereview.chromium.org/911563002/diff/120001/grit/format/policy_templates/writers/doc_writer.py#newcode102 grit/format/policy_templates/writers/doc_writer.py:102: # Insert ...
5 years, 10 months ago (2015-02-10 14:38:01 UTC) #10
peletskyi
On 2015/02/10 14:38:01, Mattias Nissler wrote: > Still LGTM, found two final nits ;) > ...
5 years, 10 months ago (2015-02-10 14:49:16 UTC) #12
Mattias Nissler (ping if slow)
LGTM
5 years, 10 months ago (2015-02-10 15:18:34 UTC) #13
peletskyi
Hi, please lake a look to my changes. Best wishes, Oleksandr https://codereview.chromium.org/911563002/diff/100001/grit/format/policy_templates/writers/doc_writer.py File grit/format/policy_templates/writers/doc_writer.py (right): ...
5 years, 10 months ago (2015-02-10 16:12:56 UTC) #15
Nico
tests would be nice, but if Mattias is happy I'm happy.
5 years, 10 months ago (2015-02-10 16:40:56 UTC) #16
peletskyi
On 2015/02/10 16:40:56, Nico wrote: > tests would be nice, but if Mattias is happy ...
5 years, 10 months ago (2015-02-11 09:20:58 UTC) #17
Mattias Nissler (ping if slow)
On 2015/02/11 09:20:58, peletskyi wrote: > On 2015/02/10 16:40:56, Nico wrote: > > tests would ...
5 years, 10 months ago (2015-02-11 09:24:17 UTC) #18
peletskyi
On 2015/02/11 09:24:17, Mattias Nissler wrote: > On 2015/02/11 09:20:58, peletskyi wrote: > > On ...
5 years, 10 months ago (2015-02-12 09:25:46 UTC) #20
Mattias Nissler (ping if slow)
On 2015/02/12 09:25:46, peletskyi wrote: > On 2015/02/11 09:24:17, Mattias Nissler wrote: > > On ...
5 years, 10 months ago (2015-02-12 09:57:10 UTC) #21
peletskyi
On 2015/02/12 09:57:10, Mattias Nissler wrote: > On 2015/02/12 09:25:46, peletskyi wrote: > > On ...
5 years, 10 months ago (2015-02-12 10:15:06 UTC) #22
Mattias Nissler (ping if slow)
LGTM, thanks for the test. I think it's fair to commit now given that Nico ...
5 years, 10 months ago (2015-02-12 11:24:22 UTC) #23
peletskyi
On 2015/02/12 11:24:22, Mattias Nissler wrote: > LGTM, thanks for the test. I think it's ...
5 years, 10 months ago (2015-02-17 14:02:32 UTC) #24
Mattias Nissler (ping if slow)
On 2015/02/17 14:02:32, peletskyi wrote: > On 2015/02/12 11:24:22, Mattias Nissler wrote: > > LGTM, ...
5 years, 10 months ago (2015-02-17 14:54:56 UTC) #28
commit-bot: I haz the power
Commit queue rejected this change because it did not recognize the base URL. Please commit ...
5 years, 10 months ago (2015-02-17 15:00:00 UTC) #31
peletskyi
On 2015/02/17 15:00:00, I haz the power (commit-bot) wrote: > Commit queue rejected this change ...
5 years, 10 months ago (2015-02-17 15:27:42 UTC) #34
Mattias Nissler (ping if slow)
Committed patchset #10 (id:180001) manually as r186 (presubmit successful).
5 years, 10 months ago (2015-02-18 16:35:34 UTC) #35
Mattias Nissler (ping if slow)
On 2015/02/17 15:27:42, peletskyi wrote: > On 2015/02/17 15:00:00, I haz the power (commit-bot) wrote: ...
5 years, 10 months ago (2015-02-18 16:37:19 UTC) #36
Nico
5 years, 10 months ago (2015-02-18 19:07:19 UTC) #37
Message was sent while issue was closed.
I always use `svn commit` for landing stuff in gyp and grit. I think scottmg
figured out how to make git-svn work, but I didn't invest the time to get that
to work – landing via svn isn't any more difficult for me.

Powered by Google App Engine
This is Rietveld 408576698