index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
google
/
google_url_tracker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split the existing GoogleURLTrackerInfoBarDelegate into two classes by adding...
pkasting@chromium.org
2012-10-17
1
-118
/
+101
*
Switch NOTIFICATION_INSTANT_COMMITTED to source a WebContents.
avi@chromium.org
2012-10-11
1
-2
/
+2
*
Remove NOTIFICATION_TAB_CONTENTS_DESTROYED from GoogleURLTracker.
avi@chromium.org
2012-10-11
1
-24
/
+25
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
1
-15
/
+19
*
Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch...
pkasting@chromium.org
2012-10-06
1
-141
/
+5
*
Allow the X-Chrome-Variations header to transmit to all ports.
stevet@chromium.org
2012-09-06
1
-1
/
+2
*
Fix crash due to assuming that if we received an INSTANT_COMMITTED notificati...
pkasting@chromium.org
2012-08-30
1
-28
/
+54
*
Introduce InfoBarTabService API.
joi@chromium.org
2012-08-20
1
-2
/
+2
*
GoogleURLTracker should ignore PENDING notifications from non-tabs.
pkasting@chromium.org
2012-07-12
1
-7
/
+15
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-07-02
1
-1
/
+2
*
More comprehensive handling of NOTIFICATION_NAV_ENTRY_PENDING for GoogleURLTr...
pkasting@chromium.org
2012-06-26
1
-92
/
+203
*
Reorder virtual function overrides in private section to the top of the secti...
pkasting@chromium.org
2012-06-22
1
-74
/
+74
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
1
-3
/
+3
*
TabContentsWrapper -> TabContents, part 15.
avi@chromium.org
2012-06-11
1
-15
/
+11
*
When the Google base URL changes and causes keyword updates, save those to th...
pkasting@chromium.org
2012-06-05
1
-1
/
+2
*
Add NOTIFICATION_TAB_CONTENTS_DESTROYED when a TabContentsWrapper is about to...
pkasting@chromium.org
2012-05-26
1
-33
/
+34
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
1
-2
/
+2
*
Fix unsafe attempt to blindly access owner() in GoogleURLTracker::Close().
pkasting@chromium.org
2012-05-22
1
-1
/
+1
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
1
-1
/
+1
*
Support scheme-setting for GoogleURLTracker.
pkasting@chromium.org
2012-05-10
1
-31
/
+68
*
Make GoogleURLTracker a profile-keyed service.
pkasting@chromium.org
2012-05-09
1
-26
/
+27
*
Support instant in GoogleURLTracker.
pkasting@chromium.org
2012-05-07
1
-13
/
+34
*
A few small tweaks based on further analysis of GoogleURLTracker:
pkasting@chromium.org
2012-05-03
1
-24
/
+23
*
Fix a number of problems with the GoogleURLTracker, mostly around the multipl...
pkasting@chromium.org
2012-04-24
1
-90
/
+149
*
Move notifications used only in chrome/ out of content/.
avi@chromium.org
2012-04-16
1
-3
/
+9
*
Adding a flag to overwrite the URL used to check the domain to use for searches
jcivelli@chromium.org
2012-03-26
1
-3
/
+7
*
Misc. small cleanups to minimize TemplateURL refactoring diffs:
pkasting@chromium.org
2012-03-22
1
-7
/
+6
*
Clean up GoogleURLTracker:
pkasting@chromium.org
2012-03-21
1
-71
/
+63
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-2
/
+3
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-3
/
+2
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-2
/
+3
*
Get rid of content::NavigationController in cc file and use "using" instead.
jam@chromium.org
2012-01-04
1
-6
/
+7
*
Convert WebContents to return a content::NavigationController instead of the ...
jam@chromium.org
2012-01-04
1
-1
/
+1
*
Convert all the notifications which use NavigationController to content::Navi...
jam@chromium.org
2012-01-03
1
-7
/
+7
*
Convert chrome users of NavigationController::tab_contents() to use GetWebCon...
jam@chromium.org
2012-01-02
1
-8
/
+9
*
Remove the remaining usages of NavigationEntry in chrome by converting a few ...
jam@chromium.org
2011-12-28
1
-2
/
+2
*
Move the PageNavigator interface and GlobalRequestID struct to content\public...
jam@chromium.org
2011-12-28
1
-7
/
+15
*
Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ...
jam@chromium.org
2011-12-27
1
-0
/
+1
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
1
-1
/
+1
*
Convert chrome callers of UrlFetcher to use the interface. I'll switch tests ...
jam@chromium.org
2011-10-26
1
-3
/
+4
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-7
/
+7
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
1
-8
/
+5
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-6
/
+6
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
1
-9
/
+10
*
Move PageTransition into content namespace. While I'm touching all these file...
jam@chromium.org
2011-10-13
1
-2
/
+2
*
Move infobar handling to a tab helper.
avi@chromium.org
2011-09-30
1
-11
/
+16
*
Change some uses of old callback types to new ones.
pkasting@chromium.org
2011-09-27
1
-6
/
+6
*
Move infobar handling to a tab helper, part 1.
avi@chromium.org
2011-09-01
1
-1
/
+2
*
Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...
thakis@chromium.org
2011-09-01
1
-2
/
+1
[next]