- 15 Aug, 2019 40 commits
-
-
Min Qin authored
This is no longer being used. BUG=984227 Change-Id: Id6c8aabec72b84ae8dbdf71159a4bebb202a29f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752915Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#687353}
-
Alexander Dunaev authored
This CL adds the missing handlers that enable window move via the non-client area of the window. Bug: 991512 Change-Id: I4890969ea8fc4c0aa405cdf0db7fca7769dc7b15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741684 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#687352}
-
chrome://os-settingsRegan Hsu authored
With the exception of typing "chrome://os-settings" (or any subpages) into the url bar, any navigation to OS Settings or its subpages should open the standalone chrome OS settings surface. Bug: 990540 Change-Id: I6b868d4f96c045b536afa5e2426f01fe216fd0f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747071 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Cr-Commit-Position: refs/heads/master@{#687351}
-
Brian Geffon authored
Similar to WebContentsProxy this CL adds support for a ProcessNode to retrieve (on the UI thread) the corresponding RenderProcessHost. Bug: 993569 Change-Id: I3bf9bec1ff75783ae1fb19cfc5b277652623bf35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752884 Commit-Queue: Brian Geffon <bgeffon@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#687350}
-
Bruce Dawson authored
Official builds - the PDBs and the PE files - often get published to a symbol server. For PE files the path name in the symbol server is: "%s\%08X%s\%s" % (peName, timeStamp, imageSize, peName) Since the peName for a particular DLL/EXE never changes and since the size often doesn't change this means that the timeStamp is the only differentiator between nearby builds. With the strategy of setting the build timestamp to 5 am of the last commit time it is easy to get a build that overwrites the previous build on the symbol server. This happened when build 75.0.3770.143 overwrote all of the PE files from build 75.0.3770.142, which complicated the investigation of (restricted view, sorry) crbug.com/964273. This probably happened many other times. The PDB files were never overwritten which is why this was not noticed earlier. When the 5 am quantization was added we were using the current time for the build timestamps. Now that we are using the last commit time it is less important to quantize to 5 am so this change removes that quantization, for official builds only. An increased number of days where we do multiple builds of one channel means that this issue is hit more frequently than when the quantization was initially added. Bug: 993509 Change-Id: Ibfac95569b713ede056d3ff070db0c05b4a38c77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754527Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#687349}
-
Peter Collingbourne authored
Some of these definitions are present in the headers provided by newer NDKs, so we need to depend on those headers when compiling against the newer NDKs instead of defining the constants ourselves in order to avoid a symbol redefinition error from the compiler. Bug: 891999 Change-Id: I078099ade1b006006fd48a0deb085856591383bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753191 Auto-Submit: Peter Collingbourne <pcc@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#687348}
-
Ali Juma authored
This adds the file as an EG2 target, and updates #includes. Bug: 987646 Change-Id: Iece7bdc789b49e36443566f6fc00fb9be6902fa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756213 Commit-Queue: Ali Juma <ajuma@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#687347}
-
David Bokan authored
This will allow us to easily turn the feature on and off for testing. This CL adds a Feature for the Blink RuntimeEnabledFeature and plumbs it through to about:flags. Today, Blink stores scroll offsets for scrollers using integral values. For user scrolls, we can apply subpixel precision deltas (e.g. on high DPI screens or if the user zooms) since the compositor stores a floating-point scroll offset. However, when the offset is sent to/received from Blink it is truncated. Therefore, script set and read offsets are always integer values (of physical pixels). The FractionalScrollOffsets feature allows Blink to store offsets in a floating point representation. This will reduce bugs and maintenance burdens related to the truncation between CC/Blink. It also helps fix issues in the web platform as WebAPIs will now store and return any number in the floating point range. Bug: 414283 Change-Id: I036402977204821ba92b592c1c88c2b46e64c7dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753546Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#687346}
-
Ian Clelland authored
This will cause bugs to be filed when third-party WPT imports introduce new test failures. Change-Id: Ie5db9bfffede22227e2ea4ef6ef73077f010811f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756391 Commit-Queue: Ian Clelland <iclelland@chromium.org> Auto-Submit: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#687345}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/87531182b181..eefe89513262 git log 87531182b181..eefe89513262 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 mmortensen@google.com Extend image service to support building factory image. Created with: gclient setdep -r src/third_party/chromite@eefe89513262 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ie5d89e276ed4d3dd2b80474b65ef66bf3d6bf279 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756444Reviewed-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@{#687344}
-
Akihiro Ota authored
Bug: 923068 Change-Id: I4aab963244f8e84c5fb749794587d60a64a083f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747975Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#687343}
-
Khushal authored
This reverts commit 77418db6. Reason for revert: Temporary change landed for diagnostic purpose. Original change's description: > android: Temporarily generate crash dumps for all renderer hangs on Q. > > R=dtrainor@chromium.org > > Bug: 983310 > Change-Id: I88d7a60b2938355fb1253707ebf45ab8bffe1c82 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699422 > Auto-Submit: Khushal <khushalsagar@chromium.org> > Commit-Queue: David Trainor <dtrainor@chromium.org> > Reviewed-by: David Trainor <dtrainor@chromium.org> > Cr-Commit-Position: refs/heads/master@{#677090} TBR=dtrainor@chromium.org,khushalsagar@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 983310 Change-Id: I705e5e3adc344d36fcb27c0e7e06163ef3d0b397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756393Reviewed-by:
Khushal <khushalsagar@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#687342}
-
Himanshu Jaju authored
Reuse syncer::DeviceInfo instead of SharingDeviceInfo Bug: 993780 Change-Id: I82ca01edc5dab5038394a862ff9e38c563fe8c94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755909Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Cr-Commit-Position: refs/heads/master@{#687341}
-
Justin Cohen authored
Tests needed a few calls to grey_scrollInDirection for the shorter screen. Bug: 994233 Change-Id: Iee2128409e75d97ddbd6bbb2b907a50b90087090 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756246 Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#687340}
-
Peter Wen authored
The no_build_hooks flag prevents asserts from being processed in the tab_ui module. It was added as part of the work towards async DFM modules. We will need to find an alternative approach when we restart that work. Add missing deps that were missed due to the lack of build hooks checks. Bug: 994090 Change-Id: I2ce75afecbf627338d20451dcacd38a44ea59b15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755971 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#687339}
-
Matthew Wang authored
If CaptivePortalDetector::Cancel() is called after CaptivePortalDetector::DetectCaptivePortal() is run but before CaptivePortalDetector::StartProbe is run, |detection_callback_| is reset but a probe is still started. This causes a DCHECK fail or null dereference. Check for null |detection_callback_| before starting a probe. Bug: 993388 Change-Id: I46cc2a5fb226cd2a96443387103648617068b065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753162Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Matthew Wang <matthewmwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#687338}
-
Junbo Ke authored
Bug: b/139215443 Merge-With: eureka-internal/303498 Test: TBD Change-Id: I3341a19b74e23ff276b8133e779438b6fc84917b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753469 Commit-Queue: Junbo Ke <juke@chromium.org> Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#687337}
-
Dana Fried authored
Design: https://docs.google.com/document/d/1fZOg120fswUdaV7tfZh8cXIlcvAL1Gg70GVrsQVXl3g This is the MVP of an animating layout. Feature supported include: - layout can animate its preferred size or fit the size given - preferred size (if applicable) and child view bounds automatically animate from one proposed layout to the next - No animation is performed if the host view's size is set externally. - No fading of views being removed or hidden is performed; a view being hidden or removed disappears right away, and a view being shown appears at the end of the animation (to prevent child views from overlapping). Future work: - Selectively animate child views when the host view's size is set externally. - Fade child views in/out as they are added/removed or shown/hidden. - Maybe handle nested animating layouts. Bug: 898632 Change-Id: I43873fabbce47ed247626613885a59fe1ca299e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742509Reviewed-by:
Caroline Rising <corising@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#687336}
-
Vlad Tsyrklevich authored
Several tests failed on the android-asan bot. Disable the crash handler tests only on the android-asan bot, not other android bots. For the guarded page allocator tests, re-enable and use fewer threads on Android. (This will give us some more head room on non-ASan low end devices as well.) Bug: 993168 Change-Id: I290ec7d9322e862f1bd69068f1898d4fe47547fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755403 Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Cr-Commit-Position: refs/heads/master@{#687335}
-
Vlad Tsyrklevich authored
Now that 32-bit Windows is no longer supported, the FPU exceptions we were previously seeing (https://crbug.com/919207) should not occur. Change-Id: I06fd3e278948ec1cf80007902f46e23c9ac3735d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1701957 Commit-Queue: Vitaly Buka <vitalybuka@chromium.org> Reviewed-by:
Vitaly Buka <vitalybuka@chromium.org> Auto-Submit: Vlad Tsyrklevich <vtsyrklevich@chromium.org> Cr-Commit-Position: refs/heads/master@{#687334}
-
Clark DuVall authored
The AndroidX test was using a special chrome:// URL that is hardcoded to trigger safe browsing. We were not proxying chrome:// URLs through the AwProxyingURLLoaderFactory, so this prevented calling back to the AW client with the error results. Bug: 993568 Change-Id: I11b534eb0a1d40ed3340242b6ba3877da65823c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754123Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#687333}
-
Chris Blume authored
The SkiaRenderer Vulkan Android bot was breaking frequently. We want to add it to the CQ for likely-impactful directories. This should help maintain the SKV bot. Bug: 979431 Change-Id: Id332ab4de1b2deac7ad4c53ef8e92351d176b58a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753667Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Chris Blume <cblume@chromium.org> Cr-Commit-Position: refs/heads/master@{#687332}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/74bf49a9abc9..7a39c017c233 git log 74bf49a9abc9..7a39c017c233 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 primiano@google.com Merge "TraceProcessor: add clock-sync support at import time" 2019-08-15 khokhlov@google.com Merge "Trace processor: Parse legacy ftrace and legacy json trace events" 2019-08-15 taylori@google.com Merge "ui: Fix highlighting when selection is far to the left of screen" Created with: gclient setdep -r src/third_party/perfetto@7a39c017c233 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Bug: None Change-Id: I07374b39803d98a11d8ba2a507f23919dfa8b149 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755981Reviewed-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@{#687331}
-
Daniel Cheng authored
Typically, this is done with pairs of *interfaces*, not just pairs of message pipes. Change-Id: I4e83f45fda6b9666148bdd10a7c86ae727d41682 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755407 Auto-Submit: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#687330}
-
Yuke Liao authored
The corresponding project-health project was done, so this bot is not used anymore. Bug: 993424 Change-Id: I2211af8c6b3138ba979cfb45916cb947b573c87b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1725220Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#687329}
-
Vladimir Levin authored
This patch ensures that we don't consider the legend when painting the fieldset border, since the legend may be out of date and is considered a child of the fieldset (meaning we have to not paint it). Also updates the fieldset tests to do a double raf before running the test to ensure that everything is parsed and rendered. R=chrishtr@chromium.org, rakina@chromium.org Bug: 993755 Change-Id: I0f27ad0242ceaa76d00513aa14e94aef5ddfb04f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754702Reviewed-by:
Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#687328}
-
Yi Gu authored
The test should no longer be flaky after V1 being enabled by default because the problematic code path was bypassed. See [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1638283/6/content/public/test/hit_test_region_observer.cc#b158 Change-Id: I4ec1f7a087fba9318500c423603d1185ec998e9f Bug: 948372 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754665Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#687327}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/cb5f1034aafc..d105c06506d1 Created with: gclient setdep -r src-internal@d105c06506d1 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None Change-Id: I9db514a313cfd0c7d8fef5f5cd7bdfa512a3c6fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755561Reviewed-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@{#687326}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ae0f75063c10..5f8a16aca062 git log ae0f75063c10..5f8a16aca062 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 capn@google.com Default to LLVM JIT for ARM32 CMake build 2019-08-15 chrisforbes@google.com Jettison android subzero support entirely Created with: gclient setdep -r src/third_party/swiftshader@5f8a16aca062 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=swiftshader-team+autoroll@google.com Bug: chromium:b/115344057,chromium:b/139147241 Change-Id: I734f9d7426291b41bf5cd8745477869f13178236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1756323Reviewed-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@{#687325}
-
James Cook authored
FocusOutlineManager considered the document "focused by keyboard" after window blur. This seems a little odd, and causes the OS settings sidenav menu to show the keyboard focus ring on window blur. This FocusOutlineManager behavior was added in 2015, before MD settings. We don't appear to need it anymore. It was added in: https://codereview.chromium.org/914033002 and the bug it fixed crbug.com/457165 no longer repros, even after I remove the behavior. Likewise, browser settings sidenav focus outlines continue to work properly after removing this behavior (they show after hitting tab, hide when the window loses focus, and come back when the window regains focus). So let's remove the behavior. Bug: 993677 Change-Id: If9c56ad18d50d0974cf957864c6346ebdffd0470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754505Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#687324}
-
Mike Frysinger authored
Python 3 doesn't support string_escape on bytes. It doesn't have an official supported form for this currently either. It could be done ad-hoc (iterate over every byte and build up the string ourselves), but it turns out the codecs module has an escape_encode helper that does what we need with a bit of effort. Also cleanup the associated unittest while we're here. It was mixing bytes & string data inline and expecting it to be interpreted as UTF8 encoding. Python 3 didn't like this at all. Make it a proper unicode string and use \u sequences to get the codepoints we want. Bug: 983071 Test: `./grit/test_suite_all.py` passes Change-Id: I1c4de0e3ab5c129d4999d6685887a2c54bd7ab9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755388 Commit-Queue: Mike Frysinger <vapier@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#687323}
-
Ben Kirchman authored
The test overrides the TestUploadDataProvider's read method, but then adds a read to the dataProvider, which is redundant and confusing. Change-Id: I747f6637dfc6f729278950daa93f1052075c1523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753591Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Commit-Queue: Benjamin Kirchman <kirchman@google.com> Cr-Commit-Position: refs/heads/master@{#687322}
-
Michael Thiessen authored
Should be no functionality changes here. SingleTabModelSelector#openNewTab was completely unused because the only instantiation of it overwrote it. Binary-Size: This is an R8 bug, see b/139304307 Change-Id: Id9f4b8a9a4cf402194c631845632139b73f5bb23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1748115Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#687321}
-
Tommy Li authored
Currently, we have code to focus the omnibox when opening the NTP (New Tab Page). This is all well and good, but we also need to add a check to not do this when viewing the source of the NTP. Bug: 970185 Change-Id: Ib488e0cc8e8607bd2f9b8d2f8ddec0f0066ecee5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754151Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#687320}
-
Yi Gu authored
The reasons of disabling the test are no longer valid. Bug: 599730 Change-Id: I13d74de9b332ee9b3f22bc0d9f68600772b2c642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754784Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#687319}
-
Yi Gu authored
Similar to crrev.com/c/1298478, this patch adds a waiter to make sure the previous RenderProcessHost get destroyed. Tested with the trick mentioned in crrev.com/c/1299976 which could cause consistent failures without the fix. Bug: 889002 Change-Id: Id142ab917038e0a13eb676887525738ea08e3876 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754787Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#687318}
-
Adam Langley authored
As suggested in https://chromium-review.googlesource.com/c/chromium/src/+/1752937/3/chrome/browser/ui/views/webauthn/authenticator_qr_sheet_view.cc#222 Change-Id: I3401c7c77f6b3989383ecda1d8e68c173aa5ff92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754709 Commit-Queue: Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Cr-Commit-Position: refs/heads/master@{#687317}
-
Bailey Berro authored
When there are no nearby printers available, show a message indicating that. Bug: 991929 Change-Id: If430ff4c526120aa0b0c97f1670b6e68d6a0f1d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1754942Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Bailey Berro <baileyberro@chromium.org> Cr-Commit-Position: refs/heads/master@{#687316}
-
Peter Kasting authored
We originally did this to try and ensure tabs had sufficient contrast to be readable in all cases. However, this caused problems if the background colors were not correctly calculated, and also limited theme authors' ability to make aesthetic choices (or override us if we got something wrong). Instead, use the specified colors directly. Generate unspecified inactive tab colors by blending with the background, as we do for the default theme. No changes to how the default theme's colors are calculated. Bug: 904372 Change-Id: I90d96afbf3a1e9b095b0860a64aa044fecdad6d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1755142 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#687315}
-
Virender Singh authored
This CL makes following changes - Uses default keyword for dtors in ActionHandlingFakePepperPluginInstance, FakeRendererPpapiHost and PdfAccessibilityTreeTest classes. - Removes ConvertAXScrollToPdfScrollAlignment function from member variable of PdfAxActionTarget to a function in anonymous namespace. - Rephrased and moved comments in pdf_accessibility_tree_browsertest.cc and accessibility_unittest.cc files. Bug: 769940 Change-Id: If7515d09e271d867af72a2f74e10e43b10fff236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1753370 Commit-Queue: Virender Singh <virens@microsoft.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#687314}
-