Sign in
chromium
/
chromium
/
src
/
21ee224e0862f56ce9d88f2c91950a40cfae6aa0
/
tools
/
memory_watcher
ea47b6a
Introduce ui.dll / libui.so for the component build.
by
[email protected]
· 14 years ago
e79be09
Remove the comments setting emands and vim tab width and expansion variables.
by
[email protected]
· 14 years ago
78f03f14
Remove msvs_guids from third_party, webkit, tools and views.
by
[email protected]
· 14 years ago
7aa611b
Files that are in src/ui/base should be compiled into libui_base.a.
by
[email protected]
· 14 years ago
002f305
Revert 87369 - Files that are in src/ui/base should be compiled into libui_base.a.
by
[email protected]
· 14 years ago
715dd0c9
Files that are in src/ui/base should be compiled into libui_base.a.
by
[email protected]
· 14 years ago
0da011cf
wstring: remove some simple uses of FromWStringHack
by
[email protected]
· 14 years ago
08397d5
Change includes of gfx/* to ui/gfx/*
by
[email protected]
· 15 years ago
c90d849
Fix miscellaneous compilation bugs under Visual Studio 2010.
by
[email protected]
· 15 years ago
39a749c
Change UTF8ToUTF16 to accept const StringPiece&.
by
[email protected]
· 15 years ago
2e591280
Fix typo in build fix.
by
[email protected]
· 15 years ago
e5e0a6c
Fix base:: namespace for Lock.
by
[email protected]
· 15 years ago
20305ec
Remove obsolete base/lock.h and fix up callers to use the new header file and
by
[email protected]
· 15 years ago
e766106
Move UI-relevant Windows files to ui/base.
by
[email protected]
· 15 years ago
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
90d890d
Convert LOG(INFO) to VLOG(1) - tools/.
by
[email protected]
· 15 years ago
835d7c8
Move Stats, histograms, and field trial into a metrics subdirectory of base and
by
[email protected]
· 15 years ago
be1ce6a7
Add #include utf_string_conversions.h to all files that use ASCIIToWide and
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
8342147
Move WindowImpl to gfx so I can use it there for canvas unit tests.
by
[email protected]
· 15 years ago
73a797fb
Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.
by
[email protected]
· 15 years ago
e0fc2f1
Move base/gfx contents to gfx/
by
[email protected]
· 15 years ago
cd134c8c
Move wtl from chrome/third_party to third_party/. This
by
[email protected]
· 15 years ago
2f7aff2
Fix memory_watcher dependencies
by
[email protected]
· 16 years ago
7ee2fe8
Fix typo in recursion detection logic
by
[email protected]
· 16 years ago
470b989
Update summarizing script for memory dump results.
by
[email protected]
· 16 years ago
0c68545
Support running memory watch under vista, plus other tweaks
by
[email protected]
· 16 years ago
c9463f8
Tweak perl scripts in memwatcher tool area.
by
[email protected]
· 16 years ago
3c4aa42a
Improve memwatch tool.
by
[email protected]
· 16 years ago
66ff735
Re-try r29078: Remove some deprecated file_util wstring functions.
by
[email protected]
· 16 years ago
6ec54c1
Revert wstring patch (r29078 and follow up commits). It is causing failures on the buildbots.
by
[email protected]
· 16 years ago
cdb70a7
Remove some deprecated file_util wstring functions.
by
[email protected]
· 16 years ago
d34d79f
Remove the base_gfx project since it no longer has an external dependencies.
by
[email protected]
· 16 years ago
010ea08a
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
by
[email protected]
· 16 years ago
f5c990c
Add comments setting emacs and vim tab width and expansion variables.
by
[email protected]
· 16 years ago
21642ab
Force inclusion of build/common.gypi for all chromium gyp files.
by
[email protected]
· 16 years ago
e7de7b81
Use base::WindowImpl instead of CWindowImpl to remove a dependency on ATL.
by
[email protected]
· 16 years ago
b2d8eb46
Remove checked-in memory_watcher.vcproj.
by
[email protected]
· 16 years ago
2eebb1a4
Set svn:eol-style LF on all gyp files.
by
[email protected]
· 16 years ago
4cfa7b6
Add .dll (and a .exe) files to the gyp build:
by
[email protected]
· 16 years ago
56d01f6
Remove unneeded uses of logging.h in header files.
by
[email protected]
· 16 years ago
36dcefd
NO CODE CHANGE
by
[email protected]
· 16 years ago
f0a51fb5
Fixes CRLF and trailing white spaces.
by
[email protected]
· 16 years ago
55d14908
Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessary for
by
[email protected]
· 17 years ago
2ae5547
Revert sdk 6.1 upgrade changes.
by
[email protected]
· 17 years ago
4ca4e4d
Change build-related files to use Windows SDK 6.1 instead of Windows SDK 6.0.
by
[email protected]
· 17 years ago
770137a
Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.
by
[email protected]
· 17 years ago
52ceebc9
Changed svn:eol-style of all .sln and .vcproj files to CRLF
by
[email protected]
· 17 years ago
7a1c5ab
Remove use of wide characters in stats table identifiers.
by
[email protected]
· 17 years ago
de8d2667
Wow, it's been a while since we cleaned EOL.
by
[email protected]
· 17 years ago
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
bf09a50
Use a more compact license header in source files.
by license.bot
· 17 years ago
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
8687244a
Add mbelshe's memwatcehr scripts to the repository.
by
[email protected]
· 17 years ago
920c091
Add tools to the repository.
by initial.commit
· 17 years ago