summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AutoFill: Fix IsAutoFillable to only count fields that are heuristicallyjhawkins@chromium.org2010-05-045-201/+106
| | | | | | | | | | | | matched. Move heuristic matching into the constructor of FormStructure and update the tests accordingly. BUG=41255 TEST=FormStructureTest.* Review URL: http://codereview.chromium.org/1906001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46329 0039d316-1c4b-4281-b951-d872f2087c98
* Move OrderedSocketData to SocketTestUtil so it can be used elsewhere.willchan@chromium.org2010-05-043-207/+227
| | | | | | Review URL: http://codereview.chromium.org/1756020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46325 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting to fix the IE6 builder redness. Please continue debugging this and ↵ananta@chromium.org2010-05-043-163/+329
| | | | | | | | | | | | | | | | | resubmit. Revert 46188 - Not using an intermediate cache between urlmon and chrome reads. Instead we hang on to stream objects from urlmon and read from them when chrome asks for data. TEST=Run all tests verify that sites like wave and vimeo work correctly etc. BUG=none Review URL: http://codereview.chromium.org/1718025 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/1928001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46324 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting to fix the IE6 builder redness. Please continue debugging this and ↵ananta@chromium.org2010-05-042-3/+4
| | | | | | | | | | | | | | | | resubmit. Revert 46189 - Temporarily disable the Head test. TBR=amit BUG=none Review URL: http://codereview.chromium.org/1828001 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/1927001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46323 0039d316-1c4b-4281-b951-d872f2087c98
* Disable clipboard test until I enable back clipboard for extensions. My ↵inferno@chromium.org2010-05-042-4/+3
| | | | | | | | recent webkit fix disabled clipboard completely, unfortunately. Review URL: http://codereview.chromium.org/1925001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46322 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting to fix the IE6 builder redness. Please continue debugging this and ↵ananta@chromium.org2010-05-042-13/+8
| | | | | | | | | | | | | | | | | resubmit. Revert 46190 - Reenable the Head test. TEST=Fixes the UrlRequest Head test BUG=none TBR=amit Review URL: http://codereview.chromium.org/1829001 TBR=tommi@chromium.org Review URL: http://codereview.chromium.org/1901002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46321 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46314 - floating point audio support in util functions for volume and ↵fbarchard@chromium.org2010-05-043-65/+29
| | | | | | | | | | | | | | folding BUG=42861 TEST=none Review URL: http://codereview.chromium.org/1856002 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/1926001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46320 0039d316-1c4b-4281-b951-d872f2087c98
* Delete WSACleanup() call in the network stack.willchan@chromium.org2010-05-042-11/+6
| | | | | | | | | This should prevent us from crashing in getaddrinfo() in shutdown after Winsock has already been deleted, since we'll always hold onto a reference. BUG=42117 Review URL: http://codereview.chromium.org/1888002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46319 0039d316-1c4b-4281-b951-d872f2087c98
* Fix -[NSString isValidURI].dcheng@chromium.org2010-05-043-4/+7
| | | | | | | | | | | | | Use GURL for validation instead of NSURL. NSURL is extremely liberal with what it considers a valid URI, since it also uses RFC 1808 to parse. BUG=43100 TEST=none Review URL: http://codereview.chromium.org/1904001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46318 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to r58726 - more expectations updates.dpranke@chromium.org2010-05-041-1/+1
| | | | | | | | | | BUG=none TEST=none R=none Review URL: http://codereview.chromium.org/1922001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46317 0039d316-1c4b-4281-b951-d872f2087c98
* First attempt to fix the tree failures. note this is a temp change.inferno@chromium.org2010-05-041-1/+3
| | | | | | Review URL: http://codereview.chromium.org/1920001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46316 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to r58725 - test_expectations update.dpranke@chromium.org2010-05-041-1/+1
| | | | | | | | | | BUG=none R=none TEST=none Review URL: http://codereview.chromium.org/1917001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46315 0039d316-1c4b-4281-b951-d872f2087c98
* floating point audio support in util functions for volume and foldingfbarchard@chromium.org2010-05-043-29/+65
| | | | | | | | | BUG=42861 TEST=none Review URL: http://codereview.chromium.org/1856002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46314 0039d316-1c4b-4281-b951-d872f2087c98
* Unit test for server push and GetPushStream.cbentzel@chromium.org2010-05-044-4/+92
| | | | | | | | | BUG=None TEST=net_unittests --gtest_filter="SpdySessionTest.GetPushStream" Review URL: http://codereview.chromium.org/1783013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46313 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to r58724.dpranke@chromium.org2010-05-041-1/+1
| | | | | | | | | | BUG=none TBR=yaar TEST=none Review URL: http://codereview.chromium.org/1916001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46312 0039d316-1c4b-4281-b951-d872f2087c98
* Keep all parent folders highlighted in an active bookmark menu folder structure.mrossetti@chromium.org2010-05-041-9/+38
| | | | | | | | | BUG=40284 TEST=Click on a folder in the bookmark bar which itself has subfolders. Move the mouse to hover over a subfolder. Verify that the folder in the bookmark bar remains highlighted. Move the mouse into the subfolder being hovered. Verify that the subfolder button remains highlighted. Move the mouse onto a different bookmark within the main parent folder. Verify that the originally highlighted subfolder is no longer highlighted. Review URL: http://codereview.chromium.org/1784012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46311 0039d316-1c4b-4281-b951-d872f2087c98
* Add shared/images to chrome.releasearv@chromium.org2010-05-041-0/+1
| | | | | | | | | BUG=42817 TEST=Build the installer and make sure that icons are included. Review URL: http://codereview.chromium.org/1913001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46309 0039d316-1c4b-4281-b951-d872f2087c98
* Fix race condition in find as you type.arv@chromium.org2010-05-041-6/+16
| | | | | | | | | BUG=42953 TEST=manual Review URL: http://codereview.chromium.org/1910001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46308 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to r58722 (also roll test_expectations overrides upstream).dpranke@chromium.org2010-05-042-34/+1
| | | | | | | | | | BUG=none TBR=yaar@chromium.org TEST=none Review URL: http://codereview.chromium.org/1915001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46307 0039d316-1c4b-4281-b951-d872f2087c98
* Small changes to make GCC 4.4.1 happy.zhurunz@google.com2010-05-043-4/+10
| | | | | | Review URL: http://codereview.chromium.org/1908003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46306 0039d316-1c4b-4281-b951-d872f2087c98
* Add clarity for the Command keycode now that things work for the Mac.jrg@chromium.org2010-05-042-1/+2
| | | | | | | | BUG=26102 Review URL: http://codereview.chromium.org/1893001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46305 0039d316-1c4b-4281-b951-d872f2087c98
* Disable autofill sync; there are too many crashes.nick@chromium.org2010-05-042-10/+26
| | | | | | | | | BUG=None TEST=Run chrome, see that autofill is not an option. Review URL: http://codereview.chromium.org/1833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46304 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some memory leaks in GPU tests.estade@chromium.org2010-05-044-30/+13
| | | | | | | | | BUG=42904 TEST=run the tests Review URL: http://codereview.chromium.org/1796010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46303 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: make browser action container behave better in RTL.estade@chromium.org2010-05-041-2/+9
| | | | | | | | | | | | a) fix gripper resize b) fix browser action drag movement BUG=42697 TEST=LANG=he_IL chrome Review URL: http://codereview.chromium.org/1789005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46302 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: make gypbuild use make now that that's the default GYP generator.tschmelcher@chromium.org2010-05-041-7/+3
| | | | | | | | | TEST=build on Linux and ran trybots BUG=none Review URL: http://codereview.chromium.org/1833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46301 0039d316-1c4b-4281-b951-d872f2087c98
* linux: test_shell adjustments for lucidevan@chromium.org2010-05-041-4/+7
| | | | | | | | | A font moved directories on Lucid, so support loading the font from either of those directories. Review URL: http://codereview.chromium.org/1830003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46300 0039d316-1c4b-4281-b951-d872f2087c98
* Update Webkit 58626:58719. Make use of new setting for disabling clipboard ↵inferno@chromium.org2010-05-0410-1/+27
| | | | | | | | | | | access, already added in webkit as part of fix - https://bugs.webkit.org/show_bug.cgi?id=27751. Enable the setting in Test framework. Also, provide a command-line switch for this setting. BUG=41654 TEST=None Review URL: http://codereview.chromium.org/1815005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46299 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix the flakiness associated with the ChromeFrame ↵ananta@chromium.org2010-05-032-9/+28
| | | | | | | | | | | | | FullTabModeIE_TestMultipleGet and FullTabModeIE_TestPostReissue tests. These tests expect the last request received to be /quit?OK. However at times it appears that we receive an additional accept request which ends up failing this test. Fix is to add a custom function which returns the request associated with a path. Changed the expectations accordingly. Review URL: http://codereview.chromium.org/1903001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46298 0039d316-1c4b-4281-b951-d872f2087c98
* Fix readpixels issuegman@chromium.org2010-05-031-1/+1
| | | | | | | | | | | will check in tests when machine is working again TBR=kbr@chromium.org TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46297 0039d316-1c4b-4281-b951-d872f2087c98
* Duplicating a nano-tab should create another nano-tab, not a regular tab.finnur@chromium.org2010-05-031-0/+3
| | | | | | | | | BUG=43129 TEST=Duplicate a nano-tab and observe that a nano-tab is created. Review URL: http://codereview.chromium.org/1898001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46296 0039d316-1c4b-4281-b951-d872f2087c98
* Include App pages in chrome://extensions "active views" list.rafaelw@chromium.org2010-05-034-43/+76
| | | | | | | | | | | This changes the implementation such that the extensions_ui now iterates over all the RVHs in the process, rather than maintain an explicit list of ExtensionFunctionDispatchers (live app pages don't have EFDs). TEST=none BUG=42605 Review URL: http://codereview.chromium.org/1827002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46295 0039d316-1c4b-4281-b951-d872f2087c98
* Compute the absolute path containing the o3dConverter tool for thekbr@google.com2010-05-031-1/+6
| | | | | | | | | | | | case where it is being run from the current working directory and "." is not on the PATH. BUG=none TEST=none Review URL: http://codereview.chromium.org/1896001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46294 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS: Disable failing RendererCrashTest.Crash test.thestig@chromium.org2010-05-031-0/+3
| | | | | | | | BUG=43115 TEST=CrOS UI Valgrind goes greener. Review URL: http://codereview.chromium.org/1876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46293 0039d316-1c4b-4281-b951-d872f2087c98
* Add new bookmarks tests.nirnimesh@chromium.org2010-05-033-0/+114
| | | | | | | | | | | testURLTypes (from Srikanth): test for different URL types - http: https: ftp: javascript:, etc testDuplicateBookmarks (from Ismail): Verify bookmark duplicates testBookmarksPersistence (from Deepak): Verify that bookmarks and groups persist browser restart testSessionRestoreShowBookmarkBar (from Srikanth): Verify restore for bookmark bar visibility Review URL: http://codereview.chromium.org/1719002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46292 0039d316-1c4b-4281-b951-d872f2087c98
* Fix dragging icon in Extension App Windows (it was enlarged while dragging).finnur@chromium.org2010-05-032-12/+9
| | | | | | | | | | | The tab contents changes are purely cosmetic (readability). BUG=43114 TEST=Drag a tab in an Extension App Window. It should have a regular sized icon. Review URL: http://codereview.chromium.org/1889001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46291 0039d316-1c4b-4281-b951-d872f2087c98
* Fix regression in position of OTR icon.aa@chromium.org2010-05-031-0/+4
| | | | | | | | | BUG=43099 TEST=visual inspection Review URL: http://codereview.chromium.org/1839004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46290 0039d316-1c4b-4281-b951-d872f2087c98
* scaler_bench is a simple benchmark that can be used to measure performance ↵sergeyu@chromium.org2010-05-031-0/+12
| | | | | | | | | | | | | | | of our image scaling code. In this version it times performance of image scaling using Skia, and using Chromium's own scaler with and without filtering. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=44950 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=45067 Review URL: http://codereview.chromium.org/1518034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46289 0039d316-1c4b-4281-b951-d872f2087c98
* Hide the select popup when the browser is moved or resized. jcivelli@chromium.org2010-05-031-2/+2
| | | | | | | | | | | | | | | Original review: http://codereview.chromium.org/1826004/show BUG=40961 TEST=Open a page with a select. Click the select to bring up the popup. Try moving/resizing the window. The popup should close when you do. Review URL: http://codereview.chromium.org/1856003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46288 0039d316-1c4b-4281-b951-d872f2087c98
* Use an appropriate title string for the "hung renderer" dialog.avi@chromium.org2010-05-031-1/+1
| | | | | | | | | BUG=http://crbug.com/26897 TEST=the hung renderer dialog should have the title "Page(s) Unresponsive" Review URL: http://codereview.chromium.org/1885001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46286 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Core Animation for Flash by defaultstuartmorgan@chromium.org2010-05-034-10/+10
| | | | | | | | | | | Enabling this now on the Dev channel will give us better coverage to find any issues we don't know about yet BUG=38932 TEST='gpu' and 'direct' wmode Flash instances should use CA on 10.6 (renderer CPU should be very low during video playback) Review URL: http://codereview.chromium.org/1877004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46285 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 46232 - Checking in chat_manager builtin extension.thestig@chromium.org2010-05-038-297/+1
| | | | | | | | | | | | | | | Patch by seh@chromium.org http://codereview.chromium.org/1719023/show BUG=none TEST=none Review URL: http://codereview.chromium.org/1875001 TBR=scherkus@chromium.org Review URL: http://codereview.chromium.org/1892001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46283 0039d316-1c4b-4281-b951-d872f2087c98
* Changed UrlFetcher to use a MessageLoopProxy instead of directly relying on ↵sanjeevr@chromium.org2010-05-0313-45/+144
| | | | | | | | | | | ChromeThread. This will allow us to make UrlFetcher independent of ChromeThread and we can then move it to chrome/common. BUG=None TEST=UrlFetcher unit-tests Review URL: http://codereview.chromium.org/1702016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46282 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Replace deprecated CommandLine::program() with ↵thestig@chromium.org2010-05-031-4/+3
| | | | | | | | | | | | | CommandLine::GetProgram(). Simplify a couple DCHECKs with DCHECK_EQ. Committing for Shriram Kunchanapalli (kshriram18@gmail.com) Original code review: http://codereview.chromium.org/413003/show BUG=none TEST=none Review URL: http://codereview.chromium.org/1733010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46281 0039d316-1c4b-4281-b951-d872f2087c98
* Size the sync row in Personal Stuff pane of Preferences horizontally.akalin@chromium.org2010-05-031-4/+10
| | | | | | | | | | | This fixes I18N issues. BUG=42537 TEST=manual (English and German) Review URL: http://codereview.chromium.org/1886001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46280 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Widen a SSL error suppressions and add a new suppression.thestig@chromium.org2010-05-031-2/+27
| | | | | | | | | BUG=32623,43113 TEST=CrOS Valgrind gets greener. TBR=wtc Review URL: http://codereview.chromium.org/1833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46278 0039d316-1c4b-4281-b951-d872f2087c98
* Quote the path to the temporary file containing the Cg shader to fixkbr@google.com2010-05-031-1/+9
| | | | | | | | | | | | problems in particular on Windows XP where the temporary directory path contains spaces. BUG=none TEST=none Review URL: http://codereview.chromium.org/1872003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46277 0039d316-1c4b-4281-b951-d872f2087c98
* Changed namespace of the TalkMediator and related classes from browser_sync ↵sanjeevr@chromium.org2010-05-0330-79/+90
| | | | | | | | | | | to notifier. BUG=None TEST=None, no functional change. Review URL: http://codereview.chromium.org/1869002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46276 0039d316-1c4b-4281-b951-d872f2087c98
* added workaround for NULL defaultProfile in app_controller_mac.mm.akalin@chromium.org2010-05-031-2/+24
| | | | | | | | | BUG=43048 TEST=manual, although couldn't repro original problem Review URL: http://codereview.chromium.org/1845002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46275 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a Webkit Mac error from the 58541:58626 roll.thestig@chromium.org2010-05-031-0/+26
| | | | | | | | BUG=43109 TEST=Webkit Mac goes green. Review URL: http://codereview.chromium.org/1831002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46274 0039d316-1c4b-4281-b951-d872f2087c98
* Add Bulgarian spellchecker. Hunspell change will be committed separately.jshin@chromium.org2010-05-033-2/+19
| | | | | | | | BUG=33327 TEST=covered by spellcheck_unittest Review URL: http://codereview.chromium.org/1523017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46273 0039d316-1c4b-4281-b951-d872f2087c98