| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8360002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8222005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106520 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106497 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
------------------------------------------------------------------------
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106488 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8352016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106487 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106481 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106474 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/8337010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106458 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|