| Commit message (Expand) | Author | Age | Files | Lines |
* | ChromeFrame currently overrides the request context for intercepting network ... | ananta@chromium.org | 2010-08-04 | 4 | -28/+3 |
* | Set expectation of default font to Tinos on ChromeOS | nick@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Move owned_widget_gtk.* out of common/, into browser/gtk/. | estade@chromium.org | 2010-08-03 | 1 | -1/+1 |
* | Handle destruction of select file dialog listener object in tab contents dest... | inferno@chromium.org | 2010-08-03 | 1 | -0/+5 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 3 | -0/+3 |
* | Only close a newly opened download tab if there's more than one tab. | bauerb@chromium.org | 2010-08-03 | 3 | -8/+5 |
* | Add "Load all plugins on this page" button to blocked plugins bubble if click... | bauerb@chromium.org | 2010-08-03 | 2 | -0/+10 |
* | Use the blue style for the save password info bar. | tfarina@chromium.org | 2010-08-02 | 1 | -11/+13 |
* | Display an infobar after enrolling a client certificate | davidben@chromium.org | 2010-08-02 | 2 | -0/+216 |
* | Revert 54560 - | nick@chromium.org | 2010-08-02 | 3 | -0/+16 |
* | Change removing method, GetBrowser from TabContentsDelegate, as this was brea... | twiz@google.com | 2010-08-02 | 3 | -16/+0 |
* | Set a max limit on extension items' labels in context menus. | asargent@chromium.org | 2010-08-02 | 2 | -3/+14 |
* | Add undeclared virtual destructors part 3 | ziadh@chromium.org | 2010-07-30 | 4 | -1/+8 |
* | Convert DictionaryValue's keys to std::string (from wstring). | viettrungluu@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | Reland r53603 - Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE. | tfarina@chromium.org | 2010-07-30 | 1 | -1/+0 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -5/+9 |
* | Remove unneeded browser.h include from RVHDelegateHelper. | brettw@chromium.org | 2010-07-29 | 1 | -1/+1 |
* | Add a command line switch to control accelerated 2d canvas | jamesr@chromium.org | 2010-07-29 | 1 | -0/+2 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 3 | -4/+0 |
* | Remove dependency on browser. It doesn't look like this is needed any more. | brettw@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Rename ExternalProtocolHandler::OnUserGesture -> PermitLaunchUrl & call from ... | rafaelw@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | Fix comment that refers to non-existent ReloadAll function (it got renamed | evan@chromium.org | 2010-07-27 | 1 | -1/+1 |
* | Revert bookmark bar promo CL, r52993 | mirandac@google.com | 2010-07-27 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 29 | -0/+29 |
* | Make IsPopup a const function per brett. | xiyuan@chromium.org | 2010-07-26 | 3 | -2/+6 |
* | Revert 53603 - Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE. | pam@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE. | tfarina@chromium.org | 2010-07-25 | 1 | -1/+0 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 3 | -2/+8 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -8/+4 |
* | Few TranslateManager changes: | jcivelli@chromium.org | 2010-07-22 | 1 | -0/+1 |
* | DevTools: render separators in context menu as separators, not items. | pfeldman@chromium.org | 2010-07-22 | 1 | -3/+7 |
* | Disabled zoom controls in the browser when displaying PDF using the internal ... | sanjeevr@chromium.org | 2010-07-22 | 4 | -1/+25 |
* | Attempt 2 at landing this CL. The earlier one broke the build. We don't need ... | ananta@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | Revert 53247 - Links opening up in the host browser in ChromeFrame would not ... | sanjeevr@chromium.org | 2010-07-21 | 1 | -4/+0 |
* | Links opening up in the host browser in ChromeFrame would not show up as visi... | ananta@chromium.org | 2010-07-21 | 1 | -0/+4 |
* | Refactor SSLClientAuthHandler and certificate selection | davidben@chromium.org | 2010-07-21 | 4 | -0/+71 |
* | Adjust preference sync code to only sync user modifiable preferences. | mnissler@chromium.org | 2010-07-21 | 1 | -25/+23 |
* | Moved code that generates APP_TERMINATING notification into BrowserList so it... | atwilson@chromium.org | 2010-07-20 | 1 | -2/+8 |
* | [Mac]Implement ViewID support. (third approach) | suzhe@chromium.org | 2010-07-20 | 1 | -0/+7 |
* | Prevent NotificationRegistrar from pulling in platform threading stuff. | erg@chromium.org | 2010-07-20 | 2 | -1/+5 |
* | Add some histograms to help measure extension context menu performance | asargent@chromium.org | 2010-07-20 | 1 | -0/+9 |
* | Add bookmark promo to NTP on first run. | mirandac@google.com | 2010-07-20 | 1 | -1/+3 |
* | Remove the page and app menus. | pkasting@chromium.org | 2010-07-20 | 1 | -8/+8 |
* | [Mac] Display a quick animation when a popup is blocked so the user notices i... | rsesek@chromium.org | 2010-07-20 | 1 | -0/+3 |
* | Let PaintAtAck send an int tag instead of the TransportDIB handle. | thakis@chromium.org | 2010-07-19 | 2 | -9/+11 |
* | Introduce "--enable-memory-info" command-line flag to enable reporting | mnaganov@chromium.org | 2010-07-19 | 1 | -0/+2 |
* | Add ability to limit when context menu items appear with url patterns. | asargent@chromium.org | 2010-07-18 | 2 | -11/+41 |
* | Implement IsSearchProviderInstalled and a test for it. | levin@chromium.org | 2010-07-17 | 2 | -0/+56 |
* | TBR:brettw@chromium.org | tfarina@chromium.org | 2010-07-16 | 4 | -11/+0 |
* | Separate the PasswordManagerDelegate out of PasswordManager. | erg@chromium.org | 2010-07-16 | 2 | -6/+6 |