| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly integrate StoragePartition into TestingProfile. | ajwong@chromium.org | 2013-07-23 | 1 | -6/+3 |
* | More misc. cleanup: | pkasting@chromium.org | 2013-07-19 | 1 | -9/+10 |
* | Use a direct include of the message_loop header in chrome/browser/, part 4. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | A few cleanup changes to the GoogleURLTracker classes: | pkasting@chromium.org | 2013-07-10 | 1 | -64/+64 |
* | chrome: Use base::MessageLoop. (Part 3) | xhwang@chromium.org | 2013-05-28 | 1 | -3/+3 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 1 | -1/+2 |
* | Move c/b/a/infobar files back to c/b/infobar | kaiwang@chromium.org | 2013-03-19 | 1 | -1/+1 |
* | Split WebContents and navigation notifications out of GoogleURLTracker | stuartmorgan@chromium.org | 2013-02-26 | 1 | -83/+110 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Change infobar creation to use a public static Create() method on the infobar... | pkasting@chromium.org | 2013-01-08 | 1 | -8/+29 |
* | Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper | pkasting@chromium.org | 2012-12-20 | 1 | -19/+19 |
* | chrome/browser: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-17 | 1 | -1/+1 |
* | Fix a crash that could occur if the user closed a tab with an uncommitted sea... | pkasting@chromium.org | 2012-11-01 | 1 | -15/+14 |
* | Split the existing GoogleURLTrackerInfoBarDelegate into two classes by adding... | pkasting@chromium.org | 2012-10-17 | 1 | -292/+303 |
* | Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from GoogleURLTracker. | avi@chromium.org | 2012-10-11 | 1 | -7/+9 |
* | Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch... | pkasting@chromium.org | 2012-10-06 | 1 | -0/+1 |
* | Fix crash due to assuming that if we received an INSTANT_COMMITTED notificati... | pkasting@chromium.org | 2012-08-30 | 1 | -71/+152 |
* | Create chrome/browser/api directory. Move infobar delegates used by Autofill ... | joi@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | More comprehensive handling of NOTIFICATION_NAV_ENTRY_PENDING for GoogleURLTr... | pkasting@chromium.org | 2012-06-26 | 1 | -111/+221 |
* | Move test_url_fetcher_factory.* from content/ to net/url_request | akalin@chromium.org | 2012-06-19 | 1 | -5/+5 |
* | Move content::URLFetcher static functions to net::URLFetcher | akalin@chromium.org | 2012-06-19 | 1 | -2/+2 |
* | TabContentsWrapper -> TabContents, part 15. | avi@chromium.org | 2012-06-11 | 1 | -7/+4 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to... | pkasting@chromium.org | 2012-05-26 | 1 | -7/+9 |
* | Support scheme-setting for GoogleURLTracker. | pkasting@chromium.org | 2012-05-10 | 1 | -27/+220 |
* | Make GoogleURLTracker a profile-keyed service. | pkasting@chromium.org | 2012-05-09 | 1 | -13/+12 |
* | Support instant in GoogleURLTracker. | pkasting@chromium.org | 2012-05-07 | 1 | -3/+2 |
* | Fix a leak. | pkasting@chromium.org | 2012-04-26 | 1 | -0/+5 |
* | Fix a number of problems with the GoogleURLTracker, mostly around the multipl... | pkasting@chromium.org | 2012-04-24 | 1 | -99/+308 |
* | Misc. small cleanups to minimize TemplateURL refactoring diffs: | pkasting@chromium.org | 2012-03-22 | 1 | -6/+5 |
* | Clean up GoogleURLTracker: | pkasting@chromium.org | 2012-03-21 | 1 | -103/+77 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc... | jam@chromium.org | 2011-10-27 | 1 | -1/+1 |
* | Convert URLFetcher::Delegates to use an interface in content/public/common. A... | jam@chromium.org | 2011-10-24 | 1 | -3/+4 |
* | Make NotificationService an interface in the content namespace, and switch ca... | jam@chromium.org | 2011-10-19 | 1 | -4/+4 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+8 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -3/+3 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Fix Linux Views build breakage. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Move URLFetcher from content/common to content/common/net. | willchan@chromium.org | 2011-09-13 | 1 | -1/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -5/+7 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | Move more files from chrome/test to chrome/test/base, part #5 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
* | Add a scoper object for URLFetcher::Factory | phajdan.jr@chromium.org | 2011-07-29 | 1 | -3/+1 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -5/+6 |