summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Trace whenever renderer waits for command buffer space.jbauman@chromium.org2011-04-142-11/+27
| | | | | | | | | | | This lets us determine whether the renderer is spinning waiting for command buffer space to open up. BUG= TEST= Review URL: http://codereview.chromium.org/6833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81655 0039d316-1c4b-4281-b951-d872f2087c98
* net: cut an HSTS hole out at latest.chrome.google.comagl@chromium.org2011-04-142-2/+11
| | | | | | | | | BUG=none TEST=none http://codereview.chromium.org/6852030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81653 0039d316-1c4b-4281-b951-d872f2087c98
* Implement private API for web store to determine app ID ofaa@chromium.org2011-04-1412-104/+352
| | | | | | | | | | | a given frame. BUG=73225 TEST= Review URL: http://codereview.chromium.org/6823068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81652 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored size tests to put all slow download job refs in same function.rdsmith@chromium.org2011-04-141-26/+30
| | | | | | | | | | BUG=None TEST=All known download tests. Review URL: http://codereview.chromium.org/6833015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81651 0039d316-1c4b-4281-b951-d872f2087c98
* Make dev channel warning more apparent by showing an alert confirmation when ↵chocobo@chromium.org2011-04-144-18/+55
| | | | | | | | | | the user tries to change the channel to dev. And if they select ok, we inline the arning below the combo box. If they switch back to Stable or Beta, we remove the inlined warning. BUG=chromium-os:13787 TEST=try changing channel to dev and see the warning. If selecting ok, the channel should be changed. When selecting cancel, we revert back to previous selection. Review URL: http://codereview.chromium.org/6831003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81648 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Integrate SIM unlock flow with libcros.nkostylev@chromium.org2011-04-149-69/+558
| | | | | | | | | BUG=chromium-os:12007 TEST=Manual. Inserted locked SIM, entered incorrect PIN, entered correct PIN. Review URL: http://codereview.chromium.org/6840018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81647 0039d316-1c4b-4281-b951-d872f2087c98
* Disk Cache: Perform extra validations to data comming fromrvargas@google.com2011-04-146-11/+93
| | | | | | | | | | disk to detect obvious corruption going undetected. BUG=77841 TEST=net_unittests Review URL: http://codereview.chromium.org/6840035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81646 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r181tony@chromium.org2011-04-1437-1071/+683
| | | | | | | | Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/6854031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81645 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some failing popup tests on chromeosnirnimesh@chromium.org2011-04-141-0/+2
| | | | | | | | | | BUG=chromium-os:12653 TEST= Review URL: http://codereview.chromium.org/6840065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81644 0039d316-1c4b-4281-b951-d872f2087c98
* Update flash version for plugins_check on chromeosnirnimesh@chromium.org2011-04-141-1/+1
| | | | | | | | | | R=krisr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6850025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81643 0039d316-1c4b-4281-b951-d872f2087c98
* Added svn:ignore property for mkl directory to third_party.kbr@chromium.org2011-04-140-0/+0
| | | | | | | BUG=none TBR=nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81642 0039d316-1c4b-4281-b951-d872f2087c98
* Call OnVisibleBoundsChanged on the view itself as well as child views.oshima@google.com2011-04-141-0/+5
| | | | | | | | | | | This fixes crosbug.com/14079 BUG=chromium-os:14079, chromium-os:79269 TEST=none Review URL: http://codereview.chromium.org/6837010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81641 0039d316-1c4b-4281-b951-d872f2087c98
* Added documentation for the point.h file as an example for engineers to follow.jond@google.com2011-04-141-8/+69
| | | | | | Review URL: http://codereview.chromium.org/6825050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81640 0039d316-1c4b-4281-b951-d872f2087c98
* Tag ProxyService as NonThreadSafe.willchan@chromium.org2011-04-142-3/+15
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6831018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81639 0039d316-1c4b-4281-b951-d872f2087c98
* Fix repaint problems in omnibox by invalidating the omnibox when unfreezing, ↵pkasting@chromium.org2011-04-141-4/+5
| | | | | | | | | | instead of just asking for a paint. The lack of invalidation was previously disguised by our global painting code that invalidated children much more frequently. BUG=78787 TEST=Paste in address bar, then press the left arrow key. You should not see an unblinking cursor-like black line at the end of the text. Review URL: http://codereview.chromium.org/6831023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81638 0039d316-1c4b-4281-b951-d872f2087c98
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-1424-115/+78
| | | | | | | | | | | | | and into a standalone function. This way we can show the error dialog if no browser is around (as can happen during startup). BUG=74639 TEST=none R=ben@chromium.org,avi@chromium.org,estade@chromium.org Review URL: http://codereview.chromium.org/6838031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81637 0039d316-1c4b-4281-b951-d872f2087c98
* Make the usage stats checkbox on EULA screen speak and focus.chaitanyag@chromium.org2011-04-143-1/+20
| | | | | | | | BUG=chromium-os:14128 TEST=Test manually, see issue 14128 Review URL: http://codereview.chromium.org/6852008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81636 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Roll GTM 439:440thakis@chromium.org2011-04-141-1/+1
| | | | | | | | | | | | The only change is http://code.google.com/p/google-toolbox-for-mac/source/detail?r=440 , which added a single assert. BUG=none TEST=none Review URL: http://codereview.chromium.org/6849034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81635 0039d316-1c4b-4281-b951-d872f2087c98
* Add missing dependencies in content_renderer project.sergeyu@chromium.org2011-04-141-0/+2
| | | | | | | | | BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/6854029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81634 0039d316-1c4b-4281-b951-d872f2087c98
* All your base/mac are belong to us.mark@chromium.org2011-04-141-0/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6851018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81631 0039d316-1c4b-4281-b951-d872f2087c98
* All your base are belong to us.mark@chromium.org2011-04-141-0/+6
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6852028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81630 0039d316-1c4b-4281-b951-d872f2087c98
* PWN chrome/browser/cocoa.mark@chromium.org2011-04-141-0/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6853016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81629 0039d316-1c4b-4281-b951-d872f2087c98
* PWN chrome/installer/mac.mark@chromium.org2011-04-141-0/+3
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6840056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81628 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ExtensionService::HasInstalledExtensions since we always have ↵mihaip@chromium.org2011-04-146-38/+6
| | | | | | | | | | | | (component) extensions. BUG=79093 TEST= R=aa@chromium.org Review URL: http://codereview.chromium.org/6850018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81627 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 736.0 to 737.0chrome-release@google.com2011-04-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81626 0039d316-1c4b-4281-b951-d872f2087c98
* EXtend the supression for a memory leakrvargas@google.com2011-04-141-9/+0
| | | | | | | | | BUG=77990 TEST=none TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/6849033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81624 0039d316-1c4b-4281-b951-d872f2087c98
* Some style changes (for readability).sadrul@chromium.org2011-04-144-20/+36
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6675048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81623 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust heapcheck supressionrvargas@google.com2011-04-141-3/+3
| | | | | | | | BUG=51988 TEST=none Review URL: http://codereview.chromium.org/6849032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81622 0039d316-1c4b-4281-b951-d872f2087c98
* Enable crash_reporter test on chromeosnirnimesh@chromium.org2011-04-141-2/+0
| | | | | | | | | | BUG=chromium-os:9499 TEST= Review URL: http://codereview.chromium.org/6840061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81621 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for bug in TestingAutomationProvider::OpenNewBrowserWindowOfType.dennisjeffrey@google.com2011-04-144-16/+36
| | | | | | | | | | | | | | The function TestingAutomationProvider::OpenNewBrowserWindowOfType creates a new browser window and adds a blank tab to it, but failed to wait for the new tab to finish loading (it only waited for the new window to open). This is now fixed. BUG=47457 TEST=This change may fix flakiness in PyAuto test content.ContentTest.testThreeWindows. Review URL: http://codereview.chromium.org/6838024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81620 0039d316-1c4b-4281-b951-d872f2087c98
* first-run: Remove ifdefs from upgrade_util_linux.cc.tfarina@chromium.org2011-04-142-4/+1
| | | | | | | | | | | | | Exclude it from chromeos build when chromeos=1 through gyp rule. BUG=79203 TEST=None R=jhawkins@chromium.org Review URL: http://codereview.chromium.org/6849011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81619 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the ref-count issue related to the url_loader parameter of ↵yzshen@chromium.org2011-04-141-0/+24
| | | | | | | | | | | PPP_Instance.HandleDocumentLoad(). BUG=None TEST=None Review URL: http://codereview.chromium.org/6835002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81618 0039d316-1c4b-4281-b951-d872f2087c98
* crypto is a terrible name for a library as it collides with OpenSSL'smark@chromium.org2011-04-141-0/+1
| | | | | | | | | | | libcrypto. BUG=none TEST=be able to build and link anything that uses OpenSSL libcrypto, like some Mac Breakpad tools Review URL: http://codereview.chromium.org/6853020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81617 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Make the page info bubble animation look ever-so-slightly better.rsesek@chromium.org2011-04-141-4/+4
| | | | | | | | | | BUG=64823 TEST=visual Review URL: http://codereview.chromium.org/6851019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81616 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for params in SelectFile callbacks.achuith@chromium.org2011-04-143-35/+74
| | | | | | | | BUG=chromium-os:14073 TEST=rginda will test. Review URL: http://codereview.chromium.org/6837032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81615 0039d316-1c4b-4281-b951-d872f2087c98
* Move a bunch of Chrome specific code out of RenderThread, in preparation of ↵jam@chromium.org2011-04-1451-571/+505
| | | | | | | | moving it to content. Review URL: http://codereview.chromium.org/6850003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81614 0039d316-1c4b-4281-b951-d872f2087c98
* Disable bookmark editing (gtk UI).joaodasilva@chromium.org2011-04-145-20/+71
| | | | | | | | | BUG=49604 TEST=Set the EditBookmarksEnabled policy to false, and bookmarks shouldn't be modifiable from the GTK UI. Review URL: http://codereview.chromium.org/6838013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81613 0039d316-1c4b-4281-b951-d872f2087c98
* Enabling notification tests that invovle infobarsunandt@google.com2011-04-141-14/+0
| | | | | | | | BUG=79054 TEST=notifications.NotificationsTest.* Review URL: http://codereview.chromium.org/6852025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81612 0039d316-1c4b-4281-b951-d872f2087c98
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-14183-1041/+1153
| | | | | | | | | | | | | src/crypto is now an independent project that contains our cryptographic primitives (except md5 and sha1). This removes the base dependency from nss, openssl and sqlite. BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6805019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81611 0039d316-1c4b-4281-b951-d872f2087c98
* Update stock favicons for NTP pages.estade@chromium.org2011-04-143-0/+0
| | | | | | | | | | | These favicons are used for the initial run of chrome, before the user has actually visited the associated sites and loaded their favicons. BUG=none TEST=run chrome with a fresh profile; the welcome/themes NTP favicons should be the new chrome logo and not the old one Review URL: http://codereview.chromium.org/6831017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81609 0039d316-1c4b-4281-b951-d872f2087c98
* Changing the flash plugin version.sunandt@google.com2011-04-142-2/+2
| | | | | | | | BUG=73902 TEST=plugins_check.PluginsCheck.testPluginsStates Review URL: http://codereview.chromium.org/6854023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81608 0039d316-1c4b-4281-b951-d872f2087c98
* Start WebUI autocomplete lists hiddenstuartmorgan@chromium.org2011-04-141-1/+3
| | | | | | | | | BUG=79150 TEST=Open prefs, and look at the upper left corner. There should not be a grey dot. Review URL: http://codereview.chromium.org/6849025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81607 0039d316-1c4b-4281-b951-d872f2087c98
* Move FilePathWatcher to base/files.craig.schlenter@chromium.org2011-04-1419-36/+93
| | | | | | | | | | | | | | FilePathWatcher is going to be used in future for monitoring changes to /etc/resolv.conf so it needs live somewhere where various consumers can get at it without incurring the wrath of the layering gods. TEST=existing tests BUG=67734 Review URL: http://codereview.chromium.org/6793020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81606 0039d316-1c4b-4281-b951-d872f2087c98
* Modify the webkit::ppapi::URLLoader to use the underlying ↵bbudge@chromium.org2011-04-144-28/+39
| | | | | | | | | | AssociatedURLLoader for security checks, and convert URLRequest properties into the configuration for the AssociatedURLLoader. This Issue depends on http://codereview.chromium.org/6755015/ BUG=47354 TEST=ppapi_tests Review URL: http://codereview.chromium.org/6765040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81605 0039d316-1c4b-4281-b951-d872f2087c98
* Add CORS options to URL requests. This information will be used by the ↵bbudge@chromium.org2011-04-145-6/+67
| | | | | | | | | | | URLLoader to create the AssociatedURLLoader that sends the request. The CORS options are simplified to fit with what is already in PPAPI. For example, since we already have a trusted interface with universal access, setting the PP_URLREQUESTPROPERTY_ALLOWCROSSORIGINREQUESTS property TRUE corresponds to using access control to check the request. If we want to remove the trusted interface, then we should modify this CL so that we can specify Allow, Deny, or UseAccessControl. Also, I chose not to expose the SniffContent option from WebKit's loader. BUG=47354 TEST=test_shell_tests Review URL: http://codereview.chromium.org/6755015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81604 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Fix constrained sheetsthakis@chromium.org2011-04-141-5/+5
| | | | | | | | | | | | | | | | | The problem was that beginSheet: was called before setActiveView:, so when setActiveView: was called, activeView_ was already the view belonging to the new tab, hence the old sheet wouldn't get hidden. Patch http://codereview.appspot.com/4418041 adds more asserts to GTM that make the implicit assumption about when beginSheet: can be called explicit through asserts. BUG=78889 TEST= * Open 4 tabs that open sheets * Close chrome, reopen chrome (with "remember tabs") * Switch tabs * Only one sheet should be visible at a time Review URL: http://codereview.chromium.org/6852013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81603 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify invocation of -[closeBookmarkFolder:].asvitkine@chromium.org2011-04-141-3/+1
| | | | | | | | | | | Followup to: http://codereview.chromium.org/6816017/ BUG=none TEST=none Review URL: http://codereview.chromium.org/6826058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81602 0039d316-1c4b-4281-b951-d872f2087c98
* Fix constness of StackTrace.willchan@chromium.org2011-04-144-10/+10
| | | | | | | | | | | | StackTrace's member functions should be const. BUG=none TEST=none Review URL: http://codereview.chromium.org/6831014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81601 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt at fixing flaky test. SelectFileDialog may be invoked after asky@chromium.org2011-04-142-9/+5
| | | | | | | | | | | | | | | | | delay (DownloadManager triggers this code path, because it posts a task from the file thread to the UI thread). As such, it is entirely possible for SelectFileDialog to be run at a point when there are no browsers, causing the DCHECK to hit (and my test to crash). I'm removing the DCHECK and silently doing nothing in this case. The assumption being we're in the process of going down. BUG=77168 TEST=covered by test R=xiyuan@chromium.org,ben@chromium.org,phadjan.jr@chromium.org Review URL: http://codereview.chromium.org/6834027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81600 0039d316-1c4b-4281-b951-d872f2087c98
* Adding a "Loading, please wait" message to about:conflicts.finnur@chromium.org2011-04-143-2/+9
| | | | | | | | BUG=None TEST=Type in about:conflicts, you should briefly see a "please wait" message appear and then disappear when the module list has been compiled. Review URL: http://codereview.chromium.org/6850013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81599 0039d316-1c4b-4281-b951-d872f2087c98