- 05 Oct, 2020 40 commits
-
-
Caitlin Fischer authored
The study and params were added here: https://codereview.chromium.org/2108053004. Bug: 1126640 Change-Id: Ib73c71702e6fb5c0cc151ddddc20b4788e4c17d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427073 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Frank Tang <ftang@chromium.org> Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#813757}
-
kylechar authored
Tests should use --enable-gpu-rasterization instead. For the most part this was already the case, except for any of the stories based on PolymerPage in the rendering benchmark, which are disabled anyways. Bug: 1133368 Change-Id: Icffefd3800813b1e9c156f50ff69f2c9ff3c012e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436535Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#813756}
-
Chris Sharp authored
args.gn has been a dependency for blink_web_tests_support_data for a while, but it isn't deterministic. TBR=thakis@chromium.org Bug: 1135151 Change-Id: I8f56ad9d25c4453e1afbb8e5ddaaf7295dc5c004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449930Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#813755}
-
Sebastien Lalancette authored
SharingCoordinator will now handle add/edit bookmark commands sent from the Bookmark Activity, and will make use of the new BookmarkEditCoordiator to handle showing the Edit Bookmark UI. Bug: 1133294 Change-Id: I7f69f241b49646ffb1853a4a78322f5b941b6cef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441957 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#813754}
-
Thiabaud Engelbrecht authored
Bug: 1134257 Change-Id: I7a5da462acc3031fbe940345c907db1abfb1d11a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441946Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Thiabaud Engelbrecht <thiabaud@google.com> Cr-Commit-Position: refs/heads/master@{#813753}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/497b7a37..69b996bd 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: I719ca57ded415c52762bea513873242b70f91f35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449909Reviewed-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@{#813752}
-
Ilya Nikolaevskiy authored
The crash is now fixed. Bug: webrtc:11485 Change-Id: I56b09aca9fb547bc49b24ae1f634b9a4a878d07f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449990 Commit-Queue: Ilya Nikolaevskiy <ilnik@chromium.org> Auto-Submit: Ilya Nikolaevskiy <ilnik@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#813751}
-
Sebastien Lalancette authored
This new Coordinator will enable an edit-only scenario, requiring only a minimal set of dependencies. Without this new Coordinator, the "Edit Bookmark" flow ended up being dependent on the SharingCoordinator (via the BookmarkHomeViewController). Since bookmarks can be edited via the sharing activities ("Edit Bookmark"), we ended up with a cyclic dependency. The creation of this new Coordinator enables such flow. e.g. Open a page -> Add it to Reading List -> Add it to Bookmarks -> Open Reading List -> Long-press on the entry -> Select Share -> Select "Edit Bookmark". Bug: 1133294 Change-Id: Ib646a7e79e6c46b5cd4b373417caa447a4365ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441956 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#813750}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/fbcd4c1d714d..0afca615a816 2020-10-05 bmeurer@chromium.org [ts] Type-check ui/ShortcutRegistry.js with TypeScript 2020-10-05 tvanderlippe@chromium.org Typecheck sources/SearchSorucesView.js with TypeScript 2020-10-05 aerotwist@chromium.org TypeScriptify JsMain 2020-10-05 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-10-05 tvanderlippe@chromium.org Typecheck sources/ScriptFormatterEditorAction.js with TypeScript 2020-10-05 sigurds@chromium.org Improve template types in Target/SDKModel 2020-10-05 tvanderlippe@chromium.org Typecheck sources/TabbedEditorContainer.js with TypeScript 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/+doc/master/autoroll/README.md Bug: chromium:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5483d07b0fbf1aa8e0f7d915112a2c2fd5b2792f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449646Reviewed-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@{#813749}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/97440de4b947..750261f41af6 2020-10-05 kjlubick@google.com [canvaskit] Update npm to 0.18.0 2020-10-05 kjlubick@google.com [canvaskit] Flesh out remaining docs for core CanvasKit. 2020-10-05 kjlubick@google.com [canvaskit] Add docs/types for Font and related. 2020-10-05 kjlubick@google.com [canvaskit] Add docs/types for Path 2020-10-05 kjlubick@google.com [canvaskit] Add docs/types for Paint and Filters/Effects 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 jvanverth@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jvanverth@google.com Change-Id: Idd66978369793e11f2f4e267971abb40bbd10d5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449645Reviewed-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@{#813748}
-
Chromium WPT Sync authored
Using wpt-import in Chromium df979ead. 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: kojii@chromium.org: external/wpt/css/CSS2/text NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Change-Id: I9e212494b9bf7d1c7e3fbc0826813dcbcb41277d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449809Reviewed-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@{#813747}
-
sauski authored
To capture when a HaTS Next survey fails to load a histogram entry is created when loading of the dialog times out. Bug: 1110888 Change-Id: Ibe55385e557cb1da7debb156019995a4fac22c21 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2443733Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#813746}
-
Francois Beaufort authored
This CL renames MediaTrackConstraint IsEmpty method to IsUnconstrained to avoid confusion with the Vector IsEmpty method. Change-Id: I5111b661ff0440f353d8c3533d988130bbe3485b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437813 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#813745}
-
Oriol Brufau authored
Consider this testcase: <style>div { width: min-content; padding: 5px; }</style> <div contenteditable>line1<wbr>line2</div> which is rendered as line1 line2 Before this patch, when clicking at the beginning of the 2nd line, the caret would appear at the end of the 1st one, because CanonicalPosition would search backwards even with a downstream affinity. Also, when clicking at the beginning of the 1st line and pressing the down arrow key, the caret would move to the end of the 1st line instead of to the beginning of the 2nd one. And pressing the key again would have no effect, the caret would refuse to go down. This patch fixes these problems by making CanonicalPosition take a TextAffinity parameter which affects whether the canonical position is first searched backwards or forwards. If no suitable candidate is found, it will still search in the other direction. And then, VisiblePosition::Create takes care of deciding between the upstream and the downstream canonical positions, depending on the affinity and whether there is a line break. Bug: 1002937 Web tests: TEST=external/wpt/editing/run/caret-navigation-around-line-break.html Unit tests: TEST=All/ParameterizedVisibleUnitsLineTest.inSameLine/0 TEST=All/ParameterizedVisibleUnitsLineTest.inSameLine/1 TEST=All/ParameterizedVisibleUnitsWordTest.StartOfWordShadowDOM/0 TEST=All/ParameterizedVisibleUnitsWordTest.StartOfWordShadowDOM/1 TEST=VisiblePositionTest.ShadowV0DistributedNodes TEST=VisibleUnitsLineTest.endOfLine TEST=VisibleUnitsLineTest.isEndOfLine TEST=VisibleUnitsLineTest.isLogicalEndOfLine TEST=VisibleUnitsLineTest.isStartOfLine TEST=VisibleUnitsLineTest.logicalEndOfLine TEST=VisibleUnitsLineTest.logicalStartOfLine TEST=VisibleUnitsLineTest.startOfLine TEST=VisibleUnitsTest.canonicalPositionOfWithHTMLHtmlElement TEST=VisibleUnitsTest.canonicalPositionOfWithInputElement TEST=VisibleUnitsTest.canonicalizationWithCollapsedSpaceAndIsolatedCombiningCharacter Change-Id: I82d86d40a87513b2e92c024735957e9f71154094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410404 Commit-Queue: Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#813744}
-
Sebastien Lalancette authored
Splitting the "bookmarks" target further than it previously was. This will allow the reuse of various components and creation of another target which will enable an edit-only flow, with reduced dependencies. Bug: 1133294 Change-Id: I62469eee5deb06279dc16d6a7a02d56fe48e76a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440310 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#813743}
-
Owen Min authored
It should be "unlisted" instead of "private only". Change-Id: I20922745236070fcdea0dac74c6d835029b59777 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448685 Commit-Queue: Owen Min <zmin@chromium.org> Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org> Auto-Submit: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#813742}
-
Alessio Bazzica authored
ConfigAutomaticGainControl now supports two additional AGC2 params that are needed for experimentation. Tested: checked feature activation via AECdump using appr.tc $ out/Default/Chromium.app/Contents/MacOS/Chromium \ --enable-features=WebrtcHybridAgc Bug: webrtc:7494 Change-Id: I81225ebc05a66ca18e5c4b2edc350cd42f19c31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446052 Commit-Queue: Ale Bzk <alessiob@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#813741}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: If858a8ff19c757b7fbae59e86005608f5dfa687c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445870Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#813740}
-
Matthias Körber authored
Test causing deterministic failures. TBR=sophiechang@chromium.org Bug: 1135134 Change-Id: I6bdfc88a2a2e2bd7e1721101e94e545b9d7b11b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449949Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#813739}
-
Maksim Moskvitin authored
This CL plumbs PendingSharedURLLoaderFactory to TrustedVaultConnectionImpl, and address noisy NOTIMPLEMENTED in TrustedVaultConnectionImpl. Bug: 1113598 Change-Id: I3287ed4ac1bb4599d1227e9cb90563ce0d650d86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435227 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#813738}
-
Sebastien Lalancette authored
Created the BookmarkPageCommand which takes a title and URL parameter in order to create (or trigger edit for) a bookmark. Added it to a new BookmarksCommands protocol - allowing it to not be required by BrowserCommands (BVC). Bug: 1133294 Change-Id: If73503350d7d63fd467c45941113bcbafe06ad2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441910 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#813737}
-
Alessio Bazzica authored
ConfigAutomaticGainControl now supports more AGC2 params that are needed for experimentation. The CL includes a refactoring to avoid base::Optional boilerplate and it improves the docstring for `ConfigAutomaticGainControl()`. Tested: checked feature activation via AECdump using appr.tc $ out/Default/Chromium.app/Contents/MacOS/Chromium \ --enable-features=WebrtcHybridAgc Bug: webrtc:7494 Change-Id: I0d226b9e7e6f17acb8408af8ded80d80db7cabe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446149 Commit-Queue: Ale Bzk <alessiob@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#813736}
-
Andrei-Laurențiu Olteanu authored
Add function to dispatch an event from callback. Add browser test for each lid event. Bug: b:162051831 Change-Id: I09412b2be19c702a7fd47b5c069efab9c061b73e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448490 Commit-Queue: Laurențiu Olteanu <lolteanu@google.com> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Reviewed-by:
Mahmoud Gawad <mgawad@google.com> Cr-Commit-Position: refs/heads/master@{#813735}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/895556e19c08..c401923f3ee3 2020-10-05 yunz@fb.com Take max bitrate into account for target bitrate decision when min bitrate is empty 2020-10-05 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 0de57436..ac83b0e7 (813540:813657) 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Icaf3585c34ade91bc60388c90592be059b9e74d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449640Reviewed-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@{#813734}
-
Scott Violet authored
When the BrowserFragment is destroyed cleanup of the Tab in the client library wasn't happening. This is because in this case onTabRemoved is not called on the client, which was where cleanup was being done. This patch makes this work by handling the case in onTabDestroyed. BUG=1134085 TEST=covered by tests Change-Id: Ia36f5eeec75192b989114e329156c9cec558670c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446780Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#813733}
-
Saurabh Nijhara authored
Extension install events are converted from proto to base::Value using ConvertEventsToValue(...) before being uploaded. This CL adds tests for to check that different kinds of events are correctly parsed into base::Value and included into the final uploaded extension install report. Bug: b:162501511 Change-Id: I821441ac81211f9a9dbc073e70546187bb22ded1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2431520Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Reviewed-by:
Swapnil Gupta <swapnilgupta@google.com> Commit-Queue: Saurabh Nijhara <snijhara@google.com> Cr-Commit-Position: refs/heads/master@{#813732}
-
Solomon Kinard authored
$ chrome --allow-future-manifest-version Bug: None Change-Id: I99a4d23386b99f707e21ab221b62b6d51b7f6658 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434904 Commit-Queue: Solomon Kinard <solomonkinard@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#813731}
-
Prashant Nevase authored
There is regression caused by creating dark mode filter in GraphicsContext ctor. This patch creates dark mode filter once it is accessed first time. Bug: 1134430, 1134476, 1082339 Change-Id: I97521749167fcd1fb7ddfeb1b2fe7e8a7de8846f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449829Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Prashant Nevase <prashant.n@samsung.com> Cr-Commit-Position: refs/heads/master@{#813730}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/388b07889beb..745402dd650a 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 koerber@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: koerber@google.com Change-Id: Ia815f8e343d296006e85c487adda135e9c8f6dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449641Reviewed-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@{#813729}
-
Olivier Robin authored
Some base i18n functions requires the icu data. E.g.: GetPluralStringFUTF16 Change-Id: I80b2bc0f6a7b26f5da0a4daaee7fac66217396ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449472Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#813728}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1601877511-28b93e09fa0b9618306e073ac2e467bbc2486723.profdata to chrome-linux-master-1601899131-feda22e3411bdb75c005a38c5197b1e76964f668.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I5860dbb15678ca96ae7bdebdc892488602c3c5aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449644Reviewed-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@{#813727}
-
Yifan Luo authored
Bug: 1116418 Change-Id: I0aedefbba5eb452d6bbcaa934d909b1dbb65c4d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416590 Commit-Queue: Yifan Luo <lyf@chromium.org> Reviewed-by:
Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#813726}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/10850e1e5ba9..74f8dbb95782 2020-10-05 jleconte@google.com Fix empty alert list issue when triaging. 2020-10-05 jleconte@google.com Fix pop up statement when triaging with an existing bug. 2020-10-05 jleconte@google.com Bisect on a chart with empty Bug ID fails. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:chromeos-kevin-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 Bug: chromium:1134978 Tbr: oysteine@google.com Change-Id: I36c1cfe10376ea7ea7f985cf703838dad4793a61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449638Reviewed-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@{#813725}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e56466d4848c..ef897a9c3ec2 2020-10-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 375fee944c76 to b3c1e71eb1cb (2 revisions) 2020-10-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from d91afd8de27a to f15133788010 (3 revisions) 2020-10-05 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Headers from e1ba543c6789 to 94ff600cc862 (1 revision) 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 timvp@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/+doc/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: timvp@google.com Change-Id: If1a34d4f5e19a1a9280908a1f0f4d77b0546f3cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449635Reviewed-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@{#813724}
-
Chris Sharp authored
This reverts commit c64eed06. Reason for revert: Broke virtual/eye-dropper/color-picker-show-eye-dropper.html on WebKit Linux MSAN Original change's description: > Add security mitigations for eye dropper IPC. > > As discussed on the security review this CL adds the following mitigations: > - require a transient user activation on the browser side, and consume > it when showing the eye dropper for the renderer (this will prevent a > compromised renderer to repeatedly ask for a color) > - require the eye dropper UI to be visible for a minimum amount of time > before color selection is allowed in order to ensure the user has a > chance to see the UI. > > There is also a fix for the popup not correctly updating the user > activation state. This happens because it is using a > EmptyLocalFrameClient and its frame is not related to the > owner element's frame. > > Bug: 992297 > Change-Id: Ia5d2aead0be153ce4b49048552062de3a6c72e63 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442132 > Reviewed-by: Kent Tamura <tkent@chromium.org> > Reviewed-by: Mason Freed <masonfreed@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Commit-Queue: Mason Freed <masonfreed@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812847} TBR=avi@chromium.org,danakj@chromium.org,tkent@chromium.org,masonfreed@chromium.org,iopopesc@microsoft.com NOTRY=true Bug: 992297 Change-Id: If16db478fb59c4caa6f4fd90190adb72ce38e68a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448054 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#813723}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e51078b0b92b..fbcd4c1d714d 2020-10-05 jacktfranklin@chromium.org Migrate media/PlayerMessagesView to TS 2020-10-05 szuend@chromium.org [ts] Type-check network/NetworkItemView.js with TypeScript 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/+doc/master/autoroll/README.md Bug: chromium:1011811 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I0f1b9d460cb3a3d5a20562f2cc0b5d22f45f8757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449636Reviewed-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@{#813722}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: Ia6051b73d2a757045775eb89a131354200f3fa3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2448661Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#813721}
-
Chris Sharp authored
TBR=schenney@chromium.org NOTRY=true Bug: 626703 Change-Id: I2c309e1f37776358b8058e3d94b0452b87870374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449929Reviewed-by:
Chris Sharp <csharp@chromium.org> Commit-Queue: Chris Sharp <csharp@chromium.org> Cr-Commit-Position: refs/heads/master@{#813720}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: Id57a75e0a359be08f4a14a11d8d71419705220b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446050 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#813719}
-
Sylvain Defresne authored
Remove deprecated_default_sources_assignment_filter and replace it with explicit is_win, is_mac, etc. sections. Bug: 1018739 Change-Id: Ia503bd748f633f2526feafc81c823f6b78132710 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446051Reviewed-by:
Adrienne Porter Felt <felt@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#813718}
-