| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "GTK: Remove calls that no longer exist and just call the base unref." | erg@chromium.org | 2012-02-29 | 1 | -2/+2 |
* | Add createSnapshotFile API for DumpRenderTree | kinuko@chromium.org | 2012-02-29 | 2 | -0/+36 |
* | roll skia to 3278 | reed@google.com | 2012-02-29 | 1 | -0/+4 |
* | Don't infobar pdf viewer and google talk plugin. | bauerb@chromium.org | 2012-02-29 | 1 | -7/+15 |
* | Adds a printing proxy and example. This adds a printing example. | brettw@chromium.org | 2012-02-29 | 1 | -5/+1 |
* | Added entry removal support to remote file system operation. | zelidrag@chromium.org | 2012-02-29 | 3 | -5/+19 |
* | Implemented Clear() functionality in the clipboard. | raymes@chromium.org | 2012-02-29 | 4 | -5/+13 |
* | Revert 124106, turns memory bots red across the bord (linux, cros). | thakis@chromium.org | 2012-02-29 | 7 | -59/+19 |
* | Reviving once-deprecated FileSystemFileUtilProxy methods just for the sake of... | kinuko@chromium.org | 2012-02-29 | 4 | -128/+228 |
* | PPAPI: Really force-free NPObjects on Instance destruction. | dmichael@chromium.org | 2012-02-29 | 7 | -19/+59 |
* | Fix uninitialized memory access in dom_storage_database_unittest. | adamk@chromium.org | 2012-02-29 | 3 | -9/+13 |
* | Updating XTBs based on .GRDs from branch 1025 | karen@chromium.org | 2012-02-29 | 52 | -791/+48 |
* | chromeos: Add logging to pepper plugin loading. | xiyuan@chromium.org | 2012-02-28 | 1 | -0/+6 |
* | Work around CancelableCompletionCallback threading restrictions. | michaeln@google.com | 2012-02-28 | 2 | -10/+21 |
* | Calc USB scancodes for key events (linux only for now) | garykac@chromium.org | 2012-02-28 | 5 | -3/+145 |
* | Cleanup: add DidQueryQuotaAndUsage method to do the common after-query-quota ... | kinuko@chromium.org | 2012-02-28 | 2 | -121/+115 |
* | Delete empty dom storage databases on destruction. | benm@chromium.org | 2012-02-28 | 3 | -2/+82 |
* | (2nd try) Adding CreateSnapshotFile interface to FileSystemOperationInterface | kinuko@chromium.org | 2012-02-28 | 6 | -1/+128 |
* | Avoid a DCHECK during navigate-away from a video being HW-rendered. | fischman@chromium.org | 2012-02-28 | 1 | -6/+10 |
* | - Raise the total JIT cap 128mb. | jschuh@chromium.org | 2012-02-28 | 1 | -16/+57 |
* | Revert 123852 - Calc USB scancodes for key events (linux only for now) | garykac@chromium.org | 2012-02-28 | 5 | -143/+3 |
* | Revert 123864 - Adding CreateSnapshotFile interface to FileSystemOperationInt... | kinuko@chromium.org | 2012-02-28 | 4 | -119/+0 |
* | Adding CreateSnapshotFile interface to FileSystemOperationInterface | kinuko@chromium.org | 2012-02-28 | 4 | -0/+119 |
* | SPDY - chrome:loadtimes() should display negotiated NPN protocol. | rtenneti@chromium.org | 2012-02-28 | 5 | -1/+64 |
* | Calc USB scancodes for key events (linux only for now) | garykac@chromium.org | 2012-02-28 | 5 | -3/+143 |
* | Match methods order in file_system_operation.cc with .h | kinuko@chromium.org | 2012-02-28 | 2 | -176/+182 |
* | Fix up SequencedWorkerPool in preparation for making it a TaskRunner | akalin@chromium.org | 2012-02-27 | 4 | -2/+7 |
* | Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move | kinuko@chromium.org | 2012-02-27 | 24 | -410/+552 |
* | Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i... | jam@chromium.org | 2012-02-27 | 5 | -20/+16 |
* | Revert 123771 - Refactor out foreground_help to fix BringBrowserWindowToFront... | scottbyer@chromium.org | 2012-02-27 | 3 | -3/+97 |
* | Refactor out foreground_help to fix BringBrowserWindowToFront on Windows | scottbyer@chromium.org | 2012-02-27 | 3 | -97/+3 |
* | Whitelist Google Talk plug-in when turning on click-to-play. | bauerb@chromium.org | 2012-02-27 | 1 | -13/+28 |
* | Hook up DomStorageArea with a DomStorageDatabase. Uses DomStorageTaskRunner t... | benm@chromium.org | 2012-02-27 | 8 | -35/+290 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -0/+11 |
* | Separate out the broker from the pepper dispatcher. | brettw@chromium.org | 2012-02-26 | 7 | -16/+15 |
* | Revert 123696 - Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -11/+1 |
* | Add Pepper support for several GL extensions | jbauman@chromium.org | 2012-02-26 | 1 | -1/+11 |
* | Move src/dest info out of FileSystemOperationContext | kinuko@chromium.org | 2012-02-26 | 33 | -1264/+1247 |
* | Split out the pepper audio delegates. | brettw@chromium.org | 2012-02-25 | 5 | -17/+20 |
* | Add a switch for enabling threaded animation. | vollick@chromium.org | 2012-02-25 | 2 | -0/+4 |
* | Modified the flash cipboard interface to add html clipboard support. | raymes@chromium.org | 2012-02-24 | 6 | -63/+186 |
* | Raise JIT cap and reduce scope of monitored page types | jschuh@chromium.org | 2012-02-24 | 2 | -38/+4 |
* | Add media fullscreen button resource for android | qinmin@chromium.org | 2012-02-24 | 3 | -0/+6 |
* | Wired remote file system operation with CrosMountPointProvider. | zelidrag@chromium.org | 2012-02-24 | 12 | -80/+496 |
* | Revert 123362 - Revert 123177 - Significant refreshing of plug-in versions, e... | cevans@chromium.org | 2012-02-24 | 1 | -17/+27 |
* | Removing misleading thread-related comment in QuotaManager. | kinuko@chromium.org | 2012-02-24 | 1 | -2/+0 |
* | Revert 123177 - Significant refreshing of plug-in versions, etc. Also included: | cevans@chromium.org | 2012-02-23 | 1 | -27/+17 |
* | Remove dead WebGraphicsContext3D initialization code | jamesr@chromium.org | 2012-02-23 | 9 | -97/+51 |
* | Allow last character of password to be displayed for Android. | cramya@chromium.org | 2012-02-23 | 2 | -0/+3 |
* | Add texture target field to video frame (for use by native textures). | sievers@chromium.org | 2012-02-23 | 2 | -2/+9 |