- 24 Aug, 2019 30 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/90e930e2da74..7f75c0e92e6a git log 90e930e2da74..7f75c0e92e6a --date=short --no-merges --format='%ad %ae %s' 2019-08-23 jbudorick@chromium.org owners: fix inline comment support in included files. 2019-08-23 ehmaldonado@chromium.org depot_tools: Fix bug when running both python2 and python3 tests. Created with: gclient setdep -r src/third_party/depot_tools@7f75c0e92e6a The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Bug: chromium:995474,chromium:984182 Change-Id: I501430b1941b6cc107c012086be729aeac751ebd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769744Reviewed-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@{#690155}
-
Matt Mueller authored
CertPathBuilder::cert_path_iter_ is constructed with a pointer to out_result_, so out_result_ must be earlier in the member list to ensure it is constructed before cert_path_iter_ tries to access it. Bug: 997340,991247 Change-Id: I93137a16e0022db00d71b91b6636e42d6f39f2ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769701Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Mueller <mattm@chromium.org> Cr-Commit-Position: refs/heads/master@{#690154}
-
Ian Prest authored
The current heuristics always creates a new paragraph whenever the font-size changes, which is undesirable. Simply removing the size check causes many of the existing tests to fail because the size-change is often the only reason that we have multiple paragraphs at all. The problem is our PDF file has too few lines on each page to compute reasonable line & paragraph size thresholds. So this change required changing the heuristics. The new heuristic is as follows: 1. We keep track of the top & bottom of the current line, as weighted averages of the (recent) text boxes on the line. 2. When we encounter a new text box, if it significantly overlaps the top-to-bottom range, it's considered part of the same line. 3. If we are starting a new line, we also check the paragraph threshold to see if we should also start a new paragraph. If the paragraph threshold couldn't be computed (because there weren't enough lines on the page), we compare against the line size. We also introduce the `PDFExtensionAccessibilityTextExtractionTest` test suite. These tests are like the tree-dump tests, but they dump raw text content, split into lines and paragraphs. (Compared to tree-dump tests, this approach allows us to test the kNextOnLine and kPreviousOnLine attributes are correct.) Bug: 985604 Change-Id: Idfce6edfef42580e7fac4d8a7753c82495c15bd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743032 Commit-Queue: Ian Prest <iapres@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#690153}
-
Malay Keshav authored
In an effort to reduce disk usage by animations, this patch replaces an expensive APNG animation file usage with a lottie animation file in OOBE. Bug: 976057 Test: Manually tests this and dependent changes by navigating to OOBE Change-Id: I5965688a4d1c17dd6e32c59ee1b347f0496cfa66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764632 Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#690152}
-
Joel Klinghed authored
On Android, PrintManager has a virtual method PdfWritingDone which is implemented by PrintViewManagerBasic which extends PrintViewManagerBase. PdfWritingDone() is called whenever a print job has finished, including if it is cancelled or fails. If the print view manager has an ongoing job and is destroyed then PrintViewManagerBase calls DisconnectFromCurrentPrintJob() from its destructor which can end up calling the now pure virtual function PdfWritingDone() (as we are in destructor of PrintViewManagerBase and PrintViewManagerBasic is already destroyed). Avoid this by calling DisconnectFromCurrentPrintJob() from PrintViewManagerBasic destructor so that any current print job is terminated while PrintViewManagerBasic is still available. Added PrintViewManagerBasicTest that triggers this problem on Android. Bug: 993255 Change-Id: If2b9f177fa9e106751e4d3d16f4ea171c6191131 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1751244 Commit-Queue: Joel Klinghed <the_jk@opera.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#690151}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/5d51a2e48472..34a2b06a63d3 git log 5d51a2e48472..34a2b06a63d3 --date=short --no-merges --format='%ad %ae %s' 2019-08-23 vapier@chromium.org cros lint: upgrade pylint to 1.6 2019-08-23 mmortensen@google.com Update gen/chromite/api/binhost_pb2.py for PrepareDevInstallBinhostUploads. Created with: gclient setdep -r src/third_party/chromite@34a2b06a63d3 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I855e7f06ae08baaddbb7d219898268ea4877241e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769742Reviewed-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@{#690150}
-
Sharon Yang authored
As part of a previous change, build dependencies were required but not added, these are added now. Bug: 974072 Change-Id: I62093ba01ed10aa850788ed35b86a7d642831450 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769916Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#690149}
-
Ryan Sturm authored
UKM (the links in the top urls list). Rather than prefetching the link with the highest navigation score overall, NavigationPredictor should only consider the link with the highest navigation score _of the links sent to the UKM_. This essentially restricts the links that can be prefetched to the links with the top 10 highest area ranks. Bug: 995547 Change-Id: I27cc7d5316993132c5835fa83858d9f0fa85a53f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761526 Commit-Queue: Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#690148}
-
Dan Beam authored
BUG=997396 Change-Id: Ia27be3ca7ad06a88ee98b093da988a7a944ba5de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769800 Commit-Queue: Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Auto-Submit: Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#690147}
-
Johannes Henkel authored
Bug: 991325 Change-Id: I8a39a28a8f5151100808d23ddbfbd1578f65e95e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764929 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#690146}
-
Raymond Toy authored
WebAudio legacy code often does something like: DCHECK(foo); if (!foo) return; The style guide says the if/return should be removed; DCHECK failures should not be handled. Part 5 of 5: Update a few more files and for the most obvious cases where we can remove the if/return. We are basically done; there may be some left, but they're more complicated. Bug: 957654 Change-Id: I60b472fa3641bb7fd7e927c1f0839adf1ecaaad0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769163Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#690145}
-
Andrew Xu authored
Add the gradient zone to the scrollable shelf. The zone's location is based on the layout strategy according to the new spec. Bug: 973481 Change-Id: I2949ca70bea6219dd2df3a7cf377050f5cb8b3fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764765 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#690144}
-
Jamie Walch authored
This is a partial revert of https://chromium-review.googlesource.com/c/chromium/src/+/1707953. This change requires that users re-authorize Chrome Remote Desktop for accessibility permission. It's not important enough for that downside. Bug: 997387 Change-Id: I21047315ab0f53d5b09f09ee1666d6745c9c1c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769714 Auto-Submit: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Yuwei Huang <yuweih@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#690143}
-
Yusuke Sato authored
Now ARCVM's throttling is handled solely by Concierge. This CL depends on chromium:1748118. BUG=b:139095697 TEST=Start ARCVM, verify /sys/fs/cgroup/cpu/vms/arc/tasks is not empty, launch Play Store, verify /sys/fs/cgroup/cpu/vms/arc/cpu.shares is 1024, switch to Chrome, verify cpu.shares is 64. Change-Id: Ic9746bb29363ed71ef5b43ef3659f78c23b07be5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758588 Commit-Queue: Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#690142}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/3f21e11e240a..25cc723823e3 git log 3f21e11e240a..25cc723823e3 --date=short --no-merges --format='%ad %ae %s' 2019-08-23 rafael.cintron@microsoft.com Fix mFenceEvent HANDLE leak Created with: gclient setdep -r src/third_party/dawn@25cc723823e3 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try: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: Ic6d6ff056de954fa5dd5a40d3823a62a9486ec97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769654Reviewed-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@{#690141}
-
Andrew Xu authored
The bounds of the hotseat are not adapted to RTL. This CL fixes the issue. Bug: 997356 Change-Id: Ib73aec5af90958ebff2ec82d326dfbb704efaf1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769550Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#690140}
-
Bailey Berro authored
- Corrects the About page to calling the correct method on the AboutPageBrowserProxy. - Adds a test Bug: 997155 Change-Id: If39b45274f6d3836b52039c22086b300b5d3f5b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769625Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#690139}
-
Marijn Kruisselbrink authored
In particular some tests that test saving to files, as well as making sure that the usage indicator is shown when the site has write access. Bug: 993597 Change-Id: I2ee793921b6ea612731e278e8fbd5f4c5cfd093a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761249 Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#690138}
-
Avery Musbach authored
The present CL implements a more reliable way to determine in which display a window is being dragged. For mouse dragging, it shall use CursorManager::GetDisplay. For touch dragging, it shall simply use the display where the drag started. Bug: 995413 Change-Id: I3ed8f5ef236d01d8bbbc397cfa7372be530be8af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761523 Commit-Queue: Avery Musbach <amusbach@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#690137}
-
Antonio Gomes authored
... now that it is Oilpan GC-ed. This is a follow up of [1]. [1] https://crrev.com/c/1765493 BUG=704136 R=jbroman@chromium.org Change-Id: I9f2204ac9e1cbbae885acb67ab12874c2a95f96a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768788 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#690136}
-
David Black authored
During the login sequence, browser context will settle before Assistant has bound its delegate. This means when the delegate is set, we won't register the fact that there may already be a set of relevant proactive suggestions until the browser context changes. To address this, we notify the delegate of any cached proactive suggestions when it is being bound. Bug: b:139199715 Change-Id: Ia2b91eb59368909bda4a54af28048cebe62cdbac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767485 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#690135}
-
Etienne Pierre-Doray authored
This reverts commit 63fbbb92. Reason for revert: Flaky on ios: https://ci.chromium.org/p/chromium/builders/try/ios-simulator/351893 Original change's description: > [ThreadPool]: Implement Job Delegate's ShouldYield and concurrency increase. > > This CL partially implement job's delegate, as well as concurrency > usage assertion: > - ShouldYield must be called in worker task. > - max concurrency is expected to decrease unless > NotifyConcurrencyIncrease() is called. > > To implement ShouldYield, PooledTaskRunnerDelegate is used > to communicate with ThreadPool and a racy priority is added to > task source. > > Bug: 839091 > Change-Id: I3504f00ec48ab600f79b64e44151bc9dded408a8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713146 > Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> > Reviewed-by: François Doray <fdoray@chromium.org> > Reviewed-by: Gabriel Charette <gab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#690127} TBR=gab@chromium.org,fdoray@chromium.org,etiennep@chromium.org Change-Id: Id5b9838a38baa9ac00acda22284b35270344480c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 839091 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769085Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#690134}
-
Mei Liang authored
This CL updates the system navigation bar and top status bar in GTS for incognito. Change-Id: I169c8706eeaa7bb7b4994b02f2bcfffb53fb2b9f Bug: 997345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769632Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Mei Liang <meiliang@chromium.org> Cr-Commit-Position: refs/heads/master@{#690133}
-
Eric Roman authored
Bug: 997359 Change-Id: I6d6dbe7d9ee75b82506530529318044873a28f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769703 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#690132}
-
Steven Bennetts authored
This CL: * Extracts internet_subpage_tests to a separate test suite. * Eliminates click-to-navigate logic from tests to fix flakiness. * Removes the tests from cr_settings_browsertest (they are redundant). * Re-enables the tests in os_settings_browsertest. Bug: 92116 Change-Id: Ibb005e607ada112f33d3b6df3695893c8b537aa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768909 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#690131}
-
Jinsuk Kim authored
The reported crash shows that BottomSheetController might not be ready at the beginning when Tab starts getting first overscroll events. This CL adds nul checks in the interface implementation of NavigationSheet against the controller to not perform the action until the controller is ready for use. Bug: 996184 Change-Id: I6624282caaf79c8d2bd24ce8128aa24f16848cd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765055Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#690130}
-
Brian Sheedy authored
Suppresses Pixel_WebGL_PremultipliedAlpha_False on Win10/Intel HD 630 configurations. TBR=kbr@chromium.org Bug: 997313 Change-Id: I9451e3f71d4e435cc0e0b6009e4d9ea41fb23657 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769551Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#690129}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/83c24aa8a1cd..2f4a751866bc git log 83c24aa8a1cd..2f4a751866bc --date=short --no-merges --format='%ad %ae %s' 2019-08-23 bsheedy@chromium.org Refactor perf tests to fix metric/story swapping 2019-08-23 geofflang@chromium.org Don't reset the texture size to zero in TextureGL::releaseTexImage on Mac. 2019-08-23 geofflang@chromium.org GL: Unset the bound PBO when initiailizing texture data. 2019-08-23 jonahr@google.com Suppress failure in MultisampleCompatibilityTest Created with: gclient setdep -r src/third_party/angle@2f4a751866bc The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@chromium.org,jonahr@google.com Bug: chromium:923564,chromium:924618 Change-Id: I73ecb3a8d22328dc7ecea0bc0bc52f9cd8fd405c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769648Reviewed-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@{#690128}
-
Etienne Pierre-doray authored
This CL partially implement job's delegate, as well as concurrency usage assertion: - ShouldYield must be called in worker task. - max concurrency is expected to decrease unless NotifyConcurrencyIncrease() is called. To implement ShouldYield, PooledTaskRunnerDelegate is used to communicate with ThreadPool and a racy priority is added to task source. Bug: 839091 Change-Id: I3504f00ec48ab600f79b64e44151bc9dded408a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713146 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#690127}
-
Tricia Crichton authored
Reduce number of Web Servers created to 3. Initialize all servers in single base class, and set class derivation to that class. Remove GlobalStartUp and GlobalTearDown defs and calls where no longer needed. Bug: chromedriver:2279 Change-Id: I1a6b9cf89a80a04eef4d7579bc69ae14125af762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767062Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tricia Crichton <triciac@chromium.org> Cr-Commit-Position: refs/heads/master@{#690126}
-
- 23 Aug, 2019 10 commits
-
-
Johannes Henkel authored
In my rework, I think there could be some race conditions in the order of the output. I'll do the dry-run for now and see whether anything manifests. Perhaps it's worth doing some sorting of the logs, e.g. we could make the test insensitive to the order of some of the events in the golden file, by keeping two or three separate logging streams for each section. Bug: 991325 Change-Id: Ib9b8fb0732f5efbf9ad619ff12d5a36bccb02a16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1762823 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#690125}
-
Ilia Samsonov authored
This still allows failing tests to run in isolation, while avoiding running faulty tests repeatedly. Bug: 993428 Change-Id: I4b6a005e03aaba1fa6019acd6628a15ebc8a8b5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753694 Commit-Queue: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#690124}
-
Donn Denman authored
Updates the expiration of all the Preview Tab (aka Ephemeral Tab) expiration milestones from M-80 to M-82. BUG=988668 Change-Id: I45f5b87684762ff059cdcdbb8682faf0a30b9852 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728182 Auto-Submit: Donn Denman <donnd@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#690123}
-
Steven Bennetts authored
Bug: 853953 Change-Id: I00c177bdb0b1c40c23521871b94bea234cd81c4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1758543 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#690122}
-
Fabrice de Gans-Riberi authored
Change-Id: I3e1d47daa18f80efb8d8fc2b3f5cc6f671ec4bb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1722212 Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#690121}
-
David Bertoni authored
This also enables the manfifest key for the service worker background script and adds tests to verify expected state of some API bindings. Bug: 995601 Change-Id: I3e456b09307093d4356368083c080a51e6db813b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1761524 Commit-Queue: David Bertoni <dbertoni@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#690120}
-
Malay Keshav authored
The expression used in dom-if for a function call must include braces. This patch adds the missing braces. Bug: 976057 Change-Id: I948cf50721c96a5642d65ffecc369fa88689650a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767489Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Malay Keshav <malaykeshav@chromium.org> Cr-Commit-Position: refs/heads/master@{#690119}
-
David Black authored
Pressing the proactive suggestions view will now open Assistant UI to show the proactive suggestions response inline. See bug for demo. Bug: b:139199739 Change-Id: I10f53bc7c0fe1c5273c2e92052a492676db083bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764104Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#690118}
-
Mike Wittman authored
TBR=kevers@chromium.org Bug: 997149 Change-Id: I3ccb31de28435dfe85cf6457c9ec8acd7110ed23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769555Reviewed-by:
Mike Wittman <wittman@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#690117}
-
gogerald authored
This CL solves the issue that TabGridDialog uses wrong rect for animation when the Tabs is sorted in MRU order. It should be no-op when MRU is disabled. Bug: 996381 Change-Id: I87d93a0f66199cdef50deaf7826bee77be5f7742 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1764268Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Ganggui Tang <gogerald@chromium.org> Auto-Submit: Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#690116}
-