summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-112-3/+11
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-0810-91/+141
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-086-34/+35
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-081-0/+2
* Remove unneeded v8 lockers from idb_bindings.cc.aa@chromium.org2011-04-081-3/+0
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-071-0/+2
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+7
* Step 2 in refactoring NativeThemeWinrogerta@chromium.org2011-04-071-31/+31
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-7/+6
* Added a command-line flag to enable h/w accelerated rendering of content layers.alokp@chromium.org2011-04-072-0/+5
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-6/+7
* Fix clang build.pfeldman@chromium.org2011-04-073-3/+5
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-079-55/+16
* P2P Transport implementation.sergeyu@chromium.org2011-04-061-10/+15
* Fixed network data for data url resourcesvsevik@chromium.org2011-04-061-0/+1
* Removed bytes_received from ResourceDevToolsInfo since it is only used in dev...vsevik@chromium.org2011-04-062-3/+1
* Roll Skiabsalomon@google.com2011-04-063-0/+142
* Revert "Fixed network data for data uri resources"vsevik@chromium.org2011-04-061-17/+15
* Fixed network data for data url resourcesvsevik@chromium.org2011-04-061-15/+17
* Revert 80567 - P2P Transport implementation.TEST=Unittests.BUG=NoneReview URL...sergeyu@chromium.org2011-04-061-15/+10
* P2P Transport implementation.sergeyu@chromium.org2011-04-061-10/+15
* Implementing preload=metadata for videovrk@google.com2011-04-059-149/+229
* Use lock-free lazy initialization for static histogram referencesjar@chromium.org2011-04-051-6/+4
* Fix deadlock during player shutdown when a Seek() and an Abort() are racing.fischman@chromium.org2011-04-011-13/+7
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-319-14/+63
* Save actual transfer size for future DevTools usevsevik@chromium.org2011-03-312-2/+4
* Flag-enabled the experimental x-adaptive scheme with --enable-adaptive.fischman@chromium.org2011-03-301-0/+5
* In preparation for NativeTheme refactoring, renaming the class NativeThemerogerta@chromium.org2011-03-301-9/+9
* Standardize grit invokes (part 2)thomasvl@chromium.org2011-03-291-77/+11
* Updating XTBs based on .GRDs from branch 696karen@chromium.org2011-03-2939-4/+194
* Add chrome.benchmark routines to clear the host and predictor caches.tonyg@chromium.org2011-03-281-0/+7
* Move some files from base to base/memory.levin@chromium.org2011-03-2817-30/+30
* Add P2PTransport interface in webkit_glue.sergeyu@chromium.org2011-03-272-0/+52
* FTP: Detect the character encoding only after the entire listing is received.phajdan.jr@chromium.org2011-03-262-92/+32
* Retrieve the accessibility tree from an iframe's document in the renderer,dmazzoni@chromium.org2011-03-251-2/+8
* Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.viettrungluu@chromium.org2011-03-241-3/+8
* Update translations using strings from launchpad.net r160tony@chromium.org2011-03-231-0/+1
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-231-0/+2
* Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.nduca@chromium.org2011-03-232-1/+7
* If --disable-webgl is passed, continue to return null fromkbr@chromium.org2011-03-231-4/+2
* Revert 79149 - Build a raw video pipeline for the <video> with a special src ...acolwell@chromium.org2011-03-231-17/+8
* Move a bunch of renderer->browser messages to content.jam@chromium.org2011-03-232-2/+3
* Build a raw video pipeline for the <video> with a special src attribute (medi...acolwell@chromium.org2011-03-231-8/+17
* Remove PPB_Var interface's scripting functionality.neb@chromium.org2011-03-231-2/+0
* Revert 78992 - Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.andybons@chromium.org2011-03-221-6/+1
* Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.nduca@chromium.org2011-03-221-1/+6
* Support for '--force-compositing-mode', see WebKit bug 56156sievers@google.com2011-03-212-2/+7
* Hook up the sad plugin painting and the crashed plugin infobars forbrettw@chromium.org2011-03-191-0/+2
* Use PipelineStatusNotification instead of a condvar for pipeline stopping.fischman@chromium.org2011-03-172-16/+4