| Commit message (Expand) | Author | Age | Files | Lines |
* | Geolocation InfoBar sometimes doesn't expire when navigating back. | bulach@chromium.org | 2011-12-01 | 2 | -0/+51 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 1 | -0/+1 |
* | Hide geolocation_messages.h from chrome. It was only used in a test. Instead ... | jam@chromium.org | 2011-11-30 | 4 | -45/+82 |
* | Add OVERRIDE to chrome/. | avi@chromium.org | 2011-11-28 | 1 | -3/+4 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 2 | -11/+14 |
* | Define the public interface for content browser RenderProcessHost. This inter... | ananta@chromium.org | 2011-11-18 | 1 | -2/+4 |
* | Eliminate CrosLibrary::EnsureLoaded | stevenjb@google.com | 2011-11-17 | 1 | -2/+0 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. Try #3. | mpcomplete@chromium.org | 2011-11-17 | 1 | -1/+5 |
* | Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ... | aa@chromium.org | 2011-11-09 | 1 | -12/+5 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 6 | -0/+12 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 6 | -9/+9 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 2 | -9/+9 |
* | Take the content settings set by extensions into account in the default setti... | marja@chromium.org | 2011-10-19 | 1 | -1/+1 |
* | Move notification_source from content/common to content/browser/public and pu... | jam@chromium.org | 2011-10-19 | 1 | -12/+12 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 2 | -28/+30 |
* | Disable NoInfobarForAllowedOrigin on Win. | jennb@chromium.org | 2011-10-18 | 1 | -1/+7 |
* | Move content_notification_types.h from content\common to content\public\brows... | jam@chromium.org | 2011-10-18 | 1 | -1/+1 |
* | Remove references to GeolocationContentSettingsMap. | bauerb@chromium.org | 2011-10-13 | 2 | -319/+1 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 2 | -2/+2 |
* | base::Bind: Cleanups in geolocation/. | jhawkins@chromium.org | 2011-10-07 | 4 | -44/+61 |
* | Lazily save preferences after geolocation infobar authorisation. | jknotten@chromium.org | 2011-10-07 | 1 | -0/+1 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 3 | -12/+11 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 1 | -2/+2 |
* | Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br... | marja@chromium.org | 2011-09-21 | 1 | -2/+2 |
* | Revert 99124: Revert 99099 Fix up more WaitForNavigation calls. | gbillock@chromium.org | 2011-09-12 | 1 | -11/+15 |
* | Remove redundant LoadURLWithHeaders method. | rogerta@chromium.org | 2011-09-10 | 1 | -1/+2 |
* | Remove use of GetDefaultRequestContext in geolocation. | allanwoj@chromium.org | 2011-09-06 | 2 | -4/+9 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 3 | -64/+70 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 3 | -70/+64 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 3 | -64/+70 |
* | Revert 99099 (TaskManagerBrowserTest.NoticeHostedAppTabs started failing, | thakis@chromium.org | 2011-09-01 | 1 | -15/+11 |
* | Fix up more WaitForNavigation calls. Almost all fixed now. | gbillock@chromium.org | 2011-09-01 | 1 | -11/+15 |
* | Use new network location service protocol | allanwoj@chromium.org | 2011-08-31 | 2 | -6/+33 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 2 | -4/+2 |
* | Inject the ChromeOS specific geocolation wifi data provider at runtime. This ... | jam@chromium.org | 2011-08-25 | 1 | -9/+18 |
* | Get rid of the link time dependency between content and chrome through the ge... | jam@chromium.org | 2011-08-25 | 4 | -59/+49 |
* | Revert 96617 | gbillock@chromium.org | 2011-08-17 | 1 | -5/+11 |
* | base: Fix the TODO in string_util.h | tfarina@chromium.org | 2011-08-17 | 1 | -4/+5 |
* | Migrate geolocation settings to host content settings map and remove the geol... | markusheintz@chromium.org | 2011-08-15 | 7 | -387/+126 |
* | Revert 96593 - Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -11/+5 |
* | Fix up various browser tests not to use WaitForNavigation. | gbillock@chromium.org | 2011-08-12 | 1 | -5/+11 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 2 | -2/+2 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 2 | -2/+4 |
* | Unify infobars' link-opening behavior to respect user-requested dispositions ... | pkasting@chromium.org | 2011-08-02 | 1 | -2/+2 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 3 | -3/+3 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 2 | -5/+5 |
* | Disable IFramesWithFreshPosition and IFramesWithCachedPosition. | sergeyu@chromium.org | 2011-07-29 | 1 | -2/+6 |
* | Revert 94559 - Disable DisplaysPermissionBar on Mac. | pkasting@chromium.org | 2011-07-28 | 1 | -7/+1 |
* | Disable DisplaysPermissionBar on Mac. | sergeyu@chromium.org | 2011-07-28 | 1 | -1/+7 |
* | Keep a pointer to the owning TabContents on InfoBarDelegates, clearing it whe... | pkasting@chromium.org | 2011-07-28 | 1 | -1/+1 |