summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix pepper char conversion infinite loop.jam@chromium.org2010-09-231-0/+1
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-231-2/+5
* FBTF: Move virtual methods to implementation files.erg@google.com2010-09-231-0/+1
* Implement Pepper plugin focus notifications.brettw@chromium.org2010-09-233-6/+42
* Revert "Update the spinner and mic button images to the latest from UX team."maruel@chromium.org2010-09-233-0/+0
* Revert "Add some optimizations to plugin painting."maruel@chromium.org2010-09-2311-149/+3
* Add some optimizations to plugin painting.brettw@chromium.org2010-09-2311-3/+149
* Update the spinner and mic button images to the latest from UX team.satish@chromium.org2010-09-233-0/+0
* Pepper: Fix getting the trusted URL loader interface.interfaceviettrungluu@chromium.org2010-09-232-1/+6
* Implement GetDefaultCharSet for Pepper and pull the corresponding PPAPI change.brettw@chromium.org2010-09-232-4/+18
* Store lower case tag names within web accessibility.ctguil@chromium.org2010-09-231-1/+5
* Pull latest PPAPI. Change key handling to support the new API.brettw@chromium.org2010-09-239-131/+204
* Fix a problem that text prefs are not hooked up with CrosSettings.xiyuan@chromium.org2010-09-221-2/+2
* Stop using WebInputElement::inputType().tkent@chromium.org2010-09-221-2/+2
* Set name of document accessibility nodes to document title. ctguil@chromium.org2010-09-211-0/+2
* Fix full screen mode for windowless flash plugins. Flash doesn't expect a "ki...brettw@chromium.org2010-09-211-0/+12
* Revert 60088 - Set name of document accessibility nodes to document title.rdsmith@chromium.org2010-09-211-2/+0
* Set name of document accessibility nodes to document title.ctguil@chromium.org2010-09-211-0/+2
* DevTools: provide load timing for sync resources.pfeldman@chromium.org2010-09-201-1/+2
* Implement PPB_URLLoaderTrusted_Dev.darin@chromium.org2010-09-203-3/+41
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-185-48/+71
* Revert 59845 - Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-175-68/+48
* Extend improved windowless plugin focus handling to all platformsstuartmorgan@chromium.org2010-09-175-48/+68
* Change all callers of WebFileInfo::appendFileRange() to use the newdumi@chromium.org2010-09-173-10/+7
* Remove use of accessible prop service from render_widget_host_view_win.ccctguil@chromium.org2010-09-161-0/+1
* Don't add invalid webkit accessibility objects to the renderer accessibility ...ctguil@chromium.org2010-09-161-2/+8
* DevTools: report network stack-based finish time for resources.pfeldman@chromium.org2010-09-1616-25/+37
* Add support for webkit ValueChanged accessibility notification.ctguil@chromium.org2010-09-161-2/+1
* Make PepperModule inherit from base::SupportsWeakPtr. This is neededdumi@chromium.org2010-09-151-1/+3
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-1/+2
* 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