- 09 Jan, 2014 11 commits
-
-
noms@chromium.org authored
BUG=331805 TEST=No visible change. Existing unit tests. Review URL: https://codereview.chromium.org/128513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243712 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Implementation CHECKs, so this is only needed for tests and ash, which we're not worrying about yet. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/128743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243711 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=NONE TBR=asvitkine@chromium.org TEST=With the --new-profile-management flag, start Chrome. Select "Browse as guest" from the avatar menu. From the guest browser, select "View all people" from the avatar menu. This shouldn't crash and should show the User Manager. Review URL: https://codereview.chromium.org/129103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243710 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=330843 Review URL: https://codereview.chromium.org/128453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243709 0039d316-1c4b-4281-b951-d872f2087c98
-
raymes@google.com authored
Add the vulcanize node script to tools which will be used to combine polymer elements during the chrome build process. Polymer is used (for example) with the PDF extension. R=cmp@chromium.org Review URL: https://codereview.chromium.org/125733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243708 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously Desktop Capture API allowed requests only from non-incognitor tabs. The API might be useful in incognito tabs in some scenarios. R=joi@chromium.org Review URL: https://codereview.chromium.org/126433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243706 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
Streamlined Hosted App windows were having their location bar truncated when maximized. This was due to using the popup-style location bar to get the omnibox to be read-only. This CL changes streamlined hosted apps to use the normal location bar and sets the omnibox to be read only at a deeper level. BUG=318607 Review URL: https://codereview.chromium.org/110413007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243705 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
These methods should always return valid parameters, even if a device doesn't exist. Output code will automatically fall back to a fake path at a later time if those parameters are used to open a stream. Input code will fail because no input devices can be enumerated. BUG=331675 TEST=no more crashes. Review URL: https://codereview.chromium.org/127363002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243704 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
This CL had the unintended side effect that Simulate Browser Restart no longer works. Also, experimentation suggests that the original bug it was intended to fix works without this change now. > Make clicking the restart bubble for crashed apps work. > > Previously AppLoadService listened for > NOTIFICATION_EXTENSION_HOST_DID_STOP_LOADING before dispatching the > onRestarted() event after a reload, but in the case of packaged apps, which use > non-persistent background pages, that notification will never get fired. This > is because reloading an app doesn't cause its background page to get loaded - > only a relevant event causes the page to be woken up. > > This patch fixes the issue by listening for NOTIFICATION_EXTENSION_LOADED > instead, which is always fired after a reload. It also determines whether an > extension is listening to an event by checking which events it has registered > for, not which ones it currently has a listener for, > NOTIFICATION_EXTENSION_LOADED is the notification that listeners get created > on, and so to avoid raciness we check registered events (ie: the persisted > list of events that an extension is interested in). > > BUG=327964 > > Review URL: https://codereview.chromium.org/93593003 TBR=koz@chromium.org Review URL: https://codereview.chromium.org/127843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243703 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=332297 Review URL: https://codereview.chromium.org/127743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243702 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
WebMediaPlayerImpl needs to access the Decryptor object when a MediaKeys object is associated with a MediaElement (HTMLMediaElement.setMediaKeys()). These are the changes required on the Chromium side to WebMediaPlayerImpl to get a pointer to the Decryptor. Use of the Decryptor will come later. BUG=329582 TEST=new layout test in the Blink side CL Review URL: https://codereview.chromium.org/105143010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243701 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Jan, 2014 29 commits
-
-
enne@chromium.org authored
This adds a version of GrabWindowSnapshotAsync that behaves identically to GrabWindowSnapshot except with a callback. The snapshot aura unit tests are updated to use this new async function instead of the sync one. In order to make the snapshot tests work properly, they also now have to use a real gl context so that real drawing and readback can occur through the compositor. BUG=331410, 332167 Review URL: https://codereview.chromium.org/119753007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243700 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=297856 Review URL: https://codereview.chromium.org/24460002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243699 0039d316-1c4b-4281-b951-d872f2087c98
-
pmeenan@chromium.org authored
We already disable the artificial delaying of resources when connected to a SPDY-capable host, this extends that to also include pages that are served through a SPDY proxy. As-implemented, as soon as any request for a given client completes and was served using SPDY over a proxy connection, that client will be treated as a SPDY-capable client. Some resources will still be delayed until the base page (or another request) completes but it is much better than it was before. BUG=324789 Review URL: https://codereview.chromium.org/99533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243698 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/129533004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243696 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
- Change to use mojo::utility::RunLoop - Move timer from gles2_client_impl to gles2_impl with added api. BUG=None TEST=None R=darin Review URL: https://codereview.chromium.org/128813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243695 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Otherwise, layout tests that don't damage the entire view access uninitialized memory. BUG=332271 R=reed@google.com,thestig@chromium.org Review URL: https://codereview.chromium.org/128443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243694 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=332169 R=zea@chromium.org Review URL: https://codereview.chromium.org/128193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243693 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Review URL: https://codereview.chromium.org/99113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243692 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
We access oobe here as it is going away: https://code.google.com/p/chromium/codesearch#chromium/src/tools/telemetry/telemetry/core/backends/chrome/cros_browser_backend.py&q=oobe&l=343 BUG=chromium:332545 TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/129343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243690 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
Change to use RunExtensionTest which is far less flaky than using RunExtensionSubtest BUG=177163 TEST=these are tests Review URL: https://codereview.chromium.org/129113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243689 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
Ozone is actually creating the VSyncProvider. The caller will also take ownership of the VSyncProvider. Updating the method definition to better reflect the intent. BUG= Review URL: https://codereview.chromium.org/102563005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243688 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/109783003/noamsml@chromium.org authored
Reason for revert: ChromeOS bot failures, example http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/19049 Failing lines: /tmp/cbuildbotBRIADJ/test_harness/all/SimpleTestVerify/1_autotest_tests/results-16-login_CryptohomeTelemetry [ FAILED ] /tmp/cbuildbotBRIADJ/test_harness/all/SimpleTestVerify/1_autotest_tests/results-16-login_CryptohomeTelemetry FAIL: TabCrashException('Received a socket error in the browser connection and the tab no longer exists, assuming it crashed. Error=timed out',) /tmp/cbuildbotBRIADJ/test_harness/all/SimpleTestVerify/1_autotest_tests/results-16-login_CryptohomeTelemetry/login_CryptohomeTelemetry [ FAILED ] /tmp/cbuildbotBRIADJ/test_harness/all/SimpleTestVerify/1_autotest_tests/results-16-login_CryptohomeTelemetry/login_CryptohomeTelemetry FAIL: TabCrashException('Received a socket error in the browser connection and the tab no longer exists, assuming it crashed. Error=timed out',) TBR=joi@chromium.org,rogerta@chromium.org,tfarina@chromium.org,thakis@chromium.org,blundell@chromium.org NOTREECHECKS=true NOTRY=true BUG=332107 Review URL: https://codereview.chromium.org/129253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243687 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
Seems the DTMF test didn't work well after all, when running with Opus. The AEC tests were broken because they didn't force iSAC. BUG=181069,332016 Review URL: https://codereview.chromium.org/128353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243685 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=168996 TEST=Go to google.com, click on the lock icon, click on "Show cookies", and remove site data from the Allowed pane. Review URL: https://codereview.chromium.org/128343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243684 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/126033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243683 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=297480 R=aa@chromium.org,bauerb@chromium.org Review URL: https://codereview.chromium.org/116163008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243682 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Adds arm version and some android configuration build flags. This adds most of the logic from common.gypi to the Android GN build. This is currently missing the crtbegin/end stuff and won't actually make real Android builds. The logic in this patch is just the initial conversion that will require testing and several more passes of fixes. R=torne@chromium.org, torne Review URL: https://codereview.chromium.org/121173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243681 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
ManagedUserSharedSettingsService syncs settings that can be modified/accessed both by a supervised user and their manager (for example, the avatar). BUG=316168 Review URL: https://codereview.chromium.org/123293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243680 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This prevents build breakages on internal buildbots. The actual tests in the file are still disabled, because they depend on the PDF viewer. BUG=none Review URL: https://codereview.chromium.org/120303004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243679 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
Follow up test for https://codereview.chromium.org/101413011 BUG=329498 TEST=unit_tests Review URL: https://codereview.chromium.org/115073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243678 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=331343 TEST=Manual, see bug Review URL: https://codereview.chromium.org/99553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243677 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 R=thakis@chromium.org Review URL: https://codereview.chromium.org/126453004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243676 0039d316-1c4b-4281-b951-d872f2087c98
-
jgraettinger@chromium.org authored
BUG=325910 TEST=Confirmed NetUtilTest.GetNetworkList now passes in presence of OpenVPN tunnel. Review URL: https://codereview.chromium.org/105653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243675 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
In r239536 and r239680, I disabled all parallelization of unit test jobs on linux_aura, because using the clipboard used a desktop wide piece of X11 state, and running the tests in parallel meant that tests which were using the clipboard would steal the clipboard from other tests The "actual" "problem" seems to have been "fixed." These tests appear to be flakily failing in the same way in the GTK port, but are retried. On lniux_aura, the test harness wasn't rerunning the tests and was just marking them as failed. Now it's rerunning them, and they pass since flaky tests are rerun one at a time. This should still be a net win speed wise, since things fail flakily about one in four times, and even that one flaky run still runs twice as fast as the current runs. BUG=239536 R=kbr@chromium.org, phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/125183005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243674 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Most of the contents in AutofillSuggestionContainer should ignore mouse clicks and instead let the SectionContainer handle it - the only exception being the |inputField_| in the SuggestionContainer. This will allow the suggestion menu to pop up even when the user clicks e.g. on explanatory text. Modified hitTest: to ignore all subviews except |inputField_| and descendants. BUG=331130 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/124383010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243673 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
This CL drops DecryptConfig::data_offset_ and moves the offset parsing code into WebM demuxers. This allows us to remove offset passing/calculation code in several layers of the media pipeline. Background: We used to have HMAC check in encrypted WebM RFC, which requires us to keep the IV together with the encrypted frame, hence the offset. Now the HMAC check is dropped from the RFC so offset is not necessary anymore. BUG=298569 Review URL: https://codereview.chromium.org/119203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243672 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/129193002/noamsml@chromium.org authored
Reason for revert: Did not fix chromeos failures TBR=bartfab@chromium.org,benwells@chromium.org,derat@chromium.org NOTREECHECKS=true NOTRY=true BUG=329930 Review URL: https://codereview.chromium.org/129303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243671 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=msw@chromium.org Review URL: https://codereview.chromium.org/116943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243670 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/128713005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243669 0039d316-1c4b-4281-b951-d872f2087c98
-