summaryrefslogtreecommitdiffstats
path: root/win8
Commit message (Expand)AuthorAgeFilesLines
* Forcibly terminate the metro viewerscottmg2014-09-191-0/+3
* Don't call ICoreWindow::Activatescottmg2014-09-181-6/+0
* Ensure that on Windows 7, relaunching the browser via chrome://restart or cha...ananta2014-09-131-0/+3
* Ensure that mouse lock works correctly on Chrome ASH in Windows 8.ananta2014-09-112-2/+12
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-105-5/+5
* Ensure that zoom in/out works in Chrome OS mode on Windows 7+.ananta2014-09-061-1/+1
* Notify the Chrome browser process about the window being activated from the v...ananta2014-09-052-51/+85
* Adds WARP support to Chromium on Windows 8+luken2014-09-042-2/+4
* Add relaunch into ASH and desktop support for Chrome on Windows 7.ananta2014-08-283-22/+68
* Remove old Aura Gesture Detection Pipeline.tdresser2014-08-261-2/+2
* Don't pass const strings to CreateProcess.thakis@chromium.org2014-08-201-1/+1
* Remove a using statement from a header.thakis@chromium.org2014-08-181-2/+0
* Remove intsafe_workaround.hthakis@chromium.org2014-07-182-10/+0
* clang/win: Make winstorage:: not ambiguous.thakis@chromium.org2014-07-181-1/+0
* Fixes for re-enabling more MSVC level 4 warnings: misc edition #2pkasting@chromium.org2014-07-181-11/+7
* win/clang: Don't token-paste ( onto function name.thakis@chromium.org2014-07-131-3/+3
* Removing enable/disable of HiDPI from delegate execute.shrikant@chromium.org2014-07-112-12/+0
* Don't pass a string16 to %s.thakis@chromium.org2014-07-081-2/+2
* Fix two __FUNCTIONS__I missed in https://codereview.chromium.org/357583002/thakis@chromium.org2014-07-041-2/+3
* __FUNCTION__ cannot concatenate with constant strings in all compilers.thakis@chromium.org2014-06-252-2/+2
* Decouple IPC::MessageFilter from IPC::Channelmorrita@chromium.org2014-06-131-1/+1
* Win7 Ash fullscreen modecpu@chromium.org2014-06-131-6/+31
* EOL change of the filecpu@chromium.org2014-06-131-274/+274
* sets/clears highdpi registry settings on switch to/from metroluken@chromium.org2014-06-102-4/+18
* Make IPC::Channel polymorphicmorrita@chromium.org2014-06-061-2/+2
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-052-10/+10
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-022-7/+8
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-022-8/+7
* Use the win32 device scale factor in Chrome ASH on Windows.ananta@chromium.org2014-05-294-23/+57
* Promotes metro related functions to MetroViewerProcessHostsky@chromium.org2014-05-294-8/+344
* Fixes crash in RemoteWindowTreeHostWin::HandleActivateDesktopsky@chromium.org2014-05-211-1/+1
* Support input events in Chrome ASH on Windows 7.ananta@chromium.org2014-05-152-25/+502
* Send the device scale factor from Windows 8 ASH during initialization via the...ananta@chromium.org2014-05-135-12/+16
* Reverted metro exit sequence back to original one.shrikant@chromium.org2014-05-121-4/+9
* Improve spelling of "notification".tnagel@chromium.org2014-05-081-1/+1
* Revert 268203 "There are many ways to get it wrong."benjhayden@chromium.org2014-05-051-1/+1
* There are many ways to get it wrong.tnagel@chromium.org2014-05-051-1/+1
* Move IPC::MessageFilter and router to a separate filedmichael@chromium.org2014-04-252-2/+5
* Modified to capture pixel values in onsizechange notification using GetWindow...shrikant@chromium.org2014-04-221-6/+7
* clang/win: Fix a few warnings, mostly by deleting dead code.thakis@chromium.org2014-04-221-1/+1
* Removes win8_utilsky@chromium.org2014-04-203-48/+0
* 3rd part of porting Chrome Ash to Windows 7ananta@chromium.org2014-04-183-26/+56
* Remove a few dead MSVS_VERSION checks.thakis@chromium.org2014-04-124-80/+0
* Second part of porting Chrome Ash to Windows 7cpu@chromium.org2014-03-273-53/+228
* Attempt to fix the flakiness on the win8 builder on the waterfall.ananta@chromium.org2014-03-252-9/+32
* Fix for VS2010 compiler warning.bratell@opera.com2014-03-211-1/+1
* Chrome metro mode win7 emulation.cpu@chromium.org2014-03-213-120/+554
* Move CommandLine to base namespace.brettw@chromium.org2014-03-173-6/+8
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-1/+1
* win: Don't pass a qualified inner class name to DISALLOW_COPY_AND_ASSIGN.thakis@chromium.org2014-03-101-1/+1