| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a hard limit for Flash JIT pages | jschuh@chromium.org | 2012-02-23 | 1 | -7/+10 |
* | iCleanup: Delete a bunch of empty directories, part 4. | thestig@chromium.org | 2012-02-23 | 1 | -4/+0 |
* | Significant refreshing of plug-in versions, etc. Also included: | cevans@chromium.org | 2012-02-23 | 1 | -17/+27 |
* | Infobar the Mac DivX Web Player plugin. | asvitkine@chromium.org | 2012-02-23 | 1 | -0/+6 |
* | Fix bad indent in WebDropData. | dcheng@chromium.org | 2012-02-23 | 1 | -9/+9 |
* | Remove usage of a deprecated TestServer constructor. | erikwright@chromium.org | 2012-02-22 | 1 | -1/+2 |
* | Track DomStorageMap usage and enforce a quota on byte size. | benm@chromium.org | 2012-02-22 | 5 | -20/+116 |
* | Exposed Listen and Accept methods to in-process plugins. | ygorshenin@chromium.org | 2012-02-22 | 11 | -5/+222 |
* | Have ScopedClipboardWriter and Clipboard::WriteObjects take a buffer parameter. | peter@pcc.me.uk | 2012-02-22 | 1 | -1/+2 |