summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More suppressions that have popped up.pkasting@chromium.org2009-10-051-3/+6
| | | | | | | | BUG=9798,10475,15267,18584 TEST=none Review URL: http://codereview.chromium.org/255082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28060 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: mpcompleteerikkay@chromium.org2009-10-055-45/+8
| | | | | | revert previous checkin (compile failure due to bad merge resolution) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28057 0039d316-1c4b-4281-b951-d872f2087c98
* Changed line endings on these files to newline characters. This is an ↵petersont@google.com2009-10-052-494/+494
| | | | | | | | attempt to clear up an inconsistency that brings up an annoying dialog in msvs. Review URL: http://codereview.chromium.org/243062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28056 0039d316-1c4b-4281-b951-d872f2087c98
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I ↵sidchat@chromium.org2009-10-056-9/+16
| | | | | | | | | | will be making a series of new features in spellchecking, and will keep all of them under this flag till they become mature enough for default use. BUG=none TEST=none Review URL: http://codereview.chromium.org/260006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28055 0039d316-1c4b-4281-b951-d872f2087c98
* Landing a patch (http://codereview.chromium.org/249054) from an external ↵finnur@chromium.org2009-10-051-2/+2
| | | | | | | | | | | | | | contributor (Thiago Farina). Description from original changelist: Add ellipses to |Add| and |Edit| buttons of Search engine manager(keyword view), since they opens another window and does not, for example, add or edit the selected item. BUG=16380 TEST=Open the search engine manager and see if the |Add| and the |Edit| button has the "..." in the end. Review URL: http://codereview.chromium.org/257053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28054 0039d316-1c4b-4281-b951-d872f2087c98
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-055-8/+45
| | | | | | | | | | | | This also fixes an issue where not all of the parts of WebPreferences were being serialized/deserialized across IPC. BUG=23832 TEST=run set_page_color extension, when it sets the color, the popup should close Review URL: http://codereview.chromium.org/243096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28053 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes a compile error due to an call to an incorrect function to get the length.ananta@chromium.org2009-10-051-6/+6
| | | | | | | | TBR=tommi Review URL: http://codereview.chromium.org/246094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28052 0039d316-1c4b-4281-b951-d872f2087c98
* Make the main menu open at full screen and provides command linesky@chromium.org2009-10-054-16/+75
| | | | | | | | | | | switches for changing the url and size. BUG=none TEST=none Review URL: http://codereview.chromium.org/246091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28051 0039d316-1c4b-4281-b951-d872f2087c98
* Up the new tab paint observer timeout from 2s to 5s. Trying to seetony@chromium.org2009-10-051-2/+2
| | | | | | | | | | | | if this gets us more accurate data on new tab times. BUG=21398 TBR=evanm (ok'ed in person) Review URL: http://codereview.chromium.org/257052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28050 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes the GL build so it works.gspencer@google.com2009-10-053-2/+15
| | | | | | | Just add "-Drenderer=gl" to the hooks args. Review URL: http://codereview.chromium.org/242145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28048 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress UnloadTest.BrowserCloseInfiniteBeforeUnloadAlert, too,dkegel@google.com2009-10-051-0/+1
| | | | | | | | | | as it also hangs the linux valgrind bots sometimes. BUG=22927 Review URL: http://codereview.chromium.org/257051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28047 0039d316-1c4b-4281-b951-d872f2087c98
* New frame image from Nicholas.sky@chromium.org2009-10-051-0/+0
| | | | | | | | | BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/256060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28045 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Allocate |cache| after we have a logic path where we can return ↵jhawkins@chromium.org2009-10-051-2/+1
| | | | | | | | | | | and leak. CID=6380 BUG=none TEST=none Review URL: http://codereview.chromium.org/255081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28044 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a Dev Tools test that got missed.pkasting@chromium.org2009-10-051-1/+1
| | | | | | | | BUG=23858 TEST=none Review URL: http://codereview.chromium.org/242147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28043 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the BrowserCrashTest.Crash test from the code because it nevernsylvain@chromium.org2009-10-051-20/+0
| | | | | | | | worked. I will make bug 3910 about creating such test. Review URL: http://codereview.chromium.org/243098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28042 0039d316-1c4b-4281-b951-d872f2087c98
* Another broken transition test on Linux debugpkasting@chromium.org2009-10-051-0/+1
| | | | | | | | BUG=9798 TEST=none Review URL: http://codereview.chromium.org/242146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28041 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a UMR in chromium_jpeg_write_scanlines to get the tree greendkegel@google.com2009-10-051-0/+11
| | | | | | | | | BUG=17067 TEST=valgrind unit test bot green Review URL: http://codereview.chromium.org/251092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28040 0039d316-1c4b-4281-b951-d872f2087c98
* Another failurepkasting@chromium.org2009-10-051-0/+1
| | | | | | | | BUG=9798 TEST=none Review URL: http://codereview.chromium.org/256058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28038 0039d316-1c4b-4281-b951-d872f2087c98
* Fix disabled DCHECK by giving kImpossibleNumberOfPopups real storage.pkasting@chromium.org2009-10-053-2/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/259050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28037 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily disable the dev tools unit tests. They were broken by the ↵jparent@chromium.org2009-10-051-16/+16
| | | | | | | | | | | webkit merge from 49050:49097. TEST=none BUG=23858 Review URL: http://codereview.chromium.org/257049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28036 0039d316-1c4b-4281-b951-d872f2087c98
* gyp_chromium automatically includes features_override.gypiyaar@chromium.org2009-10-052-4/+3
| | | | | | | | Other projects that use gyp_chromium directly depend on that. Review URL: http://codereview.chromium.org/255078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28035 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the RenderProcessHost from the list of renderer processes when we ↵jam@chromium.org2009-10-051-1/+7
| | | | | | | | | call DeleteSoon, not in the destructor. Otherewise the process can be reused in the meantime. This matches what we do in ChildProcessHost. BUG=21038 Review URL: http://codereview.chromium.org/257028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28034 0039d316-1c4b-4281-b951-d872f2087c98
* Remove common.gypi includes from expat and libjingle.nick@chromium.org2009-10-052-6/+0
| | | | | | Review URL: http://codereview.chromium.org/206021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28033 0039d316-1c4b-4281-b951-d872f2087c98
* Never-ending series of suppressions...pkasting@chromium.org2009-10-051-0/+1
| | | | | | | | BUG=9798 TEST=none Review URL: http://codereview.chromium.org/246092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28032 0039d316-1c4b-4281-b951-d872f2087c98
* Adds command line flag to enable desktop notifications.johnnyg@chromium.org2009-10-059-1/+22
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/249057/show git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28031 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug 23303: ui_tests crash Windows 7's shell when running ↵jianli@chromium.org2009-10-052-5/+24
| | | | | | | | | | | | | | WorkerHttpLayoutTests. The crash is caused by lighttpd server starting on the foreground mode and it messed up with the command window host. To work around this, we start the http server on the background mode if running UI test under Windows 7. BUG=23303 TEST=none Review URL: http://codereview.chromium.org/257047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28030 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a NOTREACHED from the keyword editor dialog. To hit,tony@chromium.org2009-10-051-3/+2
| | | | | | | | open the keyword editor dialog and press enter. Review URL: http://codereview.chromium.org/259029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28028 0039d316-1c4b-4281-b951-d872f2087c98
* Make Mac WebCursor glue use the nsimage_cachemark@chromium.org2009-10-051-2/+4
| | | | | | | | BUG=16438, 14610 (in in support of bundling changes to fix autoupdate) TEST=Hover over a link, get the finger Review URL: http://codereview.chromium.org/259049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28027 0039d316-1c4b-4281-b951-d872f2087c98
* Widen some flakiness exclusions.pkasting@chromium.org2009-10-051-3/+7
| | | | | | | | BUG=9798, 13907, 14207 TEST=none Review URL: http://codereview.chromium.org/259048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28025 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: check TemplateURL::url return value.mattm@chromium.org2009-10-051-1/+4
| | | | | | | | | | CID=6325 BUG=none TEST=none Review URL: http://codereview.chromium.org/256045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28023 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 49050:49097.jparent@chromium.org2009-10-051-1/+1
| | | | | | | | | TBR=johnnyg Review URL: http://codereview.chromium.org/255077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28022 0039d316-1c4b-4281-b951-d872f2087c98
* Exposes WebCore's FontCache through the webkit APIjamesr@chromium.org2009-10-053-0/+116
| | | | | | | | | | | WebCore has a static FontCache that holds handles to platform-specific font data. It exposes a few knobs that might be useful to track or minimize memory usage. This patch exposes an API to experiment with. TEST=none BUG=none Review URL: http://codereview.chromium.org/251081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28021 0039d316-1c4b-4281-b951-d872f2087c98
* Enable TCMallocjar@chromium.org2009-10-051-1/+1
| | | | | | | | | | With TCMalloc now being more conservative about commitment, this change will reenable it as the default allocator. r=mbelshe,jamesr Review URL: http://codereview.chromium.org/246089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28020 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Refactor ImporterHost as preparation for OOP switch", which caused ↵mattm@chromium.org2009-10-0521-674/+475
| | | | | | | | | | | | | | | | | | | purify XP leak: std::_W::_Allocate(unsigned int,wchar_t *) [unit_tests.exe] Alloc Location ... chrome/browser/importer/ie_importer.cc IEImporter::StartImport(ProfileInfo,WORD,ImporterBridge *) base/tuple.h ?DispatchToMethod@VImporter@@P81@AEXUProfileInfo@@GPAVImporterBridge@@@ZU2@GV?$scoped_refptr@VImporterBridge@@@@@@YAXPAVImporter@@P80@AEXUProfileInfo@@GPAVImporterBridge@@@ZABU?$Tuple3@UProfileInfo@@GV?$scoped_refptr@VImporterBridge@@@@@@@Z ^^^ This reverts commit r28007 and r27996. TBR=jeremy Review URL: http://codereview.chromium.org/260011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28019 0039d316-1c4b-4281-b951-d872f2087c98
* Scrollbar rebaselining.avi@chromium.org2009-10-0569-34/+34
| | | | | | | | | BUG=http://crbug.com/23498 TEST=green tree Review URL: http://codereview.chromium.org/246086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28018 0039d316-1c4b-4281-b951-d872f2087c98
* Add flaky Mac tests.pkasting@chromium.org2009-10-051-0/+3
| | | | | | | | BUG=9798 TEST=none Review URL: http://codereview.chromium.org/255079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28017 0039d316-1c4b-4281-b951-d872f2087c98
* Move nsimage_cache into base so that it can be accessed from outside of chrome.mark@chromium.org2009-10-0514-22/+32
| | | | | | | | | | This is in support of the next round of rebundling. TEST=does it still build, do the unit tests still pass, does it still work? BUG=14610 Review URL: http://codereview.chromium.org/243100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28016 0039d316-1c4b-4281-b951-d872f2087c98
* Add flakiness to two test expectations.pkasting@chromium.org2009-10-051-1/+5
| | | | | | | | BUG=9798,13907 TEST=none Review URL: http://codereview.chromium.org/243097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28015 0039d316-1c4b-4281-b951-d872f2087c98
* Disable RenderViewTest.ImeComposition in valgrind (not just in tsan), as it ↵dkegel@google.com2009-10-052-4/+4
| | | | | | | | | | | hangs. BUG=23580 TEST=green valgrind unit_tests TBR stuartmorgan or pk Review URL: http://codereview.chromium.org/251090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28014 0039d316-1c4b-4281-b951-d872f2087c98
* Adding lot more Sync Integration Testtejasshah@google.com2009-10-053-222/+1540
| | | | | | Review URL: http://codereview.chromium.org/246022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28013 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Assert that socket() returns a successful value.jhawkins@chromium.org2009-10-051-3/+4
| | | | | | | | | CID=6383 BUG=none TEST=none Review URL: http://codereview.chromium.org/256055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28011 0039d316-1c4b-4281-b951-d872f2087c98
* Update the crash signature for 23780 in known list.huanr@chromium.org2009-10-051-1/+1
| | | | | | | | | BUG=23780 TEST=none Review URL: http://codereview.chromium.org/246088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28010 0039d316-1c4b-4281-b951-d872f2087c98
* Fix suppression counts - ints were concatenated, not summed uptimurrrr@chromium.org2009-10-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/243091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28009 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing include.craig.schlenter@chromium.org2009-10-051-0/+1
| | | | | | Review URL: http://codereview.chromium.org/242144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28007 0039d316-1c4b-4281-b951-d872f2087c98
* Revert further back to MBelshe's baseline forking TCMallocjar@chromium.org2009-10-052-19/+32
| | | | | | | | | | This changes to decommitting in all paths through the page_heap delete method (which adds spans to the free lists). r=mbelshe,jamesr Review URL: http://codereview.chromium.org/255067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28006 0039d316-1c4b-4281-b951-d872f2087c98
* Task Manager: show right click context menu no matter where you click on the ↵estade@chromium.org2009-10-052-4/+1
| | | | | | | | | | task manager window. discoverability++ Review URL: http://codereview.chromium.org/203047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28005 0039d316-1c4b-4281-b951-d872f2087c98
* Add a menu item for report a bug or broken website (http://crbug.com/23823 ↵thomasvl@chromium.org2009-10-052-124/+741
| | | | | | | | | | | | is open to get it working) Wire up the Google Chrome/Chromium Help menu item (http://crbug.com/23825 opened for it not working with no browser windows) BUG=23823 TEST=menu listed in the Help menu (referenced bug is to get it working). Help on app menu item works if a browser window is opened. Review URL: http://codereview.chromium.org/255076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28004 0039d316-1c4b-4281-b951-d872f2087c98
* More scons ignores.sky@chromium.org2009-10-050-0/+0
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28003 0039d316-1c4b-4281-b951-d872f2087c98
* Updates ignore files.sky@chromium.org2009-10-050-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28002 0039d316-1c4b-4281-b951-d872f2087c98
* Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.jshin@chromium.org2009-10-052-1/+22
| | | | | | | | | | | This is necessary to get the datetime formatting work correctly in a renderer process (e.g. FTP directory list that is now done in a renderer process.) BUG=23361,23082 TEST=... Review URL: http://codereview.chromium.org/243060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27999 0039d316-1c4b-4281-b951-d872f2087c98