summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change Read() size and return value to a size_t for claritycdn@chromium.org2011-10-207-15/+12
| | | | | | | | | | | BUG=100641 TEST=N/A Review URL: http://codereview.chromium.org/8352019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106533 0039d316-1c4b-4281-b951-d872f2087c98
* Add network import settings to network options.achuith@chromium.org2011-10-207-1/+57
| | | | | | | | BUG=chromium-os:19398,chromium-os:21361 TEST=Go to chrome://settings, select Internet, choose a file to import network settings. Review URL: http://codereview.chromium.org/8243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106531 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA reports for Linux nacl_helper startup statusmcgrathr@chromium.org2011-10-205-28/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | This extends the Linux Zygote Fork request protocol so the Zygote process can return a UMA histogram enumeration report to be made, along with the PID. In the Zygote process, the ZygoteForkDelegate decides what to report. It gets to choose an initial report to make, which happens on the first fork request that doesn't have its own report to make (as a generic fork for a renderer won't). It also gets to choose a report to make with each individual fork request. We then use this in the NaClForkDelegate to report status about the attempt to start up the nacl_helper process. We both make an initial report, so we can collect this information from every Chrome instance, and make a report repeating the same information on each NaCl process fork request, so that we can correlate the nacl_helper startup success/failure rates with sessions that actually make use of NaCl. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2361 TEST= looked at about:histograms/NaCl R=agl@chromium.org,bradchen@google.com,ncbray@google.com Review URL: http://codereview.chromium.org/8342017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106529 0039d316-1c4b-4281-b951-d872f2087c98
* Apply some improvements suggested by wtc.palmer@chromium.org2011-10-201-2/+4
| | | | | | | BUG=99185 Review URL: http://codereview.chromium.org/8344060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106528 0039d316-1c4b-4281-b951-d872f2087c98
* Move the definition of disable_nacl% inside a conditional jasonwkim@google.com2011-10-202-6/+9
| | | | | | | | | | | | | | | | | and remove the explicit commingling of target_arch=arm and disable_nacl in other parts. The net effect is that NaCl is still disabled on ARM but is more easily enabled. R=bradnelson@google.com BUG=http://code.google.com/p/chromium/issues/detail?id=61695 BUG=http://code.google.com/p/chromium/issues/detail?id=38909 BUG=http://code.google.com/p/nativeclient/issues/detail?id=135 Review URL: http://codereview.chromium.org/8352025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106527 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-201-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106525 0039d316-1c4b-4281-b951-d872f2087c98
* Roll skia to r2506.bsalomon@google.com2011-10-207-19/+134
| | | | | | Review URL: http://codereview.chromium.org/8360002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106524 0039d316-1c4b-4281-b951-d872f2087c98
* views: Change Menu API to string16.tfarina@chromium.org2011-10-208-89/+92
| | | | | | | | | BUG=68267 R=sky@chromium.org Review URL: http://codereview.chromium.org/8354038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106522 0039d316-1c4b-4281-b951-d872f2087c98
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-2044-735/+5
| | | | | | | | | BUG=96318 TEST= Review URL: http://codereview.chromium.org/8275012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106521 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DownloadCancelled test to be more precise about verifying requests cleared.rdsmith@chromium.org2011-10-203-21/+39
| | | | | | Review URL: http://codereview.chromium.org/8222005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106520 0039d316-1c4b-4281-b951-d872f2087c98
* Implement motion coalescing for XI2davemoore@chromium.org2011-10-201-0/+79
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8363001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106519 0039d316-1c4b-4281-b951-d872f2087c98
* Add buttons for connect and disconnect or bluetooth devices. Test for ↵kevers@chromium.org2011-10-204-12/+62
| | | | | | | | | | | | duplicate devices. BUG=Partial fix for chromium:100392. TEST=Launch ChromeOS with the flag enable-bluetooth. Navigate to the System settings page. Click on "Find devices". Each device has a "Connect" button visible on mouse over. Review URL: http://codereview.chromium.org/8342045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106518 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 106513 - The first step to add device selection to linux.garykac@chromium.org2011-10-206-168/+62
| | | | | | | | | | | | | | This patch will loop through the soundcard and return a list of available devices when the AudioInputDeviceManager does the device enumeration. Previously, only default device will be returned. Reverted because this CL caused the Linux/Windows (shared) builds to fail. Review URL: http://codereview.chromium.org/8162015 TBR=xians@chromium.org Review URL: http://codereview.chromium.org/8362004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106517 0039d316-1c4b-4281-b951-d872f2087c98
* Disk cache: Fix the sanity check for entries with keys of 16KB.rvargas@google.com2011-10-202-2/+10
| | | | | | | | BUG=100800 TEST=net_unittests Review URL: http://codereview.chromium.org/8347014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106515 0039d316-1c4b-4281-b951-d872f2087c98
* The first step to add device selection to linux.xians@chromium.org2011-10-206-62/+168
| | | | | | | | | This patch will loop through the soundcard and return a list of available devices when the AudioInputDeviceManager does the device enumeration. Previously, only default device will be returned. Review URL: http://codereview.chromium.org/8162015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106513 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing the "lock is not held" assertions in PrefProvider.marja@chromium.org2011-10-202-48/+44
| | | | | | | | | | | | | It is ok if another thread holds the lock; what we want to assert is that this thread doesn't hold it. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/8342071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106512 0039d316-1c4b-4281-b951-d872f2087c98
* Compile fix for touchui=1 and use_webkit_compositor=1.backer@chromium.org2011-10-201-2/+2
| | | | | | | | | | | Found a missing refactor when testing http://codereview.chromium.org/8222028/ BUG=none TEST=build with http://codereview.chromium.org/8222028/ and GYP_DEFINES="touchui=1 use_webkit_compositor=1" Review URL: http://codereview.chromium.org/8363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106510 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the asan fix.joaodasilva@chromium.org2011-10-2012-18/+34
| | | | | | | | | | | | | | ChromeRenderViewHostObserver needs the value of render_view_host when cleaning up, but the user-after-free fix made render_view_host() always NULL in the dtor. The previous fix was http://codereview.chromium.org/8354034/ TBR=jam@chromium.org TEST=asan bots are happy Review URL: http://codereview.chromium.org/8352049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106509 0039d316-1c4b-4281-b951-d872f2087c98
* LayoutManager controls child bounds. Added SetChildBounds and several ↵oshima@google.com2011-10-2015-20/+337
| | | | | | | | | | | | | | | | | | listener methods to LayoutManager class. They will be used to implement more sophisticated behavior. Implemented DefaultContainerLayoutManager. Added test_support_aura component so that it can be shared between aura and aura_shell. Fixed component build for aura_shell_unittests BUG=none TEST=default_container_layout_manager_unittests. Review URL: http://codereview.chromium.org/8296002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106508 0039d316-1c4b-4281-b951-d872f2087c98
* Upstream: Test scripts for Android (phase 1)michaelbai@google.com2011-10-204-0/+1105
| | | | | | | | | | | These are the utilities BUG= TEST= Review URL: http://codereview.chromium.org/8356013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106507 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable pyauto notification tests on the official bots now that a new chromekkania@chromium.org2011-10-201-5/+0
| | | | | | | | | | | build is available. BUG=100790 TEST=none TBR=jasneet Review URL: http://codereview.chromium.org/8363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106506 0039d316-1c4b-4281-b951-d872f2087c98
* Update chrome://workers when workers are created/destroyedyurys@chromium.org2011-10-203-41/+147
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/8359001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106505 0039d316-1c4b-4281-b951-d872f2087c98
* Turns on RWHVA.ben@chromium.org2011-10-206-26/+21
| | | | | | | | | | | 1. Makes sure to schedule a compositor draw when accelerated buffers are swapped on linux, otherwise we don't redraw the content area until the next time a draw is scheduled otherwise 2. Updates the logic in the NativeViewHost/NativeTabContentsContainer/View etc code to better deal with switching tabs. http://crbug.com/99757 TEST=none Review URL: http://codereview.chromium.org/8353021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106504 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes permissions of files.sky@chromium.org2011-10-202-0/+0
| | | | | | | | | | | TBR=ben@chromium.org R=ben@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/8364002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106503 0039d316-1c4b-4281-b951-d872f2087c98
* Remove use of GetDefaultProfile from chrome_browser_main.mirandac@chromium.org2011-10-201-12/+7
| | | | | | | | | | | Because GetLastUsedProfile falls back to the Default (that is, initial) profile directory if there is no last used entry in the prefs, we don't need two cases here. BUG=83792 TEST=Browser starts up with the correct profile. Review URL: http://codereview.chromium.org/8355016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106502 0039d316-1c4b-4281-b951-d872f2087c98
* Adds simple animation to the launcher when items are added/removed.sky@chromium.org2011-10-207-52/+315
| | | | | | | | | | BUG=98345 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8355026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106500 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106497 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/icu to r106495 to pick up:mark@chromium.org2011-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r106495 | mark@chromium.org | 2011-10-20 10:45:40 -0400 (Thu, 20 Oct 2011) | 9 lines Use the OpenBSD header for ICU on OpenBSD add ICU header for OpenBSD Patch by Robert Nagy <robert.nagy@gmail.com> BUG= TEST= Review URL: http://codereview.chromium.org/8230006 ------------------------------------------------------------------------ BUG=none TEST=none Review URL: http://codereview.chromium.org/8342072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106496 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-201-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106488 0039d316-1c4b-4281-b951-d872f2087c98
* roll skia to 2497reed@google.com2011-10-201-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8352016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106487 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2011-10-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106481 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 97838:97950yuzo@chromium.org2011-10-201-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=jchaffraix Review URL: http://codereview.chromium.org/8352038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106480 0039d316-1c4b-4281-b951-d872f2087c98
* Fix write-after-free introduced in 106463.joaodasilva@chromium.org2011-10-202-3/+3
| | | | | | | | | | | | This is related to http://codereview.chromium.org/8355015/ TBR=jam@chromium.org BUG=None TEST=Asan tests pass Review URL: http://codereview.chromium.org/8354034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106479 0039d316-1c4b-4281-b951-d872f2087c98
* Use speech synthesizer method name constants defined in cros_system_apihashimoto@chromium.org2011-10-201-6/+4
| | | | | | | | | | BUG=chromium-os:21824 TEST=compiles, spoken feedback works as before Review URL: http://codereview.chromium.org/8352036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106478 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 914.0 to 915.0chrome-release@google.com2011-10-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106474 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more leaks from ProfileImpl::OnPrefsLoaded (issue 88640)glider@chromium.org2011-10-201-1/+10
| | | | | | | | TBR=timurrrr BUG=88640 Review URL: http://codereview.chromium.org/8355037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106471 0039d316-1c4b-4281-b951-d872f2087c98
* Update cros.DEPS to use the latest version of libcros and cros_system_apihashimoto@chromium.org2011-10-201-2/+2
| | | | | | | | | | BUG=chromium-os:21824 TEST=compiles Review URL: http://codereview.chromium.org/8354031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106468 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 106446 - Temporarily whitelist jsoncpp in check_licenses, introduced ↵phajdan.jr@chromium.org2011-10-201-3/+0
| | | | | | | | | | | | | | | in http://crrev.com/106424 BUG=100986 TEST=none TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/8353029 TBR=rsleevi@chromium.org Review URL: http://codereview.chromium.org/8354033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106467 0039d316-1c4b-4281-b951-d872f2087c98
* Updated version to 1.3jamiewalch@chromium.org2011-10-201-1/+1
| | | | | | | | | | BUG=100954 TEST=Manual Review URL: http://codereview.chromium.org/8357027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106466 0039d316-1c4b-4281-b951-d872f2087c98
* Add accessibility icon resourcehashimoto@chromium.org2011-10-202-1/+2
| | | | | | | | | | | Icon binary is taken from http://crosbug.com/18937 BUG=chromium-os:21839 TEST=compiles Review URL: http://codereview.chromium.org/8356036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106464 0039d316-1c4b-4281-b951-d872f2087c98
* Track all RenderViewHost instances running in extensionaa@chromium.org2011-10-207-49/+85
| | | | | | | | | | | | processes in ExtensionProcessManager. Use this to replace code that was incorrectly iterating all process listeners and downcasting to RenderWidgetHost. Review URL: http://codereview.chromium.org/8355015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106463 0039d316-1c4b-4281-b951-d872f2087c98
* Replace caps_lock_icon.png with the correct one.yusukes@google.com2011-10-201-0/+0
| | | | | | | | | | | Currently the image is an empty file. BUG=chromium-os:11690 TEST=None Review URL: http://codereview.chromium.org/8357033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106462 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leaking CERTCertificate in NSS X509Certificate::CreateSelfSigned.mattm@chromium.org2011-10-203-40/+4
| | | | | | | | | | BUG=100761,88782 TEST=valgrind bots Review URL: http://codereview.chromium.org/8342064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106461 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused test datahashimoto@chromium.org2011-10-203-48/+0
| | | | | | | | | | | | Remove chrome/test/data/extensions/api_test/tts/chromeos/* previously used by ExtensionApiTest.TtsChromeOs BUG=None TEST=browser_tests builds Review URL: http://codereview.chromium.org/8346029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106460 0039d316-1c4b-4281-b951-d872f2087c98
* Followup after issue 8077006: Return error if URL list is empty after pruning.ncj674@motorola.com2011-10-203-0/+11
| | | | | | | | | BUG=None. TEST=Manual. Review URL: http://codereview.chromium.org/8330020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106459 0039d316-1c4b-4281-b951-d872f2087c98
* Pass URL and type into ProcessFullscreen correctly on Linux.koz@chromium.org2011-10-202-2/+26
| | | | | | Review URL: http://codereview.chromium.org/8337010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106458 0039d316-1c4b-4281-b951-d872f2087c98
* Added some comments and a warning message to pyauto perf tests in perf.py.dennisjeffrey@chromium.org2011-10-201-9/+23
| | | | | | | | | | | | | | | Since performance key values (descriptions) are truncated to 30 characters before they are stored into the autotest database, a warning message is now printed in perf.py in the event that a perf description > length 30 is outputted. BUG=None TEST=None Review URL: http://codereview.chromium.org/8342055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106457 0039d316-1c4b-4281-b951-d872f2087c98
* Move ResourceDispatcherHostDelegate and DownloadManagerDelegate to /public/.joi@chromium.org2011-10-2019-36/+44
| | | | | | | | | | | | | | To avoid proliferation of folders, drop the /download/ and /render_host/ bits of those files' original paths when moving to /public/. BUG=98716 TEST=it builds Review URL: http://codereview.chromium.org/8352023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106456 0039d316-1c4b-4281-b951-d872f2087c98
* Add a couple of things to the whitelist as requested. Refactor.joi@chromium.org2011-10-201-5/+12
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/8355017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106455 0039d316-1c4b-4281-b951-d872f2087c98
* Use base::Bind() instead of NewRunnableFunction() in chromeossatorux@chromium.org2011-10-203-10/+12
| | | | | | | | | BUG=none TEST=try bots Review URL: http://codereview.chromium.org/8352008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106454 0039d316-1c4b-4281-b951-d872f2087c98