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

Issue 356733003: Enable layout testing support for font fallback (Closed)

Created:
6 years, 6 months ago by Dominik Röttsches
Modified:
6 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Enable layout testing support for font fallback crbug.com/285303 describes how family name based font fallback does not work in the case of ttf files with identical family name. The two added files, GardinerMod(Bug|Cat).ttf are derivatives from the public domain Gardiner font. For license information, see the LayoutTests/third_party/GardinerMod directory in Blink. They have the same family name, but different available glyphs, and are used in the family-fallback-gardiner.html test case. BUG=381684 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281738

Patch Set 1 #

Patch Set 2 : Variable name case fix. #

Total comments: 4

Patch Set 3 : Referencing fonts from Blink's LayoutTests/third_party dir with license info, formatting #

Total comments: 2

Patch Set 4 : Base Logging, font mod added to third_party #

Patch Set 5 : Trying to fix the binary files #

Patch Set 6 : README.Chromium renamed to README.chromium (lowercase) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -17 lines) Patch
M content/content_shell.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/app/webkit_test_platform_support_linux.cc View 1 2 3 4 chunks +32 lines, -17 lines 0 comments Download
A third_party/gardiner_mod/GardinerModBug.ttf View 1 2 3 Binary file 0 comments Download
A third_party/gardiner_mod/GardinerModCat.ttf View 1 2 3 Binary file 0 comments Download
A third_party/gardiner_mod/LICENSE View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/gardiner_mod/OWNERS View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/gardiner_mod/README.chromium View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
Dominik Röttsches
6 years, 6 months ago (2014-06-25 14:13:50 UTC) #1
Dominik Röttsches
Variable name case fix.
6 years, 6 months ago (2014-06-25 14:16:56 UTC) #2
Dominik Röttsches
Variable name case fix.
6 years, 6 months ago (2014-06-25 14:19:35 UTC) #3
piman
https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi File content/content_shell.gypi (right): https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi#newcode412 content/content_shell.gypi:412: 'shell/renderer/test_runner/resources/fonts/GardinerModCat.ttf', third-party data needs to go into third_party, where ...
6 years, 6 months ago (2014-06-25 18:43:31 UTC) #4
Dominik Röttsches
https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi File content/content_shell.gypi (right): https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi#newcode412 content/content_shell.gypi:412: 'shell/renderer/test_runner/resources/fonts/GardinerModCat.ttf', On 2014/06/25 18:43:31, piman (slow to review) wrote: ...
6 years, 6 months ago (2014-06-26 11:21:55 UTC) #5
piman
On 2014/06/26 11:21:55, Dominik Röttsches wrote: > https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi > File content/content_shell.gypi (right): > > https://codereview.chromium.org/356733003/diff/20001/content/content_shell.gypi#newcode412 ...
6 years, 6 months ago (2014-06-26 19:46:25 UTC) #6
piman
lgtm
6 years, 6 months ago (2014-06-26 19:46:30 UTC) #7
Dominik Röttsches
The CQ bit was checked by dominik.rottsches@intel.com
6 years, 6 months ago (2014-06-26 20:01:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominik.rottsches@intel.com/356733003/40001
6 years, 6 months ago (2014-06-26 20:01:55 UTC) #9
Dirk Pranke
The CQ bit was unchecked by dpranke@chromium.org
6 years, 6 months ago (2014-06-26 20:26:20 UTC) #10
jamesr
https://codereview.chromium.org/356733003/diff/40001/content/content_shell.gypi File content/content_shell.gypi (right): https://codereview.chromium.org/356733003/diff/40001/content/content_shell.gypi#newcode412 content/content_shell.gypi:412: '../third_party/WebKit/LayoutTests/third_party/GardinerMod/GardinerModBug.ttf', this isn't good - things in the chromium ...
6 years, 6 months ago (2014-06-26 20:26:24 UTC) #11
jamesr
We have targets in third_party/WebKit/public/ that you can use from chromium if you need to ...
6 years, 6 months ago (2014-06-26 20:32:30 UTC) #12
Dominik Röttsches
james, isn't this going to be less of a problem since we plan to merge ...
6 years, 6 months ago (2014-06-26 20:51:56 UTC) #13
jamesr
On 2014/06/26 20:51:56, Dominik Röttsches wrote: > james, isn't this going to be less of ...
6 years, 6 months ago (2014-06-26 20:54:16 UTC) #14
Dominik Röttsches
I mean - the content shell gypi on the chromium side uses local rules to ...
6 years, 6 months ago (2014-06-26 20:54:31 UTC) #15
jamesr
Will anything other than content shell load these files up? If not, then I'd put ...
6 years, 6 months ago (2014-06-26 20:55:31 UTC) #16
Dominik Röttsches
> We bundle up the other resources for layout tests on the chromium side, though, ...
6 years, 6 months ago (2014-06-26 20:58:10 UTC) #17
Dominik Röttsches
On 2014/06/26 20:55:31, jamesr wrote: > Will anything other than content shell load these files ...
6 years, 6 months ago (2014-06-26 20:58:41 UTC) #18
Dominik Röttsches
I changed the logging code and moved the font file to third_party/gardiner_mod. @eae, @behdad, are ...
6 years, 5 months ago (2014-07-02 14:40:33 UTC) #19
eae
On 2014/07/02 14:40:33, Dominik Röttsches wrote: > I changed the logging code and moved the ...
6 years, 5 months ago (2014-07-02 15:34:00 UTC) #20
Dominik Röttsches
brettw, cpu, ben, darin: Could you review the addition of the font in src/third_party? Thanks.
6 years, 5 months ago (2014-07-03 07:11:51 UTC) #21
cpu_(ooo_6.6-7.5)
lgtm but you need review from the open source license folks http://www.chromium.org/developers/adding-3rd-party-libraries
6 years, 5 months ago (2014-07-03 23:12:53 UTC) #22
Dominik Röttsches
On 2014/07/03 23:12:53, cpu wrote: > lgtm but you need review from the open source ...
6 years, 5 months ago (2014-07-04 05:49:01 UTC) #23
jschuh
Rubberstamp lgtm for security, since this is just data. However, in the future please email ...
6 years, 5 months ago (2014-07-07 17:08:45 UTC) #24
Dominik Röttsches
The CQ bit was checked by dominik.rottsches@intel.com
6 years, 5 months ago (2014-07-07 21:40:08 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominik.rottsches@intel.com/356733003/60001
6 years, 5 months ago (2014-07-07 21:40:29 UTC) #26
Dominik Röttsches
The CQ bit was unchecked by dominik.rottsches@intel.com
6 years, 5 months ago (2014-07-07 21:49:47 UTC) #27
Dominik Röttsches
The CQ bit was checked by dominik.rottsches@intel.com
6 years, 5 months ago (2014-07-08 11:19:33 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominik.rottsches@intel.com/356733003/80001
6 years, 5 months ago (2014-07-08 11:21:05 UTC) #29
Dominik Röttsches
The CQ bit was checked by dominik.rottsches@intel.com
6 years, 5 months ago (2014-07-08 11:43:45 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominik.rottsches@intel.com/356733003/100001
6 years, 5 months ago (2014-07-08 11:45:04 UTC) #31
commit-bot: I haz the power
Change committed as 281738
6 years, 5 months ago (2014-07-08 13:32:13 UTC) #32
Dominik Röttsches
On 2014/07/07 17:08:45, Justin Schuh wrote: > Rubberstamp lgtm for security, since this is just ...
6 years, 5 months ago (2014-07-08 13:34:25 UTC) #33
jschuh
6 years, 5 months ago (2014-07-09 13:38:56 UTC) #34
Yeah, security@chromium.org is the right list. Sorry, it must have gone
missed over the holiday.



On Tue, Jul 8, 2014 at 6:34 AM, <dominik.rottsches@intel.com> wrote:

> On 2014/07/07 17:08:45, Justin Schuh wrote:
>
>> Rubberstamp lgtm for security, since this is just data. However, in the
>> future
>> please email security with the link to the CL rather than a CC on the CL
>> (because that tends to get filtered out and ignored).
>>
>
> Thanks for the review, Justin.
>
> I did indeed sent a mail already on 7/2 to
> open-source-third-party-reviews@google.com, security@chromium.org with
> subject
> "Review requested for adding modified font file".
>
> Are these still the right mailing lists?
>
>
> https://codereview.chromium.org/356733003/
>
> --
> --
> -----
> security@chromium.org is for discussing vulnerabilities and fixes in
> Chromium code.Please protect Chromium users: DO NOT FORWARD this email or
> disclose its contents to third parties.
>
> http://groups.google.com/a/chromium.org/group/security
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698