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
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Remove operator& from ScopedVariant and ScopedPropVariant.
danakj
2015-03-10
2
-12
/
+13
*
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
*
Update existing uses of /wd4267 to use the GN config
brettw
2015-02-19
1
-3
/
+4
*
Remove uses of WaitForExitCodeWithTimeout
rvargas
2015-02-19
2
-6
/
+4
*
Move GetProcessIntegrityLevel to file_info.h and remove the handle argument.
rvargas
2015-02-13
2
-4
/
+2
*
Move OpenProcessHandleWithAccess to Process::OpenWithAccess.
rvargas
2015-01-23
1
-9
/
+7
*
Add GN files for src/win8.
vchigrin
2015-01-17
1
-0
/
+71
*
Instrumenting all wndprocs to find jank.
vadimt
2015-01-17
1
-0
/
+5
*
Make callers of CommandLine use it via the base:: namespace.
avi
2014-12-23
9
-30
/
+31
*
Windows 10/ MetroUI - Added validation for ui_channel during size change event.
shrikant
2014-12-16
1
-1
/
+1
*
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
2
-13
/
+14
*
Fixed return value in error path -- result instead of false.
brucedawson
2014-12-04
1
-1
/
+1
*
Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...
rfevang
2014-12-03
1
-5
/
+5
*
Upgrade the windows specific version of LaunchProcess to avoid raw handles.
rvargas
2014-12-03
1
-5
/
+5
*
Remove remaining implicit scoped_ptr<T> to T* conversions in win8
dcheng
2014-11-24
3
-3
/
+4
*
Remove implicit conversions from scoped_refptr to T* in win8/
dcheng
2014-11-21
6
-56
/
+46
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
2
-3
/
+3
*
Cleanup: Replace base::ASCIIToWide with base::ASCIIToUTF16.
thestig
2014-11-07
1
-2
/
+2
*
Do not use vector<scoped_ptr<>>.
thakis
2014-11-06
2
-3
/
+3
*
Add a few missing overrides found by a new clang warning.
thakis
2014-10-30
2
-55
/
+55
*
Ensure that the TextServices object which implements IME for Windows 7/8 ASH ...
ananta
2014-10-11
1
-2
/
+2
*
Get IME's to work in Chrome OS mode on Windows 7.
ananta
2014-10-10
2
-10
/
+10
*
Don't send the EF_ALT_DOWN modifier along with the IPC message for the Alt or...
ananta
2014-10-07
1
-0
/
+7
*
Rewrite line endings from CRLF to LF for a bunch of files.
Daniel Cheng
2014-10-07
1
-4
/
+4
*
Prevent DXGI mode switches in Chrome OS mode on Windows 7.
ananta
2014-10-07
1
-0
/
+5
*
Replacing the OVERRIDE with override and FINAL with final in win8 folder
mohan.reddy
2014-10-06
10
-63
/
+63
*
The metro_driver should not block the UI thread while waiting for the Chrome ...
ananta
2014-09-26
2
-55
/
+134
*
Remove implicit HANDLE conversions from win8.
rvargas
2014-09-26
1
-1
/
+1
*
Only do aggressive metro viewer termination in tests
scottmg
2014-09-22
1
-3
/
+0
*
Forcibly terminate the metro viewer
scottmg
2014-09-19
1
-0
/
+3
*
Don't call ICoreWindow::Activate
scottmg
2014-09-18
1
-6
/
+0
*
Ensure that on Windows 7, relaunching the browser via chrome://restart or cha...
ananta
2014-09-13
1
-0
/
+3
*
Ensure that mouse lock works correctly on Chrome ASH in Windows 8.
ananta
2014-09-11
2
-2
/
+12
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...
thestig
2014-09-10
5
-5
/
+5
*
Ensure that zoom in/out works in Chrome OS mode on Windows 7+.
ananta
2014-09-06
1
-1
/
+1
*
Notify the Chrome browser process about the window being activated from the v...
ananta
2014-09-05
2
-51
/
+85
*
Adds WARP support to Chromium on Windows 8+
luken
2014-09-04
2
-2
/
+4
*
Add relaunch into ASH and desktop support for Chrome on Windows 7.
ananta
2014-08-28
3
-22
/
+68
*
Remove old Aura Gesture Detection Pipeline.
tdresser
2014-08-26
1
-2
/
+2
*
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
2
-10
/
+0
*
clang/win: Make winstorage:: not ambiguous.
thakis@chromium.org
2014-07-18
1
-1
/
+0
*
Fixes for re-enabling more MSVC level 4 warnings: misc edition #2
pkasting@chromium.org
2014-07-18
1
-11
/
+7
*
win/clang: Don't token-paste ( onto function name.
thakis@chromium.org
2014-07-13
1
-3
/
+3
*
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
[next]