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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
4
-2
/
+59
*
Hide/show cursor according to NSCursor requests.
avi@chromium.org
2010-02-02
1
-9
/
+42
*
Add tab switch notification to the Mac plugin plumbing.
stuartmorgan@chromium.org
2010-02-01
3
-3
/
+11
*
Propagate window focus changes to plugins on the Mac
stuartmorgan@chromium.org
2010-02-01
2
-0
/
+14
*
Fix passing pointers between processes.
jam@chromium.org
2010-01-29
4
-96
/
+56
*
Redesigned CommandBuffer and NPDevice3D interfaces.
apatrick@chromium.org
2010-01-29
2
-32
/
+10
*
Plumb Carbon SetCursor through.
avi@chromium.org
2010-01-25
2
-0
/
+10
*
Committing change by Thatcher Ulrich <tulrich@google.com> from http://coderev...
jam@chromium.org
2010-01-22
2
-4
/
+14
*
Send Cocoa NPAPI plugins an initial window activation event
stuartmorgan@chromium.org
2010-01-21
2
-0
/
+8
*
The renderer and plugin processes can send over raw NPObjects valid in the ot...
ananta@chromium.org
2010-01-20
10
-56
/
+135
*
(Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.
avi@chromium.org
2010-01-19
1
-1
/
+20
*
(Mac) Allow the tracking of the "active" plugin delegate separate from the fa...
avi@chromium.org
2010-01-19
2
-0
/
+8
*
(Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.
avi@chromium.org
2010-01-15
2
-0
/
+14
*
Set disabled style on GPU window and plugin intermediate window so mouse mess...
apatrick@chromium.org
2010-01-15
1
-0
/
+6
*
linux: implement gpu plugin
piman@chromium.org
2010-01-06
2
-6
/
+6
*
linux: work around LAHF bug in Flash
evan@chromium.org
2010-01-05
2
-1
/
+81
*
Revert 35509 - linux: implement gpu plugin
piman@chromium.org
2010-01-05
2
-6
/
+6
*
linux: implement gpu plugin
piman@chromium.org
2010-01-05
2
-6
/
+6
*
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
5
-20
/
+34
*
Add a CreateBridge method to the ChildThread.
jcampan@chromium.org
2009-12-19
1
-13
/
+16
*
Fix uninitialized variable if ENABLE_GPU is not set
piman@chromium.org
2009-12-15
1
-0
/
+2
*
Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...
apatrick@google.com
2009-12-12
4
-3
/
+220
*
Add Cocoa window interposing for plugin process
stuartmorgan@chromium.org
2009-12-08
4
-46
/
+228
*
Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...
mattm@chromium.org
2009-12-04
1
-0
/
+4
*
Switch Mac plugins back to a UI runloop
stuartmorgan@chromium.org
2009-12-03
2
-44
/
+48
*
Send resource load notifications from plugins to devtools agent. This is a pa...
yurys@chromium.org
2009-12-03
2
-4
/
+5
*
Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, use
mark@chromium.org
2009-11-30
3
-3
/
+25
*
Make SystemMonitor not a Singleton and move it out of base
phajdan.jr@chromium.org
2009-11-26
1
-3
/
+4
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
1
-10
/
+7
*
Mac: Simulate the OS-level focus handling that windows and linux plugins
amanda@chromium.org
2009-11-20
3
-0
/
+39
*
If an NP_* function is called on an out of process plugin, save enough info t...
japhet@chromium.org
2009-11-18
7
-33
/
+27
*
Only clears the unblock flag on sync IPCs during other sync dispatches
jamesr@chromium.org
2009-11-18
3
-15
/
+17
*
Rename policy_url to first_party_for_cookies in cookie-related code.
wtc@chromium.org
2009-11-18
2
-6
/
+8
*
Use an explicit boolean has_new_first_party_for_cookies instead
wtc@chromium.org
2009-11-18
1
-1
/
+3
*
Use GetSwitchValuePath.
evan@chromium.org
2009-11-16
1
-2
/
+3
*
Duplicating the SetActiveURL() change from the renderer to the plugin process...
jschuh@chromium.org
2009-11-14
3
-5
/
+5
*
Propagate the "first party for cookies" from WebKit to the network stack
wtc@chromium.org
2009-11-13
1
-1
/
+3
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
2
-4
/
+4
*
Upstreaming WebKit.gyp
yaar@chromium.org
2009-11-12
5
-6
/
+6
*
linux: work around "flash does not register any clicks" bug
evan@chromium.org
2009-11-11
1
-0
/
+6
*
Fix partial updates of transparent plugin backgrounds on Mac
stuartmorgan@chromium.org
2009-11-10
1
-1
/
+4
*
Linux: Catch plugin crashes.
thestig@chromium.org
2009-11-09
2
-9
/
+19
*
Amit, please review everything.
ananta@chromium.org
2009-11-07
4
-6
/
+36
*
Added support for --worker-startup-dialog command line flag.
atwilson@chromium.org
2009-11-06
1
-16
/
+1
*
Fourth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
2
-2
/
+8
*
Don't allow the browser to stay above a modal plugin window (Mac)
stuartmorgan@chromium.org
2009-11-04
2
-4
/
+11
*
Fix transparent windowless plugin background painting. This would manifest
brettw@chromium.org
2009-10-29
1
-17
/
+18
*
Make GetURLForDebugging return a const GURL.
tony@chromium.org
2009-10-28
1
-2
/
+2
*
Make the web plugin proxy tolerant of windowless bitmap memory mapping failures.
brettw@chromium.org
2009-10-27
1
-13
/
+26
[next]