- 19 Jun, 2018 40 commits
-
-
Malay Keshav authored
This patch replaces the logic to generate the zoom levels for displays that have default device scale factor with a static initialized table. This patch also modifies the table to include beyond native resolution for FHD 1.25 DSF devices as well as sub FHD devices that have a 1 DSF. Bug: 851646 Change-Id: If67d155ce389537b6889e709650e9f9111c62d9c Component: display zoom, display scaling, display manager Reviewed-on: https://chromium-review.googlesource.com/1096357 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#568285}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1bb47df4fc8e..63b3bfb711d7 git log 1bb47df4fc8e..63b3bfb711d7 --date=short --no-merges --format='%ad %ae %s' 2018-06-18 brianosman@google.com Reland "Remove old references to SampleApp" 2018-06-18 borenet@google.com [infra] Include cpython CIPD package on Windows 2018-06-18 brianosman@google.com Revert "Remove old references to SampleApp" 2018-06-18 brianosman@google.com Remove old references to SampleApp 2018-06-18 herb@google.com Use x text skew to position text 2018-06-18 ethannicholas@google.com added GrSkSLFP and converted DitherEffect to use it 2018-06-18 mtklein@chromium.org remove lowp bilerp_clamp_8888 stage 2018-06-18 fmalita@chromium.org [skottie] Fix OOB access in Parse<SkPoint> 2018-06-18 mtklein@chromium.org clean up defines that do nothing 2018-06-18 mtklein@chromium.org remove SkTCast 2018-06-18 bsalomon@google.com Change how vertex/instance attributes are handled in geometry processors. 2018-06-18 angle-skia-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com Roll third_party/externals/angle2 50cf2be0758b..f6fd48fd329f (1 commits) 2018-06-18 brianosman@google.com Remove GrNonlinearColorSpaceXformEffect 2018-06-18 csmartdalton@google.com ccpr: Implement path mask caching 2018-06-18 egdaniel@google.com Always use dedicated VkImage memory on NexusPlayer and Mali. 2018-06-18 mtklein@chromium.org remove stray SkTLList includes 2018-06-18 csmartdalton@google.com ccpr: Use lazy proxies with GrCCAtlas 2018-06-18 brianosman@google.com Implement nonlinear (as-encoded) blending in GrColorSpaceXform Created with: gclient setdep -r src/third_party/skia@63b3bfb711d7 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=kjlubick@chromium.org Change-Id: Ia22db55e0e8c6191f89b26da745526d8d61e9b5a Reviewed-on: https://chromium-review.googlesource.com/1105218Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568284}
-
Ken Rockot authored
Fixes a data race on the boolean |error_| field. This is almost certainly innocuous in practice but is technically UB, and TSan complains. Bug: 850091 Change-Id: Icc6bfbc0a2e2bda6a87c455856ff5f3153568a02 Reviewed-on: https://chromium-review.googlesource.com/1105340Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#568283}
-
Sky Malice authored
Because time_serialization.cc stored Time and DeltaTime in microseconds, and Time since the windows epoch, which is the exact same way that PrefService is storing these time fields, this change should be fully backwards compatible. Bug: 853755 Change-Id: I22d734d030ca550a654319e37abf6653890c1bdb Reviewed-on: https://chromium-review.googlesource.com/1104581Reviewed-by:
Filip Gorski <fgorski@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#568282}
-
Xida Chen authored
This CL removes that attributes. It also adds a gesture scroll bubbling case to ensure that the behavior is correct. Due to our previous temporary fix, we set |scrolling_touch_action_| to Auto at GSB if it has no value. To prove that this CL is actually working, we do: PS#1: remove the set |scrolling_touch_action_| to Auto at GSB, and the test will crash. PS#2: Keep 1, add a line in CrossProcessFrameConnector::BubbleScrollEvent which sets the |scrolling_touch_action_| to Auto. The test will pass. PS#3: Keep the temporary fix which sets |scrolling_touch_action_| to Auto at GSB. TBR=pdr@chromium.org Bug: 852835, 841270 Change-Id: Ib33a39b4b0ef61e88645da427b920687bbcc80c9 Reviewed-on: https://chromium-review.googlesource.com/1101315 Commit-Queue: Xida Chen <xidachen@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568281}
-
dpapad authored
Bug: 853958 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I1a9848f3bb1cba427e229b387516ffa1764c1096 Reviewed-on: https://chromium-review.googlesource.com/1105401Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568280}
-
Giovanni Ortuño Urquidi authored
This reverts commit 1977b793. Reason for revert: breaks WebKit Linux Trusty MSAN Tests seem to time out since this CL: https://test-results.appspot.com/data/layout_results/WebKit_Linux_Trusty_MSAN/8393/layout-test-results/results.html https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20MSAN/8393 Original change's description: > Remove blink::CallExtraOrCrash > > CallExtraOrCrash is a function to call into V8 Extras and crash if it > fails. Unfortunately, calling into V8 Extras can fail under normal > conditions such as stack overflow and Worker destruction, causing a lot > of unnecessary crashes. Remove CallExtraOrCrash. > > This is a stopgap change designed to be mergable to version 68. It > avoids major code restructuring but as a result lacks robust > encapsulation. > > The general strategy is to pass a boolean pointer to functions in > ReadableStreamOperations that call into V8 Extras. If the internal call > fails, the boolean is set to true, and the call returns a default value. > > BodyStreamBuffer keeps the boolean as member variable. Once a call to a > V8 extra function fails, the boolean is set and no more calls will be > made. This is to avoid us taking action based on information that is > incorrect. > > For Tee() and the from-stream version of the BodyStreamBuffer > constructor, we use an ExceptionState object instead. In these cases, it > is straightforward to pass through ExceptionState object from the Blink > bindings. This allows the failure to be propagated safely back to > Javascript. > > Conversely, DefaultReaderRead() has been switched from using > ExceptionState to using an error-signalling bool. This is because its > callers do not have access to a real ExceptionState object. Previously > callers used a NonThrowableExceptionState, but this was not suitable as > DefaultReaderRead() can throw. > > BodyStreamBuffer mostly wraps access to ReadableStreamOperations, so > some degree of encapsulation has been retained. > > 7 new layout tests exercise each of the deterministically reachable > crashes, using stack overflows. Because they depend on stack layout and > whether DCHECKs are enabled, they only hit the crashes in particular > environments. > > Bug: 829790, 849312 > Change-Id: I47481b33a47b418dc6916e3b4311e60b5fd89e3d > Reviewed-on: https://chromium-review.googlesource.com/1097047 > Commit-Queue: Adam Rice <ricea@chromium.org> > Reviewed-by: Yuki Shiino <yukishiino@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568009} TBR=ricea@chromium.org,yukishiino@chromium.org,yhirano@chromium.org Change-Id: I4234c9a5ebb7bed44f3f0a66b266b65a80efb295 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 829790, 849312 Reviewed-on: https://chromium-review.googlesource.com/1105577Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#568279}
-
Devlin Cronin authored
Add IPv6 support to match patterns (URLPatterns). This is most necessary for implementing activeTab support on IPv6 addresses, and will also be needed for runtime host permissions. Bug: 853064 Change-Id: I0ac1980af679476c17112137575d37ad77490dcc Reviewed-on: https://chromium-review.googlesource.com/1102118Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568278}
-
Ryan Hansberry authored
This change only plumbs DeviceSyncClient into MessageTransferOperation in Tether; it does not actually use it. A subsequent CL will utilize DeviceSyncClient and SecureChannelClient, instead of BleConnectionManager, inside MessageTransferOperation. Bug: 824568, 752273 Change-Id: I8895110082bfa9b3d33f012b62e32e44c2331189 Reviewed-on: https://chromium-review.googlesource.com/1104721Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#568277}
-
Tien-Ren Chen authored
This is a band-aid for a null pointer crash when layer_state_ is accessed. We don't know why a null state can ever happen, and there is no meaningful fallback. This CL skips painting for the offending layer so at least it won't crash. BUG=853096 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I52ae41253440d6937909cc69f1711852fc4efd6b Reviewed-on: https://chromium-review.googlesource.com/1105342Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568276}
-
Daniel Cheng authored
There's no need to pass this by copy. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I0a4b7b66d31d040f36bac790a76c3bf7baad91b9 Reviewed-on: https://chromium-review.googlesource.com/1103674Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#568275}
-
Paul Meyer authored
As per this spec: https://wicg.github.io/reporting/#dictdef-reportingobserveroptions Bug: 731810 Change-Id: I50840a97c2858fd04f397fd9799156d8e1e873c5 Reviewed-on: https://chromium-review.googlesource.com/1101312 Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#568274}
-
Pedro Amaral authored
The naming convention is coordinator. The controller is the combination of the coordinator and mediator. Change-Id: I80346b7a606cd5e2d86dee0f6d8ef2594a62cbda Reviewed-on: https://chromium-review.googlesource.com/1103386 Commit-Queue: Pedro Amaral <amaralp@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#568273}
-
Bret Sepulveda authored
The test assumed BlueButton would always be used for dialog buttons, but LabelButton is used in Harmony (which Refresh implies). Bug: 846410 Change-Id: Id7fb8f66cc0abb120fdb81294c4d00c3faf060ae Reviewed-on: https://chromium-review.googlesource.com/1105457Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#568272}
-
Alexis Hetu authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/88482c3..1fa2067 BUG=chromium:845700 chromium:852641 chromium:851707 TBR=kbr@chromium.org TEST=bots CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_chromium_cfi_rel_ng;luci.chromium.try:android_optional_gpu_tests_rel Change-Id: I86645f0e44657bd864a347728994e469b789bc75 Reviewed-on: https://chromium-review.googlesource.com/1104986 Commit-Queue: Alexis Hétu <sugoi@chromium.org> Reviewed-by:
Alexis Hétu <sugoi@chromium.org> Cr-Commit-Position: refs/heads/master@{#568271}
-
Sergey Ulanov authored
This is a reland of 08410d56 TBR=kmackay@chromium.org Original change's description: > Fuchsia: Implement MixerOutputStreamFuchsia using AudioRenderer2. > > Previously MixerOutputStreamFuchsia was using media_client library, > which is deprecated now. Update it to use AudioRenderer2 FIDL interface > directly. > > Bug: 851733 > Change-Id: I72a43369d16ecd626aa7294a6f3500b57bb3731e > Reviewed-on: https://chromium-review.googlesource.com/1100376 > Reviewed-by: Kenneth MacKay <kmackay@chromium.org> > Reviewed-by: Wez <wez@chromium.org> > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#568159} Bug: 851733 Change-Id: Id61c6d2cda42f6b6696bbb4d7649b334fd7d7d41 Reviewed-on: https://chromium-review.googlesource.com/1105138 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568270}
-
Xianzhu Wang authored
PaintLayerPainter::PaintLayerWithAdjustedRoot skips painting of a layer whose transform is not invertible, so we need to repaint the layer when invertible status changes. Bug: 853047 Change-Id: Ie24af4de933336e888065e993e473ab8ed4711a4 Reviewed-on: https://chromium-review.googlesource.com/1105298Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568269}
-
Bailey Berro authored
This change adds an additional encoded field to the FileSystemId string for Smb Mounts when mounting with ChromAD Kerberos. This encodes whether the share was initially mounted using ChromAD Kerberos and allows us to remount ChromAD Kerberos users' shares automatically. Bug: chromium:757625 Test: unittests Change-Id: Ic22e9bb6f26e5b526984388785b1ae9b1d8ca1fa Reviewed-on: https://chromium-review.googlesource.com/1093954 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#568268}
-
Nick Harper authored
TBR=estark@chromium.org Change-Id: I61a1f548eff51f81a78b2c000b75fc11e97500b4 Reviewed-on: https://chromium-review.googlesource.com/1105346 Commit-Queue: Nick Harper <nharper@chromium.org> Reviewed-by:
Nick Harper <nharper@chromium.org> Cr-Commit-Position: refs/heads/master@{#568267}
-
Danyao Wang authored
Only for new navigations started with |loadCurrentURLInNativeView|. This fixes the brief blank screen before NTP is presented. WebStateObserver callbacks are not moved; they are still only triggered after placeholder load finishes. This is because navigation manager state (e.g. last committed item) must only be updated after WKWebView back-forward history is updated. Bug: 819606 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Ied642aaf0b4fdcab057faea7ee320ad5b5a88478 Reviewed-on: https://chromium-review.googlesource.com/1104301 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#568266}
-
Carlos Knippschild authored
So that the enabled group name matches the upcoming new name for the experiment configuration. Bug: 687364 Change-Id: I4798aefb08f2531eaabd74ca04d7b870f5d25a88 Reviewed-on: https://chromium-review.googlesource.com/1105183Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568265}
-
wutao authored
When opening app in app list or in the search result, we want to dismiss the launcher first while waiting the app to be opened. This cl consolidates the dismiss codes to common code paths. Bug: 851555 Test: manual. Change-Id: I0230838c368c74c0acbf3e889ac9162be3abdb87 Reviewed-on: https://chromium-review.googlesource.com/1105279 Commit-Queue: Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568264}
-
Kyle Horimoto authored
This operation attempts to connect to a remote device over BLE via the initiator role via BleConnectionManager. Bug: 824568, 752273 Change-Id: Ifa3f161f8e0493707be83a217ed8aeb370bfe195 Reviewed-on: https://chromium-review.googlesource.com/1103192 Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#568263}
-
James Wallace-Lee authored
This prevents sandboxed iframes that allow popups but not top navigation from navigating the top frame. The test fast/dom/Window/window-open-no-multiple-windows-from-sandbox tests that a sandboxed iframe cannot navigate the top frame when WebKitSupportsMultipleWindows is false. Bug: 845983 Change-Id: Ibe49275428bca1ceb3b5ca367d9309c2e087ea8a Reviewed-on: https://chromium-review.googlesource.com/1098460Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Cr-Commit-Position: refs/heads/master@{#568262}
-
Noel Gordon authored
This reverts commit 210d3b47. Reason for revert: https://crbug.com/852246#c12, this issue was fixed already, no need to revert. "Slowness and times out": not so per the logs. They were reporting JS exceptions were being thrown in test due to JS Array being 'undefined', issue 852246. Original change's description: > Disable FolderShortcuts/FilesAppBrowserTest on ASan > > It's too slow and times out. > > TBR=fukino@chromium.org > > Bug: 851988 > Change-Id: I868d846e3fae5f7dd16b2a2c7203602008221396 > Reviewed-on: https://chromium-review.googlesource.com/1104424 > Reviewed-by: Marc Treib <treib@chromium.org> > Commit-Queue: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567991} TBR=fukino@chromium.org,treib@chromium.org Change-Id: Ia287519344b7aeecc03da8539fc4448e1224c740 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 851988, 852246 Reviewed-on: https://chromium-review.googlesource.com/1105537Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#568261}
-
Adam Langley authored
This IP address is misused by some networking equipment and is breaking things like captive portals. Hopefully in time we can reverse this but, for now, ease the pain and drop 1.1.1.1 from the preload list. BUG=853934 Change-Id: I8e8e9b212312430b66a19880ed5a74ebe303ec41 Reviewed-on: https://chromium-review.googlesource.com/1105299Reviewed-by:
Nick Harper <nharper@chromium.org> Commit-Queue: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#568260}
-
Chris Harrelson authored
* Check for clip path before calling into method regarding clip path * Dereference GetLayoutObject only once * Use StyleRef(). instead of Style() or a conditional, since all LayoutObjects will have a ComputedStyle by the time these callsites happen. * Short-circuit fragment clip logic a little bit if offset_from_root is null Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I26d64e270e9f10955e4f56433363456e7fdce1a4 Reviewed-on: https://chromium-review.googlesource.com/1103288 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568259}
-
Esmael El-Moslimany authored
Bug: 851431 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: Ib81a7c7bc9cd2177919702c078b140e6a0b39281 Reviewed-on: https://chromium-review.googlesource.com/1096351 Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Reviewed-by:
Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#568258}
-
Matt Menke authored
As of https://chromium-review.googlesource.com/c/chromium/src/+/1096075, URLRequestContextBuilderMojo no longer needs to call into NetworkContext as part of IOThread/ProfileIOData setup when the network service is enabled. This means we can make NetworkContext::ApplyContextParamsToBuilder non-static, and remove its rather long argument list. Bug: 825242 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Iecf240f3091c9f57380e0f06d2e455532ccff4ab Reviewed-on: https://chromium-review.googlesource.com/1104808Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#568257}
-
danakj authored
Currently the GpuVideoAcceleratorFactoriesImpl will check for context loss every time it tries to use the GL context, and destroy it immediately if it sees a loss. This is problematic if the ContextProvider is still on the callstack, which it is if we're inside the context loss callback. Instead, leave the ContextProvider alive until the GpuVideoAcceleratorFactoriesImpl stops being used. R=liberato@chromium.org Bug: 849131 Change-Id: I8ec66671b4bbf5d426cb5fb184653a5863de9fd9 Reviewed-on: https://chromium-review.googlesource.com/1104777 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568256}
-
dpapad authored
CrElementsLazyRenderTest.All CrElementsPolicyIndicatorBehaviorTest.All CrSettingsDropdownMenuTest.All CrSettingsPeoplePageTest.All CrSettingsPrefsTest.All CrSettingsSystemPageTest.All Note that in Polymer 2 (unlike Polymer 1), an element's local DOM is not ready, until after the element is attached to the document. Several tests currently: - Either test UI elements not in the document, or - Interact with UI elements before they are appended to the document. which leads to failures. Bug: 738611 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: If8b05c283afa18b0e08b16365d1a8f53352765e6 Reviewed-on: https://chromium-review.googlesource.com/1098299Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#568255}
-
Jeremy Roman authored
Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I52f3764b856c9b3c6f01f546cd808384bada34c6 Reviewed-on: https://chromium-review.googlesource.com/1105065Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#568254}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d4c89837..a80d9730 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I2e1a02accf8ef9dd1fcc24321688fb643f30b7db Reviewed-on: https://chromium-review.googlesource.com/1105184Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568253}
-
Philip Rogers authored
This is all dead code. Bug: 823365 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I2b7e8281099435dc937ddf5f8e2e77749c5cbad7 Reviewed-on: https://chromium-review.googlesource.com/1103779Reviewed-by:
Steve Kobes <skobes@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568252}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/15590d1a9bee..86e1b8b5a23b git log 15590d1a9bee..86e1b8b5a23b --date=short --no-merges --format='%ad %ae %s' 2018-06-18 stevenjb@chromium.org cros_chrome_sdk: Remove deprecated --component and --fastbuild args Created with: gclient setdep -r src/third_party/chromite@86e1b8b5a23b The AutoRoll server is located here: https://chromite-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:711618 TBR=chrome-os-gardeners@chromium.org Change-Id: Ia853f1da35b2b5403029bbf212632b5f497fb88d Reviewed-on: https://chromium-review.googlesource.com/1105217Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568251}
-
Mike Klein authored
Change-Id: I70485ca47cb75157bc8945314561a3b6ff6ec104 Reviewed-on: https://chromium-review.googlesource.com/1104801 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#568250}
-
Xing Liu authored
This CL sets a description for accessibility purpose on the radio button in download preferences. Bug: 850254 Change-Id: I5c854041e26094dd69cd95e74cacd06cb3eed4f4 Reviewed-on: https://chromium-review.googlesource.com/1103306Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568249}
-
Xing Liu authored
The storage info string currently lives inside the toolbar. The text may be clipped on certain devices, or when using large font in accessibility setting. This CL moves the storage string out of toolbar. Bug: 849973, 852254 Change-Id: I518cdb30e021e2ffeefee4db6b2328a2d15597a1 Reviewed-on: https://chromium-review.googlesource.com/1102167 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#568248}
-
Peter Boström authored
Adds back parts of ShouldShowProfileIndicatorIcon on ChromeOS under Refresh. This indicator should now show under Refresh but only for teleported browser windows. Bug: chromium:834524 Change-Id: I40e4233f2ffdf6df3f07ee6b0cc41e9d5b5f6a9a Reviewed-on: https://chromium-review.googlesource.com/1105278 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#568247}
-
Henrique Grandinetti authored
Bug: 823536 Change-Id: If7441ec8bff5fc95af03eb07955ee94b21f46208 Reviewed-on: https://chromium-review.googlesource.com/1095375 Commit-Queue: Henrique Grandinetti <hgrandinetti@google.com> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Jacob Dufault <jdufault@chromium.org> Cr-Commit-Position: refs/heads/master@{#568246}
-