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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add UMA metrics for Android Chrome Google Search.
kmadhusu@chromium.org
2014-06-20
5
-43
/
+149
*
Componentize google_util
blundell@chromium.org
2014-06-19
8
-352
/
+3
*
Set x-chrome-connected header on youtube
guohui@chromium.org
2014-06-17
3
-15
/
+99
*
Change google_util::AppendGoogleLocaleParam to take in the application locale
blundell@chromium.org
2014-06-13
2
-14
/
+5
*
Componentize URLFixerUpper.
blundell@chromium.org
2014-06-12
1
-2
/
+2
*
Do not append Google locale to help center links
blundell@chromium.org
2014-06-12
3
-10
/
+0
*
Change google_util::GetGoogleLocale() to take in the application locale
blundell@chromium.org
2014-06-11
2
-11
/
+9
*
Componentize GoogleURLTracker(InfoBarDelegate,MapEntry,NavHelper)
blundell@chromium.org
2014-06-08
17
-1013
/
+39
*
Move branding information out of google_util
blundell@chromium.org
2014-06-06
7
-171
/
+217
*
Eliminate GoogleURLTracker having a Profile ivar
blundell@chromium.org
2014-06-05
6
-31
/
+51
*
Abstract GoogleURLTracker & google_util Profile dependencies
blundell@chromium.org
2014-06-04
6
-71
/
+85
*
GoogleURLTrackerInfoBarDelegate: Initialize uninitialized member in constructor.
finnur@chromium.org
2014-06-03
1
-0
/
+1
*
Remove Infobars notifications from GoogleURLTrackerMapEntry
droger@chromium.org
2014-06-03
5
-362
/
+278
*
Eliminate GoogleURLTracker's dependence on //chrome-level switches
blundell@chromium.org
2014-06-01
6
-5
/
+17
*
Eliminate dependence of GoogleURLTracker et al. on InfoBarService
blundell@chromium.org
2014-05-30
10
-115
/
+186
*
Turn GoogleURLTrackerNavigationHelper(Impl) into a per-tab object.
blundell@chromium.org
2014-05-29
11
-232
/
+187
*
Revert of Turn GoogleURLTrackerNavigationHelper(Impl) into a per-tab object. ...
blundell@chromium.org
2014-05-23
11
-186
/
+232
*
Turn GoogleURLTrackerNavigationHelper(Impl) into a per-tab object.
blundell@chromium.org
2014-05-22
11
-232
/
+186
*
infobars: Componentize ConfirmInfoBarDelegate.
tfarina@chromium.org
2014-05-22
1
-1
/
+1
*
Create GoogleURLTrackerClient interface and //chrome implementation
blundell@chromium.org
2014-05-20
9
-81
/
+165
*
Revert of Revert of Elimate NOTIFICATION_GOOGLE_URL_UPDATED (https://coderevi...
thakis@chromium.org
2014-05-19
3
-78
/
+73
*
Revert of Elimate NOTIFICATION_GOOGLE_URL_UPDATED (https://codereview.chromiu...
thakis@chromium.org
2014-05-19
3
-73
/
+78
*
Elimate NOTIFICATION_GOOGLE_URL_UPDATED
blundell@chromium.org
2014-05-18
3
-78
/
+73
*
Introduce ability to register callback with GoogleURLTracker
blundell@chromium.org
2014-05-17
2
-2
/
+29
*
components: Extract pref_registry component out of user_prefs.
tfarina@chromium.org
2014-05-15
1
-1
/
+1
*
Create //components/google and componentize GoogleSearchMetrics
blundell@chromium.org
2014-05-14
4
-58
/
+2
*
Revert 267900 "Force usage of HTTPS for Google services."
benjhayden@chromium.org
2014-05-02
4
-138
/
+236
*
Force usage of HTTPS for Google services.
pkasting@chromium.org
2014-05-02
4
-236
/
+138
*
Renamed namespaces in src/chrome.
vitalybuka@chromium.org
2014-04-30
3
-8
/
+6
*
Move Infobars core files to the Infobars component
droger@chromium.org
2014-04-18
6
-32
/
+39
*
Revert 262846, as the revert has now been merged to M35.
mmenke@chromium.org
2014-04-15
2
-22
/
+52
*
Remove InfoBarDelegate::web_contents()
droger@chromium.org
2014-04-10
1
-8
/
+10
*
Revert 255617, due to it not tracking use of the link doctor page properly.
mmenke@chromium.org
2014-04-09
2
-52
/
+22
*
Remove dependency from infobars on LoadCommittedDetails
droger@chromium.org
2014-04-04
2
-5
/
+5
*
Protect google update setting's posix guid by a lock
jochen@chromium.org
2014-04-01
1
-18
/
+26
*
Removing unused flag google-search-domain-check-url
jcivelli@chromium.org
2014-03-31
1
-7
/
+2
*
Ignore --google-base-url if the specified URL has a query or ref.
pkasting@chromium.org
2014-03-24
3
-16
/
+55
*
Move UTF16ToASCII, remove WideToASCII.
brettw@chromium.org
2014-03-14
1
-2
/
+2
*
Remove a variety of defunct flags.
estade@chromium.org
2014-03-14
1
-9
/
+0
*
Move clients of BrowserContextKeyedService to use KeyedService (#5)
blundell@chromium.org
2014-03-13
3
-7
/
+7
*
Reland 254207 (Reverted in 254241, due to a missing line. Cleaned up code a ...
mmenke@chromium.org
2014-03-07
2
-22
/
+52
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Get Brand code from Statistics provider.
alemate@chromium.org
2014-03-05
2
-3
/
+15
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
2
-2
/
+2
*
Revert 254207 "Switch to using the new Link Doctor API."
erikwright@chromium.org
2014-02-28
2
-52
/
+22
*
Switch to using the new Link Doctor API.
mmenke@chromium.org
2014-02-28
2
-22
/
+52
*
Ensure WeakPtrFactories are at the end of their owning classes and refer
pkasting@chromium.org
2014-01-14
2
-4
/
+4
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-13
1
-2
/
+2
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-3
/
+3
*
Convert string16 to use base namespace.
brettw@chromium.org
2013-12-09
5
-26
/
+26
[next]