summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Suppress more std::string false leaks and leaks below ↵timurrrr@chromium.org2011-06-171-41/+21
| | | | | | | | | | history::ExpireHistoryBackend::DoExpireHistoryIndexFiles BUG=76386,86481 TBR=glider Review URL: http://codereview.chromium.org/7201003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89474 0039d316-1c4b-4281-b951-d872f2087c98
* Fix string-enums in ADMX templatesgfeher@chromium.org2011-06-175-57/+73
| | | | | | | | | BUG=86141 TEST=verify that the value of ProxyMode set via the ADMX template is correctly reflected in about:net-internals Review URL: http://codereview.chromium.org/7155025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89473 0039d316-1c4b-4281-b951-d872f2087c98
* Move on Mac-only suppression to Linux and widen it a little bittimurrrr@chromium.org2011-06-172-11/+10
| | | | | | | | BUG=82680 TBR=glider Review URL: http://codereview.chromium.org/7202001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89469 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leaks in PrefProviderTest.MigrateSinglePatternSettings, ↵timurrrr@chromium.org2011-06-173-11/+14
| | | | | | | | | | | widen some old suppressions BUG=86303,86468,79671 TBR=glider TEST=Memory waterfall goes greener Review URL: http://codereview.chromium.org/7201001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89465 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 89453 - Support automatic javascript test registry in gtest when ↵joth@chromium.org2011-06-171-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating WebUI tests. - gypv8sh.py is breaking on Mac http://build.chromium.org/p/chromium/builders/Mac10.5%20Tests%20%281%29/builds/8563/steps/update/logs/stdio File "/b/build/slave/Mac10_5_Tests__1_/build/src/tools/gyp/pylib/gyp/input.py", line 1017, in ProcessVariablesAndConditionsInList expanded = ExpandVariables(item, is_late, variables, build_file) File "/b/build/slave/Mac10_5_Tests__1_/build/src/tools/gyp/pylib/gyp/input.py", line 684, in ExpandVariables (contents, p.returncode)) Exception: Call to 'python ../tools/gypv8sh.py -i' returned exit status 1. while loading dependencies of src/chrome/browser/sync/tools/sync_tools.gyp while loading dependencies of src/build/all.gyp while trying to load src/build/all.gyp Error: /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python src/build/gyp_chromium in /b/build/slave/Mac10_5_Tests__1_/build returned 1 The goal was to support something as simple as the following, where the tests in the javascript files would be 1st class GTESTs, supporting FLAKY_, DISABLED_, etc, and registered at linker_initialization time. WEB_UI_BROWSER_TEST_JS(WebUIBrowserTest, TestJSPass, FILE_PATH_LITERAL("sample_passing.js")) { ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIDownloadsURL)); } WEB_UI_BROWSER_TEST_JS_FALSE(WebUIBrowserTest, TestJSFail, FILE_PATH_LITERAL("sample_failing.js")) { ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIDownloadsURL)); } http://www.chromium.org/Home/domui-testing In order to support linker init time, I had to modify path_service to support Unregistration, and chrome_paths to allow multiple invocations. BUG=82437 R=estade@chromium.org,jhawkins@chromium.org TEST=browser_tests --gtest_filter=WebUIBrowserTest* Review URL: http://codereview.chromium.org/7087014 TBR=scr@chromium.org Review URL: http://codereview.chromium.org/7193030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89460 0039d316-1c4b-4281-b951-d872f2087c98
* Support automatic javascript test registry in gtest when creating WebUI tests.scr@chromium.org2011-06-171-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The goal was to support something as simple as the following, where the tests in the javascript files would be 1st class GTESTs, supporting FLAKY_, DISABLED_, etc, and registered at linker_initialization time. WEB_UI_BROWSER_TEST_JS(WebUIBrowserTest, TestJSPass, FILE_PATH_LITERAL("sample_passing.js")) { ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIDownloadsURL)); } WEB_UI_BROWSER_TEST_JS_FALSE(WebUIBrowserTest, TestJSFail, FILE_PATH_LITERAL("sample_failing.js")) { ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIDownloadsURL)); } http://www.chromium.org/Home/domui-testing In order to support linker init time, I had to modify path_service to support Unregistration, and chrome_paths to allow multiple invocations. BUG=82437 R=estade@chromium.org,jhawkins@chromium.org TEST=browser_tests --gtest_filter=WebUIBrowserTest* Review URL: http://codereview.chromium.org/7087014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89453 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Remove duplicate entries from the keyboard overlay code.""mazda@chromium.org2011-06-171-2/+14
| | | | | | | | | | | | | | Fixed gen_keyboard_overlay_data.py in order not to generate duplicated entries in cc and grd files and using it to create this patch. This reverts commit 8f5c2e9ed0cd58b1106f60de012a1eaba03d33bd. BUG=none TEST=Built chrome with the generated data. Review URL: http://codereview.chromium.org/7189010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89450 0039d316-1c4b-4281-b951-d872f2087c98
* Roll clang 132902:133226thakis@chromium.org2011-06-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | New in this range: * ObjC type warnings based on the cocoa naming conventions * A warning about memset(a, 0, sizeof(a)) originally by me, significantly improved by chandlerc * A warning about sizeof() on an array function parameter * ObjC ARC stuff Bugs found by the new warnings were addressed in: http://codereview.chromium.org/7068017/ http://codereview.chromium.org/7185019/ http://codereview.chromium.org/7104133/ http://codereview.chromium.org/7129072/ http://codereview.chromium.org/7003140/ http://codereview.chromium.org/7003152 http://codereview.chromium.org/7167009 BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7191031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89446 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in CreateTabForDragging test.wyck@chromium.org2011-06-161-16/+0
| | | | | | | | | | | | Introduced in 7080030 BUG=86136 TEST=unit_tests BaseTabStripTest*CreateTabForDragging Review URL: http://codereview.chromium.org/7170028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89362 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Linux kernels >=3.0-rc1 in Python related build files by:tony@chromium.org2011-06-166-41/+16
| | | | | | | | | | | | | | | - replacing occurences of sys.platform == 'linux2' with sys.platform.startswith('linux') - congregating occurences of sys.platform in ('linux[X]', 'linuxY', ...) to sys.platform.startswith('linux') - adding the key 'linux3' to all relevant lookup dicts BUG=85845 TEST=Try building chromium on Linux >=3.0-r1 Review URL: http://codereview.chromium.org/7172016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89354 0039d316-1c4b-4281-b951-d872f2087c98
* Update a TSan suppression for the misterious UserScriptMaster racetimurrrr@chromium.org2011-06-161-2/+2
| | | | | | | | | | RunScan was renamed to RunLoad BUG=67957 TBR=glider TEST=TSan/UI is more stable Review URL: http://codereview.chromium.org/7195001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89330 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the suppressions for invalid memory accesses in V8 (should be fixed now)timurrrr@chromium.org2011-06-161-27/+0
| | | | | | | | | BUG=83626 TBR=glider TEST=Valgrind bots should remain green Review URL: http://codereview.chromium.org/7192008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89326 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress invalid reads related to objc_msgSend; widen a suppression for the ↵timurrrr@chromium.org2011-06-162-15/+19
| | | | | | | | | | | CreateTabForDragging leaks BUG=86303,86305 TBR=glider TEST=Memory waterfall is greener Review URL: http://codereview.chromium.org/7190003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89325 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress one more data race on ThreadWatcher/MessageLooptimurrrr@chromium.org2011-06-161-1/+10
| | | | | | | | | BUG=83564 TBR=glider TEST=TSan/ui is less flaky Review URL: http://codereview.chromium.org/7185011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89322 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a new Valgrind leak, widen a couple of old reportstimurrrr@chromium.org2011-06-162-18/+30
| | | | | | | | | BUG=79671,83430,83566,86294 TEST=memory waterfall goes greener TBR=glider Review URL: http://codereview.chromium.org/7191008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89315 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for bug70599.eugenis@google.com2011-06-161-0/+11
| | | | | | | | It happens with nearly 100% probability in NaCl browser_tests. Not on the bots yet. Review URL: http://codereview.chromium.org/7184006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89314 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Remove duplicate entries from the keyboard overlay code."mazda@chromium.org2011-06-161-14/+2
| | | | | | | | This reverts commit bc655f7f6df0801b2d65dd905d06ae0aa6604cd2. TBR=hashimoto@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89313 0039d316-1c4b-4281-b951-d872f2087c98
* Remove duplicate entries from the keyboard overlay code.mazda@chromium.org2011-06-161-2/+14
| | | | | | | | | | | | Fixed gen_keyboard_overlay_data.py in order not to generate duplicated entries in cc and grd files and using it to create this patch. BUG=none TEST=Built chrome with the generated data. Review URL: http://codereview.chromium.org/7191006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89305 0039d316-1c4b-4281-b951-d872f2087c98
* Adds another suppression for Bug 86136.hbono@chromium.org2011-06-161-0/+9
| | | | | | | | | | | This change adds another suppression rule for Bug 86136 to suppress the leaks on Chromium OS. TBR=timurrrr,glider,thestig BUG=86136 TEST=make the "Chromium OS UI (valgrind)(1)" bot green. Review URL: http://codereview.chromium.org/7192002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89290 0039d316-1c4b-4281-b951-d872f2087c98
* Add is_linux, is_win, is_macosx, and is_posix to the list oftony@chromium.org2011-06-151-6/+13
| | | | | | | | | | | | | variables provided to grit <if> conditions. This simplifies many of the existing conditions and I've gone ahead and made some changes in generated_resources.grd to demonstrate this. BUG=86082 TEST=Manual, everything still compiles. Review URL: http://codereview.chromium.org/7111056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89264 0039d316-1c4b-4281-b951-d872f2087c98
* Remove deprecated cert path codestevenjb@google.com2011-06-151-1/+1
| | | | | | | | | BUG=chromium-os:16585 TEST=Ensure chrome + tests compile. Review URL: http://codereview.chromium.org/7172025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89254 0039d316-1c4b-4281-b951-d872f2087c98
* Log page cycler results to console.tonyg@chromium.org2011-06-151-8/+9
| | | | | | | | BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7097018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89244 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaks in CloudPolicySubsystemTestgfeher@chromium.org2011-06-152-24/+0
| | | | | | | | | | BUG=86135 TEST=linux heapcheck and valgrind bots stay green Review URL: http://codereview.chromium.org/7170011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89202 0039d316-1c4b-4281-b951-d872f2087c98
* Remove FileSystemURLRequestJob suppressions, as the only still-leakyadamk@google.com2011-06-151-14/+7
| | | | | | | | | | | parts are now covered by existing LeakyLazyInstance issue. R=thestig@chromium.org,timurrrr@chromium.org,glider@chromium.org BUG=80002,83345 Review URL: http://codereview.chromium.org/7065079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89195 0039d316-1c4b-4281-b951-d872f2087c98
* Add suppression for bug 86146.satorux@chromium.org2011-06-151-0/+7
| | | | | | | | | BUG=86146 TEST=make "Chromium OS UI (valgrind)(2)" bot greener. Review URL: http://codereview.chromium.org/7155021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89154 0039d316-1c4b-4281-b951-d872f2087c98
* Add another suppression rule for Bug 86135.hbono@chromium.org2011-06-151-0/+11
| | | | | | | | | | | This change just adds another heapchecker suppression for CloudPolicySubsystemTests. TBR=timurrrr,glider,thestig BUG=86135 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/7155017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89146 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leak for Bug 86136.hbono@chromium.org2011-06-151-0/+7
| | | | | | | | | | | This change suppresses another trivial leak in TYPED_TEST_P(BaseTabStripTestFixture, CreateTabForDragging). TBR=timurrrr,glider,thestig BUG=86136 TEST=make the "Chromium OS UI (valgrind)(1)" bot greener. Review URL: http://codereview.chromium.org/7097009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89132 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leaks for Bug 86135.hbono@chromium.org2011-06-152-0/+13
| | | | | | | | | | | This change just suppresses the leaks in policy::CloudPolicySubsystemTest::ExecuteTest(). (They seem to be very trivial ones, though.) TBR=timurrrr,glider,thestig BUG=86135 TEST=make the "Linux Tests (valgrind)(1)" bot and the "Linux Heapcheck" bot greener. Review URL: http://codereview.chromium.org/7168008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89130 0039d316-1c4b-4281-b951-d872f2087c98
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-142-2/+0
| | | | | | | | BUG=28727 Review URL: http://codereview.chromium.org/7146001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89100 0039d316-1c4b-4281-b951-d872f2087c98
* Sync: Close the sync UI in a few more tests.jhawkins@chromium.org2011-06-142-14/+0
| | | | | | | | | | | BUG=86006 TEST=SyncSetupWizardTest.* R=csilv@chromium.org Review URL: http://codereview.chromium.org/7147009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89034 0039d316-1c4b-4281-b951-d872f2087c98
* Suppresses the leaks for Bug 86006.hbono@chromium.org2011-06-142-0/+14
| | | | | | | | | | | This change suppresses the leask in SyncSetupWizard::Step(). (He told me he will fix them tomorrow.) TBR=timurrrr,glider,thestig BUG=86006 TEST=make the "Linux Heapcheck" bot and the "Linux Tests (valgrind)(1)" bot greener. Review URL: http://codereview.chromium.org/7131010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88955 0039d316-1c4b-4281-b951-d872f2087c98
* Disable more SyncerThreadTests on the "Mac (tsan)" bot.hbono@chromium.org2011-06-141-0/+3
| | | | | | | | | | | This change disables three more SyncerThreadTests that exceeded timeouts on the "Mac (tsan)" bot when I logged into the bot and manually ran the test. TBR=timurrrr,glider,thestig BUG=85892 TEST=make the "Chromium Mac (tsan)" bot greener. Review URL: http://codereview.chromium.org/7145017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88947 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 132784:132902thakis@chromium.org2011-06-131-1/+1
| | | | | | | | | | | | | | | | Notable changes: Support for http://clang.llvm.org/docs/LanguageExtensions.html#objc_instancetype This triggered: http://codereview.chromium.org/7003152 http://codereview.chromium.org/7104133 http://codereview.chromium.org/7129072 BUG=none TEST=none TBR=evan Review URL: http://codereview.chromium.org/7134089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88918 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for a fixed memory leak.sergeyu@chromium.org2011-06-131-15/+0
| | | | | | | | | BUG=57799 TEST=None Review URL: http://codereview.chromium.org/7003156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88887 0039d316-1c4b-4281-b951-d872f2087c98
* Delete deserializer in synthesized message to avoid leakfischman@chromium.org2011-06-131-21/+0
| | | | | | | | | | | (and remove no-longer necessary valgrind suppression). BUG=85825 TEST=trybots Review URL: http://codereview.chromium.org/7003139 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88835 0039d316-1c4b-4281-b951-d872f2087c98
* Disables SyncerThreadTest.ThrottlingDoesThrottle on the "Mac (tsan)" bot.hbono@chromium.org2011-06-131-0/+2
| | | | | | | | | | | This change disables SyncerThreadTest.ThrottlingDoesThrottle on the "Mac (tsan)" bot because it has been exceeding timeouts on the bot since Build #6475: <http://chromegw.corp.google.com/i/chromium.memory/builders/Chromium%20Mac%20%28tsan%29/builds/6475>. TBR=timurrrr,glider,thestig BUG=85892 TEST=make the "Chromium Mac (tsan)" bot greener. Review URL: http://codereview.chromium.org/7104134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88820 0039d316-1c4b-4281-b951-d872f2087c98
* Update the suppression rule for Bug 80462.hbono@chromium.org2011-06-131-1/+1
| | | | | | | | | | | This change just update a suppression rule for Bug 80462 to catch up with the recent WebKit roll. TBR=timurrrr,glider BUG=80462 TEST=make the "Webkit Linux (valgrind layout)" bot greener. Review URL: http://codereview.chromium.org/7003142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88814 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Expand the suppression for 40429 even further.jhawkins@chromium.org2011-06-131-1/+0
| | | | | | | | | | | BUG=40429 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/7134088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88802 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable two tests that time out under ChromiumOS.jhawkins@chromium.org2011-06-121-0/+8
| | | | | | | | | | BUG=85867,85868 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/7104131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88796 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Disable two tests that are timing out in ChromiumOS.jhawkins@chromium.org2011-06-121-0/+8
| | | | | | | | | | BUG=85865,85866 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/7003137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88794 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Expand the suppression for the leak from 40429.jhawkins@chromium.org2011-06-121-2/+1
| | | | | | | | | | BUG=40429 TEST=none TBR=thestig Review URL: http://codereview.chromium.org/7129070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88790 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a leak in PpapiMsg_PPPInstance_DidDestroy.jhawkins@chromium.org2011-06-121-0/+21
| | | | | | | | | | | BUG=85825 TEST=none R=thestig@chromium.org Review URL: http://codereview.chromium.org/7134084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88781 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress reports on waveOutGetNumDevs and CreateTextServicestimurrrr@chromium.org2011-06-101-1/+17
| | | | | | | | TBR=bruening BUG=DrMemory i#454, i#455 Review URL: http://codereview.chromium.org/7003120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88670 0039d316-1c4b-4281-b951-d872f2087c98
* bisect-builds.py: Use Google Common Data Storage instead of build.chromium.org.rsesek@chromium.org2011-06-101-113/+144
| | | | | | | | | | | | | | | | The continuous archive's index file appears to be incomplete/problematic for some platforms and revision ranges, so go back to just using directory lists via the CDS API. This also cleans up the code by using a PathContext object rather than a slew of global variables to format/create the various URLs. BUG=85498 TEST=See bug. Review URL: http://codereview.chromium.org/6995117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88658 0039d316-1c4b-4281-b951-d872f2087c98
* Add 2 ignores for ThreadSanitizer.eugenis@google.com2011-06-101-0/+7
| | | | | | | | | These reports have not been seen on the bots, but they are very common with NaCl browser_tests. They also happen with cross_fuzz a lot. Review URL: http://codereview.chromium.org/7046085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88656 0039d316-1c4b-4281-b951-d872f2087c98
* Libcros version-up for preedit text monitoring on ChromeOS.kinaba@chromium.org2011-06-101-1/+1
| | | | | | | | | | | | | | This is going to be used for fixing crosbug.com/13374, by adding a display area for preedits on a candidate window. This patch is just for updating libcros in Chromium to version 150: http://gerrit.chromium.org/gerrit/2288 BUG=chromium-os:13374 TEST=boot ChromeOS and verify it runs safely. Review URL: http://codereview.chromium.org/7108022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88640 0039d316-1c4b-4281-b951-d872f2087c98
* Fix memory leak in ExtensionWebRequestTest, and remove the suppressions for it.mpcomplete@chromium.org2011-06-102-14/+0
| | | | | | | | | | BUG=85641 TEST=no Review URL: http://codereview.chromium.org/7046082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88625 0039d316-1c4b-4281-b951-d872f2087c98
* Insert suppression for memory leaks.rdsmith@chromium.org2011-06-101-0/+7
| | | | | | | | | BUG=58449 TBR=jhawkins Review URL: http://codereview.chromium.org/7134062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88624 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for DispatchEvent leak while I look into it.mpcomplete@chromium.org2011-06-092-0/+14
| | | | | | | | | BUG=85641 TEST=no Review URL: http://codereview.chromium.org/7108052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88607 0039d316-1c4b-4281-b951-d872f2087c98
* Removed suppressions for http://crbug.com/35318 and http://crbug.com/58449.rdsmith@chromium.org2011-06-091-24/+0
| | | | | | | | | | | | BUG=35318 BUG=58449 R=phajdan.jr@chromium.org TEST=None Review URL: http://codereview.chromium.org/6993031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88580 0039d316-1c4b-4281-b951-d872f2087c98