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
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
30
-198
/
+217
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
7
-9
/
+9
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
2
-16
/
+18
*
Replace all PROPVARIANTs by base::win::ScopedPropVariant across the entire co...
gab@chromium.org
2013-02-03
2
-9
/
+19
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
8
-27
/
+38
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
history: Rename history.h to history_service.h
tfarina@chromium.org
2013-01-25
1
-1
/
+1
*
bookmarks: Forward declare FaviconImageResult in bookmark_model.h
tfarina@chromium.org
2012-12-21
2
-0
/
+3
*
Get rid of ipc_sender.h include in ipc_message.h.
viettrungluu@chromium.org
2012-12-14
2
-1
/
+6
*
Avoid importing IE default bookmarks
yoichio@chromium.org
2012-12-11
2
-1
/
+9
*
importer: Fix the order of the parameters passed to ShowMessageBox().
tfarina@chromium.org
2012-11-22
1
-2
/
+5
*
ipc: Remove ipc_listener.h from ipc_channel.h and update the files.
tfarina@chromium.org
2012-11-17
1
-0
/
+1
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
4
-8
/
+8
*
Moved extension installation from FILE thread. CrxInstaller and friends are n...
zelidrag@chromium.org
2012-11-15
1
-1
/
+3
*
Add security team as IPC file reviewers.
tsepez@chromium.org
2012-11-09
1
-0
/
+9
*
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
[next]