- 376784e Rewrite raw pointer fields to use raw_ptr<T> for cros by Keishi Hattori · 3 years, 2 months ago
- b99722f DanglingPtr: Mark all of them as untriaged [2/N] by Arthur Sonzogni · 3 years, 2 months ago
- 7c3c718 Rewrite raw pointer fields to use raw_ptr<T> for mac by Keishi Hattori · 3 years, 2 months ago
- f28f4f8 Rewrite raw pointer fields to use raw_ptr<T> for linux by Keishi Hattori · 3 years, 2 months ago
- bb02150 [Cast Convergence] Remove is_chromecast from missed places by Ryan Keane · 3 years, 2 months ago
- 9cdce354 Sanitize default file name in windows select file dialog by Min Qin · 3 years, 2 months ago
- 69be551 Fix build with use_gtk=false by Tom Anderson · 3 years, 3 months ago
- 8be8111 Update to non-deprecated constants by Avi Drissman · 3 years, 3 months ago
- 75be7b3 Allow upper-case file extensions in SelectFileDialogLinuxPortal by Tom Anderson · 3 years, 4 months ago
- af29e7e Speculative fix for crash in SelectFileDialogLacros::SelectFileImpl by James Cook · 3 years, 5 months ago
- bdd68018 [base] Remove unused post_task.h includes by Gabriel Charette · 3 years, 5 months ago
- 3ce7fed lacros: Fix UAF in select file dialog code by James Cook · 3 years, 5 months ago
- f992054 Migrate base::{size,empty,data} to STL equivalents in //ui. by Daniel Cheng · 3 years, 6 months ago
- 78ceb6d Ensure SelectFileDialogLacros::IsRunning returns a valid response by Ben Reich · 3 years, 6 months ago
- 40bca284 Add a check for use_gtk before using a dbus-dependent implementation by Andrey Kosyakov · 3 years, 6 months ago
- 16cc972 Reland "Reland "Move non-GTK select file dialog implementations out of //ui/gtk"" by Tom Anderson · 3 years, 6 months ago
- 0b5e2f9 Fix shell_dialogs_unittests on Monterey by Avi Drissman · 3 years, 7 months ago
- d290227 Skip failing file dialog tests on the Mac. by Avi Drissman · 3 years, 7 months ago
- 4f69f05 Revert "Reland "Move non-GTK select file dialog implementations out of //ui/gtk"" by Findit · 3 years, 7 months ago
- 530e420e Reland "Move non-GTK select file dialog implementations out of //ui/gtk" by Tom Anderson · 3 years, 7 months ago
- 8f39027 Revert "Move non-GTK select file dialog implementations out of //ui/gtk" by Minoru Chikamune · 3 years, 7 months ago
- 454db03 Move non-GTK select file dialog implementations out of //ui/gtk by Tom Anderson · 3 years, 7 months ago
- 89a84547 ui: Use BUILDFLAG for OS checking by Xiaohan Wang · 3 years, 7 months ago
- 0ab96fb Convert WARN_UNUSED_RESULT to [[nodiscard]] in //ui by Daniel Cheng · 3 years, 7 months ago
- 29d8064 Re-enable SelectFileDialogWinTest.CancelAllDialogs on Win8+ by Patrick Monette · 3 years, 7 months ago
- 0e45c02 Rewrite most `Foo* field_` pointer fields to `raw_ptr<Foo> field_`. by Keishi Hattori · 3 years, 9 months ago
- ac80cee Remove unused "base/macros.h" in ui/ by Peter Boström · 3 years, 10 months ago
- b4faa74 Mark SelectFileDialogWinTest.CancelAllDialogs as flaky by Anders Hartvoll Ruud · 3 years, 10 months ago
- 643cdf6 Replace base/task/ temporary forward headers with their final locations by Patrick Monette · 3 years, 10 months ago
- 3d7d7092 Replace task-related headers to their equivalent in base/task/ by Patrick Monette · 3 years, 11 months ago
- e5a38ed Migrate "base::TimeDelta::FromX" to "base:X". by Peter Kasting · 3 years, 11 months ago
- 03d2702 Remove DISALLOW_* macros from ui/ by Peter Boström · 4 years ago
- c8c12353 Replace DISALLOW_COPY_AND_ASSIGN in ui/ by Peter Boström · 4 years ago
- ee5e6a9 Remove inactive OWNERS from Chromium by Kentaro Hara · 4 years, 1 month ago
- 481bff67 Don't offer "all files" in a save panel by Avi Drissman · 4 years, 2 months ago
- d4a2f8e Swap base/stl_util.h to base/cxx17_backports.h in many files. by Lei Zhang · 4 years, 2 months ago
- 8ea46ceb Fix shell_dialog_unittests taking a long time on CQ by Sven Zheng · 4 years, 2 months ago
- 786a9ae Remove unneeded <string> includes from ui/. by Lei Zhang · 4 years, 2 months ago
- e8890c5 Swap from base/stl_util.h to cxx17_backports.h in ui/ .cc files. by Lei Zhang · 4 years, 3 months ago
- eed0b26b ui: Replace base::Optional and friends with absl counterparts by Anton Bikineev · 4 years, 3 months ago
- cd62644 Reland "Don't include layer.h in ui/compositor/layer_owner.h" by Hans Wennborg · 4 years, 4 months ago
- 58f618da Revert "Don't include layer.h in ui/compositor/layer_owner.h" by David Roger · 4 years, 4 months ago
- e46ee61 Don't include layer.h in ui/compositor/layer_owner.h by Hans Wennborg · 4 years, 4 months ago
- 7fc035b4 Fix header guards in ui/. by Lei Zhang · 4 years, 4 months ago
- 5a49b25 lacros: Remove some unnecessary plumbing [Part 3 / N] by Erik Chen · 4 years, 4 months ago
- 4fa0362 Delete unnecessary base/callback_forward.h includes from headers. by Lei Zhang · 4 years, 4 months ago
- 8aeb574 [LSC] Remove base::ASCIIToUTF16("...") in //content and //ui by Jan Wilken Dörrie · 4 years, 5 months ago
- 09a4396 [LSC] Remove base/strings/string16.h #includes by Jan Wilken Dörrie · 4 years, 5 months ago
- 5263957 [LSC] Replace base::string16 with std::u16string in //ui by Jan Wilken Dörrie · 4 years, 6 months ago
- ad587c3 [LSC] Add #include <string> to prepare for removal of base::string16 by Jan Wilken Dörrie · 4 years, 6 months ago
- dfd39a2 [LSC] Replace base::char16 with char16_t in //ui by Jan Wilken Dörrie · 4 years, 6 months ago
- 82577690 [base] Remove STRING16_LITERAL usages by Jan Wilken Dörrie · 4 years, 6 months ago
- beb128d [base] Prepare //ui for string16 switch by Jan Wilken Dörrie · 4 years, 6 months ago
- 31fa0f2 Make components_unittests build with string16=std::u16string. by Peter Kasting · 4 years, 7 months ago
- 4d3f21c Make Foo complete when using unique_ptr<Foo> as a parameter by Reid Kleckner · 4 years, 7 months ago
- 23b2119 Remove extra whitespace in DIR_METADATA files. by Andy Perelson · 4 years, 7 months ago
- 25f38bb6 [FSA] Sanitize descriptions for file types. by Marijn Kruisselbrink · 4 years, 8 months ago
- 620202ac [2/2] Add DIR_METADATA files to directories under //ui by Gavin Mak · 4 years, 9 months ago
- 5bf1c6c2 Ensure that showSaveFilePicker always shows the extension on Mac. by Marijn Kruisselbrink · 4 years, 9 months ago
- cd633fdb Keep file types ordered in mac file dialog. by Marijn Kruisselbrink · 4 years, 9 months ago
- 3ef5db7 mac: Remove code to support OS X 10.10 in //ui by Robert Sesek · 4 years, 9 months ago
- 0274fff LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) by Yuta Hijikata · 4 years, 9 months ago
- 69f65b4 [fuchsia] Update Fuchsia-related TODOs with bug references by Fabrice de Gans-Riberi · 5 years ago
- 6a01020 build: Remove a few now-no-op set_sources_assignment_filter calls by Nico Weber · 5 years ago
- 56cd97e7 Make the Native File System API work with special volumes on Chrome OS. by Marijn Kruisselbrink · 5 years ago
- 4ed1b07 lacros: Fix crash in ui::SelectFileDialogLacros by James Cook · 5 years ago
- 878b180 Remove all remaining references to the jumbo build. by Dirk Pranke · 5 years ago
- 9c0fc3b Remove all use of jumbo_* build target types. by Dirk Pranke · 5 years ago
- 358e8f2c Rewrite is_linux flag for ui directory. by Sean McAllister · 5 years ago
- 77b05efd Migrate to OS_MAC and OS_APPLE in ui/ by Avi Drissman · 5 years ago
- 652010d lacros: Fix window stacking for select file dialogs by James Cook · 5 years ago
- 9273025 Move files in //chromeos/lacros/browser to //chromeos/lacros by James Cook · 5 years ago
- 8e73ffd Rename lacros -> crosapi. by Erik Chen · 5 years ago
- 58fe65f Update docs on ui::SelectFileDialog::FileTypeInfo::AllowedPaths by James Cook · 5 years ago
- 566fefe lacros: Add extended file info support to SelectFile by James Cook · 5 years ago
- af73841d lacros: Add file extension filter support to SelectFile by James Cook · 5 years ago
- 1b4bb70 mac: Convert GN libs lists to frameworks in //ui. by Robert Sesek · 5 years ago
- be13cc0 lacros: Fix startup race for select file dialog by James Cook · 5 years ago
- 7d13acf0 chromeos: Select file dialog implementation for lacros, part 2 by James Cook · 5 years ago
- b10beef1 chromeos: Select file dialog implementation for lacros, part 1 by James Cook · 5 years ago
- c740c76c Convert NULL to nullptr or shorten to bool-like expression by Bartek Nowierski · 5 years ago
- a67593e9 lacros: Fix crash when trying to save a file by James Cook · 5 years ago
- c84b8e2 Use simpler base::WriteFile() variant in storage/ and ui/. by Lei Zhang · 5 years ago
- a47ddf8 Remove/replace unnecessary logging.h includes in .mm files (base/ chrome/ ui/) by Hans Wennborg · 5 years ago
- 8586102b Remove/replace unnecessary logging.h includes in .cc files (ui) by Hans Wennborg · 5 years ago
- 17cd607 logging.h related include-what-you-use (ui/) by Hans Wennborg · 5 years ago
- 9468132 Update references to no_sources_assignment_filter.md. by Lei Zhang · 5 years ago
- c6fd7f2d Convert MaterialDesignController to a true singleton. by Peter Kasting · 5 years ago
- 5ed0dac win: Remove global static initializers by Chris Davis · 5 years ago
- 5e2e7204 Mass-migrate users of base::ThreadPool() that relied on ADL by Gabriel Charette · 5 years ago
- 74eeac7 Reformat all gn files in /base, /build, /chrome/, /ui by Nico Weber · 6 years ago
- 786c9a15 Remove distinction between drive and native paths by Austin Tankiang · 6 years ago
- 36d2e45 Convert //ui to not depend on set_sources_assignment_filter() by Sylvain Defresne · 6 years ago
- ed5f9d4 Reland "android: Do not compress locale .pak files inside bundle splits." by Clark DuVall · 6 years ago
- e51fef5 Remove unused includes to message_loop.h by Carlos Caballero · 6 years ago
- 0c63dda [WebLayer] Implement file inputs by Clark DuVall · 6 years ago
- ca0e725 Convert SelectFileDialog in select_file_dialog.mojom to new Mojo types by Julie Jeongeun Kim · 6 years ago
- 833be61e Allow saving MHTML on desktop by Dan Harrington · 6 years ago
- 32e09ffb Don't try to OK our own file picker dialog. by Avi Drissman · 6 years ago
- c710874 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago