summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_process_host_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Move base/mac_util.h to base/mac and use the base::mac namespace.brettw@chromium.org2011-01-011-9/+9
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-121-1/+1
* Rename ChromeThread to BrowserThread Part15:tfarina@chromium.org2010-10-111-11/+11
* Start trimming headers included in the slowest to compile files.erg@google.com2010-07-211-1/+1
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-051-13/+0
* [Mac] When in fullscreen mode, ties the menubar shown state to the overlay sh...rohitrao@chromium.org2010-03-031-2/+3
* Hide/show cursor according to NSCursor requests.avi@chromium.org2010-02-021-0/+10
* Add Cocoa window interposing for plugin processstuartmorgan@chromium.org2009-12-081-5/+26
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+15
* Only request full-screen once per plugin windowstuartmorgan@chromium.org2009-11-181-1/+5
* Don't allow the browser to stay above a modal plugin window (Mac)stuartmorgan@chromium.org2009-11-041-2/+21
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+4
* Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes andamanda@chromium.org2009-10-111-7/+12
* Fix a crash when a plugin file picker window is dismissed. This is aamanda@chromium.org2009-10-061-1/+5
* Fix several issues around fullscreen Mac plugins:amanda@chromium.org2009-10-011-0/+43