| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old filesystem naming restrictions, as per the new spec. | ericu@google.com | 2011-05-28 | 2 | -50/+65 |
* | Code to turn on obfuscated filesystems for all, and to migrate all existing u... | ericu@google.com | 2011-05-28 | 13 | -244/+729 |
* | WebKit roll 87521:87572. | adamk@chromium.org | 2011-05-27 | 1 | -0/+3 |
* | Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system. | brettw@chromium.org | 2011-05-27 | 17 | -277/+331 |
* | Add a new function to run and claer a completion callback. This is a common | brettw@chromium.org | 2011-05-27 | 2 | -18/+6 |
* | Moving mediaplayer to the chrome filebrowser. Observable behaviour should not... | serya@google.com | 2011-05-27 | 3 | -1/+21 |
* | Fix quota manager's usage tracking for a new origin | kinuko@chromium.org | 2011-05-27 | 3 | -48/+33 |
* | ChromiumOS build fix attempt for 86988 | kinuko@chromium.org | 2011-05-27 | 1 | -1/+2 |
* | Resubmitting 86978 - Fix FileWriterDelegate's usage tracking behavior | kinuko@chromium.org | 2011-05-27 | 6 | -124/+343 |
* | Revert 86978 - Fix FileWriterDelegate's usage tracking behavior | kinuko@chromium.org | 2011-05-27 | 6 | -345/+121 |
* | Fix FileWriterDelegate's usage tracking behavior | kinuko@chromium.org | 2011-05-27 | 6 | -121/+345 |
* | Ensure the filter for GetSaveFileName on Windows is double NULL terminated. | rsleevi@chromium.org | 2011-05-27 | 1 | -1/+1 |
* | Test expectations suppressions after r86944 enabled | adamk@chromium.org | 2011-05-27 | 1 | -0/+4 |
* | Implement Chromium version of WebCore::MediaPlayer::mediaTimeForTimeValue() | acolwell@chromium.org | 2011-05-26 | 2 | -0/+6 |
* | Add new PDF plugin resources for print preview. | thestig@chromium.org | 2011-05-26 | 5 | -1/+8 |
* | Preserves NPObject identity for objects created in a plugin and passed to Jav... | jam@chromium.org | 2011-05-26 | 4 | -0/+117 |
* | More WebSQLDatabase and QuotaManager integration. | michaeln@google.com | 2011-05-26 | 9 | -274/+168 |
* | Use the WebKit default fonts when specifying generic font families. | brettw@chromium.org | 2011-05-26 | 6 | -8/+73 |
* | Remove stale test expectations for now-passing tests. | adamk@chromium.org | 2011-05-26 | 1 | -10/+0 |
* | [Re-instate r86681 by reverting its revert in r86687.] | fischman@chromium.org | 2011-05-26 | 1 | -5/+5 |
* | Fix up PathProvider on the Mac for FILE_MODULE. | dmaclach@chromium.org | 2011-05-26 | 1 | -10/+2 |
* | Fix the invalid read in QuotaTemporaryStorageEvictorTest at r86597. | dmikurube@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Add Dump{Quota,LastAccessTime}Table to QuotaManager | tzik@chromium.org | 2011-05-26 | 5 | -1/+227 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-26 | 13 | -32/+29 |
* | Apply third party cookie blocking to all kinds of cookies | jochen@chromium.org | 2011-05-26 | 1 | -1/+1 |
* | Leak fix in FileSystemOperationUnitTest. | kinuko@chromium.org | 2011-05-26 | 1 | -2/+24 |
* | Removes obsolete code in WebPluginDelegateImpl. | hbono@chromium.org | 2011-05-26 | 2 | -27/+0 |
* | WebKit roll 87314:87341. | adamk@chromium.org | 2011-05-26 | 1 | -14/+0 |
* | Enable cross-filesystem moves and copies. | ericu@chromium.org | 2011-05-26 | 11 | -75/+485 |
* | Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ... | chromium@hybridsource.org | 2011-05-25 | 6 | -20/+13 |
* | Add temporary suppressions of a few svg tests while we wait for rebaselines. | adamk@chromium.org | 2011-05-25 | 1 | -0/+5 |
* | WebKit roll 87266:87314. | adamk@chromium.org | 2011-05-25 | 1 | -8/+9 |
* | Add initialization callback support for Video Decoder PPAPI. | vrk@google.com | 2011-05-25 | 2 | -4/+21 |
* | Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the... | fischman@chromium.org | 2011-05-25 | 1 | -5/+5 |
* | Updated OMX decoder for recent PPAPI changes, and added to the build. | fischman@chromium.org | 2011-05-25 | 1 | -5/+5 |
* | ppapi: Work around a compiler bug where the PPP_Printing_Dev struct is not ze... | thestig@chromium.org | 2011-05-25 | 1 | -1/+4 |
* | Add Skia to CG adapter for plugins. | caryclark@chromium.org | 2011-05-25 | 5 | -13/+45 |
* | Revert 86625 - This change implements a first pass in the effort to remove th... | vandebo@chromium.org | 2011-05-25 | 13 | -29/+32 |
* | This change implements a first pass in the effort to remove the dependency of... | twiz@chromium.org | 2011-05-25 | 13 | -32/+29 |
* | Implement QuotaTemporaryStorageEvictor. | dmikurube@chromium.org | 2011-05-25 | 6 | -3/+468 |
* | Add StorageType as parameter to {,Host}{Usage,Quota}Callback | tzik@chromium.org | 2011-05-25 | 6 | -53/+164 |
* | 2nd try: Notify read access to the QuotaManager in FileSystemOperation | kinuko@chromium.org | 2011-05-25 | 3 | -49/+155 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 15 | -17/+17 |
* | We need this work-around for file:/// URIs as | michaeln@google.com | 2011-05-25 | 2 | -3/+19 |
* | Implement DatabaseQuotaClient's DeteleteOriginData method. | michaeln@google.com | 2011-05-25 | 5 | -16/+162 |
* | Disable QuotaMananger tests which rely on precise time. | shess@chromium.org | 2011-05-25 | 1 | -2/+13 |
* | Remove ctime and atime checks to reduce flakiness. | ericu@chromium.org | 2011-05-25 | 1 | -3/+0 |
* | Use the QuotaManager to determine the space available to WebSQLDatabases. Sin... | michaeln@google.com | 2011-05-25 | 9 | -14/+78 |
* | Handle <link rel=prerender> in chrome. | gavinp@chromium.org | 2011-05-24 | 2 | -0/+3 |
* | Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag). | dmichael@chromium.org | 2011-05-24 | 7 | -31/+104 |