| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for VS2010 compiler warning. | bratell@opera.com | 2014-03-21 | 1 | -1/+1 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 3 | -6/+8 |
* | Move ui.gyp into ui/base/ directory. | tfarina@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | Make delegate_execute GetLaunchMode() check for default browser. | zturner@chromium.org | 2014-03-07 | 1 | -6/+30 |
* | Move TrimWhitespace to the base namespace. | brettw@chromium.org | 2014-03-03 | 1 | -1/+1 |
* | Moving version script and gypi file to build\util. | mad@chromium.org | 2014-02-21 | 1 | -1/+1 |
* | cleaning delegate execute of non-aura cruft | cpu@chromium.org | 2014-01-18 | 2 | -117/+22 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+4 |
* | Add base:: to string16s in win8/. | dbeam@chromium.org | 2013-12-20 | 10 | -40/+43 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Make LaunchViewerAndWaitForConnection() always result in the viewer not tryin... | gab@chromium.org | 2013-12-11 | 2 | -1/+9 |
* | Don't pull in content_switches.cc to whole chrome code base | jam@chromium.org | 2013-12-02 | 1 | -0/+1 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 2 | -7/+7 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -3/+2 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -2/+3 |
* | don't launch chrome.exe when running in metro test binary | scottmg@chromium.org | 2013-11-08 | 1 | -1/+1 |
* | Fixing issue of default launch mode when registry key is not present. | shrikant@chromium.org | 2013-11-04 | 1 | -2/+1 |
* | Adding relaunch menu to Windows 8 Aura code. We expect following transitions ... | shrikant@chromium.org | 2013-10-31 | 1 | -32/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+1 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -1/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -0/+1 |
* | Give SxS distribution its own registration GUIDs. | zturner@chromium.org | 2013-09-13 | 5 | -143/+72 |
* | Fixing the way we interpret ECHUIM_SYSTEM (GetUIMode). Instead of desktop we ... | shrikant@chromium.org | 2013-08-24 | 1 | -1/+9 |
* | Fix Chrome build after r213503. | rsesek@chromium.org | 2013-07-24 | 1 | -0/+2 |
* | Update include paths in win8 for base/process changes. | rsesek@chromium.org | 2013-07-24 | 4 | -3/+5 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -5/+5 |
* | ProcessSingleton now uses base::win::MessageWindow to create a message-only w... | alexeypa@chromium.org | 2013-07-11 | 1 | -3/+3 |
* | Revert 209047 "ProcessSingleton now uses base::win::MessageWindo..." | thestig@chromium.org | 2013-06-28 | 1 | -3/+3 |
* | ProcessSingleton now uses base::win::MessageWindow to create a message-only w... | alexeypa@chromium.org | 2013-06-28 | 1 | -3/+3 |
* | Make the browser<-->metro_viewer IPC channel name a constant instead of hardc... | gab@chromium.org | 2013-06-21 | 1 | -4/+4 |
* | Use a direct include of strings headers in url/, win8/. | avi@chromium.org | 2013-06-11 | 8 | -8/+8 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | Modifying Aura delegate execute launch mode logic to match user intent. | shrikant@chromium.org | 2013-05-22 | 1 | -0/+24 |
* | Removed FindWindow based launch mode determination for Aura. | shrikant@chromium.org | 2013-05-04 | 1 | -0/+5 |
* | IsMachineATablet is now modified to check only for touch capability and hence... | shrikant@chromium.org | 2013-04-24 | 1 | -3/+3 |
* | Moved atltrace to make it less confusing while debugging. | shrikant@chromium.org | 2013-04-19 | 1 | -1/+1 |
* | reland of intsafe precompiled header fix from https://codereview.chromium.org... | scottmg@chromium.org | 2013-04-17 | 1 | -0/+2 |
* | Revert 194506 "intsafe workaround to separate header" | scottmg@chromium.org | 2013-04-17 | 1 | -2/+0 |
* | intsafe workaround to separate header | scottmg@chromium.org | 2013-04-17 | 1 | -0/+2 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 5 | -7/+7 |
* | Automatic Win8 default browser registration for the ash unittests. | robertshield@chromium.org | 2013-02-13 | 1 | -1/+1 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 9 | -24/+30 |
* | Remove unneeded delegate execute registration. | robertshield@chromium.org | 2013-01-30 | 5 | -11/+2 |
* | Add chrome.exe launch to delegate execute when launching Ash/Metro. | robertshield@chromium.org | 2012-11-24 | 1 | -4/+67 |
* | Add basic crash reporting to delegate_execute.exe. | robertshield@chromium.org | 2012-11-22 | 4 | -0/+128 |
* | Cause metro/ash to auto-launch the needed desktop process, without showing a ... | robertshield@chromium.org | 2012-11-13 | 2 | -2/+12 |
* | Proper version resources for delegate_execute.exe and metro_driver.dll. | grt@chromium.org | 2012-11-13 | 3 | -46/+30 |
* | ASCII-ify delegate_execute.rc. | grt@chromium.org | 2012-11-12 | 1 | -0/+0 |
* | Ensure that the delegate_execute target depends on ui. This should fix the li... | ananta@chromium.org | 2012-10-24 | 1 | -0/+1 |