- 12 Mar, 2018 11 commits
-
-
Luciano Pacheco authored
CL #3 out of 5. Convert the remaining directories of third_party/WebKit/Source/core/. When the class ctor is private use base::WrapUnique(), otherwise use std::make_unique(). Remove includes of wtf/PtrUtil.h, and add missing #includes detected by the 'git cl lint' command. Bug: 781645 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Ie8367d0c6913a8cfccb37b57335b5d9ae2c46f81 Reviewed-on: https://chromium-review.googlesource.com/950623Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#542418}
-
Kent Tamura authored
Bug: 770603 Change-Id: Iaa7d740585bd2635aefac260cc416b3002e2b667 Reviewed-on: https://chromium-review.googlesource.com/958701Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542417}
-
Kunihiko Sakamoto authored
The new format tells how many bytes to read before starting the parser, and it can be parsed without buffering the entire signed exchange. So after this patch, SignedExchangeHandler no longer uses string accumulation. This patch also updates the test htxg files to the new format. Test: all existing tests should pass. Bug: 803774 Change-Id: Id463bd74330392619c2a7b334b0a359a6b742be0 Reviewed-on: https://chromium-review.googlesource.com/945092 Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#542416}
-
Dominick Ng authored
BUG=811578 Change-Id: I89e36faf196520ecc05dea024204792f54caea1b Reviewed-on: https://chromium-review.googlesource.com/939063Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#542415}
-
Trent Apted authored
This reverts commit b213e00a. Reason for revert: ProcessManagerBrowserTest.NestedURLDownloadsToExtensionAllowed fails on Win7 (32) since https://ci.chromium.org/buildbot/chromium.win/Win7%20%2832%29%20Tests/31089 errors like [2768:3776:0309/113129.955:WARNING:discovery_network_list_win.cc(195)] Failed to open Wlan client handle: 1062 [2768:7568:0309/113130.435:WARNING:embedded_test_server.cc(228)] Request not handled. Returning 404: /favicon.ico Original change's description: > Break up NestedURLNavigationsToExtensionBlocked into two tests. > > The test recently starting timing out on the bots, most likely because > it was taking too long. It might've become too slow after r529904 added > more code to it (coverage for downloads). > > This CL breaks up the latter addition into its own test. > > Bug: 806684 > Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo > Change-Id: Ie1d8fb7278387147e6f781c3163ea5fc89cbf183 > Reviewed-on: https://chromium-review.googlesource.com/944570 > Commit-Queue: Alex Moshchuk <alexmos@chromium.org> > Reviewed-by: Devlin <rdevlin.cronin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542177} TBR=rdevlin.cronin@chromium.org,alexmos@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 806684 Change-Id: I75d971eb328af97f4f4aa98efb36628993ce9c96 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo Reviewed-on: https://chromium-review.googlesource.com/958661Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#542414}
-
Trent Apted authored
This reverts commit 4233662f. Reason for revert: suspected for browser_tests memory leak reported for SiteDetailsBrowserTest.ManyIframes starting in link - https://uberchromegw.corp.google.com/i/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%281%29/builds/26536 example stack like Indirect leak of 16 byte(s) in 1 object(s) allocated from: #0 0x9c5602 in operator new(unsigned long) /b/build/slave/linux_upload_clang/build/src/third_party/llvm/compiler-rt/lib/asan/asan_new_delete.cc:92:3 #1 0x12a5445c in make_unique<ukm::mojom::UkmRecorderInterfaceProxy, mojo::InterfaceEndpointClient *> buildtools/third_party/libc++/trunk/include/memory:3079:28 #2 0x12a5445c in mojo::internal::InterfacePtrState<ukm::mojom::UkmRecorderInterface>::ConfigureProxyIfNecessary() mojo/public/cpp/bindings/lib/interface_ptr_state.h:214 #3 0x12a5375b in instance mojo/public/cpp/bindings/lib/interface_ptr_state.h:113:5 #4 0x12a5375b in get mojo/public/cpp/bindings/interface_ptr.h:97 #5 0x12a5375b in operator-> mojo/public/cpp/bindings/interface_ptr.h:100 #6 0x12a5375b in ukm::MojoUkmRecorder::UpdateSourceURL(long, GURL const&) services/metrics/public/cpp/mojo_ukm_recorder.cc:32 #7 0x1bd46a10 in blink::Document::UkmRecorder() third_party/WebKit/Source/core/dom/Document.cpp:5978:20 #8 0x1c741e81 in blink::LocalFrameView::EnsureUkmTimeAggregator() third_party/WebKit/Source/core/frame/LocalFrameView.cpp:5862:32 Original change's description: > [OOPIF] Move IsLocalRoot() helper from Frame to LocalFrame. > > This method doesn't really make sense on Frame, as it is a property of > a LocalFrame. Putting it on Frame implies that there are situations > where it would return true for RemoteFrame, but that acn never happen. > > There are a few places that walk all frames in the frame tree looking > for local roots and thus need to do an extra IsLocalFrame() check now: > - PropagateZoomFactorToLocalFrameRoots: visits all the local roots in a > frame tree to update the zoom factor. > - DidExitFullscreen: this one is slightly unusual in that it only > notifies the *topmost* local root. > - FocusedOrMainFrame: arguably wrong and should be removed. > > If there are a more instances in the future of needing to walk the frame > tree for all local roots, it might be worth adding a helper. > > Change-Id: Ib91a813c16d5a9b4393962f0053f14447989053f > Reviewed-on: https://chromium-review.googlesource.com/958232 > Reviewed-by: Kentaro Hara <haraken@chromium.org> > Commit-Queue: Daniel Cheng <dcheng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542403} TBR=dcheng@chromium.org,haraken@chromium.org Change-Id: I189d52af812f6e3d4cdaf8ab40bd22197f14fcc6 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/958622Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#542413}
-
Trent Apted authored
This reverts commit 29607010. Reason for revert: causes telemetry_perf_tests to fail on mac 10.12 since https://uberchromegw.corp.google.com/i/chromium.mac/builders/Mac10.12%20Tests/builds/10960 error like Failed to execute "/b/s/w/ir/.swarming_module_cache/vpython/aa03a4/bin/python /b/s/w/ir/components/crash/content/tools/generate_breakpad_symbols.py --binary=/b/s/w/ir/out/Release/Chromium.app/Contents/Versions/67.0.3365.0/Chromium Helper.app/Contents/MacOS/Chromium Helper --symbols-dir=/b/s/w/itcCWvow/tmpsqdLGL/symbols --build-dir=/b/s/w/ir/out/Release" causing Unexpected Failures: * core.stacktrace_unittest.TabStackTraceTest.testCrashMinimalSymbols * core.stacktrace_unittest.TabStackTraceTest.testCrashSymbols Original change's description: > generate_breakpad_symbols: ensure otool path exists on Mac > > BUG=813163 > TBR=jochen@chromium.org > > Change-Id: I1fb5565b978fb38b39fb2ddf9f726f9a3c5bd794 > Reviewed-on: https://chromium-review.googlesource.com/953591 > Reviewed-by: Sergey Berezin <sergeyberezin@chromium.org> > Commit-Queue: Sergey Berezin <sergeyberezin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#541636} TBR=sergeyberezin@chromium.org,jochen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 813163 Change-Id: If21d6769c514e5a037fb3e1d8ed2a20c43f01482 Reviewed-on: https://chromium-review.googlesource.com/958363Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#542412}
-
Dominick Ng authored
The result of creating a bookmark app is a pointer to an extension. When this pointer is null, either the extension failed to be created, or the user did not accept the installation prompt. This CL assumes that the user declined the prompt, which is the expected outcome of a nullptr. It means that the userChoice promise will be resolved with 'dismissed' when the ExperimentalAppBanners feature is active on desktop. BUG=805744 Change-Id: Ibafe6478e665169194da930ab4d210e62b07b759 Reviewed-on: https://chromium-review.googlesource.com/942582 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#542411}
-
Kent Tamura authored
This is a preparation for the Great Blink mv. * PRESUBMIT.py doesn't exclude snake_case.{cc,h} files. * check-webkit-style assumes *.cc as a C++ source. * check-webkit-style suggests the standard include guard macro for snake_case files. Bug: 622551 Change-Id: I7c94f07c67718033d89714417a4f797e87090e39 Reviewed-on: https://chromium-review.googlesource.com/954622Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542410}
-
Trent Apted authored
- Makes SetInsets public: rather than protected:, and - Adds an overload that uses the same insets for touch and mouse. Bug: None Change-Id: I59d570d7b3e4417f7861400baff7e17c6992f35c Reviewed-on: https://chromium-review.googlesource.com/923224Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#542409}
-
Luciano Pacheco authored
CL #5 out of 5. Converted remaining sub-directories of third_party/WebKit/Source/platform/. When the ctor is private replaced to base::WrapUnique, otherwise used std::make_unique. Removed include of wtf/PtrUtil.h. Fixed missing includes pointed by git cl lint. Bug: 781645 Change-Id: I8c6a85c0490b0e615e3d41e96821559aa6aa4e26 Reviewed-on: https://chromium-review.googlesource.com/952505Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Luciano Pacheco (SYD) <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#542408}
-
- 11 Mar, 2018 18 commits
-
-
Dominick Ng authored
BUG=471623 Change-Id: Ib626cee3af1bcf19b2e32cd08e9fac8ca8225b2f Reviewed-on: https://chromium-review.googlesource.com/945030Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#542407}
-
Kent Tamura authored
Apply snake_case to *.proto, and update #includes for generated *.pb.h. We have core/css/parser/CSS.proto. Bug: 578345 Change-Id: I577c819d6861302649ceeec22061efb490dd7dba Reviewed-on: https://chromium-review.googlesource.com/956163Reviewed-by:
Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#542406}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 4233662f. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13720 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: hta@chromium.org: external/wpt/webrtc TBR=foolip No-Export: true Change-Id: Ic0a4e6ad0aaca804d8ab727b5e0509339953e34b Reviewed-on: https://chromium-review.googlesource.com/958191 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#542405}
-
Sadrul Habib Chowdhury authored
The environment needs to be set up only once for all runs, instead once for every run. BUG=820371 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel Change-Id: I54f4ccce8349b58f6d1bf67fa801e4181db1b119 Reviewed-on: https://chromium-review.googlesource.com/958227Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#542404}
-
Daniel Cheng authored
This method doesn't really make sense on Frame, as it is a property of a LocalFrame. Putting it on Frame implies that there are situations where it would return true for RemoteFrame, but that acn never happen. There are a few places that walk all frames in the frame tree looking for local roots and thus need to do an extra IsLocalFrame() check now: - PropagateZoomFactorToLocalFrameRoots: visits all the local roots in a frame tree to update the zoom factor. - DidExitFullscreen: this one is slightly unusual in that it only notifies the *topmost* local root. - FocusedOrMainFrame: arguably wrong and should be removed. If there are a more instances in the future of needing to walk the frame tree for all local roots, it might be worth adding a helper. Change-Id: Ib91a813c16d5a9b4393962f0053f14447989053f Reviewed-on: https://chromium-review.googlesource.com/958232Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#542403}
-
Daniel Cheng authored
WebLocalFrame and WebFrameWidget return pointers to each other, so this trick only works in one direction. Which direction is somewhat arbitrary and leads to a lot of other files not including what they use. Just add a non-virtual Impl getter for code in Blink. Bug: 478281 Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: Iad383a8e3cbd753de1547d12a13eb7de63a827af Reviewed-on: https://chromium-review.googlesource.com/957748Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#542402}
-
https://skia.googlesource.com/skia.git/+log/6f5bfdca2065..e8de02456a10 $ git log 6f5bfdca2..e8de02456 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 mtklein with no more offline codegen, seed_shader can be normal Created with: roll-dep src/third_party/skia 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;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 TBR=stephana@chromium.org Change-Id: I53d2860f2ea2eb08d4e0427d2d04e0a3b9ee1794 Reviewed-on: https://chromium-review.googlesource.com/957785Reviewed-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@{#542401}
-
Nico Weber authored
https://chromium-review.googlesource.com/c/chromium/src/+/952207 removed the initialization of 4 values from constructors, but some tests still read these values. Set them to default values. See comments on the original review for links to failing bots. TBR=dalecurtis@chromium.org Bug: 801245 Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 Change-Id: I346b16102492e2683e7a7cd4d626eeb4c25f1e12 Reviewed-on: https://chromium-review.googlesource.com/958208 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#542400}
-
Ramin Halavati authored
Network traffic annotation is added to bidirectional_stream.cc and is used to create Quic or Spdy bidirectional streams. Bug: 656607 Change-Id: I3af2658d69940b66081429b9d970657b07cf1796 Reviewed-on: https://chromium-review.googlesource.com/952969 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Cr-Commit-Position: refs/heads/master@{#542399}
-
https://skia.googlesource.com/skia.git/+log/79ee1b0c4ee9..6f5bfdca2065 $ git log 79ee1b0c4..6f5bfdca2 --date=short --no-merges --format='%ad %ae %s' 2018-03-11 update-skps Update SKP version 2018-03-10 benjaminwagner Fix OS and GPU driver version for GT610 bots. 2018-03-09 benjaminwagner Add ProcDump support to gn_flavor.py. Created with: roll-dep src/third_party/skia 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;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 TBR=stephana@chromium.org Change-Id: Ibe53004c9c39cf29b201c548fc67cac1b49ae5b8 Reviewed-on: https://chromium-review.googlesource.com/958581Reviewed-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@{#542398}
-
Ramin Halavati authored
Bug fixed which resulted in run_tool.py crash, when a path was given which could cover the last file in the repository, such as './'. Bug: 690323 Change-Id: I01e767b73d7c768283a868933d40ac209453c3de Reviewed-on: https://chromium-review.googlesource.com/955644Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#542397}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0cf325d6..6487d3d1 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;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=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I0c81296a4b5b6aea7abf4856deb9f59e4da79b71 Reviewed-on: https://chromium-review.googlesource.com/958185Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#542396}
-
Thomas Anderson authored
This reverts commit ebc4d82a. Reason for revert: Broke Linux Builder: https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Linux%20Builder/99438 Original change's description: > Build non-official app_shell installer on Linux > > This causes the app_shell .deb installer to be built on non-ASAN/MSAN > Linux CQ and waterfall bots, so regressions that break the installer > build can be caught before hitting the official builders. > > The Chrome installer was enabled for non-official Linux builders in > https://bugs.chromium.org/p/chromium/issues/detail?id=758654#c32. > > Bug: 714465 > Change-Id: Ifb6908b756d9ffc292fc131396c424d66f841a2a > Reviewed-on: https://chromium-review.googlesource.com/956756 > Reviewed-by: Michael Moss <mmoss@chromium.org> > Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542382} TBR=mmoss@chromium.org,michaelpg@chromium.org Change-Id: Id8587cea5bfcc646b0d4c2a6f2fbd52ee11904be No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 714465 Reviewed-on: https://chromium-review.googlesource.com/958284Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#542395}
-
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 The AutoRoll server is located here: https://afdo-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. TBR=gbiv@chromium.org Change-Id: Iada23c8e23376dfb3c0c1efb2fe39455eb3fe7bf Reviewed-on: https://chromium-review.googlesource.com/958482 Commit-Queue: afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
afdo-chromium-autoroll <afdo-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542394}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: Ic401f749a0856f7ae6353842d05fd4509e8d797a Reviewed-on: https://chromium-review.googlesource.com/958207Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#542393}
-
Jinsong Fan authored
Cronet uses only a few classes in base_java. The CL mainly excludes classes that contain library_loader, multidex and process_launcher. The size of cronet_impl_native_java.jar is reduced by 165 KiB. Cq-Include-Trybots: master.tryserver.chromium.android:android_cronet_tester Change-Id: I10d1546b38538052d2e2e286c95b71d20e7dbeb9 Reviewed-on: https://chromium-review.googlesource.com/955802Reviewed-by:
Helen Li <xunjieli@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#542392}
-
Joel Einbinder authored
Change-Id: Ib3db9d58f1c4b1f91a1fc876a354907208958e11 Reviewed-on: https://chromium-review.googlesource.com/912466 Commit-Queue: Paul Irish <paulirish@chromium.org> Reviewed-by:
Pavel Feldman <pfeldman@chromium.org> Cr-Commit-Position: refs/heads/master@{#542391}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f7adad1a. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/13618 Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md TBR=foolip No-Export: true Change-Id: I311971dc65c4901e4bf3db731a2f6d7056976c44 Reviewed-on: https://chromium-review.googlesource.com/958187 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#542390}
-
- 10 Mar, 2018 11 commits
-
-
Sergey Volk authored
We need it to be build libminigbm.so with use_exynos_backend=true Bug: none Change-Id: I35d9ee0971832eff51cca5fa40e386157c627a79 Reviewed-on: https://chromium-review.googlesource.com/957979Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Sergey Volk <servolk@chromium.org> Cr-Commit-Position: refs/heads/master@{#542389}
-
https://webrtc.googlesource.com/src.git/+log/19170186a0cb..abff7dd7c9e0 $ git log 19170186a..abff7dd7c --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc The AutoRoll server is located here: https://webrtc-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I162f99104a9d90b1d0e60161fefdb404630b417e Reviewed-on: https://chromium-review.googlesource.com/957826Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542388}
-
tzik authored
This updates //headless to use base::OnceCallback instead of legacy base::Callback. No intended functional change is included. This reduces the number of 'base::Bind' in //headless from 142 to 21, and //out/Release/gen from 1011 to 466 as tracked at http://goo.gl/LUVhDj Bug: 714018 Change-Id: Id4ed7a54b9aab6fb649e8bf160b54595daadda88 Reviewed-on: https://chromium-review.googlesource.com/956791Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Cr-Commit-Position: refs/heads/master@{#542387}
-
Rune Lillesveen authored
We used to force clean style and layout tree getComputedStyle queries to elements inside shadow trees. This was because the traversal in Document::NeedsLayoutTreeUpdateForNode() skipped slots and shadow roots. Now that slots are included in the flat tree, we can simply add checks for shadow roots walking up the flat tree. TEST=fast/dom/shadow/sibling-rules-under-shadow-root.html Bug: 704421 Change-Id: Iee46f326ea96c0a4fad3e09b7784cf86d1dcdc85 Reviewed-on: https://chromium-review.googlesource.com/950042 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Hayato Ito <hayato@chromium.org> Cr-Commit-Position: refs/heads/master@{#542386}
-
https://skia.googlesource.com/skia.git/+log/a46623b2f3bb..79ee1b0c4ee9 $ git log a46623b2f..79ee1b0c4 --date=short --no-merges --format='%ad %ae %s' 2018-03-10 angle-skia-autoroll Roll skia/third_party/externals/angle2/ e2995cce7..b7d924a8f (1 commit) Created with: roll-dep src/third_party/skia 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;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 TBR=fmalita@chromium.org Change-Id: Ie82a7709f36f559218c28b7245389fe45201e11e Reviewed-on: https://chromium-review.googlesource.com/957824 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542385}
-
https://chromium.googlesource.com/angle/angle.git/+log/e2995cce7161..b7d924a8f4ad $ git log e2995cce7..b7d924a8f --date=short --no-merges --format='%ad %ae %s' 2018-03-10 jmadill Vulkan: Make free part of DescriptorPool. Created with: roll-dep src/third_party/angle The AutoRoll server is located here: https://angle-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;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 TBR=ynovikov@chromium.org Change-Id: I1d02970036f63849af83cc5713afe854fc92408d Reviewed-on: https://chromium-review.googlesource.com/958409Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542384}
-
tzik authored
Most of BindRepeating in task_queue_manager_impl_unittes.cc and task_queue_throttler_unittest.cc can be tighten to BindOnce. This CL converts them to BindOnce where possible. Change-Id: I6f88c5cd4162f5b1b20add7f4181f559791ad636 Reviewed-on: https://chromium-review.googlesource.com/956788 Commit-Queue: Taiju Tsuiki <tzik@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#542383}
-
Michael Giuffrida authored
This causes the app_shell .deb installer to be built on non-ASAN/MSAN Linux CQ and waterfall bots, so regressions that break the installer build can be caught before hitting the official builders. The Chrome installer was enabled for non-official Linux builders in https://bugs.chromium.org/p/chromium/issues/detail?id=758654#c32. Bug: 714465 Change-Id: Ifb6908b756d9ffc292fc131396c424d66f841a2a Reviewed-on: https://chromium-review.googlesource.com/956756Reviewed-by:
Michael Moss <mmoss@chromium.org> Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Cr-Commit-Position: refs/heads/master@{#542382}
-
https://webrtc.googlesource.com/src.git/+log/03e6ec9db0ec..19170186a0cb $ git log 03e6ec9db..19170186a --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src/third_party/webrtc BUG=None The AutoRoll server is located here: https://webrtc-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. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng;master.tryserver.chromium.win:win-msvc-dbg TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie74aadcf5d74ae882fb6a192bccc93b2e2123151 Reviewed-on: https://chromium-review.googlesource.com/958407 Commit-Queue: webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
webrtc-chromium-autoroll <webrtc-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#542381}
-
https://skia.googlesource.com/skia.git/+log/e3dc6a93466f..a46623b2f3bb $ git log e3dc6a934..a46623b2f --date=short --no-merges --format='%ad %ae %s' 2018-03-10 mtklein follow JUMPER_NARROW_STAGES in lowp stages too Created with: roll-dep src/third_party/skia 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;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 TBR=fmalita@chromium.org Change-Id: I848a0b92c0bbe05379ae0bd99ce11e423418c24e Reviewed-on: https://chromium-review.googlesource.com/958405Reviewed-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@{#542380}
-
Xiaoqian Dai authored
This reverts commit 07b983e8. Reason for revert: It broken the chrome caroline-information pfq build and reef chrome pfq. See crbug.com/820302 for details. Bug: 820302 Original change's description: > Migrate ServicesCustomizationDocument to SimpleURLLoader > > update to https://chromium-review.googlesource.com/c/chromium/src/+/884063 > > Bug: 773295 > Change-Id: Iba3ea07f19034bf9a1ea2c75876cac5d28297486 > Reviewed-on: https://chromium-review.googlesource.com/956291 > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Commit-Queue: Mark Pilgrim <pilgrim@chromium.org> > Cr-Commit-Position: refs/heads/master@{#542180} TBR=jamescook@chromium.org,mmenke@chromium.org,pilgrim@chromium.org Change-Id: I529f57fc99d56d48068af69a4722f28425e76d77 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 773295 Reviewed-on: https://chromium-review.googlesource.com/957744Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#542379}
-