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
/
history
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove temporary redirect header and DEPS exception for cancelable_request.h
joi@chromium.org
2011-12-27
7
-8
/
+8
*
Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...
jam@chromium.org
2011-12-25
1
-6
/
+6
*
Create a Content API around NavigationEntry that's in content/public/browser....
jam@chromium.org
2011-12-25
2
-2
/
+2
*
base::Bind: Convert NewRunnableMethod in chrome/browser.
jhawkins@chromium.org
2011-12-24
2
-10
/
+9
*
[sql] WARN_UNUSED_RESULT on Execute().
shess@chromium.org
2011-12-23
10
-69
/
+76
*
Refactor InMemoryURLIndex and its URLIndexPrivateData Classes--Part 2
mrossetti@chromium.org
2011-12-23
3
-243
/
+247
*
Coverity: Fix unchecked return values
kmadhusu@chromium.org
2011-12-22
1
-1
/
+2
*
Move TabContentsObserver to content/public, rename it to WebContentsObserver,...
jam@chromium.org
2011-12-22
2
-4
/
+4
*
Move navigation_details.h to content/public/browser.
jam@chromium.org
2011-12-22
2
-2
/
+2
*
Refactor InMemoryURLIndex and its URLIndexPrivateData Classes
mrossetti@chromium.org
2011-12-22
6
-866
/
+887
*
Fix latent bugs in ExpireHistoryBackend::DeleteURLs
akalin@chromium.org
2011-12-21
2
-7
/
+44
*
Rename TabContents::browser_context() to GetBrowserContext and put it into th...
jam@chromium.org
2011-12-21
2
-3
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-2
/
+8
*
Revert 115227 - Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-21
1
-8
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-12-20
1
-2
/
+8
*
Move TabContentsDelegate to content/public/browser and put it in the content ...
tfarina@chromium.org
2011-12-20
1
-2
/
+1
*
Rename ui::EventFlags mouse flags to be more sensible
dhollowa@chromium.org
2011-12-20
1
-1
/
+1
*
Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...
jam@chromium.org
2011-12-20
2
-2
/
+5
*
Start creating the content::WebPage interface around TabContents. This is jus...
jam@chromium.org
2011-12-20
1
-2
/
+2
*
Tightened up checks for bad ids in download_database.cc.
rdsmith@chromium.org
2011-12-19
2
-10
/
+50
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-19
1
-2
/
+7
*
Revert 114944 - Standardize StringToInt{,64} interface.
battre@chromium.org
2011-12-18
1
-7
/
+2
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-18
1
-2
/
+7
*
Revert 114929 - Standardize StringToInt{,64} interface.
rsleevi@chromium.org
2011-12-17
1
-7
/
+2
*
Standardize StringToInt{,64} interface.
tedvessenes@gmail.com
2011-12-17
1
-2
/
+7
*
Avoid including gtest file directly, and go through base instead
jar@chromium.org
2011-12-15
1
-1
/
+0
*
Add ExpireHistoryBackend::DeleteURLs method
akalin@chromium.org
2011-12-15
3
-41
/
+37
*
[Sync] Add HistoryService::DeleteURLsForTest
akalin@chromium.org
2011-12-14
2
-0
/
+10
*
Eliminated the last few uses of MessageLoop::QuitTask in chrome/
dcheng@chromium.org
2011-12-10
6
-14
/
+13
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-1
/
+1
*
Be Careful when Accessing Map
mrossetti@chromium.org
2011-12-04
1
-2
/
+8
*
Pass along the referrer policy (renderer side)
jochen@chromium.org
2011-12-03
1
-1
/
+1
*
BookmarkModel cleanup. synced_node is now mobile_node and I'm nuking
sky@chromium.org
2011-12-01
2
-12
/
+12
*
Improve Autocomplete Matches and Handling of Large Results Sets
mrossetti@chromium.org
2011-12-01
4
-169
/
+222
*
Switch to IWYU for files that previously were getting a bunch of
joi@chromium.org
2011-12-01
2
-0
/
+2
*
fix default most visited tile title
estade@chromium.org
2011-11-30
1
-1
/
+1
*
Change |details| ownership when posting BroadcastNotifications() task.
shess@chromium.org
2011-11-29
2
-14
/
+9
*
Init favicon db's meta table after migration.
michaelbai@chromium.org
2011-11-29
3
-0
/
+14
*
[ntp4] Use highest quality jpeg compression for thumbnail images.
csilv@chromium.org
2011-11-28
2
-2
/
+11
*
Revert 111378 - HQP Refactoring (in Preparation for SQLite Cache)
zmo@google.com
2011-11-24
13
-290
/
+204
*
Reverting based on discussions on #chromium with shess and rsleevi
jamiewalch@google.com
2011-11-23
6
-104
/
+10
*
Add a field trial for using lower sqlite cache sizes.
brettw@chromium.org
2011-11-23
6
-10
/
+104
*
HQP Refactoring (in Preparation for SQLite Cache)
mrossetti@chromium.org
2011-11-23
13
-204
/
+290
*
Make HistoryDatabase own StarredURLDatabase instead of inheriting from it.
tfarina@chromium.org
2011-11-22
5
-27
/
+26
*
Replace ScopedCommandLineOverride with TestSuite listener.
miket@chromium.org
2011-11-22
1
-5
/
+1
*
Get rid of a bunch of view_messages.h includes from chrome by making the TabC...
jam@chromium.org
2011-11-21
2
-7
/
+8
*
Check dbg_statement.Succeeded() in RemoveDownloadsBetween.
benjhayden@chromium.org
2011-11-21
1
-0
/
+1
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
8
-11
/
+11
*
Provide assumed favicon for intents if page was never visited.
groby@chromium.org
2011-11-18
8
-0
/
+150
*
Adds bug id to ui_controls_aura and marks a test FAILS on aura because
sky@chromium.org
2011-11-16
1
-1
/
+4
[next]