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
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-4
/
+4
*
Move cloud_print_class_mac files from content/common to chrome/common/cloud_p...
jam@chromium.org
2011-10-27
1
-7
/
+7
*
Rename URLFetcher to be URLFetcherImpl, now that we have the content::URLFetc...
jam@chromium.org
2011-10-27
5
-10
/
+10
*
Make test URLFetcher implementations not derive from the URLFetcher implement...
jam@chromium.org
2011-10-26
2
-3
/
+3
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
10
-84
/
+88
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
4
-32
/
+30
*
Fixed issues with Cloud Print proxy.
gene@chromium.org
2011-10-13
2
-29
/
+49
*
Modify WaitableEvent::Wait() to return void
steveblock@chromium.org
2011-10-12
1
-2
/
+2
*
Migrate HttpAlternateProtocols to HttpServerPropertiesImpl.
willchan@chromium.org
2011-10-10
1
-0
/
+3
*
scoped_ptr and new[] don't mix.
thakis@chromium.org
2011-10-07
1
-1
/
+1
*
* Rename ScopedHDC to ScopedCreateDC
yosin@chromium.org
2011-10-07
1
-1
/
+4
*
Added autorotate flag in PDF rendering and wiring it through service-utility ...
gene@chromium.org
2011-10-06
3
-10
/
+14
*
Update URLFetcher::OnURLFetchComplete() parameters.
skerner@chromium.org
2011-10-05
2
-15
/
+4
*
Remove dead macros after updating _WIN32_WINNT and WINVER
jschuh@chromium.org
2011-09-28
1
-4
/
+0
*
New implementation of font precache on Windows.
arthurhsu@chromium.org
2011-09-20
2
-2
/
+13
*
Fix issue where printing output got trunkated on the right and bottom sides.
gene@chromium.org
2011-09-13
1
-0
/
+9
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
4
-5
/
+4
*
Fix Linux Views build breakage.
willchan@chromium.org
2011-09-13
3
-3
/
+4
*
Move URLFetcher from content/common to content/common/net.
willchan@chromium.org
2011-09-13
3
-4
/
+3
*
Make the mac service process handling code clean itself up properly as far as...
dmaclach@chromium.org
2011-08-25
2
-3
/
+28
*
Give plug-in processes an executable heap and disable PIE/ASLR for Native
mark@chromium.org
2011-08-24
1
-1
/
+6
*
Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...
ananta@chromium.org
2011-08-19
1
-13
/
+16
*
Tag IPC::Channel::Listener implementations with OVERRIDE
evan@chromium.org
2011-08-16
1
-4
/
+4
*
Virtual Cloud Print Driver for Mac.
abeera@google.com
2011-08-15
7
-2
/
+174
*
Add MessageLoopProxy::current
nduca@chromium.org
2011-08-15
3
-4
/
+4
*
wstring: remove wstrings from ChildProcessInfo
evan@chromium.org
2011-08-05
1
-1
/
+2
*
Fixd issue with accessing null pointer, when print server
gene@google.com
2011-07-28
1
-1
/
+9
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
2
-7
/
+7
*
Switched the cloud print login from a WebUI local dialog to a web-based scheme.
sanjeevr@chromium.org
2011-07-22
1
-0
/
+4
*
Rename CommandLine::GetCommandLineString().
msw@chromium.org
2011-07-20
1
-1
/
+1
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-1
/
+1
*
Add virtual to some destructors
battre@chromium.org
2011-07-18
1
-1
/
+1
*
base: Put md5.* into base namespace.
tfarina@chromium.org
2011-07-18
4
-9
/
+9
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-1
/
+1
*
Change base::LaunchProcess API slightly
evan@chromium.org
2011-07-15
2
-5
/
+2
*
Clean up users of a deprecated base::LaunchApp API.
evan@chromium.org
2011-07-14
2
-3
/
+6
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
11
-20
/
+38
*
GCC 4.6 -Wunused-but-set-variable cleanup.
pph34r@gmail.com
2011-07-01
1
-1
/
+2
*
Change the WebResourceService to use SystemURLRequestContext, and fix leak th...
mirandac@chromium.org
2011-06-28
2
-1
/
+4
*
Add checks on DictionaryValue.Getxxx
gbillock@chromium.org
2011-06-27
3
-13
/
+10
*
Flag for switching GAIA backend
gfeher@chromium.org
2011-06-15
3
-3
/
+3
*
Move UtilityProcessHost to content and move the message sending/dispatching t...
jam@chromium.org
2011-06-09
1
-1
/
+1
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
1
-0
/
+2
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-01
4
-4
/
+4
*
Move sandbox_policy to content.
jam@chromium.org
2011-05-28
2
-2
/
+2
*
Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.
joi@chromium.org
2011-05-27
2
-8
/
+7
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
3
-3
/
+3
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-1
/
+1
[next]