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
/
base
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Chromoting] Move CreateSessionToken() next to launch process utilities.
alexeypa@chromium.org
2012-08-08
1
-2
/
+21
*
Add the prototype for the function to display metro style notifications.
ananta@chromium.org
2012-08-03
1
-0
/
+9
*
Add a function pointer typedef for the windows 8 metro dialog box button hand...
ananta@chromium.org
2012-07-24
1
-0
/
+3
*
Remove IO thread restrictions from registry functions
cpu@chromium.org
2012-07-16
1
-26
/
+0
*
Removing the DCHECK for the thread type from the IsParentalControlActivityLog...
ananta@chromium.org
2012-07-13
2
-4
/
+1
*
The functionality to query for whether Windows parental control activity logg...
ananta@chromium.org
2012-07-12
2
-3
/
+4
*
Use GenericScopedHandle to implement ScopedCreateDC.
wez@chromium.org
2012-07-12
1
-24
/
+12
*
Add a helper function to query whether parental control logging is on for the...
ananta@chromium.org
2012-07-11
2
-0
/
+43
*
Switch to TimeDelta interface for process waiting functions in base.
tedvessenes@gmail.com
2012-07-11
1
-2
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
28
-28
/
+0
*
Bring back VERSION_SERVER_2003 to distinguish Server 2003 and XP Pro x64 from...
grt@chromium.org
2012-07-11
2
-3
/
+4
*
Add scoped StartupInfoEx to base.
jschuh@chromium.org
2012-07-10
3
-0
/
+228
*
Make SetAppIdForPropertyStore compile with win8 sdk
cpu@chromium.org
2012-06-27
1
-21
/
+6
*
Better fix for http://codereview.chromium.org/10661041/
cpu@chromium.org
2012-06-26
1
-4
/
+3
*
Make pe_image compile with win8 sdk
cpu@chromium.org
2012-06-26
1
-0
/
+6
*
Revert 143251 - Log stack trace when ObjectWatcher::StartWatching() is called.
dcheng@chromium.org
2012-06-21
2
-11
/
+1
*
Revert 143466 - Base: disable the handle verifier.
rvargas@google.com
2012-06-21
1
-1
/
+1
*
Base: disable the handle verifier.
rvargas@google.com
2012-06-21
1
-1
/
+1
*
Replace all spaces by '_' in the AppUserModelId
gab@chromium.org
2012-06-20
1
-2
/
+2
*
Log stack trace when ObjectWatcher::StartWatching() is called.
dcheng@chromium.org
2012-06-20
2
-1
/
+11
*
We should enable touch mode in chrome metro mode on Windows 8 only if the scr...
ananta@chromium.org
2012-06-18
2
-0
/
+9
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
2
-1
/
+60
*
Lump client and server versions of Windows together.
grt@chromium.org
2012-06-16
3
-40
/
+61
*
Base: Enable the scoped handle verifier for Win7.
rvargas@google.com
2012-06-12
1
-6
/
+0
*
Make ScopedGetDC() CHECK fail if GetDC(NULL) returns NULL.
pkasting@chromium.org
2012-06-07
1
-3
/
+10
*
Base: Add another pc to the handle verifier to get to the
rvargas@chromium.org
2012-06-07
2
-13
/
+33
*
Revert 140899 - Base: Add another pc to the handle verifier to get to the
rvargas@google.com
2012-06-07
2
-29
/
+13
*
Base: Add another pc to the handle verifier to get to the
rvargas@google.com
2012-06-07
2
-13
/
+29
*
win: Fix lock acquisition bug.
thakis@chromium.org
2012-06-05
1
-2
/
+2
*
Reland 139885 - Enable the handle verifier.
rvargas@google.com
2012-06-04
1
-1
/
+1
*
Coverity: Fix a potential use-after-free.
jhawkins@chromium.org
2012-06-04
1
-4
/
+5
*
Add ShellIntegration::ActivateMetroChrome, which launches Chrome in metro-mod...
grt@chromium.org
2012-06-01
2
-1
/
+8
*
Revert 139885 - Enable the handle verifier.
rvargas@google.com
2012-05-31
1
-1
/
+1
*
Enable the handle verifier.
rvargas@google.com
2012-05-31
1
-1
/
+1
*
Base: Add a handle verifier to ScopedHandle.
rvargas@chromium.org
2012-05-31
2
-2
/
+125
*
Base: Crash when failing to close a process/thread handle.
rvargas@google.com
2012-05-31
1
-1
/
+1
*
Fix EtwTraceConsumerDataTest fixture.
siggi@chromium.org
2012-05-22
1
-0
/
+2
*
Fix crash in the accessibility code in the shared build. The problem is that ...
tommi@chromium.org
2012-05-22
2
-127
/
+0
*
Base: Crash when failing to close an scoped handle.
rvargas@google.com
2012-05-22
1
-1
/
+1
*
Always do DelegateExecute handler COM registration and make set dual mode pro...
grt@chromium.org
2012-05-18
1
-2
/
+0
*
Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.
thestig@chromium.org
2012-05-16
1
-2
/
+1
*
Fix EtwTraceConsumerRealtimeTest.
siggi@chromium.org
2012-05-15
1
-3
/
+1
*
Revert 136990 - Make sure the thread calling CoCreateGuid is CoInitialized.
vrk@google.com
2012-05-14
2
-5
/
+2
*
Make sure the thread calling CoCreateGuid is CoInitialized.
siggi@chromium.org
2012-05-14
2
-2
/
+5
*
Disable EtwTraceConsumerRealtimeTest.ConsumeEvent per current policy.
csilv@chromium.org
2012-05-10
1
-1
/
+1
*
Mark EtwTraceConsumerRealtimeTest.ConsumeEvent as flaky.
csilv@chromium.org
2012-05-10
1
-1
/
+2
*
Added base::win::InitializeWindowClass() wrapper to make sure that window cla...
alexeypa@chromium.org
2012-05-09
2
-2
/
+50
*
Added support in Metro mode for retrieving the information about the currentl...
ananta@chromium.org
2012-05-02
2
-0
/
+14
*
Adding a structure CurrentTabInfo to base\win\metro which would be used to share
ananta@chromium.org
2012-05-02
1
-0
/
+6
*
Add an enum MetroLaunchType which would indicate the reason chrome was launch...
ananta@chromium.org
2012-04-26
1
-0
/
+21
[next]