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
/
service
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-0
/
+4
*
Fix instances of passing raw pointers to RefCounted objects in tasks.
willchan@chromium.org
2010-10-08
1
-2
/
+6
*
All communication with the cloud print proxy service from the browser now hap...
sanjeevr@chromium.org
2010-10-07
4
-3
/
+40
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-4
/
+0
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-0
/
+4
*
Match up array delete to array allocate.
avi@chromium.org
2010-10-06
1
-1
/
+1
*
Removed the ServiceProcessType enum because a single service process should h...
sanjeevr@chromium.org
2010-10-05
2
-3
/
+7
*
The service process now enables a timebomb on startup to check if its service...
sanjeevr@chromium.org
2010-10-04
5
-11
/
+46
*
Added the X-Google-CloudPrint-Proxy: header to all cloud print proxy requests.
sanjeevr@chromium.org
2010-10-01
3
-1
/
+6
*
Changed the implementation of the utility process method to render a PDF into...
sanjeevr@chromium.org
2010-09-30
5
-14
/
+73
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-1
/
+2
*
Cloud Print Proxy error handling.
scottbyer@chromium.org
2010-09-28
1
-1
/
+1
*
Handled failures of Spool correctly.
sanjeevr@chromium.org
2010-09-28
1
-8
/
+6
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
1
-2
/
+1
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-28
1
-1
/
+2
*
Cloud print proxy management UI.
scottbyer@chromium.org
2010-09-27
2
-4
/
+6
*
Switched the cloud print proxy to use the Google push notifications.
sanjeevr@chromium.org
2010-09-27
3
-9
/
+16
*
Added code to launch the browser to show token expired notifications.
sanjeevr@chromium.org
2010-09-24
1
-0
/
+32
*
Recreate the channel when an IPC client to the service process (typically a b...
sanjeevr@chromium.org
2010-09-22
2
-6
/
+17
*
Added a sync IPC method to check the enabled state of the cloud print proxy.
sanjeevr@chromium.org
2010-09-16
4
-6
/
+34
*
Removed TalkMediator SSL initialization.
akalin@chromium.org
2010-09-16
1
-3
/
+1
*
base: Move SplitStringDontTrim functions from string_util.h to string_split.h
tfarina@chromium.org
2010-09-15
1
-1
/
+2
*
The LSID for Cloud Print can now be supplied on the command line even if Clou...
sanjeevr@chromium.org
2010-09-14
4
-21
/
+29
*
The Cloud Print proxy now handles auth errors and disables the cloud print pr...
sanjeevr@chromium.org
2010-09-13
11
-36
/
+178
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-08
1
-3
/
+3
*
Revert 58768 - Adding the sync-notification-host command line parameter to th...
rsimha@chromium.org
2010-09-07
1
-3
/
+3
*
Adding the sync-notification-host command line parameter to the integration t...
rsimha@chromium.org
2010-09-07
1
-3
/
+3
*
This CL contains the following changes:
sanjeevr@chromium.org
2010-09-07
8
-63
/
+186
*
Registered the service process to AutoRun (for Windows) if any service (Cloud...
sanjeevr@chromium.org
2010-09-01
4
-11
/
+118
*
Use ChromeAsyncSocket by default for cloud print.
akalin@chromium.org
2010-09-01
1
-1
/
+1
*
Use named events instead of lock files for service process
hclam@chromium.org
2010-08-31
1
-9
/
+7
*
Chromoting: Get screen size locally if it wasn't given in the mouse message.
garykac@google.com
2010-08-31
1
-4
/
+4
*
Updated chromoting directory URL to use www.googleapis.com, switched to https.
sergeyu@chromium.org
2010-08-30
1
-1
/
+1
*
Remove unused variable.
finnur@chromium.org
2010-08-30
1
-5
/
+2
*
Adds HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-24
1
-1
/
+2
*
Resubmit r56600 - Start/stop service process when browser starts and stop
hclam@chromium.org
2010-08-23
3
-4
/
+26
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
4
-7
/
+8
*
Revert 56600 - ServiceProcessControlBrowserTest.LaunchAndIPC crashes.
rvargas@google.com
2010-08-18
2
-20
/
+3
*
Start/stop service process when browser starts and stop
hclam@chromium.org
2010-08-18
2
-3
/
+20
*
Revert 56539 - Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-2
/
+1
*
Added HostResolveImpl Requests and Jobs to log.
mmenke@chromium.org
2010-08-18
1
-1
/
+2
*
RemotingDirectoryService to register remoting host
hclam@chromium.org
2010-08-18
5
-35
/
+126
*
Gaia authentication for access remoting directory and talk
hclam@chromium.org
2010-08-17
6
-2
/
+143
*
Remove deprecated wstring Get(As)String() methods from Value, etc.
viettrungluu@chromium.org
2010-08-16
5
-24
/
+24
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
1
-1
/
+0
*
ServiceProcessControl to launch a service process and communicate through IPC.
hclam@chromium.org
2010-08-12
4
-14
/
+40
*
Disable ServiceProcessTest.Run
hclam@chromium.org
2010-08-10
1
-1
/
+1
*
Use SSL/TCP port for notifications in sync tests.
rsimha@chromium.org
2010-08-10
1
-1
/
+2
*
Resubmit "Start chromoting host in the service process though a method call"
hclam@chromium.org
2010-08-10
4
-77
/
+225
*
Revert 55507 - Start chromoting host in the service process though a method ...
glen@chromium.org
2010-08-10
4
-226
/
+77
[next]