- 01 Oct, 2019 40 commits
-
-
David Van Cleve authored
This change resolves the issue described in crbug.com/612601 (internal) by changing the existing ternary implementation of TimeDelta::FromDouble into a call to saturated_cast. Back in 2016, when TimeDelta::FromDouble's current control flow was written (https://crrev.com/1976703005), there was some concern about using saturated_cast here because TimeDelta's permitted values ranged from Max() to -Max() at the time. jyasskin implemented a safe version [1] that met the [-Max(), Max()] requirement, but it looks like the CL got lost somewhere before landing. As of February 2018 (crrev.com/c/539058), the internal value of TimeDelta can now range over all int64_t's, so the desired semantics of TimeDelta::FromDouble are now those of saturated_cast<int64_t>. [1] https://codereview.chromium.org/1976703005/diff/100001/base/time/time.h#newcode627 Test: Expanded time_unittest Bug: 612601 Change-Id: Id00bdad9e732a22f0765c228b65ac6d65aa8b3d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830114Reviewed-by:
Asanka Herath <asanka@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Auto-Submit: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#701704}
-
Fredrik Söderquist authored
This splits said method into one that dirties the interval state in the time container and one that schedules an actual update. For one of the current cases we can trivially remove the scheduling of an update because it isn't needed. Bug: 998526 Change-Id: I9ec5af56c85c914fca0608fb2254f75bf093e415 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829715 Commit-Queue: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#701703}
-
ckitagawa authored
This CL introduces a FileManager class for managing the top level paint_preview/ directory and the immediate per-url subdirectories. All creation/deletion of these directories should occur through this class. However, files within the per-url subdirectories can be modified by any component of paint_preview (primarily the capture and compositing code). This class will be an integral component of a higher level manager class. The manager will call into this class when it needs to perform a capture or do deletion. Bug: 1010042 Change-Id: I7b45a8f730837fcc1d0262ab0dcf3c89698974f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833289 Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#701702}
-
Kelvin Jiang authored
This CL moves RulesetManager::Action to its own file: request_action.h This refactor is a precursor for RulesetMatcher to return actions when actions contain a rule ID and source type. Bug: 967942 Change-Id: Ia0ce3d48959509ed31d65d647a88a55ce2ead478 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832625 Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#701701}
-
Long Cheng authored
Run third_party/closure_compiler/roll_closure_compiler to update closure_compiler/externs/chrome_extension.js and revert closuer_compiler binary. Change-Id: Ia2bb9afeaa38623808e81515043714ff8c0e05f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814389Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Naoki Fukino <fukino@chromium.org> Commit-Queue: Long Cheng <lgcheng@google.com> Cr-Commit-Position: refs/heads/master@{#701700}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/deb28ea45d0d..c15160f3ab08 git log deb28ea45d0d..c15160f3ab08 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 rharrison@chromium.org Rolling 4 dependencies Created with: gclient setdep -r src/third_party/dawn@c15160f3ab08 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I49e1f45229789a87d65ec5009dffad03913635e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832996Reviewed-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@{#701699}
-
Kevin Bailey authored
Solely a documentation change: Make clear what state a new alert bug should be in, and conditions for changing. Bug: 1006570 Change-Id: I991fe799d620394cac0dfe35624b92d4b3fd60f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832698 Commit-Queue: Kevin Bailey <krb@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#701698}
-
Peter Boström authored
This set of classes are intended to remove the need to override OnBoundsChanged on Views to set |kHighlightPathKey|. Whenever a path is needed the generator gets asked to generate one. Bug: chromium:1007546 Change-Id: I756e0e66d13dab03adf13e7024fea82b571d6a2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825865 Commit-Queue: Peter Boström <pbos@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#701697}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5a8a51c2..9c6064a4 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ib5f657c248b393daa699a835580cfed181536969 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833805Reviewed-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@{#701696}
-
Ian Struiksma authored
As list of actions available grows the same code is replicated for each action execution method. This CL adds a couple helper methods: ExtractFrameAndVerifyElement SimulateKeyPressWrapper To encapsulate some logic in one place. Add CloseTab and PressSpace actions to captured sites framework Fixed multiple tests by adding additional methods and reviewing the stored site recipe files. Bug: 984664 Change-Id: I5ceb03e92e76e4dfaeff77e9b456961331e04b68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828230 Commit-Queue: Ian Struiksma <ianstruiksma@google.com> Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#701695}
-
Tommy Li authored
It's been inactive since M77. Bug: 975323 Change-Id: I68bed0983474f12a3fbf5ffbc53641878f5d25bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832298 Commit-Queue: Tommy Li <tommycli@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#701694}
-
Oystein Eftevaag authored
TBR=perezju@chromium.org NOTRY=true Bug: 1009838 Change-Id: Id337a4ccf744ccafba49db0b2b51d543f29ea8b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834281 Commit-Queue: oysteine <oysteine@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#701693}
-
Yasmin Molazadeh authored
This reverts commit 7b3cdc42. Reason for revert: <INSERT REASONING HERE> Original change's description: > Check enterprise policy on the receiver side for the Shared Clipboard feature. > > Bug: 1005813 > Change-Id: I7c135ef3a969bd774c735f89fa82413c73aa9ecb > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825601 > Commit-Queue: Yasmin Molazadeh <yasmo@chromium.org> > Reviewed-by: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701059} TBR=mvanouwerkerk@chromium.org,yasmo@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1005813 Change-Id: I987d4ef62b14078c6d5d47adb6866dcf435344db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834181Reviewed-by:
Alex Chau <alexchau@chromium.org> Commit-Queue: Alex Chau <alexchau@chromium.org> Commit-Queue: Yasmin Molazadeh <yasmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#701692}
-
siyua authored
Add existing functionality to local card migration icon. Previously it has a label fade-in/-out animation. Disable that and replace with the new animation when experiment is enabled. Also move loading indicator to PageActionIconView so that child view does not need to know. Bug: 964127 Change-Id: I2024c6d9ed23eea261b733dece833a9072faeced Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1828345 Commit-Queue: Siyu An <siyua@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#701691}
-
Toby Huang authored
The feature kSupervisedUserInitiatedExtensionInstall is default- disabled, but if enabled, allows legacy supervised users to remotely send approval requests to their "custodian". For go/unicros-extensions-dd, we will instead use local parental approval. This CL removes the code from SupervisedUserService that sends the remote approval request. Bug: 1004851 Change-Id: Ia30102c301f720cfc609b6aa093285bb4f839f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816450Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#701690}
-
Xida Chen authored
This reverts commit 19278ca1. Reason for revert: revert to get more info when fails. Original change's description: > Disable FeedbackTest.AnonymousUser on win > > TBR=hbos@chromium.org > NOTRY=true > > Bug: 1010031 > Change-Id: I9ad685d4f58729f3ac6296e3aa7297c315261660 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832987 > Reviewed-by: Xida Chen <xidachen@chromium.org> > Commit-Queue: Xida Chen <xidachen@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701554} TBR=hbos@chromium.org,xidachen@chromium.org Change-Id: I633f71db63c04f52e92d43fabf70a580b4542829 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1010031 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832700Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701689}
-
Mathias Bynens authored
This patch adds support for emulating CSS media features in general. For now, explicit presets are added for `prefers-color-scheme: light` (useful when the developer has enabled dark mode at the OS level) and `prefers-color-scheme: dark` (useful when the developer has enabled light mode at the OS level), as well as `prefers-reduced-motion: reduce`. The new UI is available in the Rendering drawer. The new settings are also accessible through the Command Menu. As Chrome implements support for additional CSS media features in the future, we can expand the current UI accordingly using the same mechanism introduced by this CL. CSS media features: https://drafts.csswg.org/mediaqueries-5/#mf-user-preferences Boring but useful demo/test page: https://mathiasbynens.be/demo/css-media Design doc: https://goo.gle/devtools-dark-mode Bug: chromium:1004246 Change-Id: I7dd067ea1659c6f27872c4f7a5464896618d1663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832206Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#701688}
-
Yi Xu authored
WebGLRenderingContextBase::GetImage failed to restore the FrameBuffer to its original frame buffer binding. This caused the framebuffer to be lost and unable to new updates on screen. Bug: 1008077 TBR=thakis@chromium.org Change-Id: Idae5bcef59b65a6002f4b62642e799bf59882111 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831006 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#701687}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/9203f768126d..b4137027e4aa git log 9203f768126d..b4137027e4aa --date=short --no-merges --format='%ad %ae %s' 2019-10-01 ilkos@google.com Merge "Do not consider invalid callstacks" 2019-10-01 fmayer@google.com Merge "Check ProfilePacket.index in Trace Processor." 2019-10-01 taylori@google.com Merge "perfetto-ui: Prevent double incrementing search index" 2019-10-01 treehugger-gerrit@google.com Merge "Add buildflag for local symbolizer" Created with: gclient setdep -r src/third_party/perfetto@b4137027e4aa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: Id8a4c03070a30c3c644656be1354814e647f4556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832993Reviewed-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@{#701686}
-
John Chen authored
This reverts commit 4df5ee8d. Reason for revert: Report of wrong screenshot size Original change's description: > [ChromeDriver] Fix screenshot size on Retina > > Fix screenshot size on Retina screen by setting scale = 1 / device_pixel_ratio > > Bug: chromedriver:752, chromedriver:2683 > Change-Id: I1b378e2cda6f8b52f67337c754ae18cf2cb8130f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772436 > Reviewed-by: John Chen <johnchen@chromium.org> > Commit-Queue: Tatiana Buldina <buldina@chromium.org> > Cr-Commit-Position: refs/heads/master@{#692284} TBR=johnchen@chromium.org,buldina@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: b/141649053, chromedriver:3154, chromedriver:752, chromedriver:2683 Change-Id: I51b850771f8aea11686883f3cc5bb99b0c6ca838 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834162Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701685}
-
Matt Menke authored
Bug: 1002213 Change-Id: I4dce2662917042fe78ed8335a7f13db493cdee60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829748Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#701684}
-
Sven Zheng authored
Reset the test account is a required step for e2e test. With this change, we can have at least 21 e2e tests passing. Other tests have failed because my account is blocked by server(429 too many requests). Next steps will be: 1 Resolve the server issue. 2 Add passing tests to CI. Bug: 992143 Change-Id: I848ded79bd6f722fda42ccbdda7ee5b12f7042be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829469 Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#701683}
-
Vladimir Levin authored
This patch cleans up the imperative version of the API by removing the idl and all other associated functionality that is no longer accessible. R=chrishtr@chromium.org, rakina@chromium.org Bug: 882663 Change-Id: Ib355eb79b4c68d56425132570ec84bd93ec5bae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832281 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#701682}
-
Maksim Sisov authored
FlashFrame method is meant for flashing a native window to draw attention to it. However, not all the platforms support that. Thus, there is a default no-op impl of that method in the PlatformWindowBase. As I know, currently X11 and Windows backends support that. No functional changes are done in this patch. Just moving the code to the "right" place. Bug: 990756 Change-Id: Ib463ba75b0cdf5e49e705f0425241e242759adcc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831897 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#701681}
-
Etienne Pierre-Doray authored
To investigate BLOCK_SHUTDOWN tasks posted after shutdown (see bug). Bug: 997754 Change-Id: Ie939ee242f56ab4ba25e6a67d640ad7873d3ad4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827938Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#701680}
-
Raymond Toy authored
Add time histogram to measure the length of the impulse response for a ConvolverNode. Bug: 998154 Change-Id: I8167cbfe51edea0e072ad571095c6f11d5b12526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773418 Commit-Queue: Raymond Toy <rtoy@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#701679}
-
Wei Li authored
Survey's overflow style was changed from 'hidden' to 'scroll' recently(https://critique.corp.google.com/#review/270089435). That causes the scroll bars always show up which is undesirable for us. This CL overrides the overflow style to be 'auto' so that scroll bars only show up when needed. BUG=1009757 Change-Id: I0b9edd27984bcdba8f4c9f1e27f4e4c26650ab57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832633 Commit-Queue: Wei Li <weili@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701678}
-
Mohamed Heikal authored
This adds some information about the currently in the works gerrit binary size plugin to the binary size README.md page. Bug: 921090 Change-Id: I6b700002260a1d0fa1c6545b80306540a3f6b04e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829745 Commit-Queue: Mohamed Heikal <mheikal@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#701677}
-
Vadym Doroshenko authored
The main motivation of introducing driver id is that driver is one-to-one to frames. And input element renederer ids are unique inside one frame. So a pair (driver_id, input_id) is uniquely identifies input element. Bug: 959776 Change-Id: Ic01b16f59f862fb215d8a68bec9b73ccd48a7191 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833612Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#701676}
-
Rafał Godlewski authored
Adds method to PasswordStore which removes all credentials stored in the leak table that were created in the given time period. It will be used for removing stored leaked credentials along with the browsing data, but it is not wired there yet. Bug: 1005746 Change-Id: Ib91968460506320271110aebf155778c8486684d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833469 Commit-Queue: Rafał Godlewski <rgod@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#701675}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/65235d3ae771..64672dce4174 git log 65235d3ae771..64672dce4174 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 srte@webrtc.org Adds log output to peer connection level scenario framework. Created with: gclient setdep -r src/third_party/webrtc@64672dce4174 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: None Change-Id: I3fa18355dda9f9aaab008de1e57403f6d0418666 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832994Reviewed-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@{#701674}
-
Ella Ge authored
This CL makes a GetPredictor helper function to avoid using map.find everywhere to find the predictor class. Also clean up some naming and comments around ApplyResampling(). Change-Id: I1cc5d3d2a469b1f9e93c2e655499b4312132e7d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826992Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Ella Ge <eirage@chromium.org> Cr-Commit-Position: refs/heads/master@{#701673}
-
Xiaohui Chen authored
It's been default equivalent to |is_chromeos| for a few milestones already. And there is no plan to split it out from ChromeOS. Remove the flag to clean things up. Bug: b/136564463 Test: locally build and run Change-Id: I57b20ae88b47e062dc457c0f857452d4e04bfd59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829750Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#701672}
-
Xida Chen authored
TBR=jyasskin@chromium.org NOTRY=true Bug: 1010170 Change-Id: Ic3154468b30dab693e469e0c4ae866484d8c85f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834075Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701671}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/2a412ea20590..8edf82c75009 git log 2a412ea20590..8edf82c75009 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 swiftshader.regress@gmail.com Regres: Update test lists @ 3044c241 Created with: gclient setdep -r src/third_party/swiftshader@8edf82c75009 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;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=swiftshader-team+autoroll@google.com Bug: None Change-Id: Ia268aeea2d48abfea4e51be6a181711031aaaf18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832992Reviewed-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@{#701670}
-
Sergey Ulanov authored
Now ClientNativePixmapDmaBuf and ScenicClientNativePixmapFactory validate layout of the NativePixmapHandle to ensure that the buffer fits the image. Bug: 957314, 974375 Change-Id: I3a3a0c9a59ca2fd3658baed3d86c93a82c6bb54d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831085Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701669}
-
liberato@chromium.org authored
Test is flaky. Bug: 1009587 Change-Id: Ic4c04980273e48b3802259d599407e46a1bda8e2 TBR: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832249Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#701668}
-
Zentaro Kavanagh authored
- Add final strings for mouse and touchpad acceleration BUG=chromium:589190 TEST=visual confirmation Change-Id: I009ad45a802e3717a0cf4c6ddc151b4191732f85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831452Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#701667}
-
Abhijeet Kandalkar authored
This CL converts usage of 1. |ProducerHostRequest| to |mojo::PendingReceiver<mojom::ProducerHost>| 2. |StrongBindingSet| to |UniqueReceiverSet| Bug: 955171, 978694 Change-Id: I06953f0494b3504901faa5e6cc65c8b59fd30298 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831921 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#701666}
-
Caleb Raitto authored
Change-Id: I2df10d1aefd0be2c9a740838426bf01c03f85f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829358Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Caleb Raitto <caraitto@chromium.org> Cr-Commit-Position: refs/heads/master@{#701665}
-