| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove more definitions from header files. | erg@chromium.org | 2010-07-16 | 2 | -1/+5 |
* | Fix for Issue 4211: window.open(,, 'type=FullWindow,fullscreen') should not o... | stevenjb@chromium.org | 2010-07-16 | 1 | -2/+4 |
* | Reland r52486. Display a tab modal dialog of the allowed/blocked cookies. | jochen@chromium.org | 2010-07-16 | 3 | -0/+27 |
* | Revert 52600 - renderer_host: Remove CanBlur method. | tfarina@chromium.org | 2010-07-16 | 3 | -0/+9 |
* | renderer_host: Remove CanBlur method. | tfarina@chromium.org | 2010-07-16 | 3 | -9/+0 |
* | Move implementation from header to source. | erg@chromium.org | 2010-07-15 | 4 | -80/+232 |
* | Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies. | dmaclach@chromium.org | 2010-07-15 | 3 | -27/+0 |
* | Fix missing throbber in sync dialogs. This actually does a number of things: | pkasting@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Rename DownloadRequestManager to DownloadRequestLimiter. | phajdan.jr@chromium.org | 2010-07-15 | 1 | -4/+5 |
* | Display a tab modal dialog of the allowed/blocked cookies. | jochen@chromium.org | 2010-07-15 | 3 | -0/+27 |
* | More cleanup of extensions context menu API. | asargent@chromium.org | 2010-07-14 | 2 | -13/+11 |