- 01 Apr, 2020 40 commits
-
-
Hitoshi Yoshida authored
The new code generator of IDL dictionary provides a templated setter, but it doesn't work for initializer lists to construct a member directly. This CL adds another setter for rvalues of member types, and makes it possible to initialize a member through the setters. Bug: 839389 Change-Id: I89ffd79fff92a58ac722052334afa639d9cf7918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129377 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#755256}
-
Mike West authored
Chrome and Firefox aligned on treating `"foo;bar"=baz` as a nameless cookie with a value of `"foo`, and `"foo\"bar;baz"=qux` as a nameless cookie with a value of `"foo\"bar`. That is, they both stop parsing the name/value pair when they hit a `;`. This seems aligned with step 1 of https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-05#section-5.3, which defines the `name-value-pair` as everything up to but not including the first `;`. Adjusting these tests accordingly, as discussed in https://github.com/httpwg/http-extensions/issues/1136. Change-Id: I6930f8e18a8c573b21eaea5614e14c3b957ea0bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128135Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#755255}
-
Wez authored
Bug: 1028409 Change-Id: Id289aa7a7c8c708bb6a530d3ebf6f5be4cb8deb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130266 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#755254}
-
Aya ElAttar authored
kSystemFeaturesDisableList pref represents a list of system features (camera, settings, ..etc) to be disabled by an admin policy. It should disable those features regardless of their underlying implementation (PWA, Chrome App, Web App,..). Bug: 1063404 Change-Id: Ica2e523aba36378fb9049820e73dde0afcad6cd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124655Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@google.com> Cr-Commit-Position: refs/heads/master@{#755253}
-
rbpotter authored
The test seems to be flaky on this bot. TBR=aboxhall@chromium.org Bug: 1066702 Change-Id: I445f46df05c70f86c0433322a5cfbebaad853dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130892 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755252}
-
Hiroshige Hayashizaki authored
This reverts commit b80aea17. Reason for revert: Causing use-of-uninitialized-value. https://bugs.chromium.org/p/chromium/issues/detail?id=1066737 Original change's description: > Add a metric to track what resource type triggers SB blocking page. > > We'd like to know for each safe browsing blocking page created, what > is the resource type that triggers the page. This information > can help us decide the priority of resource types that should be > checked in real time. > > Metrics added in this CL: > SafeBrowsing.BlockingPage.ResourceType > > Bug: 1065137 > Change-Id: I5c5c07c138f2d4f149229af54b03b68e623d44d1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121735 > Reviewed-by: Daniel Rubery <drubery@chromium.org> > Reviewed-by: Steven Holte <holte@chromium.org> > Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755177} TBR=holte@chromium.org,drubery@chromium.org,xinghuilu@chromium.org Change-Id: I29b299e6110511a5435eba174b6ed538dfddc99b No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1065137, 1066737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131437Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755251}
-
Kuo Jen Wei authored
Bug: None Test: CCA can be opened normally. Change-Id: I502afe94b9ccedcadf1f27e6f5d19adbc51842f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131172 Commit-Queue: Kuo Jen Wei <inker@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#755250}
-
Hiroshige Hayashizaki authored
TBR=apotapchuk@chromium.org No-Try: true Bug: 1066732, 1047176 Change-Id: I60ac94d6bfacd6aef3e44bc8b5768521b056a602 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130951Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755249}
-
haozhe authored
Verify sticky position while composition happens. Catch when the main thread position is different from the sticky position of ref tests. Bug: 1059272 Change-Id: I3ec4fa391b42ff3783b2e89347a4bd10ab81faaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105754 Commit-Queue: Hao Sheng <haozhes@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#755248}
-
Nicholas Verne authored
When a user attempts to launch a Crostini app during the upgrade, we redisplay the Upgrader window as feedback that they can't launch yet. Bug: 1064528 Change-Id: I4d27a0afc2c8d0592db9a6e0f2ae2f0cffb0e89e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129797 Auto-Submit: Nicholas Verne <nverne@chromium.org> Commit-Queue: Nic Hollingum <hollingum@google.com> Reviewed-by:
Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#755247}
-
Alexandre Courbot authored
The V4L2 workaround interface was taking the end position of the encoded stream as a writable argument - this is dangerous and it doesn't even need it, so remove it. BUG=b:149663704 TEST=vdatest passes on Hana. Change-Id: I6ec9b137e6e762fd999e6ae2462db4564b0e7134 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130452 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#755246}
-
Wez authored
ApplicationConfigManager is now available as a normal service, so there is no need to reach it via ConnectToAgentService(). However, it must be reached via each component's service-directory, rather than the CastRunner process' service-directory, since the Cast components run in a different "session" from the Runner. Bug: fuchsia:43004 Change-Id: I638cc3bca4d3d80f7f97a50d637065eb36f9d89a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089699 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#755245}
-
Bartek Nowierski authored
list_hash_set_test.cc already tests both ListHashSet and LinkedHashSet. It's natural to add NewLinkedHashSet to the list. Not all tests work right now, due to insertion of 0 (an empty value). Change-Id: Ib649c3ccc8c28323673b75b07857ac0a89440f0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130586Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#755244}
-
Hiroshige Hayashizaki authored
[Sheriff] Mark virtual/threaded-no-composited-antialiasing/animations/events/animation-iteration-event.html as flaky TBR=apotapchuk@chromium.org No-Try: true Bug: 1066122 Change-Id: I4949697cbf0aa4105279a08580187d367f6a861e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130587 Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755243}
-
Daniel Hosseinian authored
Currently, PdfMetafileCgTest.RenderPageBasic does all the rendering and bitmap comparisons directly within the test. PdfMetafileCgTest will add more tests to its suite that will do the same things. Add helpers to simplify the addition of tests. Change-Id: I1973d04d8a93cf1f1e1f19ff55eb6af66316cb7a Bug: 919596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125227 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#755242}
-
danielng authored
Adding a flag to put the Plugin VM camera setting behind whilst it is still a WIP. Bug: 1016193 Change-Id: I229143278b0e3f632072eadc9f6910b5cad7109e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131107Reviewed-by:
Julian Watson <juwa@google.com> Commit-Queue: Daniel Ng <danielng@google.com> Cr-Commit-Position: refs/heads/master@{#755241}
-
Alexandre Courbot authored
This DCHECK is faulty is several accounts: * It makes the program fault depending on the value of an argument, * The values it checks are actually valid to the ioctl, Finally, it has not been tested in debug mode since direct callers of the method in the same file use the values that trigger it as parameter. BUG=1033799 TEST=vdatest passes on Hana. Change-Id: Ic23f4baf94c89dceb9aeb4881a4b4942e1bebf9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130460 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755240}
-
Hiroshige Hayashizaki authored
This reverts commit 4898ea48. Reason for revert: suspected to cause compile failure on fuchsia-x64-debug: https://bugs.chromium.org/p/chromium/issues/detail?id=1066715 Original change's description: > [Fuchsia] Add support for selectively enabling input types. > > * Implements the FIDL ConfigureInputTypes() API, for embedder control > over whether input events should be routed to web content or ignored. > * Transitions CastRunner to use ConfigureInputTypes(). > * Removes the deprecated SetInputEnabled() method. > > Bug: 1031776 > Change-Id: I54e0b5c3b5a92935e6860e037edc6bc5a92eaa42 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956154 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: David Dorwin <ddorwin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755219} TBR=ddorwin@chromium.org,kmarshall@chromium.org,yangsharon@chromium.org Change-Id: I67abd1e3da205167fc5b319ad2c91acb53a16441 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1031776, 1066715 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131433Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755239}
-
Manu Cornet authored
The current code makes the assumption that only one child changes visibility at a time. While this is generally true, there is no actual guarantee for it. This change keeps track of what children are visible individually. Change-Id: Ibc51535c6e0e7e6ab7e167999800138ebc67471b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131038 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#755238}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: Ia6e202f93f4dd2544052d2451cfafc9f0680c45e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131487Reviewed-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@{#755237}
-
Yicheng Li authored
If a MakeCredential or GetAssertion request has set user verification requirement to "discouraged", then send the request as presence-only. ChromeOSAuthenticator will then do presence-only authentication for this request. Change-Id: I40f382368e8399c328e830984e433fd56f7cd6fc Bug: b:144861739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124935Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#755236}
-
tby authored
During test review we've found a significant issue with the current re-ranking algorithm for suggested files, which makes it easy for the ranking to get into a permanently bad state and not show file results. For now, I'm changing the feature back to a simpler version of the ranking algorithm, entirely based on group scores. I've had to delete quite a few unit tests for this change, which I'll re-implement in a follow-up CL. I've tested the behaviour manually and want to submit the core algorithm on its own to unblock the test reviewer. Bug: 1034842 Change-Id: I0f59241af6e5977f899f2be867d7ae0e4b9606ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128032 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#755235}
-
Lijin Shen authored
Replace "more" button on color picker dialog with ButtonCompat. The bg color of the original one does not turn dark on night mode. Bug: 1045190 Change-Id: Ifdf2bf60314cbf93b5136ca3007a0cf0204f235c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119370Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#755234}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I519779c27e7362fa121c4ea32aaaf10d89dde283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131413Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#755233}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: Iddb455c10508c677dda5084ebcf4d4dfbaf0bcc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131469 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#755232}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/65674d83e1f5..00b46f7f2ad1 git log 65674d83e1f5..00b46f7f2ad1 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 jemoreira@google.com PeerConnection owns the PacketSocketFactory dependency. Created with: gclient setdep -r src/third_party/webrtc@00b46f7f2ad1 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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ide389c550109d9cbbca3399305fb584ba82f5731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131371Reviewed-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@{#755231}
-
Austin Tankiang authored
Bug: 1065293 Change-Id: Idfefd8eb929a571240eb4af3ec57366167014efe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129467Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#755230}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/18db0d80f61d..33eae455663e Created with: gclient setdep -r src-internal@33eae455663e 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 Bug: chromium:1061193 Tbr: jbudorick@google.com Change-Id: I2b44af749282036fb1143764ad3942f728c955aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131392Reviewed-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@{#755229}
-
Eliot Courtney authored
BUG=chromium:1053851 TEST=run tast test using histograms with updated metricsPrivate api function. Change-Id: I028c4cfaeb6d5888d88c2a43d60579dd46495a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108219Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#755228}
-
Eugene Zemtsov authored
This will help to tell what caused excessive media memory consumption, a page with several media players or one player consuming lots of memory. Bug: 1056839 Change-Id: I94bbc90de677cd599381df59ae09acf5dd80654c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125614Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#755227}
-
Raul Tambre authored
Python 3 distinguishes strings and bytestrings better. This functions seems to be used to write strings. encode() them before writing so writing in binary mode works on Python 3. Traceback (most recent call last): File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 137, in <module> sys.exit(main()) File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 132, in main write_event_interfaces_file(event_idl_files, options.event_interfaces_file, File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 123, in write_event_interfaces_file write_file('\n'.join(lines), destination_filename) File "C:\Google\chromium\src\third_party\blink\renderer\bindings\scripts\utilities.py", line 344, in write_file destination_file.write(new_text) TypeError: a bytes-like object is required, not 'str' Bug: 941669 Change-Id: I28e7f81f83a24d300628794d9e2fb991870c7b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124832 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#755226}
-
Anand K. Mistry authored
Bug: 1061484 Change-Id: I60f3a5a9511b75f988d6d10511c262d507da4aaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131426 Auto-Submit: Anand Mistry <amistry@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#755225}
-
David Van Cleve authored
The experimental Trust Token API (https://github.com/wicg/trust-token-api) takes in parameters specifying a Trust Tokens protocol operation, annotates outgoing requests with request headers corresponding to protocol state, and processes corresponding response headers. For the MVP of the API, we're making the functionality available via Fetch, iframe, and XHR. To implement the iframe surface, this CL adds a new iframe attribute, "trusttoken," that accepts as input a syntactically identical struct to the corresponding Fetch parameter This CL passes Trust Tokens parameters parsed from the attribute's value to the network service via the navigation stack. Test: Add integration tests to ensure the parameters propagate. Bug: 1062396 Change-Id: I1144e5b5699a90c88219e4490b62da072ea55b19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079309Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#755224}
-
Danan S authored
Bug: 1066183 Change-Id: I6d72cd59f93691e0ce38f6681aa46fda4b21a97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128570Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Dan S <danan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755223}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1668abdd..0169ff39 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Id3cbbe32095e7af7c5815ca6330f6bed759d1842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130713Reviewed-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@{#755222}
-
tby authored
This header appears never to have been listed in chrome/test/BUILD.gn, and deleting some files that referenced it caused compile failures. Let's add it to the build file in case this causes further issues. Bug: 1065406 Change-Id: If550192a6f8601560f176b23dc8832d843cab2f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124341 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755221}
-
Alexandre Courbot authored
This reverts commit 1343d831. Reason for revert: video_decode_accelerator_tests fails on Hana. Original change's description: > media/gpu/V4L2IP: Reconfigure V4L2 queues on the first Process() > > The client of ImageProcessor feeds ImageProcessor VideoFrame in > import mode. The underlying buffer of the fed VideoFrame can have > a different stride and size from the expectation of > ImageProcessor. The difference is critical in V4L2ImageProcessor. > It is necessary to reconfigure the v4l2 image processor driver by > VIDIOC_S_FMT with the stride and height of the fed VideoFrame. > > Bug: 1033799 > Test: ip_test --gtest_filter=NV12* on kukui > Change-Id: I73050718f6a95a1eaa3d9c7a60eeea1bc791f04e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097857 > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#754835} TBR=hiroh@chromium.org,acourbot@chromium.org Change-Id: I9d4232292efd26cfe9f07a5157bdf767f2c0a33c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1033799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131546Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#755220}
-
Kevin Marshall authored
* Implements the FIDL ConfigureInputTypes() API, for embedder control over whether input events should be routed to web content or ignored. * Transitions CastRunner to use ConfigureInputTypes(). * Removes the deprecated SetInputEnabled() method. Bug: 1031776 Change-Id: I54e0b5c3b5a92935e6860e037edc6bc5a92eaa42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956154 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755219}
-
Trevor Perrier authored
This CL adds empty xtb files for sr-Latn and adds sr-Latn to the translation_expectations.pyl file. On the next TC import the Latin script for Serbian should be imported into all xtb files. Bug: 1053811 Change-Id: I271e2e8ae042f085d962eb62ae3d4ad03ecf9190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121076Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#755218}
-
Rakib M. Hasan authored
This CL will also move the addition of these command line arguments into the browser specific WPTAdapter subclass. Bug: 1050754 Change-Id: I658ae5741229ad5a6eae740ab73008c99eae8d4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119761 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#755217}
-