| Commit message (Expand) | Author | Age | Files | Lines |
* | A few small cleanup items from TODOs in the Obfuscated filesystem code--unit ... | ericu@chromium.org | 2011-05-16 | 5 | -106/+183 |
* | Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL... | michaeln@google.com | 2011-05-16 | 8 | -22/+92 |
* | Add GetLRUOrigin into QuotaManager. | dmikurube@chromium.org | 2011-05-16 | 5 | -68/+116 |
* | Make canary-webkit-revisions.py print failing tests for each subset of builders. | yuzo@chromium.org | 2011-05-16 | 1 | -4/+46 |
* | More Quota + WebSQLDatabase integration. | michaeln@google.com | 2011-05-15 | 8 | -35/+368 |
* | Re-enable DNS prefetch. This feature got disable accidentially in WebKit | abarth@chromium.org | 2011-05-14 | 2 | -0/+6 |
* | Timer to drop in-memory databases when they're not in use. | ericu@google.com | 2011-05-13 | 2 | -0/+15 |
* | Fix event dispatching for PPB_Messaging::PostMessage. I asked Adam about the... | dmichael@chromium.org | 2011-05-13 | 1 | -13/+33 |
* | Remove MockWebFrame in favour of MockWebFrameClient and update corresponding ... | scherkus@chromium.org | 2011-05-13 | 7 | -727/+59 |
* | ObfuscatedFileSystemFileUtil class | ericu@google.com | 2011-05-13 | 12 | -7/+1778 |
* | Convert audio-related messages to the new thunk/API system for Pepper. | brettw@chromium.org | 2011-05-13 | 18 | -294/+173 |
* | Implement VideoDecoder IPC hooks from plugin to GPU process | vrk@google.com | 2011-05-13 | 5 | -35/+35 |
* | 'using namespace' fix in webkit/fileapi | kinuko@chromium.org | 2011-05-13 | 8 | -18/+25 |
* | Added {Get,Set}PersistentHostQuota and Get{Global,Host}Usage to QuotaManager. | kinuko@chromium.org | 2011-05-13 | 9 | -111/+647 |
* | Revert 85250, Update v8 to version 3.3.6.1 | ricow@chromium.org | 2011-05-13 | 1 | -8/+0 |
* | Update v8 to version to 3.3.6.1 | ricow@chromium.org | 2011-05-13 | 1 | -0/+9 |
* | Make canary-webkit-revisions.py print failures, not limited to those of webki... | yuzo@chromium.org | 2011-05-13 | 1 | -2/+8 |
* | Check the canary builds up to the last-rolled WebKit revision. | yuzo@chromium.org | 2011-05-13 | 1 | -15/+70 |
* | Changes for not reading ssl prefs from user_prefs since we have | rtenneti@chromium.org | 2011-05-13 | 1 | -2/+2 |
* | Implement GL_CHROMIUM_rate_limit_offscreen_context | nduca@chromium.org | 2011-05-13 | 1 | -0/+2 |
* | Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-12 | 4 | -11/+31 |
* | Part 1 of changes to to build chrome\common as a dll. Moving some of the func... | ananta@chromium.org | 2011-05-12 | 3 | -18/+3 |
* | Drive compositor scheduling with the swapbuffers callback. | nduca@chromium.org | 2011-05-12 | 2 | -2/+0 |
* | 1) Declare three new proxayable QuotaManager methods: | michaeln@google.com | 2011-05-12 | 4 | -32/+134 |
* | Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke... | jam@chromium.org | 2011-05-12 | 2 | -4/+2 |
* | Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea... | antonm@chromium.org | 2011-05-12 | 4 | -31/+11 |
* | A tiny leak fix in FileSystemPathManager | kinuko@chromium.org | 2011-05-12 | 1 | -5/+5 |
* | Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-12 | 4 | -11/+31 |
* | Update translations using strings from launchpad.net r208 | tony@chromium.org | 2011-05-11 | 1 | -0/+1 |
* | Remove unused, wrong parameters from request_info. | abarth@chromium.org | 2011-05-11 | 2 | -10/+0 |
* | Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur... | apatrick@chromium.org | 2011-05-11 | 4 | -31/+11 |
* | Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur... | apatrick@chromium.org | 2011-05-11 | 4 | -11/+31 |
* | Revert r84963: "Added {Get,Set}PersistentHostQuota" | dilmah@chromium.org | 2011-05-11 | 6 | -718/+81 |
* | Added {Get,Set}PersistentHostQuota | tzik@google.com | 2011-05-11 | 6 | -81/+718 |
* | Fix the http/tests/plugins/third-party-cookie-accept-policy.html layotu test ... | jam@chromium.org | 2011-05-11 | 1 | -20/+27 |
* | Update VideoDecode PPAPI structs to be consistent with media structures, part 1 | vrk@google.com | 2011-05-10 | 5 | -97/+207 |
* | Implementation of DatabaseQuotaClient for the WebSQLDatabase system. | michaeln@google.com | 2011-05-10 | 9 | -15/+616 |
* | Fix the clang build by adding "virtual" to overridden functions. | brettw@chromium.org | 2011-05-10 | 1 | -13/+13 |
* | Make the Pepper proxy support in-process font rendering. | brettw@chromium.org | 2011-05-10 | 10 | -250/+397 |
* | iwyu, #include "base/message_loop_proxy.h since a scoped_refptr<Loop> is used... | michaeln@google.com | 2011-05-10 | 1 | -0/+1 |
* | ChromiumOS build fix attempt for 84776 | kinuko@chromium.org | 2011-05-10 | 1 | -1/+2 |
* | Build fix attempt for 84776; QuotaManager should not crash when it gets unkno... | kinuko@chromium.org | 2011-05-10 | 1 | -0/+6 |
* | Revert 84771 - Fix QuotaFileUtil to write .usage into the same directory as "... | cbentzel@chromium.org | 2011-05-10 | 1 | -3/+2 |
* | Set allowed bytes growth in FileSystemOperation from QuotaManager. | dmikurube@chromium.org | 2011-05-10 | 9 | -344/+635 |
* | Fix QuotaFileUtil to write .usage into the same directory as "chrome-", not u... | dmikurube@chromium.org | 2011-05-10 | 1 | -2/+3 |
* | iwyu: Include stringprintf.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 4 | -0/+4 |
* | Merge gpu_trace_event back into base/debug/trace_event. | scheib@chromium.org | 2011-05-10 | 7 | -21/+8 |
* | AppCache fallback override. A means of overriding the fallback behavior from ... | michaeln@google.com | 2011-05-10 | 2 | -6/+109 |
* | iwyu: Use callback_old.h where appropriate, part 1. | jhawkins@chromium.org | 2011-05-10 | 9 | -8/+9 |
* | This fixes a style issue in the glue_serialize code | gspencer@google.com | 2011-05-09 | 2 | -58/+58 |