1. f14fe716 [Mac] Deprecated 10.6 fullscreen methods by spqchan · 9 years ago
  2. 6750428 [Mac] Remove Presentation Mode UI Code by spqchan · 9 years ago
  3. 9603ab9 Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  4. 7dad4b118 Rename IGNORING_CACHE to BYPASSING_CACHE by toyoshim · 9 years ago
  5. 85194900 Remove HostDesktopType from Browser::CreateParams by scottmg · 9 years ago
  6. a281bf1 Rename KEY_ constants to avoid conflict with <linux/input.h> by kpschoedel · 10 years ago
  7. 655876a Switch to standard integer types in chrome/browser/ui/. by avi · 10 years ago
  8. 6fb1463 Fullscreen: Key presses now count as input for activating the bubble. by mgiuca · 10 years ago
  9. 821d577 Pass the original event into the TextInputClient for InsertChar by dtapuska · 10 years ago
  10. e1f0af8b Remove forward includes of component pref names in Chrome's list. by brettw · 10 years ago
  11. 66aa95d Remove references to IsNewAvatarMenu since the flag was removed. by anthonyvd · 10 years ago
  12. 8c0780f Revert "Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError)" by estade · 10 years ago
  13. 33b30bb9 Reland c91b178b07b0d - Delete dead signin code (SigninGlobalError) by estade · 10 years ago
  14. 7529916 Revert of Delete dead signin code (SigninGlobalError) (patchset #8 id:140001 of https://codereview.chromium.org/1299543002/ ) by ricea · 10 years ago
  15. c91b178 Delete dead signin code (SigninGlobalError) by estade · 10 years ago
  16. 39b6b787 Refactor away the Browser* dependency in exclusive_access by sriramsr · 10 years ago
  17. 67fa17a Closing a guest session clears all browsing history. by mlerman · 10 years ago
  18. 556c0502 Make callers of CommandLine use it via the base:: namespace. by avi · 11 years ago
  19. 49dd49512 Fullscreen exit bubble is actually used to control both mouse lock and fullscreen. Addition of keyboard lock would make it the third behavior requiring some clean-up. This is part 1 of the refactor and contains just renames. by sriramsr · 11 years ago
  20. b575385 MacViews: Consolidate BrowserWindow's fullscreen API by andresantoso · 11 years ago
  21. 131bb7e6 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
  22. 5dd5ff6 Standardize usage of virtual/override/final in chrome/browser/ui/ by dcheng · 11 years ago
  23. 205d625 replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* by mostynb · 11 years ago
  24. 1ab9b709 Ensure incognito TestingProfiles are incognito for their whole lifetime. by tapted · 11 years ago
  25. 18953a2 Disable New Avatar Menu in unit tests where necessary. by [email protected] · 11 years ago
  26. c933541 Fix how we use the new profile management flags. by [email protected] · 11 years ago
  27. 29896ee Enable consistent identity on android platform by default. by [email protected] · 11 years ago
  28. 9b6e10c Multi-profile flag cleanup. by [email protected] · 11 years ago
  29. 338416c0 Support full-screen and single-profile avatar bubbles. by [email protected] · 11 years ago
  30. 57b2529 Settings should be enabled even in Guest mode by [email protected] · 11 years ago
  31. 90efc3e Don't enable settings when leaving Guest fullscreen. by [email protected] · 11 years ago
  32. 1c799ff Add profile-switches to signin-internals; move switches to component by [email protected] · 11 years ago
  33. 598b0a3d Fix several tests that were broken for CrOS multi-profiles by [email protected] · 11 years ago
  34. cbed02ae Make TestingProfile auto-create incognito profiles. by [email protected] · 11 years ago
  35. 4de7526 Run all flag-checks for new-profile-managment et al through common functions for future Finch integration. by [email protected] · 12 years ago
  36. e9476cd [Mac] Enable guest mode for --new-profile-management. by [email protected] · 12 years ago
  37. 7e9acd08 Moves most files from ui/base/keycodes to ui/events/keycodes by [email protected] · 12 years ago
  38. 236ad302 Remove menu items for Report an Issue for non-official builds. by [email protected] · 12 years ago
  39. 9819fd0 Convert UserPolicySigninService to use OAuth2TokenService by [email protected] · 12 years ago
  40. 397abd3 Making back/forward/refresh keys as reserved key. by [email protected] · 12 years ago
  41. de71ae99 Refactor utility methods that don't use the ProfileManager directly out of the ProfileManager. by [email protected] · 12 years ago
  42. ed2fa72 Make all tests use GetActiveDesktop() instead of hardcoding HOST_DESKTOP_TYPE_NATIVE. by [email protected] · 12 years ago
  43. fce4a8c9 Extend BrowserWithTestBrowserTest to Ash by [email protected] · 12 years ago
  44. 7efaed36 Deprecate Browser::TYPE_PANEL by [email protected] · 12 years ago
  45. d7a227fb Fix problem with IncognitoModeOnSigninAllowedPrefChange unit test. Use the TestingProfile::Builder also for the original profile, and destroy it with the ProfileDestroyer. This seems to fix the problem when tested on the dr-memory bot. by [email protected] · 12 years ago
  46. 0d7717fa Fix OS_MACOS typos. Should be OS_MACOSX. by [email protected] · 12 years ago
  47. aa3174b Chromium style checker cleanup by [email protected] · 12 years ago
  48. 8ac891e Create the testing profile using the TestingProfile::Builder. by [email protected] · 12 years ago
  49. 074311a Add a signin allowed policy which is used to determine if a user is allowed to sign in to Chrome. This will be used for example for one preference for managed user settings (Playpen project). by [email protected] · 12 years ago
  50. 6a414ff Reland ash: Use immersive mode for fullscreen by [email protected] · 12 years ago
  51. c125cdc Finally phase out non-multi-desktop-aware Browser::CreateParams()'s!! by [email protected] · 12 years ago
  52. c494d08 Update other unittests to use newly added TestingBrowserProcess::GetGlobal(). by [email protected] · 13 years ago
  53. 557c4e2 Disable profile avatar menu shortcut when there's only one profile. by [email protected] · 13 years ago
  54. bee96452 Enable fullscreen for apps windows by [email protected] · 13 years ago
  55. f28bf10b win-aura: Fix build from r165951. by [email protected] · 13 years ago
  56. 3642e2d Stop reserving Shift+F3 (IDC_RELOAD_IGNORING_CACHE), Control+F3 (IDC_RELOAD_IGNORING_CACHE), Shift+F4 (IDC_FULLSCREEN), and IDC_SEARCH since we have no reason to do so. by [email protected] · 13 years ago