- 25 Nov, 2020 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/bafeede2b523..8d87e6d1de73 2020-11-25 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 10f56916..8f4e430a (830729:830890) 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: Ie4f71c1f6fdc60846b65c33aa6ca4dc6726ea340 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560039Reviewed-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@{#830945}
-
Jiahe Zhang authored
On ChromeOS, PowerMonitorDeviceSource::GetCurrentThermalState will always return PowerObserver::DeviceThermalState::kUnknown now, because PowerManagerClientImpl will miss the first thermal event sent by the Thermal Hinting API when constructed and there isn't a cache of the last state. In this CL, the GetCurrentThermalState is implemented for ChromeOS using GetThermalState API added by https://chromium-review.googlesource.com/c/chromiumos/platform2/+/2495080 BUG=chromium:1081959 TEST=Manually test in chrome://device-log to see if there's "GetThermalState" response after startup. Change-Id: I9bbf5416b0ba76a015a08d2d4c91ea732704a541 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498240 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#830944}
-
Illia Klimov authored
This reverts commit 27e577ee. Reason for revert: As part of the Flash deprecation, this logic is no longer needed. Original change's description: > Display discarded patterns in settings > > Discarded or ignored patterns will be displayed in the site settings page with a strike through > > Bug: 1073883 > Change-Id: If4229555acfac5fb0ed454161aec8db60f772368 > TBR: dpapad@chromium.org > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2232370 > Commit-Queue: Ravjit Singh Uppal <ravjit@chromium.org> > Reviewed-by: Finnur Thorarinsson <finnur@chromium.org> > Reviewed-by: Theodore Olsauskas-Warren <sauski@google.com> > Reviewed-by: Balazs Engedy <engedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#782554} TBR=finnur@chromium.org,engedy@chromium.org,dpapad@chromium.org,sauski@google.com,ravjit@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1140428 Change-Id: I1d41f82290669887c64d897a89fb3301c3503e8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497160Reviewed-by:
Illia Klimov <elklm@google.com> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Commit-Queue: Illia Klimov <elklm@chromium.org> Cr-Commit-Position: refs/heads/master@{#830943}
-
Guido Urdaneta authored
This CL adds a new feature flag that allows controlling how max frame rates are enforced for MediaStreamTracks. With the flag disabled (default), enforcement relies on system configuration. With the flag enabled, enforcement relies on frame-rate adjustments by the track. Bug: 1152307 Change-Id: Idd158aa17a9c03215b59c68b89c8a0e74a7a2ece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557497Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#830942}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b1bcd6ec94d1..d894cbc80206 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 pmarko@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: pmarko@google.com Change-Id: I864d9aa93b48177329385dc51428f9340c094fd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559975Reviewed-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@{#830941}
-
Daniel Hosseinian authored
Because the <viewer-pdf-toolbar-new> element has a hardcoded height equal to its #toolbar child element, the PDF content does not get resized around the extended toolbar that contains the <viewer-annotations-bar> when annotation mode is toggled on. Remove that height, and let the size of <viewer-pdf-toolbar-new> be determined by its child elements. Bug: 1152605 Change-Id: I4f58640bc1a3f8eb210785217f80ac9b71848247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559553 Commit-Queue: dpapad <dpapad@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Auto-Submit: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#830940}
-
Alice Wang authored
This CL adds a metric when user has completed the account addition flow triggered from the web sign-in bottom sheet. Bug: 1152454 Change-Id: I4c1645d98c3df26893d24f1f721d15a30b8f58db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557635 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#830939}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I7745b2c9de52183da785901cd278a844fb139f30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2539258 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#830938}
-
Pavol Marko authored
The test is flaky on this builder, see ${BUG}. TBR=jarhar@chromium.org Bug: 1152088 Change-Id: I4e2178655685994a20a258321703e362530914ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560295Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#830937}
-
Daniel Cheng authored
This eliminates the need to crack a mojo::Receiver/mojo::Remote into a message pipe and a handle to convert between Blink and non-Blink variants. This CL also includes a cleanup pass for the remaining uses of PassPipe() and PassHandle(), migrating them to either std::move() directly if possible, or use the new ToCrossVariantMojoType helper if applicable. Bug: 1059157 Change-Id: Id389d69ba32c17ce76942f16ca2b5b4fd26aab18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556565 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#830936}
-
Markus Handell authored
This change adds a default-on flag controlling the coercion of REC709 to SRGB added in crrev/c/2550554. Bug: 1151957, b:173124811 Change-Id: I39d91c2cd5fc047e8a67c649a862753fe8daa47b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556962 Commit-Queue: Markus Handell <handellm@google.com> Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#830935}
-
Morten Stenshorne authored
There's some special logic for handling inert (that's INERT, not INNER) nodes. Fixes the following tests when LayoutNGFullPositionForPoint is enabled: external/wpt/inert/inert-inlines.tentative.html fast/dom/inert/inert-inlines.html Bug: 1150362 Change-Id: I8ce278168555b1f4b53b6a5abf121637f4bd58bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554557 Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830934}
-
Yoshifumi Inoue authored
This patch changes EditingNG to stable from experimental for releasing on M89. Bug: 707656 Change-Id: I1af3e5d9b0d0b7e5b2bc5a434936ed0eb927bd32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557944 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830933}
-
Alice Wang authored
This CL adds DIR_METADATA to the signin.services module. Bug: 1150862 Change-Id: Ibf3db221846f78533d82c607ab86e9f719318d02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557019 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#830932}
-
Zhaoliang Ma authored
Multiplace need to map GpuMemoryBuffer-backed frame, so this CL clean up the existing repeated method. Bug: 1126811 Test: Manually test webrtc and mediarecorder using libvpx encoder Change-Id: I893d16449ac63c95ce64c392f5299cce1c400752 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2547845 Auto-Submit: Zhaoliang Ma <zhaoliang.ma@intel.com> Commit-Queue: Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Markus Handell <handellm@google.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#830931}
-
Fredrik Söderqvist authored
Return the result of Path::PointAndNormalAtLength rather than using two out arguments. Change-Id: I2f60ce9d388509cba7d6b95751809cff1ca4d2f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556642Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#830930}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/5bea3c59..c38503fc 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: I3440de33b63ecbd15bd35c40a7bab98b67a8fda2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559805Reviewed-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@{#830929}
-
Jana Grill authored
Add the device type placeholders to IDS_ASH_ENTERPRISE_DEVICE_MANAGED_BY and IDS_ASH_ENTERPRISE_DEVICE_MANAGED, replacing them with the actual device type in code. Additioanlly adjust the domain placeholder name and description and add screenshots to make it easier for the translators to understand the usage of the texts. Bug: b:172676875 Test: Manual Change-Id: Ia2b0f20e10c2e5ecb6f3908e50588ac7f5c8532e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2538839Reviewed-by:
Brian Malcolm <bmalcolm@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Jana Grill <janagrill@chromium.org> Cr-Commit-Position: refs/heads/master@{#830928}
-
Gauthier Ambard authored
This reverts commit 2aa1a2f6. Reason for revert: Potential culprit for crbug.com/1152587 Original change's description: > [iOS] Set FirstResponderSendAction as default > > Remove experiment flag, and set enabled behavior as default. > > Keep old behavior when asking the NTP and WebView to become first > responder. This is done checking if the first responder is a view, and > asking if not. Because in the previous logic for GetFirstResponder() the > search was made in the view hierarchy, ignoring view controllers. > > The experiment enabled without the check added in this CL could explain > issues like crbug.com/1150498. > > Bug: 816427, 1150498 > Change-Id: Ib9ac17b59da8635d00beff071aee4bd6afeedb78 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495976 > Reviewed-by: Gauthier Ambard <gambard@chromium.org> > Commit-Queue: Javier Flores <javierrobles@chromium.org> > Auto-Submit: Javier Flores <javierrobles@chromium.org> > Cr-Commit-Position: refs/heads/master@{#830632} TBR=gambard@chromium.org,javierrobles@chromium.org Change-Id: If4c1451b7ed278b02164f0816d8b01bf11314289 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 816427 Bug: 1150498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560097Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#830927}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4c3d711704c1..55a2b8681802 2020-11-24 pfaffe@chromium.org [wasm-debug] Allow passing options to evaluateOnCallFrame 2020-11-24 tvanderlippe@chromium.org Introduce static content getter for Tooltip 2020-11-24 tvanderlippe@chromium.org Fix Node inspect profiler 2020-11-24 yiorsi@gmail.com Modify the text in image preview, pixels to px 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:1149817,chromium:1149832,chromium:1150762 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I44f53db2dda96d0ac512bb98eb59e260803c9e39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559446Reviewed-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@{#830926}
-
Antonio Sartori authored
The LocalFrameHost mojo interface included a BindPolicyContainer function, implemented by the RenderFrameHostImpl, that allowed Blink to send a PolicyContainer remote to the Browser and get it bound to the corresponding PolicyContainerHost. This was used right after creating a local child frame, and was only implemented to avoid sending the PolicyContainer remote with the CreateChildFrame IPC, which was still a legacy IPC. Since CreateChildFrame has been converted to mojo, this is not needed anymore. Bug: 1130587 Change-Id: Ib16a8ccbb829fda643e2c428fc1320d1dcc4428c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532073Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#830925}
-
Yuki Yamada authored
This is a follow up for https://crrev.com/c/2557279 . CacheCounterTest.Empty is flaky on Win too. Bug: 971650 Change-Id: I856a44dc854eca2ab6fbed04fa0fbe5dc4b26bd5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558081Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: Yuki Yamada <yukiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#830924}
-
Hitoshi Yoshida authored
Bug: 839389 Change-Id: Id7aa4dc569ce67509123809505e831716a7cc0bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558086 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#830923}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/759af7f40213..9be11f7d2b44 2020-11-25 jophba@chromium.org [HOTFIX] remove iOS death tests 2020-11-25 jophba@chromium.org [HOTFIX] Fix flatmap tests on Mac 2020-11-25 jophba@chromium.org Add new FlatMap utility class 2020-11-25 jophba@chromium.org Roll DEPS to latest versions If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Id381bd7c94d8ab6fa1883b4ac9dd68feb66915a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559048Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Jordan Bayles <jophba@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#830922}
-
Yuta Hijikata authored
The change is mostly mechanical replacing defined(OS_CHROMEOS) with BUILDFLAG(IS_CHROMEOS_ASH) and GN variable is_chromeos with is_chromeos_ash with some special cases (For those cases please refer to http://go/lacros-macros). The patch is made in preparation to switching lacros build from target_os=linux to target_os=chromeos. This will prevent lacros from changing behaviour after the switch. Bug: 1052397 Change-Id: I099b840668b030ce27c8272fbe10c1ce2a6f5e8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536423Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Cr-Commit-Position: refs/heads/master@{#830921}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1606262372-c28fabe0f518396be3e19b31d10fd57f4542b836.profdata to chrome-mac-master-1606283471-7d9c21277781bbef8f12040d64fba3a4328552df.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-mac-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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ie30fe2d0c1e0fdbd2fe279942ea69754c55298d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559044Reviewed-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@{#830920}
-
Hajime Hoshi authored
This CL adds new metrics to record the timing on requestAnimationFrame three times after the page is restored from BFcache. These values can be good approximation for the first paint after BFcache restores, and we want to confirm this. BUG: 1133333 BUG: 1152688 Change-Id: Ib7fe363bf6ac20f07308bd90eb940530fcd49df1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523133 Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#830919}
-
Daniel Hosseinian authored
Currently, any layout changes applied to the PDF document (i.e. page rotation or two-up view) after the accessibility tree has loaded does not update the page bounds. Because the accessiblity tree has read-only nodes, the only way to resolve the issue is to reload all the nodes of the tree on each layout change. Note: This CL only fixes page bounds and positions. The bounds of page content such as text or annotations still do not rotate with the rest of the document. Those issues will be fixed in a follow-up. Bug: 1150665 Change-Id: I2fbf2cb26f38ee3fed076333c0b224a8ede7947e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2553217 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by: Ankit Kumar
🌪 ️ <ankk@microsoft.com> Reviewed-by:Raymes Khoury <raymes@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#830918}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1606262372-53701711e1f3f7b0d49627ad74cc045279aff3ad.profdata to chrome-linux-master-1606283471-f8912cacc34d1ac24aa30fb74f9ef98ec89268aa.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: I9066771eb3bd4416d40111f43c7e789f41390070 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559043Reviewed-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@{#830917}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c41b944fd821..b1bcd6ec94d1 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 ortuno@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: chromium:1126301 Tbr: ortuno@google.com Change-Id: I8754014f45ba345bc05c903dae6a0f3c759d36de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559040Reviewed-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@{#830916}
-
Morten Stenshorne authored
Fixes external/wpt/css/css-flexbox/hittest-before-pseudo.html when LayoutNGFullPositionForPoint is enabled. Bug: 1150362 Change-Id: I75e6e4455b5d3634be140195f12d0cd09e01f6a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2554537Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#830915}
-
Yang Guo authored
Fixed: 1152558 Change-Id: Icd2b108c868f01ff86f14f45118004a5068cddf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558341 Auto-Submit: Yang Guo <yangguo@chromium.org> Reviewed-by:
Paul Lewis <aerotwist@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#830914}
-
Ben Reich authored
CL:2559234 introduced changes to disable $i18n{} template replacement when the --devtools-code-coverage flag is passed and only for the Files app extension. Introduce a helper to identify when a filesTooltip test is in code coverage mode and use the $i18n{} label instead of the replaced string. --devtools-code-coverage Bug: 1152612 Test: browser_tests --gtest_filter="*filesTooltip*" Test: browser_tests --gtest_filter="*filesTooltip*" Change-Id: Ia43f1b17ecdf8eea0a42dc5b23a2efd9787791c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558814Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Commit-Queue: Ben Reich <benreich@chromium.org> Cr-Commit-Position: refs/heads/master@{#830913}
-
Daniel Cheng authored
Usage has been migrated to use the standard //base/metrics helpers. Bug: 1047547 Change-Id: I8edfefb774a6154e19763833a7885e491d9a3996 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559557Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#830912}
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1606240669-a966a0de7533a2c29e2a147761a10e8425d1cfe7.profdata to chrome-win64-master-1606251063-26a76a6b25625f68800c8ab3d3043b315be73544.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-win64-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:win64-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Id22adc572ed8b1206dd7ff822e39cd3657e16148 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559391Reviewed-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@{#830911}
-
Joon Ahn authored
Bug: 1125150 Cq-Depend: chromium:2528302 Test: browser_tests --gtest_filter=Diagnostics* Change-Id: Ia0df0ca9f0e5f468d1c020f0d09dcc5c10a313ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2552893 Commit-Queue: Joon Ahn <joonbug@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#830910}
-
Thanh Nguyen authored
Implements LocalSearchServiceProvider and related classes for LSS. Design doc: go/lss-sandboxing Implementation plan: go/lss-sandboxing-impl Bug: 1137560 Change-Id: I46b43dc5ac9453e3d6da8eceb24293aa19bb3d50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556888Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#830909}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0652fd72..5bea3c59 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: I6478470fbcf43f549d568113c94dd0e5e00c9e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559592Reviewed-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@{#830908}
-
Hitoshi Yoshida authored
An IDL dictionary member ScrolltimeElementBasedoffset.target's type is non-nullable Element, but there are some routines that can store a nullptr or access without checking it is available. This CL fixes them. Bug: 839389 Change-Id: Ic9529c39fd4a52935570e461db85134f2c5862aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2557760Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#830907}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/70102b71900b..33f29ea9b251 2020-11-25 enga@chromium.org Skip ShaderFloat16Tests on Intel D3D12 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC enga@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: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 Bug: None Tbr: enga@google.com Change-Id: I3f7778c1fa3639abc2af8c866c530fd12975d4b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2559799Reviewed-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@{#830906}
-