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
/
ppapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 116457 - Fix crash in didReceiveData, if user calls Close() during RunC...
bbudge@chromium.org
2012-01-12
1
-8
/
+14
*
Fix pepper string var leaks for M17.
dmichael@chromium.org
2011-12-27
1
-0
/
+4
*
Revert 115558 - Merge 115503 - Add GetLiveVars to PPB_Testing_Dev. Fix leaks ...
dmichael@chromium.org
2011-12-22
1
-1
/
+0
*
Merge 115503 - Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
1
-0
/
+1
*
Merge 113467 - Webcam ppapi flash fix.
ihf@chromium.org
2011-12-07
1
-16
/
+17
*
Merge 113172 - Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private ar...
dpolukhin@chromium.org
2011-12-07
8
-4
/
+344
*
PPAPI: Don't round zoom levels to the nearest integer.
thestig@chromium.org
2011-12-05
1
-12
/
+1
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
18
-44
/
+44
*
WebSocket Pepper API: error handling improvement
toyoshim@chromium.org
2011-12-02
2
-22
/
+67
*
Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...
jam@chromium.org
2011-12-02
8
-344
/
+4
*
Add exports needed for glue to build as a component.
dpranke@chromium.org
2011-12-02
19
-59
/
+92
*
Convert file ref private to use new registration.
brettw@chromium.org
2011-12-02
1
-0
/
+1
*
Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...
dpolukhin@chromium.org
2011-12-02
8
-4
/
+344
*
Enable port validation because net::IsPortAllowedByDefault() was exported now
toyoshim@chromium.org
2011-12-02
1
-7
/
+4
*
Remove OVERRIDEs from methods inherited from WebKit API
toyoshim@chromium.org
2011-12-02
1
-8
/
+6
*
WebSocket Pepper API: minor properties implementation
toyoshim@chromium.org
2011-12-01
2
-6
/
+10
*
WebSocket Pepper API: GetBufferedAmount() implementation
toyoshim@chromium.org
2011-12-01
2
-11
/
+59
*
Remove Context3D/Surface3D
piman@chromium.org
2011-12-01
10
-877
/
+10
*
Whitespace style fix (that I previously overlooked).
viettrungluu@chromium.org
2011-11-30
1
-5
/
+7
*
Add dummy didUpdateBufferedAmount() function to prepare WebKit side API update.
toyoshim@chromium.org
2011-11-30
2
-0
/
+7
*
Remove unused enum value from PPAPI Flash Clipboard
dcheng@chromium.org
2011-11-30
1
-2
/
+0
*
Implement FileRef GetPathPrivate interface for O3D
jhorwich@chromium.org
2011-11-28
2
-0
/
+22
*
WebSocket Pepper API: in process API implementation
toyoshim@chromium.org
2011-11-26
2
-25
/
+359
*
Revert r111596 "WebSocket Pepper API: in process API implementation"
maruel@chromium.org
2011-11-25
2
-359
/
+25
*
WebSocket Pepper API: in process API implementation
toyoshim@chromium.org
2011-11-25
2
-25
/
+359
*
Commit Pepper backing texture immediately on swapbuffers.
jbauman@chromium.org
2011-11-24
1
-13
/
+17
*
Merge definitions of PlatformFileToInt and IntToPlatformFile to one place.
xhwang@chromium.org
2011-11-23
1
-16
/
+2
*
Pepper: Fix nits mentioned in review in audio input code.
viettrungluu@chromium.org
2011-11-21
3
-5
/
+7
*
Add functions to generate input events to PPB_Testing_Dev. These make
bbudge@chromium.org
2011-11-20
5
-12
/
+247
*
- Implement internal API and thunk
toyoshim@chromium.org
2011-11-18
4
-0
/
+158
*
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-18
12
-95
/
+497
*
Revert 110587 - Microphone support for Pepper Flash.
ajwong@chromium.org
2011-11-17
12
-497
/
+95
*
Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-17
12
-95
/
+497
*
Make PostMessageToJavaScript use new WebKit API instead of script.
dmichael@chromium.org
2011-11-17
2
-108
/
+67
*
Cleanup: Remove unneeded forward declarations in webkit/plugins/.
thestig@chromium.org
2011-11-17
18
-66
/
+7
*
Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old id...
dpolukhin@chromium.org
2011-11-16
3
-18
/
+16
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-1
/
+1
*
Pepper: Generate ppb_flash_clipboard.h from .idl file.
viettrungluu@chromium.org
2011-11-15
1
-0
/
+2
*
Facebook : photo upload fails. Give PPB_URLLoader_Impl ability to send creden...
bbudge@chromium.org
2011-11-13
1
-1
/
+2
*
base::Bind: Conversions in webkit/plugins/npapi.
jhawkins@chromium.org
2011-11-12
1
-2
/
+2
*
Make the Pepper Flash net address just private, not Flash-specific.
viettrungluu@chromium.org
2011-11-10
5
-23
/
+23
*
Stop using WebFileChooserParams::acceptTypes.
tkent@chromium.org
2011-11-08
3
-1
/
+74
*
Remove redundant XHR method/header validation. This is done byAssociatedURLLo...
bbudge@chromium.org
2011-11-06
4
-127
/
+18
*
Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.h
thakis@chromium.org
2011-11-05
1
-3
/
+3
*
refactor video capture in renderer process
wjia@chromium.org
2011-11-01
1
-1
/
+0
*
Try a workaround for initMessageEvent bug.
dmichael@chromium.org
2011-10-27
1
-17
/
+10
*
Copy 2 missing fields of PP_FontDescription_Dev.
eugenis@google.com
2011-10-26
1
-0
/
+2
*
Remove unused argument that was not cleaned up in
polina@google.com
2011-10-25
2
-10
/
+9
*
Remove temporary hack necessary while webkit change was landing: https://bugs...
polina@google.com
2011-10-24
1
-5
/
+0
*
Convert the flash clipboard API to thunk system.
brettw@chromium.org
2011-10-22
4
-36
/
+61
[next]