summaryrefslogtreecommitdiffstats
path: root/win8/metro_driver
Commit message (Expand)AuthorAgeFilesLines
* Convert Pass()→std::move() on Windowsdcheng2016-03-021-5/+5
* Reland of move remote tree host and some related input and metro_driver code ...samli2016-01-2011-4545/+0
* Revert of Remove remote tree host and some related input and metro_driver cod...samli2016-01-2011-0/+4545
* Remove remote tree host and some related input and metro_driver codescottmg2016-01-1911-4545/+0
* Remove base/win/metro.{cc|h} and some associated codescottmg2016-01-122-2/+0
* Use .rc strings in fewer places for installer util.brettw2015-12-291-2/+2
* Split GN installer_util into one that has no strings.brettw2015-12-221-1/+1
* Switch to standard integer types in win8/.avi2015-12-2121-95/+116
* Make metro_driver_unittests build with clang/win.thakis2015-12-111-9/+9
* clang/win: Let remaining chromium_code targets build with -Wextra.thakis2015-12-101-3/+1
* Add metro driver and delegate_execute to GN build.brettw2015-11-234-0/+162
* Fix small tile icon disappearing on Win10 10586scottmg2015-11-126-19/+10
* gfx: Make conversions from gfx::Point to PointF explicit.danakj2015-11-021-3/+2
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-232-2/+2
* Set modifier flags for Caps, OS, Scroll and Num Lock on X11 and Windows.dtapuska2015-10-202-4/+5
* Remove all Windows Window Scoped Trackers and Associated Instrumentationrobliao2015-09-291-1/+0
* clang/win: Build chromium_code with -Wunused-functionNico Weber2015-08-081-0/+2
* clang/win: Fix most -Wunused-function warnings in Chromium code.thakis2015-07-281-14/+0
* Fix remaining warnings for -Wmissing-braces and enable on win clang.dcheng2015-07-081-1/+1
* Fix "extra qualification on member [-Wmicrosoft]" warnings.thakis2015-07-071-3/+2
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-062-12/+9
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-024-7/+7
* Migrate callers of message_loop_proxy() to task_runner()skyostil2015-06-171-1/+1
* Remove remaining use of the deprecated MessageLoopProxyskyostil2015-06-123-66/+55
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-1/+1
* Remove Unactionable or Low Jank USER32 Instrumentationrobliao2015-06-021-4/+0
* No longer build/use google_update on non-Chrome builds.grt2015-05-271-1/+0
* win: Fix remaining style plugin warnings in win8/.thakis2015-05-042-32/+32
* Apply automated fixits for Chrome clang plugin to win8.dcheng2015-04-294-182/+163
* simplify brandinggburanov2015-04-251-11/+1
* Update {virtual,override} to follow C++11 style in win8.nick2015-04-237-71/+69
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-101-3/+3
* Instrumenting all wndprocs to find jank.vadimt2015-01-171-0/+5
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-232-3/+4
* Windows 10/ MetroUI - Added validation for ui_channel during size change event.shrikant2014-12-161-1/+1
* Remove remaining implicit scoped_ptr<T> to T* conversions in win8dcheng2014-11-241-1/+1
* Remove implicit conversions from scoped_refptr to T* in win8/dcheng2014-11-213-35/+32
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-2/+2
* Do not use vector<scoped_ptr<>>.thakis2014-11-062-3/+3
* Add a few missing overrides found by a new clang warning.thakis2014-10-302-55/+55
* Ensure that the TextServices object which implements IME for Windows 7/8 ASH ...ananta2014-10-111-2/+2
* Get IME's to work in Chrome OS mode on Windows 7.ananta2014-10-102-10/+10
* Don't send the EF_ALT_DOWN modifier along with the IPC message for the Alt or...ananta2014-10-071-0/+7
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-4/+4
* Prevent DXGI mode switches in Chrome OS mode on Windows 7.ananta2014-10-071-0/+5
* Replacing the OVERRIDE with override and FINAL with final in win8 foldermohan.reddy2014-10-069-59/+59
* The metro_driver should not block the UI thread while waiting for the Chrome ...ananta2014-09-262-55/+134
* Only do aggressive metro viewer termination in testsscottmg2014-09-221-3/+0
* Forcibly terminate the metro viewerscottmg2014-09-191-0/+3
* Don't call ICoreWindow::Activatescottmg2014-09-181-6/+0