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
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
5
-0
/
+21
*
Revert 116138 (this regressed morejs perf on mac and win for some reason.
thakis@chromium.org
2012-01-03
1
-12
/
+5
*
base::Bind: Remove scoped_callback_factory.h.
jhawkins@chromium.org
2012-01-03
3
-3
/
+0
*
Change the DidChangeView update to take a new ViewChanged resource.
brettw@chromium.org
2012-01-03
6
-78
/
+173
*
Update required Flash version to 10.3.183.10.
bauerb@chromium.org
2012-01-03
1
-5
/
+12
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-30
3
-6
/
+6
*
Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...
dcheng@chromium.org
2011-12-29
3
-6
/
+6
*
Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.
dcheng@chromium.org
2011-12-29
3
-6
/
+6
*
Move the tracked completion callback code into shared impl.
brettw@chromium.org
2011-12-29
4
-2
/
+28
*
WebSocket Pepper API: ArrayBuffer support
toyoshim@chromium.org
2011-12-28
1
-17
/
+49
*
Coverity: Fix a check that's always false.
thestig@chromium.org
2011-12-28
1
-2
/
+3
*
Coverity: Fix null dereference errors
kmadhusu@chromium.org
2011-12-22
1
-1
/
+6
*
Add GetLiveVars to PPB_Testing_Dev. Fix leaks it uncovered.
dmichael@chromium.org
2011-12-22
2
-3
/
+14
*
Add dmichael@chromium.org to webkit/plugins/ppapi/OWNERS
dmichael@chromium.org
2011-12-21
1
-0
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-0
/
+7
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
2
-7
/
+0
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
2
-0
/
+7
*
Fix leak of the typeface when doing DrawGlyphs for Flash.
brettw@chromium.org
2011-12-20
1
-6
/
+2
*
Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...
brettw@chromium.org
2011-12-20
1
-3
/
+3
*
Fix a regression in the NPAPI NPN_GetValueForURL function which is used by pl...
ananta@chromium.org
2011-12-19
1
-1
/
+2
*
Use references instead of pointers for WebViewPlugin::getFormValue().
bashi@chromium.org
2011-12-17
2
-2
/
+2
*
disable building glue as a component for now.
dpranke@chromium.org
2011-12-16
1
-1
/
+1
*
Implement in-process PPB_VarArrayBuffer_Dev.
dmichael@chromium.org
2011-12-15
9
-16
/
+136
*
GetDocumentURL is added to PPB_Testing_Dev.
ygorshenin@google.com
2011-12-15
1
-2
/
+11
*
Add a non-null check for a pointer to NPAPIClient::ExecuteGetJavascriptUrlTes...
timurrrr@chromium.org
2011-12-15
1
-1
/
+3
*
Rev the Flash interface to add new functionality.
brettw@chromium.org
2011-12-15
3
-18
/
+67
*
Use references instead of pointers for WebPlugin::getFormValue().
bashi@chromium.org
2011-12-14
4
-5
/
+5
*
Implement platform-independent DrawGlyphs for Flash.
brettw@chromium.org
2011-12-13
3
-136
/
+107
*
Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...
gman@chromium.org
2011-12-12
2
-10
/
+8
*
Revert 114076 (broke Win shared builder) - Implement platform-independent Dra...
willchan@chromium.org
2011-12-12
3
-103
/
+136
*
Implement platform-independent DrawGlyphs for Flash.
brettw@chromium.org
2011-12-12
3
-136
/
+103
*
Always run Flush completion callbacks in Graphics2D.
brettw@chromium.org
2011-12-10
2
-19
/
+22
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-10
7
-452
/
+150
*
Cleanup: Remove unneeded includes in webkit::ppapi:PluginInstance.
thestig@chromium.org
2011-12-10
3
-31
/
+16
*
GTK: Remove deprecated methods and replace them with the new standard calls.
erg@chromium.org
2011-12-10
1
-1
/
+1
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
2
-11
/
+7
*
Revert 113817 - Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-09
7
-150
/
+452
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-09
7
-452
/
+150
*
WebSocket Pepper API: validate redundant protocols in Connect()
toyoshim@chromium.org
2011-12-09
1
-1
/
+12
*
enable component build of webkit_glue.
dpranke@chromium.org
2011-12-08
2
-3
/
+4
*
Remove TODOs about TryCatch not working.
brettw@chromium.org
2011-12-08
1
-2
/
+2
*
Revert 113656 - Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-08
7
-150
/
+452
*
Implement a proxy for Pepper FileIO.
brettw@chromium.org
2011-12-08
7
-452
/
+150
*
Apply renaming of ppapi shared stuff to new ppb_var shared code.
dmichael@chromium.org
2011-12-08
2
-8
/
+8
*
Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
rsimha@google.com
2011-12-08
2
-8
/
+10
*
Remove PP_Module from parameters for PPB_Var.VarFromUtf8.
dmichael@chromium.org
2011-12-07
18
-184
/
+72
*
Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"
gman@chromium.org
2011-12-07
2
-10
/
+8
*
Webcam ppapi flash fix.
ihf@chromium.org
2011-12-07
1
-16
/
+17
*
Rename the shared_impl resource files to give them more regular names.
brettw@chromium.org
2011-12-07
20
-99
/
+59
*
Implement NPNVsupportsCompositingCoreAnimationPluginsBool
stuartmorgan@chromium.org
2011-12-07
1
-0
/
+7
[next]