1. ea47b6a Introduce ui.dll / libui.so for the component build. by [email protected] · 14 years ago
  2. e79be09 Remove the comments setting emands and vim tab width and expansion variables. by [email protected] · 14 years ago
  3. 78f03f14 Remove msvs_guids from third_party, webkit, tools and views. by [email protected] · 14 years ago
  4. 7aa611b Files that are in src/ui/base should be compiled into libui_base.a. by [email protected] · 14 years ago
  5. 002f305 Revert 87369 - Files that are in src/ui/base should be compiled into libui_base.a. by [email protected] · 14 years ago
  6. 715dd0c9 Files that are in src/ui/base should be compiled into libui_base.a. by [email protected] · 14 years ago
  7. 0da011cf wstring: remove some simple uses of FromWStringHack by [email protected] · 14 years ago
  8. 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 15 years ago
  9. c90d849 Fix miscellaneous compilation bugs under Visual Studio 2010. by [email protected] · 15 years ago
  10. 39a749c Change UTF8ToUTF16 to accept const StringPiece&. by [email protected] · 15 years ago
  11. 2e591280 Fix typo in build fix. by [email protected] · 15 years ago
  12. e5e0a6c Fix base:: namespace for Lock. by [email protected] · 15 years ago
  13. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  14. e766106 Move UI-relevant Windows files to ui/base. by [email protected] · 15 years ago
  15. fff369b8 Remove win_util::FormatMessage and FormatLastWin32Error. These were only used in a couple of diagnostic places and one can always use the "Error Lookup" utility. by [email protected] · 15 years ago
  16. 90d890d Convert LOG(INFO) to VLOG(1) - tools/. by [email protected] · 15 years ago
  17. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  18. be1ce6a7 Add #include utf_string_conversions.h to all files that use ASCIIToWide and by [email protected] · 15 years ago
  19. 528c56d Move the number conversions from string_util to a new file. by [email protected] · 15 years ago
  20. 8342147 Move WindowImpl to gfx so I can use it there for canvas unit tests. by [email protected] · 15 years ago
  21. 73a797fb Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. by [email protected] · 15 years ago
  22. e0fc2f1 Move base/gfx contents to gfx/ by [email protected] · 15 years ago
  23. cd134c8c Move wtl from chrome/third_party to third_party/. This by [email protected] · 15 years ago
  24. 2f7aff2 Fix memory_watcher dependencies by [email protected] · 16 years ago
  25. 7ee2fe8 Fix typo in recursion detection logic by [email protected] · 16 years ago
  26. 470b989 Update summarizing script for memory dump results. by [email protected] · 16 years ago
  27. 0c68545 Support running memory watch under vista, plus other tweaks by [email protected] · 16 years ago
  28. c9463f8 Tweak perl scripts in memwatcher tool area. by [email protected] · 16 years ago
  29. 3c4aa42a Improve memwatch tool. by [email protected] · 16 years ago
  30. 66ff735 Re-try r29078: Remove some deprecated file_util wstring functions. by [email protected] · 16 years ago
  31. 6ec54c1 Revert wstring patch (r29078 and follow up commits). It is causing failures on the buildbots. by [email protected] · 16 years ago
  32. cdb70a7 Remove some deprecated file_util wstring functions. by [email protected] · 16 years ago
  33. d34d79f Remove the base_gfx project since it no longer has an external dependencies. by [email protected] · 16 years ago
  34. 010ea08a Move native_widget_types and gtk_native_view_id_manager from base/gfx to by [email protected] · 16 years ago
  35. f5c990c Add comments setting emacs and vim tab width and expansion variables. by [email protected] · 16 years ago
  36. 21642ab Force inclusion of build/common.gypi for all chromium gyp files. by [email protected] · 16 years ago
  37. e7de7b81 Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL. by [email protected] · 16 years ago
  38. b2d8eb46 Remove checked-in memory_watcher.vcproj. by [email protected] · 16 years ago
  39. 2eebb1a4 Set svn:eol-style LF on all gyp files. by [email protected] · 16 years ago
  40. 4cfa7b6 Add .dll (and a .exe) files to the gyp build: by [email protected] · 16 years ago
  41. 56d01f6 Remove unneeded uses of logging.h in header files. by [email protected] · 16 years ago
  42. 36dcefd NO CODE CHANGE by [email protected] · 16 years ago
  43. f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
  44. 55d14908 Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessary for by [email protected] · 17 years ago
  45. 2ae5547 Revert sdk 6.1 upgrade changes. by [email protected] · 17 years ago
  46. 4ca4e4d Change build-related files to use Windows SDK 6.1 instead of Windows SDK 6.0. by [email protected] · 17 years ago
  47. 770137a Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by [email protected] · 17 years ago
  48. 52ceebc9 Changed svn:eol-style of all .sln and .vcproj files to CRLF by [email protected] · 17 years ago
  49. 7a1c5ab Remove use of wide characters in stats table identifiers. by [email protected] · 17 years ago
  50. de8d2667 Wow, it's been a while since we cleaned EOL. by [email protected] · 17 years ago
  51. 1456372 Provide necessary constructors in StackAllocator and PrivateHookAllocator to permit release mode building in VC++2008 SP1. The current allocators do not conform with the C++ spec for allocators, and unlike previous versions, VC++2008 requires conformant allocators. by [email protected] · 17 years ago
  52. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  53. efbbc4e Add some information for memwatcher n00bs -- would also be good to be able to point to a wiki page. by [email protected] · 17 years ago
  54. 8687244a Add mbelshe's memwatcehr scripts to the repository. by [email protected] · 17 years ago
  55. 920c091 Add tools to the repository. by initial.commit · 17 years ago