| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove some uses of ATL in UI code | scottmg@chromium.org | 2014-01-29 | 3 | -8/+8 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -2/+2 |
* | Move geometric types to a separate, more lightweight target. | ben@chromium.org | 2013-12-18 | 1 | -0/+1 |
* | Remove HistoryPublisher code. | shess@chromium.org | 2013-11-18 | 1 | -2/+0 |
* | Fix memory_watcher compile failure (Windows, VS2010e, Release). | bungeman@chromium.org | 2013-11-01 | 1 | -4/+6 |
* | Mark memory_watcher as chromium_code. | bungeman@chromium.org | 2013-11-01 | 2 | -2/+5 |
* | Remove unnecessary dependencies on "ui" target from some other targets. | tfarina@chromium.org | 2013-11-01 | 2 | -2/+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 |
* | Move a bunch of windows stuff from ui/base/win to ui/gfx/win | ben@chromium.org | 2013-09-12 | 1 | -2/+2 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -2/+2 |
* | Use a direct include of strings headers in testing/, third_party/, tools/. | avi@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Fix some scripts from memory_watcher tool. | vchigrin@yandex-team.ru | 2013-05-24 | 3 | -3/+3 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -1/+2 |
* | Retry of warnings-as-errors for Windows third_party. | scottmg@google.com | 2012-08-24 | 1 | -0/+4 |
* | Revert 153092 - Turn on warnings as errors for (most) third_party code on Win... | scottmg@google.com | 2012-08-24 | 1 | -4/+0 |
* | Turn on warnings as errors for (most) third_party code on Windows | scottmg@chromium.org | 2012-08-23 | 1 | -0/+4 |
* | Enforce all the source files to be encoded in UTF-8. | maruel@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Fix memory_watcher | kaiwang@chromium.org | 2012-05-24 | 1 | -4/+15 |
* | Set svn:executable bit on scripts that are executable. | maruel@chromium.org | 2012-04-25 | 4 | -2/+12 |
* | Fix some license headers in tools/ | steveblock@chromium.org | 2012-01-24 | 7 | -217/+35 |
* | Introduce ui.dll / libui.so for the component build. | darin@chromium.org | 2011-07-17 | 1 | -1/+1 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Files that are in src/ui/base should be compiled into libui_base.a. | tony@chromium.org | 2011-06-02 | 1 | -2/+2 |
* | Revert 87369 - Files that are in src/ui/base should be compiled into libui_ba... | tony@chromium.org | 2011-06-01 | 1 | -2/+2 |
* | Files that are in src/ui/base should be compiled into libui_base.a. | tony@chromium.org | 2011-05-31 | 1 | -2/+2 |
* | wstring: remove some simple uses of FromWStringHack | evan@chromium.org | 2011-03-15 | 1 | -2/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 2 | -2/+2 |
* | Fix miscellaneous compilation bugs under Visual Studio 2010. | jeanluc@chromium.org | 2011-01-30 | 1 | -0/+13 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -0/+1 |
* | Fix typo in build fix. | brettw@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Fix base:: namespace for Lock. | brettw@chromium.org | 2011-01-21 | 2 | -3/+3 |
* | Remove obsolete base/lock.h and fix up callers to use the new header file and | brettw@chromium.org | 2011-01-21 | 5 | -15/+15 |
* | Move UI-relevant Windows files to ui/base. | ben@chromium.org | 2011-01-19 | 2 | -3/+3 |
* | Remove win_util::FormatMessage and FormatLastWin32Error. These were only used... | brettw@google.com | 2010-12-30 | 1 | -2/+2 |
* | Convert LOG(INFO) to VLOG(1) - tools/. | pkasting@chromium.org | 2010-10-20 | 2 | -46/+15 |
* | Move Stats, histograms, and field trial into a metrics subdirectory of base and | brettw@chromium.org | 2010-10-14 | 1 | -5/+5 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 3 | -12/+14 |
* | Move WindowImpl to gfx so I can use it there for canvas unit tests. | ben@chromium.org | 2010-07-02 | 1 | -2/+2 |
* | Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. | tfarina@chromium.org | 2010-06-07 | 1 | -3/+3 |
* | Move base/gfx contents to gfx/ | ben@chromium.org | 2010-03-14 | 2 | -1/+2 |
* | Move wtl from chrome/third_party to third_party/. This | tony@chromium.org | 2010-03-09 | 1 | -2/+1 |
* | Fix memory_watcher dependencies | gregoryd@google.com | 2009-12-11 | 1 | -1/+1 |
* | Fix typo in recursion detection logic | jar@chromium.org | 2009-11-25 | 1 | -1/+1 |
* | Update summarizing script for memory dump results. | jar@chromium.org | 2009-11-09 | 1 | -8/+8 |
* | Support running memory watch under vista, plus other tweaks | jar@chromium.org | 2009-11-06 | 7 | -107/+248 |