| Commit message (Expand) | Author | Age | Files | Lines |
* | If a backing store is not available, chrome.tabs.captureVisibleTab() asks the... | skerner@chromium.org | 2010-01-11 | 2 | -0/+16 |
* | Enable JS detection of whether SPDY was used to load a web page. | mbelshe@google.com | 2010-01-11 | 2 | -0/+6 |
* | Fixes bug in RenderWidgetHostViewGtk that occurs if during paint | sky@chromium.org | 2010-01-08 | 1 | -1/+4 |
* | Attempt 2 at landing this. | ananta@chromium.org | 2010-01-08 | 1 | -6/+1 |
* | Reason: | tyoshino@chromium.org | 2010-01-08 | 1 | -1/+6 |
* | Deleting cookies by setting the expires attribute on them with an empty value... | ananta@chromium.org | 2010-01-08 | 1 | -6/+1 |
* | Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty... | pkasting@chromium.org | 2010-01-08 | 3 | -9/+9 |
* | Revert 35735 - Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 5 | -27/+53 |
* | Relanding the language detection code. | jcampan@chromium.org | 2010-01-07 | 5 | -53/+27 |
* | Merging a newer version of the CLD code. | jcampan@chromium.org | 2010-01-07 | 1 | -1/+1 |
* | Adding methods that will be used by the quota management UI. | dumi@chromium.org | 2010-01-06 | 2 | -20/+16 |
* | Implement delaying resource requests until privacy blacklists are ready. | phajdan.jr@chromium.org | 2010-01-05 | 3 | -101/+64 |
* | This reverts commit r35458. | agl@chromium.org | 2010-01-04 | 1 | -26/+0 |
* | ... | agl@chromium.org | 2010-01-04 | 1 | -0/+26 |
* | linux: use XShmPutImage when SHM Pixmap APIs unavailable | evan@chromium.org | 2009-12-30 | 2 | -41/+62 |
* | linux: clip max tooltip length | evan@chromium.org | 2009-12-29 | 1 | -2/+13 |
* | linux: reduce header interdependencies | evan@chromium.org | 2009-12-29 | 1 | -1/+2 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-28 | 1 | -0/+6 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 1 | -9/+6 |
* | [Linux] Fix issue 30995: window resizes vertically when scrolling in a long page | suzhe@chromium.org | 2009-12-26 | 1 | -0/+2 |
* | Take out a debugging DCHECK that I had added when switching process startup t... | jam@chromium.org | 2009-12-26 | 1 | -3/+1 |
* | revert r35237 since it causes Mac unit tests to fail. | jeremy@chromium.org | 2009-12-24 | 1 | -6/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -0/+6 |
* | Revert 35230 - Split more targets from chrome.gyp to add support for building... | gregoryd@google.com | 2009-12-23 | 1 | -6/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-23 | 1 | -0/+6 |
* | Don't inject content scripts into incognito browsers. | rafaelw@chromium.org | 2009-12-23 | 1 | -2/+5 |
* | Create an OpenGL backing store. This version works for all the basic operations | brettw@chromium.org | 2009-12-22 | 4 | -1/+325 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-21 | 24 | -301/+269 |
* | Revert 34983 - Split more targets from chrome.gyp to add support for building... | slightlyoff@chromium.org | 2009-12-18 | 1 | -6/+0 |
* | Split more targets from chrome.gyp to add support for building Native Client ... | gregoryd@google.com | 2009-12-18 | 1 | -0/+6 |
* | Fix memory leak on ExtensionMessageBundle. | cira@chromium.org | 2009-12-18 | 1 | -3/+3 |
* | Revert 34951 - Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | rsesek@chromium.org | 2009-12-18 | 23 | -255/+288 |
* | Combine ViewHostMsg_{Paint,Scroll}Rect into one IPC. | darin@chromium.org | 2009-12-18 | 23 | -288/+255 |
* | Returns an error immediately without sending IPC message when a font family n... | yusukes@google.com | 2009-12-18 | 1 | -3/+12 |
* | Win: Fix an invalid handle initialization in the spellchecker. | estade@chromium.org | 2009-12-18 | 1 | -1/+1 |
* | Reverting the CLD CL altogether, the reliability bot is still red. | jcampan@chromium.org | 2009-12-17 | 5 | -26/+53 |
* | Load message catalogs on demand when chrome.i18n.getMessage needs them. | cira@chromium.org | 2009-12-17 | 2 | -1/+51 |
* | [Mac] Pump nestable tasks while web popups are visible. | shess@chromium.org | 2009-12-16 | 1 | -3/+7 |
* | Tommi, please review everything. jam please review changes to resource_dispat... | ananta@chromium.org | 2009-12-16 | 1 | -1/+2 |
* | Makes the language detection happen with every page load | jcampan@chromium.org | 2009-12-16 | 5 | -53/+26 |
* | Fix regression where we stopped running content scripts in | aa@chromium.org | 2009-12-16 | 1 | -8/+0 |
* | Fix WebSocket crash bug. | ukai@chromium.org | 2009-12-14 | 3 | -12/+20 |
* | re-apply r34183 | estade@chromium.org | 2009-12-10 | 2 | -3/+4 |
* | Implement ResourceQueue, an object that makes it easy to delay starting | phajdan.jr@chromium.org | 2009-12-10 | 13 | -46/+535 |
* | Refactor the keyboard events handling code related to RenderViewHostDelegate:... | suzhe@chromium.org | 2009-12-10 | 8 | -469/+102 |
* | Re-enable the build of Pepper support by default (issue 464074, svn revision ... | sehr@google.com | 2009-12-10 | 1 | -0/+1 |
* | rollback r34183 | estade@chromium.org | 2009-12-09 | 2 | -4/+3 |
* | linux: theme scrollbars from GTK theme | estade@chromium.org | 2009-12-09 | 2 | -3/+4 |
* | Revert 34161 - Enable Pepper support by default, including building the test ... | sehr@google.com | 2009-12-09 | 1 | -1/+0 |
* | Enable Pepper support by default, including building the test plugin. | sehr@google.com | 2009-12-09 | 1 | -0/+1 |