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

Issue 1819753003: Allow various font weights in gfx. (Closed)

Created:
4 years, 9 months ago by Mikus
Modified:
4 years, 6 months ago
CC:
chromium-reviews, zea+watch_chromium.org, bondd+autofillwatch_chromium.org, dmazzoni+watch_chromium.org, tim+watch_chromium.org, tapted, Matt Giuca, aboxhall+watch_chromium.org, je_julie, vabr+watchlistautofill_chromium.org, vabr+watchlistpasswordmanager_chromium.org, derat+watch_chromium.org, rouslan+autofill_chromium.org, yuzo+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, tfarina, maxbogue+watch_chromium.org, nektar+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, plaree+watch_chromium.org, dtseng+watch_chromium.org, estade+watch_chromium.org, James Su
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Allow various font weights in gfx. These changes make Chromium's gfx::Font more closely match native font APIs & capabilities. BUG=597533 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/998e890d117912669e3d31ff21b465ee3684966c Cr-Commit-Position: refs/heads/master@{#397368}

Patch Set 1 #

Total comments: 72

Patch Set 2 : Fixes for review issues. #

Total comments: 41

Patch Set 3 : Rebased the CL #

Patch Set 4 : Fixes for platforms other than win and targets other than chrome #

Total comments: 6

Patch Set 5 : Mac fixes. #

Patch Set 6 : Mac TODO added. #

Patch Set 7 : Linux #

Patch Set 8 : Further Mac and Linux fixes. #

Total comments: 22

Patch Set 9 : Review fixes #

Patch Set 10 : Mac fixes #

Total comments: 13

Patch Set 11 : Review fixes #

Patch Set 12 : A tiny fix for the ResourceBundle... #

Total comments: 9

Patch Set 13 : nit addressed #

Total comments: 5

Patch Set 14 : Use the std::tie in resource_bundle #

Total comments: 18

Patch Set 15 : Address Alexei's issues #

Total comments: 83

Patch Set 16 : Removed the gfx:: prefix from gazzilion places, minor fixes and rebase #

Patch Set 17 : Linux & iOS fixes #

Patch Set 18 : Compile problems on ChromeOS fixed (at least some of those) #

Patch Set 19 : More compile fixes #

Patch Set 20 : Even more fixes. #

Patch Set 21 : Further fixes... #

Patch Set 22 : Attempt to fix Linux & Mac unittests. #

Patch Set 23 : Remove an unused variable in platform_font_win.cc #

Patch Set 24 : Fixed a bug in Font description building procedure. #

Patch Set 25 : Attempt to fix yet another unittest on Linux. #

Total comments: 2

Patch Set 26 : Fix compile problems #

Patch Set 27 : Fix the render params query cache #

Patch Set 28 : Fix unittests on chromeos #

