index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
plugin
/
plugin_main.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure the process is _really_ gone after a __debugbreak(). We've had a
cevans@chromium.org
2011-01-21
1
-1
/
+3
*
Move SystemMonitor to src/ui/base/system_monitor. Move HiResTimerManager to s...
ben@chromium.org
2011-01-19
1
-3
/
+3
*
Re-enabling the IME for sandboxed flash
cpu@chromium.org
2011-01-14
1
-8
/
+0
*
Revert 71487 - Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-3
/
+3
*
Move SystemMonitor to src/ui/base/system_monitor.
ben@chromium.org
2011-01-14
1
-3
/
+3
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-1
/
+2
*
Move the SetProcTitle code out of base and into chrome/common. This is only
brettw@chromium.org
2010-12-29
1
-4
/
+0
*
Disable IME for sandboxed flash (windows)
cpu@chromium.org
2010-11-23
1
-0
/
+9
*
Enable sandboxed flash on windows by default.
cpu@chromium.org
2010-11-13
1
-2
/
+2
*
Convert LOG(INFO) to VLOG(1) - chrome/plugin/.
pkasting@chromium.org
2010-10-21
1
-5
/
+5
*
Sandboxing built-in flash
cpu@chromium.org
2010-08-30
1
-3
/
+32
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-06
1
-1
/
+1
*
Revert "Remove GetSwitchValue() from chrome/* where easy."
evan@chromium.org
2010-08-04
1
-1
/
+1
*
Remove GetSwitchValue() from chrome/* where easy.
evan@chromium.org
2010-08-04
1
-1
/
+1
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
1
-3
/
+5
*
Rename Chrome threads to use a "Cr" prefix.
evan@chromium.org
2010-06-09
1
-2
/
+1
*
Make webkit_glue not depend on default_plugin.
thakis@chromium.org
2010-06-02
1
-0
/
+2
*
BSD ifdefs, etc. necessary for chrome/
pvalchev@google.com
2010-03-09
1
-1
/
+1
*
Fix some issues with compiling Mac plugin code with deprecation defines set
stuartmorgan@chromium.org
2010-02-16
1
-0
/
+2
*
linux: work around LAHF bug in Flash
evan@chromium.org
2010-01-05
1
-1
/
+9
*
Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p...
mdm@chromium.org
2010-01-03
1
-1
/
+6
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
1
-0
/
+3
*
Switch Mac plugins back to a UI runloop
stuartmorgan@chromium.org
2009-12-03
1
-44
/
+6
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
1
-3
/
+4
*
Linux: Catch plugin crashes.
thestig@chromium.org
2009-11-09
1
-0
/
+9
*
Added support for --worker-startup-dialog command line flag.
atwilson@chromium.org
2009-11-06
1
-16
/
+1
*
Coverity: Free the loaded sandbox test module library.
jhawkins@chromium.org
2009-10-02
1
-1
/
+2
*
Fix several issues around fullscreen Mac plugins:
amanda@chromium.org
2009-10-01
1
-0
/
+10
*
Set up a interposing library for Carbon calls made by plugins.
stuartmorgan@google.com
2009-08-07
1
-0
/
+41
*
Unrevert 21355 because the revert might be causing the
nsylvain@chromium.org
2009-07-23
1
-3
/
+4
*
Revert 21355 because it might be causing all the new
nsylvain@chromium.org
2009-07-23
1
-4
/
+3
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-23
1
-3
/
+4
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-1
/
+1
*
Revert r21117 as it caused reliability failures.
estade@chromium.org
2009-07-21
1
-4
/
+3
*
Switch the first thread in a child process to be the main thread, and make th...
jam@chromium.org
2009-07-20
1
-3
/
+4
*
Remove the carbon event dispatcher from the main thread of the plugin process
amanda@chromium.org
2009-07-13
1
-48
/
+0
*
Wire up windowless plugins. Mostly Mac related, some cross
amanda@chromium.org
2009-07-11
1
-3
/
+60
*
linux: move gtk_init to the right thread
piman@google.com
2009-07-10
1
-16
/
+0
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-07
1
-0
/
+16
*
Revert "linux: OOP windowed plugins"
evan@chromium.org
2009-07-06
1
-16
/
+0
*
linux: OOP windowed plugins
evan@chromium.org
2009-07-06
1
-0
/
+16
*
Linux: refactor zygote support
agl@chromium.org
2009-06-12
1
-0
/
+3
*
Revert 18109, 18111: Windows UI tests failed.
agl@chromium.org
2009-06-10
1
-3
/
+0
*
Linux: refactor zygote support
agl@chromium.org
2009-06-10
1
-0
/
+3
*
Move win_util.h from common to app.
ben@chromium.org
2009-05-08
1
-1
/
+5
*
linux (and some posix): multiprocess plugins compiling.
evan@chromium.org
2009-04-23
1
-10
/
+21
*
Refactor plugin process code which checks with the browser process before shu...
jam@chromium.org
2009-03-27
1
-2
/
+3
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-1
/
+0
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
1
-1
/
+1
*
Refactor code from RenderThread and PluginThread and move it to ChildThread. ...
jam@chromium.org
2009-02-21
1
-7
/
+2
[next]