| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert QuotaEvictionHandler::GetLRUOriginCallback. | jhawkins@chromium.org | 2011-10-18 | 5 | -33/+38 |
* | Last straw for translated_shader_source extension. | zmo@google.com | 2011-10-17 | 2 | -0/+26 |
* | Create a public header with the child_process_sandbox_support_linux functions... | jam@chromium.org | 2011-10-17 | 3 | -44/+0 |
* | A few improvements to Blob handling. | michaeln@google.com | 2011-10-17 | 11 | -276/+318 |
* | QuotaFileIO: Add back a delete I accidentally removed. | jhawkins@chromium.org | 2011-10-17 | 1 | -0/+1 |
* | base::Bind: Final cleanup in file_system_file_util_proxy.cc. | jhawkins@chromium.org | 2011-10-17 | 1 | -4/+3 |
* | base::Bind: Add a missing ref. | jhawkins@chromium.org | 2011-10-17 | 1 | -1/+2 |
* | base::Bind: Convert FileUtilProxy::StatusCallback. | jhawkins@chromium.org | 2011-10-17 | 9 | -94/+93 |
* | base::Bind: Convert FileUtilProxy::WriteCallback. | jhawkins@chromium.org | 2011-10-17 | 4 | -40/+41 |
* | base::Bind: Convert FileUtilProxy::ReadCallback. | jhawkins@chromium.org | 2011-10-17 | 1 | -3/+4 |
* | base::Bind: Convert FileUtilProxy::ReadDirectoryCallback. | jhawkins@chromium.org | 2011-10-17 | 3 | -10/+9 |
* | base::Bind: Convert FileUtilProxy::GetFileInfoCallback. | jhawkins@chromium.org | 2011-10-17 | 9 | -39/+37 |
* | base::Bind: Convert FileUtilProxy::EnsureFileExistsCallback. | jhawkins@chromium.org | 2011-10-17 | 3 | -9/+9 |
* | base::Bind: Convert FileUtilProxy::CreateOrOpenCallback. | jhawkins@chromium.org | 2011-10-17 | 9 | -28/+31 |
* | Aura: Combine cursor support for Linux and Windows | jamescook@chromium.org | 2011-10-17 | 5 | -181/+136 |
* | 2nd try: Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 10 | -454/+460 |
* | Remove test from downstream test_expectations. | bsalomon@google.com | 2011-10-17 | 1 | -3/+0 |
* | Revert 105791 (to see if it fixes browser_tests) - Change default global temp... | kinuko@chromium.org | 2011-10-17 | 10 | -460/+454 |
* | Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 10 | -454/+460 |
* | Extract an independent webkit_support_gfx target. | zhenghao@google.com | 2011-10-16 | 3 | -16/+649 |
* | Move PPB/PPP_MouseLock out of dev/. | yzshen@chromium.org | 2011-10-16 | 3 | -6/+6 |
* | base::Bind: Misc cleanups. | jhawkins@chromium.org | 2011-10-16 | 2 | -22/+16 |
* | Allow specification of the share group in WebGraphicsContext3DInProcessImpl | piman@chromium.org | 2011-10-15 | 4 | -21/+28 |
* | Remove deprecated WebClipboard::readHTML method. | dcheng@chromium.org | 2011-10-14 | 4 | -28/+0 |
* | PPAPI Fullscreen: move out of Dev. | polina@google.com | 2011-10-14 | 3 | -6/+9 |
* | Adding gl command to change surface visibility, so that the gpu process can a... | mmocny@chromium.org | 2011-10-14 | 2 | -0/+5 |
* | PPAPI Fullscreen: remove redundant code errouneously inherited from | polina@google.com | 2011-10-14 | 1 | -9/+0 |
* | Roll skia to r2478. | bsalomon@google.com | 2011-10-14 | 2 | -4/+3 |
* | Add ppapi implementation of IsScalingDisabled. | vandebo@chromium.org | 2011-10-14 | 4 | -4/+20 |
* | PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode | polina@google.com | 2011-10-14 | 4 | -20/+35 |
* | PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to... | polina@google.com | 2011-10-14 | 2 | -8/+110 |
* | Allow speech input feature to be disabled. | jknotten@chromium.org | 2011-10-14 | 1 | -0/+2 |
* | Infobar Flip4Mac. | cevans@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Support dynamic switching between integrated and discrete GPUs on Mac OS X. | kbr@chromium.org | 2011-10-13 | 5 | -15/+54 |
* | Fix crash in WebClipboardImpl::readHTML. | dcheng@chromium.org | 2011-10-13 | 1 | -1/+3 |
* | Rollback 105021: Roll V8 to version 3.6.6.1 | danno@chromium.org | 2011-10-13 | 1 | -8/+0 |
* | net: Move EscapeForHTML() functions into net namespace. | tfarina@chromium.org | 2011-10-13 | 3 | -14/+14 |
* | Fix for build error while building using 'make' (Complete build). | qtc746@motorola.com | 2011-10-13 | 1 | -2/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+0 |
* | Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia... | bbudge@chromium.org | 2011-10-13 | 5 | -10/+30 |
* | Don't hard-code an X11 screen number in DefaultVisual, etc. | davidben@chromium.org | 2011-10-13 | 1 | -7/+9 |
* | Implement WebKitPlatformSupport::currentThread | piman@chromium.org | 2011-10-12 | 4 | -12/+60 |
* | PrintPreview: [Win] Added a temporary hack to print blank pdf pages. | kmadhusu@chromium.org | 2011-10-12 | 1 | -7/+12 |
* | Adjust capacity and disable deferring when read lies past existing capacity. | scherkus@chromium.org | 2011-10-12 | 2 | -21/+398 |
* | Numerous fixes to audio/video buffered resource loading. | scherkus@chromium.org | 2011-10-12 | 6 | -229/+352 |
* | Finish moving plugin probing out of process. | rsesek@chromium.org | 2011-10-12 | 3 | -27/+19 |
* | Implement Pepper IME API. | kinaba@chromium.org | 2011-10-12 | 8 | -24/+247 |
* | Remove expectations added in http://codereview.chromium.org/8230005/. | satish@chromium.org | 2011-10-12 | 1 | -5/+0 |
* | Switch FileStream to use new CompletionCallback. | willchan@chromium.org | 2011-10-12 | 8 | -24/+20 |
* | Roll V8 to version 3.6.6.1 | ricow@chromium.org | 2011-10-12 | 1 | -0/+8 |