| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove obsoleted interface for fallback font selection on Linux. | kochi@chromium.org | 2011-03-08 | 1 | -13/+0 |
* | Move ChildThread and ChildProcess to content. Also move remaining code that ... | jam@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | Pass around preferred language to font fallback selection. | kochi@chromium.org | 2011-03-07 | 1 | -3/+21 |
* | IndexedDB: Allow injection of keys into values via key path. | hans@chromium.org | 2011-02-17 | 1 | -0/+9 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 1 | -3/+3 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -13/+13 |
* | Implement renderer AudioDevice API for low-latency audio output | crogers@google.com | 2011-01-15 | 1 | -0/+14 |
* | Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback. | kbr@google.com | 2011-01-12 | 1 | -1/+1 |
* | Move the in-process WebGL implementation from the WebKit to the | kbr@google.com | 2011-01-11 | 1 | -2/+3 |
* | Switch a bunch of remaining filters to derive from BrowserMessageFilters so t... | jam@chromium.org | 2010-12-13 | 1 | -8/+11 |
* | Updated comment to remove expectation that | kbr@google.com | 2010-11-11 | 1 | -2/+3 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Implements filesystem integration with devtools. Implements a functionality t... | kkanetkar@chromium.org | 2010-10-29 | 1 | -0/+8 |
* | Support file utilities and mime-related methods on workers. | kinuko@chromium.org | 2010-10-15 | 1 | -2/+4 |
* | Deleted WebGLES2ContextImpl and references to it and WebGLES2Context. | kbr@google.com | 2010-09-21 | 1 | -10/+0 |
* | Land http://codereview.chromium.org/3167045/show | jorlow@chromium.org | 2010-09-05 | 1 | -0/+19 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 1 | -0/+11 |
* | Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation. | kinuko@chromium.org | 2010-08-25 | 1 | -0/+10 |
* | Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes. | kinuko@chromium.org | 2010-08-18 | 1 | -10/+10 |
* | When running in single process mode, the sandbox is off. Tell the file syste... | jorlow@chromium.org | 2010-08-11 | 1 | -0/+1 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Rename IndexedDatabase to IDBFactory to match the spec | andreip@chromium.org | 2010-07-30 | 1 | -8/+8 |
* | Header cleanup in chrome/renderer/. | erg@google.com | 2010-07-28 | 1 | -6/+71 |
* | Remove incorrect usages of USE_SYSTEM_SQLITE. | tfarina@chromium.org | 2010-07-19 | 1 | -6/+0 |
* | Rename Dns prefetching files to Predictor files | jar@chromium.org | 2010-06-27 | 1 | -2/+3 |
* | Re-commit r50321 after rollback. | jeremy@chromium.org | 2010-06-20 | 1 | -5/+34 |
* | Revert "Mac: Infrastructure for serialization of OS fonts over IPC." | jeremy@chromium.org | 2010-06-20 | 1 | -34/+5 |
* | Mac: Infrastructure for serialization of OS fonts over IPC. | jeremy@chromium.org | 2010-06-20 | 1 | -5/+34 |
* | Wire sending/receiving cacheable metadata from the renderer | tonyg@chromium.org | 2010-05-18 | 1 | -0/+27 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -0/+22 |
* | Fix the problem that FileReader does not work on Mac/Linux. The fix | jianli@chromium.org | 2010-05-14 | 1 | -6/+4 |
* | Adding a method to RendererWebKitClientImpl to create a GLES2Context. | vangelis@chromium.org | 2010-05-13 | 1 | -0/+10 |
* | Remove the dirfd parameter from all Chromium code. The POSIX VFS | dumi@chromium.org | 2010-05-12 | 1 | -4/+2 |
* | Add Chromium side implementation for WebFileSystem interface in WebKit. | jianli@chromium.org | 2010-05-06 | 1 | -24/+52 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Cleanup: Rename OnLoadFont->OnPreCacheFont | jeremy@chromium.org | 2010-04-29 | 1 | -1/+1 |
* | Added --in-process-webgl command line argument to select the WebGL | kbr@google.com | 2010-04-16 | 1 | -4/+2 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -10/+0 |
* | Allow synchronous messages to be sent from threads other than the main thread... | jabdelmalek@google.com | 2010-04-06 | 1 | -1/+0 |
* | Changes to the Browser to support Database access from Workers. | ericu@google.com | 2010-04-02 | 1 | -47/+10 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+19 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -0/+15 |
* | Implement WebCookieJar. | darin@chromium.org | 2010-02-25 | 1 | -99/+5 |
* | Only pump messages during a cookie query if it results in a user prompt. | darin@chromium.org | 2010-02-24 | 1 | -3/+21 |
* | Revert 39732 due to reliability bot failures. | darin@chromium.org | 2010-02-23 | 1 | -16/+0 |
* | Notify when database access is blocked due to content settings. | jochen@chromium.org | 2010-02-23 | 1 | -0/+16 |
* | Revert back to using Send for now. | darin@chromium.org | 2010-02-23 | 1 | -6/+4 |
* | Suppress calls to willEnter/didExitModalLoop to avoid deferring resource loads | darin@chromium.org | 2010-02-23 | 1 | -0/+6 |
* | Add MessageLoop::QuitNow and use it to terminate a sync IPC. | darin@chromium.org | 2010-02-23 | 1 | -5/+1 |