summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* roll clang 128780:129603thakis@chromium.org2011-04-171-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6851020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81890 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux-release-lowmem expectations.cmp@chromium.org2011-04-161-0/+17
| | | | | | | | | | BUG=35879 TEST=linux perf lowmem steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6874034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81887 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some suppressions and suppress a new uninit read in viewstimurrrr@chromium.org2011-04-161-68/+19
| | | | | | | | | This should make CrOS/Lucid/Valgrind bot green(er) BUG=79671 TBR=glider Review URL: http://codereview.chromium.org/6875023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81882 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a few suppressions and exclude one test - this may give us a clean ↵timurrrr@chromium.org2011-04-163-11/+11
| | | | | | | | | | Lucid/UI run BUG=46643 TBR=glider Review URL: http://codereview.chromium.org/6864037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81879 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppressions for bug #79656timurrrr@chromium.org2011-04-162-12/+0
| | | | | | | | | BUG=79656 TBR=zelidrag TEST=Memory waterfall stays mostly green Review URL: http://codereview.chromium.org/6870027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81876 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress MANY reports, widen a few suppressions, exclude a couple of failing ↵timurrrr@chromium.org2011-04-163-22/+78
| | | | | | | | | | | tests TEST=Memery waterfall switches its color. BUG=57799, 73722, 78528, 78786, 79357, 79651, 79652, 79654, 79655, 79656, 79657, 81873 TBR=glider Review URL: http://codereview.chromium.org/6873032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81875 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out new libcros version.pastarmovj@chromium.org2011-04-151-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6864015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81758 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up checkdepsthomasvl@chromium.org2011-04-151-3/+3
| | | | | | | | | | | - use the options to get the root, don't assume the layout of sys.argv. - if no root was set, use __file__ instead of assuming sys.argv[0] will be a full path. BUG=none TEST=none Review URL: http://codereview.chromium.org/6871014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81752 0039d316-1c4b-4281-b951-d872f2087c98
* Add Memcheck:Cond suppression for bug 79533timurrrr@chromium.org2011-04-151-1/+14
| | | | | | | | BUG=79533 TBR=rsleevi Review URL: http://codereview.chromium.org/6865015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81749 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for leak bug #73299timurrrr@chromium.org2011-04-151-2/+1
| | | | | | | | BUG=73299 TBR=glider Review URL: http://codereview.chromium.org/6869014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81747 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression for bug #79533 to match the 79570 stacstimurrrr@chromium.org2011-04-151-27/+2
| | | | | | | BUG=79533,79570 Review URL: http://codereview.chromium.org/6869010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81743 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one net/Mac uninit read report, widen a couple of existing suppressionstimurrrr@chromium.org2011-04-152-3/+41
| | | | | | | | BUG=73722, 79357, 79570 TBR=glider Review URL: http://codereview.chromium.org/6873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81734 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress two new leak reports, add one more dlopen suppressiontimurrrr@chromium.org2011-04-152-1/+36
| | | | | | | | | BUG=79568,79569 TBR=glider TEST=Memory waterfall goes greener Review URL: http://codereview.chromium.org/6875004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81731 0039d316-1c4b-4281-b951-d872f2087c98
* Allow certificate revocation checking to be enabled/disabled independent of ↵rsleevi@chromium.org2011-04-151-7/+18
| | | | | | | | | | | | the OS settings on OS X. R=agl BUG=78523, 79533 TEST=See bug for test case Review URL: http://codereview.chromium.org/6824069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81702 0039d316-1c4b-4281-b951-d872f2087c98
* Mitigate XSS in the bookmark manager using Content-Security-Policy.abarth@chromium.org2011-04-142-15/+22
| | | | | | | | | We're adding support for Content-Security-Policy (CSP) support to WebKit, which helps prevent XSS by letting sites whitelist where they can load scripts from. This patch adds a CSP policy to the bookmark manager that only allows script loads from extensions and from "chrome" URLs. Adding the policy required only a tiny change the bookmark manager (moving the main script block to be external), but required changing some of the infrastructure for packing component extensions (to avoid inlining external scripts). CSP forbids inline script (and inline event handlers) because it can't tell whether those scripts are a result of XSS. Review URL: http://codereview.chromium.org/6831008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81658 0039d316-1c4b-4281-b951-d872f2087c98
* EXtend the supression for a memory leakrvargas@google.com2011-04-141-9/+0
| | | | | | | | | BUG=77990 TEST=none TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/6849033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81624 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust heapcheck supressionrvargas@google.com2011-04-141-3/+3
| | | | | | | | BUG=51988 TEST=none Review URL: http://codereview.chromium.org/6849032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81622 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for a race from bug #64075timurrrr@chromium.org2011-04-141-2/+1
| | | | | | | | | BUG=64075 TBR=glider TEST=TSan/UI is less flaky Review URL: http://codereview.chromium.org/6849022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81568 0039d316-1c4b-4281-b951-d872f2087c98
* Add UK-Dvorak keyboard layout supportmazda@chromium.org2011-04-141-3/+3
| | | | | | | | | | | | | Add UK-Dvorak keyboard layout to input setting menu. Add overlay keyboard display for UK-Dvorak layout BUG=chromium-os:13664 TEST=The layout can be selected from setting menu and seems to work fine Review URL: http://codereview.chromium.org/6852019 Patch from Ryo Hashimoto <hashimoto@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81565 0039d316-1c4b-4281-b951-d872f2087c98
* Widen Histogram&PNG-related suppressions timurrrr@chromium.org2011-04-141-7/+6
| | | | | | | | | BUG=30704,75127 TBR=dcheng,jar TEST=./tools/valgrind/waterfall.sh Review URL: http://codereview.chromium.org/6852020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81563 0039d316-1c4b-4281-b951-d872f2087c98
* Don't remap capslock to search when the current keyboard layout uses it.zork@chromium.org2011-04-141-3/+21
| | | | | | | | | | BUG=chromium-os:12349 TEST=Set the layout to German Neo 2. Check that the search key is always a modifier key, even when remapped. Review URL: http://codereview.chromium.org/6849015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81559 0039d316-1c4b-4281-b951-d872f2087c98
* Widen a suppression for leak in browser_sync testtimurrrr@chromium.org2011-04-141-1/+1
| | | | | | | | BUG=79328 TBR=glider Review URL: http://codereview.chromium.org/6851012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81552 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leaks below file_util::FileEnumeratordmikurube@chromium.org2011-04-142-12/+0
| | | | | | | | | BUG=79329 TEST=./tools/valgrind/chrome_tests.sh -t test_shell --gtest_filter="FileSystemOperationTest.*" Review URL: http://codereview.chromium.org/6851010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81548 0039d316-1c4b-4281-b951-d872f2087c98
* Remap right alt and control keys when the left keys are remapped.zork@chromium.org2011-04-141-2/+3
| | | | | | | | | | | | | The right alt key will not be remapped if it's used as altgr BUG=chromium-os:10091 TEST=Remap the alt or ctrl key. Check that the right key is remapped. Review URL: http://codereview.chromium.org/6836009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81547 0039d316-1c4b-4281-b951-d872f2087c98
* Roll out 81535 because it tickled an assert in URLRequestResourceBundleJob.abarth@chromium.org2011-04-142-22/+15
| | | | | | Review URL: http://codereview.chromium.org/6855001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81546 0039d316-1c4b-4281-b951-d872f2087c98
* Mitigate XSS in the bookmark manager using Content-Security-Policy.abarth@chromium.org2011-04-142-15/+22
| | | | | | | | | We're adding support for Content-Security-Policy (CSP) support to WebKit, which helps prevent XSS by letting sites whitelist where they can load scripts from. This patch adds a CSP policy to the bookmark manager that only allows script loads from extensions and from "chrome" URLs. Adding the policy required only a tiny change the bookmark manager (moving the main script block to be external), but required changing some of the infrastructure for packing component extensions (to avoid inlining external scripts). CSP forbids inline script (and inline event handlers) because it can't tell whether those scripts are a result of XSS. Review URL: http://codereview.chromium.org/6831008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81535 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in libcros version 129.satorux@chromium.org2011-04-141-1/+1
| | | | | | | | | BUG=none TEST=confirm chrome builds with the libcros Review URL: http://codereview.chromium.org/6849013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81527 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a memory leak below WebCore::CSSStyleApplyProperty / ↵timurrrr@chromium.org2011-04-132-0/+25
| | | | | | | | | | | WebCore::HTMLTreeBuilder in test_shell BUG=79377 TEST=HeapChecker and Webkit Valgrind bots go green TBR=glider Review URL: http://codereview.chromium.org/6839027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81460 0039d316-1c4b-4281-b951-d872f2087c98
* Quick-fix two suppressionstimurrrr@chromium.org2011-04-132-1/+2
| | | | | | | TBR=glider Review URL: http://codereview.chromium.org/6834042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81459 0039d316-1c4b-4281-b951-d872f2087c98
* Fix HeapChecker suppression - the namespace name is not shown in the ↵timurrrr@chromium.org2011-04-131-1/+1
| | | | | | | | | | HeapChecker reports BUG=79329 TBR=dmikurube Review URL: http://codereview.chromium.org/6839025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81441 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some Memcheck supprssions, add a new suppression for an invalid read ↵timurrrr@chromium.org2011-04-131-10/+8
| | | | | | | | | | | in FilePathWatcherImpl BUG=79357 TBR=glider TEST=./tools/valgrind/waterfall.sh Review URL: http://codereview.chromium.org/6836017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81440 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks below file_util::FileEnumeratortimurrrr@chromium.org2011-04-132-0/+12
| | | | | | | | | TBR=dmikurube TEST=tools/valgrind/waterfall.sh BUG=79329 Review URL: http://codereview.chromium.org/6838016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81402 0039d316-1c4b-4281-b951-d872f2087c98
* Update the HeapChecker suppressions to make unit_tests greentimurrrr@chromium.org2011-04-131-3/+41
| | | | | | | | | TEST=heachecker bot shows unit_tests as green BUG=79322,79322,79326,79327,79328 TBR=glider Review URL: http://codereview.chromium.org/6836010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81401 0039d316-1c4b-4281-b951-d872f2087c98
* Add whitelist support to grit.thomasvl@chromium.org2011-04-134-10/+82
| | | | | | | | | | | | | | | | | | - Support -w path to add whitelists to grit (and grit_info). - Use the whitelist to tag what items should be skipped when generating output. A whitelist is used instead of a blacklist, since there has been some other work into generating what resources are really needed by the build. Another option instead of whitelists would have been to add yet more conditions to the grd files, but they are already getting pretty complex with the conditions already in the files. And looking at trying to do conditions based on features not only made the files more complex, but also doesn't handle the problem when a single feature has some strings that are only valid for a subset of the supported platforms. Review URL: http://codereview.chromium.org/6821056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81393 0039d316-1c4b-4281-b951-d872f2087c98
* Update the overlay generation script to support outputting a list of layoutszork@chromium.org2011-04-131-4/+35
| | | | | | | | | | | | | that use altgr BUG=chromium-os:10091 TEST=Run gen_keyboard_overlay_data.py --altgr, and check that it outputs a list of layout names. Review URL: http://codereview.chromium.org/6835012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81371 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-04-131-3/+3
| | | | | | | | | | | | - mac-release-10.5/intl1/times/t (improved at r80750, webkit roll) - xp-release-dual-core/intl1/times/t (improved at r81180, webkit roll) - xp-release-single-core/intl1/times/t (improved at r81180, webkit roll) TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6834007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81336 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses multiple heapchecker leaks.hbono@chromium.org2011-04-121-1/+35
| | | | | | | | | | | This change adds three heapchecker suppressions recently reported by our heapchecker bot. (I'm not sure which change caused them, though.) TBR=timurrrr,glider BUG=79132,79138,79141 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6813105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81228 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.2.9.1 and remove memory leak suppression.ricow@chromium.org2011-04-121-10/+0
| | | | | | Review URL: http://codereview.chromium.org/6821068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81219 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust expectations.cmp@chromium.org2011-04-121-10/+10
| | | | | | | | | | | | | | | | | | | - linux-release-hardy/dhtml/times/t (improved at r80750, webkit roll) - linux-release-hardy/dhtml/total_op_r/IO_op_r (regressed ~80848) - linux-release-hardy/moz/times/t (improved at r80091?, webkit roll) - mac-release-10.5/intl2/commit_charge/cc (improved at r79662, webkit roll) - mac-release-10.5/intl2/times/t (improved at r80750, webkit roll) - mac-release-10.6/dhtml/times/t (improved at r80750, webkit roll) - mac-release-10.6/intl1/times/t (improvement from r79662, webkit roll) - xp-release-dual-core/moz/total_op_r/IO_op_r (regressed ~80848) - xp-release-dual-core/moz/vm_peak_r/vm_pk_r (improved at r79665, webkit roll) - xp-release-single-core/morejs/times/t (improved r81023?) TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6823072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81217 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the leaks in v8::internal::Heap::PerformGarbageCollection()hbono@chromium.org2011-04-121-0/+10
| | | | | | | | | | | This change suppresses the leaks in the v8 code started since r81093 <http://crrev.com/81093>. TBR=timurrrr,thestig BUG=79124 TEST=make the "WebKit Linux (valgrind)", "WebKit Linux (valgrind layout)", and "WebKit Mac (valgrind)" bots green. Review URL: http://codereview.chromium.org/6821066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81209 0039d316-1c4b-4281-b951-d872f2087c98
* sync: fix test-only race in SyncerThread2Test.*Coalescing*tim@chromium.org2011-04-111-3/+0
| | | | | | | | | | | | | These tests would schedule a nudge in the future, and then two immediate ones in the hopes of hitting the coalesce code path. I switched it to use TestTimeouts and a longer delay, and only have two nudges. BUG=74663 TEST=SyncerThread2Test.*Coalescing* Review URL: http://codereview.chromium.org/6824055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81163 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress new DrMemory reports from printing_unitteststimurrrr@chromium.org2011-04-111-0/+9
| | | | | | | | | BUG=http://code.google.com/p/drmemory/issues/detail?id=346 TBR=bruening Review URL: http://codereview.chromium.org/6825043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81104 0039d316-1c4b-4281-b951-d872f2087c98
* Print out TSan internal assertions as errorstimurrrr@chromium.org2011-04-111-3/+15
| | | | | | Review URL: http://codereview.chromium.org/6820032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81101 0039d316-1c4b-4281-b951-d872f2087c98
* Disables FtpDirectoryListingBufferTest.Parse on our TSAN bots.hbono@chromium.org2011-04-111-0/+3
| | | | | | | | | | | It seems r81081 <http://crrev.com/81081> added more test cases to the FtpDirectoryListingBufferTest.Parse test and all our TSAN bots cannot finish it within 1200 seconds after this change. This change temporarily disable this test on our TSAN bots until we fix it. TBR=timurrrr,glider BUG=79022 TEST=make all the tsan bots (Linux, Mac, and Windows) green. Review URL: http://codereview.chromium.org/6821043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81089 0039d316-1c4b-4281-b951-d872f2087c98
* Disables RendererMainTest.CreateDestroy on our heapcheck bot.hbono@chromium.org2011-04-111-0/+3
| | | | | | | | | | | This change disables a test RendererMainTest.CreateDestroy, which has been failing since circa Build 5778, on our heapchecker bot. TBR=timurrrr,glider BUG=79000 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6821042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81086 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression rules for Bug 42958.hbono@chromium.org2011-04-111-3/+3
| | | | | | | | | | | This change updates the suppression rules for Bug 42958 to catch up with the recent WebKit merge. TBR=timurrrr,thestig BUG=42958 TEST=make the "Webkit Linux (valgrind layout)" bot green. Review URL: http://codereview.chromium.org/6823034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81066 0039d316-1c4b-4281-b951-d872f2087c98
* updating cros deps to new libcrostbarzic@chromium.org2011-04-101-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6826022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81062 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory corruption that happens when the RenderViewHostDelegate deletes ↵jam@chromium.org2011-04-091-12/+0
| | | | | | | | | | the RenderViewHost. BUG=78861 TBR=avi Review URL: http://codereview.chromium.org/6821029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81047 0039d316-1c4b-4281-b951-d872f2087c98
* Update export_tarball.py to the new location of JavaScriptCore.abarth@chromium.org2011-04-091-2/+2
| | | | | | Review URL: http://codereview.chromium.org/6825030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81045 0039d316-1c4b-4281-b951-d872f2087c98
* Widen the suppression rule for Bug 36605.hbono@chromium.org2011-04-091-1/+0
| | | | | | | | | | | This change just widen the suppression rule for Bug 36605 to cover ExtensionAppProviderTest. TBR=timurrrr,thestig BUG=36605 TEST=make the "Chromium Mav (valgrind)" bot green. Review URL: http://codereview.chromium.org/6822021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81032 0039d316-1c4b-4281-b951-d872f2087c98