- 04 Oct, 2019 40 commits
-
-
Tanmoy Mollik authored
The sign-in code uses the apisid Gaia cookie as a way to detect changes to Google accounts on the web. sapisid is the secure version of apisid. Bug: 889632 Change-Id: I8bf7790c5a1c85da6ae7d890dc7ce3d8a3f38928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827399 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#702836}
-
Ioana Pandele authored
This is a reland of 74640a89 TBR=vasilii@chromium.org Original change's description: > [iOS] Make the leak detection backend available on iOS > > Bug: 986317 > > Change-Id: I9d799cd24551f13bc58eac91c843d2da19aa7851 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832267 > Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> > Commit-Queue: Ioana Pandele <ioanap@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702059} Bug: 986317 Change-Id: I490b8d96074e1786b74905a083f0554fe914b4c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840771Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#702835}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/84f61e2273d6..0ce0e2c0a426 Created with: gclient setdep -r src-internal@0ce0e2c0a426 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I30e40d20156720ef1a8dff58a7d6415e7322be5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840591Reviewed-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@{#702834}
-
Anna Malova authored
Set CACHE_DIR to WV-specific directory (WebView). Folders under app_webview are moved into app_webview/Default. HTTP Cache under cache/org.chromium.android_webview is moved into cache/WebView/Default/HTTP Cache. Bug: 963875 Change-Id: Ifa150fe0a40a775bc1705e1ac4ea355e67dbee0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793087 Commit-Queue: Anna Malova <amalova@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Cr-Commit-Position: refs/heads/master@{#702833}
-
Kazuhiro Inaba authored
This reverts commit 5142981c. Reason for revert: Causing crashes on Octopus (kernel 4.14) media plays b/141202973 Bug: b/141202973 Original change's description: > Relax NV12 format rejection for exo > > Applies the same restriction in other scenarios (web page/apps). > > * Reject iff > - the buffer is cropped hirozontally, and > - the cropped bounds' horizontal coordinates (x and width) doesn't > fall into even pixel boundary > > Bug: 997821 > Test: manually tested with netflix web/arc apps on eve. > Change-Id: I10ea54da345427eb33fbee25c8d872363d08b0a0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775190 > Commit-Queue: Mitsuru Oshima <oshima@chromium.org> > Reviewed-by: Daniele Castagna <dcastagna@chromium.org> > Cr-Commit-Position: refs/heads/master@{#692771} TBR=oshima@chromium.org,dcastagna@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 997821 Change-Id: I4633f6aac96505fbc1c173a65bc1b4d7a79b9726 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838896Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org> Cr-Commit-Position: refs/heads/master@{#702832}
-
Sebastien authored
- Made the GamesService extend KeyedService. - Added a new games directory under chrome/browser - Implemented a simple keyed service factory for the GamesService. Bug: 1006874 Change-Id: I0e71845b6a8f87e3fffad4c20deba93d00f1e79c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838331Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#702831}
-
Alex Chau authored
- This will enable SharingService to register in transport mode once 1) DeviceInfo is in transport mode (SyncDeviceInfoInTransportMode) 2) FCM/encryption info in DeviceInfo (SharingUseDeviceInfo) 3) VAPID key derive from sync (SharingDeriveVapidKey) - For required sync data types: - DEVICE_INFO is always required - kSharingUseDeviceInfo disabled -> require PREFERENCES - kSharingDeriveVapidKey disabled -> require PREFERENCES Bug: 1010968 Change-Id: I78aaa6c4ee00098d4c6cbe9ebf9aa922733ed3ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837935 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#702830}
-
Javier Ernesto Flores Robles authored
Previously the delegate had a comment indicating it was weak, now changed to actually be a weak reference. Change-Id: Id0f1c80cc532b593d64be86b09463570c4247533 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836495 Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#702829}
-
Jessica Tallon authored
When a test uses continuations to call the "go" function multiple times a new instance of the event recorder is created for each call. This results in the ATK event hooks being added for every time without the old ones being removed. This fixes it array of event listeners shared amongst all instances of the event recorder and not adding the listeners if they already exist. Bug: None Change-Id: Ie09212f7b44113ad7c0aeeba963615fd4b8607e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840012Reviewed-by:
Martin Robinson <mrobinson@igalia.com> Commit-Queue: Jessica Tallon <jtallon@igalia.com> Cr-Commit-Position: refs/heads/master@{#702828}
-
Niels Möller authored
The latter is being deprecated in https://webrtc-review.googlesource.com/c/src/+/155163 A similar use was replaced in cl https://chromium-review.googlesource.com/c/chromium/src/+/1833466 Bug: webrtc:9378 Change-Id: I7be9f2e79ac303c311cbb252ad8e1e53038b928b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836496 Auto-Submit: Niels Möller <nisse@chromium.org> Commit-Queue: Florent Castelli <orphis@chromium.org> Reviewed-by:
Florent Castelli <orphis@chromium.org> Cr-Commit-Position: refs/heads/master@{#702827}
-
sreejakshetty@chromium.org authored
We want to test storing only few domains in BackForwardCache. We should be able to configure the list via an experiment. Design Document: https://docs.google.com/document/d/16_ykRK9YHSo3DJqb48hpO67lpeYoG65E8g7TYFVv9Hs/edit?usp=sharing Change-Id: Icfdd2501cb94f405770e1e0a803c2310b931b396 Bug: 1005735 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811120Reviewed-by:
Lowell Manners <lowell@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Sreeja Kamishetty <sreejakshetty@chromium.org> Cr-Commit-Position: refs/heads/master@{#702826}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes and following CLs will continue replacing them more. Bug: 1001360 Change-Id: Idc4294dbcf2f89eec321d87ac2aaa3ba449b6b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838781Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#702825}
-
Gyuyoung Kim authored
To reduce pre-processed size of header files have been including foo.mojom-blink.h, this CL replaces .mojom-blink.h with .mojom-blink-forward.h in blink header files. This CL has no behavior changes and following CLs will continue replacing them more. Bug: 1001360 Change-Id: I2bf3eba6d9c02db9f806da447474140f13de42b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838774Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#702824}
-
Sami Kyostila authored
Trace packets emitted by the tracing service can happen anywhere in the stream of packets from ReadBuffers(). Previously the JSON exporter was resetting its incremental state, since technically these packets formed a new sequence, but that caused the remaining data on the original sequence to be lost. This patch fixes the issue by ignoring incremental state on the special tracing service sequence. Bug: 914092, 1008424 Change-Id: I50bcb56015679eb6aa57ab2f928cfb640039beb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840093 Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Auto-Submit: Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#702823}
-
Mikel Astiz authored
This allows upper layers (UI) to know whether user action is needed and provides a way to inject trusted vault encryption keys once they are available. Bug: 1010189 Change-Id: Ic5eb9f0c8e525f30ad0401b65a7a5c7d42cd9a7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840097 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#702822}
-
Tim van der Lippe authored
- InspectorBackendCommands is now loaded via ES Modules Bug: 1006759 Change-Id: I2826518a55e1f4fd7704cfb04120885f9aa9b604 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837772Reviewed-by:
Yang Guo <yangguo@chromium.org> Reviewed-by:
Benedikt Meurer <bmeurer@chromium.org> Commit-Queue: Tim Van der Lippe <tvanderlippe@chromium.org> Cr-Commit-Position: refs/heads/master@{#702821}
-
Rohit Agarwal authored
This reverts commit 3fcc018a. Reason for revert: The original CL https://chromium-review.googlesource.com/c/chromium/src/+/1839793 is getting reverted, so we need to remove these tests. The tests will be added again, once after the revert is made and the necessary changes are done to address the issue mentioned in the revert reason. Original change's description: > Add regression tests. > > Bug: 1004101 > Change-Id: I8c8d12cc4faa60b6ead3abf2ed7ca8572fbca6f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1803921 > Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> > Reviewed-by: Florian Uunk <feuunk@chromium.org> > Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#699901} TBR=vasilii@chromium.org,feuunk@chromium.org,roagarwal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1004101 Change-Id: I5391451791b9455652154f7eb7cfea5232f14747 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839794Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Rohit Agarwal <roagarwal@chromium.org> Cr-Commit-Position: refs/heads/master@{#702820}
-
David Jean authored
Added disabling of animation when battery level is below 20%. This is behind a flag that is false by default. It will be enabled to 1% in next release to gather information. Some animations not controlled by [UIView setAnimationsEnabled:] are not handled for now. Also some components imported from google3 do not respect or restore the current animationsEnabled status: MaterialOverlay, MaterialSnackbar: force animations enabled but restore previous value. NISnapshotRotation: is worse because it will leave it back to enabled after doing an animation (not sure where we use it?) Bug: 1006431 Change-Id: Ib2f32598575c0e63b579a2388dad914945714add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1821917Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: David Jean <djean@chromium.org> Cr-Commit-Position: refs/heads/master@{#702819}
-
Mikhail Khokhlov authored
Bug: 981349 Change-Id: Ie177cdbcc6b2d7a1ee94e7d2ed51986adcfeb0d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837731Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#702818}
-
Maksim Moskvitin authored
The new test checks that client successfully processes remote updates with keystore Nigori node, that contains only keystore key in keybag, and decrypts the password, that was encrypted with this keystore key. In order to support such kind of integration tests, this CL adds helper function for injecting passwords to fake server. Bug: 922900 Change-Id: If0cb06ae980ec995498a6154acf7db3f48e67303 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1658388 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#702817}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/6b5c3cdb7611..c4c5d7998d6e git log 6b5c3cdb7611..c4c5d7998d6e --date=short --no-merges --format='%ad %ae %s' 2019-10-04 hidehiko@chromium.org chromite: sync_chrome on Android PFQ. 2019-10-04 hidehiko@chromium.org chromite: Split TastVMTest canary suite into two. 2019-10-04 vapier@chromium.org patch: rework PatchException message handling Created with: gclient setdep -r src/third_party/chromite@c4c5d7998d6e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I562fc8b038f63826619e3338fb670adc18e620a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839973Reviewed-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@{#702816}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/813c3d43c4bd..56b86259997a git log 813c3d43c4bd..56b86259997a --date=short --no-merges --format='%ad %ae %s' 2019-10-04 crouleau@chromium.org [Telemetry] Fix usage string for run_benchmark list. Created with: gclient setdep -r src/third_party/catapult@56b86259997a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC rmhasan@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=rmhasan@google.com Bug: chromium:985103 Change-Id: I432ca22119c62bb62c439fdfd8590bef5d2edc07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840111Reviewed-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@{#702815}
-
Mikel Astiz authored
Follow-up patch to update name occurrences in tests after https://chromium-review.googlesource.com/c/chromium/src/+/1835351 renamed IsPassphraseRequiredForDecryption(). Bug: 1010189 Change-Id: Id8ae87579c935724deacda0d4d4faff6a9769452 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840234Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#702814}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/d897a1016473..97565d8a9687 git log d897a1016473..97565d8a9687 --date=short --no-merges --format='%ad %ae %s' 2019-10-04 matthew.clarkson@arm.com build: fix cross-compilation Created with: gclient setdep -r src/third_party/perfetto@97565d8a9687 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: Ieb3d30bc591b36b1590529156b6687a4dc8d480e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840251Reviewed-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@{#702813}
-
Ioana Pandele authored
TBR=thakis@chromium.org Bug: 1010930 Change-Id: I1ab24ddf5c4c68db4d0d7b390a3268507687bfa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838195Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#702812}
-
Maya Lekova authored
This adds more histograms for TurboFan optimization, on top of https://chromium-review.googlesource.com/c/chromium/src/+/1549060/ (split by concurrent vs non-concurrent optimizations). UMA metrics CL in v8: https://chromium.googlesource.com/v8/v8/+/848e1b9a1979ab7d319363fe28f5773009511705 Bug: v8:7790, v8:9074 Change-Id: Ifa1988d9b02e7f621481991aca08258769baceeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605984 Commit-Queue: Maya Lekova <mslekova@chromium.org> Reviewed-by:
Michael Hablich <hablich@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#702811}
-
Rayan Kanso authored
- Expose the `address` property and place it behind a flag. - Add & implement the getProperties method. Change-Id: If9bbebde6b8d076fd48b0b8a3584181e40adc1d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835621Reviewed-by:
Stephen White <senorblanco@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#702810}
-
Alex Chau authored
Bug: 1010968 Change-Id: I700ac292ef3ceb5ed5849edb943a3a9459adf275 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836417 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Cr-Commit-Position: refs/heads/master@{#702809}
-
Koji Ishii authored
r701601 (crrev.com/c/1826063) removed the last use of the field, but it did not remove the code to set it up. This patch removes the never-used field. Change-Id: I291bafccbb0c827213e3b4c890d7589ec5dd3fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838806Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#702808}
-
Elly Fong-Jones authored
This announcement tells the user to use Shift-F6 to navigate to the downloads bar, which doesn't work on Mac. It also contained a typo (a stray '>') and a typo in its descriptive text, both of which are fixed here. Bug: 940697 Change-Id: I297d92f1fbb34760e895865cfad5162b8e4aaa3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830062 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#702807}
-
Christoph Schwering authored
Bug: 1009364 Change-Id: Icbd6f625d668362475728f7facc66c7f5d132f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836191 Commit-Queue: Dominic Battré <battre@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#702806}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c6cbe67cb75a..84f61e2273d6 Created with: gclient setdep -r src-internal@84f61e2273d6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:1006216 Change-Id: I8ee5c284a8ab5e3b60198b5ee2f2d02351c0d741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840112Reviewed-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@{#702805}
-
Juan Antonio Navarro Perez authored
These are no longer in use after the completed migrations for jetstream, octane, and jetstream2. See attached bug for details. Bug: 1003530 Change-Id: I84ff73186b299aa7b6be3bb57abca392656a4c43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835504Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#702804}
-
Erik Chen authored
The const version of this method is never used. This CL removes it. Bug: 912193 Change-Id: I973025692c7598824f0e3b0375191fc534cd42bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832766 Auto-Submit: Erik Chen <erikchen@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#702803}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/ec261d9d..31be647e 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: I95e55c6c1694d060cc57987cce4feff5a0ece4a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839872Reviewed-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@{#702802}
-
Arthur Hemery authored
Filtering current failures on the android-bfcache-debug fyi bot. Bug: 1007276 Change-Id: I291f5aba1b1520661a6b59e87e86a812d3df64b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840094Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#702801}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/44b32176ee48..8fa0f1a6567c git log 44b32176ee48..8fa0f1a6567c --date=short --no-merges --format='%ad %ae %s' 2019-10-03 afdx@google.com spirv-fuzz: option to convert shader into a form that renders red (#2934) 2019-10-03 32110296+AaronHaganAMD@users.noreply.github.com Add SPV_KHR_shader_clock validation (#2879) 2019-10-03 paulthomson@users.noreply.github.com reduce/fuzz: improve command line args (#2932) 2019-10-03 alanbaker@google.com Validate physical storage buffer restrictions (#2930) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@8fa0f1a6567c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,cwallez@google.com Bug: None Change-Id: Ib979631a70f7faf4cd75888b5bbfa99b70560f84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1838985Reviewed-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@{#702800}
-
Mikhail Khokhlov authored
Bug: 1010041 Change-Id: I8aaee5a7ed7aafee3ef72a5fbdf56e63cfdd3d65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1835508 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#702799}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fbdf48ecb204..95edac1c9a4a git log fbdf48ecb204..95edac1c9a4a --date=short --no-merges --format='%ad %ae %s' 2019-10-04 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@95edac1c9a4a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC rmistry@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-blink-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 TBR=rmistry@google.com Bug: None Change-Id: Ia1061a3f576993edf80164a22d2ebffb54e6d032 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839517Reviewed-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@{#702798}
-
Dominic Battré authored
Revert "Disable flaky ActivationStateComputingThrottleSubFrameTest.Whitelisted_DisablesGenericRules/*" This reverts commit 1f02a2f6. Reason for revert: Test is not the root cause, see crbug.com/1011275 Original change's description: > Disable flaky ActivationStateComputingThrottleSubFrameTest.Whitelisted_DisablesGenericRules/* > > TBR=battre@chromium.org > > Bug: 1010186 > Change-Id: I9d56d9225fbfe6069476878c4d531d1d43371515 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1837316 > Reviewed-by: Yoichi Osato <yoichio@chromium.org> > Commit-Queue: Yoichi Osato <yoichio@chromium.org> > Auto-Submit: Yoichi Osato <yoichio@chromium.org> > Cr-Commit-Position: refs/heads/master@{#702310} TBR=battre@chromium.org,yoichio@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1010186 Change-Id: Ia3e479f104b34bdbdb657e3450b68f69c771fd93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1840172Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#702797}
-