- 9b9dd00a Make will_delete associated with WebContents by Sreeja Kamishetty · 4 years, 7 months ago
- 400a3fc Move --app-id command line handling to StartupBrowserCreator. by David Bienvenu · 4 years, 7 months ago
- decd192 Clean up Tab Groups feature flag and references by Connie Wan · 4 years, 7 months ago
- db9ae794 Rename includes from bind_helpers.h to callback_helpers.h by danakj · 4 years, 7 months ago
- f8e22d6 Remove FrameNavigateParams. by arthursonzogni · 4 years, 7 months ago
- 1a201c9 Replace Browser::Browser with Browser::Create. by Ramin Halavati · 4 years, 8 months ago
- 76d2a787 Remove usages of WebContents::GetRenderViewHost(). by Lucas Furukawa Gadani · 4 years, 8 months ago
- e059bff Add browser test for guest window count by Mariam Ali · 4 years, 8 months ago
- 4caf63c Remove "Flash" info from chrome://version. by dpapad · 4 years, 9 months ago
- 6ba28ec Reland "ozone/wayland: gracefully shutdown the browser on protocol error." by Maksim Sisov · 4 years, 9 months ago
- d4826c9e Break out LaunchModeRecorder class, pass to Launch methods. by David Bienvenu · 4 years, 9 months ago
- 7f334d30 [Tab Groups] Add tests for automatic tab group creation. by Charlene Yan · 4 years, 9 months ago
- 3b429c6 Disable WindowOpenClose3 test. by Rune Lillesveen · 4 years, 9 months ago
- 8ba65628 remove DISALLOW_COPY_AND_ASSIGN from chrome/browser/ui* by David Bienvenu · 4 years, 9 months ago
- 0005e88e Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 10 months ago
- 0f060d56 Fix flaky BrowserTest.ReattachDevToolsWindow by Carlos Caballero · 4 years, 10 months ago
- 73ea864 Migrate to OS_MAC and OS_APPLE in chrome/browser/ part 2 by Avi Drissman · 5 years ago
- 847ecc7 Convert FrameHostMsg_DidStopLoading to Mojo by Gyuyoung Kim · 5 years ago
- ba74f81 Avoid "open link in app" menu entries if BrowserAppLauncher() is nullptr by Alan Cutter · 5 years ago
- bf765855 Add further test coverage for User Actions. by John Every · 5 years ago
- 8e2ec8e Update the names of 3 functions in BrowserList. by Ramin Halavati · 5 years ago
- 4c7c3bb3 FEATURE_{INFOBAR,DOWNLOADSHELF} are always supported; remove them. by Peter Kasting · 5 years ago
- 4ca0979 Window Placement: Gate cross-screen fullscreen behavior on permission by Mike Wasserman · 5 years ago
- 919ce65 Add missing #includes of browser_test.h. by Peter Kasting · 5 years ago
- 8c1cf31 Update usage of OTR profiles in c/browser/ui. by Ramin Halavati · 5 years ago
- 683d2c7a Revert "IWYU for browser_test.h." by Balazs Engedy · 5 years ago
- 66a53c9 IWYU for browser_test.h. by Peter Kasting · 5 years ago
- 0b50e58 Reland "Remove InterstitialPageDelegate" by Carlos IL · 5 years ago
- 82bc5f0 Revert "Remove InterstitialPageDelegate" by Balazs Engedy · 5 years ago
- 6bac1e2 Remove InterstitialPageDelegate by Carlos IL · 5 years ago
- 276ee04 Reland "Replace LaunchService's OpenApplication with AppService interface." by nancy · 5 years ago
- 051a902 Revert "Replace LaunchService's OpenApplication with AppService interface." by Nancy Wang · 5 years ago
- ff5b6d3e Revert "Revert "Replace LaunchService's OpenApplication with AppService interface."" by Nancy Wang · 5 years ago
- c544f75 Revert "Replace LaunchService's OpenApplication with AppService interface." by Findit · 5 years ago
- 527adae Replace LaunchService's OpenApplication with AppService interface. by nancy · 5 years ago
- f4a513c Give captive portal popup windows a special window title. by dalyk · 5 years ago
- 47775d3 [CustomTabs] Render ARC CCT toolbar from Chrome. by Mugdha Lakhani · 5 years ago
- 4b55d202 Componentize tab modal javascript dialogs by Evan Stade · 5 years ago
- 7220e47 Rename components/app_modal to components/javascript_dialogs by Evan Stade · 5 years ago
- 4aa22988 desktop-pwas: LaunchService has single command line launch method by Eric Willigers · 5 years ago
- cae997b5 sessions: rename some sessions classes in preparation for refactor by Scott Violet · 5 years ago
- 854c948 Window Placement: Support fullscreen requests on a specific screen by Mike Wasserman · 6 years ago
- 11cbc4c8 [Content] Introduce test helper content::WebContentsConsoleObserver by Devlin Cronin · 6 years ago
- 866179b Create components/tab_groups/ and share types with sessions by Connie Wan · 6 years ago
- 88de07f0 Adds embedder_support/switches for switches shared with chrome by Scott Violet · 6 years ago
- e067805 Add browser type TYPE_APP_POPUP by Jason Lin · 6 years ago
- 6aa13ea Make the ZoomLevelChangedCallback a RepeatingCallback. by danakj · 6 years ago
- 166a3912 Return a OnceClosure from MessageLoopRunner::QuitClosure(). by danakj · 6 years ago
- f977a717 cbui: mark BrowserTest overscroll coverage as aura-only by Elly Fong-Jones · 6 years ago
- c525996 Don't trigger autoplay when capturing a thumbnail by Collin Baker · 6 years ago
- 3f77bf3 Group new tabs opened from external links or ctrl+forward/back by Connie Wan · 6 years ago
- e51fef5 Remove unused includes to message_loop.h by Carlos Caballero · 6 years ago
- a418951 Define a blink side frame_host interface and move Fullscreen to it. by Dave Tapuska · 6 years ago
- fa7fdde Remove t/b/p/w/web_fullscreen_options.h dependency from chrome/browser by Sergio Villar Senin · 6 years ago
- 62a443a Fix misc ScopedFeatureList usage (7/8) by Ken Rockot · 6 years ago
- 35a5acc desktop-pwas: Remove Profile* from AppLaunchParams by Eric Willigers · 6 years ago
- 449553a3 Update estimated renderer process memory cost based on recent data. by Peter Kasting · 6 years ago
- 2687ab5 Refactor Browser::Type by Joel Hockey · 6 years ago
- e0bedc90 Reland: desktop-pwas: OpenApplication called using Launch Service by Eric Willigers · 6 years ago
- 97d9e5e Revert "desktop-pwas: OpenApplication called using Launch Service" by vitaliii · 6 years ago
- 3ed48d07 desktop-pwas: OpenApplication called using Launch Service by Eric Willigers · 6 years ago
- faee64bf Remove BrowserAddedObserver from places where it's not needed. by Evan Stade · 6 years ago
- acbfc3de Remove use of NOTIFICATION_TAB_ADDED from many tests. by Evan Stade · 6 years ago
- 9607736 Defer navigations during JS modal dialogs. by Charlie Reis · 6 years ago
- 618e130 desktop-pwas: AppLaunchSource, LaunchContainer in app_service by Eric Willigers · 6 years ago
- 0952aea desktop-pwas: Enable overscroll for app windows by Giovanni Ortuño Urquidi · 6 years ago
- 5547a44 Fixes a bug where popups were opened at the wrong size on OSX by Jay Harris · 6 years ago
- 9a2f269 desktop-pwas: AppLaunchParams constructor accepts app_id by Eric Willigers · 6 years ago
- 318daee Open link in background creates a new tab group. by Dana Fried · 6 years ago
- c8b734b Remove redundant enum defined in both mojom and .h: MediaStreamType by Antonio Gomes · 6 years ago
- f74d41e Delete group menu button from TabGroupHeader. by Bret Sepulveda · 6 years ago
- a391e6ce Refactor TabStripModelChange. by Dana Fried · 6 years ago
- d217b5b Clean up chrome/browser/ui (but not sub-directories). by Aran Gilman · 6 years ago
- 430251f Add BrowserList::IsIncognitoSessionInUse API function. by Ramin Halavati · 6 years ago
- e138574 Remove unused app flags and features and entrails by Christopher Cameron · 6 years ago
- a9a96c5 Dedupe "chrome/test/data" strings in browsertests by Alan Cutter · 6 years ago
- 72397790 Open new tab from website in a group. by Taylor Bergquist · 6 years ago
- 6384e45 Simplify obtaining a result from JavaScript execution. by Avi Drissman · 6 years ago
- 1fc6808 Modernize calling JavaScript on RenderFrameHost pt 2. by Avi Drissman · 6 years ago
- 8e888000 Modernize calling JavaScript on RenderFrameHost. by Avi Drissman · 6 years ago
- a2465c0 Remove the detached bookmark bar by Kyle Milka · 6 years ago
- e2f626a Don't show bookmark bar on the NTP when it's hidden by Kyle Milka · 6 years ago
- 882977f Exclude devtools windows from incognito windows count. by Ramin Halavati · 6 years ago
- c128d25d Renable BrowserTest.WindowOpenClose1 and disable DCHECK instead by Jochen Eisinger · 6 years ago
- 2c81b5d [OnionSoup] Replace content::RendererPreferences with the mojom one. by Leon Han · 6 years ago
- a92ab3a5 Update comments on some tests to clarify their associated bugs. by Peter Kasting · 6 years ago
- 73fa663 Move MediaStream Mojo and public interfaces to Blink. by Guido Urdaneta · 6 years ago
- 22f8287 Use base::size rather than arraysize in chrome/ part 3. by Avi Drissman · 6 years ago
- 5f4ec14 Switch RunTaskAndWaitForInterstitialDetach to a OnceClosure. by David Benjamin · 7 years ago
- e1c5dfda Remove const interfaces from content::WebContents. by Lucas Furukawa Gadani · 7 years ago
- b90580d9 Sheriff: re-disable flaky test that got re-enabled. by Mounir Lamouri · 7 years ago
- 6d7d1ee Enable various browser tests in order to determine continued flakiness. by Allen Bauer · 7 years ago
- 75a7cdf Move the base/sys_info* files to base/system/ by Sebastien Marchand · 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
- c3736ed6 Properly stop and restart the commit timeout. by Avi Drissman · 7 years ago
- ef049b2 mac: Remove unneeded includes of views_mode_controller.h by Robert Sesek · 7 years ago
- 6e01eece Disable flaky timeout test BrowserTest.ReloadThenCancelBeforeUnload by Alan Cutter · 7 years ago
- 0fbe1e5 Use TabStripModelObserver's new API: trivial files 1/2 by sangwoo.ko · 7 years ago
- 686756be mac: Remove more uses of BUILDFLAG(MAC_VIEWS_BROWSER). by Nico Weber · 7 years ago