Patch Set 29 : Add a lost comment and modify a render text unittest to not test black because of test env font con… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+958 lines, -618 lines) Patch
M ash/system/tray/tray_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/file_system/request_file_system_dialog_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_decoration.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_popup_matrix.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +30 lines, -16 lines 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/extensions/icon_with_badge_image_source.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/accessibility/invert_bubble_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_source_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/first_run_bubble.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/platform_keys_certificate_selector_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/network_dropdown.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/pepper/pepper_flash_renderer_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M components/favicon/core/fallback_icon_service.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/sandbox_ipc_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -2 lines 0 comments Download
M ui/app_list/views/search_result_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/base/cocoa/menu_controller_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/resource/resource_bundle.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +7 lines, -3 lines 0 comments Download
M ui/base/resource/resource_bundle.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 5 chunks +38 lines, -12 lines 0 comments Download
M ui/chromeos/ime/candidate_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/canvas_skia.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/gfx/font.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +27 lines, -5 lines 0 comments Download
M ui/gfx/font.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +12 lines, -2 lines 0 comments Download
M ui/gfx/font_list.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +30 lines, -17 lines 0 comments Download
M ui/gfx/font_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +45 lines, -15 lines 0 comments Download
M ui/gfx/font_list_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +15 lines, -9 lines 0 comments Download
M ui/gfx/font_list_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 8 chunks +65 lines, -23 lines 0 comments Download
M ui/gfx/font_list_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 12 chunks +94 lines, -53 lines 0 comments Download
M ui/gfx/font_render_params.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +5 lines, -1 line 0 comments Download
M ui/gfx/font_render_params.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -2 lines 0 comments Download
M ui/gfx/font_render_params_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 3 chunks +43 lines, -2 lines 0 comments Download
M ui/gfx/font_render_params_linux_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -7 lines 0 comments Download
M ui/gfx/font_unittest.cc View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
M ui/gfx/linux_font_delegate.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +3 lines, -3 lines 0 comments Download
M ui/gfx/platform_font.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +9 lines, -2 lines 0 comments Download
M ui/gfx/platform_font_ios.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +11 lines, -3 lines 0 comments Download
M ui/gfx/platform_font_ios.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +22 lines, -12 lines 0 comments Download
M ui/gfx/platform_font_linux.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 6 chunks +14 lines, -8 lines 0 comments Download
M ui/gfx/platform_font_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 12 chunks +57 lines, -36 lines 0 comments Download
M ui/gfx/platform_font_linux_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 4 chunks +20 lines, -13 lines 0 comments Download
M ui/gfx/platform_font_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +9 lines, -2 lines 0 comments Download
M ui/gfx/platform_font_mac.mm View 1 2 3 4 5 6 7 8 5 chunks +35 lines, -17 lines 0 comments Download
M ui/gfx/platform_font_mac_unittest.mm View 1 2 3 4 5 6 7 8 9 4 chunks +13 lines, -10 lines 0 comments Download
M ui/gfx/platform_font_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +7 lines, -7 lines 0 comments Download
M ui/gfx/platform_font_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 17 chunks +45 lines, -88 lines 0 comments Download
M ui/gfx/platform_font_win_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +0 lines, -73 lines 0 comments Download
M ui/gfx/render_text.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 7 chunks +13 lines, -2 lines 0 comments Download
M ui/gfx/render_text.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 12 chunks +33 lines, -5 lines 0 comments Download
M ui/gfx/render_text_harfbuzz.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +5 lines, -4 lines 0 comments Download
M ui/gfx/render_text_harfbuzz.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +21 lines, -18 lines 0 comments Download
M ui/gfx/render_text_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 5 chunks +12 lines, -7 lines 0 comments Download
M ui/gfx/render_text_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 19 chunks +59 lines, -44 lines 0 comments Download
M ui/gfx/text_constants.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/views/controls/button/label_button.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +25 lines, -7 lines 0 comments Download
M ui/views/controls/button/label_button_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -3 lines 0 comments Download
M ui/views/controls/styled_label.h View 1 1 chunk +4 lines, -1 line 0 comments Download
M ui/views/controls/styled_label.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +8 lines, -5 lines 0 comments Download
M ui/views/controls/styled_label_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 4 chunks +14 lines, -7 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +11 lines, -10 lines 0 comments Download
M ui/views/examples/multiline_example.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M ui/views/examples/text_example.cc View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M ui/views/examples/textfield_example.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 117 (46 generated)
Mikus
How do I commit a joint Skia/views patch? This code uses the method SkTypeface::CreateFromNameAndStyle I ...
4 years, 9 months ago (2016-03-21 14:39:55 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/1
4 years, 9 months ago (2016-03-21 14:41:15 UTC) #5
commit-bot: I haz the power
Dry run: No L-G-T-M from a valid reviewer yet. CQ run can only be started ...
4 years, 9 months ago (2016-03-21 14:41:20 UTC) #7
sky
Skia is its own repo. I believe https://skia.googlesource.com/skia, but I could be wrong. You'll need ...
4 years, 9 months ago (2016-03-21 17:13:22 UTC) #8
msw
https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc File ui/base/resource/resource_bundle.cc (right): https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc#newcode175 ui/base/resource/resource_bundle.cc:175: return size_delta < rhs.size_delta || style < rhs.style || ...
4 years, 9 months ago (2016-03-22 01:53:44 UTC) #9
tapted
drive-by (noticed a few things, but didn't do a thorough review pass) https://codereview.chromium.org/1819753003/diff/1/chrome/browser/ui/views/accessibility/invert_bubble_view.cc File chrome/browser/ui/views/accessibility/invert_bubble_view.cc ...
4 years, 9 months ago (2016-03-22 04:04:17 UTC) #11
Mikus
https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc File ui/base/resource/resource_bundle.cc (right): https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc#newcode175 ui/base/resource/resource_bundle.cc:175: return size_delta < rhs.size_delta || style < rhs.style || ...
4 years, 9 months ago (2016-03-22 14:19:52 UTC) #13
msw
It makes for a smoother review if you address all comments and ensure changes compile ...
4 years, 9 months ago (2016-03-22 18:24:11 UTC) #14
tapted
https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc File ui/base/resource/resource_bundle.cc (right): https://codereview.chromium.org/1819753003/diff/1/ui/base/resource/resource_bundle.cc#newcode563 ui/base/resource/resource_bundle.cc:563: const FontKey key = {size_delta, style, weight}; On 2016/03/22 ...
4 years, 9 months ago (2016-03-22 23:31:32 UTC) #15
Mikus
https://codereview.chromium.org/1819753003/diff/1/ui/gfx/platform_font.h File ui/gfx/platform_font.h (right): https://codereview.chromium.org/1819753003/diff/1/ui/gfx/platform_font.h#newcode51 ui/gfx/platform_font.h:51: virtual gfx::Font::FontWeight GetWeight() = 0; On 2016/03/22 18:24:10, msw ...
4 years, 9 months ago (2016-03-23 17:53:22 UTC) #16
tapted
https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm File ui/gfx/platform_font_mac.mm (right): https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm#newcode70 ui/gfx/platform_font_mac.mm:70: NSFontSymbolicTraits traits = [[native_font fontDescriptor] symbolicTraits]; Without a BUG= ...
4 years, 9 months ago (2016-03-23 23:00:07 UTC) #17
Mikus
https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm File ui/gfx/platform_font_mac.mm (right): https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm#newcode70 ui/gfx/platform_font_mac.mm:70: NSFontSymbolicTraits traits = [[native_font fontDescriptor] symbolicTraits]; On 2016/03/23 23:00:06, ...
4 years, 9 months ago (2016-03-24 07:31:25 UTC) #18
Mikus
On 2016/03/24 07:31:25, Mikus wrote: > https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm > File ui/gfx/platform_font_mac.mm (right): > > https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm#newcode70 > ...
4 years, 9 months ago (2016-03-24 07:43:13 UTC) #19
Mikus
https://bugs.chromium.org/p/chromium/issues/detail?id=597533
4 years, 9 months ago (2016-03-24 07:43:18 UTC) #20
msw
Mostly minor comments. https://codereview.chromium.org/1819753003/diff/140001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc File chrome/browser/ui/libgtk2ui/gtk2_ui.cc (right): https://codereview.chromium.org/1819753003/diff/140001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc#newcode829 chrome/browser/ui/libgtk2ui/gtk2_ui.cc:829: *italic_out = default_font_style_ == gfx::Font::ITALIC; nit: ...
4 years, 9 months ago (2016-03-25 01:33:10 UTC) #21
msw
https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm File ui/gfx/platform_font_mac.mm (right): https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm#newcode70 ui/gfx/platform_font_mac.mm:70: NSFontSymbolicTraits traits = [[native_font fontDescriptor] symbolicTraits]; On 2016/03/24 07:31:25, ...
4 years, 9 months ago (2016-03-25 01:41:31 UTC) #22
Mikus
https://codereview.chromium.org/1819753003/diff/140001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc File chrome/browser/ui/libgtk2ui/gtk2_ui.cc (right): https://codereview.chromium.org/1819753003/diff/140001/chrome/browser/ui/libgtk2ui/gtk2_ui.cc#newcode829 chrome/browser/ui/libgtk2ui/gtk2_ui.cc:829: *italic_out = default_font_style_ == gfx::Font::ITALIC; On 2016/03/25 01:33:09, msw ...
4 years, 9 months ago (2016-03-25 11:49:01 UTC) #24
Mikus
On 2016/03/25 01:41:31, msw wrote: > https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm > File ui/gfx/platform_font_mac.mm (right): > > https://codereview.chromium.org/1819753003/diff/60001/ui/gfx/platform_font_mac.mm#newcode70 > ...
4 years, 9 months ago (2016-03-25 11:51:26 UTC) #25
msw
Just one remaining comment before I'd approve this. Trent, Scott, and +Peter should still review ...
4 years, 9 months ago (2016-03-25 22:02:14 UTC) #27
Peter Kasting
Only reviewed c/b/ui. https://codereview.chromium.org/1819753003/diff/180001/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm File chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (right): https://codereview.chromium.org/1819753003/diff/180001/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm#newcode1081 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm:1081: .GetNativeFont(); Nit: Maybe: namespace { NSFont* ...
4 years, 9 months ago (2016-03-26 00:56:52 UTC) #28
tapted
I've only looked closely at resource_bundle and mac stuff. c/b/ui/cocoa needs a bit more to ...
4 years, 9 months ago (2016-03-27 23:10:02 UTC) #29
Mikus
https://codereview.chromium.org/1819753003/diff/180001/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm File chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm (right): https://codereview.chromium.org/1819753003/diff/180001/chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm#newcode81 chrome/browser/ui/cocoa/omnibox/omnibox_popup_cell.mm:81: // TODO(mboc): Get the bold font. On 2016/03/27 23:10:02, ...
4 years, 8 months ago (2016-03-29 10:55:38 UTC) #30
Mikus
> The bug still doesn't describe the _need_ for the change. You've set me as ...
4 years, 8 months ago (2016-03-29 10:58:56 UTC) #31
msw
lgtm with nits; please include the motivation sentence in the CL description. https://codereview.chromium.org/1819753003/diff/220001/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm File chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm ...
4 years, 8 months ago (2016-03-29 19:18:14 UTC) #32
tapted
mac stuff lgtm with msw's nit and the comments below (resource_bundle also lg, but I'm ...
4 years, 8 months ago (2016-03-29 20:13:46 UTC) #33
Mikus
https://codereview.chromium.org/1819753003/diff/220001/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm File chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (right): https://codereview.chromium.org/1819753003/diff/220001/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm#newcode1076 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm:1076: // This value should be kept in sync with ...
4 years, 8 months ago (2016-03-30 13:58:24 UTC) #35
Mikus
Please review: danakj: cc\layers\heads_up_display_layer.cc asvitkine: content\browser\renderer_host\sandbox_ipc_linux.cc sky: chrome\renderer\pepper\pepper_flash_renderer_host.cc components\favicon\core\fallback_icon_service.cc third_party\WebKit\Source\platform\fonts\skia\FontCacheSkia.cpp ui\app_list\views\search_result_view.cc ui\base\resource\resource_bundle.cc ui\base\resource\resource_bundle.h ui\views\controls\button\label_button.cc ui\views\controls\styled_label.cc ...
4 years, 8 months ago (2016-03-30 15:57:27 UTC) #36
sky
https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.cc File ui/base/resource/resource_bundle.cc (right): https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.cc#newcode175 ui/base/resource/resource_bundle.cc:175: if (size_delta != rhs.size_delta) use std::tie https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.h File ui/base/resource/resource_bundle.h ...
4 years, 8 months ago (2016-03-31 17:04:08 UTC) #38
Peter Kasting
https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.h File ui/base/resource/resource_bundle.h (right): https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.h#newcode256 ui/base/resource/resource_bundle.h:256: gfx::Font::Weight weight = gfx::Font::Weight::NORMAL); On 2016/03/31 17:04:08, sky wrote: ...
4 years, 8 months ago (2016-03-31 21:04:49 UTC) #39
sky
My mistake. On Thu, Mar 31, 2016 at 2:04 PM, <pkasting@chromium.org> wrote: > > https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.h ...
4 years, 8 months ago (2016-04-01 02:01:00 UTC) #40
Mikus
https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.cc File ui/base/resource/resource_bundle.cc (right): https://codereview.chromium.org/1819753003/diff/240001/ui/base/resource/resource_bundle.cc#newcode175 ui/base/resource/resource_bundle.cc:175: if (size_delta != rhs.size_delta) On 2016/03/31 17:04:08, sky wrote: ...
4 years, 8 months ago (2016-04-04 12:16:25 UTC) #41
sky
LGTM
4 years, 8 months ago (2016-04-04 15:40:42 UTC) #42
Alexei Svitkine (slow)
https://codereview.chromium.org/1819753003/diff/260001/ui/gfx/font_list_impl.cc File ui/gfx/font_list_impl.cc (right): https://codereview.chromium.org/1819753003/diff/260001/ui/gfx/font_list_impl.cc#newcode22 ui/gfx/font_list_impl.cc:22: gfx::Font::Weight weight) { Nit: Move the start of "namespace ...
4 years, 8 months ago (2016-04-04 16:34:51 UTC) #44
Mikus
https://codereview.chromium.org/1819753003/diff/260001/ui/gfx/font_list_impl.cc File ui/gfx/font_list_impl.cc (right): https://codereview.chromium.org/1819753003/diff/260001/ui/gfx/font_list_impl.cc#newcode22 ui/gfx/font_list_impl.cc:22: gfx::Font::Weight weight) { On 2016/04/04 16:34:50, Alexei Svitkine wrote: ...
4 years, 8 months ago (2016-04-05 16:18:34 UTC) #45
Alexei Svitkine (slow)
lgtm % removing the gfx:: prefix from a million places inside gfx code that I ...
4 years, 8 months ago (2016-04-05 16:38:54 UTC) #46
Evan Stade
what happened with this CL?
4 years, 7 months ago (2016-05-19 21:50:57 UTC) #48
danakj
Oh, cc LGTM. 1 question https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc File cc/layers/heads_up_display_layer.cc (right): https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc#newcode26 cc/layers/heads_up_display_layer.cc:26: SkFontStyle::kUpright_Slant); why the upright?
4 years, 7 months ago (2016-05-19 21:54:59 UTC) #49
Mikus
https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc File cc/layers/heads_up_display_layer.cc (right): https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc#newcode26 cc/layers/heads_up_display_layer.cc:26: SkFontStyle::kUpright_Slant); On 2016/05/19 21:54:59, danakj wrote: > why the ...
4 years, 7 months ago (2016-05-20 07:11:33 UTC) #50
Evan Stade
On 2016/05/20 07:11:33, Mikus wrote: > https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc > File cc/layers/heads_up_display_layer.cc (right): > > https://codereview.chromium.org/1819753003/diff/280001/cc/layers/heads_up_display_layer.cc#newcode26 > ...
4 years, 6 months ago (2016-05-27 18:00:15 UTC) #51
Alexei Svitkine (slow)
Sounds like this CL already has all the necessary owners lgtm's - seems like it ...
4 years, 6 months ago (2016-05-27 18:01:57 UTC) #52
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/300001
4 years, 6 months ago (2016-05-27 18:04:30 UTC) #54
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-gn/builds/12867) ios-simulator on ...
4 years, 6 months ago (2016-05-27 18:11:36 UTC) #56
Mikus
On 2016/05/27 18:11:36, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
4 years, 6 months ago (2016-05-30 07:39:12 UTC) #57
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/320001
4 years, 6 months ago (2016-06-01 08:21:05 UTC) #60
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/145984)
4 years, 6 months ago (2016-06-01 08:36:22 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/340001
4 years, 6 months ago (2016-06-01 08:51:57 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/145994)
4 years, 6 months ago (2016-06-01 09:06:50 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/360001
4 years, 6 months ago (2016-06-01 09:14:29 UTC) #70
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/380001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/380001
4 years, 6 months ago (2016-06-01 09:28:10 UTC) #72
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/146000)
4 years, 6 months ago (2016-06-01 09:43:13 UTC) #74
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/400001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/400001
4 years, 6 months ago (2016-06-01 11:19:48 UTC) #76
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/120124)
4 years, 6 months ago (2016-06-01 11:48:50 UTC) #78
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/420001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/420001
4 years, 6 months ago (2016-06-01 12:57:39 UTC) #80
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_clang on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_clang/builds/30673)
4 years, 6 months ago (2016-06-01 13:34:01 UTC) #82
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/440001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/440001
4 years, 6 months ago (2016-06-01 13:38:49 UTC) #84
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/178913)
4 years, 6 months ago (2016-06-01 14:17:41 UTC) #86
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/460001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/460001
4 years, 6 months ago (2016-06-01 15:43:10 UTC) #88
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/238653)
4 years, 6 months ago (2016-06-01 16:23:13 UTC) #90
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/480001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/480001
4 years, 6 months ago (2016-06-01 16:50:10 UTC) #92
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/86651) chromeos_x86-generic_chromium_compile_only_ng on ...
4 years, 6 months ago (2016-06-01 17:04:42 UTC) #94
tapted
https://codereview.chromium.org/1819753003/diff/480001/ui/gfx/render_text_mac.mm File ui/gfx/render_text_mac.mm (left): https://codereview.chromium.org/1819753003/diff/480001/ui/gfx/render_text_mac.mm#oldcode69 ui/gfx/render_text_mac.mm:69: // Note: this is only used by RenderTextHarfbuzz. looks ...
4 years, 6 months ago (2016-06-02 01:02:24 UTC) #95
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/500001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/500001
4 years, 6 months ago (2016-06-02 07:39:33 UTC) #97
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/520001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/520001
4 years, 6 months ago (2016-06-02 07:48:51 UTC) #100
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/540001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/540001
4 years, 6 months ago (2016-06-02 08:21:34 UTC) #103
commit-bot: I haz the power
Dry run: 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/223386)
4 years, 6 months ago (2016-06-02 10:01:53 UTC) #105
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/560001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/560001
4 years, 6 months ago (2016-06-02 10:20:08 UTC) #107
Mikus
https://codereview.chromium.org/1819753003/diff/480001/ui/gfx/render_text_mac.mm File ui/gfx/render_text_mac.mm (left): https://codereview.chromium.org/1819753003/diff/480001/ui/gfx/render_text_mac.mm#oldcode69 ui/gfx/render_text_mac.mm:69: // Note: this is only used by RenderTextHarfbuzz. On ...
4 years, 6 months ago (2016-06-02 10:35:20 UTC) #108
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-02 11:32:42 UTC) #110
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819753003/560001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819753003/560001
4 years, 6 months ago (2016-06-02 11:35:35 UTC) #113
commit-bot: I haz the power
Committed patchset #29 (id:560001)
4 years, 6 months ago (2016-06-02 11:40:54 UTC) #115
commit-bot: I haz the power
4 years, 6 months ago (2016-06-02 11:42:11 UTC) #117
Message was sent while issue was closed.
Patchset 29 (id:??) landed as
https://crrev.com/998e890d117912669e3d31ff21b465ee3684966c
Cr-Commit-Position: refs/heads/master@{#397368}

Powered by Google App Engine
This is Rietveld 408576698