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
/
predictors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move clients of BrowserContextKeyedService to use KeyedService (#4)
blundell@chromium.org
2014-03-14
6
-15
/
+14
*
Removes MessageLoop::TYPE_XXX where possible
sky@chromium.org
2014-01-15
2
-4
/
+2
*
Remove the speculative resource prefetching code. This was experimental code ...
jam@chromium.org
2014-01-06
19
-5114
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
2
-3
/
+4
*
Enables AutocompleteEditTest.InlineAutocompleteText fixing a leak.
yukishiino@chromium.org
2013-12-18
1
-1
/
+2
*
Adds a unittest for the inline autocompletion in Omnibox.
yukishiino@chromium.org
2013-12-09
1
-3
/
+6
*
Add base namespace to some instances of string16.
brettw@chromium.org
2013-12-06
6
-18
/
+18
*
Move GetFileSize, NormalizeFilePath to base namespace
brettw@chromium.org
2013-12-04
1
-1
/
+1
*
[Net] Add a priority parameter to URLRequest's constructor
akalin@chromium.org
2013-10-31
1
-5
/
+4
*
Remove content notifications from ResourcePrefetchPredictor, remove NOTIFICAT...
avi@chromium.org
2013-10-14
9
-119
/
+163
*
content: Move kHttpScheme constant into content namespace.
tfarina@chromium.org
2013-09-15
1
-3
/
+3
*
Revert 219709 "Remove the Extensions URLRequestContext."
earthdok@chromium.org
2013-08-27
1
-8
/
+21
*
Remove the Extensions URLRequestContext.
ajwong@chromium.org
2013-08-27
1
-21
/
+8
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-24
2
-2
/
+2
*
Revert 213148 "Add asserts to TestingProfile::CreateHistoryServi..."
rlarocque@chromium.org
2013-07-23
2
-2
/
+2
*
Add asserts to TestingProfile::CreateHistoryService to ensure files are deleted
rmcilroy@chromium.org
2013-07-23
2
-2
/
+2
*
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue...
scottmg@chromium.org
2013-07-23
2
-2
/
+2
*
Revert 212927 "Move webkitplatformsupport_impl and related from ..."
bryeung@chromium.org
2013-07-22
2
-2
/
+2
*
Move webkitplatformsupport_impl and related from glue to child
scottmg@chromium.org
2013-07-22
2
-2
/
+2
*
Revert "Fix SessionStorage confusion between RenderViewHostImpl and Navigatio...
marja@chromium.org
2013-07-20
2
-2
/
+7
*
Fix SessionStorage confusion between RenderViewHostImpl and NavigationControl...
marja@chromium.org
2013-07-18
2
-7
/
+2
*
Use a direct include of the message_loop header in chrome/browser/, part 8.
avi@chromium.org
2013-07-17
5
-6
/
+6
*
Update some includes of chrome_notification_types.h
jam@chromium.org
2013-07-12
2
-2
/
+2
*
chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1
tfarina@chromium.org
2013-07-02
7
-8
/
+8
*
Use a direct include of time headers in chrome/browser/, part 4.
avi@chromium.org
2013-06-28
8
-8
/
+8
*
[sql] Add histogram tag to predictor database.
shess@chromium.org
2013-06-27
1
-0
/
+1
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in chrome/.
dcheng@chromium.org
2013-06-12
1
-1
/
+0
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Use a direct include of strings headers in chrome/browser/o*-p*/.
avi@chromium.org
2013-06-11
9
-10
/
+10
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
5
-5
/
+5
*
Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-02
4
-32
/
+31
*
Rename AutocompleteLog to OmniboxLog and move it into c/b/omnibox.
tfarina@chromium.org
2013-06-01
2
-6
/
+5
*
chrome: Use base::MessageLoop. (Part 3)
xhwang@chromium.org
2013-05-28
5
-11
/
+11
*
Remove references to Profile from browser_context_keyed_service.
phajdan.jr@chromium.org
2013-05-22
9
-26
/
+30
*
Move AutocompleteMatch::Type enum to chrome/common/autocomplete_match_type.h
kmadhusu@chromium.org
2013-05-21
1
-2
/
+2
*
Move ProfileKeyedService infrastructure to a component
phajdan.jr@chromium.org
2013-05-20
9
-10
/
+10
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-17
3
-0
/
+6
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-14
1
-1
/
+3
*
Revert 199771 "Add support for split Public Suffix List distinct..."
nyquist@chromium.org
2013-05-13
1
-3
/
+1
*
Add support for split Public Suffix List distinctions.
nyquist@chromium.org
2013-05-13
1
-1
/
+3
*
Revert 199566 "Drop more dependencies of ProfileKeyedService inf..."
tzik@chromium.org
2013-05-13
3
-6
/
+0
*
Drop more dependencies of ProfileKeyedService infrastructure on chrome.
phajdan.jr@chromium.org
2013-05-10
3
-0
/
+6
*
Change GetProfileToUse method from Profile to content::BrowserContext
phajdan.jr@chromium.org
2013-05-03
2
-4
/
+7
*
[components] Switch {RefCounted}ProfileKeyedService to use BrowserContext
phajdan.jr@chromium.org
2013-04-26
6
-8
/
+10
*
Delete LoggedInPredictor state when the last cookie for a domain is deleted o...
tburkard@chromium.org
2013-04-25
2
-7
/
+57
*
Revert 196304 "Delete LoggedInPredictor state when the last cook..."
atwilson@chromium.org
2013-04-25
2
-57
/
+7
*
Delete LoggedInPredictor state when the last cookie for a domain is deleted o...
tburkard@chromium.org
2013-04-25
2
-7
/
+57
*
Add the LoggedIn Predictor, to detect which websites a user is likely
tburkard@chromium.org
2013-04-17
4
-2
/
+194
*
Revert 194541 "Revert 194504 "Fix build break""
kjellander@google.com
2013-04-17
1
-1
/
+1
*
Revert 194504 "Fix build break"
kjellander@google.com
2013-04-17
1
-1
/
+1
[next]