summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Add the ability to create FileRefs pointing to inexistent ordumi@chromium.org2010-09-143-1/+44
* Add fullscreen support to Pepper.piman@chromium.org2010-09-146-9/+128
* Linux: More gcc 4.5 NULL versus 0 fixes.craig.schlenter@chromium.org2010-09-143-14/+14
* Minor cleanup in PepperPluginDelegate.darin@chromium.org2010-09-141-3/+4
* Preliminary Network P2P Pepper APInfullagar@google.com2010-09-145-0/+183
* Throw an error if pepper::FileIO::GetOSFileDescriptor() is compiled ondumi@chromium.org2010-09-131-1/+3
* Implement QuitMessageLoop using QuitNow instead of Quit.darin@chromium.org2010-09-131-1/+1
* Fix transposed parameters in memset.brettw@chromium.org2010-09-131-1/+1
* Track Pepper string and object vars with the module so they can be deleted onbrettw@chromium.org2010-09-1320-646/+1401
* Same as 3305029. Fixed compilation error on Linux. Unfortunately try does not...gene@chromium.org2010-09-1027-1/+130
* Revert 59111 - Added PDF resources to Chrome.sky@chromium.org2010-09-1027-128/+1
* Added PDF resources to Chrome.gene@chromium.org2010-09-1027-1/+128
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+2
* Fixing pepper::FileIO::GetOSFileDescriptor():dumi@chromium.org2010-09-101-1/+5
* Implement pepper::FileIO.dumi@chromium.org2010-09-103-22/+250
* Add Farsi supportjshin@chromium.org2010-09-093-0/+5
* Clean up texture types in VideoFramehclam@chromium.org2010-09-091-4/+2
* Added strings for PDF plugin.gene@chromium.org2010-09-081-0/+8
* Implement on Chromium side recently added actualMemoryUsageMB.antonm@chromium.org2010-09-082-2/+12
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-6/+0
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-033-3/+3
* Unrevert 58354, reland PPAPI with the instance test disabled.brettw@chromium.org2010-09-024-56/+126
* Revert 58328 - Pull new PPAPI, reland 58319 and 58321.rohitrao@chromium.org2010-09-024-126/+56
* Pull new PPAPI, reland 58319 and 58321.brettw@chromium.org2010-09-024-56/+126
* Revert 58321 - Implement ExecuteScript on an instance, add support for runnin...brettw@chromium.org2010-09-024-126/+56
* Implement ExecuteScript on an instance, add support for running the instancebrettw@chromium.org2010-09-024-56/+126
* Revert 58153 - Introduce a flag to bypass the cache when retrieving current m...chase@chromium.org2010-09-012-4/+3
* FBTF: Move more ctors/dtors from headers to implementation.erg@google.com2010-09-012-1/+4
* This CL ensures we use the language specified in the language meta tag if any.jcivelli@chromium.org2010-09-012-10/+12
* Introduce a flag to bypass the cache when retrieving current memory usage.antonm@chromium.org2010-09-012-3/+4
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-311-2/+2
* Adding way to pass video frames between Chromium and WebKitvrk@google.com2010-08-318-3/+193
* Guarantee PPAPI Audio playbacks are stopped in Pause().neb@chromium.org2010-08-312-11/+44
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-313-0/+8
* Fix the cursor api not working.jam@chromium.org2010-08-303-4/+10
* Add html node info (tag name, attributes, and computed display) and documentdmazzoni@chromium.org2010-08-302-0/+49
* Pull new PPAPI, rename non-P0 interfaces to Dev, rename DeviceContext2D to Gr...brettw@chromium.org2010-08-3043-352/+346
* Pull latest Pepper to get moved audio, video, and char set interfaces, nowbrettw@chromium.org2010-08-2810-52/+57
* Add xtb files for Farsi translations. mal@chromium.org2010-08-281-0/+44
* Re-enable SerializeHTMLDOMWithEntitiesInAttributeValue and SerializeHTMLDOMWi...jamesr@chromium.org2010-08-281-2/+2
* Reland r57575 - Remove the default argument from RegKey::Open.tfarina@chromium.org2010-08-281-1/+2
* FBTF: Remove unneeded headers from base/ (part 7)thestig@chromium.org2010-08-273-6/+8
* FBTF: Move code from headers into cc files.erg@google.com2010-08-2726-101/+219
* Second attempt at landing http://codereview.chromium.org/3214005tommi@chromium.org2010-08-274-112/+183
* Misc. minor cleanup.pkasting@chromium.org2010-08-271-3/+1
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-3/+10
* Revert 57692 - Factoring BuildUserAgent out to a separate lib for GCF can use...dmazzoni@chromium.org2010-08-274-173/+106
* Factoring BuildUserAgent out to a separate lib for GCF can use it.tommi@chromium.org2010-08-274-106/+173
* Reland interval change.mbelshe@chromium.org2010-08-271-2/+0
* Make PPB_Var's VarFromUtf8() validate the input for UTF-8 correctness. Return...ajwong@chromium.org2010-08-261-3/+10