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
/
importer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate duplicate COM and OLE initializations.
pkasting@chromium.org
2012-10-23
1
-4
/
+0
*
use a local version of pstore declarations, fixes compilation for win8sdk + v...
scottmg@chromium.org
2012-10-10
3
-2
/
+184
*
Move forms/ out of webkit/.
blundell@chromium.org
2012-10-05
20
-55
/
+45
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-0
/
+2
*
Cleanup the IPC param traits structure:
jam@chromium.org
2012-09-25
1
-1
/
+1
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-1
/
+2
*
Revert 152904 - Moving FaviconService to a ProfileKeyedService.
ricow@chromium.org
2012-08-23
1
-2
/
+1
*
Moving FaviconService to a ProfileKeyedService.
rlp@chromium.org
2012-08-23
1
-1
/
+2
*
Get the Firefox branding name dynamically
cristian.patrasciuc@gmail.com
2012-08-10
4
-2
/
+128
*
Add isherman to chrome/browser/importer OWNERS
isherman@chromium.org
2012-08-08
1
-0
/
+1
*
Removing instances of profile_->GetBookmarkModel() as part of converting Book...
rlp@chromium.org
2012-07-30
2
-4
/
+6
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-1
/
+1
*
Import favicons from Internet Explorer.
kinaba@chromium.org
2012-07-19
3
-50
/
+258
*
Move implementation of BrowserList onto an inner, instantiatable class, Brows...
ben@chromium.org
2012-07-12
2
-3
/
+4
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
33
-33
/
+0
*
Remove browser::FindLastActiveWithProfile call in importer code. There are ma...
jam@chromium.org
2012-07-10
2
-6
/
+21
*
Switch to TimeDelta interface for WaitForSingleProcess in importer unit test.
tedvessenes@gmail.com
2012-07-09
1
-1
/
+1
*
browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h int...
tfarina@chromium.org
2012-07-04
1
-2
/
+2
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-3
/
+3
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-1
/
+3
*
Make GlobalDescriptors::MaybeGet return -1 when the key is not found.
jcivelli@chromium.org
2012-06-27
1
-1
/
+2
*
A working implementation of AQS (Assisted Query Stats).
bartn@google.com
2012-06-24
1
-2
/
+2
*
Removing usage of profile_->GetHistory() from the codebase in order to remove...
rlp@chromium.org
2012-06-19
1
-1
/
+2
*
Move content::URLFetcher static functions to net::URLFetcher
akalin@chromium.org
2012-06-19
1
-3
/
+3
*
Rename IPC::Channel and IPC::Sender in src/chrome.
brettw@chromium.org
2012-06-15
3
-9
/
+9
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Change most content::URLFetcher references to net::URLFetcher
akalin@chromium.org
2012-05-23
1
-2
/
+2
*
Remove content::URLFetcherDelegate
akalin@chromium.org
2012-05-22
1
-5
/
+9
*
It seems GAIA had changed dosserver rules today, so we can go back to account...
zelidrag@chromium.org
2012-05-18
1
-1
/
+1
*
Reverted 136345 - Ran into GAIA dosserver issues in prod for http://accounts....
zelidrag@chromium.org
2012-05-18
1
-1
/
+1
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-2
/
+2
*
importer: Make use of ShowMessageBox() function in ImporterHost.
tfarina@chromium.org
2012-05-16
1
-11
/
+4
*
Move libxml_utils from chrome/common to third_party/libxml/chromium.
dtu@chromium.org
2012-05-15
2
-3
/
+3
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-14
1
-1
/
+3
*
Revert 136499 - Taking over issue 10006037.
yusukes@google.com
2012-05-11
1
-3
/
+1
*
Move URLFetcherDelegate to net/ and split URLFetcher between net/ and content/
akalin@chromium.org
2012-05-11
2
-3
/
+3
*
Taking over issue 10006037.
rlp@chromium.org
2012-05-11
1
-1
/
+3
*
Update GAIA URL to accounts.google.com/... from www.google.com/accounts/...
zelidrag@chromium.org
2012-05-10
1
-1
/
+1
*
Remove the "autogenerate keyword" bit on TemplateURL.
pkasting@chromium.org
2012-05-08
2
-6
/
+2
*
Remove const qualifiers on "TemplateURL*" in many TemplateURLService APIs. T...
pkasting@chromium.org
2012-04-27
1
-1
/
+1
*
RefCounted types should not have public destructors, chrome/browser/ part 6
rsleevi@chromium.org
2012-04-27
5
-65
/
+75
*
Added parameter 'clear_bound_vars', so we could reset the statement without c...
michaelbai@chromium.org
2012-04-25
2
-2
/
+2
*
Add a Profile* member to TemplateURL. This makes some invocations of Replace...
pkasting@chromium.org
2012-04-23
4
-5
/
+8
*
Enforce that TemplateURLs' URLs cannot be empty.
pkasting@chromium.org
2012-04-19
1
-10
/
+8
*
More misc. cleanups to minimize future refactoring diffs:
pkasting@chromium.org
2012-04-10
1
-1
/
+1
*
Update uses of TimeDelta in mac firefox importer test code.
tedvessenes@gmail.com
2012-04-09
1
-1
/
+1
*
Send results back from ExternalProcessImporterBridge on the correct thread.
bauerb@chromium.org
2012-04-07
2
-6
/
+22
*
include <iterator>, fixes build for non-pch on vs2010
scottmg@chromium.org
2012-04-07
1
-0
/
+2
*
Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...
pkasting@chromium.org
2012-04-07
4
-74
/
+75
*
Revert 131019 - This caused memory tests to fail on all the perf bots.
kerz@chromium.org
2012-04-06
4
-75
/
+74
[next]