Sign in
chromium
/
chromium
/
src.git
/
cca0f1e9ca8aa46a9088028ceb1f08e0a3f792b2
/
content
/
browser
/
plugin_process_host_mac.cc
8075105
base::Bind: Low-hanging fruit conversions of NewRunnableFunction.
by
[email protected]
· 14 years ago
631bb74
Move BrowserThread to content namespace.
by
[email protected]
· 14 years ago
c38831a1
Split BrowserThread into public API and private implementation, step 1.
by
[email protected]
· 14 years ago
105303e
Move plugin messages to content.
by
[email protected]
· 14 years ago
a042173
Move the rest of the core files in chrome\browser to content\browser.
by
[email protected]
· 14 years ago
[Renamed (97%) from chrome/browser/plugin_process_host_mac.cc]
08397d5
Change includes of gfx/* to ui/gfx/*
by
[email protected]
· 14 years ago
0378bf4
Move base/mac_util.h to base/mac and use the base::mac namespace.
by
[email protected]
· 14 years ago
017a7a11
Rename ChromeThread to BrowserThread Part21:
by
[email protected]
· 15 years ago
f8b3ef8
Rename ChromeThread to BrowserThread Part15:
by
[email protected]
· 15 years ago
67908205
Start trimming headers included in the slowest to compile files.
by
[email protected]
· 15 years ago
7d3c02c
Update Mac plugins for SetFocus changes, and remove old workaround messages
by
[email protected]
· 15 years ago
ce04f0c
[Mac] When in fullscreen mode, ties the menubar shown state to the overlay shown state.
by
[email protected]
· 15 years ago
18db4618
Hide/show cursor according to NSCursor requests.
by
[email protected]
· 15 years ago
1289b98a
Add Cocoa window interposing for plugin process
by
[email protected]
· 16 years ago
27f5a6c8
Mac: Simulate the OS-level focus handling that windows and linux plugins
by
[email protected]
· 16 years ago
a3d46f7
Only request full-screen once per plugin window
by
[email protected]
· 16 years ago
a96ec6a
Don't allow the browser to stay above a modal plugin window (Mac)
by
[email protected]
· 16 years ago
d85cf07
Simplify threading in browser thread by making only ChromeThread deal with different thread lifetimes.The rest of the code doesn't get MessageLoop pointers since they're not thread-safe and instead just call PostTask on ChromeThread. If the target thread is not alive, then the task is simply deleted.In a followup change, I'll remove any remaining MessageLoop* caching. With this change, there's little to be gained by caching since no locks are involved if the target MessageLoop is guaranteed to outlive the current thread (inferred automatically by the order of the chrome_threads_ array).BUG=25354
by
[email protected]
· 16 years ago
b44dbd1
Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes and
by
[email protected]
· 16 years ago
d5c8e13
Fix a crash when a plugin file picker window is dismissed. This is a
by
[email protected]
· 16 years ago
1d5ac66
Fix several issues around fullscreen Mac plugins:
by
[email protected]
· 16 years ago