summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Widen suppression for string tables allocated during webkit initialization.jochen@chromium.org2011-01-101-27/+2
| | | | | | | | | | BUG=46162 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6166004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70890 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress another instance of sqlite errors in WebDatabase codejochen@chromium.org2011-01-101-0/+10
| | | | | | | | | | BUG=60556 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6171003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70889 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ErrorPageTest.Page404 on Chromium Mac Valgrindjochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | BUG=69040 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6131004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70880 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ProcessInfoSnapshotMacTest.EffectiveVsRealUserIDTest on Chromium Mac ↵jochen@chromium.org2011-01-101-0/+2
| | | | | | | | | | | | valgrind BUG=69039 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6206002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70879 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FirefoxImporterTest.Firefox3NSS3Decryptor on Chromium Mac (valgrind)jochen@chromium.org2011-01-101-0/+3
| | | | | | | | | | BUG=69037 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6161003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70878 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup."agl@chromium.org2011-01-071-17/+0
| | | | | | | | | | This reverts commit r70714 which was a suppression for a bug fixed in r70737. BUG=68820 TEST=valgrind git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70738 0039d316-1c4b-4281-b951-d872f2087c98
* Pass a correct input method descriptor to the ActiveInputMethodsChanged ↵yusukes@google.com2011-01-071-1/+1
| | | | | | | | | | | | | function. A comment explaining why ActiveInputMethodsChanged has to be called in FlushImeConfig() is also added since it took some time for me to figure out why it was necessary. BUG=chromium-os:10676 TEST=manually done. Review URL: http://codereview.chromium.org/6088010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70725 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leak in net::SSLHostInfo::StartDnsLookup.thestig@chromium.org2011-01-071-0/+17
| | | | | | | | | BUG=68820 TEST=Valgrind Linux UI goes green. TBR=agl Review URL: http://codereview.chromium.org/6160002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70714 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Widen a suppression.thestig@chromium.org2011-01-071-1/+3
| | | | | | | | | BUG=61816 TEST=Valgrind Mac Unit gets greener. TBR=jochen Review URL: http://codereview.chromium.org/6123002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70712 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Update suppression after net namespace CL.thestig@chromium.org2011-01-071-1/+1
| | | | | | | | | BUG=68290 TEST=heapchecker goes green. TBR=tfarina Review URL: http://codereview.chromium.org/6138002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70711 0039d316-1c4b-4281-b951-d872f2087c98
* Update a suppression due to new namespacing from r70592estade@chromium.org2011-01-061-3/+3
| | | | | | | | | BUG=none TEST=linux tests (valgrind)(1) Review URL: http://codereview.chromium.org/6040009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70641 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.chase@chromium.org2011-01-061-7/+7
| | | | | | | | | | | | | | | | | | - linux-release-hardy/v8_benchmark/score/score - vista-release-single-core/morejs/times/t - vista-release-single-core/moz/times/t - xp-release-single-core/intl1/times/t - xp-release-single-core/intl2/times/t - xp-release-single-core/morejs/times/t - xp-release-single-core/moz/times/t BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6007008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70594 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed problem in IndexedDataBaseTest page_cycler.chase@chromium.org2011-01-061-16/+17
| | | | | | | | | | | | | | | | | This test was using an old head.js file which did not get updated when the change to sessionStorage happened. http://codereview.chromium.org/5866001/ BUG=68660 TEST= I tested this page_cycler and it seems to be working fine. Patch from Ahmad Sharif <asharif@chromium.org>, originally at http://codereview.chromium.org/6079013/. Review URL: http://codereview.chromium.org/6075013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70570 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Widen a suppression.thestig@chromium.org2011-01-061-1/+0
| | | | | | | | | BUG=61816 TEST=none TBR=rsesek Review URL: http://codereview.chromium.org/6038009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70569 0039d316-1c4b-4281-b951-d872f2087c98
* Update database head.js to use sessionStorage.chase@chromium.org2011-01-061-16/+17
| | | | | | | | | BUG=68660 TEST=database page cycler goes green Review URL: http://codereview.chromium.org/6057009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70567 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a mac suppression.thestig@chromium.org2011-01-051-10/+1
| | | | | | | | BUG=61816 TEST=Valgrind Mac unit goes green. Review URL: http://codereview.chromium.org/6092010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70545 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill heuristics regular expressions should be stored in external data files.dhollowa@chromium.org2011-01-051-0/+4
| | | | | | | | | | | This change moves the Autofill heuristics regular expressions out to a new autofill_resources.grd file. This grd file is not meant to be localized. Eventually it will contain the locale-specific regular expressions as well as the English versions. This CL, however, just moves the English versions out of source. BUG=55787 TEST=FormStructureBrowserTest.HTMLFiles Review URL: http://codereview.chromium.org/6026010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70535 0039d316-1c4b-4281-b951-d872f2087c98
* Update grit_info.py to use optparse and add the ability to passtony@chromium.org2011-01-051-16/+40
| | | | | | | | | | | | | | in build defines (e.g., -D chromeos). This will make it possible for us to handle build dependencies in all configurations. I'll make a follow up change that adds the -D flags to the gyp files. BUG=68028 Review URL: http://codereview.chromium.org/6065012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70518 0039d316-1c4b-4281-b951-d872f2087c98
* Lifecycle management for PolicyProvidersjkummerow@chromium.org2011-01-051-18/+0
| | | | | | | | | | | The ConfigurationPolicyProviderKeeper (and therefore the individual ConfigurationPolicyProviders) is now a member variable of the BrowserProcess instead of a singleton. This fixes memory leaks at the cost of slightly more complicated shutdown (the PolicyProviders must die while the file thread is still alive, but the preference system observing the providers for policy changes lives longer than that). BUG=66054, 66102 TEST=existing unit tests; valgrind Review URL: http://codereview.chromium.org/5962016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70496 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes resource loading for the virtual keyboard.bryeung@chromium.org2011-01-041-1/+1
| | | | | | | | | BUG=none TEST=the keyboard no longer 404s in touchui builds Review URL: http://codereview.chromium.org/5977007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70447 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a leak in DiskCacheBasedSSLHostInfo.thestig@chromium.org2011-01-041-1/+26
| | | | | | | | | BUG=68553 TEST=Linux Valgrind unit test gets greener. TBR=willchan Review URL: http://codereview.chromium.org/6099007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70446 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Update a suppression after r70363a.thestig@chromium.org2011-01-041-1/+1
| | | | | | | | | BUG=36605 TEST=Valgrind Mac unit test goes green. TBR=brettw Review URL: http://codereview.chromium.org/5998009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70443 0039d316-1c4b-4281-b951-d872f2087c98
* html_inline.py: update comments to match reality, fix a small typoevan@chromium.org2011-01-041-3/+2
| | | | | | | | | Though the comments say it doesn't inline CSS, it actually does; I also noticed there's a typo in the CSS-inlining regex. Review URL: http://codereview.chromium.org/6057007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70429 0039d316-1c4b-4281-b951-d872f2087c98
* Update heapchecker suppression after the recent move of sanity tests to ↵timurrrr@chromium.org2011-01-042-3/+3
| | | | | | | | | | base::, exclude all SSLServerSocketTest from TSan/Win run BUG=68482 TBR=glider Review URL: http://codereview.chromium.org/6069013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70419 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppressions for Valgrind sanity teststimurrrr@chromium.org2011-01-031-15/+15
| | | | | | | | TBR=brettw TEST=./tools/valgrind/waterfall.sh fetch&match Review URL: http://codereview.chromium.org/6008008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70397 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run SSLServerSocketTest.Handshake under TSan/Win; suppress ↵timurrrr@chromium.org2011-01-033-4/+14
| | | | | | | | | tracked_objects reports on TSan/Mac; updated ignore files to the new base/ directory structure BUG=68482,68481 Review URL: http://codereview.chromium.org/6098003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70396 0039d316-1c4b-4281-b951-d872f2087c98
* Expand the suppression for bug 68304 (leaks in ResourceDispatcherHostTest.*)glider@chromium.org2010-12-311-7/+1
| | | | | | | | | BUG=68304 TBR=jam Review URL: http://codereview.chromium.org/5996006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70337 0039d316-1c4b-4281-b951-d872f2087c98
* Added a new suppression for invalid write in ↵glider@chromium.org2010-12-311-1/+9
| | | | | | | | | | | WebDataService::InitializeDatabaseIfNecessary (bug 50968) TBR=jorlow BUG=50968 Review URL: http://codereview.chromium.org/6005009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70336 0039d316-1c4b-4281-b951-d872f2087c98
* Dr. Memory - suppress some printing/ memory leaks, increase the number of ↵timurrrr@chromium.org2010-12-302-0/+8
| | | | | | | | | | callstack frames to remember BUG=68307 TBR=glider Review URL: http://codereview.chromium.org/6069008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70320 0039d316-1c4b-4281-b951-d872f2087c98
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only ↵brettw@google.com2010-12-301-2/+2
| | | | | | | | | | | | | | used in a couple of diagnostic places and one can always use the "Error Lookup" utility. Move window HWND-specific functions from base/win_util.h to a new file app/win/hwnd_util.h. I plan to put some more stuff from app/win_util into this file as well. Move gfx/window_impl.h into app/win TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6019007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70312 0039d316-1c4b-4281-b951-d872f2087c98
* Heapcheck: suppress bug 68290 (leaks in URLRequest::ResponseStarted)glider@chromium.org2010-12-301-0/+33
| | | | | | | | | | | and bug 68304 (leaks in ResourceDispatcherHostTest.*) TBR=jam BUG=68290,68304 Review URL: http://codereview.chromium.org/6029007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70311 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress bug 68292 (leaks in TestingAutomationProvider::ExecuteBrowserCommand)glider@chromium.org2010-12-301-0/+18
| | | | | | | | | BUG=68292 TBR=timurrrr Review URL: http://codereview.chromium.org/6014011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70304 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks net::URLRequest::ResponseStarted (bug 68290)glider@chromium.org2010-12-301-0/+65
| | | | | | | | | BUG=68290 TBR=timurrrr Review URL: http://codereview.chromium.org/5975010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70303 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Roll cros dep to 08c38e03.derat@chromium.org2010-12-291-1/+1
| | | | | | | | | | | | This picks up a new enum value that I added for a "signing out" message that Chrome will send to the window manager. BUG=chromium-os:9915 TEST=built it Review URL: http://codereview.chromium.org/6018011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70247 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress Memcheck reports for ↵glider@chromium.org2010-12-271-3/+65
| | | | | | | | | | | | | | | | | http://build.chromium.org/p/tryserver.chromium/builders/mac_valgrind (Mac OS 10.6 trybot): -- add a new suppression for bug 46186 (leak in HALCADClient::AddPropertyListener) -- expand suppression for bug 49250 (errors in remoting::CapturerMac::CaptureRects) -- suppress bug 68090 (conditional junp in BuildMacEncTable) -- suppress bug 68092 (uninitialized read in _CGSLockWindow) BUG=46186,49250,68090,68092 TBR=timurrrr Review URL: http://codereview.chromium.org/6057005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70194 0039d316-1c4b-4281-b951-d872f2087c98
* Apply Mac suppressions to the reports from the URLs containing "mac_valgrind"glider@chromium.org2010-12-271-1/+1
| | | | | | | | | | (e.g. Mac trybot) TBR=timurrrr Review URL: http://codereview.chromium.org/5261003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70193 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DevToolsSanityTest.TestPauseWhenScriptIsRunning under Valgrind; ↵timurrrr@chromium.org2010-12-272-0/+27
| | | | | | | | | | | suppress gfx-related leaks in interactive_ui_tests TBR=glider TEST=interactive_ui_tests should go greener under Valgrind BUG=68068,68069 Review URL: http://codereview.chromium.org/6002010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70190 0039d316-1c4b-4281-b951-d872f2087c98
* Quick fix for the Valgrind/interactive_ui gtest-filter: s/FAILS_/FAILStimurrrr@chromium.org2010-12-241-1/+2
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/6005007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70158 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude some net_ tests and suppress a couple of stacks for Dr. Memorytimurrrr@chromium.org2010-12-242-0/+23
| | | | | | | | TBR=glider TEST=Dr.Memory FYI bot should go greener Review URL: http://codereview.chromium.org/6032006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70157 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run DecoderVp8Test.EncodeAndDecode under Dr.Memorytimurrrr@chromium.org2010-12-242-1/+4
| | | | | | | | | | Also temporary enable leak checking to see the how many leaks does DrM find on the Chromium tests. BUG=57266 TBR=glider Review URL: http://codereview.chromium.org/6035007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70153 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run FAILS_ interactive_ui_tests under Valgrindtimurrrr@chromium.org2010-12-241-0/+3
| | | | | | | | BUG=67959 TBR=glider Review URL: http://codereview.chromium.org/5995006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70149 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress UserScript/Pango race report (false positive?), remove some ↵timurrrr@chromium.org2010-12-241-44/+5
| | | | | | | | | | | suppressions for probably-fixed bugs. BUG=67957,64080,64186,64188,67546 TBR=glider TEST=TSan/UI bots should remain green Review URL: http://codereview.chromium.org/6094003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70148 0039d316-1c4b-4281-b951-d872f2087c98
* Convert build.chromium.org URLs to new URL format.chase@chromium.org2010-12-242-2/+2
| | | | | | | | | BUG=none TEST=scripts keep working Review URL: http://codereview.chromium.org/5961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70143 0039d316-1c4b-4281-b951-d872f2087c98
* Rename build/build-bisect.py to tools/bisect-builds.py.evan@chromium.org2010-12-231-0/+300
| | | | | | | I always have trouble finding this tool because of its weird name and place. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70110 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak in UI tests.skerner@chromium.org2010-12-231-1/+27
| | | | | | | | | BUG=67933 TEST=none TBR=garykac git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70085 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run X509CertificateTest.IntermediateCARequireExplicitPolicy under TSan/Wintimurrrr@chromium.org2010-12-211-0/+1
| | | | | | | | BUG=67599 TBR=glider Review URL: http://codereview.chromium.org/6013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69825 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in Extensions/DictionaryValue::DeepCopytimurrrr@chromium.org2010-12-211-0/+14
| | | | | | | | | BUG=67676 TBR=glider TEST=interactive_ui/Valgrind should go greener Review URL: http://codereview.chromium.org/6016008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69817 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run CertVerifierTest's at all under TSan/Wintimurrrr@chromium.org2010-12-211-2/+2
| | | | | | | | | (CertVerifierTest.InflightJoin is failing) TBR=glider BUG=67599 Review URL: http://codereview.chromium.org/6014006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69816 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression for plugin_unload.hbono@chromium.org2010-12-211-4/+4
| | | | | | | | | | | This change just updates the suppression rule for 'plugin_unload' to catch up with r69808 <http://crrev.com/69808>. TBR=thestig,timurrrr BUG=none TEST=make the "Webkit Mac (valgrind)" bot green. Review URL: http://codereview.chromium.org/6025004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69814 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run CertVerifierTest.CacheHit under TSan/Wintimurrrr@chromium.org2010-12-201-1/+5
| | | | | | | | | BUG=67599 TBR=glider TEST=TSan/win should go greener Review URL: http://codereview.chromium.org/6056002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69742 0039d316-1c4b-4281-b951-d872f2087c98