summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Widen suppression for leak in ResourceBundle::LoadCommonResources on Macsail@chromium.org2011-04-221-2/+0
| | | | | | | | BUG=80036 TEST=Mac Valgrind bot goes green. Review URL: http://codereview.chromium.org/6897010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82597 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for CGLCreateContextcbentzel@chromium.org2011-04-221-0/+15
| | | | | | | | | BUG=80239 TEST=waterfall.sh Review URL: http://codereview.chromium.org/6900008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82595 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 79651cbentzel@chromium.org2011-04-221-3/+8
| | | | | | | | | BUG=79651 TEST=None Review URL: http://codereview.chromium.org/6894011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82593 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress InvalidationNotifierTest::SetUpcbentzel@chromium.org2011-04-221-0/+6
| | | | | | | | | BUG=80238 TEST=None Review URL: http://codereview.chromium.org/6896010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82590 0039d316-1c4b-4281-b951-d872f2087c98
* Finally spelling sync_unit_tests.gtest-tsan.txt correctly.cbentzel@chromium.org2011-04-211-0/+0
| | | | | | | | BUG=80164 TEST=None Review URL: http://codereview.chromium.org/6882129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82554 0039d316-1c4b-4281-b951-d872f2087c98
* Split out large icons into a separate resource paksail@chromium.org2011-04-212-1/+12
| | | | | | | | | | | | | | This is a part of r82185 that was reverted. The change was reverted because it caused a performance regression. I'm checking in just the reorganization code to narrow down exactly which part of the change caused the regression. The only code change here is some header includes. If this change passes the perf bot then my next change will be to load the new resource pak. BUG=None TEST=None Review URL: http://codereview.chromium.org/6883110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82538 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for 73299 on Mac.cbentzel@chromium.org2011-04-211-17/+1
| | | | | | | | BUG=73299 TEST=None Review URL: http://codereview.chromium.org/6873160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82536 0039d316-1c4b-4281-b951-d872f2087c98
* Heapcheck suppression for SyncBackendHost::ConfigureDataTypescbentzel@chromium.org2011-04-211-0/+9
| | | | | | | | BUG=80196 TEST=None Review URL: http://codereview.chromium.org/6880114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82535 0039d316-1c4b-4281-b951-d872f2087c98
* Rename sync_tests.gtest-tsan.txt to sync_unit_tests.gtest-tsan.txtcbentzel@chromium.org2011-04-211-0/+0
| | | | | | | | BUG=80164 TEST=None Review URL: http://codereview.chromium.org/6879121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82512 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for FileWriterDelegate::Writecbentzel@chromium.org2011-04-211-1/+1
| | | | | | | | | BUG=80174 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6879116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82505 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for FileWriteDelegate::Writecbentzel@chromium.org2011-04-211-0/+13
| | | | | | | | | BUG=80174 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6879115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82503 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 82497 - Split out large icons into a separate resource pakThis is a ↵sail@chromium.org2011-04-212-12/+1
| | | | | | | | | part of r82185 that was reverted. The change was reverted because it caused a performance regression.I'm checking in just the reorganization code to narrow down exactly which part of the change caused the regression.The only code change here is some header includes. If this change passes the perf bot then my next change will be to load the new resource pak.BUG=NoneTEST=NoneReview URL: http://codereview.chromium.org/6883110 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6879113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82502 0039d316-1c4b-4281-b951-d872f2087c98
* Change heapcheck signature for HandleConsecutiveContinuationError.cbentzel@chromium.org2011-04-211-4/+4
| | | | | | | | BUG=79568 TEST=None Review URL: http://codereview.chromium.org/6873158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82500 0039d316-1c4b-4281-b951-d872f2087c98
* Heapcheck suppression for QuotaFileUtilTest::Contextcbentzel@chromium.org2011-04-211-0/+5
| | | | | | | | BUG=80151 TEST=None Review URL: http://codereview.chromium.org/6890001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82498 0039d316-1c4b-4281-b951-d872f2087c98
* Split out large icons into a separate resource paksail@chromium.org2011-04-212-1/+12
| | | | | | | | | | | | | | | This is a part of r82185 that was reverted. The change was reverted because it caused a performance regression. I'm checking in just the reorganization code to narrow down exactly which part of the change caused the regression. The only code change here is some header includes. If this change passes the perf bot then my next change will be to load the new resource pak. BUG=None TEST=None Review URL: http://codereview.chromium.org/6883110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82497 0039d316-1c4b-4281-b951-d872f2087c98
* SyncerThread2Test.BackOffTriggers fails on TSAN.cbentzel@chromium.org2011-04-211-0/+2
| | | | | | | | BUG=80164 TEST=None Review URL: http://codereview.chromium.org/6883124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82494 0039d316-1c4b-4281-b951-d872f2087c98
* Change plugin_unload suppression to match new function signature.cbentzel@chromium.org2011-04-211-1/+1
| | | | | | | | | | | | | r82008 introduced a new function signature for LoadNativeLibary, and the existing suppresion was no longer working. TBR=evan@chromium.org BUG=None TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6873154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82487 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ↵glider@chromium.org2011-04-212-2/+2
| | | | | | | | | be used to markheap allocated objects as intentionally leaked ones.Annotate the histograms produced by {Histogram,BooleanHistogram,LinearHistogram,CustomHistogram}::FactoryGet(), as leaked.Rename StatsHistogram::StatsHistogramFactoryGet to StatsHistogram::FactoryGet, annotate the result as leaky, update the suppressions.BUG=79322Review URL: http://codereview.chromium.org/6869009 TBR=cbentzel Review URL: http://codereview.chromium.org/6873152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82483 0039d316-1c4b-4281-b951-d872f2087c98
* Set the events mask when creating a window.backer@chromium.org2011-04-211-26/+0
| | | | | | | | | | | r82165 made a different code path through gtk_preserve_window was active. Valgrind spotted an uninitialized parameter. This initializes the parameter and removes the related Valgrind suppressions. BUG=79966 TEST=Linux Valgrind bots go green. Review URL: http://codereview.chromium.org/6880072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82479 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leak in QuotaFileUtilTest::Contextcbentzel@chromium.org2011-04-211-1/+6
| | | | | | | | | BUG=80151 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6873151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82476 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for crbug.com/80150cbentzel@chromium.org2011-04-211-0/+10
| | | | | | | | | BUG=80150 TEST=waterfall.sh match Review URL: http://codereview.chromium.org/6882118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82475 0039d316-1c4b-4281-b951-d872f2087c98
* Enable --smc-check=all for Memcheck on Mac OS to see if it helps to get rid ↵glider@chromium.org2011-04-211-1/+6
| | | | | | | | | | of issue 51716 TBR=timurrrr BUG=51716 Review URL: http://codereview.chromium.org/6880106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82470 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the occasional batch add of suppression types to the suppression namesglider@chromium.org2011-04-211-408/+408
| | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/6879107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82461 0039d316-1c4b-4281-b951-d872f2087c98
* Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to markglider@chromium.org2011-04-212-419/+410
| | | | | | | | | | | | heap allocated objects as intentionally leaked ones. Annotate the histograms produced by {Histogram,BooleanHistogram,LinearHistogram,CustomHistogram}::FactoryGet(), as leaked. Rename StatsHistogram::StatsHistogramFactoryGet to StatsHistogram::FactoryGet, annotate the result as leaky, update the suppressions. BUG=79322 Review URL: http://codereview.chromium.org/6869009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82460 0039d316-1c4b-4281-b951-d872f2087c98
* Let everyone change the gtest filters for Valgrind tools.glider@chromium.org2011-04-212-1/+1
| | | | | | | | | Remove the paranoid "set noparent" from tools/valgrind/OWNERS TBR=timurrrr Review URL: http://codereview.chromium.org/6882113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82455 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in NSButtonCell decoder on Macdhollowa@chromium.org2011-04-201-0/+26
| | | | | | | | | | | | Adds suppression for button decoding on Mac. Note this is very similar to suppression for bug_73036b, but I'm adding this separately in case it is fixable separately. BUG=80050, 73036 TEST=Valgrind bot on Mac goes green. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6873125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82355 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in FSMoveObjectToTrashSync on Macdhollowa@chromium.org2011-04-201-1/+0
| | | | | | | | | | | | Expand leak in FSMoveObjectToTrashSync on Mac to account for TaskClosureAdapter changes in r82300. BUG=77063 TEST=Valgrind bots on Mac go green. TBR=ajwong@chromium.org Review URL: http://codereview.chromium.org/6883093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82353 0039d316-1c4b-4281-b951-d872f2087c98
* Revert high res icon changessail@chromium.org2011-04-202-12/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new high res icon change may have caused a perf regression. To verify I'm reverting the following chnages: commit 3a360c6b3d2fc174cb7597d6365cfc5418d1442b r82326 Disable loading high res icons on Mac commit 3c39226937a39d0042b8a794f13505c7a25ca58b r82247 Fix reload button unit test commit f87ab117fc159566868e71e4df5672852bebd718 r82245 Unregister toolbar view from window notifications commit 0b287ba4a4ad5c19d901f973eb9af594dcf3dba1 r82239 Fix failing Mac unit tests commit 8b681c46a139d12151323952c58122f6805d7597 r82236 Mac: Remove custom drawn buttons commit 6ae8a2fe40485731b86267e362936db16b4c0706 r82209 Fix clang build break commit e8a19d1e0c76f204c834318566e4206320583449 r82185 Add support for multi resolution icons BUG=None TEST=Compling Review URL: http://codereview.chromium.org/6878077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82352 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in webkit_fileapi_file_system_url_request_job_unittest.cc setupdhollowa@chromium.org2011-04-201-0/+1
| | | | | | | | | | | | Generalizes the suppressions further on Mac. BUG=80002 TEST=Mac memory bots go green. TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6873121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82349 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of unused flags.backer@chromium.org2011-04-202-5/+1
| | | | | | | | | | | These ui test flags no longer exist. Removing them should be a no-op. BUG=none TEST=none Review URL: http://codereview.chromium.org/6880048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82345 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in ResourceBundle::LoadCommonResources on Macdhollowa@chromium.org2011-04-201-1/+10
| | | | | | | | | | | | Adds suppression for ResourceBundle::LoadCommonResources on Mac. BUG=80036 TEST=Mac Valgrind bot goes green. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6881087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82342 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in webkit_fileapi_file_system_url_request_job_unittest.cc setupdhollowa@chromium.org2011-04-201-2/+2
| | | | | | | | | | | | | Suppresses leak in webkit_fileapi_file_system_url_request_job_unittest.cc, introduced in r82266. Generalizes the suppressions to include Mac. BUG=80002 TEST=Mac memory bots go green. TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6883090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82340 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in BrowserRenderProcessHost::Initdhollowa@chromium.org2011-04-201-0/+18
| | | | | | | | | | | | Suppresses leak in BrowserRenderProcessHost::Init BUG=80026 TEST=ChromeOS memory bot goes green. TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/6873118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82338 0039d316-1c4b-4281-b951-d872f2087c98
* remove exclusion of JsonSchemaTest from Dr. Memory runs now that the ↵bruening@google.com2011-04-201-3/+0
| | | | | | | | | | | | | underlying bug is fixed BUG=http://code.google.com/p/dynamorio/issues/detail?id=394 TBR=timurrrr TEST=JsonSchemaTest succeeds now under Dr. Memory Review URL: http://codereview.chromium.org/6879083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82336 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in SSLConnectJob::OnIOCompletedhollowa@chromium.org2011-04-201-0/+13
| | | | | | | | | | | | Suppresses leak in SSLConnectJob::OnIOComplete. BUG=80022 TEST=ChromeOS memory bot goes green. TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/6880069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82330 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 82319 - Leak in TestURLRequestContextSuppresses leak in ↵dhollowa@chromium.org2011-04-201-10/+0
| | | | | | | | | TestURLRequestContext.BUG=80018TEST=ChromeOS Valgrind bot goes green.TBR=mattm@chromium.orgReview URL: http://codereview.chromium.org/6881084 TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/6879080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82320 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in TestURLRequestContextdhollowa@chromium.org2011-04-201-0/+10
| | | | | | | | | | | | Suppresses leak in TestURLRequestContext. BUG=80018 TEST=ChromeOS Valgrind bot goes green. TBR=mattm@chromium.org Review URL: http://codereview.chromium.org/6881084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82319 0039d316-1c4b-4281-b951-d872f2087c98
* cros.DEPS advance to CryptohomeAsyncSetOwnerUser() APIglotov@google.com2011-04-201-1/+1
| | | | | | | | BUG=chromium-os:4065 TEST=manual TBR=nkostylev@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82315 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for base::Closure in the MessageLoop, and reimplement the whole ↵ajwong@chromium.org2011-04-202-24/+26
| | | | | | | | | | | sucker on top of base::Closure. After this, all Task objects that are posted will be wrapped in a closure prior to dispatch. BUG=35223 TEST=unittests. Review URL: http://codereview.chromium.org/6463013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82300 0039d316-1c4b-4281-b951-d872f2087c98
* [Chrome OS] Roll cros DEPS to exclude deprecated chromeos_login functionscmasone@chromium.org2011-04-201-1/+1
| | | | | | | | | | | cros.git has been updated to no longer pull in some deprecated code. Roll DEPS to pull in the new cros. BUG=None TEST=build, unit_tests TBR=zelidrag@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82298 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in webkit_fileapi_file_system_url_request_job_unittest.cc setupdhollowa@chromium.org2011-04-201-0/+12
| | | | | | | | | | | | Suppresses leak in webkit_fileapi_file_system_url_request_job_unittest.cc, introduced in r82266. BUG=80002 TEST=Linux and ChromeOS memory bots go green. TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6873111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82288 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 79994 (bad conditional jumps in gleUpdateState)glider@chromium.org2011-04-201-0/+25
| | | | | | | | | | Suppress a one-time leak in __cxa_get_globals TBR=timurrrr BUG=79994,79878 Review URL: http://codereview.chromium.org/6881081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82285 0039d316-1c4b-4281-b951-d872f2087c98
* Expand a number of suppressions for the mac_valgrind trybot:glider@chromium.org2011-04-201-9/+6
| | | | | | | | | | | | -- issue 20504 (leak in LoadNib) -- issue 46186 (Leak in HALCADClientListener::HALCADClientListener) -- issue 71111 (Memory leak on Mac in test MenuButtonTest.OpenOnClick) TBR=timurrrr BUG=20504,46186,71111,79878 Review URL: http://codereview.chromium.org/6880066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82280 0039d316-1c4b-4281-b951-d872f2087c98
* Convert labels on the spreadsheet in the Python script rather than in ↵mazda@chromium.org2011-04-201-2/+34
| | | | | | | | | | | | | | JavaScript. I also removed unused data in the keyboard overlay data corresponding to notes, position and key columns. BUG=chromium-os:14286 TEST=manually on Chrome notebook Review URL: http://codereview.chromium.org/6879034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82255 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in GtkNativeViewManager::GetPermanentXIDForIdEPmidhollowa@chromium.org2011-04-201-3/+0
| | | | | | | | | | | | Widening suppression of leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi, introduced in r82165. BUG=79966 TEST=Linux Valgrind bots go green. TBR=backer@chromium.org Review URL: http://codereview.chromium.org/6877069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82226 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in gdk_event_dispatchdhollowa@chromium.org2011-04-201-1/+11
| | | | | | | | | | | | Suppresses leak in gdk_event_dispatch, introduced in r82165. BUG=79966 TEST=Linux Valgrind bots go green. TBR=backer@chromium.org Review URL: http://codereview.chromium.org/6883079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82225 0039d316-1c4b-4281-b951-d872f2087c98
* Leak in GtkNativeViewManager::GetPermanentXIDForIdEPmidhollowa@chromium.org2011-04-201-0/+19
| | | | | | | | | | | | Suppresses leak in GtkNativeViewManager::GetPermanentXIDForIdEPmi, introduced in r82165. BUG=79966 TEST=Linux Valgrind bots go green. TBR=backer@chromium.org Review URL: http://codereview.chromium.org/6877067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82223 0039d316-1c4b-4281-b951-d872f2087c98
* Mac Valgrind failures: valgrind: the 'impossible' happened: Killed by fatal ↵dhollowa@chromium.org2011-04-201-1/+26
| | | | | | | | | | | | | | signal Adds a number of tests to the Mac Valgrind disabled list. An attempt to stem the redness while this apparent memory smash gets sorted out. BUG=51716 TEST=Mac Valgrind bots go green. TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6879069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82206 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for multi resolution iconssail@chromium.org2011-04-192-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | To support HiDPI we need a way to load two copies of icons, a low resolution version and a high resolution version. To support this, this change does the following: - split theme_resource.grd into three files: - theme_resources.grd: icons that only have one resolution - theme_resources_standard.grd: low resolution icons - theme_resources_large.grd: high resolution icons - theme_resource.grd and theme_resources_standard.grd and compiled into chrome.pak/chrome.rc for all platforms. - theme_resources_large.grd is compiled into theme_resources_large.pak for platforms that want high resolution icons (currently only Mac) - gfx::Image now support icons with multiple resolution Currently not all ThemeService APIs return multi-resolution images. Once this is checked in I'll work on converting them as I go. Note, this change will have to be coordinated with the change to reorganize theme resources. I'll work with saintlou on that. BUG=75812 TEST=Added a TIFF to theme_resources.grd. Verified that the toolbar icon had a mutliresolution image. Verified that unit tests passed. Review URL: http://codereview.chromium.org/6849030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82185 0039d316-1c4b-4281-b951-d872f2087c98
* Leak within SSLConfigService::AddObserverdhollowa@chromium.org2011-04-191-0/+16
| | | | | | | | | | | | Suppresses leak within SSLConfigService::AddObserver. BUG=79933 TEST=MalwareDetailsTest.HTTPCache TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/6873092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82169 0039d316-1c4b-4281-b951-d872f2087c98