- 09 Apr, 2020 40 commits
-
-
Garrett Beaty authored
The following changes were made to the console: * The order of the platform subcategories within each OS category was made consistent. * The order of the short names for each os/platform combo was made consistent. Bug: 1067057 Change-Id: I6348fe2253e8eff8ba9cedd2999adf10be1c595f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139421 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758075}
-
Ankit Kumar authored
This CL adds tab handling in PDF. A tab event now allows the user to move from the last annotation on a page to first annotation on the next page. Unit tests have been added to validate the scenario. Bug: 989040 Change-Id: I46106e88946bdc3e667c9897cbcba3ff418aecfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061634 Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#758074}
-
evliu authored
This CL renames the generic pieces of the live caption feature from "SODA" to "Speech Recognition". The SODA-specific pieces will not be renamed including the presandbox hook, logic to retrieve the paths of SODA-specific files, SODA component, and SODA client. Bug: 1069284 Change-Id: Ic379b68cae607e77959a24368d93677a805b2713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142765 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#758073}
-
Liquan (Max) Gu authored
The test coverage report shows that some new added code have not been covered by tests[1]. This patch adds test coverage for these lines. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2141244/9/chrome/android/java/src/org/chromium/chrome/browser/payments/AndroidPaymentAppFinder.java This patch also dedup the redundant codes with the newly added method #assertPaymentAppsHaveIdentifiers() to give you a refreshed feeling. Bug: 1064740 Change-Id: I104385d2fe26f00e6e2477211c5a5123a9eff045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144314 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#758072}
-
Esmael El-Moslimany authored
During a shortcut drag, an iframe behind ntp-most-visited will prevent 'dragover' events from firing. To workaround this, 'pointer-events: none' can be set on the iframe. When doing this after the 'dragstart' event is fired is too late. We can instead set 'pointer-events: none' when the pointer enters ntp-most-visited. 'pointerenter' and pointerleave' events fire during drag. The iframe 'pointer-events' needs to be reset to the original value when 'dragend' fires if the pointer has left ntp-most-visited. Change-Id: Ib06d78d6d6bc05a1bf96c3e080f1ed4fb76a9b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142750Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#758071}
-
Ankit Kumar authored
This CL renames |PDFiumEngine::last_page_mouse_down_| to |PDFiumEngine::last_focused_page_|. This is part of a larger effort to make focus move from one page to the next on a tab event. Bug: 989040 Change-Id: I22cab91bb4965afaeae1755b51c11d88f69aeafc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060444 Commit-Queue: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#758070}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/605c93fb246c..55d00afb3680 git log 605c93fb246c..55d00afb3680 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 brcui@microsoft.com Focus default element after showing Settings screen 2020-04-09 brgoddar@microsoft.com Network: Expand Parent Frame Nodes on Reveal Created with: gclient setdep -r src/third_party/devtools-frontend/src@55d00afb3680 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1068747,chromium:1069337 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I9e9be7a18c54df06499bc178d01ad1b5289ea281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144979Reviewed-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@{#758069}
-
Johann authored
This is a reland of ffcf2b75. It was reverted in a33a9505 due to an alert triggering for heap allocations. After discussion it sounds like this was the straw the forced the camel to allocate a new page and had an outsize impact on heap size. Fixed: chromium:1068911 Original change's description: > presentation controller: remove execution context > > The PresentationController class does not need > ExecutionContextLifecycleObserver since the mojo::Receiver was migrated > to HeapMojoReceiver. The replacement wrapper includes management of the > presentation_controller_receiver_. > > Change-Id: I1c96f897a7b604a23d3e7f0bd61a3b0598faa2f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137162 > Commit-Queue: Johann Koenig <johannkoenig@google.com> > Reviewed-by: Kouhei Ueno <kouhei@chromium.org> > Reviewed-by: Mounir Lamouri <mlamouri@chromium.org> > Cr-Commit-Position: refs/heads/master@{#756871} Change-Id: I5270d6ca2483aa2815aaea59cacb2a8f627e5595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142876Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#758068}
-
Vladimir Levin authored
This patch aligns the code with the new requirement to have paint containment on subtree-visibility != visible elements. R=cbiesinger@chromium.org, chrishtr@chromium.org Change-Id: I0e6b04e013f906b1c52329448f008f365be1a171 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144358 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#758067}
-
Reilly Grant authored
Assigns ownership of this directory to the master list of Serial API owners in //content/browser/serial. Change-Id: I9b9cc4410658d66f2a9293b2e732f8cd264a4f7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144829 Commit-Queue: Reilly Grant <reillyg@chromium.org> Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#758066}
-
Nigel Tao authored
This commit does not change behavior, other than adding new tests. Also remove a couple of stale TODOs from the opening json_reader.h comment, that proposed deviating further from the JSON spec. "git blame" says that these TODOs were added by commit e724599d on 2008-07-29, more than 11 years ago. They're not going to be done. Bug: 1069271 Change-Id: I2e1221ca8054c7912fcdf2723d8e3e114a580898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139533 Commit-Queue: Nigel Tao <nigeltao@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#758065}
-
Chris Cunningham authored
Clearing the DB sometimes hangs on Android. Timing should reveal what steps operations are hanging (clearing and otherwise). Also adds additional tests to VideoDecodePerfHistory to verify no logic bugs if Clearing is the first operation performed (triggers initialize). Bug: 1040098 Change-Id: Ica13972256c883a840ebf66d03fddadc01add3ae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2135528 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#758064}
-
Nazerke authored
This CL modernizes the AlertCoordinator, ActionSheetCoordinator, InputAlertCoordinator, ReadingListContextMenuCoordinator - to use |browser| in the initializer - to remove the public property for dispatcher, webStateList and browserState if they are - to use self.browser to get browserState, webStateList and dispatcher values. This CL updates the unit tests. Also this change includes some cleanup work such as renaming ReadingListContextMenuCommands to be ReadingListContextMenuDelegate as ReadingListContextMenuCommands was not configured through the dispatcher. The second part of the bug fixture is planned to make changes in MicrophonePermissionsManager in ios_internal. The last part is suppose to migrate away from downstream AlertCoordinator use and update PasswordController by passing a browser value. Bug: 1029346, 1047869, 1047876, 1065041, 1058017 Change-Id: I2513138a2e4b559c84b81f1935fe99a5908dfbda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134241 Commit-Queue: Nazerke Kalidolda <nazerke@google.com> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#758063}
-
Harald Alvestrand authored
This verifies that replaceTrack() actually replaces the track. Adds a new helper function to add a "signal" square into a noise track. Bug: none Change-Id: Ia90535c984d65adcdf2c63a5700b08d7c1e384c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2141913 Commit-Queue: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#758062}
-
Khushal Sagar authored
We enforce that the display frequency chosen must be in perfect cadence with the video playback rate. This doesn't allow the display to run at 30Hz with videos updating at 24Hz. Remove this restriction and choose the display frequency closest to the desired playback rate. R=dalecurtis@chromium.org Bug: 976583, 1069662 Change-Id: Icaaf87f4164c198b5b8ab6e900eaaaf21d229951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143534 Commit-Queue: Khushal <khushalsagar@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#758061}
-
Ian Struiksma authored
Unrelated to autofill blink change causing a failure as a checkbox click isn't being detected. Disabling the offending site test. If blink change will revert or change, can reenable. If it is the proper site behavior, can change action 20 in recipe to click the text of the element instead of the box and update the file in the cipd payload. Bug: 1069615 Change-Id: Idb3f10c5c3508b3cd75b665a3838098e46c16e52 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144826 Auto-Submit: Ian Struiksma <ianstruiksma@google.com> Commit-Queue: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Sven Zheng <svenzheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#758060}
-
Sammie Quon authored
Some things encountered while working on making workspace drag work with maximized windows. * remove unused members/variables * remove base::NumberToString in tests * combined two anon namespaces * small miscallenous updates Test: none Bug: 1066159 Change-Id: I2dfd1cd7f416d9e93b034147d408227f16a39d13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142777Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#758059}
-
Rainhard Findling authored
Bug: 1032584 Change-Id: I073bfe35e96c163e9f9b1812e4b31e1f89aa682d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2137390Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#758058}
-
Garrett Beaty authored
The following changes were made to the console: * The entry for 'ChromiumOS ASAN Release' had it's cro short name replace with 'cros asan' category to be more consistent with other entries in the console and preserve its position. Bug: 1067057 Change-Id: Iccbd3a96cacf8460568c87a44aa9680073006173 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139637 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758057}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/73e334469e89..e2c5bcf86884 git log 73e334469e89..e2c5bcf86884 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 cwallez@chromium.org Remove the dependency on Dawn's SwapChainUtils. 2020-04-09 robertphillips@google.com Rename GrMeshDrawOp::Target::glyphCache to strikeCache 2020-04-09 egdaniel@google.com More robust fix for command buffer context crash. 2020-04-09 fmalita@chromium.org [svg] Remove primitive type wrappers 2020-04-09 robertphillips@google.com Add check that the PlotLocator's plotIndex is consistent w/ the glyph rect 2020-04-09 tdenniston@google.com [SVG] Implement currentColor for fill and stroke 2020-04-09 robertphillips@google.com Move the GrStrikeCache from the recording context to the direct context Created with: gclient setdep -r src/third_party/skia@e2c5bcf86884 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 csmartdalton@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 Bug: chromium:1056730,chromium:1064305 Tbr: csmartdalton@google.com Change-Id: I0aab9b6b02497f0181a019414207537dd06c6d87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144978Reviewed-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@{#758056}
-
Eric Orth authored
Bug: 878582,1060381 Change-Id: I88445de4b7d19c4006c60d382a9c3c8ddc6fba21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144823Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Auto-Submit: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#758055}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/dac5cc3b6a4e..c12c1f571aec git log dac5cc3b6a4e..c12c1f571aec --date=short --first-parent --format='%ad %ae %s' 2020-04-09 lexa.knyazev@gmail.com D3D11: Skip setting BlendState for integer attachments Created with: gclient setdep -r src/third_party/angle@c12c1f571aec If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jonahr@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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jonahr@google.com Change-Id: I228f86bfb08bb2d7f474725cb8bcd0c497cf4a39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144974Reviewed-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@{#758054}
-
Sergey Ulanov authored
Removed test-only methods from CastRunner, WebContentRunner and CastComponent that were previously used in cast_runner_integration_tests. 1. Removed CastRunner and WebContentRunner constructors that take web.Context. Now context is always created in WebContentRunner. 2. Removed test-only methods. 3. Updated TestComponentContext to allow initialization with all services cloned from /svc. The tests now inject a script into the frame in order to test functionality that was previously tested with the test-only methods. Previous attempt to land this CL was reverted due to flake in CastRunnerIntegrationTest.CanRecreateContext test. The test kills WebEngine and was waiting Component termination and assumed that Context and ContextProvider were torn down as well, but they may be destroyed with some delay. To fix this issue this version of the CL adds explicit wait for Context destruction and removes ContextProvider caching from WebContentRunner. Bug: 1062351 Change-Id: I18fa11e85d2194bba1ed3896167a64fac8a51c0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143494 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758053}
-
Minoru Chikamune authored
No behavior change. This CL reduces potential risks of use-after-free bugs. Bug: 1049056 Change-Id: I76fee925ca069c290aa867d058b462433f142f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143016Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#758052}
-
Natalie Chouinard authored
This resolves "Unable to create logdog client" errors on Swarming jobs created with run-swarmed.py. Change-Id: I62a9bbe5539d2e3bf15d11926b48be75184817e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144906 Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Auto-Submit: Natalie Chouinard <chouinard@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#758051}
-
Gang Wu authored
From previous enabled test run, https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=content_shell_test_apk&tests=ClipboardTest%23testCopyDocumentFragment It seems most of failure happened on slow devices, like x86. So increase the timeout for CriteriaHelper.pollUiThread(). Bug: 791021 Change-Id: I89430d2fbf89196a3813b1e175d2fd56090e079b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144814Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#758050}
-
Piotr Pawliczek authored
This is a part of implementation of class Uri. This CL contains implementation of getters along with algorithm to encode disallowed characters with % sign. Other CLs: - https://crrev.com/c/2103143 - https://crrev.com/c/2123640 BUG=chromium:821497 TEST=on my workstation Change-Id: Iabe72b7d9907743345a886fe3ffb2dc19b1b76b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118426 Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Cr-Commit-Position: refs/heads/master@{#758049}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/8026364968ac..1926de0638b6 git log 8026364968ac..1926de0638b6 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 rharrison@google.com Remove ambiguity in comment of pointer vs Klein star for * (#1037) Created with: gclient setdep -r src/third_party/shaderc/src@1926de0638b6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@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: radial-bots+chrome-roll@google.com Change-Id: Iae8d8d29910a13fe12da98dc39b9ad2ffc214b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144972Reviewed-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@{#758048}
-
Zhongyi Shi authored
Save response headers and return to the caller when receive a redirect but URL fetcher stops on redirects. Bug: 936350 Change-Id: I933f362c966676d4a6dbbc0704afd69851edc248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143652Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#758047}
-
Henrique Ferreiro authored
Migrate this test out of third_party/blink/web_tests/css3/masking/ and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: I02f8b56439403ebb0c0f70743649434816b99fc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142116Reviewed-by:
Robert Ma <robertma@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#758046}
-
Martin Šrámek authored
Per UI feedback. We can simply reuse the existing "Advanced" string from the main settings page, as its string resource description fits the new use as well. The previous string is not used anywhere else, and can be removed. Bug: 1069601 Change-Id: Iba34a77e33b3ad4d7dc4f8abd55d35a684bbf2fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144043Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#758045}
-
Domenic Denicola authored
Bug: 1042415 Change-Id: I771434df7a4dbcf8b26ea0bceded1f3e7b136ada Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116833 Commit-Queue: Domenic Denicola <domenic@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#758044}
-
Maggie Chen authored
Release_Load() was used for an experiment. Now it's not needed. Change it back to Nobarrier_Load(). Bug:949839 Change-Id: I32faf515046b52a46165c741b80fd5bed1aea13c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144681 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#758043}
-
Lei Zhang authored
It is nearly identical and not as complete as printing::IsColorModelSelected(). Bug: 1069266 Change-Id: I094307d5b679708ab974cfed18033cbbc2e14b2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140959Reviewed-by:
Sean Kau <skau@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#758042}
-
Nicolás Peña Moreno authored
Bug: 543598 Change-Id: I9dab81aaa58b331fe9f5e7e102a3872152c8b09c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142100 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Cr-Commit-Position: refs/heads/master@{#758041}
-
Kevin McNee authored
Bug: 1058496 Change-Id: I425c7e02b05fef6378fc30ad2ffa9bc2cb6b16ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2142483Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#758040}
-
Kai Ninomiya authored
Deprecates GPUTextureDescriptor.arrayLayerCount. Bug: 1069302 Change-Id: I2f3c327c793e6e9cba1df7f3d5e3ae07cda0b3a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2143379 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#758039}
-
Garrett Beaty authored
The following changes were made to the console: * Builders with no category were moved to the beginning of the console; builders with no category always appear before builders with a category. * Builders in the ToT Windows category were moved before builders with more deeply nested categories; less-nested builders always appear before more-nested builders. Bug: 1067057 Change-Id: Ic79da7461bdf945bf04265f110f06a96e396fbee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139420 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#758038}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/56e977406c83..83844953c478 git log 56e977406c83..83844953c478 --date=short --first-parent --format='%ad %ae %s' 2020-04-09 btolsch@chromium.org Add port to discovery e2e test service configs Created with: gclient setdep -r src/third_party/openscreen/src@83844953c478 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: I1fe9f4282bc35a1e28595f3ab817f8f8f183a230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144975Reviewed-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@{#758037}
-
Yue Zhang authored
Bug: 1065664 Change-Id: I2b423b9b5749db97a7dc2216307db0b4ee0994ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125953 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#758036}
-