summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use threads to download builds in the background.szager@google.com2011-07-301-206/+240
| | | | | | Review URL: http://codereview.chromium.org/7493016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94810 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94743 - Allow the renderer process to map textures from one context ↵jamesr@chromium.org2011-07-3017-273/+81
| | | | | | | | | | | | | | | | | | | | into another. This is on an individual resource basis rather than general share groups in order to hide be able to hide the full namespace from untrusted plugins. Accelerated 2D canvas now no longer needs to copy its backing store on every page composite and the redundant backing texture is not needed, saving video memory. Unit tests for the GPU service to follow. Patch to delete copyTextureToParentTexture extensions from gpu/ to follow. BUG=90714 Review URL: http://codereview.chromium.org/7529015 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/7518016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94808 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed frame rate test output for performance dashboard.jrt@chromium.org2011-07-301-6/+7
| | | | | | | | | | | | | Currently, the frame rate test outputs two graphs, "fps" and "fps_ref." Now it will output one graph with two traces (for each content). Also, the individual gesture output is updated to match a future CL that will process it. TEST=performance_ui_tests --gtest_filter=FrameRateTest* Review URL: http://codereview.chromium.org/7538003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94807 0039d316-1c4b-4281-b951-d872f2087c98
* Fix verb tenses in extension API descriptions.tessamac@chromium.org2011-07-3012-106/+106
| | | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7520034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94806 0039d316-1c4b-4281-b951-d872f2087c98
* Remove some known_crashes.txt entries that are no longer needed.mihaip@chromium.org2011-07-301-12/+0
| | | | | | | | | | | | | - 72796, 83674 and 83676 have not occurred recently (as far as back as we have builder logs) - 83657 has been fixed BUG=72796,83657,83676,83674 TEST=no R=mattm@chromium.org Review URL: http://codereview.chromium.org/7523034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94805 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppressions for crbug.com/89785.sergeyu@chromium.org2011-07-302-65/+0
| | | | | | | | | | | The bug was fixed in crrev.com/94771 BUG=89785 TEST=None Review URL: http://codereview.chromium.org/7537008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94802 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94775 - Implemented MapExternalResource for DumpRenderTree.zmo@google.com2011-07-291-63/+1
| | | | | | | | | | This will allow me to delete GL_copy_texture_to_parent_texture from the GPU process. Review URL: http://codereview.chromium.org/7518005 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/7543001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94799 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionApiTest.WebSocket, times out.phajdan.jr@chromium.org2011-07-291-1/+2
| | | | | | | | | | TBR=rafaelw BUG=91058 Review URL: http://codereview.chromium.org/7542005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94798 0039d316-1c4b-4281-b951-d872f2087c98
* Add myself to OWNERS in views/ and views/touchui.sadrul@chromium.org2011-07-292-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7488058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94797 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-296-4/+30
| | | | | | | | | | | | | | * Activate a widget when it is touched. * Drop a synthetic mouse event on the toplevel widget instead of the immediate parent widget. * Send touch-events to the captured view if there is one. BUG=none TEST=manually Review URL: http://codereview.chromium.org/7540002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94796 0039d316-1c4b-4281-b951-d872f2087c98
* Add a routine for truncated HMAC verificationrsleevi@chromium.org2011-07-293-5/+25
| | | | | | | | | | BUG=none TEST=crypto_unittests --gtest_filter=HMACTest.* Review URL: http://codereview.chromium.org/7532020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94794 0039d316-1c4b-4281-b951-d872f2087c98
* Add a field for user comments into net-log dumps. This field is mandatory, ↵eroman@chromium.org2011-07-294-12/+63
| | | | | | | | | and you cannot dump the log unless provided. BUG=90936 Review URL: http://codereview.chromium.org/7488065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94793 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some grit related dependencies.tony@chromium.org2011-07-292-55/+53
| | | | | | | | | | | | | | | | | | | | | 1) Use grit_action.gypi for devtools_frontend_resources. The grd file is not generated so we should use the gypi. 2) Have devtools_resources depend on the grit source files. This grd file is generated, so we can't run grit_info.py on it at gyp time. I've modified grit_info.py --inputs to take no arguments to just list out all the grit source files. This will at least cause us to rebuild properly if there is a change to grit. BUG=none TEST=Compile resources.pak and make sure there are no spurious rebuilds. Touch a grit source file and make sure that devtools_frontend_resources and devtools_resources rebuild. Review URL: http://codereview.chromium.org/7493084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94792 0039d316-1c4b-4281-b951-d872f2087c98
* Wrap long lines when loading client info from about:net-internals.eroman@chromium.org2011-07-291-0/+7
| | | | | | Review URL: http://codereview.chromium.org/7537010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94791 0039d316-1c4b-4281-b951-d872f2087c98
* Create DownloadManagerDelegate class to group the embedder functions related ↵jam@chromium.org2011-07-2923-168/+299
| | | | | | | | | to download. BUG=82782 Review URL: http://codereview.chromium.org/7529014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94790 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 94764 - Disk cache: Close the current experiment for new users.rvargas@google.com2011-07-291-6/+28
| | | | | | | | | | | | | | | Intended for the Beta branch. (this is a reland of 88690) BUG=91040 TEST=none TBR=gavinp@chromium.org Review URL: http://codereview.chromium.org/7518006 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/7453035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94788 0039d316-1c4b-4281-b951-d872f2087c98
* seccomp: simplify enable/disable logicevan@chromium.org2011-07-293-47/+55
| | | | | | | | | | | | | | 1) Only compile in seccomp code at all if it's on a platform we intend to support (non-ChromeOS non-ARM non-Views Linux). 2) Move usage of seccomp code behind a define and usage of seccomp flags into a function call. The former helps catch bugs in the latter: it will be a link error if I accidentally break the enable/disable logic in code. Review URL: http://codereview.chromium.org/7519016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94784 0039d316-1c4b-4281-b951-d872f2087c98
* To fix the failing prefs test: ↵venkataramana@chromium.org2011-07-292-4/+2
| | | | | | | | | | | prefs.PrefsTest.testNavigationStateOnSessionRestore BUG=85600 Test=prefs.PrefsTest.testNavigationStateOnSessionRestore Review URL: http://codereview.chromium.org/7537004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94783 0039d316-1c4b-4281-b951-d872f2087c98
* Move more files from chrome/test to chrome/test/base, part #3phajdan.jr@chromium.org2011-07-2954-104/+98
| | | | | | | BUG=90905 Review URL: http://codereview.chromium.org/7541001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94780 0039d316-1c4b-4281-b951-d872f2087c98
* Send the correct configure reason to the server when a new datatype is ↵lipalani@chromium.org2011-07-295-12/+45
| | | | | | | | | | | | enabled due to a version upgrade of the client. BUG=80121 TEST= Review URL: http://codereview.chromium.org/7497018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a flake in ConnectBadChannelAuth.wez@chromium.org2011-07-291-6/+12
| | | | | | | | | BUG=88130,90961 TEST=remoting_unittests don't fail under ThreadSanitizer. Review URL: http://codereview.chromium.org/7532036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94778 0039d316-1c4b-4281-b951-d872f2087c98
* Update Autofill data driven heuristics output files to also include the ↵isherman@chromium.org2011-07-2982-1279/+1250
| | | | | | | | | | | field names, labels, and values. BUG=none TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics* Review URL: http://codereview.chromium.org/7531022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94777 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented MapExternalResource for DumpRenderTree.apatrick@chromium.org2011-07-291-1/+63
| | | | | | | This will allow me to delete GL_copy_texture_to_parent_texture from the GPU process. Review URL: http://codereview.chromium.org/7518005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94775 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94773 0039d316-1c4b-4281-b951-d872f2087c98
* Made CommandBuffer::GetLastState and SetContextLostReason pure virtual.apatrick@chromium.org2011-07-292-29/+2
| | | | | | | | | Required nacl changes are checked into the nacl repo and rolled into the chromium repo. BUG=89127,89670 Review URL: http://codereview.chromium.org/7488031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94772 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libjingle 73:77.sergeyu@chromium.org2011-07-292-1/+4
| | | | | | | | | BUG=91011 TEST=Unittests. Review URL: http://codereview.chromium.org/7540003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94771 0039d316-1c4b-4281-b951-d872f2087c98
* cros: Apply the Init() model to BrightnessLibrary API.tfarina@chromium.org2011-07-292-24/+29
| | | | | | | | | | | | | | | | | | This applies the model introduced here http://codereview.chromium.org/7524014/, at revision r94482. Init() should not get called in the constructor, it should get called from GetImpl(). Also, move the EnsureLoaded() check into Init() surrounding the libcros call. BUG=None TEST=None R=stevenjb@chromium.org Review URL: http://codereview.chromium.org/7493061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94769 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-07-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94768 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two problems found while testing chrome reactivation:rogerta@chromium.org2011-07-295-47/+28
| | | | | | | | | | | | | | | | - C1S events were not being sent out for reactivated brand code. In the reactivation brand, the code was getting a cached copy of the RLZ string for the main brand code and thinking it had already set the C1S event - on uninstall, reactivation values remained in registry. Fixed the uninstaller to call RlZTracker::ClearProductState() so that the reactivation brand code case is handled as well BUG=90886 TEST=See RLZ test plan Review URL: http://codereview.chromium.org/7532005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94767 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use base::OneShotTimer on plugin main thread.sergeyu@chromium.org2011-07-295-34/+58
| | | | | | | | | BUG=90785 TEST=plugin doesn't crash Review URL: http://codereview.chromium.org/7538002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94766 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Close the current experiment for new users.rvargas@google.com2011-07-291-28/+6
| | | | | | | | | | | | Intended for the Beta branch. (this is a reland of 88690) BUG=91040 TEST=none TBR=gavinp@chromium.org Review URL: http://codereview.chromium.org/7518006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94764 0039d316-1c4b-4281-b951-d872f2087c98
* sync: if we've reached the end of the setup wizard, always set setup bit.tim@chromium.org2011-07-292-1/+5
| | | | | | | | | | | | This helps the chrome os ASP-enabled signin case, since we "end" on the GAIA_SUCCESS state. BUG=90767 TEST=SyncSetupWizardTest.CrosAuthSetup Review URL: http://codereview.chromium.org/7539003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94763 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] When the Lion gesture preferences are unset, return the intrinsic ↵rsesek@chromium.org2011-07-291-5/+20
| | | | | | | | | | | | default of YES. BUG=90869 TEST=Open ~/Library/Preferences/.GlobalPreferences.plist and delete AppleEnableSwipeNavigateWithScrolls. Use two finger swiping to go back/forward and it works. Toggle the preferences and it obeys that. TEST=Open that file and delete com.apple.swipescrolldirection. Natural scrolling is on by default. Review URL: http://codereview.chromium.org/7537003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94762 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable TaskManagerBrowserTest.ReloadExtensionasargent@chromium.org2011-07-291-3/+1
| | | | | | | | | | | | | | | | In the past this test had been crashy, and I was able to reproduce the crash occasionally in vmware and on the try bots. I'm no longer able to repro, so I'm speculatively re-enabling it to see if the underlying cause is actually fixed. BUG=42315 TEST=none TBR=mpcomplete@chromium.org Review URL: http://codereview.chromium.org/7537006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94761 0039d316-1c4b-4281-b951-d872f2087c98
* Disable some failing and flaky pyauto tests.kkania@chromium.org2011-07-292-0/+16
| | | | | | | | | BUG=91033,85307,91030,89768 TEST=none Review URL: http://codereview.chromium.org/7538005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94759 0039d316-1c4b-4281-b951-d872f2087c98
* Have Panel get the browser object from the native panel.jennb@chromium.org2011-07-2910-21/+39
| | | | | | | | | BUG=None TEST=Panel*Test.* Review URL: http://codereview.chromium.org/7493065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94758 0039d316-1c4b-4281-b951-d872f2087c98
* Added support and unit tests for NOTIFICATION_EXTENSION_PERMISSIONS_UPDATED inrickcam@chromium.org2011-07-293-55/+219
| | | | | | | | | | | | BackgroundApplicationListModel BUG=90772 TEST=unit_tests Review URL: http://codereview.chromium.org/7493074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94757 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Simplify is_permanent_node() implementation.tfarina@chromium.org2011-07-293-29/+21
| | | | | | | | | | | BUG=None TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7530024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94756 0039d316-1c4b-4281-b951-d872f2087c98
* Updating OWNERS file.rickcam@chromium.org2011-07-291-7/+2
| | | | | | | | | | | | | | Sorry for any confusion. Prior to this CL, I had 3 local owners, plus I (incorrectly) copied down all of the parent owners. Then I added most of the people who ever touched the directory. This CL will keeps OWNERS relatively small. I am not including the "set noparent" directive, so we effecitvely inherit parent-directory OWNERS here. BUG=none TEST=none Review URL: http://codereview.chromium.org/7522028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94754 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes regression in RecentlyUsedFoldersComboModel that resulted insky@chromium.org2011-07-293-6/+67
| | | | | | | | | | | | duplicate folders. BUG=90880 TEST=covered by unit test R=yfriedman@chromium.org Review URL: http://codereview.chromium.org/7533024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94753 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes crash in menu code. MenuItemView doesn't handle trying to show asky@chromium.org2011-07-291-0/+5
| | | | | | | | | | | | menu while it's already showing. BUG=90862 TEST=none R=rhashimoto@chromium.org Review URL: http://codereview.chromium.org/7529026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94752 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable use of TLS False Start on stream channels.wez@chromium.org2011-07-291-5/+0
| | | | | | | | | | | Requires r94105 to work. BUG= TEST=remoting_unittests Review URL: http://codereview.chromium.org/7493071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94751 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable HttpBridgeTest under Dr. Memoryphajdan.jr@chromium.org2011-07-291-4/+0
| | | | | | | | | | | I have no access to test this, but the bug should be fixed (or the bug that is causing _those_ failures is different). BUG=90585 Review URL: http://codereview.chromium.org/7530033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94750 0039d316-1c4b-4281-b951-d872f2087c98
* Move more files from chrome/test to chrome/test/base, part #2phajdan.jr@chromium.org2011-07-2942-69/+68
| | | | | | | BUG=90905 Review URL: http://codereview.chromium.org/7474025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94749 0039d316-1c4b-4281-b951-d872f2087c98
* Rename more IDs on about:net-internals to use hyphens and prefix with view name.eroman@chromium.org2011-07-298-64/+72
| | | | | | | BUG=90857 Review URL: http://codereview.chromium.org/7453026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94748 0039d316-1c4b-4281-b951-d872f2087c98
* CrOS - Fix problem with sad tab page resource loadingjamescook@chromium.org2011-07-292-49/+49
| | | | | | | | | | | If you had a renderer crash and displayed the Aw Snap page, every subsequent sad tab would show Aw Snap, even if it was an out-of-memory that should have showed He's dead, Jim. Also cleaned up some UTF16 vs. wide string conversions. Added UMA stats to track how often users see these messages. BUG=chromium-os:18354 TEST=manual, navigate to about:crash then about:kill and back, verify correct page is shown each time. Review URL: http://codereview.chromium.org/7533007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94747 0039d316-1c4b-4281-b951-d872f2087c98
* Fix checkperms script to ignore executable on tools/ld_bfd/ldasargent@chromium.org2011-07-291-0/+1
| | | | | | | | | | | | | This is to fix check perms failure from r94735 BUG=none TEST=none TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7488059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94745 0039d316-1c4b-4281-b951-d872f2087c98
* Move SwizzleCoreAudioLayout5_1() closer to where it's called.scherkus@chromium.org2011-07-292-19/+17
| | | | | | Review URL: http://codereview.chromium.org/7533020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94744 0039d316-1c4b-4281-b951-d872f2087c98
* Allow the renderer process to map textures from one context into another.apatrick@chromium.org2011-07-2917-81/+273
| | | | | | | | | | | | | | | This is on an individual resource basis rather than general share groups in order to hide be able to hide the full namespace from untrusted plugins. Accelerated 2D canvas now no longer needs to copy its backing store on every page composite and the redundant backing texture is not needed, saving video memory. Unit tests for the GPU service to follow. Patch to delete copyTextureToParentTexture extensions from gpu/ to follow. BUG=90714 Review URL: http://codereview.chromium.org/7529015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94743 0039d316-1c4b-4281-b951-d872f2087c98
* Method changed out from under me.sky@chromium.org2011-07-291-1/+1
| | | | | | | | | TBR=derat@chromium.org R=derat@chromium.org Review URL: http://codereview.chromium.org/7537001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94742 0039d316-1c4b-4281-b951-d872f2087c98