- 07 Feb, 2020 40 commits
-
-
Omer Katz authored
This is a followup to CL 2012030: https://chromium-review.googlesource.com/c/chromium/src/+/2012961 Loading whole keys atomically resulted in data races involving the fields prev_ and next_ (which were not accessed concurrently before). This CL takes the same approach as was used for ListHashSetNode (https://chromium-review.googlesource.com/c/chromium/src/+/1984308) and wraps prev_ and next_ with atomic writes. This CL already includes the optimizations added to ListHashSetNode in https://chromium-review.googlesource.com/c/chromium/src/+/1995175. Bug: 986235 Change-Id: I4ef881ce181af25e53ccb51169b199c3315c7132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012345Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#739240}
-
Omer Katz authored
This is part of an ongoing effort to simplify heap collections and limit the types they can support (specifically, this CL removes the only existing non-member usage of HeapHashSet). Bug: 1047147 Change-Id: I2d408a5bbace633002c354c17b13d892e1938dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025427Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#739239}
-
Steven Bennetts authored
Bug: 1047812 Change-Id: I68513f609e42db54fa0d76c7a127970f4b123e00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042316 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Jon Mann <jonmann@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#739238}
-
Robert Liao authored
The IncreasedContrastThemeSupplier previously had these colors: Frame Tab Bkgnd Contrast Color Text Ratio Light Mode Inactive Gray Black 5.92 Light Mode Active Dark Gray Black 2.15 Dark Mode Inactive Gray White 3.54 Dark Mode Active Dark Gray White 9.73 This doesn't really make sense as the frame color doesn't change with light/dark mode. Previously, this worked accidentally as BlendForMinContrast would save us. After http://crrev.com/687315 , the IncreasedContrastThemeSupplier was no longer blended, revealing the bug. Since the frame color is invariant with respect to light/dark mode, the new colors are as follows: Frame Tab Bkgnd Contrast Color Text Ratio Light Mode Inactive Gray Black 5.92 Light Mode Active Dark Gray White 9.73 Dark Mode Inactive Gray Black 5.92 Dark Mode Active Dark Gray White 9.73 BUG=1046818 Change-Id: Ic9452154f833f471a51e2ea6eacfb49f10cf1232 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042144Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#739237}
-
Jiewei Qian authored
This CL is a preparation to use SystemWebAppManager in WebAppTabHelper. Bug: 1024655 Change-Id: Id2a4e71e852696bfbf8386ffdd221d523ab55161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040755 Commit-Queue: Jiewei Qian <qjw@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#739236}
-
David Tseng authored
Change-Id: I39b0b7e4ec10430f2162390db923cd58b909f0e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042034Reviewed-by:
Katie Dektar <katie@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#739235}
-
Alexandre Courbot authored
A request timing out indicates a serious issue ; this should be logged at level 1, not 3. BUG=None TEST=VDtest builds and runs. Change-Id: I5742a0f8e8de93852e30ae049b54148f16ac7d95 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041710 Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#739234}
-
Hiroki Sato authored
Currently, if Android app starts before ChromeVox or S2S starts, ARC AXTrees are not recognized from these ATs. This is because: - AXChildTreeID is not attached to the parent surface at that moment. - ARC AXTrees are not triggered to update on automationInternal.enableFrame. This CL fixes these issues. Android side change is http://ag/10167029. Bug: b:129681889 Test: manual. Open any Android app, then enable ChromeVox. Confirm that Android app gets focus. Change-Id: I38cb372f706817f5e305c4a10a1ac84176275397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2018624Reviewed-by:
Sean Topping <seantopping@chromium.org> Reviewed-by:
Randy Rossi <rmrossi@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#739233}
-
Xianzhu Wang authored
This reverts commit be47c44f. Reason for revert: The reland was an accident. Forgot to uncheck automatically send revert change to CQ. Original change's description: > Reland "Ensure cc::Layer's NeedsPushProperties when blink directly sets scroll offset" > > This reverts commit 5db928ee. > > The original issue was caused by additional scroll tree scroll offset > entries. DirectSetScrollOffset should not create new entries, but just > change existing entries, otherwise after a document lifecycle update, > the scroll tree may contain entries whose element ids don't correspond > any scroll node. > > Original change's description: > > Revert "Ensure cc::Layer's NeedsPushProperties when blink directly sets scroll offset" > > > > This reverts commit 617a9c19. > > > > Reason for revert: Broke some browser tests. The tests flakily crash when pushing scroll properties at impl-side. > > > > Original change's description: > > > Ensure cc::Layer's NeedsPushProperties when blink directly sets scroll offset > > > > > > When blink directly sets scroll offset in the scroll tree, we need to > > > set the associated cc::Layer's NeedsPushProperties to ensure update of > > > cc::LayerImpl's scroll related properties > > > (see cc::LayerImpl::UpdateScrollable()). > > > > > > This reverts the change about cc::LayerTreeHost::LayerByElementId() in > > > https://chromium-review.googlesource.com/c/chromium/src/+/2020554 > > > because we still need it in layer list mode. > > > > > > Bug: 1048113 > > > Change-Id: I686beebcf54e96cc517700c0f987aaceec880c58 > > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036834 > > > Reviewed-by: Philip Rogers <pdr@chromium.org> > > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > > > Cr-Commit-Position: refs/heads/master@{#739043} > > > > TBR=wangxianzhu@chromium.org,pdr@chromium.org > > > > Change-Id: Ib52291c52f8bac3f4a3c9fe0248f55d0162c556c > > No-Presubmit: true > > No-Tree-Checks: true > > No-Try: true > > Bug: 1048113 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042763 > > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#739183} > > TBR=wangxianzhu@chromium.org,pdr@chromium.org > > Change-Id: Ie72b629bbdb20b0ed4c33746c33828f4d596a884 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1048113 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043056 > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739220} TBR=wangxianzhu@chromium.org,pdr@chromium.org Change-Id: I23bf77e95117f2599086bef6ec4113f0fd442cd9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043090Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#739232}
-
Huanzhong Huang authored
Remove NewClearBrowsingDataUI experiment, as it has become the default. Bug: 947456 Change-Id: I41f1b2eb5824d18f77bea3447b7b79bfb1469eff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039410Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Cr-Commit-Position: refs/heads/master@{#739231}
-
Wei-Yin Chen (陳威尹) authored
Show a chip on the tab card if that tab has search result page in its navigation stack. The chip contains the search term. When clicked, the tab would visit the search result page again. This is behind a Finch parameter "enable_search_term_chip" under TabGridLayoutAndroid. The CL is split into two, and this is part two, which can be verified to be behind the flag isSearchTermChipEnabled() by the Formal Equivalence Checker in http://crrev.com/c/1934235/4. See also: part one (http://crrev.com/c/2038458). Bug: 1048255 Change-Id: I03d61d97a99964168ebcd758b772231185d9223f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036513Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#739230}
-
Yuichiro Hanada authored
This CL changes RewriteTouchEvent and RewriteScrollEvent to use the new API. These two methods seems to be the easiest to rewrite. Bug: 1049489 Test: unit_tests Change-Id: Ic133c9c829883728b4a65d04e0470c36f891c203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041131 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#739229}
-
Benjamin Beaudry authored
An accessible node that represents generated content (e.g., the ::before selector) is completely ignored in AXNodePosition::MaxTextOffset and AXNodePosition::GetText. Both methods return the ax::mojom::StringAttribute::kValue's length and value, respectively. Since this attribute's value doesn't include the value of the generated content (because this generated content is either before or after the main content of the text field), we return a wrong maximum text offset and text. To fix this, we should only use ax::mojom::StringAttribute::kValue's length and value when the node has no child. When a node has a child, we need to compute the maximum text offset by summing the maximum text offset values of all of its children. The same applies for AXNodePosition::GetText. Bug: 928948 Change-Id: I624779a3e372d19ac2036de09fe9dbf1c4892867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037965 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#739228}
-
David Van Cleve authored
This reverts commit 7f4af748. Reason for revert: Perf bot identified a memory regression; reverting while I investigate locally. Original change's description: > Add a testing config for ReducedReferrerGranularity > > We're going to 50% beta on this feature (changing the > default referrer policy to strict-origin-when-cross-origin) > so it's time to add a field trial testing config. > > Also updates the following tests, which were failing with > the testing config enabled: > - ContextMenuBrowserTest.OpenInNewTabReferrer > - DownloadReferrerPolicyTest.DownloadCrossDomainReferrerPolicy > > > Bug: 1014207 > > Change-Id: Ic50657d9c2f642af8538fea47fe2263797d45018 > Cq-Do-Not-Cancel-Tryjobs: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2012087 > Commit-Queue: David Van Cleve <davidvc@chromium.org> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: Jesse Doherty <jwd@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#737362} Bug: 1014207 Bug: 1048550 Change-Id: I4eeb5ddb45ca6685d632d2f51268455b87346779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036795Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#739227}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4db6affff29a..22f2b82b60a3 Created with: gclient setdep -r src-internal@22f2b82b60a3 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:1024586,chromium:1024588,chromium:1041701 Tbr: jbudorick@google.com Change-Id: I7a5c65bd4a907f118ce4aa344c45b5b8566ccad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042668Reviewed-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@{#739226}
-
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/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I9ffef5dc43cec87e71e8cce46fe572a290aae66e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043050Reviewed-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@{#739225}
-
Anand K. Mistry authored
Bug: 648275 Change-Id: I3d933396788139cefebb5ea337c5a478498e483a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1512982 Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Auto-Submit: Anand Mistry <amistry@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Cr-Commit-Position: refs/heads/master@{#739224}
-
Su Hong Koo authored
Move DisplayManager::GetSecondaryDisplay() to DisplayManagerTestApi as it is now only used in unit tests. Update all affected unit tests to use DisplayManagerTestApi. Bug: 867966 Change-Id: I26fe6ef2d7f4ef8406c90b5f8ebd0c150f7bb09c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032671 Commit-Queue: Su Hong Koo <sukoo@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#739223}
-
Gyuyoung Kim authored
This CL migrates the legacy InitiateCaptureDump IPC message to the new Mojo defined in WebTestClient interface. Bug: 1039247 Change-Id: Idd38ecf67d10593f3bfc6f3c48d9832514cec595 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032634 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#739222}
-
Isabella Scalzi authored
In preparation for adding a delete button to the Quick View toolbar add property |canDelete| to |files-quick-view|, which indicates whether the file shown can be deleted or not. In a future CL, |shouldShowDeleteButton_| will then toggle the display of the delete button in Quick View. Test: Tests coming in future CL. Bug: 803259 Change-Id: I880fd7f2065c11435a16ec923abca12277b0c824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040502 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#739221}
-
Xianzhu Wang authored
This reverts commit 5db928ee. The original issue was caused by additional scroll tree scroll offset entries. DirectSetScrollOffset should not create new entries, but just change existing entries, otherwise after a document lifecycle update, the scroll tree may contain entries whose element ids don't correspond any scroll node. Original change's description: > Revert "Ensure cc::Layer's NeedsPushProperties when blink directly sets scroll offset" > > This reverts commit 617a9c19. > > Reason for revert: Broke some browser tests. The tests flakily crash when pushing scroll properties at impl-side. > > Original change's description: > > Ensure cc::Layer's NeedsPushProperties when blink directly sets scroll offset > > > > When blink directly sets scroll offset in the scroll tree, we need to > > set the associated cc::Layer's NeedsPushProperties to ensure update of > > cc::LayerImpl's scroll related properties > > (see cc::LayerImpl::UpdateScrollable()). > > > > This reverts the change about cc::LayerTreeHost::LayerByElementId() in > > https://chromium-review.googlesource.com/c/chromium/src/+/2020554 > > because we still need it in layer list mode. > > > > Bug: 1048113 > > Change-Id: I686beebcf54e96cc517700c0f987aaceec880c58 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036834 > > Reviewed-by: Philip Rogers <pdr@chromium.org> > > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#739043} > > TBR=wangxianzhu@chromium.org,pdr@chromium.org > > Change-Id: Ib52291c52f8bac3f4a3c9fe0248f55d0162c556c > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1048113 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042763 > Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> > Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739183} TBR=wangxianzhu@chromium.org,pdr@chromium.org Change-Id: Ie72b629bbdb20b0ed4c33746c33828f4d596a884 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043056Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#739220}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/7476ab6e9eff..8052d2973b2a git log 7476ab6e9eff..8052d2973b2a --date=short --first-parent --format='%ad %ae %s' 2020-02-06 bsheedy@chromium.org [Telemetry] Remove GetStackTrace Created with: gclient setdep -r src/third_party/catapult@8052d2973b2a 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 sadrul@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.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1008075 Tbr: sadrul@google.com Change-Id: I909d1b995a0a6588377637360903cd0a7aeb9a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042662Reviewed-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@{#739219}
-
Wan-Teh Chang authored
Also print the hash padded with leading 0's to 8 hex digits. Bug: 1026522 Change-Id: I2f8f8db71619839beccd8723461f0842ea960240 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042195Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#739218}
-
Maggie Cai authored
Click to call dialogs needs to be closed if the tab navigates to a different origin. In ChromeOS, click to call uses the same dialog as intent picker. Intent picker dialog will show when tab navigates to a different origin and there are Android apps that can handle this origin. The click to call dialog closes cause the dialog to automatically closed after briefly show up. This CL change the code to only close the dialog for click to call. This CL also fix a issue the intent picker icon don't show up for auto dialog pop up. BUG=1045036 Bug: b/146227259 Change-Id: Iadb1db30c7e24108bee933eb93d57d73a206d3d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035821Reviewed-by:
Richard Knoll <knollr@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#739217}
-
Daniel Rubery authored
SafeBrowsingURLRequestContextGetter doesn't exist anymore, so remove the friend class declaration. Bug: 678653 Change-Id: If8e5105ff5e8178f3402372c4df43138e30c1a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041887 Auto-Submit: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Xinghui Lu <xinghuilu@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#739216}
-
Wan-Teh Chang authored
Also fix a spelling error: unitialized => uninitialized. Bug: N/A Change-Id: Ie61e8be22499660642ae7ab884c32b78b4e9763a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042323Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#739215}
-
Pavel Feldman authored
Passing this parameter will desotry all the contexts created by the session upon session disconnect. Change-Id: I6608ef672b41b922308bf71921a074faa037ae7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042279 Commit-Queue: Pavel Feldman <pfeldman@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#739214}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/816c2b3548fb..6c6827cbf27d git log 816c2b3548fb..6c6827cbf27d --date=short --first-parent --format='%ad %ae %s' 2020-02-06 ehmaldonado@google.com git-cl: Simplify FetchDescription and UpdateDescription 2020-02-06 ehmaldonado@google.com git-cl: Remove GetDescriptionFooters and UpdateDescriptionFooters 2020-02-06 ehmaldonado@google.com git-cl: Simplify Change object construction. Created with: gclient setdep -r src/third_party/depot_tools@6c6827cbf27d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: chromium:1042324 Tbr: agable@chromium.org Change-Id: I687d022f4e77369cd25805a9e24aedbbc838123f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042776Reviewed-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@{#739213}
-
CJ DiMeglio authored
Bug: 982014 Merge-With: eureka-internal/360834 Change-Id: I47b9995892f7141c6f76222a7fe1a437d541792a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040210Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Kenneth MacKay <kmackay@chromium.org> Commit-Queue: CJ DiMeglio <lethalantidote@chromium.org> Cr-Commit-Position: refs/heads/master@{#739212}
-
Jeff Yoon authored
iOS utilizes otool to analyze and distribute test case execution against x number of shards. This logic was run in the recipe, such that the sublist of test cases would be passed into the isolate for execution. Chromium does not support recipe-level sharding. To mitigate, we clone the otool sharding logic into the test runner. Each swarming task (shard) is provided with two keys via env vars: shard index, and total number of shards. A given test on a given run should be broken down identically across each swarming task, because the test bundle does not change and the number of total shards is the same. Because each task also is provided the index, it can select the corresponding index from the sublist and execute that sublist of test cases. There is minimal performance hit, and this logic is only invoked when those env vars are present, which are only set by swaring for shards greater than 1. Change-Id: Id3b4c96cc68ef97b62ed79afc145bbbe55156063 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040371Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#739211}
-
Ayu Ishii authored
This failure is caused by the same failure fixed here [1]. Checking the flake portal, seems to be stably passing since the fix [2]. [1] https://crrev.com/c/2040370 [2] http://screen/Gwwn5WLDahZ Bug: 1048766 Change-Id: Ibb58dbd19c62be657c9c1ca1f90423bf7d73a0f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042741 Commit-Queue: Ayu Ishii <ayui@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#739210}
-
Lambros Lambrou authored
WebrtcVideoStream::OnFrameEncoded() expects that the |frame| parameter might be null, but it tries to use it anyway. This CL adds a null check before the dereference, preventing a host process crash. Bug: 1049804 Change-Id: I3e02b7c5bced24611f2ba6a22025ff7ba173bd69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042138 Commit-Queue: Lambros Lambrou <lambroslambrou@chromium.org> Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Auto-Submit: Lambros Lambrou <lambroslambrou@chromium.org> Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Cr-Commit-Position: refs/heads/master@{#739209}
-
Rakesh Soma authored
of it. Bug: 1048587 Change-Id: Ic3c3c3761db6feb5191267a09fd1f3d4d6ef2273 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037104 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#739208}
-
Sammie Quon authored
Part of an effort to describe highlight paths as a round rect struct. The first user will be the cros toast button. Test: manual Bug: 1042303 Change-Id: I0d3a784f2421ea2feb8e3f5d4fc2e50bbcb20e55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038084Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#739207}
-
Theresa Wellington authored
Remove the dark mode build flag and merge res_night/ into normal res/ directory. Also removes the dark mode flag from about://flags. BUG=936275 Change-Id: Icd8df11f94ef9ab6314c4a2fcd47ecab261985a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031877 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#739206}
-
Dave Tapuska authored
This interface represents methods that should only be called on the MainFrame instance. BUG=1046424 Change-Id: Id7372ec5962a35c3dc9dd8fe39e4a427bcb594ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036510Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#739205}
-
Ryan Hansberry authored
Most fixes are simply ensuring that values are not undefined or null. The most significant change is correctly grabbing the 'scanning' state of the cellular DeviceState by way of injecting it into network-list and then network-list-item (instead of shoving it into the NetworkStateProperties). The change ensures that internet-subpage also injects its DeviceState, which happens to fix crbug.com/1049775. Tested by building webui_closure_compile with this CL based on top of crrev.com/c/2006413, and manually testing with networking Settings UI. Fixed: 1047850, 1049775 Change-Id: I370ae812430f31b7b856748c58f9f213014ecb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040212Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#739204}
-
kylechar authored
This reverts commit 5b1e0dfc. Reason for revert: Found the problem. Original change's description: > Add checks to find source of null requests > > Somehow ReadPixelsContext::request is null once it reaches > OnRGBAReadbackDone() done. Add some checks to figure out how that can > happen. > > Bug: 1048251 > Change-Id: If74854b5b332b1af347647c4c1c234e995afa944 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037846 > Reviewed-by: Jonathan Backer <backer@chromium.org> > Commit-Queue: kylechar <kylechar@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738563} TBR=backer@chromium.org,kylechar@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1048251 Change-Id: I0ba8227e8f8b000ff9e761169c7e47134de6ad9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042536Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#739203}
-
Sinan Sahin authored
This CL fixes a bug where if the user swipes the toolbar immediately after opening a new tab (easily reproducible w/ context menu > open in incognito tab), top controls have the wrong offset and get hidden. This is caused by ChromeFullscreenManager#onInteractabilityChanged() which pushes offsets from TabBrowserControlsOffsetHelper even if the offsets aren't initialized. This is fixed by adding a simple check and returning early if the offsets aren't initialized. Bug: 1048596 Change-Id: I3db087db835f81067018f808ee03974fb4d1adc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042677Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#739202}
-
Timothy Loh authored
The argument we use to determine a crosvm process is for Plugin VM was updated in https://crrev.com/c/1970098 to be prefixed by --param, so we need to update our detection code for the task manager accordingly. Bug: 1045295 Change-Id: I6390f8bf532766d77d32f339f5ef47607eab385c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040592Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Julian Watson <juwa@google.com> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#739201}
-