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
*
Merge 88642 - JRE6u26 sounds like it fixes some pretty nasty bugs:
cevans@chromium.org
2011-06-14
1
-1
/
+1
*
Merge 84104 - Update Reader version in the plug-in metadata.
cevans@chromium.org
2011-05-10
1
-1
/
+3
*
Merge 84689 - Don't send Graphics3DContextLost after the instance is destroyed
piman@google.com
2011-05-09
1
-0
/
+5
*
Merge 84204 - Fix renderer crash and resulting test hang in PDFBrowserTests.
ddorwin@chromium.org
2011-05-05
1
-4
/
+7
*
Merge 84071 - Defer asynchronous loading when the buffer in PPB_URLLoader_Imp...
ddorwin@chromium.org
2011-05-05
4
-1
/
+70
*
Revert 84096 - Merge 84071 - Defer asynchronous loading when the buffer in PP...
kerz@chromium.org
2011-05-05
4
-70
/
+1
*
Merge 84071 - Defer asynchronous loading when the buffer in PPB_URLLoader_Imp...
ddorwin@chromium.org
2011-05-04
4
-1
/
+70
*
Merge 82366 - PpapiBrokerImpl manages its own lifetime based on Connect and D...
ddorwin@chromium.org
2011-05-03
5
-17
/
+29
*
Revert 83835 - Merge 83822 - Update Flash and Reader metadata.
kerz@chromium.org
2011-05-03
1
-12
/
+2
*
Merge 83822 - Update Flash and Reader metadata.
cevans@chromium.org
2011-05-03
1
-2
/
+12
*
Merge 83761 - Update Mac Java version metadata.
cevans@chromium.org
2011-05-03
1
-1
/
+2
*
Merge 82652 - Work around the special-case handling of 0 time values (see com...
brettw@chromium.org
2011-04-22
1
-0
/
+8
*
Merge 82575 - Proxy time zone requests to the browser. This is because the cu...
brettw@chromium.org
2011-04-22
4
-14
/
+17
*
Merge 82291 - Add an initial crypto interface to fill a given buffer with ran...
brettw@chromium.org
2011-04-22
3
-0
/
+53
*
Merge 82541 to 742 (M12) - Pepper: Enable custom content-transfer-encoding he...
viettrungluu@chromium.org
2011-04-22
2
-2
/
+24
*
Merge 82266 - Fixed file/directory url resolution for external mount point pr...
kerz@chromium.org
2011-04-20
2
-0
/
+5
*
Merge 82253 - Fix M12 release blocker. SaveAs now works for embedded PDFs and...
kerz@chromium.org
2011-04-20
4
-5
/
+5
*
Add a function to the Flash interface to get the current time zone offset.
brettw@chromium.org
2011-04-19
1
-0
/
+18
*
Fix invalid read in ppapi code
piman@google.com
2011-04-19
1
-1
/
+3
*
Fix a couple of glaring omissions when I added PPP_Instance_Private.
dmichael@chromium.org
2011-04-19
2
-1
/
+5
*
Rename Instance_Trusted to Instance_Private, wire it up in Chrome.
dmichael@chromium.org
2011-04-19
3
-8
/
+44
*
linux: don't always print dlopen errors from LoadNativeLibrary
evan@chromium.org
2011-04-18
3
-13
/
+19
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
2
-1
/
+17
*
Implemented broker dispatcher, pipe creation, and handle distribution.
ddorwin@chromium.org
2011-04-18
2
-4
/
+6
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
2
-8
/
+18
*
Fix a bug where immediate failure in PPB_URLLoader_Impl::Open doesn't report ...
bbudge@chromium.org
2011-04-16
1
-0
/
+7
*
Let Pepper open FileSystem files again.
ericu@google.com
2011-04-16
5
-7
/
+33
*
Delete the plugin printing code, which wasn't actually called.
jam@chromium.org
2011-04-15
5
-27
/
+0
*
Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the
brettw@chromium.org
2011-04-15
2
-1
/
+15
*
Added functionality to use "SaveAs..." from PDF plugin.
gene@chromium.org
2011-04-15
4
-4
/
+25
*
Support PPB_Flash_ModileLocal blocking calls from background threads. This is
brettw@chromium.org
2011-04-15
1
-0
/
+9
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Draft version of the HW video decode tester and few other changes.
scherkus@chromium.org
2011-04-14
1
-4
/
+4
*
Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...
bbudge@chromium.org
2011-04-14
2
-28
/
+17
*
Add CORS options to URL requests. This information will be used by the URLLoa...
bbudge@chromium.org
2011-04-14
3
-2
/
+42
*
Wire up the extension API for registering NaCl modules to an actual registry ...
abarth@chromium.org
2011-04-14
2
-2
/
+8
*
Check that GetInterface() is called on the main thread.
ddorwin@chromium.org
2011-04-14
1
-0
/
+3
*
Fix clang error.
ddorwin@chromium.org
2011-04-14
1
-1
/
+1
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
7
-14
/
+31
*
Renamed raw_data_length to encoded_data_length
vsevik@chromium.org
2011-04-13
4
-7
/
+11
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-13
9
-52
/
+60
*
Implement P2P Transport Dev using P2PTransportImpl.
sergeyu@chromium.org
2011-04-12
5
-119
/
+154
*
Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...
ericu@google.com
2011-04-12
9
-60
/
+52
*
More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where
ericu@google.com
2011-04-12
9
-52
/
+60
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
1
-3
/
+3
*
Fix download path for RealPlayer.
cevans@chromium.org
2011-04-12
1
-1
/
+1
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
17
-46
/
+41
*
Connect the right metafiles for print preview on Linux and Windows.
vandebo@chromium.org
2011-04-11
1
-14
/
+11
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
5
-3
/
+9
*
Eliminate skia::PlatformCanvas - Step 1 (linux)
alokp@chromium.org
2011-04-11
1
-3
/
+3
[next]