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

Issue 786023002: Remove hard-coded font families in WebUI. (Closed)

Created:
6 years ago by xdai1
Modified:
5 years, 4 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove hard-coded font families in WebUI. This is done by the following steps: 1) Remove hard-coded font-family from all css/html files in chrome/browser/resources, except 'monospace', 'Courier New, monospace' and 'inherit' font types. 2) Add <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> to all html files in chrome/browser/resources which not include chrome_shared.css file, and removed all the i18n-content="fontFamily:fontfamily;fontSize:fontSize" inside of the <body> and <html> tags. BUG=303849 Committed: https://crrev.com/b1648f74041be5bbb57260302b58acb5a5925526 Cr-Commit-Position: refs/heads/master@{#308755}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : The First Version. #

Total comments: 84

Patch Set 6 : Address the code review comments. #

Patch Set 7 : Pull rebase. Address dbeam@'s code review comments. #

Patch Set 8 : Revert some changes that fail the tests. #

Total comments: 5

Patch Set 9 : Pull Rebase. Revert some changes that fail the tests. #

Patch Set 10 : Address jshin@'s review comments. #

Patch Set 11 : Address jshin@'s comments. #

Patch Set 12 : Bring back changes for /resources/ntp4. Add some TODO comments. #

Patch Set 13 : Fix the presubmit warnings. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -129 lines) Patch
M chrome/browser/resources/about_conflicts.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/about_credits.tmpl View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/about_flash.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/about_invalidations.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/about_invalidations.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/about_memory.html View 1 2 3 4 5 6 1 chunk +2 lines, -9 lines 0 comments Download
M chrome/browser/resources/about_memory_linux.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/about_memory_mac.html View 1 2 3 4 5 6 1 chunk +1 line, -9 lines 0 comments Download
M chrome/browser/resources/about_nacl.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/about_stats.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/about_sys/about_sys.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/about_sys/about_sys.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/about_version.css View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/about_version.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 2 comments Download
M chrome/browser/resources/about_voicesearch.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/app_list/start_page.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/bookmark_manager/js/bmm_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/bookmark_manager/main.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/about_os_credits.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/choose_mobile_network.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/chromevox/chromevox/background/kbexplorer.html View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/cryptohome.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/drive_internals.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/first_run/app/main.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/first_run/first_run.html View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/guest_session_tab.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/keyboard_overlay.css View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/keyboard_overlay.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/demo_user_login.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/login.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/login/oobe-screen.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_controller_pairing.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/login/oobe_screen_host_pairing.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/merge_session_load.html View 1 2 3 4 5 6 3 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/mobile_setup_portal.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/network_ui/network_ui.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/chromeos/nfc_debug.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/offline_app_load.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/chromeos/offline_net_load.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/power.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/provided_file_systems.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/provided_file_systems.html View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/salsa.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/chromeos/sim_unlock.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/slow.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/slow.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/chromeos/wallpaper_manager/main.html View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/components.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/contextual_search/promo.css View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/contextual_search/promo.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/crashes.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/domain_reliability_internals.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
A + chrome/browser/resources/extensions/extension_info.css View 1 2 3 4 5 6 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/resources/extensions_infobar.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/extensions_infobar_mac.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/feedback/html/default.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/flags.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/gaia_auth/main.html View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/gaia_auth/offline.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/gaia_auth/success.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/gcm_internals.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/gesture_config.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/hangout_services/background.html View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/hotword_audio_verification/main.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/hotword_audio_verification/style.css View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/identity_internals.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/identity_scope_approval_dialog/scope_approval_dialog.html View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/inline_login/inline_login.html View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/inline_login/new_inline_login.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/inspect/inspect.css View 1 2 3 4 5 6 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/resources/inspect/inspect.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/instant/instant.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/instant/instant.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/local_ntp/local_ntp.css View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/resources/local_state/local_state.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/media/webrtc_logs.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/memory_internals/memory_internals.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/net_export/net_export.css View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/net_export/net_export.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/net_internals/events_view.css View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/net_internals/index.html View 1 2 3 4 5 6 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/notification_1line.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/notification_2line.html View 1 2 3 4 5 6 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/resources/notification_icon.html View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/apps_page.css View 1 9 10 11 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp4/guest_tab.html View 1 2 3 4 5 6 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/incognito_tab.html View 1 2 3 4 5 6 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/ntp4/new_tab.html View 1 2 3 4 5 6 9 10 11 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/omnibox/omnibox.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/pdf/index.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/plugins.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/predictors/predictors.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/print_preview/previewarea/margin_control.css View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview_page.html View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/resources/profile_signin_confirmation.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/profiler/profiler.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/quota_internals/main.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/reader_out_of_date.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/security_warnings/interstitial_v2.html View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/resources/signin_internals/signin_index.html View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/suggestions_internals/suggestions_internals.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/supervised_user_block_interstitial.css View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/supervised_user_block_interstitial.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/sync_file_system_internals/main.css View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/resources/sync_file_system_internals/main.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/sync_internals/about.css View 1 2 3 4 5 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/resources/sync_internals/index.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/translate_internals/translate_internals.html View 1 2 3 4 5 6 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/resources/user_actions/user_actions.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/resources/user_manager/user_manager.html View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/whispernet_proxy/background.html View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 44 (12 generated)
xdai1
jshin@, can you help to review the code please? Thanks! Please start from Patch Set ...
6 years ago (2014-12-09 22:43:02 UTC) #3
jungshik at Google
Wow, there are so many files to change. Thanks for working on this. Please, see ...
6 years ago (2014-12-10 07:57:57 UTC) #4
jungshik at Google
estade@chromium.org, dbeam@chromium.org : can you take a look?
6 years ago (2014-12-10 07:59:42 UTC) #6
Dan Beam
https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_memory.html File chrome/browser/resources/about_memory.html (right): https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_memory.html#newcode11 chrome/browser/resources/about_memory.html:11: <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> put text_defaults.css above about_memory.css https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_memory_linux.html File ...
6 years ago (2014-12-10 19:49:25 UTC) #7
Dan Beam
fyi: most of the nits are for my own remembering and very few of them ...
6 years ago (2014-12-10 19:50:31 UTC) #8
jungshik at Google
https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/chromeos/wallpaper_manager/main.html File chrome/browser/resources/chromeos/wallpaper_manager/main.html (right): https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/chromeos/wallpaper_manager/main.html#newcode53 chrome/browser/resources/chromeos/wallpaper_manager/main.html:53: .style.fontSize:webFontSize"> On 2014/12/10 19:49:24, Dan Beam wrote: > is ...
6 years ago (2014-12-10 20:14:14 UTC) #9
jungshik at Google
On 2014/12/10 20:14:14, Jungshik Shin wrote: > Moreover, we have to get rid of the ...
6 years ago (2014-12-10 20:25:20 UTC) #10
jungshik at Google
https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/chromeos/mobile_setup.html File chrome/browser/resources/chromeos/mobile_setup.html (right): https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/chromeos/mobile_setup.html#newcode2 chrome/browser/resources/chromeos/mobile_setup.html:2: <html> On 2014/12/10 19:49:24, Dan Beam wrote: > hmmmm, ...
6 years ago (2014-12-10 20:46:57 UTC) #11
Dan Beam
On 2014/12/10 20:25:20, Jungshik Shin wrote: > On 2014/12/10 20:14:14, Jungshik Shin wrote: > > ...
6 years ago (2014-12-10 21:15:38 UTC) #12
jungshik at Google
On 2014/12/10 21:15:38, Dan Beam wrote: > On 2014/12/10 20:25:20, Jungshik Shin wrote: > > ...
6 years ago (2014-12-11 01:42:12 UTC) #13
xdai1
Please take another look, thanks! The modification in this patch: 1) Bring font-size inside of ...
6 years ago (2014-12-11 02:59:23 UTC) #19
Dan Beam
why did you add back all the font-size rules?
6 years ago (2014-12-11 19:09:29 UTC) #20
xdai1
On 2014/12/11 19:09:29, Dan Beam wrote: > why did you add back all the font-size ...
6 years ago (2014-12-11 19:12:38 UTC) #21
Dan Beam
https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl File chrome/browser/resources/about_credits.tmpl (left): https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl#oldcode10 chrome/browser/resources/about_credits.tmpl:10: font-size:84%; On 2014/12/10 07:57:57, Jungshik Shin wrote: > Really ...
6 years ago (2014-12-11 19:15:28 UTC) #22
Dan Beam
https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl File chrome/browser/resources/about_credits.tmpl (left): https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl#oldcode10 chrome/browser/resources/about_credits.tmpl:10: font-size:84%; On 2014/12/11 19:15:28, Dan Beam wrote: > On ...
6 years ago (2014-12-11 19:21:14 UTC) #23
jungshik at Google
On 2014/12/11 19:21:14, Dan Beam wrote: > https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl > File chrome/browser/resources/about_credits.tmpl (left): > > https://codereview.chromium.org/786023002/diff/100001/chrome/browser/resources/about_credits.tmpl#oldcode10 ...
6 years ago (2014-12-12 00:08:47 UTC) #24
Dan Beam
On 2014/12/12 00:08:47, Jungshik Shin wrote: > On 2014/12/11 19:21:14, Dan Beam wrote: > > ...
6 years ago (2014-12-12 00:10:36 UTC) #25
jungshik at Google
On 2014/12/12 00:10:36, Dan Beam wrote: > On 2014/12/12 00:08:47, Jungshik Shin wrote: > > ...
6 years ago (2014-12-12 09:02:28 UTC) #26
Dan Beam
lgtm if you revert changes to Helvetica Neue and the textdirection stuff (and make new ...
6 years ago (2014-12-13 02:29:54 UTC) #27
jungshik at Google
https://codereview.chromium.org/786023002/diff/260001/chrome/browser/resources/bookmark_manager/js/bmm_test.html File chrome/browser/resources/bookmark_manager/js/bmm_test.html (right): https://codereview.chromium.org/786023002/diff/260001/chrome/browser/resources/bookmark_manager/js/bmm_test.html#newcode6 chrome/browser/resources/bookmark_manager/js/bmm_test.html:6: <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> This may not be necessary because ...
6 years ago (2014-12-16 20:44:01 UTC) #28
xdai1
On 2014/12/16 20:44:01, Jungshik Shin wrote: > https://codereview.chromium.org/786023002/diff/260001/chrome/browser/resources/bookmark_manager/js/bmm_test.html > File chrome/browser/resources/bookmark_manager/js/bmm_test.html (right): > > https://codereview.chromium.org/786023002/diff/260001/chrome/browser/resources/bookmark_manager/js/bmm_test.html#newcode6 ...
6 years ago (2014-12-16 23:35:03 UTC) #30
jungshik at Google
On 2014/12/16 23:35:03, xdai1 wrote: > Modifications in Patch 9: (Rebase and revert some changes ...
6 years ago (2014-12-17 00:41:51 UTC) #31
xdai1
On 2014/12/17 00:41:51, Jungshik Shin wrote: > On 2014/12/16 23:35:03, xdai1 wrote: > > > ...
6 years ago (2014-12-17 01:16:04 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786023002/360001
6 years ago (2014-12-17 03:49:22 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/31004)
6 years ago (2014-12-17 03:56:19 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/786023002/380001
6 years ago (2014-12-17 06:38:56 UTC) #38
jungshik at Google
On 2014/12/17 03:56:19, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years ago (2014-12-17 06:44:35 UTC) #39
jungshik at Google
On 2014/12/17 03:56:19, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years ago (2014-12-17 06:44:42 UTC) #40
commit-bot: I haz the power
Committed patchset #13 (id:380001)
6 years ago (2014-12-17 07:34:50 UTC) #41
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/b1648f74041be5bbb57260302b58acb5a5925526 Cr-Commit-Position: refs/heads/master@{#308755}
6 years ago (2014-12-17 07:36:35 UTC) #42
Dan Beam
https://codereview.chromium.org/786023002/diff/380001/chrome/browser/resources/about_version.html File chrome/browser/resources/about_version.html (right): https://codereview.chromium.org/786023002/diff/380001/chrome/browser/resources/about_version.html#newcode11 chrome/browser/resources/about_version.html:11: <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> fyi: this changed the font size ...
6 years ago (2014-12-17 22:56:53 UTC) #43
jungshik at Google
6 years ago (2014-12-17 23:46:50 UTC) #44
Message was sent while issue was closed.
https://codereview.chromium.org/786023002/diff/380001/chrome/browser/resource...
File chrome/browser/resources/about_version.html (right):

https://codereview.chromium.org/786023002/diff/380001/chrome/browser/resource...
chrome/browser/resources/about_version.html:11: <link rel="stylesheet"
href="chrome://resources/css/text_defaults.css">
On 2014/12/17 22:56:53, Dan Beam wrote:
> fyi: this changed the font size on about:version significantly... we should
> consider adding a specific override if this isn't OK

hmm.. I guess it's about 80% of the previous size. 

about:version relied on the default font size for sans-serif (16px) and
monospace (13px). I agree that we should consider explicitly setting the font
size in about_version.css. Perhaps, I'll just do it now to minimize the
difference due to this CL because xdai is ooo.

Powered by Google App Engine
This is Rietveld 408576698