summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Revert r78134+r78136dcheng@chromium.org2011-03-153-15/+0
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-153-0/+15
* DemuxerFactory is born!fischman@chromium.org2011-03-141-4/+5
* A small set of related fixes:satish@chromium.org2011-03-141-0/+0
* Refactoring code to use factories to create DataSource objects.acolwell@chromium.org2011-03-1413-196/+554
* Fix handling of case where the same AccessibilityObject appears as admazzoni@chromium.org2011-03-142-9/+12
* Remove Gears from Chrome.aa@chromium.org2011-03-113-17/+2
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+2
* Remove obsolete webpasswordautocompletelistener filesisherman@chromium.org2011-03-114-658/+0
* Remove the silly notion of MIME types from media code.scherkus@chromium.org2011-03-093-6/+2
* Make View frame source work for POST results.pfeldman@chromium.org2011-03-092-0/+10
* Browser accessibility improvements so that screen readers can access moredmazzoni@chromium.org2011-03-082-9/+28
* Make FormField be a struct rather than a class per c++ standards.tsepez@chromium.org2011-03-083-78/+51
* Revert 77296 - zea@chromium.org2011-03-083-51/+78
* Convert autofill messages to use the new IPC macros. This requirestsepez@chromium.org2011-03-083-78/+51
* Reland r76840 with fix for webkit_gpu dependencies.apatrick@chromium.org2011-03-081-5/+0
* Add command line switches and about:flag to enable FPS indicator and composit...nduca@chromium.org2011-03-072-0/+11
* Fix dbg-shlib build by removing dependency on webkit_glue from content\common.jam@chromium.org2011-03-071-4/+0
* Move ResourceDispatcher to content. I've moved the Chrome-specific SecurityF...jam@chromium.org2011-03-071-8/+0
* Cleaning up src/media to be consistent with static versus anonymous namespaces.scherkus@chromium.org2011-03-076-68/+43
* Add 64-bit Windows tokens to the UA string. This parallels https://bugs.webk...pkasting@chromium.org2011-03-051-2/+21
* Update translations using strings from launchpad.net r141tony@chromium.org2011-03-052-0/+2
* New assets for PDF progress control. Added asset for drop shadow.gene@chromium.org2011-03-0412-0/+1
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-042-1/+5
* Get rid of the extension dependency in ResourceDispatcher by calling out to a...jam@chromium.org2011-03-041-0/+8
* Take out the is_content_filtered bool that gets passed around betwen renderer...jam@chromium.org2011-03-042-11/+5
* Pepper/Flapper: Add very basic clipboard support.viettrungluu@chromium.org2011-03-041-0/+2
* Revert 76840 - Removed GPU plugin.jcivelli@chromium.org2011-03-041-0/+5
* Removed GPU plugin.apatrick@chromium.org2011-03-031-5/+0
* Adding resources for PDF loading progress control.gene@chromium.org2011-03-0312-0/+14
* Drop "Windows;" from the UA string. This parallels https://bugs.webkit.org/s...pkasting@chromium.org2011-03-031-8/+8
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-022-5/+1
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-022-1/+5
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-024-8/+88
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ...jamesr@chromium.org2011-03-012-5/+1
* Revert code that prevents redirecting to different origins because it breaks ...acolwell@chromium.org2011-03-014-18/+3
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-012-1/+5
* Pepper/Flapper: Refactor module-local file stuff to make it easier/nicer to a...viettrungluu@chromium.org2011-02-261-0/+2
* Properly return TYPE_MISMATCH_ERR for DirectoryExists/FileExistsadamk@chromium.org2011-02-251-2/+3
* Rename media statistics APIs to match webkit renaming.sjl@chromium.org2011-02-252-8/+8
* Make playback fail if redirected to a different origin.acolwell@chromium.org2011-02-254-35/+27
* Implemented policy to disable plugin finder.pastarmovj@chromium.org2011-02-251-3/+7
* Fix progress event not firing when load has completed.sjl@chromium.org2011-02-241-1/+5
* Increased the minimum timer interval for background tabs to 1000kbr@google.com2011-02-241-1/+1
* Drop "U;" from the UA string. This parallels https://bugs.webkit.org/show_bu...pkasting@chromium.org2011-02-241-4/+1
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-241-0/+2
* Implement cryptographicallyRandomValues to let WebKit have someabarth@chromium.org2011-02-232-2/+16
* PPB_Flash cleanup part 1: move the net connector stuff to its own files.viettrungluu@chromium.org2011-02-231-0/+2
* Drop the language tag from the UA string. This parallels https://bugs.webkit...pkasting@chromium.org2011-02-231-5/+1
* Initialize the minimum timer interval upon RenderView construction,kbr@chromium.org2011-02-231-4/+0