1. cec9a057 Remove includes of header file no longer required. by Avi Drissman · 5 years ago
  2. 44d3ef1 Convert //chrome ObjC Instance Variable Names From Trailing to Leading Underscore by Robert Liao · 6 years ago
  3. ef56bb7 Revert "Convert //chrome ObjC Instance Variable Names From Trailing to Leading Underscore" by Melissa Zhang · 6 years ago
  4. cf8da83 Convert //chrome ObjC Instance Variable Names From Trailing to Leading Underscore by Robert Liao · 6 years ago
  5. 322b3df4 Mac: Simplify accessibility focus overriding by Christopher Cameron · 6 years ago
  6. e86ed9b3 Remove all remaining semicolons in a release mac build. by Nico Weber · 6 years ago
  7. 7f2c992 Mac: Change dark mode optout logic and respond to system changes by Leonard Grey · 7 years ago
  8. 9ebbc50fa Remove unused -[BrowserCrApplication isCyclingWindows] by Robert Sesek · 7 years ago
  9. 49d56b0 Make sure that NSApplication subclasses are correctly instantiated. by erikchen · 7 years ago
  10. f1a974d Mac: Add command line switch to force dark mode by Leonard Grey · 7 years ago
  11. a250ec3ab Introduce an ObserverList<T>::Unchecked type alias. by Trent Apted · 7 years ago
  12. 7d5f0ee Add interface and Mac implementation for responsiveness::NativeEventObserver. by erikchen · 7 years ago
  13. 916a7194 [Mac] Speed up capturing the "nsevent" crash key. by Robert Sesek · 7 years ago
  14. b38b410 [Mac] Replace embedded NULs in event description when creating crash key by Leonard Grey · 7 years ago
  15. 2c524456 Apply chrome://flags/#force-ui-direction to AppKit. by Sidney San Martín · 7 years ago
  16. 331a98a8 Prepare mac code for building with -Wimplicit-fallthrough. by Nico Weber · 7 years ago
  17. 7be49f3 crash_keys: Convert several Cocoa/Mac keys to the new API. by Robert Sesek · 8 years ago
  18. ede16f41 Clean up -[BrowserCrApplication nextEventMatchingMask:…] signature. by Robert Sesek · 8 years ago
  19. 71a80f4 Suspected to break interactive_ui_tests on chromium.mac/Mac10.10 Tests. by Tim Schumann · 8 years ago
  20. 45dcae6e [Mac] Make the NSAssert family of macros uncontrollably fatal. by Robert Sesek · 8 years ago
  21. ad0b4684 mac: Add tracing for -[BrowserCrApplication sendEvent:]. by erikchen · 9 years ago
  22. 1e145dc [Mac] Modify the ObjC exception preprocessor to make some exceptions fatal. by rsesek · 9 years ago
  23. 00a60ff Store the NSEvent.description in a crash key in -[BrowserCrApplication sendEvent:]. by rsesek · 9 years ago
  24. 227b4c5 Wrap -[BrowserCrApplication nextEventMatchingMask:…] with base::mac::CallWithEHFrame. by rsesek · 9 years ago
  25. aa06031 Migrate chrome/browser files to histogram_macros.h includes. by asvitkine · 9 years ago
  26. 5b81d65c7 Mac: Remove a case where panels may become key when an autofill popup closes by tapted · 9 years ago
  27. e4d7b6f Switch to standard integer types in chrome/browser/, part 1 of 4. by avi · 9 years ago
  28. 52c4960 Revert ScopedTracker changes to measure the jank in BrowserCrApplication sendEvent. by justincohen · 10 years ago
  29. 7f1ce500 Revert of Revert ScopedTracker changes to measure the jank in BrowserCrApplication sendEvent. (patchset #1 id:1 of https://codereview.chromium.org/1440513006/ ) by justincohen · 10 years ago
  30. 1a08fc55 Revert ScopedTracker changes to measure the jank in BrowserCrApplication sendEvent. by justincohen · 10 years ago
  31. 9f694f7 Componentize objc_zombie.{h,mm} and consolidate crash_keys. by sdefresne · 10 years ago
  32. 787e2b2 Remove base/mac/scoped_nsexception_enabler.h. by rsesek · 10 years ago
  33. 73dc3d5 [Mac] Redo NSException handling, and generate better stacks for C++ exceptions. by rsesek · 10 years ago
  34. 25e2a6c Removed the context menu in kiosk mode by frederic.jacob.78 · 10 years ago
  35. 19fbc1a [Mac] A more robust way to ensure panels avoid key status on window close by tapted · 10 years ago
  36. 9ff807f Add ScopedTracker to measure the jank in -[BrowserCrApplication sendEvent:] by justincohen · 10 years ago
  37. d3e139b [osx] Whitelist NSException thrown by Cocoa on Yosemite. by shess · 10 years ago
  38. 82f6f988 Disable accessibility when VoiceOver is turned off. by dmazzoni · 11 years ago
  39. 0b7f8523 Add ScopedObjCClassSwizzler in base/mac, absorbs objc_method_swizzle and ScopedClassSwizzler by [email protected] · 11 years ago
  40. 9564021 Migrate accessibility from RenderView to RenderFrame and RVH to RFH. by [email protected] · 11 years ago
  41. 183cd7f Revert 284065 "Revert of Revert of Migrate accessibility from Re..." by [email protected] · 11 years ago
  42. 39d842c Revert of Revert of Migrate accessibility from RenderView to RenderFrame. (https://codereview.chromium.org/407493002/) by [email protected] · 11 years ago
  43. d460a7b Revert of Migrate accessibility from RenderView to RenderFrame. (https://codereview.chromium.org/273423004/) by [email protected] · 11 years ago
  44. aded1c5 Migrate accessibility from RenderView to RenderFrame and RVH to RFH. by [email protected] · 11 years ago
  45. ab544f1 [osx] Whitelist NSException thrown by system on Mavericks. by [email protected] · 12 years ago
  46. 3d45a0b Rewrite scoped_ptr<T>(NULL) to use the default ctor. by [email protected] · 12 years ago
  47. a852203 mac: Update clients of scoped_nsobject.h. by [email protected] · 12 years ago
  48. e746341 Use a direct include of strings headers in chrome/browser/a*-c*/. by [email protected] · 12 years ago
  49. 3268d7b7 Rename sys_string_conversions in chrome. by [email protected] · 12 years ago
  50. cf2f14a [Mac] Record backtrace with nsexception logging. by [email protected] · 12 years ago
  51. 313fce1 browser: Start moving application_lifetime.h functions into chrome namespace. by [email protected] · 12 years ago
  52. b031ff8 Fix interface of TabContentsIterator. by [email protected] · 12 years ago
  53. 50cdead Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h. by [email protected] · 12 years ago
  54. 2968cf4 Drop event hooking in CrApplication. by [email protected] · 13 years ago
  55. bfe4bcd9 [Mac] Implement TODO around posting backtrace data to breakpad on NSException. by [email protected] · 13 years ago
  56. e0f2bd7 mac: This way, exception messages show up in dcheck_always_on release builds too. by [email protected] · 13 years ago
  57. f807356 Remove TabContents from TabContentsIterator. by [email protected] · 13 years ago
  58. 997ec9f [base] Move AutoReset to base namespace. by [email protected] · 13 years ago
  59. 83932d2 Revert [Mac] Crash logging for -sendEvent: crash. by [email protected] · 13 years ago
  60. e6b3487 Move content\accessibility code into the content namespace. by [email protected] · 13 years ago
  61. 6faa9cc [Mac] Tweak crash logging for -sendEvent: crash. by [email protected] · 13 years ago
  62. d30997e [Mac] Additional crash logging for -sendEvent: crash. by [email protected] · 13 years ago
  63. 9aaba40 [Mac] During shutdown, do not post NSApplicationWillTerminateNotification twice. by [email protected] · 13 years ago
  64. 3cb68f7 chrome/browser should build on the x86_64 architecture. by [email protected] · 13 years ago
  65. 871dc68 TabContentsWrapper -> TabContents, part 33. by [email protected] · 13 years ago
  66. bc4ade2 browser: Factor out TabContentsIterator into its own module. by [email protected] · 13 years ago
  67. 4e4dc7d Use the right variable when pushing windows onto previousKeyWindows stack. by [email protected] · 13 years ago
  68. 3e3c452 Add an accessibility mode for editable text fields only. by [email protected] · 13 years ago
  69. c4d501e Fix install-from-dmg. by [email protected] · 13 years ago
  70. 5bb15df Speculative Revert 128677 - Fix install-from-dmg. by [email protected] · 13 years ago
  71. 1dd17d77 Fix install-from-dmg. by [email protected] · 13 years ago
  72. eaf60d8b Ensure the previously active window gets the focus after a Chrome window is closed on OSX. by [email protected] · 13 years ago
  73. eaabba2 Move Render(View|Widget)Host and associated classes to content namespace. by [email protected] · 13 years ago
  74. 9c1662b Move RenderWidgetHost and RenderViewHost interfaces to their own files. by [email protected] · 13 years ago
  75. fa4f9168 Create content API for BrowserAccessibilityState by [email protected] · 13 years ago
  76. ef9572e Get rid of a bunch of tab_contents.h includes from chrome. These are all trivial changes to use WebContents instead of TabContents. by [email protected] · 13 years ago
  77. 151a63d Rename TabContents::render_view_host() to GetRenderViewHost and put it into the WebContents interface. by [email protected] · 14 years ago
  78. 4a63e24 Clean up TCW, make it solely a hub for 1:1 observer/helper objects. by [email protected] · 14 years ago
  79. d7de5787 [Mac] Remove content/ CrApplication. by [email protected] · 14 years ago
  80. d47af217 [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by [email protected] · 14 years ago
  81. 62df0a0 Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by [email protected] · 14 years ago
  82. d87aa8e [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by [email protected] · 14 years ago
  83. 8152ad7 [Mac] Move event hooks from CrApplication to BrowserCrApplication. by [email protected] · 14 years ago
  84. 812befe3 Refactor Mac crash key reporting - move to base/mac/crash_logging.{h,mm} by [email protected] · 14 years ago
  85. d02437b [Mac] Enable CrZombie for all processes. by [email protected] · 14 years ago
  86. 00ecec5 Don't load third-party code from any of the following locations: by [email protected] · 14 years ago
  87. 822d404 Input mangers live in the "InputManagers" directory, not "Input Managers". by [email protected] · 14 years ago
  88. d202139 Don't load third-party code from any of the following locations: by [email protected] · 14 years ago
  89. 0a4404d Disable MultiClutchInputManager on Lion. by [email protected] · 14 years ago
  90. ba1fa65 Re-land: Move browser accessibility code from chrome to content. by [email protected] · 14 years ago
  91. d72dc044 Revert 90435 - Re-land: Move browser accessibility code from chrome to content. by [email protected] · 14 years ago
  92. bf7ef16 Re-land: Move browser accessibility code from chrome to content. by [email protected] · 14 years ago
  93. 219edb7 Revert 90265 - Move browser accessibility code from chrome to content. by [email protected] · 14 years ago
  94. fc1926184 Move browser accessibility code from chrome to content. by [email protected] · 14 years ago
  95. abd1241 Mac: Whitelist an exception commonly thrown by ImageKit. by [email protected] · 14 years ago
  96. 4594177 [Mac] Use object_destructInstance() if available. by [email protected] · 14 years ago
  97. 6b0a9a5 [Mac] Whitelist NSZombie support. by [email protected] · 14 years ago
  98. 39e3b95 [Mac] Allow NSExceptions in certain cases. by [email protected] · 14 years ago
  99. f6855a0a Modify screen reader detection to use the AXEnhancedUserInterface attribute set on AXApplication when VoiceOver's turned on. This gives us the ability to turn on ax even after a render widget host has started. by [email protected] · 14 years ago
  100. 1e1afea [Mac] Reset isHandlingSendEvent flag in case of exceptional condition. by [email protected] · 14 years ago