- 25 Jul, 2018 40 commits
-
-
Sky Malice authored
While modifying usage_time_limit_processor*, also fixed lint issues. Change-Id: I9ab5bb049c4278539c89a3bf001815b8dc8cfd06 Reviewed-on: https://chromium-review.googlesource.com/1145461Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Commit-Queue: Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#578109}
-
Ryan Hamilton authored
Remove code differences in QUIC's ServerThread class by adding two new platform APIs QuicNotification and QuicThread. Change-Id: I7fb68f2b42613aa47a17953b16ae618ca431a60e Reviewed-on: https://chromium-review.googlesource.com/1149159 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#578108}
-
chrome://accessibilityJames Wallace-Lee authored
Allow users to specify a ms delay before calling requestNativeUITree. This is useful for getting the accessibility tree for UI elements that disappear when focus is lost. Change-Id: Ib1668cd00caa4a1a0379c7f424f929b3c6d7350d Reviewed-on: https://chromium-review.googlesource.com/1150441 Commit-Queue: James Wallace-Lee <jamwalla@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#578107}
-
Douglas Creager authored
The include_subdomains field in a NEL policy triggers special behavior: the policy can only be used to generate reports about DNS errors (and not about other kinds of errors, or about successful requests) — but only if the policy and report have different origins! If they have the same origin, the policy would have matched even if include_subdomains weren't set, and the special logic shouldn't apply. Bug: 867605 Change-Id: Iaa72c9dd2dc8e634f8b10acda8acc5e012bb460b Reviewed-on: https://chromium-review.googlesource.com/1150663Reviewed-by:
Misha Efimov <mef@chromium.org> Commit-Queue: Douglas Creager <dcreager@chromium.org> Cr-Commit-Position: refs/heads/master@{#578106}
-
Sahel Sharify authored
This reverts commit e459c6e9. Reason for revert: I re-wrote the flaky test. Original change's description: > Revert "fast/events/touch/gesture/* layouttests are using gpu benchmarking." > > This reverts commit 8faf0805. > > Reason for revert: caused webkit layout tests failures. the first failure https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20Leak/22103 > > Original change's description: > > fast/events/touch/gesture/* layouttests are using gpu benchmarking. > > > > Bug: 846424 > > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > > Change-Id: I13dc5826152a1b3f8157342a7f1d644f333a89e2 > > Reviewed-on: https://chromium-review.googlesource.com/1144230 > > Commit-Queue: Sahel Sharify <sahel@chromium.org> > > Reviewed-by: Navid Zolghadr <nzolghadr@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#577727} > > TBR=lanwei@chromium.org,nzolghadr@chromium.org,sahel@chromium.org > > Change-Id: I85c026c58b4a70626fe9c323c152b4ff92b455a0 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 846424 > Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel > Reviewed-on: https://chromium-review.googlesource.com/1150180 > Reviewed-by: Maxim Kolosovskiy <kolos@chromium.org> > Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#577856} TBR=lanwei@chromium.org,kolos@chromium.org,nzolghadr@chromium.org,sahel@chromium.org Bug: 846424 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I204f36b80ca421f85b6c375968a1134935fb3337 Reviewed-on: https://chromium-review.googlesource.com/1150094 Commit-Queue: Sahel Sharify <sahel@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#578105}
-
Vladislav Kaznacheev authored
Also replace in a few places outside app_list where app_list classes are instantiated. Bug: None Test: compile locally Change-Id: I21d26644275ea44c4d1610ffc034bda80225eaf8 Reviewed-on: https://chromium-review.googlesource.com/1149147Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Vladislav Kaznacheev <kaznacheev@chromium.org> Cr-Commit-Position: refs/heads/master@{#578104}
-
Johann authored
Document location of prerequisites. Print error messages when cmake fails. R=urvang@google.com Change-Id: Id4dbc614a1bfb708d916eb0da861f79ae0d9b264 Reviewed-on: https://chromium-review.googlesource.com/1150674 Commit-Queue: Urvang Joshi <urvang@chromium.org> Reviewed-by:
Urvang Joshi <urvang@chromium.org> Cr-Commit-Position: refs/heads/master@{#578103}
-
Dirk Pranke authored
When running `mb analyze` on the builders, we want to make sure we correctly catch changes to files included by grit but not explicitly mentioned as inputs in the BUILD.gn files. Unfortunately, we weren't passing along the -D flags we're using to actually run grit, and so we were not catching the files that are conditionally included. R=ddorwin@chromium.org BUG=862731 Change-Id: I68b98e5786a2dd44e9ee5404aa4de3b0b1feaf33 Reviewed-on: https://chromium-review.googlesource.com/1150612Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#578102}
-
webrtc-chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/a3df0f2d05c7..d9e4a06374b3 git log a3df0f2d05c7..d9e4a06374b3 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 steveanton@webrtc.org Add CreateSessionDescription overload which takes a cricket::SessionDescription Created with: gclient setdep -r src/third_party/webrtc@d9e4a06374b3 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=luci.chromium.try:linux_chromium_archive_rel_ng;master.tryserver.chromium.mac:mac_chromium_archive_rel_ng TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I69b28bdab8b3d6f4b7eccee135b2857726cf2f73 Reviewed-on: https://chromium-review.googlesource.com/1150249Reviewed-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@{#578101}
-
Devlin Cronin authored
Add the ability to edit or remove existing runtime host permissions in the chrome://extensions page. Reuse the existing runtime hosts dialog with extra information about a current entry, and add controls to trigger editing or removal of a current permission entry. Add JS tests for the same. Bug: 844128 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I0b1ad8bfcde167d6fa7c11a794ad04a8cb278e91 Reviewed-on: https://chromium-review.googlesource.com/1144532 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#578100}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2bce35f2. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/21745 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: nzolghadr@chromium.org, mustaq@chromium.org: external/wpt/pointerevents TBR=lukebjerring No-Export: true Change-Id: I54642867f4081a1547147946096e88aa1e032024 Reviewed-on: https://chromium-review.googlesource.com/1150611 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@{#578099}
-
Devlin Cronin authored
Do some quick clean up of json_schema_compiler.gni before splitting it out into multiple targets. - Remove ineffective visibility assignments and update docs - Remove stale references (generate_static_library) and unused options (output_name). Bug: 864576 Change-Id: I395bfcc0f222cfdae269f222a7b4d28e2fcdeed9 Reviewed-on: https://chromium-review.googlesource.com/1140504 Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#578098}
-
Robert Ogden authored
This skeleton framework shows the double-layered structure of this Preview. There is a Profile-level decider that manages server loadshedding behavior and then passes off the decision to the NavigationThrottle which will do the actual legwork of deciding to trigger the preview or not. This CL just creates the skeleton of this structure, much more will be added in upcoming CLs. Bug: 864635 Change-Id: I461fabc9dfbdc3d78bdf388939f0b34e80d90d11 Reviewed-on: https://chromium-review.googlesource.com/1145467 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#578097}
-
Gabriel Marin authored
Modifies the Windows addr2line wrapper to expect addresses relative to DllBase to better simulate how addr2line works with modules in Linux. Windows DLLs have a concept of "default load address" which hints to the OS where to load the binary image after relocation. The dbghelp.dll symbolization library will load the module at this location in the virtual address space meaning the caller of these functions would need to be aware of the base address. This makes things unnecessarily complex in the face of ASLR and also diverges from the behavior of addr2line when used with linux- style DSOs. This CL simply adds the module base address to the incoming addresses, thereby making the input relative addresses for the module which both is easier to use and lines up better with linux's addr2line behavior. These changes were made originally as part of CL https://codereview.chromium.org/2730473002. BUG=724399,b:70905156 Change-Id: I0abe9e0c380e7e60ae29a11021bb805b31718d08 Reviewed-on: https://chromium-review.googlesource.com/1147668 Commit-Queue: Gabriel Marin <gmx@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#578096}
-
Ned Nguyen authored
Bug: 864565 Cq-Include-Trybots: master.tryserver.chromium.perf:obbs_fyi Change-Id: I1fbea8b4afd7f6be773db2ea5f83e0a0aa549b41 Reviewed-on: https://chromium-review.googlesource.com/1150431Reviewed-by:
Simon Hatch <simonhatch@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#578095}
-
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/b76f0192a83a..c7d74cd68934 git log b76f0192a83a..c7d74cd68934 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 benjhayden@chromium.org Fix OOMs in update_test_suite_descriptors. Created with: gclient setdep -r src/third_party/catapult@c7d74cd68934 The AutoRoll server is located here: https://catapult-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=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=sullivan@chromium.org Change-Id: I65cf8f771c3fa66d328c323c36df59ba5820bda8 Reviewed-on: https://chromium-review.googlesource.com/1150363Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578094}
-
Vladimir Levin authored
This patch ignores reports from machines where TimeTicks::IsHighResolution returns false, since they mostly add noise. Bug: 867131 Change-Id: I8f341e3db978af82b30d68a43c984875fede7435 Reviewed-on: https://chromium-review.googlesource.com/1148778 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#578093}
-
Sammie Quon authored
If items are swiped to close quickly one after the other, we may crash. This is because there is a animation before the window closes and deletes the selector item, which will still be on WindowGrids internal collection. However when the nudge starts the selector items may still be on the collection so the nudge indexes are stored incorrectly. This cl will prevent nudges from starting if any of the window items are currently animating to close. We could instead find some logics which handles the windows which are closing, but this way is much simpler and users who are closing windows so quickly will probably not notice the lack of nudging. Test: manual Bug: 867573 Change-Id: Ia268d152c0862b81481199d03916b010f4403c59 Reviewed-on: https://chromium-review.googlesource.com/1150696 Commit-Queue: Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#578092}
-
Sarah Hu authored
Bug: 841074 Change-Id: I1862d72f637a8044b1051aeac22a4f72c6872036 Reviewed-on: https://chromium-review.googlesource.com/1150635Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#578091}
-
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/442a61600537..e83d89c060cd Created with: gclient setdep -r src-internal@e83d89c060cd The AutoRoll server is located here: https://src-internal-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:None TBR=mmoss@chromium.org Change-Id: I0305dfc4b5f0d989d24345a7e21ca2fc9deec058 Reviewed-on: https://chromium-review.googlesource.com/1150700Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#578090}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7dc67f1a80f0..afdbf84ebc72 git log 7dc67f1a80f0..afdbf84ebc72 --date=short --no-merges --format='%ad %ae %s' 2018-07-25 dhanyaganesh@chromium.org UnitTestStage: _HandleStageException needs exc_info 2018-07-25 dgarrett@google.com chromeos_config: Ensure no unscheduled configs are on legoland. 2018-07-25 dgarrett@google.com chromeos_config: Ensure tryjobs are on legoland. 2018-07-25 bhthompson@google.com Remove veyron_jaq-nyc-android-pfq builder Created with: gclient setdep -r src/third_party/chromite@afdbf84ebc72 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. TBR=chrome-os-gardeners@chromium.org Change-Id: If4dc89a7b34e2d1587196baddda26f44a8ab50f4 Reviewed-on: https://chromium-review.googlesource.com/1150610Reviewed-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@{#578089}
-
rbpotter authored
Bug: 866411 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I2212f483c569b5633adcaf9c304b0100a6828139 Reviewed-on: https://chromium-review.googlesource.com/1147204 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#578088}
-
Gabriel Marin authored
This change was originally made as part of CL https://codereview.chromium.org/2730473002 BUG=724399,b:70905156 Change-Id: I33ee28eac4dab6077cf162358cf4c10b41c0f6a2 Reviewed-on: https://chromium-review.googlesource.com/1147667Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Gabriel Marin <gmx@chromium.org> Cr-Commit-Position: refs/heads/master@{#578087}
-
Alexander Alekseev authored
Grit previously ignored <if> conditions when generating dependency file. This CL makes Grit to include into dependency only files that were actually included in the output. Bug: 866232,852038 Change-Id: I8d974219d00a76568263d7ecf8eab811807565b4 Reviewed-on: https://chromium-review.googlesource.com/1149145Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#578086}
-
Tom Anderson authored
This change makes libc++ a shared_library iff is_component_build=true, just like all other components. This has the advantage that the RPATH doesn't need to be set in sanitizer (non-component) builds just so binaries can find libc++.so. This CL also changes RPATH to be set iff is_component_build=true. Needs buildtools CL: https://chromium-review.googlesource.com/c/chromium/buildtools/+/1142370 TBR=dpranke,jochen R=thakis BUG=850682 CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng;master.tryserver.chromium.linux:linux_chromium_ubsan_rel_ng;luci.chromium.try:linux_chromium_asan_rel_ng;luci.chromium.try:linux_chromium_tsan_rel_ng Change-Id: I96e74da6d907659b939a0f229693bbd2a6d9140a Reviewed-on: https://chromium-review.googlesource.com/1119098 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#578085}
-
Robert Ma authored
TBR=foolip Bug: 866802 Change-Id: I633708217593c5b132beb69eeb27f7e6caeeedc0 Reviewed-on: https://chromium-review.googlesource.com/1150632Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#578084}
-
Scott Chen authored
Bug: 867377 Change-Id: If20d80c069a4eb28769adce9e13731fbc8bb65af Reviewed-on: https://chromium-review.googlesource.com/1150500Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Scott Chen <scottchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#578083}
-
Scott Violet authored
I was going to fix the trailing "_", but given every test uses the TestApi, may as well make it a member, in which case trailing "_" is the right thing. BUG=none TEST=test only change Change-Id: Ib402fb2b59fcc6cdb97c28b63988da4c20dac80e Reviewed-on: https://chromium-review.googlesource.com/1150698Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#578082}
-
Joshua Peraza authored
This change causes a CrashHandlerHost to be instantiated, but ChildExitObserver won't receive child crash signals until CrashHandlerHost begins monitoring child processes. Also fixes compilation of crash_handler_host_linux.* on Android by not compiling breakpad::CrashHandlerHostLinux, which was never used on Android. Bug: crashpad:30 Change-Id: I00d1b1b1e0604056a9d64dc070be5aa9638a6d81 Reviewed-on: https://chromium-review.googlesource.com/1150411Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Joshua Peraza <jperaza@chromium.org> Cr-Commit-Position: refs/heads/master@{#578081}
-
danakj authored
All data members are moved to be private. Most methods are as well. A few methods are virtual to be overridden by subclasses (ie RenderWidgetFullscreenPepper), so they stay protected. And a few accessors are added or methods moved to be public as they are actually called from outside the class. Things used during RenderViewImpl initialization are left in protected as this is a temporary state and initialization is Not Addressed Here. If only called in tests, then the power of friendship is used to access them instead of public. R=ajwong@chromium.org, avi@chromium.org Bug: 419087 Change-Id: I5a215417945aca4c3725ebc6e1561a939e6816aa Reviewed-on: https://chromium-review.googlesource.com/1144424 Commit-Queue: danakj <danakj@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#578080}
-
Yuri Wiitala authored
This controller is heavily based on content::CursorRendererXYZ, providing the logic for processing platform mouse events and using them to control the new viz::VideoCaptureOverlay. In a later CL, this will be integrated with the tab/desktop capture stack, to complete the migration discussed in crbug 810133. Bug: 810133,828274 Change-Id: I6502e1ef3cbc878e1c9b062b0abf6a0e6229f860 Reviewed-on: https://chromium-review.googlesource.com/1149264Reviewed-by:
Xiangjun Zhang <xjz@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Yuri Wiitala <miu@chromium.org> Cr-Commit-Position: refs/heads/master@{#578079}
-
kylechar authored
~GLES2Implementation() already calls Finish(), so remove the redundant Flush(). This should avoid allocating memory just to send the flush command with OOP-D. Bug: 866486 Cq-Include-Trybots: 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 Change-Id: Ia8513920e2f0d65e89b0213310e6477d732ca08a Reviewed-on: https://chromium-review.googlesource.com/1150662 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Cr-Commit-Position: refs/heads/master@{#578078}
-
Lei Zhang authored
It is no longer needed on modern Linux distros. If this breaks your 32-bit Linux build, please comment on https://crbug.com/796379 BUG=418554,556393,796379 Change-Id: I07327271e607c3c7e3f9ebd755c6f7cf4537480e Reviewed-on: https://chromium-review.googlesource.com/1150452 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#578077}
-
Hector Carmona authored
Relanding https://crrev.com/c/1141155 TBR=battre@chromium.org,grt@chromium.org,sky@chromium.org,pkasting@chromium.org Bug: 832938 Change-Id: Ib18e154fe625ad87fb594ae0f1b898261fb2e19b Reviewed-on: https://chromium-review.googlesource.com/1150638 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#578076}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/aa40d639..4c27ac5c 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: If06dbe568558b4598bfba37eb9b4d495463ef2c6 Reviewed-on: https://chromium-review.googlesource.com/1150604Reviewed-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@{#578075}
-
Alex Moshchuk authored
Currently, RFHI::OnRenderProcessGone unconditionally calls FTN::ResetForNewProcess(). This is not correct if the RFH that lost the process is not the current one (i.e., pending deletion or speculative), as in that case it will destroy the subframes on the current page. Fix this by only doing ResetForNewProcess() for current RenderFrameHosts. Bug: 867274 Change-Id: I565825d7f813b97feaf4dd3559e9a8d8fafa5c1c Reviewed-on: https://chromium-review.googlesource.com/1150414Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#578074}
-
Derek Cheng authored
virtual/user-activation-v2/fast/events/middleClickAutoscroll-click-hyperlink.html virtual/user-activation-v2/fast/events/middleClickAutoscroll-nested-divs-forbidden.html virtual/new-remote-playback-pipeline/media/controls/text-track-menu-pointer-selection.html Tbr: hajimehoshi Bug: 866785,867628 Change-Id: I938fe40c98ffbad9ef697556bcb456243b8b50da Reviewed-on: https://chromium-review.googlesource.com/1150697Reviewed-by:
Derek Cheng <imcheng@chromium.org> Commit-Queue: Derek Cheng <imcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#578073}
-
Peter Kvitek authored
Change-Id: Iad9f67766976f8c60636321fbaea9c6ede8a1fce Reviewed-on: https://chromium-review.googlesource.com/1150633Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Peter Kvitek <kvitekp@chromium.org> Cr-Commit-Position: refs/heads/master@{#578072}
-
Min Qin authored
There are no dependencies in content/ for this class. Moving it to components/ so it can be used in chrome/ layer for servicification. BUG=695115 Change-Id: If37805b71ef588bbaaa7035eecb16c5cbc4a75b6 Reviewed-on: https://chromium-review.googlesource.com/1150402Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#578071}
-
Paul Miller authored
Android WebView currently treats permanent-consistency experiments (which are intended to retain their group assignments across runs) as session-consistency (which are intended to be randomly assigned on each run). It's safer to not apply permanent-consistency experiments to WebView at all, to avoid mistakes. BUG=866722 Change-Id: I9d501437718d934c2a59b95335c787302ce758e7 Reviewed-on: https://chromium-review.googlesource.com/1148991Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#578070}
-