- 26 Aug, 2016 40 commits
-
-
rdevlin.cronin authored
BUG=497340 Review-Url: https://codereview.chromium.org/2279753004 Cr-Commit-Position: refs/heads/master@{#414723}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/f1a276cfabcd1f1cc950e36e66a2a50a664ce57f Roll recipe dependencies (trivial). (recipe-roller@chromium.org) https://crrev.com/7f070732c4b67f610e43d25dfd4ecd61788c15a9 remote_run: respect recipe build property (phajdan.jr@chromium.org) depot_tools: https://crrev.com/5224ece27c41fab3633feefdec9153786624a66d git_bootstrap.py: add a switch to control client bitness (phajdan.jr@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG=641248,593999,635421,629679 Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2284653002 Cr-Commit-Position: refs/heads/master@{#414722}
-
rajendrant authored
When precache manifest is fetched, the list of used and unused resources corresponding to the top host are sent as request parameters in the manifest URL. The resource URLs are hashed individually and sent as base64 encoded string. BUG=626463 Review-Url: https://codereview.chromium.org/2229983002 Cr-Commit-Position: refs/heads/master@{#414721}
-
gambard authored
This CL adds a a return value representing whether the element was found to the TapWebViewElementWithId method. BUG=none Review-Url: https://codereview.chromium.org/2268863004 Cr-Commit-Position: refs/heads/master@{#414720}
-
jie.a.chen authored
glTexStorage* work incorrectly if the GL_TEXTURE_BASE_LEVEL is not 0. This CL simply sets it to 0 beforehand and restores it afterward. BUG=640506 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2272823004 Cr-Commit-Position: refs/heads/master@{#414719}
-
stkhapugin authored
Fixes IOSChromeContentSuggestionsServiceFactory::BuildServiceInstanceFor return types by std::moving them, as the declared return type is a superclass of the actually returned types. BUG=None Review-Url: https://codereview.chromium.org/2287523002 Cr-Commit-Position: refs/heads/master@{#414718}
-
changwan authored
HTC's mail apk calls evaluateJavaScript() inside InputConnection#setComposingText(). This is problematic with ImeThread feature since InputConnection methods are now running on its own thread (IME thread). This causes a thread check assertion in Android's framework (android.webkit.WebView). As a workaround, we set sEnforceThreadChecking to false immediately after it was set in WebView's constructor. HTC is actively fixing their apk to avoid this crash, but as a last resort, this workaround will help avoid such a crash. BUG=636717, 622151 Review-Url: https://codereview.chromium.org/2243753002 Cr-Commit-Position: refs/heads/master@{#414717}
-
mmoroz authored
R=inferno@chromium.org, kcc@chromium.org, mbarbella@chromium.org, ochang@chromium.org BUG=640627 Review-Url: https://codereview.chromium.org/2282703002 Cr-Commit-Position: refs/heads/master@{#414716}
-
dgn authored
Don't use properties of the above-the-fold view holder to calculate how the peeking card should be, as it is sometimes not already attached to the recycler view and thus not accessible. BUG=633511 Review-Url: https://codereview.chromium.org/2273713002 Cr-Commit-Position: refs/heads/master@{#414715}
-
mikhail.pozdnyakov authored
It is not needed as 'generic_sensor' is build as a source set and it causes linker warnings on windows component build. BUG=640769 Review-Url: https://codereview.chromium.org/2277353002 Cr-Commit-Position: refs/heads/master@{#414714}
-
bauerb authored
Mark the policy as future, and add the "admin-sharing" tag. BUG=639155 Review-Url: https://codereview.chromium.org/2281573003 Cr-Commit-Position: refs/heads/master@{#414713}
-
scottmg authored
The return value is whether it's enforced by policy, the out param is whether it's enabled (not whether it's enforced, which made it an awfully confusing name). R=ananta@chromium.org, jwd@chromium.org Review-Url: https://codereview.chromium.org/2279063002 Cr-Commit-Position: refs/heads/master@{#414712}
-
yoshiki authored
BUG=640080 Review-Url: https://codereview.chromium.org/2269003002 Cr-Commit-Position: refs/heads/master@{#414711}
-
kylechar authored
There is currently a single callback provided to PlatformScreen for when new displays are added. We need to be able to notify not only when new displays are added but also when displays are modified or removed. Instead of having three callbacks, the PlatformScreenDelegate interface is added. The ui::ws::DisplayManager class implements PlatformScreenDelegate. This is ultimately the class that needs to know about changes to displays so it can update root windows accordingly. There are some changes to ownership and constructor parameters to facilitate having DisplayManager implement PlatformScreenDelegate. The WindowServer instance is passed into DisplayManager, as it doesn't make sense that Display objects owned by DisplayManager are allowed to know about WindowServer but DisplayManager is not. The DisplayManagerDelegate interface is simplified and changed to UserDisplayManagerDelegate as it's no longer needed for DisplayManager. The instantiation of SurfaceState is moved from Service to WindowServer. There is no need to have Service know about SurfaceState anymore. Also, SurfaceState will be moving to the GPU processes regardless. BUG=641012 Review-Url: https://codereview.chromium.org/2274353003 Cr-Commit-Position: refs/heads/master@{#414710}
-
pke authored
BUG=None Review-Url: https://codereview.chromium.org/2280543003 Cr-Commit-Position: refs/heads/master@{#414709}
-
estevenson authored
Previous: https://codereview.chromium.org/2241973002/ Original issue: https://codereview.chromium.org/2240573004/ Suppress all existing lint warnings so that builds will fail when new warnings are generated. New lint warnings that are generated in files that are ignored in suppressions.xml will not be caught. However, now we can remove lint warnings on a file by file basis instead of having to fix all lint warnings before making lint break builds. BUG=607761 Review-Url: https://codereview.chromium.org/2241233002 Cr-Commit-Position: refs/heads/master@{#414708}
-
pfeldman authored
BUG=627517 TBR= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2263843002 Cr-Commit-Position: refs/heads/master@{#414707}
-
wdzierzanowski authored
Encrypted media browser tests involving Widevine use the stub CDM when branding != Chrome. This change allows them to register the preinstalled component containing the stub CDM. BUG=622273 TEST=Widevine browser tests 'browser_tests --gtest_filter=*Widevine*' pass Review-Url: https://codereview.chromium.org/2136983002 Cr-Commit-Position: refs/heads/master@{#414706}
-
johnme authored
Update expectations to match current flakiness: https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=virtual%2Fthreaded%2Ftransitions%2F BUG=248938 TBR=ajuma@chromium.org NOTRY=true NOTREECHECKS=true Review-Url: https://codereview.chromium.org/2283823002 Cr-Commit-Position: refs/heads/master@{#414705}
-
penghuang authored
BUG=None Review-Url: https://codereview.chromium.org/2280763002 Cr-Commit-Position: refs/heads/master@{#414704}
-
treib authored
The code stays around for now, so we can turn it on via a variation param if required. BUG=640566 Review-Url: https://codereview.chromium.org/2279273002 Cr-Commit-Position: refs/heads/master@{#414703}
-
johnme authored
NOTREECHECKS=true NOTRY=true TBR=tapted@chromium.org,avi@chromium.org BUG=640457 Review-Url: https://codereview.chromium.org/2286713002 Cr-Commit-Position: refs/heads/master@{#414702}
-
fdoray authored
This CL removes calls to these methods from tools/ files: - MessageLoop::PostTask - MessageLoop::PostDelayedTask - MessageLoop::ReleaseSoon - MessageLoop::DeleteSoon - MessageLoop::Run - MessageLoop::RunUntilIdle BUG=616447 Review-Url: https://codereview.chromium.org/2278993002 Cr-Commit-Position: refs/heads/master@{#414701}
-
felt authored
BUG=615123 TBR=jialiul@chromium.org TEST= 1. Go to the following URLs in different tabs: http://ianfette.org http://parkerly.com/sb-tests/bad-subresources.html https://parkerly.com/sb-tests/bad-subresources.html 2. Verify that the omnibox security indicator shows a red triangle for all three warnings Review-Url: https://codereview.chromium.org/2275123004 Cr-Commit-Position: refs/heads/master@{#414700}
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/fca74cffde72..393e77578d5b $ git log fca74cffd..393e77578 --date=short --no-merges --format='%ad %ae %s' 2016-08-26 petrcermak [tracing] Use tr.b.requestAnimationFrame in tr.ui.analysis.RebuildableBehavior TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2284643002 Cr-Commit-Position: refs/heads/master@{#414699}
-
finnur authored
This is accomplished by using the embedderOrigin more consistently throughout. BUG=639208 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2269963003 Cr-Commit-Position: refs/heads/master@{#414698}
-
johnme authored
Based on the flakiness dashboard: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_browsertests&tests=BackgroundTracingManagerBrowserTest - All tests BackgroundTracingManagerBrowserTest tests are flaky on Android - BackgroundTracingManagerBrowserTest.CrashWhenSubprocessWithoutArgumentFilter is flaky on Android & Linux - BackgroundTracingManagerBrowserTest.NoWhitelistedArgsStripped and BackgroundTracingManagerBrowserTest.TraceMetadataInTrace are flaky on Android & Chrome OS NOTREECHECKS=true NOTRY=true BUG=639706 TBR=simonhatch@chromium.org Review-Url: https://codereview.chromium.org/2280073002 Cr-Commit-Position: refs/heads/master@{#414697}
-
dgn authored
When a new NTP is created, it queries the list of registered categories with the backend. The returned category order will be kept for the visible categories. Suggestions received from categories that are after that point will be ignored. BUG=640568 Review-Url: https://codereview.chromium.org/2274293002 Cr-Commit-Position: refs/heads/master@{#414696}
-
alemate authored
This CL fixes styles of Welcome screen. BUG=604119 TEST=none CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2267533002 Cr-Commit-Position: refs/heads/master@{#414695}
-
recipe-roller authored
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (e.g. depot_tools) into downstream projects (e.g. tools/build). More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug (or complain) build: https://crrev.com/7b10c1874469fdf3f8d621bd83c3093de7c46531 Add OWNERS file for goma team in recipe_modules/goma (tikuta@chromium.org) TBR=martiniss@chromium.org,phajdan.jr@chromium.org BUG= Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Review-Url: https://codereview.chromium.org/2281883002 Cr-Commit-Position: refs/heads/master@{#414694}
-
cylee authored
Setting OOM scores generally requires root permission. In the past it's done 1. For Chrome processes: via a SUID binary chrome-sandbox. 2. For Andorid processes: Send scores to Android via IPC. Android handles the rest. Now a new method is added to debugd dbus interface on ChromeOS to handle OOM score settings. https://chromium-review.googlesource.com/#/c/366154/ So we can set OOM score settings in the unified way on ChromeOS. BUG=b:30193036 TEST=minnie Review-Url: https://codereview.chromium.org/2247433002 Cr-Commit-Position: refs/heads/master@{#414693}
-
lizeb authored
BUG=641309 TBR=thakis,primiano,mattcary patch from issue 2283753002 at patchset 20001 (http://crrev.com/2283753002#ps20001) Review-Url: https://codereview.chromium.org/2280953002 Cr-Commit-Position: refs/heads/master@{#414692}
-
flackr authored
BUG=640344 TEST=Manual steps in bug. Review-Url: https://codereview.chromium.org/2278723002 Cr-Commit-Position: refs/heads/master@{#414691}
-
ricea authored
net::ParsedCookie::SetValue() applies a strict check to the passed-in value, but ParsedCookie::ParseTokenValuePairs() applies a weaker check. It would nice if this was consistent. Add a histogram to determine the degree of compatibility problems with making it consistent. BUG=638117 Review-Url: https://codereview.chromium.org/2273633004 Cr-Commit-Position: refs/heads/master@{#414690}
-
johnme authored
Failed DCHECK on builds 7067 7054 7051 7024 7022 7021 7000 6988 of https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win7%20%28dbg%29 BUG=638693 NOTRY=true NOTREECHECKS=true TBR=alancutter@chromium.org Review-Url: https://codereview.chromium.org/2283773002 Cr-Commit-Position: refs/heads/master@{#414689}
-
haraken authored
I'm making toV8() never return an empty handle. This CL replaces the return value of toV8(ScriptValue) with v8::Undefined, but it won't change any web-exposed behavior because V8 interprets a returned empty handle as v8::Undefined(). BUG=625512 Review-Url: https://codereview.chromium.org/2280893002 Cr-Commit-Position: refs/heads/master@{#414688}
-
xidachen authored
At this moment, creating an ImageBitmap has several options such as flipY and premultiplyAlpha = false. So in some cases, we would have to convert the premultiplied input to unpremul format, and that involves allocating new memory. To prevent any potential integer overflow or OOM situation, this CL checks the size of the cropRect and the resizeWidth(resizeHeight), if the width * height * bytesPerPixel is larger than size_t range, we reject the promise. By doing the check at the beginning of each ImageBitmap constructor, we can guarantee that the subsequent multiplication of width * height * bytesPerPixel will not overflow. This CL also correct other places where there could be potential integer overflow. In particular, since we have checked at the beginning of each ImageBitmap constructor, it should be safe to use size_t for any computation of width * height in the code. TBR=kbr@chromium.org, haraken@chromium.org BUG=638615 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2249853008 Cr-Commit-Position: refs/heads/master@{#414687}
-
johnme authored
Revert of Support server categories in NTPSnippetsService. (patchset #3 id:40001 of https://codereview.chromium.org/2279863002/ ) Reason for revert: I'm afraid this failed again on https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests/builds/27385/steps/components_unittests%20on%20Mac-10.9 Original issue's description: > Support server categories in NTPSnippetsService. > > Reland of: > https://crrev.com/330958ddcdcd0084d724571eddaa66f9c364115f > > Not clear why tests failed; they passed for me and in the CQ. > Removed one synchronization bit that wasn't really part of the change. > > BUG=633613 > > Committed: https://crrev.com/880bb766ee4985a8dd36be10098c5196c41f7509 > Cr-Commit-Position: refs/heads/master@{#414681} TBR=treib@chromium.org,sfiera@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=633613 Review-Url: https://codereview.chromium.org/2283743002 Cr-Commit-Position: refs/heads/master@{#414686}
-
jwalczak authored
FFmpeg's AVCodecContext->channels contains "raw number of channels" (e.g. "2" for 2 channels, "8" for 8 channels). The change ensures that: - the value of "8" is correctly mapped to 0b111 ADTS channel config (aka MPEG-4 Channel Configuration), - the value of "7" becomes unsupported. BUG=640610 Review-Url: https://codereview.chromium.org/2273203003 Cr-Commit-Position: refs/heads/master@{#414685}
-
mmoroz authored
RELEASE_ASSERT prints the same message as SECURITY_CHECK, because RELEASE_ASSERT is deprecated and being actively replaced by SECURITY_CHECK. BUG=620960 Review-Url: https://codereview.chromium.org/2240233002 Cr-Commit-Position: refs/heads/master@{#414684}
-