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
/
win8
/
delegate_execute
Commit message (
Expand
)
Author
Age
Files
Lines
*
No longer build/use google_update on non-Chrome builds.
grt
2015-05-27
2
-0
/
+8
*
Send a Blur notification to the renderer if we receive a mouse exit for a win...
ananta
2015-05-13
1
-1
/
+1
*
win: Fix remaining style plugin warnings in win8/.
thakis
2015-05-04
2
-4
/
+7
*
Apply automated fixits for Chrome clang plugin to win8.
dcheng
2015-04-29
1
-12
/
+12
*
Remove a dead include.
erikwright
2015-04-15
1
-1
/
+0
*
Disabled metro mode launch for Windows 10, until there is some clarity on tec...
shrikant
2015-04-09
1
-0
/
+11
*
Redefine base::Process:Terminate so that it can replace base::KillProcess
rvargas
2015-03-09
1
-1
/
+1
*
Remove base::KillProcessById
rvargas
2015-03-04
3
-9
/
+10
*
Remove uses of WaitForExitCodeWithTimeout
rvargas
2015-02-19
1
-3
/
+2
*
Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.
rvargas
2015-02-13
2
-4
/
+2
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
5
-23
/
+23
*
Update sandbox_win and delegate_execute to use the new version of LaunchProcess.
rvargas
2014-12-11
1
-1
/
+1
*
Use FilePath in favor of string16 and wchar_t* in some Windows installer code.
grt
2014-12-05
2
-3
/
+2
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-05
1
-8
/
+9
*
Remove implicit conversions from scoped_refptr to T* in win8/
dcheng
2014-11-21
1
-2
/
+3
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-1
/
+1
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.
thestig
2014-11-07
1
-2
/
+2
*
Remove implicit HANDLE conversions from win8.
rvargas
2014-09-26
1
-1
/
+1
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...
thestig
2014-09-10
3
-3
/
+3
*
Adds WARP support to Chromium on Windows 8+
luken
2014-09-04
1
-1
/
+3
*
Add relaunch into ASH and desktop support for Chrome on Windows 7.
ananta
2014-08-28
3
-22
/
+68
*
Don't pass const strings to CreateProcess.
thakis@chromium.org
2014-08-20
1
-1
/
+1
*
Remove a using statement from a header.
thakis@chromium.org
2014-08-18
1
-2
/
+0
*
Remove intsafe_workaround.h
thakis@chromium.org
2014-07-18
1
-2
/
+0
*
Removing enable/disable of HiDPI from delegate execute.
shrikant@chromium.org
2014-07-11
2
-12
/
+0
*
Don't pass a string16 to %s.
thakis@chromium.org
2014-07-08
1
-2
/
+2
*
sets/clears highdpi registry settings on switch to/from metro
luken@chromium.org
2014-06-10
2
-4
/
+18
*
Remove a few dead MSVS_VERSION checks.
thakis@chromium.org
2014-04-12
1
-1
/
+0
*
Fix for VS2010 compiler warning.
bratell@opera.com
2014-03-21
1
-1
/
+1
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
3
-6
/
+8
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
1
-1
/
+1
*
Make delegate_execute GetLaunchMode() check for default browser.
zturner@chromium.org
2014-03-07
1
-6
/
+30
*
Move TrimWhitespace to the base namespace.
brettw@chromium.org
2014-03-03
1
-1
/
+1
*
Moving version script and gypi file to build\util.
mad@chromium.org
2014-02-21
1
-1
/
+1
*
cleaning delegate execute of non-aura cruft
cpu@chromium.org
2014-01-18
2
-117
/
+22
*
Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...
avi@chromium.org
2013-12-25
1
-2
/
+4
*
Add base:: to string16s in win8/.
dbeam@chromium.org
2013-12-20
10
-40
/
+43
*
Move geometric types to a separate, more lightweight target.
ben@chromium.org
2013-12-18
1
-0
/
+1
*
Make LaunchViewerAndWaitForConnection() always result in the viewer not tryin...
gab@chromium.org
2013-12-11
2
-1
/
+9
*
Don't pull in content_switches.cc to whole chrome code base
jam@chromium.org
2013-12-02
1
-0
/
+1
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-28
2
-7
/
+7
*
Revert of https://codereview.chromium.org/71013004/
hashimoto@chromium.org
2013-11-27
1
-3
/
+2
*
Base: Remove Receive() from ScopedHandle.
rvargas@chromium.org
2013-11-27
1
-2
/
+3
*
don't launch chrome.exe when running in metro test binary
scottmg@chromium.org
2013-11-08
1
-1
/
+1
*
Fixing issue of default launch mode when registry key is not present.
shrikant@chromium.org
2013-11-04
1
-2
/
+1
*
Adding relaunch menu to Windows 8 Aura code. We expect following transitions ...
shrikant@chromium.org
2013-10-31
1
-32
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
1
-0
/
+1
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
1
-1
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
1
-0
/
+1
*
Give SxS distribution its own registration GUIDs.
zturner@chromium.org
2013-09-13
5
-143
/
+72
[next]