summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reland: Call InitEventRouters after a successful chromeos login.dmazzoni@chromium.org2010-10-144-1/+21
| | | | | | | | | | | | | | This successfully solves a problem where extension event listeners were never getting called on Chrome OS because InitEventRouters wasn't getting called from browser_main.cc if the profile was in the temporary OTR state while the login was in progress. BUG=51724 TEST=Log in, test simple extension that notifies when a tab is created. Review URL: http://codereview.chromium.org/3765001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62648 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind Mac: Suppress new leaks in BrowserAccessibility.thestig@chromium.org2010-10-141-0/+18
| | | | | | | | BUG=59243 TEST=Valgrind mac gets greener. Review URL: http://codereview.chromium.org/3807007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62647 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed UnregisterSiteInstance() to look in both maps.atwilson@chromium.org2010-10-142-1/+26
| | | | | | | | | | | | BrowsingInstance::UnregisterSiteInstance() now removes the SiteInstance from both the local instance SiteInstanceMap and the static per-profile map. BUG=58342 TEST=none Review URL: http://codereview.chromium.org/3781007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62646 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Remove the request throttling experiment.rvargas@google.com2010-10-141-10/+1
| | | | | | | | | | | | | This is intended for the beta/stable branch. BUG=none TEST=none TBR=gavinp Review URL: http://codereview.chromium.org/3788002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62645 0039d316-1c4b-4281-b951-d872f2087c98
* During shutdown delete any pending tasks if running under Heapchecker.thestig@chromium.org2010-10-141-2/+2
| | | | | | | | BUG=50345 TEST=Suppression no longer gets used. Review URL: http://codereview.chromium.org/3791006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62644 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Close the current experiment for new users.rvargas@google.com2010-10-141-28/+6
| | | | | | | | | | | | | (increasing the number of deleted entries) BUG=none TEST=none TBR=gavinp Review URL: http://codereview.chromium.org/3778002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62643 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the dashboard link from the Prefs, since it's now in Clear Browsing ↵avi@chromium.org2010-10-145-136/+20
| | | | | | | | | | | | | Data. Essentially a revert of r52258, though done by hand. xib: Removed the link from the sync group, removed continuation array, resized everything else to close the gap. BUG=59095 TEST=go into options, find no "go to Google Dashboard" link Review URL: http://codereview.chromium.org/3761005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62641 0039d316-1c4b-4281-b951-d872f2087c98
* Cloud Print Proxy UI Fix.scottbyer@chromium.org2010-10-141-0/+2
| | | | | | | | | | | | Cancelling out of the setup dialog needs to re-layout in order to properly go from the setting up text to the sign in text. BUG=59037 TEST=On Windows, bring up Options, Under the Hood, disable the proxy if it isn't, hit the setup button, cancel out of the login dialog. Button should resize and not clip. Review URL: http://codereview.chromium.org/3817002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62640 0039d316-1c4b-4281-b951-d872f2087c98
* Moving GUID generation from base to chrome/browser/guid*dhollowa@chromium.org2010-10-1411-91/+152
| | | | | | | | | | | Moves GUID generation into chrome/browser/guid*. GUID generation is used only within chrome/browser. So am moving it there. BUG=58813 TEST=GUIDTest.GUIDGeneratesAllZeroes, GUIDTest.GUIDGeneratesCorrectly, GUIDTest.GUIDCorrectlyFormatted, MetricsServiceTest.ClientIdCorrectlyFormatted Review URL: http://codereview.chromium.org/3800003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62639 0039d316-1c4b-4281-b951-d872f2087c98
* Shave 10 seconds off browser_tests.jrg@chromium.org2010-10-141-1/+4
| | | | | | | | | | Time is wasted in a permission dialog timeout. BUG=http://crbug.com/51861 Review URL: http://codereview.chromium.org/3775008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62638 0039d316-1c4b-4281-b951-d872f2087c98
* CommandLine: remove wstring-based program() accessorevan@chromium.org2010-10-1412-62/+65
| | | | | | | | | | | | | | This was already removed on non-Windows, so this change modifies the remaining Windows-specific usage. In a few places I converted use of wstring paths into FilePath, but in general for Windows-specific code I don't think it's too important to use FilePath everywhere, because it is equivalent on Windows and the current code already works. BUG=23581 Review URL: http://codereview.chromium.org/3817001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62637 0039d316-1c4b-4281-b951-d872f2087c98
* fixes for misc visual issues of domui menuoshima@chromium.org2010-10-143-21/+23
| | | | | | | | | | | | | | | | * use minimum width when set the bound of menu. This fixes problem where menu was shown in incorrect place for short period of time on OOBE. * clears the content when menu is hidden. This fixes the problem where bigger menu window is showne when opening a menu. * Update zoom controls only if the menu is root. * use plain property for scrollEnabled. BUG=none TEST=none Review URL: http://codereview.chromium.org/3775003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62636 0039d316-1c4b-4281-b951-d872f2087c98
* removed dashboard link from options ui, clear no longer behind switchraz@chromium.org2010-10-1411-113/+47
| | | | | | | | | BUG=59095 TEST=See ui in options tab and clear other data tab Review URL: http://codereview.chromium.org/3758004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62635 0039d316-1c4b-4281-b951-d872f2087c98
* Add the "Use SSL 3.0" and "Use TLS 1.0" checkboxes towtc@chromium.org2010-10-148-19/+163
| | | | | | | | | | | | the Options menu ("Under the Hood" tab) on Windows. R=mattm BUG=59125 TEST=net_unittests.exe --gtest_filter=SSLConfigServiceWinTest.SetTest. Manually verify the Options menu has the two new checkboxes. Review URL: http://codereview.chromium.org/3779003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62634 0039d316-1c4b-4281-b951-d872f2087c98
* Tab array support for chrome.windows.createjstritar@chromium.org2010-10-148-81/+97
| | | | | | | | | | | With this change, a user can pass in an individual url or a list of urls to be opened with the new window. BUG=53517 TEST=ExtensionApiTest Review URL: http://codereview.chromium.org/3772004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62633 0039d316-1c4b-4281-b951-d872f2087c98
* Integration tests for password sync.albertb@chromium.org2010-10-1410-47/+386
| | | | | | | | | BUG=none TEST=self Review URL: http://codereview.chromium.org/3701007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62632 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings for late-breaking requirements.pkasting@chromium.org2010-10-141-2/+2
| | | | | | | | | BUG=59155,59157 TEST=none TBR=glen Review URL: http://codereview.chromium.org/3810005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62630 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Widen a leak suppression after r62517.thestig@chromium.org2010-10-141-0/+1
| | | | | | | | BUG=50345 TEST=Heapchecker goes green. Review URL: http://codereview.chromium.org/3824004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62629 0039d316-1c4b-4281-b951-d872f2087c98
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-1425-48/+242
| | | | | | | | | BUG=54745 TEST=manual Review URL: http://codereview.chromium.org/3582007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62627 0039d316-1c4b-4281-b951-d872f2087c98
* Changes tab strip to only cancel animations if layout is invoked andsky@chromium.org2010-10-146-25/+38
| | | | | | | | | | | | the size actually changes. Layout was the wrong place for the check before as Layout may be invoked even if the size hasn't changed. BUG=59164 TEST=make sure tabstrip on windows still has animations. Review URL: http://codereview.chromium.org/3782006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62625 0039d316-1c4b-4281-b951-d872f2087c98
* Rename about:labs to about:flags, step 1/3thakis@chromium.org2010-10-148-98/+106
| | | | | | | | | | | | | This changes the url and the text on about:flags to a bit more scary. The text is taken from https://docs.google.com/a/google.com/document/d/1VRZjR3GGX2FJFsAe8AKMAYRNPMp-sH2cefU0KvaQo0M/edit?hl=en# BUG=59139,53399 TEST=about:labs doesn't do anything any more. about:flags does. Review URL: http://codereview.chromium.org/3817004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62624 0039d316-1c4b-4281-b951-d872f2087c98
* New icons for about:flagsthakis@chromium.org2010-10-142-0/+0
| | | | | | | | BUG=59139 TEST=None TBR=trungl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62622 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62605 - Make Run methods non-virtual on RRResolverWorker.cbentzel@chromium.org2010-10-141-2/+2
| | | | | | | | | | | | | | | | | | I don't think this needs to be reverted, but git cl dcommit went a bit wacky and I'm being conservative. The goal is to turn on -Wnon-virtual-dtor warning for gcc. In this case, the virtual Run()'s do not appear necessary, especially since they are private. If intended to be derived from, there is a "delete this" in the base class which would point to requiring a virtual destructor. BUG=45135 TEST=Target builds, validated that there are no derived classes of RRResolverWorker. Review URL: http://codereview.chromium.org/3824002 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3813005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62611 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62603 - patch from issue 3527003cbentzel@chromium.org2010-10-141-6/+0
| | | | | | | TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62610 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62604 - Use the correct flag for virtual destructor.cbentzel@chromium.org2010-10-141-1/+1
| | | | | | | TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3807005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62609 0039d316-1c4b-4281-b951-d872f2087c98
* Calling setup from automated_ui_tests so that browser start time is set post ↵ace@chromium.org2010-10-141-2/+1
| | | | | | | | change 62314 Review URL: http://codereview.chromium.org/3793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62606 0039d316-1c4b-4281-b951-d872f2087c98
* Make Run methods non-virtual on RRResolverWorker.cbentzel@chromium.org2010-10-141-2/+2
| | | | | | | | | | | | | The goal is to turn on -Wnon-virtual-dtor warning for gcc. In this case, the virtual Run()'s do not appear necessary, especially since they are private. If intended to be derived from, there is a "delete this" in the base class which would point to requiring a virtual destructor. BUG=45135 TEST=Target builds, validated that there are no derived classes of RRResolverWorker. Review URL: http://codereview.chromium.org/3824002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62605 0039d316-1c4b-4281-b951-d872f2087c98
* Use the correct flag for virtual destructor.cbentzel@chromium.org2010-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62604 0039d316-1c4b-4281-b951-d872f2087c98
* patch from issue 3527003cbentzel@chromium.org2010-10-141-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62603 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Introducing moving code to a separate function.glotov@chromium.org2010-10-141-17/+24
| | | | | | | | | | | | This is a continuation of the former codereview ( http://codereview.chromium.org/3579012) witch detached from git because of my mistake. BUG=chromium-os:7008 TEST=none Review URL: http://codereview.chromium.org/3793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62599 0039d316-1c4b-4281-b951-d872f2087c98
* Implement action interface in network_menu.js for 'connect'.stevenjb@chromium.org2010-10-1412-137/+266
| | | | | | | | | | | | * Added NetworkMenu::UpdateMenu() * Added NetworkMenu::ConnectToNetworkAt() BUG=http://code.google.com/p/chromium-os/issues/detail?id=7343 TEST=Test the network menu (it still looks ugly). Specifically, selecting a non secure network, or one with a certificate installed should connect to it. Also, temporarily, using 'space' or 'return' to select a network should connect to it without closing the menu. Review URL: http://codereview.chromium.org/3678006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62598 0039d316-1c4b-4281-b951-d872f2087c98
* net: update DNSSEC chain embedded extension OID.agl@chromium.org2010-10-141-3/+4
| | | | | | | | | We now have an assigned OID in the Google corporate OID subspace. BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62593 0039d316-1c4b-4281-b951-d872f2087c98
* Use DesktopNotificationService::CreateDataUrl for notification without link.oshima@chromium.org2010-10-142-3/+6
| | | | | | | | | | | | I also changed the test to make the cause of failure clear. TBR=chocobo@chromium.org BUG=59195 TEST=TestActivateDeactivate will pass Review URL: http://codereview.chromium.org/3796005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62592 0039d316-1c4b-4281-b951-d872f2087c98
* Makes instant use instant_url for instant results rather than searchsky@chromium.org2010-10-144-18/+27
| | | | | | | | | | | url. BUG=58756 TEST=none Review URL: http://codereview.chromium.org/3754004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62591 0039d316-1c4b-4281-b951-d872f2087c98
* Update .gitignore: Windows, gdb, ctags.enne@chromium.org2010-10-141-0/+4
| | | | | | | | | | | NO CODE CHANGE. TEST=none BUG=none Review URL: http://codereview.chromium.org/3547004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62588 0039d316-1c4b-4281-b951-d872f2087c98
* Move Chromoting hostlist into tab (from extension popup)garykac@chromium.org2010-10-1410-56/+210
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3602002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62585 0039d316-1c4b-4281-b951-d872f2087c98
* Use packed depth/stencil format if available.enne@chromium.org2010-10-141-2/+4
| | | | | | | | | | | WebGL context creation attributes are requests, not requirements. The command buffer needs to be more conservative in its format choices. As separate stencil buffers are not generally supported, pick packed buffers if possible. BUG=58966 TEST=https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/tests/conformance/context-attributes-alpha-depth-stencil-antialias.html Review URL: http://codereview.chromium.org/3746001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62584 0039d316-1c4b-4281-b951-d872f2087c98
* Disable pyauto popup testsnirnimesh@chromium.org2010-10-141-1/+1
| | | | | | | | | | | | My popup tests are causing more harm than good. They fail. We need a better way to be sure when they're up. Disabling them while I work on them. BUG=59208 TEST= Review URL: http://codereview.chromium.org/3746006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62583 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg add neon assembly to gyp and fix offsets with simple valuesfbarchard@chromium.org2010-10-141-1/+1
| | | | | | | | | BUG=59123 TEST=ffmpeg builds on neon Review URL: http://codereview.chromium.org/3820002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62582 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup StreamFactory && StreamRequest APIs.willchan@chromium.org2010-10-149-187/+135
| | | | | | | | | | | | Stop refcounting StreamRequest. Establish a clear ownership of the StreamRequest. Deletion implies cancellation. Use ScopedRunnableMethodFactory::NewRunnableMethod() instead of NewRunnableMethod(). Remove Start() from StreamRequest. This is an implementation detail of HttpStreamRequest, so it only exists there now. BUG=59103 TEST=existing, this is a pure refactor. Review URL: http://codereview.chromium.org/3746002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62581 0039d316-1c4b-4281-b951-d872f2087c98
* base: remove various unused string utility functionsevan@chromium.org2010-10-146-39/+11
| | | | | | | | TEST=trybots Review URL: http://codereview.chromium.org/3753003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62580 0039d316-1c4b-4281-b951-d872f2087c98
* Marking NotificationTest.TestActivateDeactivate flaky.shess@chromium.org2010-10-141-1/+2
| | | | | | | | | BUG=59195 TEST=None. Review URL: http://codereview.chromium.org/3792004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62578 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.TabOnRemoved as FLAKY on Mac and Linux.rsesek@chromium.org2010-10-141-1/+8
| | | | | | | | | BUG=59198 TEST=none Review URL: http://codereview.chromium.org/3815004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62572 0039d316-1c4b-4281-b951-d872f2087c98
* ffmpeg roll to patch for neon to adjust offsetsfbarchard@chromium.org2010-10-141-1/+1
| | | | | | | | | BUG=59123 TEST=ffmpeg builds on neon Review URL: http://codereview.chromium.org/3807003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62571 0039d316-1c4b-4281-b951-d872f2087c98
* Crash fix for the case when target tab is removed before report is sent from ↵zelidrag@chromium.org2010-10-141-6/+15
| | | | | | | | | | | | the feedback. BUG=chromium-os:7717 TEST=open few tabs, then open feedback page, before you submit feedback close all pther tabs. make sure there is no crash on feedback submit. Review URL: http://codereview.chromium.org/3772006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62570 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed lots of smaller and bigger jank in chrome:settings/internet page:zelidrag@chromium.org2010-10-144-17/+47
| | | | | | | | | | | | | | - fixed Disable/Enable Cellular/WiFi buttons - clicking the secured network multiple times does not generate multiple inputs anymore - disabled [Login] button on protected SSD networks when no password is entered BUG=chromium-os:7684, chromium-os:7563, chromium-os:7651 TEST=make sure chrome:settings/internet is happier place to be again Review URL: http://codereview.chromium.org/3746003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62569 0039d316-1c4b-4281-b951-d872f2087c98
* Remove flag to prevert Flash from using Core Animationstuartmorgan@chromium.org2010-10-144-18/+2
| | | | | | | | | | | The Flash-specific issues with Core Animation have been resolved, so this flag isn't needed any more. BUG=NONE TEST=--disable-flash-core-anmiation shouldn't do anything any more. Review URL: http://codereview.chromium.org/3750005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62566 0039d316-1c4b-4281-b951-d872f2087c98
* Pass proper selection colors to webkit via RendererPreference for ChromeOS.xiyuan@chromium.org2010-10-142-1/+9
| | | | | | | | | BUG=chromium-os:7488 TEST=Verify selection colors in webkit is the same color as in omnibox selection per chromium-os:7488. Review URL: http://codereview.chromium.org/3653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62565 0039d316-1c4b-4281-b951-d872f2087c98
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-1414-100/+54
| | | | | | | | | BUG=58192 TEST=Start chrome with --auth-schemes=NTLM and --proxy-server pointing to a Microsoft Forefront Threat Management Gateway proxy configurated for Integrated Authentication. Assuming the user is part of the same domain as the proxy, authentication should work transparently, and the user should not be presented with auth prompts. Also, net_unittests should pass. Review URL: http://codereview.chromium.org/3676004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62564 0039d316-1c4b-4281-b951-d872f2087c98
* Add netlog parse/plot script.vandebo@chromium.org2010-10-141-0/+177
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/3674007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62563 0039d316-1c4b-4281-b951-d872f2087c98