- 15 May, 2015 40 commits
-
-
robertphillips authored
These should've been rebaselined by https://codereview.chromium.org/1136913003/ (Rebaseline images fixed by Skia roll) and can now be removed. BUG=487587 Review URL: https://codereview.chromium.org/1130783005 Cr-Commit-Position: refs/heads/master@{#330109}
-
jam authored
Disable flaky RenderFrameHostImplBrowserTest.IsFocused_AtLoad and RenderFrameHostImplBrowserTest.IsFocused_Widget See http://chromium-try-flakes.appspot.com/search?q=RenderFrameHostImplBrowserTest.IsFocused_AtLoad http://chromium-try-flakes.appspot.com/search?q=RenderFrameHostImplBrowserTest.IsFocused_Widget http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/59522/steps/content_browsertests%20%28with%20patch%29/logs/stdio BUG=452631 TBR=mlamouri@chromium.org Review URL: https://codereview.chromium.org/1146533004 Cr-Commit-Position: refs/heads/master@{#330108}
-
halliwell authored
Ensure that aura::Env is destroyed after CastBrowserProcess's members. During shutdown, CastBrowserProcess destructor can end up calling aura::Window::~Window (via application destruction and RenderWidgetHostImpl::Destroy), which needs access to the aura::Env instance. BUG= internal b/21156227 Review URL: https://codereview.chromium.org/1139823005 Cr-Commit-Position: refs/heads/master@{#330107}
-
tbarzic authored
BUG=477106 Review URL: https://codereview.chromium.org/1129083006 Cr-Commit-Position: refs/heads/master@{#330106}
-
yfriedman authored
Defines a list 'net_test_extra_libs' that is included in net_java_test_support. org.apache.http is deprecated and being removed. This enables temporary inclusion of a replacement jar until the dependency is removed. BUG=488192 Review URL: https://codereview.chromium.org/1138013007 Cr-Commit-Position: refs/heads/master@{#330105}
-
vmiura authored
GrContext::Create may return NULL if the base GL context was lost. - Check for the NULL case in GlRenderer. - For the GPU rasterizer, don't allow GPU rasterization to be initialized with a NULL GrContext. BUG=464892 Review URL: https://codereview.chromium.org/1135743004 Cr-Commit-Position: refs/heads/master@{#330104}
-
yfriedman authored
Remaps status codes to ones from HttpURLConnection. Changes ConnectTimoutException to SocketTimeoutException. BUG=468861 Review URL: https://codereview.chromium.org/1141943003 Cr-Commit-Position: refs/heads/master@{#330103}
-
jam authored
Revert of Re-enable local video test with better logging and higher tolerance. (patchset #4 id:60001 of https://codereview.chromium.org/1108803002/) Reason for revert: still flaky, see http://chromium-try-flakes.appspot.com/search?q=WebRtcBrowserTest.CanSetupVideoCallAndDisableLocalVideo and http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/59522 Original issue's description: > Re-enable local video test with better logging and higher tolerance. > > The test appears to get stuck on waiting for black frames. This patch > adds some logging so we perhaps can learn more where in the image we > find the nonblack pixels. Also trying to increase tolerance for > rounding errors somewhat to see if that helps. > > BUG=477498 > > Committed: https://crrev.com/839a0eb5f8aeff1de8263eff28e55cb8b5fe7396 > Cr-Commit-Position: refs/heads/master@{#329616} TBR=kjellander@chromium.org,tommi@chromium.org,phoglund@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=477498 Review URL: https://codereview.chromium.org/1142643004 Cr-Commit-Position: refs/heads/master@{#330102}
-
engedy authored
Add support for trimming no longer needed data from the AffiliationDatabase's cache SQL database; and for wiping the database if affiliated matches are disabled. BUG=479507 Review URL: https://codereview.chromium.org/1072413003 Cr-Commit-Position: refs/heads/master@{#330101}
-
jonross authored
This change is intended to M-43. Currently screen rotation animations expose a bug, causing the login screen to not be useable. Disable rotation animations while a user is not logged in. This will be later reverted on M-44 where a fix to the underlying issue will be landed. TEST=manual testing on device BUG=chrome-os-partner:40118 Review URL: https://codereview.chromium.org/1139793003 Cr-Commit-Position: refs/heads/master@{#330100}
-
bruthig authored
TEST=TaskSwitchMetricsRecorderTest.VerifyTaskSwitchesForWindowCycleControllerAreRecorded BUG=478946 Review URL: https://codereview.chromium.org/1126333005 Cr-Commit-Position: refs/heads/master@{#330099}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/4a0f1d2..2e3aab2 TBR=timvolodine@chromium.org,kbr@chromium.org Review URL: https://codereview.chromium.org/1137433006 Cr-Commit-Position: refs/heads/master@{#330098}
-
skyostil authored
Did 50 runs locally to confirm that this is working. BUG=455796 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect NOTRY=true Review URL: https://codereview.chromium.org/1129203004 Cr-Commit-Position: refs/heads/master@{#330097}
-
rogerta authored
Since refresh tokens are now tagged with device id, this will invalidate the new refresh token as well. BUG=398971 Review URL: https://codereview.chromium.org/1129903006 Cr-Commit-Position: refs/heads/master@{#330096}
-
anthonyvd authored
BUG=466799 Review URL: https://codereview.chromium.org/1130853003 Cr-Commit-Position: refs/heads/master@{#330095}
-
iclelland authored
This correctly assigns ownership of the callbacks_ object to the closure created by base::Bind when posting the success/error handling task to the correct thread. BUG=488452 Review URL: https://codereview.chromium.org/1139643008 Cr-Commit-Position: refs/heads/master@{#330094}
-
dzhioev authored
BUG=487972 Review URL: https://codereview.chromium.org/1137843005 Cr-Commit-Position: refs/heads/master@{#330093}
-
deepak.m1 authored
BUG=487618 Review URL: https://codereview.chromium.org/1140023002 Cr-Commit-Position: refs/heads/master@{#330092}
-
dzhioev authored
BUG=488345 NOTRY=true Review URL: https://codereview.chromium.org/1134233004 Cr-Commit-Position: refs/heads/master@{#330091}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/85f7e6e..4a0f1d2 TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/1140233002 Cr-Commit-Position: refs/heads/master@{#330090}
-
kkimlabs authored
Summary of changes available at: https://chromium.googlesource.com/android_tools/+log/0c03d3bfef..3445d55bd6 BUG=487391 Review URL: https://codereview.chromium.org/1142583002 Cr-Commit-Position: refs/heads/master@{#330089}
-
iclelland authored
There was a missing break in the switch for handling the error state in BackgroundSyncProvider::GetRegistrationsCallback. BUG=488451 Review URL: https://codereview.chromium.org/1130313003 Cr-Commit-Position: refs/heads/master@{#330088}
-
boliu authored
This is to solve the general perf problem of per-webview ActivityWindowAndroid when there are a lot of webviews in an activity. It is kept in a WeakHashMap, and ActivityWindowAndroid only weakly holds the Activity, to ensure Activity can still be gc-ed. ActivityWindowAndroid.destroy is called by CleanupReference. Also make WindowAndroid global and leaking. This is ok since it only uses the Application. BUG=487487 Review URL: https://codereview.chromium.org/1138113004 Cr-Commit-Position: refs/heads/master@{#330087}
-
simonhatch authored
Revert of Disable blink_perf.canvas on linux. (patchset #1 id:1 of https://codereview.chromium.org/1129383007/) Reason for revert: Possible fix has landed, reverting to see if bot goes green. Original issue's description: > Disable blink_perf.canvas on linux. > > This has been red going on a week now. > > BUG=488059 > CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect > > Committed: https://crrev.com/2e2d7141b8f141bfb194427afde9fb2bf1ed5486 > Cr-Commit-Position: refs/heads/master@{#330085} TBR=sullivan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=488059 Review URL: https://codereview.chromium.org/1142643002 Cr-Commit-Position: refs/heads/master@{#330086}
-
simonhatch authored
This has been red going on a week now. BUG=488059 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1129383007 Cr-Commit-Position: refs/heads/master@{#330085}
-
msramek authored
Another step in the investigation of no-username forms. Are we dealing with small forms that only contain one password field, or with larger but somehow malformed forms? BUG=456728 Review URL: https://codereview.chromium.org/1099033004 Cr-Commit-Position: refs/heads/master@{#330084}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/7558a74..85f7e6e TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/1145533003 Cr-Commit-Position: refs/heads/master@{#330083}
-
binjin authored
Currently remote commands fetch depends solely on invalidation, evaluate and possibly remove this after invalidation service is landed and tested. BUG=480982 Committed: https://crrev.com/610f47342c8d725e239513ac17727a176d161495 Cr-Commit-Position: refs/heads/master@{#327765} Review URL: https://codereview.chromium.org/1106193003 Cr-Commit-Position: refs/heads/master@{#330082}
-
sammc authored
BUG=467832 Review URL: https://codereview.chromium.org/1017453005 Cr-Commit-Position: refs/heads/master@{#330081}
-
mtomasz authored
This CL passes the "configure" and "source" flag to VolumeManager. Additionally all other volume types have those flags, so we can add a link to disable Drive as it's configuration. Finally, logic for displaying the "eject" icon has been simplified. TBR=fukino@chromium.org TEST=browser_test: *FileManagerPrivateApi*Mount* BUG=447101 Review URL: https://codereview.chromium.org/1137383002 Cr-Commit-Position: refs/heads/master@{#330080}
-
bnc authored
BUG= Review URL: https://codereview.chromium.org/1132063006 Cr-Commit-Position: refs/heads/master@{#330079}
-
bnc authored
Append underscore to the name of QuicNetworkTransactionTest::http_server_properties member to match other members. Use it directly instead of *(session_->http_server_properties) throughout tests. BUG= Review URL: https://codereview.chromium.org/1130783008 Cr-Commit-Position: refs/heads/master@{#330078}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c338ecf..7558a74 TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/1132203006 Cr-Commit-Position: refs/heads/master@{#330077}
-
miguelg authored
BUG= TBR=bauerb Review URL: https://codereview.chromium.org/1130253010 Cr-Commit-Position: refs/heads/master@{#330076}
-
henrika authored
Revert of Moves SQLitePersistentCookieStore to net/extras/sqlite. (patchset #25 id:470001 of https://codereview.chromium.org/1016643004/) Reason for revert: Seems to break content_unittests QuotaPolicyCookieStoreTest.TestPolicy. See https://build.chromium.org/p/chromium.webrtc/builders/Win7%20Tester for details. Reverting to see if the bot turns green again. I am unable to find any other CL that can cause this. Original issue's description: > Moves SQLitePersistentCookieStore to net/extras/sqlite. > > The application of special storage policy is split out into a new class, > QuotaPolicyCookieStore, in content/browser/net. > > BUG=467596 > TEST=No visible impact. > > Committed: https://crrev.com/57adf29fb4e46a49272610140b097f85e1e805f5 > Cr-Commit-Position: refs/heads/master@{#329950} TBR=rsleevi@chromium.org,mef@chromium.org,nharper@chromium.org,avi@chromium.org,rohitrao@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=467596 Review URL: https://codereview.chromium.org/1134113007 Cr-Commit-Position: refs/heads/master@{#330075}
-
sammc authored
This changes ProxyResolverV8Tracing to use the new ProxyResolver and ProxyResolverFactory interfaces. BUG=467403 NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1126513002 Cr-Commit-Position: refs/heads/master@{#330074}
-
mtomasz authored
This CL adds an event which notifies extension about changed list of volumes which can be requested via chrome.fileSystem.requestFileSystem. TBR=benwells@chromium.org TEST=browser_tests: *OnVolumeListChanged* BUG=440674 Review URL: https://codereview.chromium.org/1146463002 Cr-Commit-Position: refs/heads/master@{#330073}
-
pbond authored
Changed url parameters for DeviceAttributeUpdate[Permission]Request attribute_update[_permission] to device_attribute_update[permission] BUG=488117 Review URL: https://codereview.chromium.org/1126273005 Cr-Commit-Position: refs/heads/master@{#330072}
-
atwilson authored
Updated StatusUploader to expose an API to determine if session data uploading is allowed, and updated screenshot remote command to call this function. BUG=487261 Review URL: https://codereview.chromium.org/1135413002 Cr-Commit-Position: refs/heads/master@{#330071}
-
henrika authored
Revert of Reland: Roll src/third_party/libsrtp 6446144:9c53f85 (svn 292694:295151) (patchset #1 id:1 of https://codereview.chromium.org/1130413005/) Reason for revert: This CL most likely breaks Chrome. I can't find any other reason to this issue: https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64 Reverting to see if it helps. Original issue's description: > Reland: Roll src/third_party/libsrtp 6446144:9c53f85 (svn 292694:295151) > > This updates libsrtp to 1.5.2 and uses the OpenSSL/BoringSSL crypto code. > See https://codereview.chromium.org/889083003/ and https://codereview.chromium.org/1098043003/ > > Summary of changes available at: > https://chromium.googlesource.com/chromium/deps/libsrtp/+log/6446144..9c53f85 > > This previously landed in CL 981593002 but got reverted in CL 1131323002 > as it broke the Windows GN bots. The GN script now adds BoringSSL to the > "public_deps" if necessary, so the include path is correct then. > > BUG=328475 > > Committed: https://crrev.com/7c97ef229360cc10cae49569622bdfcba2d43f3c > Cr-Commit-Position: refs/heads/master@{#330066} TBR=jiayl@chromium.org,thakis@chromium.org,juberti@chromium.org,gcasto@chromium.org,jbauch@webrtc.org,mail@joachim-bauch.de NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=328475 Review URL: https://codereview.chromium.org/1139233002 Cr-Commit-Position: refs/heads/master@{#330070}
-