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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't leak proxy script fetcher's http transaction factories.
willchan@chromium.org
2010-12-24
3
-14
/
+21
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
40
-93
/
+139
*
Fix problems with my previous patch (r70105) with gmock.
jam@chromium.org
2010-12-24
1
-3
/
+3
*
gtk: Cleanup JSModalDialogGtk implementation.
tfarina@chromium.org
2010-12-24
2
-25
/
+13
*
dom-ui settings:
csilv@chromium.org
2010-12-24
3
-55
/
+200
*
Display background page wrench menu badge on gtk.
atwilson@chromium.org
2010-12-23
1
-10
/
+24
*
Create a URLRequestContext for PAC fetching.
willchan@chromium.org
2010-12-23
8
-124
/
+136
*
Enable background mode on Mac by default.
atwilson@chromium.org
2010-12-23
2
-4
/
+4
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
14
-139
/
+66
*
Change extension unload notification to indicate updates.
asargent@chromium.org
2010-12-23
34
-94
/
+118
*
base/version: remove wstring version
evan@chromium.org
2010-12-23
6
-15
/
+19
*
Create the DownloadItem earlier in the download process.
ahendrickson@chromium.org
2010-12-23
8
-18
/
+117
*
Revert 68944 - Revert "Add named testing interface."
nirnimesh@chromium.org
2010-12-23
5
-28
/
+84
*
Move directory code from chrome/service to chrome/browser.
sergeyu@chromium.org
2010-12-23
3
-0
/
+282
*
Remove chromoting host registration from service process. More IPCs to control
sergeyu@chromium.org
2010-12-23
3
-18
/
+54
*
Mac: Add unit test for effective vs real user ID
sail@chromium.org
2010-12-23
1
-0
/
+25
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
11
-42
/
+45
*
chromeos: Replace copy-and-pasted code with macros.
derat@chromium.org
2010-12-23
2
-179
/
+46
*
Add Flush(Task*) method to CookieMonster.
rdsmith@chromium.org
2010-12-23
3
-1
/
+91
*
Extra cleanup/debugging inspired by issue 66676
rdsmith@chromium.org
2010-12-23
2
-23
/
+68
*
Revert 70063 - Refactor PipelineImpl to use CompositeFilter to manage Filter ...
acolwell@chromium.org
2010-12-23
1
-1
/
+1
*
Refactor PipelineImpl to use CompositeFilter to manage Filter state transitions.
acolwell@chromium.org
2010-12-23
1
-1
/
+1
*
Extend the TTS extension API to allow an extension to register itself as
dmazzoni@chromium.org
2010-12-23
10
-163
/
+482
*
Remove a dead type declaration overlooked when merging.
mnissler@chromium.org
2010-12-23
1
-2
/
+0
*
Observer interface for PolicyProviders
jkummerow@chromium.org
2010-12-23
16
-124
/
+196
*
Handle policy refresh internally in ConfigurationPolicyPrefStore.
mnissler@chromium.org
2010-12-23
22
-1194
/
+1120
*
Introduce a separate preference for 'proxy server mode'
battre@chromium.org
2010-12-23
22
-420
/
+703
*
Refactor the windows policy provider to use AsynchronousPolicyProvider.
danno@chromium.org
2010-12-23
13
-485
/
+522
*
Move data pack from base to app (it's just part of the resource bundle system).
brettw@chromium.org
2010-12-23
2
-6
/
+6
*
Give user the ability to disable the URL request throttler:
yzshen@google.com
2010-12-23
1
-0
/
+6
*
DOMUI: Fix the AutoFill profile list CSS selector for the last item.
jhawkins@chromium.org
2010-12-23
1
-1
/
+1
*
Adding automation proxy hook for accessing information related to omnibox ins...
ace@chromium.org
2010-12-23
2
-0
/
+35
*
Allow calling UserMetrics function from any thread.
jam@chromium.org
2010-12-23
2
-2
/
+13
*
Move base/cocoa_protocols_mac.h to base/mac/cocoa_protocols.h
brettw@chromium.org
2010-12-23
45
-45
/
+45
*
Use FilePath::BaseName instead of the deprecated file_util::GetFilenameFromPath.
tfarina@chromium.org
2010-12-23
1
-1
/
+1
*
DOMUI: Remove two unnecessary getters/setters.
jhawkins@chromium.org
2010-12-22
1
-22
/
+0
*
Mac: Don't hang gpu process if a tab that shares its renderer process with ot...
thakis@chromium.org
2010-12-22
1
-2
/
+43
*
[tabbed options] tidy up some bits of content settings
estade@chromium.org
2010-12-22
6
-14
/
+47
*
DOMUI Settings: UTH: Fix up the 'Web Content' section.
kmadhusu@chromium.org
2010-12-22
4
-4
/
+96
*
touch: Login code necessary only for chromeos.
sadrul@chromium.org
2010-12-22
1
-2
/
+5
*
DOMUI: Implement the new-style Autofill options page.
jhawkins@chromium.org
2010-12-22
15
-378
/
+364
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
19
-160
/
+163
*
Last part of change for bug 49747.
tsepez@chromium.org
2010-12-22
1
-2
/
+7
*
Keep crashed extension info bar across page navigations and close all when ex...
jennb@chromium.org
2010-12-22
4
-11
/
+146
*
Add support for safebrowsing download protection. It is currently under flag ...
lzheng@chromium.org
2010-12-22
5
-36
/
+227
*
Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c...
brettw@chromium.org
2010-12-22
18
-59
/
+64
*
[Sync] Fixed spurious warning being generated on registration loss
akalin@chromium.org
2010-12-22
1
-8
/
+12
*
Fix TaskManagerBrowserTest.NoticeNotificationChanges for touchui==1.
anicolao@google.com
2010-12-22
1
-2
/
+2
*
Move unix domain socket support out of base and into chrome common. This is not
brettw@chromium.org
2010-12-22
3
-27
/
+25
*
Move the wrench menu badge into the upper right corner, to match other platfo...
atwilson@chromium.org
2010-12-22
1
-12
/
+42
[prev]
[next]