summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Webkit now disables CSS3 regions at runtime by default. This change allows re...matthewrobertson03@gmail.com2012-03-012-1/+5
* Check file permissions before doing filesystemoperations for external filesys...tbarzic@chromium.org2012-03-015-0/+27
* Integrate the new dom_storage backend into chromium DRT and test_shell.michaeln@google.com2012-03-0114-11/+330
* Turn the knobs on the JIT capjschuh@chromium.org2012-03-011-2/+2
* DCHECK sets a variable, instead of comparingmmaxfield@google.com2012-03-011-2/+2
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-2915-181/+206
* Revert "GTK: Remove calls that no longer exist and just call the base unref."erg@chromium.org2012-02-291-2/+2
* Add createSnapshotFile API for DumpRenderTreekinuko@chromium.org2012-02-292-0/+36
* roll skia to 3278reed@google.com2012-02-291-0/+4
* Don't infobar pdf viewer and google talk plugin.bauerb@chromium.org2012-02-291-7/+15
* Adds a printing proxy and example. This adds a printing example.brettw@chromium.org2012-02-291-5/+1
* Added entry removal support to remote file system operation.zelidrag@chromium.org2012-02-293-5/+19
* Implemented Clear() functionality in the clipboard. raymes@chromium.org2012-02-294-5/+13
* Revert 124106, turns memory bots red across the bord (linux, cros).thakis@chromium.org2012-02-297-59/+19
* Reviving once-deprecated FileSystemFileUtilProxy methods just for the sake of...kinuko@chromium.org2012-02-294-128/+228
* PPAPI: Really force-free NPObjects on Instance destruction.dmichael@chromium.org2012-02-297-19/+59
* Fix uninitialized memory access in dom_storage_database_unittest.adamk@chromium.org2012-02-293-9/+13
* Updating XTBs based on .GRDs from branch 1025karen@chromium.org2012-02-2952-791/+48
* chromeos: Add logging to pepper plugin loading.xiyuan@chromium.org2012-02-281-0/+6
* Work around CancelableCompletionCallback threading restrictions.michaeln@google.com2012-02-282-10/+21
* Calc USB scancodes for key events (linux only for now)garykac@chromium.org2012-02-285-3/+145
* Cleanup: add DidQueryQuotaAndUsage method to do the common after-query-quota ...kinuko@chromium.org2012-02-282-121/+115
* Delete empty dom storage databases on destruction.benm@chromium.org2012-02-283-2/+82
* (2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterfacekinuko@chromium.org2012-02-286-1/+128
* Avoid a DCHECK during navigate-away from a video being HW-rendered.fischman@chromium.org2012-02-281-6/+10
* - Raise the total JIT cap 128mb.jschuh@chromium.org2012-02-281-16/+57
* Revert 123852 - Calc USB scancodes for key events (linux only for now)garykac@chromium.org2012-02-285-143/+3
* Revert 123864 - Adding CreateSnapshotFile interface to FileSystemOperationInt...kinuko@chromium.org2012-02-284-119/+0
* Adding CreateSnapshotFile interface to FileSystemOperationInterfacekinuko@chromium.org2012-02-284-0/+119
* SPDY - chrome:loadtimes() should display negotiated NPN protocol.rtenneti@chromium.org2012-02-285-1/+64
* Calc USB scancodes for key events (linux only for now)garykac@chromium.org2012-02-285-3/+143
* Match methods order in file_system_operation.cc with .hkinuko@chromium.org2012-02-282-176/+182
* Fix up SequencedWorkerPool in preparation for making it a TaskRunnerakalin@chromium.org2012-02-274-2/+7
* Introduce CrossFileUtilHelper for cross-FileUtil Copy/Movekinuko@chromium.org2012-02-2724-410/+552
* Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i...jam@chromium.org2012-02-275-20/+16
* Revert 123771 - Refactor out foreground_help to fix BringBrowserWindowToFront...scottbyer@chromium.org2012-02-273-3/+97
* Refactor out foreground_help to fix BringBrowserWindowToFront on Windowsscottbyer@chromium.org2012-02-273-97/+3
* Whitelist Google Talk plug-in when turning on click-to-play.bauerb@chromium.org2012-02-271-13/+28
* Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t...benm@chromium.org2012-02-278-35/+290
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-0/+11
* Separate out the broker from the pepper dispatcher.brettw@chromium.org2012-02-267-16/+15
* Revert 123696 - Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-11/+1
* Add Pepper support for several GL extensionsjbauman@chromium.org2012-02-261-1/+11
* Move src/dest info out of FileSystemOperationContextkinuko@chromium.org2012-02-2633-1264/+1247
* Split out the pepper audio delegates.brettw@chromium.org2012-02-255-17/+20
* Add a switch for enabling threaded animation.vollick@chromium.org2012-02-252-0/+4
* Modified the flash cipboard interface to add html clipboard support.raymes@chromium.org2012-02-246-63/+186
* Raise JIT cap and reduce scope of monitored page typesjschuh@chromium.org2012-02-242-38/+4
* Add media fullscreen button resource for androidqinmin@chromium.org2012-02-243-0/+6
* Wired remote file system operation with CrosMountPointProvider. zelidrag@chromium.org2012-02-2412-80/+496