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
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow cloud print connector to use test gaia.
vitalybuka@chromium.org
2013-05-03
1
-0
/
+3
*
Pass --cloud-print-service into GCP connector.
vitalybuka@chromium.org
2013-04-30
1
-0
/
+1
*
Copy --no-service-autorun and --cloud-print-setup-proxy to service chrome pro...
vitalybuka@chromium.org
2013-03-28
1
-29
/
+14
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Merge branch 'master' into file_path_browser
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
1
-1
/
+1
*
Add more OWNERS inside chrome/browser.
thestig@chromium.org
2012-08-22
1
-0
/
+5
*
Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ...
jam@chromium.org
2012-07-26
1
-4
/
+4
*
Switch to TimeDelta interfaces of TestTimeouts in chrome and ui code reviewab...
tedvessenes@gmail.com
2012-07-09
1
-1
/
+1
*
Separate out IPC::Message::Sender and Channel::Listener into a separate class.
brettw@chromium.org
2012-06-11
1
-4
/
+6
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-27
1
-1
/
+1
*
check for successful exit code in WaitForSingleProcess on Windows to
bruening@chromium.org
2012-01-23
1
-1
/
+3
*
Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.
hbono@chromium.org
2012-01-16
1
-1
/
+1
*
Convert use of int ms to TimeDelta in files owned by brettw.
tedvessenes@gmail.com
2012-01-16
1
-1
/
+1
*
Cloud Print Connector Policy, Service-side enforcement.
scottbyer@chromium.org
2012-01-14
2
-2
/
+11
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
And now NewRunnableMethod(), you die.
ajwong@chromium.org
2012-01-04
2
-6
/
+2
*
Removing MessageLoop::QuitTask() from chrome/
dcheng@chromium.org
2011-12-10
1
-3
/
+3
*
Make ChildProcessHost be used through an interface in content/public, instead...
jam@chromium.org
2011-12-03
1
-1
/
+2
*
Cleanup pass from Cloud Print Proxy policy check implementation. See original...
scottbyer@chromium.org
2011-11-22
3
-9
/
+9
*
Add OVERRIDE to chrome/browser/.
avi@chromium.org
2011-11-21
1
-2
/
+2
*
Cloud print connector policy.
scottbyer@chromium.org
2011-11-16
2
-5
/
+15
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
2
-0
/
+4
*
base::Bind: Finish conversion in ServiceProcessControl.
jhawkins@chromium.org
2011-10-29
3
-25
/
+29
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
2
-4
/
+4
*
base::Bind: Convert ServiceProcessControl::CloudPrintProxyInfoHandler.
jhawkins@chromium.org
2011-10-27
3
-14
/
+15
*
ServiceProcessControl: Remove redundant clears added in r107235.
jhawkins@chromium.org
2011-10-26
1
-6
/
+0
*
base::Bind: Convert CloudPrintProxyService.
jhawkins@chromium.org
2011-10-25
3
-58
/
+38
*
Make NotificationService an interface in the content namespace, and switch ca...
jam@chromium.org
2011-10-19
1
-2
/
+2
*
Move NotificationObserver, NotificationSource, and NotificationDetails to con...
jam@chromium.org
2011-10-19
2
-11
/
+12
*
try turning tests back on
dmaclach@chromium.org
2011-08-27
1
-37
/
+6
*
Give plug-in processes an executable heap and disable PIE/ASLR for Native
mark@chromium.org
2011-08-24
1
-1
/
+8
*
This patch caused Chrome to be unable to load any web pages on Chrome OS.
satorux@chromium.org
2011-08-23
1
-2
/
+1
*
Fix IPC OnChannelConnected() to send correct PID on Linux/CrOS
jamescook@chromium.org
2011-08-19
1
-1
/
+2
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
1
-3
/
+3
*
Move in_process_browser_test and ui_test_utils to chrome/test/base
phajdan.jr@chromium.org
2011-07-29
1
-2
/
+2
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
1
-1
/
+1
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
1
-1
/
+5
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
2
-4
/
+5
*
Remove g_browser_process dependency from content. Also make all the SyncChan...
jam@chromium.org
2011-06-13
2
-6
/
+4
*
The ServiceProcessControl class is now a singleton and is not keyed off the p...
sanjeevr@chromium.org
2011-06-02
5
-130
/
+38
*
GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms
phajdan.jr@chromium.org
2011-05-20
1
-1
/
+1
*
Changed the IPC between the browser and the service process to return more de...
sanjeevr@chromium.org
2011-05-11
3
-22
/
+29
*
Remove the Remoting Host component from Chrome.
wez@chromium.org
2011-05-10
3
-97
/
+4
*
iwyu: Use callback_old.h where appropriate, part 2.
jhawkins@chromium.org
2011-05-10
1
-1
/
+1
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
1
-7
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-3
/
+3
*
BUG=none
simonmorris@chromium.org
2011-03-18
1
-0
/
+5
*
Coverity: Pass parameters by ref.
jhawkins@chromium.org
2011-03-11
2
-2
/
+2
[next]