- 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
- b69fcd4 Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 6 years ago
- 1894708 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 6 years ago
- dfa3604 [TaskEnvironment] Mass-migrate away from ScopedTaskEnvironment by Gabriel Charette · 6 years ago
- 8aef40b ui: Always specify thread affinity when posting tasks by Sami Kyostila · 6 years ago
- 415cf2ae OWNERS files updated with latest COMPONENT and TEAMS. by Eric Foo · 6 years ago
- 43d2fe6 Sort DEPS entries missed from recent code review by Andrew Grieve · 6 years ago
- 4a42c22e Reland: Mass refactoring: Change JNI #includes to use full paths (chrome/, ui/). by Andrew Grieve · 6 years ago
- ddef784 Revert "Mass refactoring: Change JNI #includes to use full paths (chrome/, ui/)." by Findit · 6 years ago
- ad356ab2 Mass refactoring: Change JNI #includes to use full paths (chrome/, ui/). by Mohamed Heikal · 6 years ago
- 1390744 Allow browser to terminate when BaseShellDialogImpl has a running task. by Erik Anderson · 6 years ago
- 45c6bafc MacPWAs Save Panels 3/3: Create select file dialog in app shim process by Christopher Cameron · 6 years ago
- 6d49059f MacPWAs Save Panels 2/3: Move SelectFileDialogBridge to remote_cocoa by Christopher Cameron · 6 years ago
- 6ce63284 MacPWAs Save Panels 1/3: Add mojo interface for file selection by Christopher Cameron · 6 years ago
- 099f9b8 Move files from ui/base/cocoa to components/remote_cocoa/browser by Christopher Cameron · 6 years ago
- 55612e2 Replace views_bridge_mac with remote_cocoa by Christopher Cameron · 6 years ago
- 8fb88d6 Revert "android: Do not compress locale .pak files inside bundle splits." by David Turner · 6 years ago
- e5615fc9 android: Do not compress locale .pak files inside bundle splits. by David 'Digit' Turner · 6 years ago
- bbf20fe Mac file selector: Always show extension when file contains multiple dots. by [email protected] · 6 years ago
- a70c871 Separate SavePanelBridge from ui::SelectFileDialogImpl by Christopher Cameron · 6 years ago
- 41c743f Update macOS ui::SelectFileDialogImpl to use weak ptr and unique_ptr by Christopher Cameron · 6 years ago
- 67d3a32 [Mac] Convert the SaveAccessoryView.xib to code. by Robert Sesek · 6 years ago
- 5e32e8e Correct the file type filter for Select File Dialog on Windows by Eric Lawrence · 6 years ago
- 9b22ed2 Use FOS_FORCEFILESYSTEM when using IFileOpenDialog by Patrick Monette · 7 years ago
- daf3af4 Use base::size rather than arraysize in ui/. by Avi Drissman · 7 years ago
- a724b76 RemoteMacViews: Make certificate and file dialogs better by Christopher Cameron · 7 years ago
- 53fe688 Add support for returning URLs from SelectFileDialogs. by Sam McNally · 7 years ago
- 3429b21 Add ui::SelectFileDialog::FileTypeInfo::ANY_PATH_OR_URL. by Sam McNally · 7 years ago
- e41f38f Fix DCHECK when using SELECT_OPEN_MULTI_FILE on Windows by Patrick Monette · 7 years ago
- 67a3be8b shell_dialogs: fix SelectFileDialogMacTest on Mojave by Elly Fong-Jones · 7 years ago
- 4f9c35c [message_loop] Remove message_loop_forward.h by Alexander Timin · 7 years ago
- c643d0e1 [message_loop] Temporary introduce message_loop_forward.h. by Alexander Timin · 7 years ago
- 4b9ad30 Revive out-of-process file dialogs on Windows. by Patrick Monette · 7 years ago
- 24a053b Use the IFileDialog to implement SelectFileDialog on Windows by Patrick Monette · 7 years ago