| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 82266 - Fixed file/directory url resolution for external mount point pr... | kerz@chromium.org | 2011-04-20 | 3 | -3/+13 |
* | Change Clipboard::ReadImage to return a bitmap. | dcheng@chromium.org | 2011-04-19 | 2 | -1/+23 |
* | Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids | cevans@chromium.org | 2011-04-19 | 1 | -1/+2 |
* | File API changes needed for safely passing user selected file entities from t... | zelidrag@chromium.org | 2011-04-16 | 2 | -0/+7 |
* | Renamed PlatformCanvas -> SkCanvas to fix test_shell build broken on win. | caseq@google.com | 2011-04-15 | 2 | -9/+9 |
* | Remove the rest of the Chrome dependencies from RenderThread. | jam@chromium.org | 2011-04-14 | 1 | -2/+0 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 1 | -4/+5 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 3 | -45/+23 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 3 | -23/+45 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 3 | -45/+23 |
* | Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ... | tkent@chromium.org | 2011-04-11 | 3 | -23/+45 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 3 | -45/+23 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 3 | -23/+45 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 3 | -45/+23 |
* | Enabled actual transfer size in chromium | vsevik@chromium.org | 2011-04-08 | 1 | -1/+1 |
* | Remove identity from dragTargetDragEnter() call sites. | noel.gordon@gmail.com | 2011-04-08 | 1 | -2/+2 |
* | Fix endianness issue in MockWebClipboardImpl PNG encoding. | dcheng@chromium.org | 2011-04-08 | 1 | -1/+2 |
* | Fix clang build error. | dcheng@chromium.org | 2011-04-07 | 2 | -0/+9 |
* | Implement mock Clipboard::readImage() for WebKit layout tests. | dcheng@chromium.org | 2011-04-07 | 2 | -4/+53 |
* | Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-07 | 3 | -23/+45 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-07 | 3 | -45/+23 |
* | Roll Skia | bsalomon@google.com | 2011-04-06 | 1 | -0/+2 |
* | rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaint | vandebo@chromium.org | 2011-04-05 | 1 | -2/+3 |
* | Use ResourceBundle for NativeThemeLinux/Chromeos resource images. | xiyuan@chromium.org | 2011-04-04 | 2 | -23/+6 |
* | Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ... | michaeln@google.com | 2011-04-01 | 1 | -0/+1 |
* | In preparation for NativeTheme refactoring, renaming the class NativeTheme | rogerta@chromium.org | 2011-03-30 | 1 | -1/+1 |
* | Remove usages of WebView::Create that pass in devtools/autofill client. | jam@chromium.org | 2011-03-29 | 3 | -3/+6 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 2 | -5/+9 |
* | Add chrome.benchmark routines to clear the host and predictor caches. | tonyg@chromium.org | 2011-03-28 | 1 | -0/+8 |
* | Refactor: Move app/gfx/gl ==> ui/gfx/gl | backer@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 18 | -35/+35 |
* | Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard. | viettrungluu@chromium.org | 2011-03-24 | 1 | -0/+3 |
* | Build fix for WebKit https://bugs.webkit.org/show_bug.cgi?id=56947 | scheib@chromium.org | 2011-03-24 | 1 | -1/+0 |
* | Stop returning the true root path of each filesystem from openFileSystem. | ericu@google.com | 2011-03-24 | 4 | -9/+31 |
* | DevTools: remove references to IDR_DEVTOOLS_DEBUGGER_SCRIPT_JS | yurys@chromium.org | 2011-03-23 | 3 | -8/+0 |
* | Hook up filesystem: URLs to the SimpleResourceLoaderBridge, | adamk@chromium.org | 2011-03-22 | 4 | -4/+55 |
* | Plumbing to support loading from the "most appropriate" appcache. | michaeln@google.com | 2011-03-21 | 1 | -1/+13 |
* | Move app/app_switches to ui/gfx/gl/gl_switches. | backer@chromium.org | 2011-03-21 | 1 | -2/+2 |
* | Fix WebClipboard implementation in test shell to conform to HTML5 spec. | dcheng@chromium.org | 2011-03-18 | 1 | -1/+0 |
* | Normalize the top-level ui/ module. | rsesek@chromium.org | 2011-03-18 | 1 | -1/+1 |
* | Implement quota manager database. | kinuko@chromium.org | 2011-03-17 | 1 | -0/+1 |
* | Move the remaining files in chrome\common to content\common. | jam@chromium.org | 2011-03-17 | 1 | -1/+1 |
* | Fix glue for ClipboardHostMsg_ReadAvailableTypes. | dcheng@chromium.org | 2011-03-16 | 1 | -7/+7 |
* | Add stubs and glue for routing a request for an image from the clipboard. | dcheng@chromium.org | 2011-03-15 | 1 | -0/+4 |
* | Use an unlimited_quota in TestShell's SimpleFileSystem to allow | adamk@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | In BlobURLRequestJob, open files asynchronously to avoid blocking the IO thread | adamk@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Remove Gears from Chrome. | aa@chromium.org | 2011-03-11 | 3 | -9/+2 |
* | Remove obsolete webpasswordautocompletelistener files | isherman@chromium.org | 2011-03-11 | 1 | -1/+0 |
* | webkit: move SimpleDatabaseSystem into webkit/support/ | evan@chromium.org | 2011-03-09 | 4 | -279/+2 |
* | test_shell: remove some uses of ToWStringHack | evan@chromium.org | 2011-03-09 | 2 | -39/+9 |