summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Mac] packaging process cleanup: Net of this is the zip off the official ↵thomasvl@chromium.org2010-06-026-53/+76
| | | | | | | | | | | | | | builder will have everything for packaging so the final signing/dmg creation is self contained instead of having to live in both places. - Move all the installer related bits into the installer folder - Add the collection of these bits into a specific target - Collect the internal bits also during the installer target BUG=42635 TEST=none Review URL: http://codereview.chromium.org/2417007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48732 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-0218-104/+117
| | | | | | | | | | This removes a dependency cycle and should also make life easier for DRT. Revert http://codereview.chromium.org/1658012 Review URL: http://codereview.chromium.org/2358001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48731 0039d316-1c4b-4281-b951-d872f2087c98
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-028-23/+16
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2486004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48730 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to fix flaky OmniboxApiTest.Basic.mpcomplete@chromium.org2010-06-022-11/+14
| | | | | | | | | | | I'm making an educated guess that the TemplateURLModel wasn't loaded by the time we needed a keyword, so let's just wait for it to load. BUG=45588 Review URL: http://codereview.chromium.org/2485004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48729 0039d316-1c4b-4281-b951-d872f2087c98
* Adds third_party/ffmpeg (and removes old subdirectories) to .gitignorebulach@chromium.org2010-06-021-2/+1
| | | | | | | | (this is a follow up on r48704 and r48703) Review URL: http://codereview.chromium.org/2457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48728 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Updates the unit test with some minor tweaks to the Browser Actions ↵andybons@chromium.org2010-06-023-6/+23
| | | | | | | | | | | container view. TEST=BrowserActionsContainerViewTest BUG=none Review URL: http://codereview.chromium.org/2426002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48727 0039d316-1c4b-4281-b951-d872f2087c98
* Changes session restore to throttle loading of tabs. New tabs aresky@chromium.org2010-06-024-38/+53
| | | | | | | | | | | | loaded when a delay is reached (which is doubled with time) or after a tab finishes loading. BUG=none TEST=make sure session restore still works. Review URL: http://codereview.chromium.org/2470003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48726 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-028-134/+126
| | | | | | | | | | | | | This makes two types of changes - More int* -> int*_t transitions, since npapi.h switched over - Replace TRUE/FALSE, which have been removed from the upstream npapi.h. Since all our usage is C++, true/false seemed cleaner than 1/0. BUG=42645 TEST=Compiling still works Review URL: http://codereview.chromium.org/2484002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48725 0039d316-1c4b-4281-b951-d872f2087c98
* Add version information to chrome_launcher.exe.robertshield@chromium.org2010-06-022-1/+61
| | | | | | | | | BUG=35036 TEST=Check chrome_launcher.exe properties, check that it has version information. Review URL: http://codereview.chromium.org/2497001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48724 0039d316-1c4b-4281-b951-d872f2087c98
* [GTTF] Use FRIEND_TEST_ALL_PREFIXES in chrome/browser/chromeosphajdan.jr@chromium.org2010-06-026-37/+50
| | | | | | | | | TEST=none BUG=44549 Review URL: http://codereview.chromium.org/2484001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48723 0039d316-1c4b-4281-b951-d872f2087c98
* Add network timeout when loading account creation page.nkostylev@google.com2010-06-024-12/+63
| | | | | | | | | BUG= http://crosbug.com/3289 TEST=Connect to the network that requires web base login and open "Create account". It should timeout after 10 secs or earlier. Review URL: http://codereview.chromium.org/2465001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48721 0039d316-1c4b-4281-b951-d872f2087c98
* Add ftp protocol to the safebrowsing checks. Fixed the crash with ↵inferno@chromium.org2010-06-024-5/+34
| | | | | | | | | | | canonicalization of non-standard urls in CanonicalizeUrl function. Add CanCheckUrl to a more central location. Added the null check in GeneratePathsToCheck. Remove redundant checks from resource dispatcher host. BUG=40605 TEST=SafeBrowsingUtilTest.CanonicalizeUrl Review URL: http://codereview.chromium.org/2471002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48720 0039d316-1c4b-4281-b951-d872f2087c98
* Enables geolocation browser tests on Mac.bulach@chromium.org2010-06-021-96/+10
| | | | | | | | | | | (this is a follow up on http://codereview.chromium.org/2474002/show) BUG=29424 TEST=GeolocationBrowserTest.* Review URL: http://codereview.chromium.org/2459005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48719 0039d316-1c4b-4281-b951-d872f2087c98
* Removes spurious JS callback triggered by ↵bulach@chromium.org2010-06-021-6/+14
| | | | | | | | | | | | | MockLocationProvider::OnPermissionGranted. (this generated an extra alert, which is closed when test finishes on gtk/win, but hangs on mac). BUG=29424 TEST=GeolocationBrowserTest.* Review URL: http://codereview.chromium.org/2474002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48718 0039d316-1c4b-4281-b951-d872f2087c98
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-025-25/+24
| | | | | | | | | BUG=NONE TEST=compiles. Review URL: http://codereview.chromium.org/1640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48717 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce duplication across Linux/Windows policy providers, and unify names ↵avi@chromium.org2010-06-028-84/+108
| | | | | | | | | | | used therein. BUG=http://crbug.com/45344 TEST=no change Review URL: http://codereview.chromium.org/2387003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48716 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.2.14sgjesse@google.com2010-06-021-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2481004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48714 0039d316-1c4b-4281-b951-d872f2087c98
* Show spinner on login (both images window and "New user").nkostylev@google.com2010-06-0211-12/+114
| | | | | | | | | | | Added alpha channel for spinner. BUG= http://crosbug.com/3299 TEST=If the Sign in is longer than 500ms spinner will be shown. Review URL: http://codereview.chromium.org/2438001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48713 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll to r60526tkent@google.com2010-06-021-1/+1
| | | | | | | | | BUG=none TEST=none TBR=pkasting Review URL: http://codereview.chromium.org/2423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48712 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete code:joth@chromium.org2010-06-027-40/+18
| | | | | | | | | - InformListenersOfMovement not required as WebKit has no way to trigger timeouts when movement is detected but cannot be resolved to a location. - Error message in gps_open() does not have any additional information Review URL: http://codereview.chromium.org/2450002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48711 0039d316-1c4b-4281-b951-d872f2087c98
* Fix line endings corrupted by git.pam@chromium.org2010-06-021-2/+2
| | | | | | | | BUG=none TEST=patches containing this file work on the trybots Review URL: http://codereview.chromium.org/2494002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48710 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 423.0 to 424.0chrome-release@google.com2010-06-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48706 0039d316-1c4b-4281-b951-d872f2087c98
* Adding third_party/ffmpeg to svn:ignore.scherkus@chromium.org2010-06-020-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48704 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert 48697 - ffmpeg roll to deps version that contains gyp and source"scherkus@chromium.org2010-06-021-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48703 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 48697 - ffmpeg roll to deps version that contains gyp and sourcejshin@chromium.org2010-06-021-3/+3
| | | | | | | | | | | | BUG=42238 TEST=none Review URL: http://codereview.chromium.org/2475001 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/2447003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48702 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll to deps version that contains gyp and sourcefbarchard@chromium.org2010-06-0233-18881/+3
| | | | | | | | | BUG=42238 TEST=none Review URL: http://codereview.chromium.org/2475001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48697 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling libvpx DEPS to pick up ARM -fPIC static libraries.scherkus@chromium.org2010-06-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48696 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r60528.pkasting@chromium.org2010-06-021-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/2436005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48695 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for playing audio only also files through player_x11 ↵scherkus@chromium.org2010-06-021-3/+10
| | | | | | | | | | | | application. Currently the application just hangs without doing anything if an audio only file is given as input to it. Patch by sashinde@nvidia.com: http://codereview.chromium.org/2075018 BUG=none TEST=Try playing an audio only file before and after this change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48694 0039d316-1c4b-4281-b951-d872f2087c98
* Only inject content scripts into HTML documents. Previously we would inject ↵aa@chromium.org2010-06-021-0/+15
| | | | | | | | | | | | into SVG and raw XML documents as well. Injecting into SVG could conceivably be a feature, but I expect it would count as a "bug" more often than that, so I'm starting conservative. BUG=39845 Review URL: http://codereview.chromium.org/2389004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48693 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r60493.pkasting@chromium.org2010-06-021-1/+1
| | | | | | | | | BUG=none TEST=none TBR=tkent Review URL: http://codereview.chromium.org/2467003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48692 0039d316-1c4b-4281-b951-d872f2087c98
* Strip the trailing slash from URLs like "http://google.com/". This ↵pkasting@chromium.org2010-06-0220-87/+169
| | | | | | | | | | | | especially helps when the scheme has also been stripped, as it makes the hostname look less unbalanced. We're careful to avoid stripping the slash when doing so would confuse the omnibox. This also moves to more aggressive stripping and/or unescaping in several places. In general, it seems like we should be as aggressive as is feasible. BUG=43587 TEST=Visit google.com. There should be no slash in the address bar. Review URL: http://codereview.chromium.org/2389002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48691 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak the horizontal mode UI in candidate_window to make it look nicerzork@chromium.org2010-06-021-7/+23
| | | | | | | | | BUG=chromium-os:2760 TEST=Use any IME, and examine the candidate window. Review URL: http://codereview.chromium.org/2450001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48690 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Make use of gtk signal macros in BrowserTitleBar.tfarina@chromium.org2010-06-022-24/+17
| | | | | | | | | BUG=None TEST=trybots and manually Review URL: http://codereview.chromium.org/2448001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48689 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill remove defaults from settings dialogdhollowa@chromium.org2010-06-029-452/+16
| | | | | | | | | | | The new AutoFill dialog mocks eliminate the need for a "default" address and credit card. Removing code related to UI for these defaults. Nib changes: Removed the "Default" radio button from each of the Nibs. BUG=44621 TEST=AutoFillDialogControllerTest.*:-AutoFillDialogControllerTest.DefaultsChangingLogic Review URL: http://codereview.chromium.org/2466002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48687 0039d316-1c4b-4281-b951-d872f2087c98
* Don't focus notificaiton panel when opened.oshima@chromium.org2010-06-024-14/+13
| | | | | | | | | | | Use new WM parameter to control initial focus of the panel window. (see http://codereview.chromium.org/2474001) BUG=chromium-os:3408 TEST=none. This requires WM change to function properly. Review URL: http://codereview.chromium.org/2254005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48685 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionBrowserTest.PageActionRefreshCrash on Mac. It crashes onlyjshin@chromium.org2010-06-021-1/+1
| | | | | | | | | | | | | | | occassionally, but when it does, FLAKY prefix does not help because it turns the tree red. By disabling this test, we lose the coverage for this test on Mac. Until we have a better way to handle flaky crashes, it's better to disable it. BUG=45079 TEST=Mac bots don't turn red due to this test crashing. TBR=jrg Review URL: http://codereview.chromium.org/2485003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48684 0039d316-1c4b-4281-b951-d872f2087c98
* Disable FindInPageControllerTest.ActivateLinkNavigatesPage and jshin@chromium.org2010-06-022-2/+16
| | | | | | | | | | | ExtensionApiTest.Bookmarks on Windows BUG=45594,45595 TEST=Windows bot don't turn red with browser_test failure TBR=jrg Review URL: http://codereview.chromium.org/2433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48683 0039d316-1c4b-4281-b951-d872f2087c98
* Adding WebGL-ified version of the customcamera.html demo.luchen@google.com2010-06-021-0/+456
| | | | | | Review URL: http://codereview.chromium.org/2439003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48682 0039d316-1c4b-4281-b951-d872f2087c98
* Removed non-working proxy auto-detect code.akalin@chromium.org2010-06-012-38/+2
| | | | | | | | | | | Removed now-unused SignalThreadTask class. BUG=none TEST=unittests Review URL: http://codereview.chromium.org/2436004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48676 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure XMPP logins and notification sends are done on the syncakalin@chromium.org2010-06-016-126/+142
| | | | | | | | | | | core thread only. BUG=none TEST=unit tests, manual testing of notifications Review URL: http://codereview.chromium.org/2326001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48675 0039d316-1c4b-4281-b951-d872f2087c98
* Mark BrowserCloseTabWhenOtherTabHasListener as flaky on Linux.estade@chromium.org2010-06-011-1/+2
| | | | | | | | | | BUG=45562 TEST=tree green TBR=jshin Review URL: http://codereview.chromium.org/2449007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48673 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill: Don't auto-fill disabled fields.jhawkins@chromium.org2010-06-012-6/+23
| | | | | | | | | BUG=45142 TEST=FormManagerTest.FillForm Review URL: http://codereview.chromium.org/2453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48672 0039d316-1c4b-4281-b951-d872f2087c98
* Change black to 0,0,0,1 instead of 0,0,0,0.003921gman@chromium.org2010-06-011-2/+2
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/2469003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48671 0039d316-1c4b-4281-b951-d872f2087c98
* Move destkop notification prefs to RegisterUserPrefsskrul@chromium.org2010-06-013-4/+11
| | | | | | Review URL: http://codereview.chromium.org/2455005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48670 0039d316-1c4b-4281-b951-d872f2087c98
* Create a watchlist for NPAPI header changes, and add myself to itstuartmorgan@chromium.org2010-06-011-0/+4
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/2476002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48668 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent extensions from clobbering JSON implementation that extension calls userafaelw@chromium.org2010-06-015-21/+75
| | | | | | | | | BUG=38857 TEST=none Review URL: http://codereview.chromium.org/2387002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48667 0039d316-1c4b-4281-b951-d872f2087c98
* Implement most of the ridealong fixes/cleanups I suggested during review for ↵pkasting@chromium.org2010-06-0113-268/+175
| | | | | | | | | | enabling warn-on-signed-versus-unsigned-equality-comparisions on Windows. BUG=none TEST=none Review URL: http://codereview.chromium.org/2395001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48666 0039d316-1c4b-4281-b951-d872f2087c98
* Add new and renamed plugin tests to the Mac valgrind blackliststuartmorgan@chromium.org2010-06-012-16/+3
| | | | | | | | | | | | | Mac plugins currently cannot be run under valgrind; these have snuck in over time. TBR=jshin BUG=45566 TEST=Happy valgrind bots Review URL: http://codereview.chromium.org/2444003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48665 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off LayoutPluginTester.UnloadNoCrash for ChromiumOS valgrind (fails)jrg@chromium.org2010-06-011-0/+2
| | | | | | | | | BUG=http://crbug.com/45574 TBR=jshin@chromium.org Review URL: http://codereview.chromium.org/2467002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48664 0039d316-1c4b-4281-b951-d872f2087c98