summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Avoid having every frame of a multipart response create a newtony@chromium.org2010-03-043-1/+42
* Initial change for DumpRrenderTree support librarytkent@google.com2010-03-042-1/+2
* Revert "Avoid having every frame of a multipart response create a"tony@chromium.org2010-03-043-42/+1
* Avoid having every frame of a multipart response create atony@chromium.org2010-03-043-1/+42
* Replace a call to settings->setDatabasesEnabled [which is about to go away] withericu@google.com2010-03-041-1/+1
* Use UpdateDummyWindowBounds to do the initial Carbon plugin window setupstuartmorgan@chromium.org2010-03-031-3/+1
* Fix low quality scaling of <video> on machclam@chromium.org2010-03-031-5/+23
* Revert 40490 - Make the pepper 2D flush callback actually function as adverti...brettw@chromium.org2010-03-032-17/+0
* Make the pepper 2D flush callback actually function as advertised. It will nowbrettw@chromium.org2010-03-032-0/+17
* String translations from TCoritm@google.com2010-03-031-2/+2
* Don't store the submit element on the FormData structure as it's no longer used.jhawkins@chromium.org2010-03-032-5/+1
* Rename FakePluginWindowTrackerstuartmorgan@chromium.org2010-03-024-68/+68
* Note: I'm reverting it to see if it fixes all the dromaeo_test failures.jam@chromium.org2010-03-021-51/+5
* Fixes to 10.6 port of GPU plugin after recent backport to 10.5 andkbr@google.com2010-03-021-1/+2
* Implement FormManager::LabelForElement and use this to store the field labels.jhawkins@chromium.org2010-03-021-12/+5
* Specify the first-party-for-cookies URL for HTTP requestswtc@chromium.org2010-03-021-2/+6
* Check for Carbon Mac plugin destruction after each GetNextEvent cyclestuartmorgan@chromium.org2010-03-011-31/+27
* Fix formatting nits.wtc@chromium.org2010-02-272-2/+2
* Estimate the renderer working set on Linux. This is less expensive and works ...thestig@chromium.org2010-02-261-5/+51
* Initial work for cross-process video rendering using layers.scherkus@chromium.org2010-02-265-34/+118
* Remove unused methods.darin@chromium.org2010-02-262-17/+0
* Call NPP_SetWindow immediately on initialization for Mac QuickTimestuartmorgan@chromium.org2010-02-261-0/+6
* Remove submit handling in FillFormImpl. The one caller passes false to |subm...jhawkins@chromium.org2010-02-251-16/+5
* Don't unload RealPlayer in the plugin process on the Macstuartmorgan@chromium.org2010-02-251-2/+3
* Implement WebCookieJar.darin@chromium.org2010-02-252-3/+29
* Solaris: first set of patches to make WebKit build on Solaris.evan@chromium.org2010-02-251-1/+1
* Remove ViewMsg_FormFill and the underlying implementation FillForm which are ...jhawkins@chromium.org2010-02-242-26/+7
* Move nphostapi.h to be with the rest of the NPAPI headers.jam@chromium.org2010-02-246-324/+13
* Landing Chris Guillory CL.jcampan@chromium.org2010-02-242-30/+33
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-234-25/+106
* Remove usages of obsolete WebSettings::setGeolocation so it can be removed fr...joth@chromium.org2010-02-232-6/+0
* Avoid unnecessary restarts of the webkit shared timer, and when restarting, usedarin@chromium.org2010-02-232-2/+6
* Linux: correctly handle single byte value for NPPVpluginNeedsXEmbed.craig.schlenter@chromium.org2010-02-221-3/+3
* AutoFill forms. We do this by responding to a message from WebKit which send...jhawkins@chromium.org2010-02-201-2/+5
* Disable the "Copy Image" context menu option when the user right-clicks a blo...pkasting@chromium.org2010-02-201-0/+4
* Fix cliprect handling for Mac plugins in hidden tabs/windowsstuartmorgan@chromium.org2010-02-191-3/+3
* Adding command line flag (--show-composited-render-layers) to enable the show...vangelis@chromium.org2010-02-192-4/+7
* Protect against re-entering OnThrottleMessage thru CallWindowProc.darin@chromium.org2010-02-191-16/+24
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-1912-8/+18
* Flip the "unique file:// URI origin" flag to on. Add thecevans@chromium.org2010-02-181-1/+1
* Chromium plumbing for new file:// security flag, including test_shell support.cevans@chromium.org2010-02-182-0/+3
* Modal loops of joy.darin@chromium.org2010-02-182-8/+25
* Send suggestions from the AutoFillManager to the AutoFillSuggestionsPopup in ...jhawkins@chromium.org2010-02-182-0/+19
* Revert 39287 - Chromium pieces to use the WebKit support for isolation file:/...cevans@chromium.org2010-02-182-3/+0
* Revert 39300 - Turn off new secure file:// flag.cevans@chromium.org2010-02-181-1/+1
* Turn off new secure file:// flag.cevans@chromium.org2010-02-171-1/+1
* Chromium pieces to use the WebKit support for isolation file:// documents incevans@chromium.org2010-02-172-0/+3
* Use better web app icons.xiyuan@chromium.org2010-02-171-2/+8
* Implement layoutTestController.numberOfPages.hamaji@chromium.org2010-02-172-0/+14
* Pass the right argument when fixing up stale plugin location on the Macstuartmorgan@chromium.org2010-02-171-1/+1