- 29 Jul, 2020 40 commits
-
-
Gabriel Charette authored
This reverts commit 6fc1a00b. Reason for revert: crbug.com/1110742 Original change's description: > Add flow trace event to WaitableEvent > > Provide more information by adding a trace event to WaitableEvent::Wait. > Connect WaitableEvent::Signal with the end of WaitableEvent::TimedWait by a flow event. > > Make the implementation of WaitableEvent::Wait cross-platform and move > it in waitable_event.cc. > > Bug: 1043616 > Change-Id: I07d13d43e951d6fa223202ccd5f6a076559b416f > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2267160 > Reviewed-by: Gabriel Charette <gab@chromium.org> > Reviewed-by: Alexander Timin <altimin@chromium.org> > Reviewed-by: Albert J. Wong <ajwong@chromium.org> > Commit-Queue: Karel Král <karelkral@google.com> > Cr-Commit-Position: refs/heads/master@{#791831} TBR=ajwong@chromium.org,dcheng@chromium.org,gab@chromium.org,altimin@chromium.org,karelkral@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1043616, 1110742 Change-Id: Ie72c2bef941d9a215d809e553a4b063a320428b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325379Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#792594}
-
Anders Hartvoll Ruud authored
We maintain 'inherited' flags in many places, but they are not used by anything, so let's remove them. Change-Id: I9b7e86a85ae1d96a4213a835ea1242d758a277e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320611Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#792593}
-
Etienne Bergeron authored
Albatross builds are official builds with DCHECK_ON. Traces collected from these build are subject to performance issues and should be tagger to ease filtering. Change-Id: Idde7cde4a54ea867fce49b6f03d1557e7bec2030 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323142 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#792592}
-
alanlxl authored
Adding config before experiment/rollout to Stable in M84. Modify the experiments to support multiarm groups. Bug: 1067048 Change-Id: I90b3d9db7faacf939ae4c85d094e2961c01005dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322146 Auto-Submit: Xinglong Luan <alanlxl@chromium.org> Commit-Queue: Xinglong Luan <alanlxl@chromium.org> Reviewed-by:
Andrew Moylan <amoylan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#792591}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/c6c2cc49fa95..1f73c4f9367e 2020-07-29 nigi@chromium.org Enable FPDFEditEmbedderTest.EditOverExistingContent for Skia/SkiaPaths. 2020-07-28 thestig@chromium.org Add a pixel test for patterns that do not render. 2020-07-28 thestig@chromium.org Make CPDF_CIDFont::GetVertOrigin() return its results. 2020-07-28 nigi@chromium.org Enable FPDFAnnotEmbedderTest.FocusableAnnotRendering for Skia/SkiaPaths. 2020-07-28 nigi@chromium.org Enable FPDFParserDecodeEmbedderTest.Bug_455199 for Skia/SkiaPaths. 2020-07-28 thestig@chromium.org Fix a typo in FPDFSignatureEmbedderTest.GetByteRange. 2020-07-28 thestig@chromium.org Roll build/ 29bc35230..aae4f2e8c (68 commits) 2020-07-28 thestig@chromium.org Only run build/mac_toolchain.py on Mac. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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/+doc/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I0c467251a0424c9e2cf73f40349e3dd8ecf12a4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325556Reviewed-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@{#792590}
-
Gauthier Ambard authored
When the page is reloaded, if the User Agent type used to reload the page is different from the one used during the original load, the item should be updated to take it into account. Fixed: 1101774 Change-Id: I45e3812992adee067acfc348f1de745b664c81f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2283753 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#792589}
-
liberato@chromium.org authored
components/arc/video_accelerator:common included media/gpu:common as a dep. However, media/gpu:common is a source set. It ends up including all the code in media/gpu:common in the resulting ARC shared object in addition to media/gpu one. This would be okay, if it were the one-definition guideline. This CL replaces the dep with one on the component media/gpu:gpu. media/gpu:common symbols defined now. Bug: 1109309 Test: 'gn check' is still happy, and only libmedia_gpu.so has the Change-Id: I52d6d69956eb55a24df1cc97c11907e9b400d7c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318686Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#792588}
-
nancylingwang authored
Add the interface ArcActivityIconsToImageSkias in app_icon_factory.cc to load a group of icons for the ARC activity. Add ArcActivityAdaptiveIconImpl to generate the adaptive icons for the ARC activity by calling ArcActivityIconsToImageSkias. Modify ArcApps to set the ArcActivityAdaptiveIconImpl as the delegate for the ActivityIconLoader if the adaptive icon is enabled. Modify start_smart_selection_action_menu to generate the adaptive icons by calling ArcActivityIconsToImageSkias. BUG=1083331 Change-Id: I64a14c5459676593ceeedb442894ca9abe2cebe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305816Reviewed-by:
David Jacobo <djacobo@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#792587}
-
Keith Lee authored
Add the GetAutocorrectRange function to the TextInputClient. This will be used by InputMethod implementations to create the chrome.inputMethodPrivate.GetAutocorrectRange() API. Splitting this up into 2 CLs to make it easier to review. Bug: 1091088 Change-Id: I070c37b364217f2187c17d4ff8be312719c813eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318489Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#792586}
-
Rushan Suleymanov authored
Bug: 1061411 Change-Id: I8ef602c2b75e410240bae88bedd440b3c4092ce9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323462Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#792585}
-
Christopher Lam authored
This CL adds a PRESUBMIT to ui/chromeos/colors that greps through the codebase for generated CSS variables for any removed colors. Bug: 1018654 Change-Id: I011a035a6d8c28e913ebdc31f8b3f2ea88e38952 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315370 Commit-Queue: calamity <calamity@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#792584}
-
Timothy Loh authored
Bug: 1073795 Change-Id: I66664869b87b89abaeb064e99324341364639538 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2319931Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#792583}
-
Mahmoud Gawad authored
Add a new content::URLDataSource (TelemetryExtensionUntrustedSource) to load the TelemetryExtension's untrusted resources from disk. Bug: b:156583406, 1085330 Test: added browsertests Change-Id: I7453c4740ee1a7c9c9240f106461735f018bfc32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2277735Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
Oleh Lamzin <lamzin@google.com> Commit-Queue: Mahmoud Gawad <mgawad@google.com> Cr-Commit-Position: refs/heads/master@{#792582}
-
Alice Boxhall authored
Adds an OutlineRects method on Element, and postpones focus notifications until layout is clean, to avoid triggering a DCHECK in LayoutObject::OutlineRects. AX-Relnotes: n/a Bug: 1108186, 1109668, 1109666 Change-Id: I4bca12b4e8dd256745bcfefc3ba1233b8082d431 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315657 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#792581}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/608ea4a3dcd9..cf3cb953edb0 2020-07-29 dberris@chromium.org proj-perf-tooling: More generic escalation label 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 eseckler@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:1110575 Tbr: eseckler@google.com Change-Id: I5579e3a10ac0ab976fd2208f206d29ef333495a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325550Reviewed-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@{#792580}
-
Avi Drissman authored
Bug: 1105907 Change-Id: I1784cf675b6bc2bcf7921e4b7535c9ea9cd9e2d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324897Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#792579}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ff2a4f3506e1..499d49011a1d 2020-07-28 treehugger-gerrit@google.com Merge "perfetto-ui: Fix backwards compat" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ibe49f7d1002a31d604afcd16873d6ec6b35f0b5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324647Reviewed-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@{#792578}
-
David Staessens authored
This CL adds a new test to the video_encode_accelerator_tests that tests multiple outstanding simultaneous encodes. Bug: 1045825 Test: ./video_encode_accelerator_tests on hana Change-Id: Iaf7be2b3292b3efd1f7d830dd2d01bd59790ce7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2251610 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#792577}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3daffb45..9ab49585 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: I1a0be457d7d1f899059b19685d8a96af3ebc93aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324951Reviewed-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@{#792576}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: Ic5bb69ff130d6e6e05080eb2b64e609c7bfe39b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324653Reviewed-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@{#792575}
-
Mario Bianucci authored
std::vector<> is used, but not included, resulting in a presubmit warning. This CL adds the include to fix the warning. Change-Id: I40e7bcd24c15ddb885fd4d52dbab7122105b1531 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324107Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Mario Bianucci <mabian@microsoft.com> Cr-Commit-Position: refs/heads/master@{#792574}
-
Dominic Mazzoni authored
Bug: 1109787 AX-Relnotes: exported PDFs are correctly tagged with language codes Change-Id: Ife54fe6a2782ffa24ccf76f222371d630fe5d210 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320074Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#792573}
-
Maksim Sisov authored
Don't use X11 calls when OzonePlatform is used. ----- PS: Please note that this is a temp solution that will help to choose between ozone and non-ozone X11 build. The switch that will be used to choose the path is --enable-features=UseOzonePlatform. Once non-Ozone X11 path is removed (hopefully by Q1 2021 depending on how th finch trial goes), the wrapper will be removed. Please also note that it's impossible to build use_x11 && use_ozone without some hacks in PlatformCursor code. The changes to that are on their way to upstream. ---- Bug: 1085700 Change-Id: I68b4d3b6a324c759b68ebfc876b8663b19803067 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315345Reviewed-by:
Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#792572}
-
Ryo Hashimoto authored
ArcSessionManager is a huge class which depends on many other classes. This means sometimes it's impossible to include arc_session_manager.h because of a dependency issue. To mitigate this, put ArcSessionManager::Observer in a separate header: - ArcSessionManager::Observer -> ArcSessionManagerObserver - Replace arc_session_manager.h include with arc_session_manager_observer.h if possible. BUG=None TEST=build TBR=sky@chromium.org for type rename and #include fix Change-Id: Id90606d2ad449779c6c9ccc329bfadac7ec7136f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322426 Commit-Queue: Ryo Hashimoto <hashimoto@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#792571}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I36e73a09340904d74bed6e301c2dfb20e9ad6cf7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324243Reviewed-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@{#792570}
-
David Tseng authored
R=akihiroota@chromium.org, oshima@chromium.org Fixed: 1042907 AX-Relnotes: ChromeVox detects slight differences in Chromebook keyboard (some of which have shifted brightness up keys). Change-Id: If12a9fe12c1e12e40a32a460378057fec17b2260 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311029Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#792569}
-
Zhenyao Mo authored
BUG=711140 TEST=manual R=khushalsagar@chromium.org Change-Id: I93d4986998fefc1bf162c511345b34152d60a542 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320928 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#792568}
-
Anders Hartvoll Ruud authored
Change-Id: I12ae422ab55376b6e796f9e38fd5fda077c0f752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324581Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#792567}
-
Ahmed Fakhry authored
R=chromium-metrics-reviews@google.com Fixed: 1109810 Change-Id: I2deab56f121c5e0847096fe5d70135f41931fc0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321521 Auto-Submit: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#792566}
-
Trent Begin authored
These calls should be BindReceiver since they accept a pending receiver and not a remote. Bug: chromium:1057739 Change-Id: I5e59a12ab696103af026912ac9ff67d1b2c7b019 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323725Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Trent Begin <tbegin@chromium.org> Cr-Commit-Position: refs/heads/master@{#792565}
-
Abigail Klein authored
changes. Fire a IA2_EVENT_OBJECT_ATTRIBUTE_CHANGED event when the text-align attribute changes. AX-Relnotes: Make it possible for Windows screen reader to announce changes to the alignment of content, such as left, right, or center. Useful for code editors. Bug: 1090995 Change-Id: I4b2d3dc70521bb61219eafd75306f8fa2e16b9f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2276214Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#792564}
-
Maxim Kolosovskiy authored
Bug: 1095627 Change-Id: I7daaf558ac35d2badefdc3fe774c5639ac3cacfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317210 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#792563}
-
Alex Danilo authored
RTL layout for the icons in some of the action bar buttons requires an end margin for correct positioning. Add margin-inline-end to the affected action bar buttons. Bug: 1110570 Change-Id: If08c70ec4aa66c820058cfd77a38181cb81872f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325296Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Alex Danilo <adanilo@chromium.org> Cr-Commit-Position: refs/heads/master@{#792562}
-
Timothy Loh authored
'Title' is a better description than 'BigMessage' Change-Id: I8d6b4fbab59e1c42116c43d42fe76fa53edd8f8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324686 Auto-Submit: Timothy Loh <timloh@chromium.org> Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Jason Lin <lxj@google.com> Cr-Commit-Position: refs/heads/master@{#792561}
-
My Nguyen authored
Bug: 1108251 Change-Id: I3631d479757bde410104b128a0fcc6f63442ad11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2322267Reviewed-by:
Darren Shen <shend@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: My Nguyen <myy@chromium.org> Cr-Commit-Position: refs/heads/master@{#792560}
-
Yuheng Huang authored
When there are tabs changed, TabSearchPageHandler will start a timer to schedule an upcoming call to TabsChanged(). This will reduce the number of calls to the webui frontend yet keep the data flow simple to manage. Bug: 1099917 Change-Id: I67772107d06938983fadcedc159d287bebdcc7ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2290996 Commit-Queue: Yuheng Huang <yuhengh@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#792559}
-
Regan Hsu authored
Prior to this change, enabling Reverse scrolling would meant that swiping up would cause the page to move up, and vice versa. This CL corrects that so that: * Turn off Reverse (swipe up to move the page up). * Turn on Reverse (swipe up to move the page down). This is fixed by setting the "natural_scroll" pref to true if "Reverse Scrolling" is enabled, and the "natural_scroll" pref to false if "Reverse Scrolling" is disabled, instead of the opposite as it was previously. Fixed: 1109966 Change-Id: Id60df73f421992dce893339b6efaac0941ef9110 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321235 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#792558}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/07cdf4214314..c20449a879c6 2020-07-28 jmadill@chromium.org DEPS: Remove use_relative_hooks. 2020-07-28 cnorthrop@google.com Capture/Replay: Break up SetupContext 2020-07-28 jonahr@google.com Add mac_xcode_version gclient arg to DEPS 2020-07-28 jmadill@chromium.org Perf Tests: Use timestamp queries for GPU time. 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 tobine@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: chromium:1107325 Tbr: tobine@google.com Test: Test: NBA2K20 MEC Change-Id: Iab63718bd8be1adeecb11be3d2356000b564258b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325201Reviewed-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@{#792557}
-
Mark Pearson authored
Revive: History.InMemoryURLIndexingTime Retire: History.InMemoryURLIndexRestoreCacheTime History.InMemoryURLIndexSaveCacheTime Bug: 986511 Change-Id: I22f289ebdc696b2f2e91a02101d760ca7c2086ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324551 Auto-Submit: Mark Pearson <mpearson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#792556}
-
Jing Wang authored
Test: tested on Chrome on Linux to verify the crash is gone. Bug: 1109386 Change-Id: I57761a67b0765d5c0c39e7bafa88a711c5478cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2318890 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#792555}
-