- 21 Jan, 2020 40 commits
-
-
Karan Bhatia authored
This CL changes the resolution of the following histograms to microseconds: - Extensions.DeclarativeNetRequest.EvaluateRequestTime.AllExtensions2 - Extensions.DeclarativeNetRequest.EvaluateBeforeRequestTime.SingleExtension Generally these will take sub-millisecond times, hence recording time in microseconds is more appropriate. BUG=696822 Change-Id: I6559ea8e6e498a82c0189246f36cf474a2152707 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003195 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Auto-Submit: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#733796}
-
Caroline Rising authored
Bug: 1036876, 1036877 Change-Id: I04649454c87fe91874e146809c2e0bc6768d8d1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013347Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#733795}
-
Li Lin authored
AssistantState might be freed when QuickAnswersClient destructor is called (for example, in unit tests). Bug: b/144314551 Test: Unit tests Change-Id: Ib088e3eb2f1e1d3797a698bd10bbef16b1f3bd13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012910Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: Li Lin <llin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733794}
-
tby authored
Adds the central class for managing project secrets and hashing values. There two TODOs left for KeyData: 1. UMA metrics for failure states. 2. allow overriding of key rotation period per-event. I'll add these in follow-up CLs, as they both require edits to other files. Bug: 1016655 Change-Id: I7a294fd9be606aa6fc510f4f25058e54ab3d327d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928451 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#733793}
-
Bettina authored
Previously, the saved passwords with domains experiment was enabled by default but the sampled pings experiment was the one that should have enabled instead. Bug: 953106 Change-Id: Ie8bae8851f23bdfa09e736cf4a1602c7fd15eaba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012886 Commit-Queue: Bettina Dea <bdea@chromium.org> Auto-Submit: Bettina Dea <bdea@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733792}
-
Kai Ninomiya authored
This test (probably - could be the one before it) is flakily crashing, and due to an infra issue is causing all of the tests after it in the shard to fail as well. TBR: kbr@chromium.org Bug: 1043953 Change-Id: Ie1b72eda1895a2214dc0a3d1c7639c841d6fd532 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013647Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#733791}
-
Gyuyoung Kim authored
This is a reland of 4184bbb0 Original change's description: > Convert browser side's legacy IPCs of BlinkTest message to Mojo > > As a step to convert legacy IPCs to the Mojo, this CL > converts browser side's BlinkTest IPCs to Mojo. This > CL introduces WebTestClient interface to replace the > IPC messages to Mojo methods in web_test.mojom file. > The interface starts to support the original messages > as below, > > - InitiateLayoutDump() > - PrintMessageToStderr() > - SetPopupBlockingEnabled() > - NavigateSecondaryWindow() > - GoToOffset > - Reload() > - LoadURLForFrame() > - CloseRemainingWindows() > - ResetDone() > - SendBluetoothManualChooserEvent() > - GetBluetoothManualChooserEvents() > - SetBluetoothManualChooser() > > This CL should not change any behavior. > > Bug: 1039247 > Change-Id: Ic30f8cc0cb19ec8a306b577f3c10567d91bdccf1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002047 > Reviewed-by: Dave Tapuska <dtapuska@chromium.org> > Reviewed-by: Mike West <mkwst@chromium.org> > Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> > Cr-Commit-Position: refs/heads/master@{#732388} Bug: 1039247 Change-Id: I16f452ba3c78f69f31d04cb3c92c5b76a3814c86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007311 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#733790}
-
Peter Boström authored
This was done in-person with UX. Reducing this spacing makes it more clear that the header belongs to the below items. Bug: chromium:943702 Change-Id: I08e8af77574873a45b1548bdee5ebb3a9cefcc8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013646 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Caroline Rising <corising@chromium.org> Cr-Commit-Position: refs/heads/master@{#733789}
-
Kyle Horimoto authored
Change-Id: Ieb0668d2f451acaa9a3072570cecf84556bdc8c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012090 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#733788}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7f7c7020. With Chromium commits locally applied on WPT: 0f8fd66b "[WPT/common/security-features] Support sub projects and split referrer-policy 4K tests" e29a6ac8 "[FlexNG] Fix devtools DCHECK." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I40d40bf3557f0bd6bb4680ff64c5b9205f1d3c72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013362Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#733787}
-
Henrique Nakashima authored
Use SharedPreferencesManager consistently instead of SharedPreferences directly. Move the usages to methods in SigninPreferencesManager. Bug: 1022108 Change-Id: Ic71a4986ecba4c33c7b7661b018533fa75f18e30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011286 Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#733786}
-
Mia Glaese authored
Screenshots here: https://drive.google.com/drive/folders/1ya-W3P0fFftqwD8MVoc1FaGcOJucjawm?usp=sharing Video record: 1, single start surface https://drive.google.com/a/google.com/file/d/1TsAyE5lzz5OyaluVWFsjOnoY7RFMit7d/view?usp=sharing 2, tasks only start surface https://drive.google.com/a/google.com/file/d/1Jij-EpFKZOFWhf5BV79yP97JSWgF4QxA/view?usp=sharing 3, start surface disabled https://drive.google.com/a/google.com/file/d/15AlCELYCu_FgdifcO9NyGp5eCVQzNzBG/view?usp=sharing Bug: 982018 Change-Id: I3b3bb7daa9eb58ab9cd804d58c376f0c9be9edfe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992272 Commit-Queue: Ganggui Tang <gogerald@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#733785}
-
Kurt Horimoto authored
This CL updates PasswordInfobarModalInteractionHandler to take Browser upon construction so that it can use the command dispatcher to open the passwords settings when selected in the password infobar modal view. Additionally, this CL adds default behavior to the show settings command for use when there is not a base view controller to send with the command. OverlayRequestCoordinators' base view controllers are their corresponding OverlayContainerViewController, which only should be used to present things from within that OverlayPresenter's modality. The default behavior is to instead use the current BVC as the base controller if one is not provided. Bug: 1030357 Change-Id: I9a3d18cad6425aed47c005ce52ec7119b4a9059c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2001727 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#733784}
-
Bo Liu authored
Bug: 1042063 Change-Id: Iaae927d92a17f893c39c49ff5bb8a422dd07ab8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012523Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733783}
-
Sylvain Defresne authored
Instead of forward declaring ChromeBrowserState in the ios namespace, use a header. This will allow moving the class to the global namespace without having to change all the forward declaration at the same time. This CL was uploaded by git cl split. R=edchin@chromium.org Bug: 1042208 Change-Id: Idc05dae62f02d8228a8d3bce4bc8cb68ad4ca0d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007582 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733782}
-
Chris Blume authored
On a separate CL [1] Tricium found a case where a trivial destructor was {} but should have been =default. Since this change doesn't belong in that CL, I created a separate CL. This CL simply changes a {} destructor to =default. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1978634/ Bug: 955158 Change-Id: Ide358b8f64b0084f5615221241e0ce40f5ce21ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013622Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#733781}
-
Andrew Grieve authored
Bug: 1043218 Change-Id: Icdaf76072c21de7fd5d76610538e51b6f78cae23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012836Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#733780}
-
Mike Dougherty authored
Observing Browserstates should not happen in BrowserViewWrangler as that object primarily handles UI configuration. Additionally, BrowserViewWrangler is a scene-scoped object in the multi-window design of Chrome which would break breadcrumb collection once a window is closed. Bug: None Change-Id: I36f6b4556457c45c74ec836658a75d9eb3f78b71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008440 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#733779}
-
David Jean authored
This histogram is still useful and can be removed once |context| is guaranteed to exist. Bug: 864769 Change-Id: I0bac7efbfcd758f9af1497edadb7cc2abcc74c9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011840Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#733778}
-
David Van Cleve authored
This CL adds net::trust_tokens::Store, which translates between Trust Tokens protocol-related operations and the underlying key-value representation of the persistence layer (net::trust_tokens::Persister). Bug: 1036494 Change-Id: Ida2e2f85bb473ffb8057ba96583ddc76d689d558 Cq-Do-Not-Cancel-Tryjobs: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986383Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#733777}
-
Yoshifumi Inoue authored
This patch extends execCommand histograms until end of 2020. These two metrics are useful for prioritizing maintenance of editing commands. Bug: 1037375 Change-Id: Ie73720bfc8ff188ac7a07272aedf4a5796258d55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011473 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#733776}
-
rbpotter authored
Certain widths of the slider resulted in rounding errors when computing the value of the slider based on simulated pointer events at different locations. Put the slider in a 200px width wrapper so that the test always behaves the same way. Bug: 984919 Change-Id: I1e6292cba02c1949bd4739a48ad90bd0cbfbcc55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012908Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#733775}
-
Akihiro Ota authored
Change-Id: I400cf1c6d96c95a99008d527b33863d78c546ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012802Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#733774}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8f5aa560c98d..b58c1c280d8f Created with: gclient setdep -r src-internal@b58c1c280d8f 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:1034098 Tbr: jbudorick@google.com Change-Id: I082ec7868250539cc662dc6e7fd05e01547ff778 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013501Reviewed-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@{#733773}
-
Rohit Rao authored
The code was incorrectly passing the main (non-Incognito) Browser to the TabGrid. BUG=1043935 Change-Id: I7c5348c4424a2c199194455b2286eec9efdaabe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012088 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mohammad Refaat <mrefaat@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#733772}
-
dalyk authored
This is a reland of c4f3b72d Now not squashing ERR_INTERNET_DISCONNECTED to avoid disrupting existing non-DNS related logic checking for that error code. Original change's description: > Reland "Squash top level error code returned from host resolver." > > This is a reland of 834f2092 > > Now not squashing ERR_NOT_IMPLEMENTED to avoid disrupting existing > InProcessBrowserTests. > > Original change's description: > > Squash top level error code returned from host resolver. > > > > If the host resolution process fails, the top level error code should > > now be only ERR_NAME_NOT_RESOLVED. A more specific error code (e.g. > > ERR_CONNECTION_REFUSED if a secure mode DoH server was offline) may be > > found in ResolveErrorInfo. > > > > Bug: 1016325 > > Change-Id: I9f5f857fffd71be6485d05280239cd0b649d7a8f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974678 > > Commit-Queue: Katharine Daly <dalyk@google.com> > > Reviewed-by: Matt Menke <mmenke@chromium.org> > > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > > Reviewed-by: Eric Orth <ericorth@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#728725} > > Bug: 1016325 > Change-Id: If2d029ea94f1a85f95d641cf02e4283973316a98 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992191 > Reviewed-by: Eric Orth <ericorth@chromium.org> > Reviewed-by: Matt Menke <mmenke@chromium.org> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Commit-Queue: Katharine Daly <dalyk@google.com> > Cr-Commit-Position: refs/heads/master@{#730951} Bug: 1016325 Change-Id: I00d38017f57a3414319019df30a021875b19b154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003078Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#733771}
-
Yuke Liao authored
This CL deletes the existing schedule of linux-code-coverage to favor the specific coverage scheduler that triggers a build every 6h. Bug: 1016929 Change-Id: I2aa7896860f5602d25f6da34ab6e47c318d8fb14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974893Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#733770}
-
Philip Rogers authored
In working on https://crrev.com/733649 this unused variable was noticed. Change-Id: I1ec61c972e9df85cc098b92cea79fe0e5843a92f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013322 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733769}
-
Lukasz Anforowicz authored
Before this CL, the extensions allowlist (see [1]) applied only to CORB. This meant that requests from non-allowlisted content scripts (to a destination the extension has permission to) would be allowed by CORS, but may be blocked by CORB. Not only was this inconsistency bad from hygiene/simplicity perspective, but it also was hurting content script ability to issue requests that are allowed by CORS (ones where the server would reply with Access-Control-Allow-Origins if given an Origin header with the origin of the webpage where content scripts got injected). This CL implements applying the allowilist to both CORB and OOR-CORS. The CL adds test coverage for this new behavior, but for now the new behavior is behind a disabled-by-default base::Feature. For more information, please see the design doc at https://docs.google.com/document/d/15QPPRwnWl5YboQ6foTM65IfFW0KHRPqHHk-IoGN04-Y Bug: 920638 Change-Id: I37325535d3633e5d44fd627b844032fbac550a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993759 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#733768}
-
Siye Liu authored
IME may ask us to remove some text before starting composition on existing text. We should remove selected text before calling |StartCompositionOnExistingText|. Bug: 1013154 Change-Id: I2b86f43245dca38b7bca8451ed71a8f041b2307e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869476 Commit-Queue: Siye Liu <siliu@microsoft.com> Reviewed-by:
Siye Liu <siliu@microsoft.com> Reviewed-by:
Yohei Yukawa <yukawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#733767}
-
Manu Cornet authored
Change-Id: I6d84d357bf2f748813ad816bae6c95473a24d85b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012522Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#733766}
-
Tommy Li authored
Extend these two metrics to 2021: Omnibox.MatchStability.AsyncMatchChange2 Omnibox.Start.WantAsyncMatches Currently these will expire in March 2020. These metrics are in active use and seem useful indefinitely. Per the below link, we are therefore setting the expiry for one year: https://chromium.googlesource.com/chromium/src.git/+/HEAD/tools/metrics/histograms/README.md#how-to-choose-expiry-for-histograms Bug: 1043726, 1043727 Change-Id: I934e4cf1a5b7a4eb37d1a2998d8b9d17c6b44ff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012808Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#733765}
-
Bo Liu authored
Bug: 1042063 Change-Id: I389cc648f31e65fe24e57de611be610d99091e56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012524Reviewed-by:
Cathy Li <chili@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#733764}
-
Rune Lillesveen authored
When BlockHTMLParserOnStyleSheets is enabled, two of the lazy image loading tests requires RunPendingTasks to finish parsing after the stylesheet loading is completed. Bug: 891767 Change-Id: I82acfe201b1988a6f10e5793868073b63708aad2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011805Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#733763}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b28ca6f3..ff2a47b9 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: I427200693ed560e2678897aa04b088b297bbba53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013360Reviewed-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@{#733762}
-
Liquan (Max) Gu authored
Context: In the expandable PaymentHandler UI, users who click on a http link in a payment app get a crash. The cause is that the WebContents' didFinishLoad callback destroy FrameTreeNode when http content is detected. Since the subsequent execution of WebContents still relies on FrameTreeNode, it causes a null pointer crash afterwards. Before change: users click on a http link in a payment app get a crash. After change: no crash in the same scenario any more. Change: when closing PH UI is needed in WebContentsObserver callbacks, postpone the closing until the main thread is free. Bug: 1044077 Change-Id: If574cb9b23f4ff6b176f49daa8fcb47b25572ad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013440 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#733761}
-
Brandon Wylie authored
Change-Id: Icaf90b5b6cb4926abac4863052d9d87b30f5befb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013621 Auto-Submit: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#733760}
-
Lambros Lambrou authored
Host was calling a deprecated version of PeerConnectionFactoryInterface::CreatePeerConnection(). This updates it to use the recommended version - see third_party/webrtc/api/peer_connection_interface.h Change-Id: I59b33627fc5e9c1e9dd013959131e77017da1bc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008769 Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#733759}
-
Stepan Khapugin authored
Removes HL feature flags and cleans up call sites. Since HL flag was used for EG2 launcher to verify that it can run Chrome with a feature flag, and the flag is removed, I add a new kTestFeature flag that we won't need to replace in the future because it doesn't actually correspond to any feature. Bug: 945334 Test: none Change-Id: Iec29898214e8bf9d46a8e39e1cce5db5abd7dba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007688 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Reviewed-by:
Eugene But <eugenebut@chromium.org> Auto-Submit: Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#733758}
-
Steve Becker authored
Both the sandboxed and native versions of the NativeFileSystem postMessage() test are flaky due to timeouts in the CI. Looking at recent results, these tests take 5 or more seconds to complete successfully. This amount of time is dangerously close to the 7 second timeout, which sometimes occurs, causing the flakiness. This change adds "meta timeout=long" to both test variants to extend the 7 second timeout to a longer value, which gives these tests enough time to pass. Bug: 1043435 Bug: 1043028 Change-Id: I73eab928bce53a36be8c33e4b6e5746e7195f16a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2013580Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Steve Becker <stevebe@microsoft.com> Cr-Commit-Position: refs/heads/master@{#733757}
-