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
/
webkit
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...
danakj@chromium.org
2012-11-10
1
-1
/
+2
*
For ppb_graphics3d, return an invalid resource if the gpu has
nfullagar@chromium.org
2012-11-10
5
-9
/
+28
*
Remove PPB_Flash_TCPSocket which hasn't been in use since M20.
raymes@chromium.org
2012-11-10
1
-1
/
+0
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
1
-1
/
+1
*
ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.
danakj@chromium.org
2012-11-09
1
-2
/
+2
*
Rewrite PPB_AudioInput_Dev to use the new-style host/resource.
yzshen@chromium.org
2012-11-08
5
-288
/
+1
*
PPAPI: Make CompletionCallbacks work right on background threads.
dmichael@chromium.org
2012-11-08
2
-0
/
+5
*
Make sure PluginResource doesn't live forever because of holding references t...
yzshen@chromium.org
2012-11-08
3
-4
/
+0
*
Pass pointer/size for init_data/key in GenerateKeyRequest/AddKey in ContentDe...
xhwang@chromium.org
2012-11-08
2
-14
/
+18
*
Don't load plug-ins with no MIME description on Linux.
bauerb@chromium.org
2012-11-08
1
-4
/
+13
*
Add ContentDecryptorDelegate.
xhwang@chromium.org
2012-11-07
4
-894
/
+1052
*
Renable PluginTest.OpenPopupWindowWithPlugin since I disabled it yesterday af...
jam@chromium.org
2012-11-05
1
-1
/
+1
*
Mark PPAPI requests that fail due to surfaway as PP_ERROR_ABORTED.
ncbray@chromium.org
2012-11-05
1
-0
/
+3
*
PPAPI: Get TrackedCallback ready for running on non-main threads.
dmichael@chromium.org
2012-11-05
7
-16
/
+13
*
Stop passing the parent hwnd to the plugin process on initialization.
jam@chromium.org
2012-11-02
7
-60
/
+89
*
Encrypted Media: Add TRACE_EVENT to trace eme implementation performance.
xhwang@chromium.org
2012-11-02
1
-0
/
+5
*
Don't assert if PluginInstance can't get PPP_Combined. Some tests exercise th...
bbudge@chromium.org
2012-11-02
3
-5
/
+5
*
Restrict access to IME data from Flash plug-ins.
hbono@chromium.org
2012-11-02
1
-1
/
+2
*
Don't attempt optimized scaled updates on GTK and Windows
jbauman@chromium.org
2012-11-02
1
-0
/
+6
*
Disable PpapiGraphics2DImplTest.GetBitmap2xScale on win/linux
jbauman@chromium.org
2012-11-01
1
-1
/
+8
*
Revert "Don't attempt optimized scaled updates on GTK and Windows".
senorblanco@google.com
2012-11-01
1
-6
/
+0
*
Move flash clipboard to the new proxy and add custom format support
raymes@chromium.org
2012-11-01
7
-249
/
+10
*
Don't attempt optimized scaled updates on GTK and Windows
jbauman@chromium.org
2012-11-01
1
-0
/
+6
*
Remove PpapiPermissions from selected Private interfaces.
bbudge@chromium.org
2012-11-01
1
-0
/
+1
*
Make "dummy window" which is used for windowless plugins be parented in the b...
jam@chromium.org
2012-11-01
4
-10
/
+37
*
Add Vector2d classes that represent offsets, instead of using Point.
danakj@chromium.org
2012-10-31
2
-5
/
+5
*
Add non-member non-mutating methods for common gfx::Rect operations.
danakj@chromium.org
2012-10-29
4
-22
/
+16
*
Add type argument to pepper content decryptor method GenerateKeyRequest().
tomfinegan@chromium.org
2012-10-29
1
-1
/
+1
*
Fix the wrong usage of callback for FileIO.Touch in the same way as http://co...
nhiroki@chromium.org
2012-10-29
1
-12
/
+13
*
Fix type punning error in (de)serializing audio frames.
xhwang@chromium.org
2012-10-27
1
-2
/
+2
*
Add "type" in GenerateKeyRequest() and OnNeedKey().
xhwang@chromium.org
2012-10-27
2
-0
/
+3
*
Add support for additional a/v decoders to Pepper CDM API.
tomfinegan@chromium.org
2012-10-27
1
-0
/
+18
*
Block NPAPI plug-ins in Metro mode instead of not loading them at all.
bauerb@chromium.org
2012-10-26
1
-7
/
+0
*
Make media::DataBuffer::DataBuffer(data, size) public.
xhwang@chromium.org
2012-10-26
1
-3
/
+2
*
Current implementation of ppapi::FileIO.SetLength fails on Mac due to sandbox...
nhiroki@chromium.org
2012-10-25
4
-5
/
+73
*
Update PluginInstance for audio support for content decryption.
xhwang@chromium.org
2012-10-24
2
-45
/
+277
*
Encrypted Media: Return and handle NeedMoreData correctly.
xhwang@chromium.org
2012-10-23
1
-40
/
+53
*
Make gfx::Rect class operations consistently mutate the class they are called...
danakj@chromium.org
2012-10-23
6
-13
/
+25
*
Allow 0 resource in PPB_Instance_Proxy::Deliver{Frame|Samples}.
xhwang@chromium.org
2012-10-23
1
-0
/
+2
*
Remove Carbon cursor call interposing in Mac NPAPI plugins
stuartmorgan@chromium.org
2012-10-23
2
-16
/
+0
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
2
-5
/
+4
*
Fix layering violation in FullscreenContainer.
yzshen@chromium.org
2012-10-22
1
-8
/
+0
*
Add pepper content decryption audio decoding API.
tomfinegan@chromium.org
2012-10-19
2
-14
/
+73
*
Move a bunch of code in content\renderer to the content namespace.
jam@chromium.org
2012-10-19
1
-1
/
+4
*
Remove a dead code path in Mac NPAPI context menu support
stuartmorgan@chromium.org
2012-10-18
1
-37
/
+1
*
Update PluginInstance for decrypt-and-decode video.
xhwang@chromium.org
2012-10-18
2
-49
/
+150
*
Current implementation of ppapi::FileIO.Touch always fails on Mac and Linux p...
nhiroki@chromium.org
2012-10-18
1
-0
/
+15
*
Add a content API to connect a Native Client module to an out-of-process PPAP...
bbudge@chromium.org
2012-10-17
2
-13
/
+6
*
Mac Flash: Fix scaling bitmap
sail@chromium.org
2012-10-17
9
-7
/
+129
*
webkit: Check that delegate_ isn't NULL before trying to updateGeometry.
sadrul@chromium.org
2012-10-16
1
-2
/
+2
[next]