- 14 Sep, 2016 28 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/bde91cb96f13..1d2ebc4608d2 $ git log bde91cb96..1d2ebc460 --date=short --no-merges --format='%ad %ae %s' 2016-09-13 benjhayden Fix metrics-side-panel TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2339603003 Cr-Commit-Position: refs/heads/master@{#418448}
-
tommycli authored
BUG=643016 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2307703002 Cr-Commit-Position: refs/heads/master@{#418447}
-
estade authored
resizing. This also requires changing Widget::SetInitialBoundsForFramelessWindows, which inexplicably constrains the bounds to a rectangle that is smaller than the work area. BUG=646418 Review-Url: https://codereview.chromium.org/2337213002 Cr-Commit-Position: refs/heads/master@{#418446}
-
jam authored
BUG=646509 Review-Url: https://codereview.chromium.org/2335193004 Cr-Commit-Position: refs/heads/master@{#418445}
-
sergeyu authored
Now ScrollPerformance also reports network bandwidth utilization. Also removed two outdated tests: StreamFrameRate and IntermittentChanges. These tests were intended mainly to evaluate performance of the PseudoTCP layer and they were using verbatim video codec. They are not applicable for WebRTC-based protocol. Also the protocol perf tests have been updated to use SoftwareVideoRenderer which allows to get FrameStats when using ICE protocol and this approach is not compatible with the old tests. Bandwidth utilization numbers I get currently with 8Mbps bandwidth: ICE: 93% WebRTC: varies from 21 to 25% The second number also goes to 32 when I change test length and warm-up time to 5 seconds. This suggests that the problem is partly that the bandwidth estimate in WebRTC is below the actual bandwidth in the test and it takes a lot of time to ramp up. BUG=645656 Review-Url: https://codereview.chromium.org/2338693002 Cr-Commit-Position: refs/heads/master@{#418444}
-
cschuet authored
BUG= Review-Url: https://codereview.chromium.org/2233373002 Cr-Commit-Position: refs/heads/master@{#418443}
-
skia-deps-roller authored
https://chromium.googlesource.com/skia.git/+log/cecd617a4297..21cc9950c4b4 $ git log cecd617a4..21cc9950c --date=short --no-merges --format='%ad %ae %s' 2016-09-13 mikejurka re-add SkDebug_stdio for Fuchsia builds 2016-09-13 bungeman Simulated fonts aren't TrueType fonts. 2016-09-13 fmalita [SVGDom] Linear gradient 'gradientTransform' support 2016-09-13 mtklein Update gn_android_flavor for Vulkan. 2016-09-13 jcgregorio No \n in bench names. 2016-09-13 mtklein Android GN: don't reboot before running BUG=639198 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel TBR=djsollen@google.com Review-Url: https://codereview.chromium.org/2336233003 Cr-Commit-Position: refs/heads/master@{#418442}
-
dcheng authored
BUG=645774 Review-Url: https://codereview.chromium.org/2329243002 Cr-Commit-Position: refs/heads/master@{#418441}
-
sanfin authored
setStreamMute() was deprecated in Marshmallow, but this invocation is restricted to Lollipop. Move the logic into a private method and annotate it with @SuppressWarnings. BUG=Internal b/31140436 TEST=Build cast_shell_apk Review-Url: https://codereview.chromium.org/2334383002 Cr-Commit-Position: refs/heads/master@{#418440}
-
loyso authored
- Also move all accompanying methods. - We don't have a notion of pending animations anymore. As a result, we will get many (*:1 relationship) collections of animations for each element (animation's target). This a part of the plan to make ElementAnimations a hidden and passive entity (not presented in API and unit tests). Next steps (separate CLs): - Shouldn't manually iterate through the list if base::ObserverList (http://crbug.com/634916) - Rework all UpdateClientAnimationState callers to use bitset. - Remove AnimationPlayer::animations() getter - Change activation to be on a per-player basis (so AnimationHost works with a list of active AnimationPlayers rather than ElementAnimations) - CompositorPlayer::addAnimation should consume unique_ptr. BUG=592873 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2335043002 Cr-Commit-Position: refs/heads/master@{#418439}
-
dominickn authored
This attempts to deflake two tests which flake on the Lollipop low-end tester. WebappSplashScreenIconTest#setUp decodes a string into a bitmap, which is then encoded back into a string. Remove both of these steps so that the string is directly inserted into WebappDataStorage. This speculatively deflakes WebappSplashScreenIconTest#testShowSplashScreen, which has a criteria takes too long timeout. WebappSplashScreenTest#testUmaWhenSplashHides fails an assert for a histogram value representing the number of milliseconds that the splashscreen was shown. On the theory that the slow device is showing the splash screen for longer, the speculative fix is to check more of the histogram buckets. BUG=636633 Review-Url: https://codereview.chromium.org/2337843003 Cr-Commit-Position: refs/heads/master@{#418438}
-
esprehn authored
Various places in the code like FetchDataLoader and WorkerScriptLoader keep a StringBuilder as a data member to buffer data and then call toString() on it later. By clearing the buffer in the string conversion methods we avoid having two copies of the values in memory persistently. This restores the behavior from before I switched it to a Vector in https://codereview.chromium.org/2046353002 where toString() and toAtomicString() would always clear the buffer when converting to a string because they called reifyString. While I haven't been able to confirm this is the cause, this seems a possible candidate for the small regression on system health benchmarks. It's also just generally better behavior since it avoids an accidental 2x memory increase from a StringBuilder member. This also makes appending individual characters cheaper by removing the branch from resetting m_string every time. BUG=633197 Review-Url: https://codereview.chromium.org/2335193005 Cr-Commit-Position: refs/heads/master@{#418437}
-
mpearson authored
I had overlooked this in previous submission. This histogram would be useful. BUG=643552 Review-Url: https://codereview.chromium.org/2337103005 Cr-Commit-Position: refs/heads/master@{#418436}
-
pdfium-deps-roller authored
https://pdfium.googlesource.com/pdfium.git/+log/f86ca3884886..63f545c485c0 $ git log f86ca3884..63f545c48 --date=short --no-merges --format='%ad %ae %s' 2016-09-13 tsepez CFX_FloatPoint default constructor and equals operators TBR=dsinclair@chromium.org Review-Url: https://codereview.chromium.org/2339763002 Cr-Commit-Position: refs/heads/master@{#418435}
-
bpastene authored
This runs blink_platform_unittests twice on Marshmallow 64 bit Tester. Once via non-swarming, and again on swarming. Plan is to let this run for a bit and if it fails identically, fully swarm the bot. BUG= Review-Url: https://codereview.chromium.org/2336063004 Cr-Commit-Position: refs/heads/master@{#418434}
-
qiankun.miao authored
https://chromium.googlesource.com/angle/angle.git/+log/47cb73a..7ebb97f BUG=chromium:645071 TEST=bots CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.win:win_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2336213003 Cr-Commit-Position: refs/heads/master@{#418433}
-
robhogan authored
Revert of Apply first-line transform-text style (patchset #3 id:40001 of https://codereview.chromium.org/2331793002/ ) Reason for revert: Still hitting clusterfuzz. Original issue's description: > Apply first-line transform-text style > > A second go at https://crrev.com/3c64df1fc98aa06eabfc18d1f5c2f2b0aec1a658 > > BUG=129669,644733 > > Committed: https://crrev.com/25c2cadce2d4a92f4f0f8b669fed2d097a6b7afa > Cr-Commit-Position: refs/heads/master@{#418032} TBR=eae@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=129669,644733 Review-Url: https://codereview.chromium.org/2337133004 Cr-Commit-Position: refs/heads/master@{#418432}
-
estade authored
Ironically, removing OnEnabledChanged() fixes this bug. Not calling through to the parent class's implementation was problematic, but it turns out that handling changes to the enable state isn't necessary anyway since that's done with the state parameter of ImageButton::SetImage(). BUG=645353 Review-Url: https://codereview.chromium.org/2340503002 Cr-Commit-Position: refs/heads/master@{#418431}
-
dschuyler authored
This CL fixes some spelling errors in translation descriptions. BUG=589630 Review-Url: https://codereview.chromium.org/2337093003 Cr-Commit-Position: refs/heads/master@{#418430}
-
kbr authored
It's failing on multiple GPU types on macOS. BUG=599272 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=zmo@chromium.org,ccameron@chromium.org NOTRY=true Review-Url: https://codereview.chromium.org/2331363004 Cr-Commit-Position: refs/heads/master@{#418429}
-
enne authored
https://codereview.chromium.org/1960543002 introduced some flakiness in these tests, which appears to be due to texture sampling flakiness in Mesa. One workaround for this is to resize the bitmap in the tests to be 256x128. Because the tile (and the tile draw quad) will use this size directly (instead of rounding up to some other size), the tile and the render pass share the same size and are nice round numbers, so texture sampling should have no errors. BUG=621892 Review-Url: https://codereview.chromium.org/2304243002 Cr-Commit-Position: refs/heads/master@{#418428}
-
joedow authored
This problem was introduced several months ago (crbug.com/462689) and causes a crash when a GTK dialog is displayed on debug, non-component builds on Linux. The fix is to include some additional linker flags in this scenario (see libgtk2ui target as another example of this workaround) which allows the framework to run correctly. BUG=613231 Review-Url: https://codereview.chromium.org/2333313003 Cr-Commit-Position: refs/heads/master@{#418427}
-
xyzzyz authored
BUG=618889 Review-Url: https://codereview.chromium.org/2337073005 Cr-Commit-Position: refs/heads/master@{#418426}
-
estark authored
This change goes along with https://github.com/chromium/badssl.com/pull/206, which adds the preloaded-expect-ct.badssl.com to badssl.com and serves the Expect-CT header with no SCTs. Along with this CL, we'll get an easy way to manually test Expect-CT end-to-end, by visiting preloaded-expect-ct.badssl.com in Chrome and seeing that a report gets generated and logged on the server side. BUG= Review-Url: https://codereview.chromium.org/2336373002 Cr-Commit-Position: refs/heads/master@{#418425}
-
ntfschr authored
BUG=639632 Review-Url: https://codereview.chromium.org/2325763004 Cr-Commit-Position: refs/heads/master@{#418424}
-
mcasas authored
This CL enables VideoCaptureDeviceTest.TakePhoto for Android. (Note that, due to other circumstances, it'll only be enabled for devices implementing the Camera2 API in non-legacy mode). The only modification is that Android creates JPEGs with APP1 JFIF header, because it includes EXIF information. BUG=518807, 626857 Review-Url: https://codereview.chromium.org/2340573002 Cr-Commit-Position: refs/heads/master@{#418423}
-
ccameron authored
This adds the output device color profile to display::Display, and populates it correctly on Mac. We will want to do this for all platforms. The color profile is then plumbed through the same IPCs that take the device scale factor, to get to the renderer process' RenderWidgetCompositor. Note that we are sending the full ICCProfile this far. This is important, because the renderer process will be setting the ICCProfile of its rasterized IOSurfaces, and there is a power impact of even slight differences between the monitor profile and the IOSurface profile. The ICCProfile is then sent as a gfx::ColorProfile (which internally references the ICCProfile, for the above purpose) to the RenderWidgetCompositor, from where it will be pushed to cc. In the next step, we will (under a flag) specify the color space for rasterization. BUG=44872 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_precise_blink_rel Review-Url: https://codereview.chromium.org/2325773003 Cr-Commit-Position: refs/heads/master@{#418422}
-
John Abd-El-Malek authored
The problem was that the path to the filter is different depending on whether the test is swarmed or not. Also make sure to send the filter file for browser_tests as part of the isolate data. BUG=645983 R=scottmg@chromium.org Review URL: https://codereview.chromium.org/2335333003 . Cr-Commit-Position: refs/heads/master@{#418421}
-
- 13 Sep, 2016 12 commits
-
-
catapult-deps-roller authored
https://chromium.googlesource.com/external/github.com/catapult-project/catapult.git/+log/0adae8897439..bde91cb96f13 $ git log 0adae8897..bde91cb96 --date=short --no-merges --format='%ad %ae %s' 2016-09-13 achuith Make d8 executable. BUG=643063 TBR=catapult-sheriff@chromium.org Review-Url: https://codereview.chromium.org/2334423002 Cr-Commit-Position: refs/heads/master@{#418420}
-
kozyatinskiy authored
This macro is unused in codebase. BUG=chromium:635948 R=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2338973002 Cr-Commit-Position: refs/heads/master@{#418419}
-
agrieve authored
Revert of
🍵 Refactor the various locale_paks() templates to be more shared (patchset #7 id:120001 of https://codereview.chromium.org/2320883006/ ) Reason for revert: gn gen fails when enable_resource_whitelist_generation=true Original issue's description: > Refactor the various locale_paks() templates to be more shared > > Main motivation for this is to more easily add per-target > repack_whitelist. > > BUG=645716 > > Committed: https://crrev.com/61973f5b2e2d7cf070c89043768b4a3e0025b19a > Cr-Commit-Position: refs/heads/master@{#418327} TBR=michaelbai@chromium.org,thakis@chromium.org,sdefresne@chromium.org,estevenson@chromium.org,rsesek@chromium.org,brettw@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=645716 Review-Url: https://codereview.chromium.org/2340673002 Cr-Commit-Position: refs/heads/master@{#418418} -
nyquist authored
The CL https://codereview.chromium.org/2323993003/ was a bit overzealous in using chrome, and missed one _public in the script name for the command line shell script for chrome_public_apk. This CL fixes the shell script name. BUG=597756 Review-Url: https://codereview.chromium.org/2341543002 Cr-Commit-Position: refs/heads/master@{#418417}
-
ben authored
Revert of Enforce capability spec renderer <--> browser (patchset #12 id:220001 of https://codereview.chromium.org/2259903002/ ) Reason for revert: broke stuff Original issue's description: > Enforce capability spec renderer <--> browser. > > This implements: > > - allows the content embedder to merge a manifest into the base ones provided by content, allowing it to add to the list of interfaces exposed to the renderer. > - adds such an overlay to chrome/browser > > So.. from now on if you add an interface to either the browser/renderer, you'll need to list it in the manifest. I wonder how we should broadcast this. Also as a separate step we should require these manifests get security review. > > R=rockot@chromium.org,tsepez@chromium.org > > Committed: https://crrev.com/4ea17059bf78553528f3ffb4a9de84a447622fd3 > Committed: https://crrev.com/807a926c9ca02ac8ae1b52e82537834ef78fb9ba > Cr-Original-Commit-Position: refs/heads/master@{#418282} > Cr-Commit-Position: refs/heads/master@{#418398} TBR=rockot@chromium.org,tsepez@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review-Url: https://codereview.chromium.org/2335423002 Cr-Commit-Position: refs/heads/master@{#418416}
-
kbr authored
(Re-land after updating the test expectations for the new naming conventions, and marking some tests as Skip rather than Fail.) BUG=352807 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;master.tryserver.chromium.android:android_optional_gpu_tests_rel TBR=zmo@chromium.org Review-Url: https://codereview.chromium.org/2299083002 Cr-Commit-Position: refs/heads/master@{#418415}
-
flackr authored
CompositorWorker uses DOMMatrix to represent transforms so we should enable GeometryInterfaces with CompositorWorker. Since CompositorWorker is already enabled on experimental, GeometryInterfaces will be enabled with experimental as well. Ideally we could restrict the visibility to just CompositorWorker, though that would affect explicitly enabling GeometryInterfaces so we're just enabling it in general with experimental web platform features. BUG=None Review-Url: https://codereview.chromium.org/2334333002 Cr-Commit-Position: refs/heads/master@{#418414}
-
megjablon authored
Add PreviewsInfoBarDelegate to show an infobar when a preview page has been loaded. Also add the corresponding resources. BUG=615566 Review-Url: https://codereview.chromium.org/2250223002 Cr-Commit-Position: refs/heads/master@{#418413}
-
wangxianzhu authored
This Cl elimimates all DCHECK failures about document lifecycle, code path, etc. Test: run-webkit-tests --additional-driver-flag=--enable-blink-features=slimmingPaintInvalidation paint/invalidation Ran 838 tests, 3 crashes, 151 failures. BUG=646176 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2334113002 Cr-Commit-Position: refs/heads/master@{#418412}
-
mmoss authored
Revert of Initial value for mask-repeat property should be no-repeat (patchset #2 id:20001 of https://codereview.chromium.org/2169343002/ ) Reason for revert: This appears to be causing crbug.com/645000 Original issue's description: > Initial value for mask-repeat property should be no-repeat > > Spec: https://www.w3.org/TR/css-masking-1/#the-mask-repeat > > BUG=628968 > > Committed: https://crrev.com/b76fc4469acf4c44336dd8d42d1e127c8823d08b > Cr-Commit-Position: refs/heads/master@{#407435} TBR=timloh@chromium.org,ramya.v@samsung.com # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=628968 Review-Url: https://codereview.chromium.org/2332373003 Cr-Commit-Position: refs/heads/master@{#418411}
-
ben authored
TBR=rockot@chromium.org Review-Url: https://codereview.chromium.org/2333023005 Cr-Commit-Position: refs/heads/master@{#418410}
-
xjz authored
This Cl: 1. Adding a CastRemotingSender for media remoting. 2. Modeled after media::cast::FrameSender, but is different in that: a) it's just used as an opaque, reliable transport and does not manage a media encoder; and b) is meant to run in the browser process instead of the render process to avoid extra cross-process hopping for the media remoting use case. 3. Intended to be created via the cast.streaming.rtp private extension API, which is to be used by the Media Router component extension. BUG=630390,643964 Review-Url: https://codereview.chromium.org/2307653002 Cr-Commit-Position: refs/heads/master@{#418409}
-