- 30 Oct, 2018 40 commits
-
-
Ben Pastene authored
Capacity's been refreshed. Let's see if we got enough. Bug: 877280, 731759 Change-Id: Iadf72d1220133710c618bbb5468d4a30facf6955 Reviewed-on: https://chromium-review.googlesource.com/c/1306843Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#603745}
-
Jun Mukai authored
As is reported in the bug, the window service receives too many mojo messages for CancelActiveTouches, and that's because it always sends the messages every time CancelActiveTouches is requested. But it doesn't have to send it if nothing has to be canceled. BUG=899429 TEST=manually, and the new test case covers Change-Id: I26b0234ef9e541b5dc31623d27162a0ea374bb54 Reviewed-on: https://chromium-review.googlesource.com/c/1305235 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Cr-Commit-Position: refs/heads/master@{#603744}
-
Sebastien Marchand authored
Bug: 895309 Change-Id: Ib777900ba581c77e4e94d998cd36b3ca2ada9ba6 Reviewed-on: https://chromium-review.googlesource.com/c/1282393Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#603743}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c3ca4c14..4a7631f5 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: I17e8c9f7b9f447bdd5621d04ac28faa05a682918 Reviewed-on: https://chromium-review.googlesource.com/c/1306783Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603742}
-
Sidney San Martín authored
This change is similar to the original (below) with the following additions: - Skip requesting suggestions (and clear the candidate list) if the selection range is invalid. This caused crashes in the field: https://crbug.com/893038. - Skip requesting suggestions if the candidate list is collapsed. - Request suggestions immediately when the candidate list is shown. This relands commit d7c191591846d2138feeaa27d29db322a4cd0fe. Original change's description: > Fix bugs and improve perf in Touch Bar text suggestions. > > - The old implementation recreated the Touch Bar on each keystroke (including > when hidden, I believe), which burns a significant amount of power while > typing. This new implementation updates the existing candidate list, if it > exists and isn't collapsed. > > - Removes a bunch of support code for a behavior that was disabled in r590669. > It moves the remaining code into RWHV itself instead of a dedicated > controller class, which I have mixed feelings about, but ultimately picked > because after the support code was removed, most of what was left was > plumbing between RWHV and TextSuggestionsTouchBarController. > > - [Bigish change] Moves text suggestions out of the window and into the RWHV, > so that hiding and showing as focus and web contents change is left to AppKit > and the responder chain. > > - Fixes small lifecyle-ish bugs around when use this kind of Touch Bar — now > it's tied to the RWHV's input type instead of using a special > WebContentsTextObserver. > > Bug: 717553, 881545 > Change-Id: I8e1eff6da7918f92cfdb47465196d5841a88a7e4 > Reviewed-on: https://chromium-review.googlesource.com/c/1212004 > Commit-Queue: Sidney San Martín <sdy@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#597371} Bug: 717553, 881545, 893222, 893038 Change-Id: I2f8405f9784514462c2bfe8a754d3ca174f47d27 Reviewed-on: https://chromium-review.googlesource.com/c/1299664 Commit-Queue: Sidney San Martín <sdy@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603741}
-
Michael Giuffrida authored
Creates a TimeLimitNotifier class to handle notification details for bedtime and screen time limits, and adds tests. Later, this can be used to hide the notification when it no longer applies, probably by listening to some event. Bug: 898000 Change-Id: Ie7844d6d0639815eac967062ae83b308346485d8 Reviewed-on: https://chromium-review.googlesource.com/c/1295182 Commit-Queue: Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Cr-Commit-Position: refs/heads/master@{#603740}
-
Kristi Park authored
Remove HEAD request logic from custom link URL validation. Combined into one CL in order to avoid re-introducing a Windows crash. Bug: 874194 Change-Id: I89ffe7a0587ea9130b8da4a6fc20a890a31ba412 Reviewed-on: https://chromium-review.googlesource.com/c/1298510 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#603739}
-
Takashi Sakamoto authored
This reverts commit 60b6acc1. Reason for revert: Suspect WebKit Linux Trusty MSAN falure. animations/responsive/filter-responsive-neutral-keyframe.html animations/svg/animated-filter-svg-element.html compositing/child-layer-3d-sorting.html compositing/child-transform-layer-with-foreground-layer.html compositing/clip-path-with-composited-descendants.html compositing/composited-descendant-grandparent-border-radius-mask.html compositing/composited-descendant-requiring-border-radius-mask.html compositing/composited-scaled-child-with-border-radius-parent-clip.html compositing/composited-translated-child-with-border-radius-parent-clip.html compositing/direct-image-compositing.html compositing/flat-with-transformed-child.html ... are crashed. Example: https://ci.chromium.org/buildbot/chromium.webkit/WebKit%20Linux%20Trusty%20MSAN/10739 Log: STDERR: Uninitialized value was stored to memory at STDERR: #0 0xfee509c in SetAll ./../../components/viz/common/quads/render_pass_draw_quad.cc:69:33 STDERR: #1 0xfee509c in viz::RenderPassDrawQuad::SetNew(viz::SharedQuadState const*, gfx::Rect const&, gfx::Rect const&, unsigned long, unsigned int, gfx::RectF const&, gfx::Size const&, gfx::Vector2dF const&, gfx::PointF const&, gfx::RectF const&, bool, float) ./../../components/viz/common/quads/render_pass_draw_quad.cc:37:0 STDERR: #2 0x101b9bd4 in cc::RenderSurfaceImpl::AppendQuads(cc::DrawMode, viz::RenderPass*, cc::AppendQuadsData*) ./../../cc/layers/render_surface_impl.cc:464:9 STDERR: #3 0x102419cf in cc::LayerTreeHostImpl::CalculateRenderPasses(cc::LayerTreeHostImpl::FrameData*) ./../../cc/trees/layer_tree_host_impl.cc:1095:25 STDERR: #4 0x1024cb03 in cc::LayerTreeHostImpl::PrepareToDraw(cc::LayerTreeHostImpl::FrameData*) ./../../cc/trees/layer_tree_host_impl.cc:1389:28 STDERR: #5 0x1058547e in cc::SingleThreadProxy::DoComposite(cc::LayerTreeHostImpl::FrameData*) ./../../cc/trees/single_thread_proxy.cc:623:31 STDERR: #6 0x10584813 in cc::SingleThreadProxy::CompositeImmediately(base::TimeTicks, bool) ./../../cc/trees/single_thread_proxy.cc:566:7 Original change's description: > ui/cc: Add Layer::SetBackdropFilterQuality > > Computing background blur at full resolution as a backdrop > filter turned out not to be cheap. > > This patch adds a backdrop_filter_quality float to cc::Layer > that can be used to reduce the size of the offscreen canvas > used to compute the blur. > > Currently this float is not exposed on the web and can be used > only from Chrome UI. > > Bug: 897369 > > Change-Id: Ia070772ba576b37a8ee399c3c70b3e2308397e41 > Reviewed-on: https://chromium-review.googlesource.com/c/1300235 > Commit-Queue: Daniele Castagna <dcastagna@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: ccameron <ccameron@chromium.org> > Reviewed-by: enne <enne@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603649} TBR=oshima@chromium.org,ccameron@chromium.org,enne@chromium.org,senorblanco@chromium.org,dcastagna@chromium.org,rsesek@chromium.org Change-Id: I3f83c5aec525ba4199ef9cdb1c21e1fbe62b2fe0 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 897369 Reviewed-on: https://chromium-review.googlesource.com/c/1306934Reviewed-by:
Takashi Sakamoto <tasak@google.com> Commit-Queue: Takashi Sakamoto <tasak@google.com> Cr-Commit-Position: refs/heads/master@{#603738}
-
David Quiroz Marin authored
Replaced ToBlobDuration with ScaledDuration (divided by the sqrt of total number of pixels). As well as replaced old macros for the rest of the toBlob histograms. Bug: 894043 Change-Id: I233e0d1973eba3e2d3465e25c1cd6acd70706525 Reviewed-on: https://chromium-review.googlesource.com/c/1298078 Commit-Queue: David Quiroz Marin <davidqu@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Robert Kaplow (OOO until Nov6) <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#603737}
-
Lei Zhang authored
Change-Id: Id17af601afdc32de38aa2c5a85c1886f076de3b2 Reviewed-on: https://chromium-review.googlesource.com/c/1299539Reviewed-by:
Dan Beam (no longer on Chrome) <dbeam@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#603736}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c640a936d166..3b149e4be880 git log c640a936d166..3b149e4be880 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 benwright@webrtc.org Added myself to the base watchlist to monitor ssl* changes. 2018-10-29 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 62e33bd2..55624cc6 (603177:603513) 2018-10-29 Peter) Slatala Add TargetBitrate callback to MediaTransportInterface. Created with: gclient setdep -r src/third_party/webrtc@3b149e4be880 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll 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;luci.chromium.try:mac_chromium_archive_rel_ng BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I93fa8d045bbfc79bec4f6d5f9f69bdc190074c99 Reviewed-on: https://chromium-review.googlesource.com/c/1306755Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603735}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9ab423a548ac..f182be28903f git log 9ab423a548ac..f182be28903f --date=short --no-merges --format='%ad %ae %s' 2018-10-29 ahassani@chromium.org Revert "cros_generate_update_payload: Switch update_engine to major version 2" Created with: gclient setdep -r src/third_party/chromite@f182be28903f The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll 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: I4c4022b1b9e6a0e7652d4707bd147259c9fd0a51 Reviewed-on: https://chromium-review.googlesource.com/c/1306117Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603734}
-
Joel Einbinder authored
This patch uses the remoteVersion of the devtools being run to apply only the fixes that are needed. Additionally, use of the /deep/ selector is swapped out for injecting a stylesheet in every shadow root. Bug: 898245 Change-Id: I311ab48d88434d821fedb279d81b2ab9a7f8c94d Reviewed-on: https://chromium-review.googlesource.com/c/1299914Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Joel Einbinder <einbinder@chromium.org> Cr-Commit-Position: refs/heads/master@{#603733}
-
Sergei Datsenko authored
In some situations mounting drivefs may take very long time. To distinguish it from a total hang we send periodic keepalives from drivefs. BUG=chromium:899746 Change-Id: Iee906651557a8f8eab62d58298f33c7c3e61724e Reviewed-on: https://chromium-review.googlesource.com/c/1305253 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#603732}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/71652e2a09b7..06a4ef497ff1 git log 71652e2a09b7..06a4ef497ff1 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 3957b7f8bd86..d0a4800e1487 (1 commits) 2018-10-29 herb@google.com Remove uniqueID fields from SkGlyphRun Created with: gclient setdep -r src/third_party/skia@06a4ef497ff1 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel TBR=herb@chromium.org Change-Id: Ia245a8b7f90c3abc342f96009a322a846cc751f1 Reviewed-on: https://chromium-review.googlesource.com/c/1306733Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603731}
-
Eric Aleshire authored
This improves debugability! Bug: 892381 Change-Id: Iee759450cb148f76bdce51d2bf86b140410719f1 Reviewed-on: https://chromium-review.googlesource.com/c/1306777 Commit-Queue: ericale <ericale@chromium.org> Reviewed-by:
Sergey Berezin <sergeyberezin@chromium.org> Cr-Commit-Position: refs/heads/master@{#603730}
-
Tetsui Ohkubo authored
This CL removes old System Tray support in first_run tutorial. In UnifiedSystemTray, we don't have HelpStep in the tutorial, so this CL removes HelpStep related code. This is the part 2 of removing old System Tray code. (1) Removing the flag (2) Removing references to IsSystemTrayUnifiedEnabled() (3) Removing classes that are only used in old System Tray I'll try to keep the number of CLs as small as possible to make the history clean, but there can be multiple CLs for both part 2 and part 3 because some of them requires nontrivial refactoring to remove the dependency to the old code. TBR=alemate@chromium.org TEST=trybot pass BUG=898419 Change-Id: I97df2f9de526e0e9b443d0728a3e16e759699da5 Reviewed-on: https://chromium-review.googlesource.com/c/1301137 Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#603729}
-
Jonghyun Ahn authored
Linux. Refer to b/117645649 for more context. Change-Id: I34cf636f333cc3d3826ae3b0df2d1ad2ff853d1f Reviewed-on: https://chromium-review.googlesource.com/c/1297581Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Kaplow (OOO until Nov6) <rkaplow@chromium.org> Commit-Queue: Jong Ahn <jongahn@google.com> Cr-Commit-Position: refs/heads/master@{#603728}
-
jchen10 authored
This checks the KHR_robust_buffer_access_behavior extension in the passthrough-cmd-decoder when creating webgl2-compute context. Bug: 898030 Change-Id: I1deb3308c852054a9ae29cd620231a212b82e16e Reviewed-on: https://chromium-review.googlesource.com/c/1297735Reviewed-by:
Geoff Lang <geofflang@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com> Cr-Commit-Position: refs/heads/master@{#603727}
-
Tatsuhisa Yamaguchi authored
When a notification is PINNED type, the close button should only appear when it's a popup, but not in the message center. Messages in unified notification center are once created based on the Notification and then marked as nested. The latter change affects condition for show/hide close button. However the button visibility was not updated reflecting it. Bug: 872238 Change-Id: Ie0718578153f47e35673b3566fb51933075488be Reviewed-on: https://chromium-review.googlesource.com/c/1299095Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tatsuhisa Yamaguchi <yamaguchi@chromium.org> Cr-Commit-Position: refs/heads/master@{#603726}
-
Vladimir Levin authored
This patch ensures that we dirty the compositing inputs if our svg root has visible overflow and that overflow changes. R=chrishtr@chromium.org, pdr@chromium.org Bug: 899291 Change-Id: Iaaa0eb7f48b9855af141e6b3d79d3a1667c6e38f Reviewed-on: https://chromium-review.googlesource.com/c/1306408 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#603725}
-
Tetsui Ohkubo authored
This CL removes SystemTrayItem dependency from TrayItemView. SystemTrayItems will be removed with old SystemTray while TrayItemViews will remain. TEST=manual BUG=898419 Change-Id: Icd14cb942c7f33f07b198c80435a17f41908f9d8 Reviewed-on: https://chromium-review.googlesource.com/c/1304281Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#603724}
-
Tetsui Ohkubo authored
This CL hides tooltip in user chooser view when there is enough space to show both the name and the email. TEST=manual BUG=889415 Change-Id: I0c02e4bb78c0dfbd81700afe24b8cc9ebe423ea2 Reviewed-on: https://chromium-review.googlesource.com/c/1304179Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#603723}
-
Christian Biesinger authored
This avoids refcounting overhead where it's not needed. R=eae@chromium.org, mstensho@chromium.org Change-Id: Ic9303d8325ee9369b1df3f5a16a5c357da9d87bf Reviewed-on: https://chromium-review.googlesource.com/c/1306395Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Emil A Eklund <eae@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#603722}
-
jonross authored
Put together a new class to hold the pair of viz::LocalSurfaceId and its allocation time. We will begin using this in (Parent/Child)LocalSurfaceIdAllocator. Bug: 655231 Change-Id: I7f5c57a8d812eca28f3d68f783b58c989659c2c4 Reviewed-on: https://chromium-review.googlesource.com/c/1306113 Commit-Queue: Jonathan Ross <jonross@chromium.org> Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Cr-Commit-Position: refs/heads/master@{#603721}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b0874f87a68d..6cf33fa7deb4 Created with: gclient setdep -r src-internal@6cf33fa7deb4 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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:790153,chromium:790158,chromium:790159,chromium:790163,chromium:843835 TBR=mmoss@chromium.org Change-Id: I58ebb1c2f2fe16236c19a7d729727a99fda7d0df Reviewed-on: https://chromium-review.googlesource.com/c/1306216Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603720}
-
Brian Sheedy authored
This reverts commit d481ab54. Reason for revert: Cause of https://crbug.com/900049 Original change's description: > android: build: Enable RELR packed relocations for libchrome.so > > This saves about 100 kiB on 32-bit ARM libchrome.so. > > This optimization cannot be applied to libmonochrome.so, unfortunately, > because only Android P and above support these at the system linker > level. > > BUG=895194 > R=agrieve@chromium.org,torne@chromium.org,pasko@chromium.org,pcc@chromium.org > > Change-Id: I5c554dc3dbc1b3ea27edb60579a5cc0dcdc7d759 > Reviewed-on: https://chromium-review.googlesource.com/c/1304487 > Commit-Queue: David Turner <digit@chromium.org> > Reviewed-by: agrieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#603532} TBR=pasko@chromium.org,digit@chromium.org,torne@chromium.org,pcc@chromium.org,agrieve@chromium.org Change-Id: Idc7f5a39c0be7a7b7d2221a1635add4d2d5b292a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 895194 Reviewed-on: https://chromium-review.googlesource.com/c/1307077Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#603719}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/69066ab61e2f..06305f5d71c7 git log 69066ab61e2f..06305f5d71c7 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 tsepez@chromium.org Rename CJS_PublicMethods::MakeFormatDate() and MakeRegularDate() 2018-10-29 tsepez@chromium.org Make IJS_Runtime::AsCJSRuntime be XFA-only 2018-10-29 tsepez@chromium.org Remove ctors from CJS_ objects which cant be instantiated. 2018-10-29 tsepez@chromium.org Test CFX_V8::ToByteString() in cfx_v8_unittest.cpp. Created with: gclient setdep -r src/third_party/pdfium@06305f5d71c7 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll 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=dsinclair@chromium.org Change-Id: Ibe5dae64d0c9bee06581cb8b622f2669ab6f0abb Reviewed-on: https://chromium-review.googlesource.com/c/1306754Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603718}
-
James Hawkins authored
The turn-off flow will be removed in a follow-up CL. R=hansberry@chromium.org Bug: 899324 Test: none Change-Id: Ie6ac355c020ca428d49b67c1f9c65e1103e666ad Reviewed-on: https://chromium-review.googlesource.com/c/1306833Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#603717}
-
Tsuyoshi Horo authored
TBR=ccameron@chromium.org,jonross@chromium.org Bug: 867668 Change-Id: I07828829cd645d33b9784d6cf04804e920d8d895 Reviewed-on: https://chromium-review.googlesource.com/c/1306955Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#603716}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/0da64b5e1009..3420dcb0cff1 git log 0da64b5e1009..3420dcb0cff1 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 ynovikov@chromium.org Revert "Roll DEQP version forward" 2018-10-29 syoussefi@chromium.org Vulkan: Remaining disjoint timer query functions 2018-10-29 jmadill@chromium.org Remove Context::gatherParams. 2018-10-29 tobine@google.com Roll DEQP version forward 2018-10-29 tobine@google.com Vulkan: Roll VK deps forward Created with: gclient setdep -r src/third_party/angle@3420dcb0cff1 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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 BUG=chromium:845519 TBR=ynovikov@chromium.org Change-Id: I52228a106f71061d97e67e79b3259dd543b60817 Reviewed-on: https://chromium-review.googlesource.com/c/1306219Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603715}
-
Miguel Casas authored
This CL prevs OffscreenCanvasAccelerated2D* before reenabling them in crrev.com/c/1303097. The tests are already marked as failing unconditionally. Bug: 805031 Change-Id: Iae9af1f4a21db545578c67e38eb66e57d83d2e19 Reviewed-on: https://chromium-review.googlesource.com/c/1305400Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#603714}
-
Jazz Xu authored
Adjust overflow menu and track list width to 260px so it won't truncate exit PiP text. Bug: 863551 Change-Id: Ie12c79eb15a06554a63fbb082d82e1ab523869a2 Reviewed-on: https://chromium-review.googlesource.com/c/1302574Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Cr-Commit-Position: refs/heads/master@{#603713}
-
Lei Zhang authored
Merge its contents into chrome/browser/ui/BUILD.gn to reduce build dependency complicity. Change-Id: I046775c1b2bd7f37abc0c9786c5b70baae256255 Reviewed-on: https://chromium-review.googlesource.com/c/1306834Reviewed-by:
Scott Chen <scottchen@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#603712}
-
Mike Wasserman authored
Work will be needed to make ui_devtools work in multi-process Mash. (otherwise it will only handle events sent to Chrome-owned windows) Bug: 896977 Change-Id: Ie2487aed095ee9f62e2e9c85e56bc056b789e0ed Reviewed-on: https://chromium-review.googlesource.com/c/1300056Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#603711}
-
Philip Rogers authored
This reverts commit 4e8eb7fb. Reason for revert: Causes crashes, see 898668 Original change's description: > [BlinkGenPropertyTrees] Promote BGPT to experimental > > BlinkGenPropertyTrees (BGPT) is an incremental step towards making > compositing decisions after the paint lifecycle phase. The primary > changes are to build property trees in blink and send a layer list to > the compositor, rather than building property trees in cc from a layer > tree. This patch marks the project as experimental which will give us > test and perf coverage on the bots. > > Sheriffs: This shifts time (e.g., we now run PaintArtifactCompositor > and no longer run the cc property tree builder) and will likely change > performance benchmarks. Because this is an initial trial, feel free to > roll this patch out. > > Bug: 836884 > Change-Id: Ib867beebbead940162db0801822389f76e8eb8dc > Reviewed-on: https://chromium-review.googlesource.com/c/1294204 > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Commit-Queue: Philip Rogers <pdr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#602150} TBR=wangxianzhu@chromium.org,pdr@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 836884, 898668 Change-Id: I95698da07a0015369748a5fb9a98cd3d85399d9c Reviewed-on: https://chromium-review.googlesource.com/c/1305819Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#603710}
-
Max Rebuschatis authored
This is a low-frequency check that needs disk access. Change-Id: I0b6448b401c9c0176a98e7eff8c3f46d9956790f Reviewed-on: https://chromium-review.googlesource.com/c/1298743 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#603709}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/acda68b0292e..dc38c5209303 git log acda68b0292e..dc38c5209303 --date=short --no-merges --format='%ad %ae %s' 2018-10-29 taylori@google.com trace_processor: Allow sqlite to handle string filtering Created with: gclient setdep -r src/third_party/perfetto@dc38c5209303 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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=perfetto-bugs@google.com Change-Id: I129335de9ed5b2dadbe748bf7d199b872625062e Reviewed-on: https://chromium-review.googlesource.com/c/1305895Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#603708}
-
Charlene Yan authored
BOOKMARK_BAR_HEIGHT gives the height of the bookmark when attached so giving an additional pixel here to the vertical margin of the bookmark bar. This makes it so there are the same number of pixels above and below each button on the bookmarks bar when the bookmark is attached. Bug: 865555 Change-Id: I271bfb7f48ef2faa390a8c9ae595c165dbc0bde9 Reviewed-on: https://chromium-review.googlesource.com/c/1280928Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#603707}
-
Christian Biesinger authored
This div needs min-height: 0 after crrev.com/c/1269235 R=rdevlin.cronin@chromium.org Bug: 899177,899178 Change-Id: Ia000eb4f22b21247743986b81ae3190322d2c63e Reviewed-on: https://chromium-review.googlesource.com/c/1306033Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#603706}
-