- 08 Jul, 2016 40 commits
-
-
hyungwook.lee authored
BUG=402536 Review-Url: https://codereview.chromium.org/2129093002 Cr-Commit-Position: refs/heads/master@{#404525}
-
megjablon authored
BUG=626757 Review-Url: https://codereview.chromium.org/2130313003 Cr-Commit-Position: refs/heads/master@{#404524}
-
rdevlin.cronin authored
This was suggested in https://codereview.chromium.org/2103663002, but I held off because of the bloat of including extension.h. That's no longer the case with ExtensionId in its own header. BUG=None Review-Url: https://codereview.chromium.org/2134653003 Cr-Commit-Position: refs/heads/master@{#404523}
-
fsamuel authored
We did not run profiling on unit and perf tests even when the enable_profiling build flag was present. In order to dump profiling data, base::debug::StartProfiling(..) must be called somewhere. I've moved that code to base::TestSuite. Note that this code is a no-op unless the profiling build flag is present. BUG=624459 TBR=sky@chromium.org Review-Url: https://codereview.chromium.org/2131293002 Cr-Commit-Position: refs/heads/master@{#404522}
-
tbreisacher authored
BUG= Review-Url: https://codereview.chromium.org/2133733003 Cr-Commit-Position: refs/heads/master@{#404521}
-
xjz authored
In the CL: 1) VideoSenderConfig and AudioSenderConfig are merged to FrameSenderConfig. 2) CastRtpParams is removed . RtpParams is directly converted to/from FrameSenderConfig. BUG=530839 Review-Url: https://codereview.chromium.org/2113783002 Cr-Commit-Position: refs/heads/master@{#404520}
-
mark authored
Use const where it's sensible. Update a couple of format strings. R=kerrnel@chromium.org TBR=grt@chromium.org Review-Url: https://codereview.chromium.org/2136693002 Cr-Commit-Position: refs/heads/master@{#404519}
-
eugenebut authored
Looks like maximum zoom scale on iOS10 is 5.0, which should be set instead of 10.0. BUG=626688 Review-Url: https://codereview.chromium.org/2134873002 Cr-Commit-Position: refs/heads/master@{#404518}
-
eroman authored
Review-Url: https://codereview.chromium.org/2137653002 Cr-Commit-Position: refs/heads/master@{#404517}
-
msw authored
Just fixes some low hanging fruit here. (other big deps on DisplayManager; ScreenOrientationController) BUG=619636 TEST=compiles; unit tests; no behavior changes. R=jamescook@chromium.org Review-Url: https://codereview.chromium.org/2131823003 Cr-Commit-Position: refs/heads/master@{#404516}
-
bokan authored
In r404402 I created the outline of the UpdateTestExpectations script that removes lines from TestExpectations that are no longer flaky according to results on the build waterfall. This CL actually implements the functionality in the script and makes it basically functional. BUG=595414 Review-Url: https://codereview.chromium.org/2125633002 Cr-Commit-Position: refs/heads/master@{#404515}
-
dongseong.hwang authored
It's because Linux ATI bot fails WebglConformance.conformance_textures_misc_tex_image_webgl When finding the solution for ATI driver, rollback this patch. BUG=557848 TEST=WebglConformance.conformance_textures_misc_tex_image_webgl CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2131863003 Cr-Commit-Position: refs/heads/master@{#404514}
-
servolk authored
When CMA media pipeline is started we post a task that will continuouly update media time. But since that task is posted, it won't run right away. In the meantime somebody might call GetMediaTime and will get an invalid value (kNoTimestamp). To avoid this we can just set the last_media_time_ right away for the first time when starting playback. This will ensure that we have valid media time even before the first UpdateMediaTime task invocation. BUG=internal b/30035825 Review-Url: https://codereview.chromium.org/2131413002 Cr-Commit-Position: refs/heads/master@{#404513}
-
tdanderson authored
Modify the aggregate_vector_icons step in ui/gfx/BUILD.gn to accept a response file containing only the desired .icon files to process rather than have every build configuration process and include all .icon files. This will make it possible to separate icons into subdirectories and conditionally process them on a per-platform basis. BUG=535386 TEST=builds with GN and GYP Review-Url: https://codereview.chromium.org/2129683002 Cr-Commit-Position: refs/heads/master@{#404512}
-
zmo authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/72e7ed9..4da7838 BUG= TBR=cwallez@chromium.org TEST=bots NOTRY=true CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2133693004 Cr-Commit-Position: refs/heads/master@{#404511}
-
nparker authored
This also removes the special case of ignoring verdicts for CRX, which by my read is not possible, and UMA says has been hit once in the last week (weird). Without this, debug builds will DCHECK for some downloads soon. BUG=581044 Review-Url: https://codereview.chromium.org/2128583005 Cr-Commit-Position: refs/heads/master@{#404510}
-
rdevlin.cronin authored
Sprinkle in some const&s and explicit ctors in a few places that jumped out. BUG=None Review-Url: https://codereview.chromium.org/2133203002 Cr-Commit-Position: refs/heads/master@{#404509}
-
ymalik authored
ScrollAnchor can now have a RootFrameViewport as its scroller so that an anchoring adjustment can be distributed between layout and visual viewports. BUG=594876 Review-Url: https://codereview.chromium.org/2123053002 Cr-Commit-Position: refs/heads/master@{#404508}
-
jbudorick authored
Currently, the test runner only takes action on SIGTERM on test execution threads and only stops at the end of a test shard. In some cases, this isn't fast enough. This CL makes the main thread drop test execution. This CL also tweaks the handling of test results to better handle UNKNOWNs. BUG= Review-Url: https://codereview.chromium.org/2134523002 Cr-Commit-Position: refs/heads/master@{#404507}
-
megjablon authored
StrictMode violation was from Calendar.getInstance() reading the /etc/timezone file. Whitelist the StrictMode violation to be fixed. Tests were flaky because the UI thread would not always launch the InfoBar before calling addInfoBarAnimationFinished(). Run the UI thread blocking so that the InfoBar has always been launched. BUG=625038, 577185 Review-Url: https://codereview.chromium.org/2130083002 Cr-Commit-Position: refs/heads/master@{#404506}
-
bruthig authored
Record user action when: - User clicks the update menu item in the system menu BUG=620508 TEST=manual Review-Url: https://codereview.chromium.org/2125403002 Cr-Commit-Position: refs/heads/master@{#404505}
-
halliwell authored
https://chromium.googlesource.com/angle/angle.git/+log/8bad46d..e8d5c5c BUG=angleproject:1439 TEST=bots CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.linux:linux_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2133183003 Cr-Commit-Position: refs/heads/master@{#404504}
-
sebmarchand authored
Also move the syzygy_optimize and syzygy_asan GN templates to //build/win/syzygy so they can be reused in //content (without adding a dependency with //chrome). BUG=619086 Review-Url: https://codereview.chromium.org/2126673002 Cr-Commit-Position: refs/heads/master@{#404503}
-
erikchen authored
It is no longer necessary, since the browser compositor no longer needs access to the underlying GpuMemoryBuffers. This CL is a revert of "Expose GpuMemoryBufferId through glGetImageivCHROMIUM." > WebKit widgets that provide textures to TextureLayer need to also provide the > GpuMemoryBufferId if the texture is backed by a GpuMemoryBuffer. This CL > modifies the CHROMIUM Image extension to allow the GpuMemoryBuffer id to be > obtained by a new function glGetImageivCHROMIUM. BUG=608026 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2134793002 Cr-Commit-Position: refs/heads/master@{#404502}
-
pfeldman authored
BUG= Review-Url: https://codereview.chromium.org/2135443002 Cr-Commit-Position: refs/heads/master@{#404501}
-
kenrb authored
Mousewheel-based scroll bubbling from OOPIFs to parent frames was broken in a couple of ways, due to it improperly accounting for the mechanics of synthetic gesture scroll events from the InputRouter class. This refactors bubbling to do the following: - remove bubbling of unused scroll delta from WheelEvent acks, which was wrong, - pass acks from GestureScrollUpdate and GestureScrollEnd events to the CrossProcessFrameConnector and then have RWHInputEventRouter do most of the reasoning about where to target unused scroll, - track the current scroll bubbling target, which can change due to nested OOPIFs, and manage GestureScrollBegin and GestureScrollEnds to each renderer (the previous approach of wrapping each GestureScrollUpdate led to bubbled scrolls feeling really slow). BUG=621624 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2123843002 Cr-Commit-Position: refs/heads/master@{#404500}
-
luoe authored
BUG=607682 Review-Url: https://codereview.chromium.org/2120613002 Cr-Commit-Position: refs/heads/master@{#404499}
-
fsamuel authored
This CL times deserialization of the CompositorFrame generated by cc_serialization_perftest using StructTraits versus ParamTraits. This CL also makes some mojo changes to ensure we don't need to move the mojo::Array we are deserializing from. BUG=624459 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2136593002 Cr-Commit-Position: refs/heads/master@{#404498}
-
tbansal authored
In the next CL, GetECT API which computes Effective Connection Type (ECT) based on transport RTT and downlink throughput will be exposed to Cronet. BUG=625305 Review-Url: https://codereview.chromium.org/2113363002 Cr-Commit-Position: refs/heads/master@{#404497}
-
erikchen authored
BUG=602484 Review-Url: https://codereview.chromium.org/2102273002 Cr-Commit-Position: refs/heads/master@{#404496}
-
piman authored
At this point, VirtualGLApi only hooks the extension string query, and for not a very good reason, since it ends up serving the extension string of the underlying context. OTOH it adds a bunch of complexity to require the switch between RealGLApi and the VirtualGLApi, so instead fold the logic into GLContext. BUG=None CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2132913002 Cr-Commit-Position: refs/heads/master@{#404495}
-
dpranke authored
Now that these builders are using ninja, there isn't a compelling reason not to also be using goma. R=smut@chromium.org NOTRY=true BUG=626005 Review-Url: https://codereview.chromium.org/2127963003 Cr-Commit-Position: refs/heads/master@{#404494}
-
bmcquade authored
Until now, we've used base::TimeDelta.is_zero() as a signal that a given timing is unset. This is technically incorrect, as a TimeDelta can be set to the zero value. This mostly presented issues that made writing tests more complex, but also addresses real issues where a metric reports a zero time delta that would have previously been ignored but will now be included in our metrics. BUG=623556 Review-Url: https://codereview.chromium.org/2111073003 Cr-Commit-Position: refs/heads/master@{#404493}
-
khushalsagar authored
Remove public methods from Layer and LayerTreeHost that are just a pass through to the AnimationHost. These are used by the PropertyTreeBuilder, have it query the AnimationHost directly. BUG=625384 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review-Url: https://codereview.chromium.org/2130053002 Cr-Commit-Position: refs/heads/master@{#404492}
-
xlai authored
Currently the image pattern shader created is only padded with 1 black transparent pixel right and bottom. We should pad it on the left and top as well so that when pattern is transformed, the color on its left and top will not bleed. BUG=602509 Review-Url: https://codereview.chromium.org/2130063002 Cr-Commit-Position: refs/heads/master@{#404491}
-
jbudorick authored
Revert of Add support for installing ARM64 sysroot (patchset #1 id:1 of https://codereview.chromium.org/2078293002/ ) Reason for revert: https://bugs.chromium.org/p/chromium/issues/detail?id=626784 Original issue's description: > Add support for installing ARM64 sysroot > > This change modifies install-sysroot.py to add support for > installing ARM64 sysroot. Also update the jessie arm64 package list. > > BUG=613452 > > Committed: https://crrev.com/ad891a49ee7aeff1a42559c0a059cb51f053e1fb > Cr-Commit-Position: refs/heads/master@{#404323} TBR=thestig@chromium.org,mmoss@chromium.org,thakis@chromium.org,apatole@nvidia.com # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=613452 Review-Url: https://codereview.chromium.org/2132153002 Cr-Commit-Position: refs/heads/master@{#404490}
-
dbeam authored
Also shuffle around some JSDoc @tag-related code R=dpapad@chromium.org BUG=567770 NOTRY=true Review-Url: https://codereview.chromium.org/2131373002 Cr-Commit-Position: refs/heads/master@{#404489}
-
jbudorick authored
All suites now use isolate files that are either generated from gn data / data_deps or checked in to chromium. BUG= Review-Url: https://codereview.chromium.org/2131083003 Cr-Commit-Position: refs/heads/master@{#404488}
-
kbr authored
This will be used to periodically gather per-test run times for various test suites, to improve the sharding distribution. Check in the data for a recent run of webgl2_conformance_tests. Reference this from the Swarming invocations. BUG=352807 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel NOTRY=true Review-Url: https://codereview.chromium.org/2116593004 Cr-Commit-Position: refs/heads/master@{#404487}
-
slan authored
Add OnStatisticsUpdate and OnWaitingForDecryptionKey to mojom::RendererClient, and call these callbacks from MojoRendererService. These are needed for Cast Apps like Netflix that depend on decoding statistics from the media pipeline. BUG=585287 BUG= internal b/29390639 Review-Url: https://codereview.chromium.org/2101043003 Cr-Commit-Position: refs/heads/master@{#404486}
-