summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* SPDY leak found on linux valgrind jrg@chromium.org2010-07-121-0/+26
| | | | | | | | BUG=48865 TBR=arv@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52129 0039d316-1c4b-4281-b951-d872f2087c98
* Rename a header and some methods to make way for subsequent audio recording ↵satish@chromium.org2010-07-121-1/+1
| | | | | | | | | | | | | additions. Renaming audio_output.h to audio_io.h as future patches will add audio recording code to this file. Also renamed a couple of methods to make it clear that these are for audio playback/output and similar methods will be added for audio capture/recording soon. BUG=none TEST=no change in functionality. Review URL: http://codereview.chromium.org/2962006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52125 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some suppressions. These pass locally. Will try on the trybots.mbelshe@chromium.org2010-07-111-50/+0
| | | | | | | | | BUG=29392,42877 TEST=N/A Review URL: http://codereview.chromium.org/2974002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52065 0039d316-1c4b-4281-b951-d872f2087c98
* Solving an issue with subprocess.POpen on Windows.mad@google.com2010-07-091-18/+56
| | | | | | | | | | And also improving the coverage analysis speed by not generating useless xml, and also making that the timeout option is always of the right type and not cause exceptions later on. TEST=Run the coverage build. BUG=0 Review URL: http://codereview.chromium.org/2927001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51954 0039d316-1c4b-4281-b951-d872f2087c98
* Widen heapchecker suppression for SPDY test.willchan@chromium.org2010-07-081-1/+1
| | | | | | | | BUG=46886 Review URL: http://codereview.chromium.org/2911002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51889 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Spdy heapchecker suppression.willchan@chromium.org2010-07-081-1/+1
| | | | | | | | BUG=46886 Review URL: http://codereview.chromium.org/2932002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51883 0039d316-1c4b-4281-b951-d872f2087c98
* Allow data_packages outputs to include flattened items withouttony@chromium.org2010-07-082-7/+20
| | | | | | | | | | | | | | | | | | rc_all outputs. This fixes a bug where the code to flatten an html file was in the rc_all output step. So if a data_package output came before the rc_all output in the grd file, we would get a build error. Just refactor the code to flatten for both output types (but only flatten once). BUG=48253 TEST=build completes succesfully Review URL: http://codereview.chromium.org/2889001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51868 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for r51743hclam@chromium.org2010-07-081-0/+36
| | | | | | | | | BUG=48557 TBR=cbentzel Review URL: http://codereview.chromium.org/2919002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51865 0039d316-1c4b-4281-b951-d872f2087c98
* Deprecate most of the remaining wstring file_util functions.evan@chromium.org2010-07-081-2/+4
| | | | | | | | | | | | | These still exist on Windows due to being used by the installer, but by moving them into the Windows-only block we prevent them from being used in new code. (I am already finding new code using some of these! I am glad to be rid of them.) BUG=24672 Review URL: http://codereview.chromium.org/2850042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51862 0039d316-1c4b-4281-b951-d872f2087c98
* Supression for Pulseaudio.cbentzel@chromium.org2010-07-081-0/+19
| | | | | | | | | BUG=48553 TEST=None Review URL: http://codereview.chromium.org/2921002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51861 0039d316-1c4b-4281-b951-d872f2087c98
* Presumbit check for 'Suppression:' in valgrind suppressionsstuartmorgan@chromium.org2010-07-071-0/+17
| | | | | | | | | BUG=None TEST=Try to accidentally break the valgrind suppressions by pasting too much into the file; fail. Review URL: http://codereview.chromium.org/2847044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51717 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Make valgrind suppression for Sandbox tests permanent.jeremy@chromium.org2010-07-051-17/+18
| | | | | | | | | | | The code in question registers a string -> Sandbox test case mapping in a global variable. BUG=44090 TEST=Valgrind bots should stay green. Review URL: http://codereview.chromium.org/2136005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51641 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a new Mac memory error.thestig@chromium.org2010-07-031-0/+10
| | | | | | | | BUG=48269 TEST=Chromium Mac UI (valgrind)(2) gets a bit greener. Review URL: http://codereview.chromium.org/2824051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51609 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a CrOS suppression.thestig@chromium.org2010-07-031-2/+1
| | | | | | | | | BUG=48130 TEST=ChromeOS Valgrind goes green. TBR=stuartmorgan Review URL: http://codereview.chromium.org/2799055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51608 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a sqlite related suppression.thestig@chromium.org2010-07-031-1/+1
| | | | | | | | | BUG=19775 TEST=Linux Tests (valgrind)(1) goes green. TBR=stuartmorgan Review URL: http://codereview.chromium.org/2809050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51607 0039d316-1c4b-4281-b951-d872f2087c98
* Update Mac 10.6 moz expectations.chase@chromium.org2010-07-031-1/+1
| | | | | | | | | | | | | Gradual increase of moz test results over time within variance. BUG=none TEST=mac10.6/moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2814048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51606 0039d316-1c4b-4281-b951-d872f2087c98
* Modified grit to support <if expr="..."> tags within included html files. ↵zelidrag@chromium.org2010-07-033-8/+59
| | | | | | | | | | | Removed ChromeOS-specific sub-pages from options by using the newly added if tag. Changed <!--include file="..."--> tag to <include src="...">. BUG=chromium-os:4450 TEST=make sure that chromeos specific pages don't show in chrome:options for other platforms Review URL: http://codereview.chromium.org/2872028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51578 0039d316-1c4b-4281-b951-d872f2087c98
* This is also failing on Valgrind.vandebo@chromium.org2010-07-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 16 bytes in 1 blocks are definitely lost in loss record 395 of 765 operator new(unsigned int) (sr/local/google/valgrind-for-chromium-client/valgrind/scripts/valgrind-memcheck/coregrind/m_replacemalloc/vg_replace_malloc.c:262) Callback3<remoting::UpdateStreamPacketHeader const*, scoped_refptr<media::DataBuffer> const&, int>::Type* NewCallback<remoting::SessionManager, remoting::UpdateStreamPacketHeader const*, scoped_refptr<media::DataBuffer> const&, int>(remoting::SessionManager*, void (remoting::SessionManager::*)(remoting::UpdateStreamPacketHeader const*, scoped_refptr<media::DataBuffer> const&, int)) (uilder/build/src/./base/callback.h:169) remoting::SessionManager::DoEncode(scoped_refptr<remoting::Capturer::CaptureData>) (uilder/build/src/remoting/host/session_manager.cc:206) void DispatchToMethod<remoting::SessionManager, void (remoting::SessionManager::*)(scoped_refptr<remoting::Capturer::CaptureData>), scoped_refptr<remoting::Capturer::CaptureData> >(remoting::SessionManager*, void (remoting::SessionManager::*)(scoped_refptr<remoting::Capturer::CaptureData>), Tuple1<scoped_refptr<remoting::Capturer::CaptureData> > const&) (uilder/build/src/./base/tuple.h:422) RunnableMethod<remoting::SessionManager, void (remoting::SessionManager::*)(scoped_refptr<remoting::Capturer::CaptureData>), Tuple1<scoped_refptr<remoting::Capturer::CaptureData> > >::Run() (uilder/build/src/./base/task.h:323) MessageLoop::RunTask(Task*) (uilder/build/src/base/message_loop.cc:366) MessageLoop::DeferOrRunPendingTask(MessageLoop::PendingTask const&) (uilder/build/src/base/message_loop.cc:375) MessageLoop::DoWork() (uilder/build/src/base/message_loop.cc:482) base::MessagePumpDefault::Run(base::MessagePump::Delegate*) (uilder/build/src/base/message_pump_default.cc:23) MessageLoop::RunInternal() (uilder/build/src/base/message_loop.cc:214) MessageLoop::RunHandler() (uilder/build/src/base/message_loop.cc:186) MessageLoop::RunAllPending() (uilder/build/src/base/message_loop.cc:170) remoting::SessionManagerTest_OneRecordCycle_Test::TestBody() (uilder/build/src/remoting/host/session_manager_unittest.cc:133) testing::Test::Run() (uilder/build/src/testing/gtest/src/gtest.cc:2095) testing::internal::TestInfoImpl::Run() (uilder/build/src/testing/gtest/src/gtest.cc:2314) testing::TestCase::Run() (uilder/build/src/testing/gtest/src/gtest.cc:2420) testing::internal::UnitTestImpl::RunAllTests() (uilder/build/src/testing/gtest/src/gtest.cc:4024) testing::UnitTest::Run() (uilder/build/src/testing/gtest/src/gtest.cc:3687) TestSuite::Run() (uilder/build/src/./base/test/test_suite.h:150) main (uilder/build/src/remoting/run_all_unittests.cc:8) BUG=46678 TEST=green bots Review URL: http://codereview.chromium.org/2840033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51569 0039d316-1c4b-4281-b951-d872f2087c98
* Move WindowImpl to gfx so I can use it there for canvas unit tests.ben@chromium.org2010-07-021-2/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2813042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51554 0039d316-1c4b-4281-b951-d872f2087c98
* Rename chrome://theme/resource to chrome://theme/IDR_RESOURCEarv@chromium.org2010-07-011-5/+2
| | | | | | | | | BUG=47881 TEST=Unit tests Review URL: http://codereview.chromium.org/2805050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51444 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppressions for ChromeOS input method leaksstuartmorgan@chromium.org2010-07-011-1/+27
| | | | | | | | | BUG=48130 TEST=Greener valgrind bots Review URL: http://codereview.chromium.org/2847043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51438 0039d316-1c4b-4281-b951-d872f2087c98
* Expand a SPDY leak suppression, and add a new onestuartmorgan@chromium.org2010-07-011-1/+9
| | | | | | | | | BUG=47950,48123 TEST=Greener valgrind bots Review URL: http://codereview.chromium.org/2860045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51431 0039d316-1c4b-4281-b951-d872f2087c98
* Undo suppressions now that ExtensionsServiceTest.ReloadExtensions has been ↵akalin@chromium.org2010-06-301-13/+0
| | | | | | | | | | | fixed. BUG=47843,47863 TEST=none Review URL: http://codereview.chromium.org/2867033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51273 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 47950.hbono@chromium.org2010-06-301-0/+7
| | | | | | | | | TBR=ukai BUG=47950 TEST=make the "Linux Tests (valgrind)(3)" bot green. Review URL: http://codereview.chromium.org/2802023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51241 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the valgrind error for Issue 47949.hbono@chromium.org2010-06-301-0/+12
| | | | | | | | | TBR=avi BUG=47949 TEST=make the "Webkit Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/2880006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51240 0039d316-1c4b-4281-b951-d872f2087c98
* Split options page code/html into its own set of files.zelidrag@chromium.org2010-06-301-0/+9
| | | | | | | | | | | | Changed grit to support generic <!--include file="..."--> tag in html files to support the scenario above. TEST=make sure chrome:options page still shows correctly BUG=chromium-os:4429 Review URL: http://codereview.chromium.org/2835009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51203 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for issue 46421.rdsmith@google.com2010-06-291-20/+0
| | | | | | | | | | | | | Issue was unreproducible, and recent valgrind bot runs do not show the suppression being triggerred (e.g. http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(3)/builds/3971). BUG=46421 TEST=none Review URL: http://codereview.chromium.org/2803029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51150 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress an invalid read in extension notificationsstuartmorgan@chromium.org2010-06-291-0/+13
| | | | | | | | | | | TBR=thestig BUG=47863 TEST=Greener valgind bots Review URL: http://codereview.chromium.org/2810039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51134 0039d316-1c4b-4281-b951-d872f2087c98
* Skip sanity checks for TSan/Mactimurrrr@chromium.org2010-06-291-0/+5
| | | | | | | | | BUG=47844 TEST=TSan/Mac should become green TBR=glider Review URL: http://codereview.chromium.org/2799040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51123 0039d316-1c4b-4281-b951-d872f2087c98
* Removing valgrind suppression to reproduce logs for issue 44053. Willrdsmith@google.com2010-06-281-26/+0
| | | | | | | | | | | revert CL after (if) mac valgrind bot breaks. TEST=none BUG=none Review URL: http://codereview.chromium.org/2883002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51005 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a memory leak in ExtensionExtentUnittest by fixing a badaa@chromium.org2010-06-252-20/+0
| | | | | | | | | | API design choice. BUG=47539,47545 Review URL: http://codereview.chromium.org/2870027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50912 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a unit test leak.asargent@chromium.org2010-06-252-13/+0
| | | | | | | | | | | | These were introduced by revision 50779 (http://codereview.chromium.org/2867008) BUG=47471 TEST=none Review URL: http://codereview.chromium.org/2808027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50891 0039d316-1c4b-4281-b951-d872f2087c98
* Update the whitelist in checkperms.py.thestig@chromium.org2010-06-251-2/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2806034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50874 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a valgrind leak.asargent@chromium.org2010-06-251-0/+6
| | | | | | | | | BUG=47471 TEST=none TBR=rafaelw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50866 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapcheck leak from ExtensionExtentTestrafaelw@chromium.org2010-06-251-0/+6
| | | | | | | | | BUG=47545 TBR=aa Review URL: http://codereview.chromium.org/2857022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50862 0039d316-1c4b-4281-b951-d872f2087c98
* Supress valgrind leak in ExtensionExtent testrafaelw@chromium.org2010-06-251-0/+14
| | | | | | | | | BUG=47539 TBR=aa Review URL: http://codereview.chromium.org/2867028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50858 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for a data race in SKIA (fixed now)timurrrr@chromium.org2010-06-251-9/+0
| | | | | | | | | BUG=46672 RBR=glider,senorblanco TEST=TSan UI should remain green Review URL: http://codereview.chromium.org/2861027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50836 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak until I can figure out what's going wrong.asargent@chromium.org2010-06-251-0/+6
| | | | | | | | | BUG=47471 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50794 0039d316-1c4b-4281-b951-d872f2087c98
* valgrind: Update the signature for a mac suppression.thestig@chromium.org2010-06-241-1/+1
| | | | | | | | | BUG=none TEST=Webkit Mac (valgrind) goes green. TBR=stuartmorgan Review URL: http://codereview.chromium.org/2804021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50703 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an unititialized variable that caused a mac valgrind failure.csilv@chromium.org2010-06-241-9/+0
| | | | | | | | BUG=46797 TEST=Mac valgrind stays green Review URL: http://codereview.chromium.org/2849020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50675 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for bug 47331.ericu@google.com2010-06-231-0/+26
| | | | | | | | | BUG=47331 TEST=none Review URL: http://codereview.chromium.org/2847026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50645 0039d316-1c4b-4281-b951-d872f2087c98
* Update dhtml times for xp and vista.chase@chromium.org2010-06-231-2/+2
| | | | | | | | | | | | | This got slower recently, possibly as a result of a WebKit roll in 50199 (roll from 61334:61360). BUG=47335 TEST=xpdual and vistadual dhtml are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2863020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50639 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for memory errors for WebKit mac bothclam@chromium.org2010-06-231-0/+26
| | | | | | | | | | BUG=47330 TEST=Tree goes green TBR=ericu@chromium.org Review URL: http://codereview.chromium.org/2861018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50637 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Valgrind suppression for memory error from WebKit"hclam@chromium.org2010-06-231-27/+0
| | | | | | | | | | | | Revert the last suppression I submitted as the memory error has already been solved. TBR=japhet@chromium.org BUG=47323 Review URL: http://codereview.chromium.org/2842022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50635 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind suppression for memory error from WebKithclam@chromium.org2010-06-231-0/+27
| | | | | | | | | BUG=47323 TBR=japhet@chromium.org Review URL: http://codereview.chromium.org/2834020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50634 0039d316-1c4b-4281-b951-d872f2087c98
* Update xpdual/moz total_byte_b expectations.chase@chromium.org2010-06-221-1/+1
| | | | | | | | | | | | | | | | | Amit's change in r50386 loads chrome.dll to lower startup time. This causes a corresponding increase in read_byte_b on xpdual/moz (and other perf tests). This means total_byte_b goes up, which caused the step to turn red. Adjusting expectations for this measure will cause xpdual moz to go green again. BUG=44129 TEST=xpdual moz is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2815022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50535 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress heapchecker leaks.willchan@chromium.org2010-06-221-0/+42
| | | | | | | | BUG=47188 Review URL: http://codereview.chromium.org/2828020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50484 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a second suppression for a leak in IPC::ChannelProxy::Send.robertshield@chromium.org2010-06-221-0/+26
| | | | | | | | | | BUG=32273 TEST=none TBR=avi Review URL: http://codereview.chromium.org/2860013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50457 0039d316-1c4b-4281-b951-d872f2087c98
* Expand valgrind suppressions.willchan@chromium.org2010-06-221-28/+1
| | | | | | | | BUG=19775 Review URL: http://codereview.chromium.org/2858020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50414 0039d316-1c4b-4281-b951-d872f2087c98
* Make the memory waterfall green -- more suppressions for bug 19775.glider@chromium.org2010-06-211-0/+45
| | | | | | | | | BUG=19775 TBR=tim Review URL: http://codereview.chromium.org/2870016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50350 0039d316-1c4b-4281-b951-d872f2087c98