summaryrefslogtreecommitdiffstats
path: root/win8/test
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in win8/.avi2015-12-214-3/+6
* Prune metro bits from the ash testsrobertshield2015-10-052-155/+0
* PlatformThreadHandle: remove public id() interfacetoyoshim2015-07-241-1/+1
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-141-2/+3
* Apply automated fixits for Chrome clang plugin to win8.dcheng2015-04-292-2/+2
* base: Remove operator& from ScopedVariant and ScopedPropVariant.danakj2015-03-101-9/+10
* Remove uses of WaitForExitCodeWithTimeoutrvargas2015-02-191-3/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-232-4/+4
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-051-5/+5
* Fixed return value in error path -- result instead of false.brucedawson2014-12-041-1/+1
* Revert of Upgrade the windows specific version of LaunchProcess to avoid raw ...rfevang2014-12-031-5/+5
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-031-5/+5
* Remove implicit conversions from scoped_refptr to T* in win8/dcheng2014-11-211-16/+8
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-101-1/+1
* 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
* win: Don't pass a qualified inner class name to DISALLOW_COPY_AND_ASSIGN.thakis@chromium.org2014-03-101-1/+1
* Add base:: to string16s in win8/.dbeam@chromium.org2013-12-208-56/+57
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-281-3/+4
* Revert of https://codereview.chromium.org/71013004/hashimoto@chromium.org2013-11-271-4/+3
* Base: Remove Receive() from ScopedHandle.rvargas@chromium.org2013-11-271-3/+4
* Update include paths in win8 for base/process changes.rsesek@chromium.org2013-07-241-2/+3
* Use a direct include of the message_loop header in third_party/, win8/.avi@chromium.org2013-07-181-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-1/+1
* Use a direct include of strings headers in url/, win8/.avi@chromium.org2013-06-117-8/+8
* Make some Win Aura code use "if (weak_ptr)" styleakalin@chromium.org2013-06-071-1/+1
* Fix Win Aura use of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-052-3/+3
* Remove all but one use of WeakPtrFactory::DetachFromThread. wez@chromium.org2013-05-291-5/+1
* Introduce a single call to grab default browser on Win8 for tests.gab@chromium.org2013-05-282-25/+74
* Revert 202038 "Remove all but one use of WeakPtrFactory::DetachF..."erg@chromium.org2013-05-241-1/+5
* Remove all but one use of WeakPtrFactory::DetachFromThread.wez@chromium.org2013-05-241-5/+1
* Clarify that OpenWithDialogController will fail if asked to make a program de...gab@chromium.org2013-05-142-1/+4
* win8: Use base::MessageLoop.xhwang@chromium.org2013-05-041-2/+3
* win8: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-262-3/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Fix more remaining FilePath -> base::FilePath.brettw@chromium.org2013-02-181-3/+3
* Automatic Win8 default browser registration for the ash unittests. robertshield@chromium.org2013-02-138-0/+457
* A mechanism to set the default handler for a URL protocol on Windows 8.grt@chromium.org2013-01-176-0/+1210