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
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-16
2
-87
/
+250
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
1
-1
/
+1
*
Revert 75003 - Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
2
-250
/
+87
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
2
-87
/
+250
*
Linux: Un-blacklist gecko-mediaplayer.
thestig@chromium.org
2011-02-15
1
-3
/
+0
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
3
-6
/
+6
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
8
-53
/
+157
*
New versions for Adobe Reader, Flash, Shockwave and RealPlayer.
panayiotis@google.com
2011-02-14
1
-23
/
+22
*
Make sure that if Reader is installed after Chrome and the internal PDF reade...
jam@chromium.org
2011-02-14
1
-0
/
+10
*
clang: Fix several -Woverloaded-virtual warnings.
thakis@chromium.org
2011-02-11
2
-4
/
+4
*
Fix re-entrant destroy issues in pepper
piman@google.com
2011-02-11
1
-0
/
+34
*
Revert the accidentially changed auto-generated files.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Restore old title in WebViewPlugin only when loading the plugin.
bauerb@chromium.org
2011-02-10
2
-2
/
+8
*
Prevent crashing on errors in PPB_Context_3D_Impls.
neb@chromium.org
2011-02-09
1
-12
/
+10
*
Update the checked-in GLES2 bindings and implementation to match the auto-gen...
bryner@chromium.org
2011-02-08
1
-1
/
+1
*
Corrected signature of WebPlugin3DDeviceDelegate::Device3DRegisterCallback.
apatrick@chromium.org
2011-02-08
2
-5
/
+6
*
Clean up warnings found in our testing code.
erg@google.com
2011-02-07
11
-47
/
+75
*
Implement WebFrameClient::didReceiveResponse in WebViewPlugin
bauerb@chromium.org
2011-02-07
2
-0
/
+14
*
Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...
viettrungluu@chromium.org
2011-02-07
1
-1
/
+1
*
Move the Carbon SetCursor method on WebPluginDelegateImpl to a different name...
avi@chromium.org
2011-02-07
2
-4
/
+8
*
Correctly match plugins to their definitions.
bauerb@chromium.org
2011-02-07
5
-40
/
+78
*
Re-land more changes from r73427 where we set the name for each module in the...
brettw@google.com
2011-02-05
3
-7
/
+10
*
Revert 73427 (set the name of the PPAPI plugin correcetly) and 73916 (minor b...
brettw@google.com
2011-02-05
3
-10
/
+7
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
19
-29
/
+29
*
Pepper: Fix a pile of bugs in the implementation of the file chooser API.
viettrungluu@chromium.org
2011-02-04
4
-28
/
+78
*
FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()
evan@chromium.org
2011-02-04
1
-2
/
+2
*
Revert accidental change to webplugin_delegate_impl_mac.mm
sail@chromium.org
2011-02-04
1
-5
/
+4
*
Copy buffers in base::FileUtilProxy::{Read,Write} to avoid memory corruption.
darin@chromium.org
2011-02-04
2
-9
/
+35
*
Mac: Enable "Check Spelling While Typing" in Edit menu
sail@chromium.org
2011-02-03
1
-4
/
+5
*
Re-enable the test that I disabled last night.
cevans@chromium.org
2011-02-03
3
-10
/
+17
*
Activate / fix the NPAPI plugin test on Linux:
cevans@chromium.org
2011-02-02
2
-1
/
+10
*
Set the name of the PPAPI plugin properly when running out of process. This
brettw@chromium.org
2011-02-02
3
-7
/
+10
*
Propagate the user gesture state. It is necessary to do correct pop-up blocking
cevans@chromium.org
2011-02-02
2
-2
/
+5
*
Cleanup everything but net/ for our first clang plugins.
erg@google.com
2011-02-02
2
-11
/
+13
*
Fix a typo I introduced (IceTea should be IcedTea) in my last commit here.
cevans@chromium.org
2011-02-01
1
-3
/
+3
*
Remove unused variable to fix the Clang build.
brettw@chromium.org
2011-02-01
1
-2
/
+1
*
Release all Object PP_Vars when an instance goes away. This prevents a crash
brettw@chromium.org
2011-02-01
7
-90
/
+226
*
Pepper/Flapper: First pass at context menu implementation.
viettrungluu@chromium.org
2011-01-31
8
-2
/
+326
*
Ensure that windowed NPAPI plugins get reparented to the plugin wrapper windo...
ananta@chromium.org
2011-01-29
1
-0
/
+7
*
Fix surface::swapbuffers to return correct values
piman@google.com
2011-01-28
2
-5
/
+11
*
Ensure the plugin backing store is always mapped, even when it's been swapped
brettw@chromium.org
2011-01-28
1
-2
/
+9
*
Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxy
piman@google.com
2011-01-28
4
-21
/
+205
*
Change UTF8ToUTF16 to accept const StringPiece&.
suzhe@google.com
2011-01-28
2
-0
/
+4
*
PPAPI: move GLES2Implementation to PPAPI glue
piman@google.com
2011-01-28
5
-32
/
+79
*
Part 1 of repairing regressions to my old clang check plugins so Nico can
erg@google.com
2011-01-27
2
-0
/
+3
*
Put some plug-ins behind an infobar, where they have:
cevans@chromium.org
2011-01-27
4
-46
/
+73
*
If a user chooses to open a PDF with Reader, ask them if they want to do so a...
jam@chromium.org
2011-01-27
1
-1
/
+1
*
Make Pepper resize the buffer through the command buffer.
piman@google.com
2011-01-26
2
-12
/
+4
*
Fixed grave bug in Plugin Loading code that lead to a crash with some plugins.
pastarmovj@chromium.org
2011-01-25
2
-7
/
+21
[next]