summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Swallow context menu events dispatched to a NPAPI plugin so thatdarin@chromium.org2010-07-221-0/+4
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-2213-16/+80
* AutoFill: Record whether the user initiated the form submission and don't sav...jhawkins@chromium.org2010-07-221-0/+3
* Fix for: State in small letters should be auto-filled from the profile.jhawkins@chromium.org2010-07-212-0/+23
* Changed type CookieList to being a vector CanonicalCookies.rdsmith@google.com2010-07-211-3/+2
* De-coupled resource references by plugin from Resource object's refcount. Mad...neb@chromium.org2010-07-2019-194/+220
* Pepper: Make AppendDataToBody() not append empty data.viettrungluu@chromium.org2010-07-201-1/+2
* Fix an unitialized read in a unit test to appease valgrindthakis@chromium.org2010-07-202-5/+1
* Add click-to-load functionality for blocked plugins.bauerb@chromium.org2010-07-193-0/+251
* Introduce "--enable-memory-info" command-line flag to enable reportingmnaganov@chromium.org2010-07-192-1/+6
* Implement WebFileSystemImpl::directoryName. This is needed for directory upl...johnnyg@chromium.org2010-07-171-2/+2
* Avoid flashing when resizing plugins that use PaintManager. Copy the bitmap ...jam@chromium.org2010-07-172-0/+22
* Code review followups by Darinjam@chromium.org2010-07-172-3/+3
* Add third_party/ prefix to ppapi include for checkdeps.ajwong@chromium.org2010-07-161-1/+1
* file_util: deprecate remaining wstring functionsevan@chromium.org2010-07-161-1/+8
* Add private Pepper v2 API to get localized strings.jam@chromium.org2010-07-166-0/+93
* Separate the PasswordManagerDelegate out of PasswordManager.erg@chromium.org2010-07-167-30/+41
* AutoFill: Use unique IDs to identify the profile or credit card to fill.jhawkins@chromium.org2010-07-161-1/+3
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-163-6/+78
* Remove more definitions from header files.erg@chromium.org2010-07-161-0/+2
* Revert r52688 to fix build bustage.darin@chromium.org2010-07-163-78/+6
* Implement some of URLResponseInfo properties.darin@chromium.org2010-07-163-6/+78
* DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...pfeldman@chromium.org2010-07-163-1/+7
* Update gyp for chromium multi dll buildvictorw@chromium.org2010-07-161-0/+8
* Implement spin buttons for <input type=number>tkent@chromium.org2010-07-162-0/+15
* Fix PDF files not loading at times with Acrobat Reader. This only happens in ...ananta@chromium.org2010-07-162-10/+22
* Load Pepper v2 internal pdf plugin.jam@chromium.org2010-07-162-14/+1
* Video Buffering: Caches data to disk when paused (resubmit)vrk@google.com2010-07-153-5/+209
* Added support for printing of Pepper v2 plugins.sanjeevr@chromium.org2010-07-159-1/+459
* SerializerTests.SerializeHTMLDOMWithNonStandardEntitiesojan@google.com2010-07-151-4/+1
* Attempt four at landing the "histogram.h removed from message_loop.h" patch.erg@chromium.org2010-07-152-0/+2
* Linux: Implement WebCursorInfo::TypeNone (i.e., invisible) cursor.viettrungluu@chromium.org2010-07-151-1/+27
* Add support for POST requests and custom request headers.darin@chromium.org2010-07-156-26/+143
* Implement scrolling in Pepper. This does simple scrolling of the backing storebrettw@chromium.org2010-07-151-1/+4
* media: refactoring video_render_base to recycle buffersjiesun@google.com2010-07-141-4/+14
* linux: use some more GDK_ cursor constants for panning cursorsevan@chromium.org2010-07-141-12/+12
* Revert everything related to the relanding.erg@chromium.org2010-07-142-2/+0
* Take out temporary code now that WebKit plugin change is rolled.jam@chromium.org2010-07-144-39/+0
* Reland r52336.erg@chromium.org2010-07-142-0/+2
* Hookup pepper v2 zoom interface.jam@chromium.org2010-07-142-5/+22
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-1/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+1
* DevTools: provide network log details to the WebCore's InspectorController.pfeldman@chromium.org2010-07-143-0/+108
* Fix wording of "plug-in".bauerb@chromium.org2010-07-141-13/+13
* Fix some uninitialize variables that caused the URLLoader test todarin@chromium.org2010-07-141-1/+3
* Fix pepper v2 find implementation.jam@chromium.org2010-07-132-15/+20
* add find hookupwjia@google.com2010-07-123-5/+67
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-122-0/+31
* Add focus-loss messages for Windows and Linux pluginsstuartmorgan@chromium.org2010-07-122-6/+2
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-107-14/+37