• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

accelerators/H16-Feb-2021-3,0942,092

clipboard/H03-May-2022-11,6028,411

cocoa/H16-Feb-2021-5,3003,779

cursor/H16-Feb-2021-2,6681,950

data_transfer_policy/H03-May-2022-249144

dragdrop/H03-May-2022-5,4023,786

emoji/H16-Feb-2021-15989

glib/H16-Feb-2021-251180

idle/H16-Feb-2021-633412

ime/H03-May-2022-51,98735,533

l10n/H16-Feb-2021-3,9682,962

models/H16-Feb-2021-5,5703,517

mojom/H16-Feb-2021-469406

pointer/H16-Feb-2021-870549

prediction/H16-Feb-2021-2,9301,900

resource/H03-May-2022-4,8723,257

test/H03-May-2022-5,1623,800

text/H16-Feb-2021-276188

user_activity/H16-Feb-2021-499331

webui/H03-May-2022-1,051735

win/H16-Feb-2021-2,2091,267

x/H03-May-2022-12,4648,564

BUILD.gnH A D16-Feb-202133 KiB1,2031,094

DEPSH A D16-Feb-2021526 2120

OWNERSH A D16-Feb-2021313 96

README.chromiumH A D16-Feb-2021554 149

base_window.ccH A D16-Feb-2021388 178

base_window.hH A D16-Feb-20213.2 KiB10239

class_property.ccH A D16-Feb-20212 KiB7255

class_property.hH A D16-Feb-202111.4 KiB289178

class_property_unittest.ccH A D16-Feb-20219.8 KiB301206

default_style.hH A D16-Feb-20211.2 KiB4017

device_form_factor.hH A D16-Feb-2021687 2512

device_form_factor_android.ccH A D16-Feb-2021557 1910

device_form_factor_desktop.ccH A D16-Feb-2021323 146

device_form_factor_ios.mmH A D16-Feb-2021502 1913

fullscreen_win.ccH A D16-Feb-20212.4 KiB8454

fullscreen_win.hH A D16-Feb-2021402 166

hit_test.ccH A D16-Feb-2021694 3625

hit_test.hH A D16-Feb-20211.2 KiB5737

hit_test_x11.ccH A D16-Feb-20211.2 KiB5339

hit_test_x11.hH A D16-Feb-2021488 176

layout.ccH A D16-Feb-20213.5 KiB12291

layout.hH A D16-Feb-20212 KiB6331

layout_unittest.ccH A D16-Feb-20212.9 KiB6452

nine_image_painter_factory.ccH A D16-Feb-2021902 3522

nine_image_painter_factory.hH A D16-Feb-20212 KiB5426

page_transition_types.ccH A D16-Feb-20213.3 KiB9976

page_transition_types.hH A D16-Feb-20219.3 KiB22062

scoped_visibility_tracker.ccH A D16-Feb-20211.2 KiB5033

scoped_visibility_tracker.hH A D16-Feb-20211.2 KiB4726

scoped_visibility_tracker_unittest.ccH A D16-Feb-20213.1 KiB8356

template_expressions.ccH A D16-Feb-20218.6 KiB279210

template_expressions.hH A D16-Feb-20212.6 KiB6426

template_expressions_unittest.ccH A D16-Feb-202122.8 KiB608551

theme_provider.ccH A D16-Feb-2021475 175

theme_provider.hH A D16-Feb-20212.3 KiB7531

ui_base_exports.ccH A D16-Feb-2021637 144

ui_base_features.ccH A D03-May-202210.3 KiB290195

ui_base_features.hH A D03-May-20226.3 KiB15699

ui_base_paths.ccH A D16-Feb-20212.7 KiB9067

ui_base_paths.hH A D16-Feb-2021991 3918

ui_base_switches.ccH A D16-Feb-20213.9 KiB9831

ui_base_switches.hH A D16-Feb-20212.1 KiB4833

ui_base_switches_util.ccH A D16-Feb-2021648 2314

ui_base_switches_util.hH A D16-Feb-2021439 177

ui_base_types.ccH A D16-Feb-2021582 2112

ui_base_types.hH A D16-Feb-20213.8 KiB10350

ui_features.gniH A D16-Feb-2021678 1913

view_prop.ccH A D16-Feb-20212.7 KiB10366

view_prop.hH A D16-Feb-20211.6 KiB5324

view_prop_unittest.ccH A D16-Feb-20212.2 KiB7442

window_open_disposition.ccH A D16-Feb-20211.5 KiB4635

window_open_disposition.hH A D16-Feb-20212.2 KiB6434

wm_role_names_linux.ccH A D16-Feb-2021296 124

wm_role_names_linux.hH A D16-Feb-2021462 176

README.chromium

1The best description for the role of this component I can come up with is:
2
3Random utilities for building UIs.
4
5... that's kind of sad, since I like components that are focused on specific
6purposes, but there always seems to be one of these gathering places in a
7project and this is it. Specifically, code seems to be added here because it's
8needed by more than one toplevel directory.
9
10Over time, we should shrink this component and move focused, related items out
11into separate components under src/ui (see previous examples in ui/gfx and
12ui/events).
13
14