summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Suppress the leak in webkit_glue::BufferedDataSource::CreateResourceLoaderglider@chromium.org2011-03-181-0/+17
| | | | | | | | TBR=timurrrr BUG=76647 Review URL: http://codereview.chromium.org/6688030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78672 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress leaks in UserStyleSheetWatcherglider@chromium.org2011-03-182-1/+19
| | | | | | | | TBR=timurrrr BUG=76644 Review URL: http://codereview.chromium.org/6708022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78671 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ErrorPageTest.DNSError_GoBack1 to make the TSan/UI bot greenertimurrrr@chromium.org2011-03-171-0/+1
| | | | | | | | BUG=46643 TBR=glider Review URL: http://codereview.chromium.org/6712017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78613 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude a couple of HttpNetworkTransactionTests that fail on the TSan botstimurrrr@chromium.org2011-03-171-0/+4
| | | | | | | | | BUG=76592 TBR=glider TEST=TSan bots go greener Review URL: http://codereview.chromium.org/6710011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78610 0039d316-1c4b-4281-b951-d872f2087c98
* Add resources/touch_ntp/tools/check to whitelist for +x.sadrul@chromium.org2011-03-171-0/+1
| | | | | | TBR=markmentovai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78609 0039d316-1c4b-4281-b951-d872f2087c98
* Try #3 - move forward cros DEPS file.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | BUG=none TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6710008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78600 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78591 - Try #2 - moving forward libcros deps.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6709007 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6710007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78597 0039d316-1c4b-4281-b951-d872f2087c98
* Try #2 - moving forward libcros deps.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6709007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78591 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 78571 - Moved deps forward to catch my mount library rewrite.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | | | | BUG=chromium-os:13190 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6709003 TBR=zelidrag@chromium.org Review URL: http://codereview.chromium.org/6709004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78577 0039d316-1c4b-4281-b951-d872f2087c98
* Moved deps forward to catch my mount library rewrite.zelidrag@chromium.org2011-03-171-1/+1
| | | | | | | | | BUG=chromium-os:13190 TEST=none TBR=stevenjb Review URL: http://codereview.chromium.org/6709003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78571 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a suppression for code that no longer exists.rsesek@chromium.org2011-03-171-8/+0
| | | | | | | | | BUG=32564 TEST=Mac Valgrind unit stays green Review URL: http://codereview.chromium.org/6693026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78544 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress incorrect conditional jump in WebCore::Element::removeAttribute ↵glider@chromium.org2011-03-171-0/+9
| | | | | | | | | | (issue 76490) BUG=76490 TBR=timurrrr Review URL: http://codereview.chromium.org/6674054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78525 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore _pthread_exit and _dispatch_queue_drain on Mac.glider@chromium.org2011-03-171-0/+4
| | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/6672073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78524 0039d316-1c4b-4281-b951-d872f2087c98
* Compile the devtools grd file into a .pak file so wetony@chromium.org2011-03-175-5/+53
| | | | | | | | | | | | | | | | can include the data in resources.pak. To avoid resource ids colliding between files, we have a global file, resource_ids, that tracks the starting id values. Since the devtools grd file is generated, it's hard to add an entry to |resource_ids|. To work around this, add support for expanding variables in the |resource_ids|. BUG=35793 Review URL: http://codereview.chromium.org/6685061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78468 0039d316-1c4b-4281-b951-d872f2087c98
* Update cros.DEPS to 114stevenjb@google.com2011-03-161-1/+1
| | | | | | | | | BUG=chromium-os:13089 TEST=Ensure Chrome compiles Review URL: http://codereview.chromium.org/6674033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78426 0039d316-1c4b-4281-b951-d872f2087c98
* Fix speed regressions in clang by changing datastructures used and ↵erg@google.com2011-03-162-22/+19
| | | | | | | | | | | | | | minimizing temporaries. (r78395 regressed the speed of "make -j8 chrome" on linux by 25 seconds; this patch causes a 40 second progression so we're now faster than when I started.) BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6674032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78425 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress probably false-positive/one-time memory leaks in ↵timurrrr@chromium.org2011-03-161-59/+8
| | | | | | | | | | | std::string::_Rep::_S_create BUG=76386,43451,46570 TEST=Memory waterfall is greener Review URL: http://codereview.chromium.org/6676040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78415 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang bustage on Mac by blacklisting /Developererg@google.com2011-03-161-1/+4
| | | | | | TBR=rshima git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78401 0039d316-1c4b-4281-b951-d872f2087c98
* Warn/error on "using namespace blah;" in headers on clang machines.erg@google.com2011-03-166-31/+128
| | | | | | | | | | | This adds about 25s to "make -j8" on linux. I have a few ideas on how to reduce runtime to compensate though. BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6698051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78395 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress data race reports below ↵timurrrr@chromium.org2011-03-161-6/+7
| | | | | | | | | | | OSAtomicAdd32/base::subtle::Barrier_AtomicIncrement BUG=55946 TEST=TSan/Mac is less flaky TBR=glider Review URL: http://codereview.chromium.org/6672047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78376 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid read reports below media::FFmpegVideoDecodeEngine::Initializetimurrrr@chromium.org2011-03-161-0/+12
| | | | | | | | | BUG=76370 TBR=glider TEST=Mac/Valgrind is greener Review URL: http://codereview.chromium.org/6674026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78363 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Heapchecker leaks below ↵timurrrr@chromium.org2011-03-161-0/+8
| | | | | | | | | | | ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy as well BUG=76354 TBR=jam TEST=heapchecker bot goes green Review URL: http://codereview.chromium.org/6667043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78359 0039d316-1c4b-4281-b951-d872f2087c98
* Add ChromeOS as product name to the policy template generatorgfeher@chromium.org2011-03-163-20/+8
| | | | | | | | | | | And clean up other obsolate placeholders. BUG=none TEST=python:PolicyTemplateGenearator.* Review URL: http://codereview.chromium.org/6341007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78357 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak in ↵timurrrr@chromium.org2011-03-161-0/+10
| | | | | | | | | | | ChildProcessHostMsg_ResolveProxy::ChildProcessHostMsg_ResolveProxy TBR=jam BUG=78225 TEST=Valgrind/unit goes greener Review URL: http://codereview.chromium.org/6672043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78349 0039d316-1c4b-4281-b951-d872f2087c98
* wstring: remove some simple uses of FromWStringHackevan@chromium.org2011-03-151-2/+1
| | | | | | | | BUG=76112 Review URL: http://codereview.chromium.org/6695008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78247 0039d316-1c4b-4281-b951-d872f2087c98
* fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon*avi@chromium.org2011-03-151-1/+1
| | | | | | | | | BUG=76073 TEST=none; no visible change Review URL: http://codereview.chromium.org/6694027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78233 0039d316-1c4b-4281-b951-d872f2087c98
* Make OpenGL suppressions more generic for display capture test.lambroslambrou@chromium.org2011-03-151-47/+11
| | | | | | | | | BUG=75037 TEST=Mac valgrind bots stay green. Review URL: http://codereview.chromium.org/6679003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78221 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress InvalidWrites under sqlite/history::InMemoryDBtimurrrr@chromium.org2011-03-152-1/+28
| | | | | | | | | | also widen an existing mac suppression BUG=76197,75714 TEST=Valgrind/Mac is greener TBR=glider Review URL: http://codereview.chromium.org/6696021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78219 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression.lambroslambrou@chromium.org2011-03-152-17/+0
| | | | | | | | | BUG=74850 TEST=Valgrind bots stay green. Review URL: http://codereview.chromium.org/6624095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78205 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run three more tests failing on a Valgrind assertion under Valgrind/Mactimurrrr@chromium.org2011-03-151-1/+6
| | | | | | | | | BUG=58146,51716 TBR=glider TEST=memory waterfall is greener Review URL: http://codereview.chromium.org/6696019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78199 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run ErrorPageTest.DNSError_GoBack2 under TSantimurrrr@chromium.org2011-03-152-1/+2
| | | | | | | | | | Also, extend the test name regexp in the waterfall.sh script BUG=46643 TEST=TSan/UI(1) goes greener TBR=glider Review URL: http://codereview.chromium.org/6698025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78187 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest libcros.yusukes@google.com2011-03-151-1/+1
| | | | | | | | | BUG=chromium-os:13106 TEST=try Review URL: http://codereview.chromium.org/6694016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78168 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind leak reported in NSInFlightAnimationdhollowa@chromium.org2011-03-151-10/+0
| | | | | | | | | | | | Expands suppression of a Valgrind leak in NSInFlightAnimation. BUG=75714 TEST=Mac Valgrind turns green. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6698018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78162 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-03-151-7/+7
| | | | | | | | | | | | | | | | | | - mac-release-10.5/moz/times/t (false positives) - vista-release-single-core/intl1/times/t (fixed ref buid config) - vista-release-single-core/moz/times/t (fixed ref build config) - xp-release-dual-core/intl2/times/t (false positives) - xp-release-dual-core/moz/total_op_b/IO_op_b (improvement from r77288) - xp-release-single-core/dhtml/times/t (fix ref build config) - xp-release-single-core/intl1/times/t (false positives) BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6694012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78157 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in FileWriterDelegate by passing FileStream::Write a ↵adamk@chromium.org2011-03-151-10/+0
| | | | | | | | | | | | | | callback owned by the delegate. Remove the suppression of this memory leak. R=ericu@chromium.org BUG=75741 TEST=none Review URL: http://codereview.chromium.org/6685056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78148 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS 81012:81083.levin@chromium.org2011-03-151-5/+0
| | | | | | | | | | | | | | Also: + Cleared out the downstream test_expectations.txt as they have been upstreamed. + Removed a valgrind suppression now that we picked up the fix for it. TEST=None BUG=76038 TBR=apavlov@chromium.org,loislo@chromium.org Review URL: http://codereview.chromium.org/6673031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78133 0039d316-1c4b-4281-b951-d872f2087c98
* Remove execute bit inadvertently set in r78048.mark@chromium.org2011-03-141-0/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6679045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78056 0039d316-1c4b-4281-b951-d872f2087c98
* + Use WINHEAP allocator for chromium under Dr. Memorybruening@google.com2011-03-142-4/+81
| | | | | | | | | | | | | | | | + Do not follow python children by default; controlled by --follow_python option + Add --use_debug option to request debug Dr. Memory + Add exclusions for 3 unit_tests tests that do not run properly under Dr. Memory + I also updated drmemory-windows-sfx.exe to 1.4.219 BUG= TEST= Review URL: http://codereview.chromium.org/6683012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78048 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for recently rolled in issue.levin@chromium.org2011-03-141-0/+5
| | | | | | | | | | BUG=76038 TEST=valgrind TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/6686043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78019 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the Mac suppression.hbono@chromium.org2011-03-141-0/+1
| | | | | | | | | | | This change just adds a '{' character to the 'suppression_mac.txt' to fix the parse errors on the Mac valgrind bots caused by r77951 <http://crrev.com/77951>. TBR=dhollowa BUG=none TEST=make the Mac valgrind bots green. Review URL: http://codereview.chromium.org/6686036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77999 0039d316-1c4b-4281-b951-d872f2087c98
* Roll clang 127176:127569thakis@chromium.org2011-03-131-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6686033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77969 0039d316-1c4b-4281-b951-d872f2087c98
* HeapCheck reports leak with PluginService::GetInstance singletondhollowa@chromium.org2011-03-121-0/+10
| | | | | | | | | | | | Adds suppression for PluginService::GetInstance singleton getter. BUG=75917 TEST=Linux HeapCheck bot goes green TBR=aa@chromium.org Review URL: http://codereview.chromium.org/6682021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77953 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind leak reported in NSInFlightAnimationdhollowa@chromium.org2011-03-121-39/+6
| | | | | | | | | | | | Expands suppression of a Valgrind leak in NSInFlightAnimation. BUG=75714 TEST=Mac Valgrind turns green. TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6681024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77951 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Update version of libcros to ccea53b3.derat@chromium.org2011-03-121-1/+1
| | | | | | | | | | | | | This pulls in a new version needed by http://codereview.chromium.org/6658023/. BUG=chromium-os:12645 TEST=built and ran it to check that current chrome works with updated libcros TBR=davemoore Review URL: http://codereview.chromium.org/6679017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77907 0039d316-1c4b-4281-b951-d872f2087c98
* Remove Gears from Chrome.aa@chromium.org2011-03-112-13/+0
| | | | | | | | | | There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-03-111-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | | - linux-release-hardy/morejs/times/t (v8 rev to version 3.2.0.2, see r77461) - mac-release-10.5/intl2/vm_rss_final_b/vm_rss_f_b (false positives) - mac-release-10.5/intl2/vm_rss_final_r/vm_rss_f_r (false positives) - mac-release-10.5/intl2/vm_rss_final_t/vm_rss_f_t (false positives) - mac-release-10.5/intl2/vm_size_final_b/vm_size_f_b (false positives) - mac-release-10.5/intl2/vm_size_final_r/vm_size_f_r (false positives) - mac-release-10.5/intl2/vm_size_final_t/vm_size_f_t (false positives) - vista-release-dual-core/dhtml/times/t (false positives) - vista-release-single-core/intl1/times/t (ref build slower?) - vista-release-single-core/morejs/times/t (ref build got slower) - vista-release-single-core/moz/times/t (ref build got slower) - xp-release-dual-core/moz/total_byte_b/IO_b (from r77288) - xp-release-single-core/dhtml/times/t (ref build got slower) - xp-release-dual-core/intl1/times/t (false positives) BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6680011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77871 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind leak reported in NSInFlightAnimationdhollowa@chromium.org2011-03-111-2/+24
| | | | | | | | | | | | Expands suppression of a Valgrind leak in NSInFlightAnimation. BUG=75714 TEST=Mac Valgrind turns green. TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/6684004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77822 0039d316-1c4b-4281-b951-d872f2087c98
* Update TSan suppression for false positives due to missing annotations in WebKittimurrrr@chromium.org2011-03-112-13/+17
| | | | | | | | | BUG=70085 TBR=dhollowa TEST=TSan/UI bots go green Review URL: http://codereview.chromium.org/6678001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77797 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind report on Mac fileapi::FileWriterDelegatedhollowa@chromium.org2011-03-111-0/+10
| | | | | | | | | | | | Suppresses Mac fileapi::FileWriterDelegate report. BUG=75741 TEST=Valgrind Mac turns green. TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/6665021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77792 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling BookmarkBarControllerTest.DeleteFromOffTheSideWhileItIsOpen on ↵tyoshino@chromium.org2011-03-111-0/+4
| | | | | | | | | | | | Chromium Mac (valgrind) bot R=maf BUG=75733 TEST=green Review URL: http://codereview.chromium.org/6677015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77783 0039d316-1c4b-4281-b951-d872f2087c98