| Commit message (Expand) | Author | Age | Files | Lines |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c... | brettw@chromium.org | 2010-12-22 | 1 | -1/+0 |
* | Deinline even more destructors. | erg@google.com | 2010-12-14 | 1 | -2/+2 |
* | Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)... | jam@chromium.org | 2010-12-13 | 1 | -2/+2 |
* | Have the RenderThread initialize a PhishingClassifier when it receives a | bryner@chromium.org | 2010-11-19 | 1 | -0/+16 |
* | Add command line switch to enable speech input and disable for beta/stable ch... | satish@chromium.org | 2010-11-16 | 1 | -0/+6 |
* | Part 2 of extension event refactor. | mpcomplete@chromium.org | 2010-10-21 | 1 | -6/+2 |
* | Ensure global extension events (like bookmarks) are sent to the incognito | mpcomplete@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Connect the browsing data remover with WebKit cache. | rvargas@google.com | 2010-10-01 | 1 | -0/+1 |
* | Chrome side of consolidating zoom code for pepper plugins (i.e. pdf) and the ... | jam@chromium.org | 2010-10-01 | 1 | -1/+1 |
* | Generalize permission types to make it safer for us to add new permissions an... | erikkay@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | Trying to reland r59889, this time as a multi-stage patch. | mpcomplete@chromium.org | 2010-09-23 | 1 | -0/+21 |
* | Add an IPC message that will be used to send the phishing classification model | bryner@chromium.org | 2010-09-23 | 1 | -0/+2 |
* | Revert 59889 - Fix regression introduced by | thakis@chromium.org | 2010-09-19 | 1 | -21/+0 |
* | Fix regression introduced by | mpcomplete@chromium.org | 2010-09-18 | 1 | -0/+21 |
* | Added GPU stat for whether a GPU can report context lost. | apatrick@chromium.org | 2010-09-07 | 1 | -1/+3 |
* | Add support for a "split" incognito behavior for extensions. | mpcomplete@chromium.org | 2010-08-31 | 1 | -5/+7 |
* | When the browser doesn't have connectivity to a hosted app, display a prettie... | erikkay@chromium.org | 2010-08-27 | 1 | -16/+3 |
* | Add a file thread to the renderer process. | dumi@chromium.org | 2010-08-20 | 1 | -0/+13 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | Enable/Disable Spdy in benchmarking. | lzheng@chromium.org | 2010-08-19 | 1 | -0/+3 |
* | FBTF: Header cleanup in chrome/common. Part 1. | jhawkins@chromium.org | 2010-08-17 | 1 | -0/+1 |
* | Header cleanup in chrome/renderer/. | erg@google.com | 2010-07-28 | 1 | -3/+4 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Continual header pruning | erg@google.com | 2010-07-22 | 1 | -13/+3 |
* | Clean up Chromium code to follow message loop reentrancy fix in WebKit (https... | apavlov@chromium.org | 2010-07-09 | 1 | -1/+0 |
* | Add the concept of browse extent. | aa@chromium.org | 2010-07-01 | 1 | -1/+4 |
* | Change classes and functions for DNS Prefetching to Predictor* | jar@chromium.org | 2010-06-25 | 1 | -2/+2 |
* | Fix files with svn:executable permissions. | thestig@chromium.org | 2010-06-23 | 1 | -0/+0 |
* | Enhance comment above RenderThread with how this should be factored instead. ... | brettw@chromium.org | 2010-06-21 | 1 | -5/+26 |
* | Actually clear the disk cache, and keep it enabled, between benchmark runs. | mlloyd@chromium.org | 2010-06-05 | 1 | -0/+3 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -0/+6 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-11 | 1 | -0/+2 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Revert 46842 - Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 1 | -2/+0 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-10 | 1 | -0/+2 |
* | Revert 46567 - Reimplement accessibility of web content by caching the entire | zork@chromium.org | 2010-05-07 | 1 | -2/+0 |
* | Reimplement accessibility of web content by caching the entire | dmazzoni@chromium.org | 2010-05-06 | 1 | -0/+2 |
* | Send content settings based on the URL to the renderer instead of just the host. | jochen@chromium.org | 2010-04-23 | 1 | -1/+1 |
* | Implement app process model isolation. | mpcomplete@chromium.org | 2010-04-22 | 1 | -0/+22 |
* | Give chrome-extension frames in regular renderers access to messaging APIs, | mpcomplete@chromium.org | 2010-04-19 | 1 | -1/+4 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-14 | 1 | -1/+2 |
* | Revert 44351 - Reland 44348 Add support for restricting broadcasting events t... | jochen@chromium.org | 2010-04-13 | 1 | -2/+1 |
* | Reland 44348 Add support for restricting broadcasting events to extensions ba... | jochen@chromium.org | 2010-04-13 | 1 | -1/+2 |
* | Revert 44348 - Add support for restricting broadcasting events to extensions ... | jochen@chromium.org | 2010-04-13 | 1 | -2/+1 |
* | Add support for restricting broadcasting events to extensions based on host p... | jochen@chromium.org | 2010-04-13 | 1 | -1/+2 |
* | Implement patterns for content setting exceptions. | jochen@chromium.org | 2010-04-08 | 1 | -2/+2 |
* | Changes to the Browser to support Database access from Workers. | ericu@google.com | 2010-04-02 | 1 | -2/+2 |
* | Added command buffer implementation of WebGL which runs in the sandbox. | kbr@google.com | 2010-03-27 | 1 | -0/+6 |
* | Calling OpenGL from the renderer process | apatrick@chromium.org | 2010-03-25 | 1 | -0/+16 |