summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* WebKit revision 120360 changed chromium so that we don't need to have a layer...vollick@google.com2012-09-141-0/+35
* Added ScopedMediaDeviceMapEntry class in MediaFileSystemRegistry to support m...kmadhusu@chromium.org2012-09-142-10/+6
* Remove deprecated gfx::Image::operator NSImage*().rsesek@chromium.org2012-09-141-3/+3
* Exposed CopyInForeignFile to LocalFileSystemOperation. Also added positive an...calvinlo@chromium.org2012-09-147-4/+126
* Fix crash in CdmWrapper::Decrypt when there are no sub samples.tomfinegan@chromium.org2012-09-141-5/+12
* Remove PPAPI dependency on 'net'.bbudge@chromium.org2012-09-131-1/+1
* Add plumbing to add highlight flag to about:flags, disable by defaultwjmaclean@google.com2012-09-131-1/+1
* Moving from from using WebFrame::name to WebFrame::uniqueNamenasko@chromium.org2012-09-131-2/+2
* Add more cc OWNERSjamesr@chromium.org2012-09-131-0/+2
* Add syncable filesystem/storage typekinuko@chromium.org2012-09-1314-47/+364
* Tweak cc gyps to work in a pure WebKit checkoutjamesr@chromium.org2012-09-131-9/+8
* Finish renaming of webkit_resources.pak to webkit_resources_100_percent.pakharrym@chromium.org2012-09-131-2/+0
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-132-38/+31
* Move ChunkDemuxer handling from WMPProxy to WMPI and remove ChunkDemuxerClientacolwell@chromium.org2012-09-126-147/+56
* Ignore "range" parameter in Android FlingAnimatorhusky@chromium.org2012-09-121-4/+8
* Enable cc_unittests in component buildjamesr@chromium.org2012-09-121-2/+3
* Support custom cursors for windowless plugins on Windows Aura.jam@chromium.org2012-09-124-49/+60
* Add LocalFileChangeTracker and basic classes for synckinuko@chromium.org2012-09-1213-1/+946
* Build the user_agent target for iOSstuartmorgan@chromium.org2012-09-123-50/+251
* Refactor webkit/fileapi/media code to support mtp device communication.kmadhusu@chromium.org2012-09-1211-356/+167
* Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiersraymes@chromium.org2012-09-111-0/+6
* Don't invert fling velocity on Android.husky@chromium.org2012-09-111-1/+2
* Move ash specific cursor code to CursorManager.mazda@chromium.org2012-09-111-1/+1
* Remove all support for the Carbon NPAPI event modelstuartmorgan@chromium.org2012-09-117-745/+97
* Initial NPAPI plugin support in Win Aura.jam@chromium.org2012-09-113-14/+20
* Add <(SHARED_INTERMEDIATE_DIR)/webkit to webkit_compositor_support target to ...jamesr@chromium.org2012-09-111-0/+1
* Added PlatformFileError param to FileSystemMountPointProvider::CreateFileSyst...kmadhusu@chromium.org2012-09-1110-14/+29
* Switch the NPAPI test plugin to the Cocoa event modelstuartmorgan@chromium.org2012-09-1111-21/+36
* Remove UA spoofing for Mac Silverlight 4stuartmorgan@chromium.org2012-09-111-14/+0
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-3/+1
* Rewrite media::Pipeline state transition machinery and simplify shutdown.scherkus@chromium.org2012-09-111-1/+0
* Chromium side of "consolidate two-phase connection to avoid race conditions".jsbell@chromium.org2012-09-111-0/+12
* Fix cc gyp files up for static linkingjamesr@chromium.org2012-09-113-19/+8
* Don't depend on WEBKIT_IMPLEMENTATION guarded geometry conversion c'torsjamesr@chromium.org2012-09-119-31/+119
* Avoid using WTF threading code in ccjamesr@chromium.org2012-09-103-16/+34
* Use std::string instead of WTF::String / TextStreamjamesr@chromium.org2012-09-101-1/+5
* Retry: adding Comparator to FileSystemURLkinuko@chromium.org2012-09-103-0/+47
* Adds localized strings for accessibility of multiple field date time input UI.yosin@chromium.org2012-09-102-0/+60
* Split user agent code out of the 'glue' targetstuartmorgan@chromium.org2012-09-1022-262/+369
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-103-33/+3
* Allows GetExtensionsForMimeType to support mime types like "foo/*"thorogood@chromium.org2012-09-101-3/+3
* Update callers of CreateFileSystemOperation so more detailed error codes can ...calvinlo@chromium.org2012-09-1012-24/+57
* Add FileChangeObserver to track changes in local file systemkinuko@chromium.org2012-09-099-8/+403
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-1/+3
* Make sure that AppCache tests subresource URLrequests against NETWORK whitelistvabr@chromium.org2012-09-082-1/+9
* Update cc snapshot to r127918jamesr@chromium.org2012-09-0819-196/+226
* Remove static variables from HttpStreamFactory.szager@chromium.org2012-09-071-15/+15
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-3/+1
* webkit: Resolve blob elements early in ResourceRequestBody::ResolveElementsAn...hashimoto@chromium.org2012-09-072-30/+23
* Remove the HANDLED_EXTERNALLY status code.mkosiba@chromium.org2012-09-074-37/+31