summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use message loop proxy to avoid null message loop crashes.chron@chromium.org2010-07-262-5/+12
| | | | | | | | | BUG=49275 TEST=Make a lot of bookmarks. Delete a huge batch and quickly close the browser. Review URL: http://codereview.chromium.org/2868066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53611 0039d316-1c4b-4281-b951-d872f2087c98
* Use SpecForRequest to get rid of anchor in url for spdy.lzheng@chromium.org2010-07-262-21/+68
| | | | | | | | | TEST=spdy_http_stream_unittest.cc BUG=50058 Review URL: http://codereview.chromium.org/3061011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53610 0039d316-1c4b-4281-b951-d872f2087c98
* Make the OmniboxSearchHint infobar use PAGE_ACTION_TYPE.tfarina@chromium.org2010-07-255-27/+1
| | | | | | | | | | | | | | With this, this infobar gets the blue style to match with the mocks. Also did a cleanup to get rid of INFO_TYPE that is not more needed. BUG=39102 TEST=trybots Signed-off-by: Thiago Farina <tfarina@chromium.org> Review URL: http://codereview.chromium.org/2805096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53603 0039d316-1c4b-4281-b951-d872f2087c98
* Add Memcheck:Free suppressions for 46678oshima@chromium.org2010-07-241-1/+15
| | | | | | | | | | TBR=garykac@chromium.org BUG=46678 TEST=none Review URL: http://codereview.chromium.org/3015027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53598 0039d316-1c4b-4281-b951-d872f2087c98
* Build sync integration tests on our builders in preparation of runningnsylvain@chromium.org2010-07-241-0/+3
| | | | | | | | this test. Review URL: http://codereview.chromium.org/3036019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53596 0039d316-1c4b-4281-b951-d872f2087c98
* Add a INFO string with a tip how to find Valgrind error reports in big log filestimurrrr@chromium.org2010-07-241-0/+1
| | | | | | | TBR=thestig,glider Review URL: http://codereview.chromium.org/2834070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53595 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issues 9318, 9319: Uninitialized members in diagnostics_main.ccfinnur@chromium.org2010-07-241-3/+5
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3047013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53594 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 9322, 8300: Uninitialized member in dom_storage classes.finnur@chromium.org2010-07-242-1/+3
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3028020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53593 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 8297: Uninitialized member in url_request_automation_job.ccfinnur@chromium.org2010-07-241-0/+1
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3045011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53592 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 9302: Uninitialized member in focus_store_gtk.ccfinnur@chromium.org2010-07-241-2/+4
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3040017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53591 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity 8629, 3808: Uninitialized member in StringTokenizer.finnur@chromium.org2010-07-241-3/+4
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3036010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53590 0039d316-1c4b-4281-b951-d872f2087c98
* Fix mismatched new[]/delete in EncoderVerbatimTest.TestEncodertimurrrr@chromium.org2010-07-241-4/+4
| | | | | | | | | | | + Fix presubmit warnings about tabs near line 270 + svn pset svn:eol-style LF remoting/base/codec_test.cc BUG=50126 TBR=hclam TEST=bots Review URL: http://codereview.chromium.org/3051012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53587 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 476.0 to 477.0chrome-release@google.com2010-07-241-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53585 0039d316-1c4b-4281-b951-d872f2087c98
* Re-factor per-UI-test Valgrind codetimurrrr@chromium.org2010-07-241-65/+76
| | | | | | | | | | This is mostly a revert of http://src.chromium.org/viewvc/chrome/trunk/src/tools/valgrind/valgrind_test.py?r1=47653&r2=47138 plus grouping of Valgrind reports by browser wrapper PID with printing these PIDs for individual tests. This also fixes the performance regression introduced around rev47547-rev47653 Review URL: http://codereview.chromium.org/3019021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53583 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 1577: Uninitialized member in dom_ui_bindings.hfinnur@chromium.org2010-07-241-5/+7
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3051011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53582 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issues 7028, 8452, 7061, 7070: Uninitialized members in browser/sync/*finnur@chromium.org2010-07-244-4/+9
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/2884036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53581 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 2291: Uninitialized member in automation_provider_observers.ccfinnur@chromium.org2010-07-241-0/+1
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3033023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53580 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 11612: Uninitialized member in extension_pref_store_unittest.ccfinnur@chromium.org2010-07-242-3/+8
| | | | | | | | | | | | Coverity issue 11239, 11240: Uninitialized member in extension_cookies_api.cc BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3056015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53579 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issues 9445, 9446: Uninitialized members in importer.ccfinnur@chromium.org2010-07-241-2/+9
| | | | | | | | | BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/2881030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53578 0039d316-1c4b-4281-b951-d872f2087c98
* Wording change for the upgrade detection mechanism and increase timer to ↵finnur@chromium.org2010-07-242-14/+7
| | | | | | | | | | | check daily (as opposed to every hour). BUG=50070 TEST=None (everything should work as before, with new wording for the upgrade reminder and a longer timer to trigger) Review URL: http://codereview.chromium.org/3009021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53577 0039d316-1c4b-4281-b951-d872f2087c98
* Mark NaClSandboxTest.NaClOuterSBTest as flaky.maruel@chromium.org2010-07-241-1/+2
| | | | | | | | | BUG=50121 TBR=jvoung Review URL: http://codereview.chromium.org/3030016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53576 0039d316-1c4b-4281-b951-d872f2087c98
* Force a build. NO CODE CHANGE.maruel@chromium.org2010-07-241-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53575 0039d316-1c4b-4281-b951-d872f2087c98
* Tweaked antialiasing function. Result looks good now in conjunctionkbr@google.com2010-07-241-2/+4
| | | | | | | | | | | | with multisampling. BUG=none TEST=none TBR=apatrick Review URL: http://codereview.chromium.org/3040018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53574 0039d316-1c4b-4281-b951-d872f2087c98
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-2432-25/+145
| | | | | | | | | | Preventative maintainance for abstract classes that do not declare virtual destructors. Base classes that do not declare their destructors as virtual could potentially lead to memory leaks. r=jar Review URL: http://codereview.chromium.org/2856051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53570 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bug where PersonalDataManager wasn't setting unique_ids_ onsky@chromium.org2010-07-242-0/+51
| | | | | | | | | | | loading from the db, resulting in badness. BUG=50047 TEST=make sure you can add new profiles after exiting out of chrome. Review URL: http://codereview.chromium.org/2842067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53569 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude all ResourceDispatcherHostTestoshima@chromium.org2010-07-242-6/+6
| | | | | | | | | BUG=50002 TEST=none Review URL: http://codereview.chromium.org/3009023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53568 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the CloseNewTab / DontCloseNewTab tests becausensylvain@chromium.org2010-07-241-9/+9
| | | | | | | | | | | they leak processes and cause some of the bots to stay in a bad state. BUG:43066 Review URL: http://codereview.chromium.org/2806075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53567 0039d316-1c4b-4281-b951-d872f2087c98
* Unit test for Encoder / Decoder for remotinghclam@chromium.org2010-07-247-6/+464
| | | | | | | | | | | | | Unit test utils for Encoder and Decoder. The tests will cover the state and messages sent out of the Encoder and Decoder are in correct order. It also make sure Decoded output matches input to the Encoder. Review URL: http://codereview.chromium.org/3011010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53566 0039d316-1c4b-4281-b951-d872f2087c98
* Ported the Loop/Blinn shaders in samples/o3djs/gpu2d.js to GLSL to addkbr@google.com2010-07-245-91/+220
| | | | | | | | | | | | | | | | antialiasing support. Fixed build problems in GLES2 backend on Mac OS X. Tested updated gpu2d.js in Cg and GLSL versions of plugin. Note that multisampling must be turned on in order for the antialiasing to look good, and in particular O3D's Core Graphics and Core Animation backends on Mac OS X do not currently support this. BUG=none TEST=none TBR=apatrick,gman Review URL: http://codereview.chromium.org/2883038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53564 0039d316-1c4b-4281-b951-d872f2087c98
* LogStoreStatus histogram modification.ziadh@chromium.org2010-07-242-1/+3
| | | | | | | | | Added a STORE_SUCCESS element to the LogStoreSatus histogram in order to keep track of the number of time the preferences files was successfully written to disk. r=jar Review URL: http://codereview.chromium.org/3026023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53563 0039d316-1c4b-4281-b951-d872f2087c98
* The scrollability of a bookmark menu should be reconsidered whenever there ↵mrossetti@chromium.org2010-07-241-2/+4
| | | | | | | | | | | | is a change in the scrollability. BUG=44014 TEST=Perform the steps as described in the bug report and verify that the scroll arrow disappears. Then try pasting a new bookmark into the same menu and verify that the scroll arrow appears. Review URL: http://codereview.chromium.org/3027021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53562 0039d316-1c4b-4281-b951-d872f2087c98
* Build the nacl_sandbox tests on the bot. We will soon run them.nsylvain@chromium.org2010-07-241-0/+3
| | | | | | Review URL: http://codereview.chromium.org/3015025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53558 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress memory leak in TopSitesTestoshima@chromium.org2010-07-242-0/+31
| | | | | | | | | | TBR=nshkrob@chromium.org BUG=50103 TEST=valgrind bots should cycle green Review URL: http://codereview.chromium.org/3064004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53557 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Make keyboard shortcuts consistent with Windows.derat@chromium.org2010-07-242-133/+101
| | | | | | | | | | | | | | This change updates the Chrome OS keyboard accelerator table to match the order and contents of the Windows table, modulo function-key differences and a few additional accelerators that only make sense for Chrome OS. BUG=chromium-os:1474 TEST=tried them Review URL: http://codereview.chromium.org/3017028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53556 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ResourceDispatcherHost.Canceloshima@chromium.org2010-07-241-0/+2
| | | | | | | | | | | | This is same cause as 50002. TBR=darin@chromium.org BUG=50002 TEST=none Review URL: http://codereview.chromium.org/3046019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53555 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Try harder to fill select controls with variations on states,jhawkins@chromium.org2010-07-245-3/+572
| | | | | | | | | | | countries and months. BUG=38222,46861 TEST=none Review URL: http://codereview.chromium.org/2878052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53554 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a typo in previous attempt at disabling a test.asargent@chromium.org2010-07-241-1/+1
| | | | | | | | | | BUG=50060 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53553 0039d316-1c4b-4281-b951-d872f2087c98
* Surface the "Set up sync" button on ChromiumOS when sync is stopped permanently.skrul@chromium.org2010-07-236-24/+51
| | | | | | | | | | I need this to be LGTMed again since the last time I tried to commit this it caused a gitsplosion. BUG=49402 Review URL: http://codereview.chromium.org/3033025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53552 0039d316-1c4b-4281-b951-d872f2087c98
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-236-16/+47
| | | | | | | | | BUG=49854 TEST=manual Review URL: http://codereview.chromium.org/2847068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53551 0039d316-1c4b-4281-b951-d872f2087c98
* Support test inclusions/exclusions for PyAuto tests on ChromeOSnirnimesh@chromium.org2010-07-233-4/+31
| | | | | | Review URL: http://codereview.chromium.org/3005028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53550 0039d316-1c4b-4281-b951-d872f2087c98
* SPDY now always uses http_network_transaction instead of ↵erikchen@google.com2010-07-2313-188/+282
| | | | | | | | | | | | | | | | spdy_network_transaction. It was previously possible to use spdy_network_transaction using the command line flags: --use-spdy=no-ssl --use-spdy=no-compress This does not affect instances of chrome that are not run with --use-spdy. Also changed spdy_network_transaction_unittest so that all tests are run with 3 different connection configurations: spdy over npn, spdy over ssl, and spdy without ssl. TEST=net_unittests BUG=49082 Review URL: http://codereview.chromium.org/3048003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53548 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some failing ui tests on MacOSasargent@chromium.org2010-07-232-1/+15
| | | | | | | | | | | | | | This may have no impact on the real problem we're seeing on the bots since it may just kick the can down to make the next test fail, but I'm giving it a shot anyway. BUG=50060 TEST=none TBR=thomasvl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53547 0039d316-1c4b-4281-b951-d872f2087c98
* Windows: Add --organic flag to simulate an organic install for testing purposes.estade@chromium.org2010-07-233-1/+11
| | | | | | | | | BUG=none TEST=run with --organic --first-run Review URL: http://codereview.chromium.org/3047011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53546 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up coverity intermediate directory prior to running analysisbevc@chromium.org2010-07-231-0/+16
| | | | | | | | | (Per advice from Coverity rep) BUG=none TEST=ran this overnight on our Linux and Mac coverity machines, worked. Review URL: http://codereview.chromium.org/2861078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53545 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: revert r53542. It was committed with the wrong commit message.estade@chromium.org2010-07-233-11/+1
| | | | | | TBR=asargent git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53544 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more null check into HtmlDialogView.skrul@chromium.org2010-07-232-7/+10
| | | | | | | | | | Seems like every other method in this class null checks delegate_ except for the one that is crashing :) BUG=44802 Review URL: http://codereview.chromium.org/2834067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53543 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at content settings exceptions lists.estade@chromium.org2010-07-233-1/+11
| | | | | | | | | | | This only shows the existing exceptions (doesn't allow you to add or remove them). It also only works for image exceptions. It always shows the exceptions, instead of hiding/showing them when you press the exceptions button. BUG=48862 TEST=manual Review URL: http://codereview.chromium.org/2856058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53542 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issues 11559, 9326, 9325, 9317: Uninitialized members in ↵finnur@chromium.org2010-07-233-5/+14
| | | | | | | | | | | browser/render_host/* BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/2811067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53541 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issue 8296: Uninitialized member in ↵finnur@chromium.org2010-07-231-2/+3
| | | | | | | | | | | automation_resource_message_filter.cc BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/2825066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53540 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various ↵finnur@chromium.org2010-07-234-4/+10
| | | | | | | | | | | files. BUG=None (Coverity issue id listed above) TEST=None Review URL: http://codereview.chromium.org/3031022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53538 0039d316-1c4b-4281-b951-d872f2087c98