summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Check that GetInterface() is called on the main thread.ddorwin@chromium.org2011-04-141-0/+3
* Fix clang error.ddorwin@chromium.org2011-04-141-1/+1
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-147-14/+31
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-1316-56/+60
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-1326-434/+325
* WebKit roll 83605:83731caseq@google.com2011-04-131-9/+0
* Suppress login prompting for favicons.asanka@chromium.org2011-04-138-22/+46
* Fixed a typo in test names.caseq@google.com2011-04-131-2/+2
* Extract a recursive copy function as a shared and non-virtual function.dmikurube@chromium.org2011-04-132-11/+152
* Temporary suppress 7 SVG tests pending rebaseline upstream.caseq@google.com2011-04-131-0/+9
* Fix FileSystemOperationTest for writing operations to avoid conflicting class...dmikurube@chromium.org2011-04-132-35/+41
* Now that both V8 and WebKit changes are rolled remove custom expectationsyurys@chromium.org2011-04-131-5/+0
* Add webkit/quota/OWNERS filekinuko@chromium.org2011-04-131-0/+2
* Nonelaforge@chromium.org2011-04-131-0/+5
* Nonelaforge@chromium.org2011-04-1310-20/+55
* Fix the incorrect method name override.jbates@chromium.org2011-04-132-4/+4
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-126-121/+154
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-1226-325/+434
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-1226-434/+325
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-123-3/+28
* Chrome side needed for WebKit change to move the little remaining spellcheck ...jam@chromium.org2011-04-121-0/+8
* step 3 of native theme refactoringrogerta@chromium.org2011-04-121-7/+351
* Fix download path for RealPlayer.cevans@chromium.org2011-04-121-1/+1
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-1117-46/+41
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-14/+11
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-117-6/+20
* Eliminate skia::PlatformCanvas - Step 1 (linux)alokp@chromium.org2011-04-111-3/+3
* Modify tests for FileSystemOperation to test directory-in-directory.dmikurube@chromium.org2011-04-111-6/+20
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-0/+4
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-1123-301/+416
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-0923-416/+301
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-084-13/+13
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-0823-307/+424
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-0823-424/+307
* Build fix: provide dummy implementation of abstract method.varunjain@chromium.org2011-04-082-0/+6
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-0815-98/+148
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-0810-49/+48
* Suppress a couple of layout tests before V8 change is rolledyurys@chromium.org2011-04-081-0/+5
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-084-0/+158
* WebKit roll 83268:83274tkent@chromium.org2011-04-081-0/+4
* Remove identity from dragTargetDragEnter() call sites.noel.gordon@gmail.com2011-04-081-2/+2
* WebKit roll 83262:83268tkent@chromium.org2011-04-081-12/+0
* WebKit roll 83210:83262tkent@chromium.org2011-04-081-0/+8
* Remove unneeded v8 lockers from idb_bindings.cc.aa@chromium.org2011-04-081-3/+0
* Fix endianness issue in MockWebClipboardImpl PNG encoding.dcheng@chromium.org2011-04-081-1/+2
* Fix clang build error.dcheng@chromium.org2011-04-072-0/+9
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-079-4/+230
* Implement mock Clipboard::readImage() for WebKit layout tests.dcheng@chromium.org2011-04-072-4/+53
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-072-11/+8
* Step 2 in refactoring NativeThemeWinrogerta@chromium.org2011-04-071-31/+31