- 28 Jun, 2018 29 commits
-
-
Paul Miller authored
Although we may remove this histogram in m69, we want to keep getting data from all channels for the lifetime of m68 stable. BUG=855104 Change-Id: I1e24419bc30bfe8027e524f2a5751a3a2eb51509 Reviewed-on: https://chromium-review.googlesource.com/1115976Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Paul Miller <paulmiller@chromium.org> Cr-Commit-Position: refs/heads/master@{#570980}
-
Ryan Hansberry authored
Uses SecureChannelClient to keep a connection open with the appropriate remote device. This change also requires slightly tweaking HostScannerOperation to delay unregistering the remote device in question until ConnectionPreserver has fully had a chance to communicate with the Mojo SecureChannel service. Bug: 824568, 752273, 855813 Change-Id: I6c8c915ab1efbae9c77e08c9c9b2406a5b4de2ad Reviewed-on: https://chromium-review.googlesource.com/1117558 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#570979}
-
Ehsan Karamad authored
The crash was introduced in 77e042ca when the logic for 'vertical-scroll' and wheel blocking handlers was implemented. The problem introduced was that it is possible to detach a wheel target inside the event handler but the code was ignoring that and would use node->GetDocument() right after dispatching the event. This CL fixes the issue by getting Document::IsVerticalScrollEnforced() before dispatching the event. Bug: 857013 Change-Id: I7331f475e8a839b0be017bc861b01a613ede82c1 Reviewed-on: https://chromium-review.googlesource.com/1117571Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#570978}
-
pdfium-chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/8444b6a1bf03..a2c2a9d2a1e7 git log 8444b6a1bf03..a2c2a9d2a1e7 --date=short --no-merges --format='%ad %ae %s' 2018-06-27 tsepez@chromium.org Add fxcrt::AutoRestorer<T>::AbandonRestoration(). 2018-06-27 thestig@chromium.org Update third_party/base/template_util.h. Created with: gclient setdep -r src/third_party/pdfium@a2c2a9d2a1e7 The AutoRoll server is located here: https://pdfium-roll.skia.org 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=dsinclair@chromium.org Change-Id: If0a0b6660da90a8fb346bdddd3f3eb3e47ae083a Reviewed-on: https://chromium-review.googlesource.com/1117481Reviewed-by:
pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: pdfium-chromium-autoroll <pdfium-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570977}
-
Victor Costan authored
This CL modifies RestrictedCookieManager to allow renderers to set the SameSite and Priority CanonicalCookie attributes. Renderers must be allowed to set the SameSite and Priority attributes so that RestrictedCookieManager can be used to implement the document.cookie setter. Bug: 856364, 729800 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: Ic0a520bc6c02c259ef22175c9eb161086fa18782 Reviewed-on: https://chromium-review.googlesource.com/1115586 Commit-Queue: Victor Costan <pwnall@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Joshua Bell <jsbell@chromium.org> Cr-Commit-Position: refs/heads/master@{#570976}
-
Alexey Kozyatinskiy authored
Lookup for inline breakpoints only at current line. If nothing found that try to set breakpoint at next breakable location inside current function. R=dgozman@chromium.org Bug: chromium:856665 Change-Id: I3b5d474815adf3778430813f0a6de1d79ae35fec Reviewed-on: https://chromium-review.googlesource.com/1114467 Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Reviewed-by:
Joel Einbinder <einbinder@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570975}
-
Ryan Landay authored
If you open an NTP on Android, open the tab switcher, and then focus the NTP, there is often some jankiness at the end of the animation where the page very quickly appears to jump back-and-forth by a few pixels. It turns out that this happens when we switch from TabListSceneLayer (what we use to display the tab switcher) to StaticTabSceneLayer (what we use to show the tab during normal browsing): for the NTP, we never use the live layer in the tab switcher, so we have to use the static layer. When we switch to StaticTabSceneLayer, it (sometimes?) still uses the static layer very briefly, but displays it at not quite the right size, which causes the jumpiness before we switch back to the live layer. The fix is to make ContentLayer clip the static layer to the value of ComputedSize() in the case where should_clip == false. Bug: 748648 Change-Id: I2999ee1be91681d692e381a9aff230567ace20fc Reviewed-on: https://chromium-review.googlesource.com/1114349Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#570974}
-
Theresa authored
BUG=823531 Change-Id: Ib2ba65aa1b27af702b7470f579d484fb6def9c01 Reviewed-on: https://chromium-review.googlesource.com/1117751Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#570973}
-
Xu Xing authored
BUG=None Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ifa035eae568d9d4345f7476ee7484026a8c1aa99 Reviewed-on: https://chromium-review.googlesource.com/1116355 Commit-Queue: Xing Xu <xing.xu@intel.com> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#570972}
-
Ryan Landay authored
TabLayer::SetProperties() currently has a param, inset_border, that changes the geometry logic for showing tabs in the tab switcher. Currently, we're always setting the param to true. We then use it to set another variable: const bool inset_toolbar = !inset_border; which is always false. This is immediately followed by this check, which always passes: if (!inset_toolbar) {...} In addition to being unnecessary, this param is also extremely confusing/misleading. We do actually start out with the toolbar inset on top of the tab thumbnail (before we fade it into the tab title), and we only inset the top and bottom borders, not the ones on the left and right. This CL removes this unnecessary logic. Bug: 849401 Change-Id: I5ccfa35f766baf477837be1d886a2974d0009a54 Reviewed-on: https://chromium-review.googlesource.com/1114330Reviewed-by:David Trainor <dtrainor@chromium.org> Commit-Queue: Ryan Landay <rlanday@chromium.org> Cr-Commit-Position: refs/heads/master@{#570971}
-
Darren Shen authored
KeyboardController listens to WindowObserver events on the parent container window. It updates the observer whenever the keyboard moves to a different display by removing the observer on the old root window and adding the observer on the new root window. See original patch that added the code: https://crrev.com/1008453002 We don't really need to do this as we already do that in Activate/ Deactivate keyboard. Bug: 845780 Change-Id: Idc25d5beadbe1f2233e184fd1c189a3fde05aa50 Reviewed-on: https://chromium-review.googlesource.com/1113714 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#570970}
-
Dmitry Gozman authored
This is a common part to be shared between StartNavigation and CommitNavigation paths. Bug: 789577 Change-Id: I3e90d158b411b9134bcd8d1a333c81875cff8753 Reviewed-on: https://chromium-review.googlesource.com/1107240Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570969}
-
Chromite Chromium Autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/47bb72284a37..c03de9ae4eef git log 47bb72284a37..c03de9ae4eef --date=short --no-merges --format='%ad %ae %s' 2018-06-27 rockot@chromium.org Reland "Add Android mojo_core binaries to Chrome deployment" Created with: gclient setdep -r src/third_party/chromite@c03de9ae4eef The AutoRoll server is located here: https://chromite-chromium-roll.skia.org 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. BUG=chromium:822034 TBR=chrome-os-gardeners@chromium.org Change-Id: I043a23d1a36caede27c009bf790e454b51473526 Reviewed-on: https://chromium-review.googlesource.com/1117539Reviewed-by:
Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: Chromite Chromium Autoroll <chromite-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#570968}
-
Chris Lu authored
Before: https://drive.google.com/file/d/1lkH7kzBhoc02yFuqiJFkArO5XGoRkgv4/view?usp=sharing After: https://drive.google.com/file/d/1HVNhe0k4rWch1oO6TFFLQkU17SL9fqLg/view?usp=sharing Bug: 856626 Change-Id: I022b5d8b54828855f836e0428d29d0ffde6bcdfd Reviewed-on: https://chromium-review.googlesource.com/1117743Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#570967}
-
Amy Qiu authored
Rename pages in key_noop_cases.py to be consistent with rendering page sets Bug: 847857 Change-Id: I432509b893a0943fd59ee40813fac520eaa59f9a Reviewed-on: https://chromium-review.googlesource.com/1117444Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#570966}
-
Oriol Brufau authored
These properties provide the author with the ability to control borders through logical, rather than physical, direction and dimension mappings. Intent to Implement and Ship: CSS flow-relative margins, paddings and borders https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/tkN-r119eNc Spec: https://drafts.csswg.org/css-logical/#border-properties BUG=850000 TEST=external/wpt/css/css-logical/logical-box-border-color.html TEST=external/wpt/css/css-logical/logical-box-border-style.html TEST=external/wpt/css/css-logical/logical-box-border-width.html The tests still have some failures because sideways writing modes have not been implemented yet (http://crbug.com/680331). Change-Id: Ide70c65777ed42e9ef34fbcb2f58ef85f62bad4c Reviewed-on: https://chromium-review.googlesource.com/1092695Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#570965}
-
Tom Anderson authored
BUG=856868 R=sky Change-Id: I4a1059e88aee7d6dadbb277742c770a11c1e7042 Reviewed-on: https://chromium-review.googlesource.com/1117274 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#570964}
-
Khushal authored
R=backer@chromium.org, sunnyps@chromium.org Bug: 854416 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 Change-Id: I1fef0f0a8468c08fc03500a13ed13f7776466e4f Reviewed-on: https://chromium-review.googlesource.com/1115721Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Commit-Queue: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#570963}
-
Amy Qiu authored
Rename pages in key_idle_power_cases to be consistent with rendering page sets Bug: 847957 Change-Id: I17618ed7d144f657fdd0a7b0503fb3a9376519cc Reviewed-on: https://chromium-review.googlesource.com/1117442Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#570962}
-
Kyle Horimoto authored
Previously, this class was located within the service implementation; however, it should be able to be shared outside (e.g., so that MultiDeviceNotificationPresenterTest can use it). Bug: 824568 Change-Id: Ic59f12b9c0d21597f3ed57d683ae30e98ad99ec5 Reviewed-on: https://chromium-review.googlesource.com/1117774Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#570961}
-
Philip Rogers authored
This patch fixes two bugs where popups were not painted: 1) Popups were not hooked up because the BGPT/SPV2 AttachRootLayer function was not implemented on WebPagePopupImpl. This has been implemented. 2) Popup layers were not painted. Popups are not attached to the viewport layers and were not found via the recursive paint walk. Popups are now special-cased so they are painted. A DCHECK has been added in layer_tree_host to make this sort of bug easier to debug. Instead of NPE in some random layer code, we now DCHECK. Bug: 853951 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-gen-property-trees;luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ia7bbcd4c27f860ada232d28c89ab672d60995aec Reviewed-on: https://chromium-review.googlesource.com/1117216Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#570960}
-
Ted Choc authored
Downloaded an offline page, clicked the infobar, and it crahsed using this code path. BUG=789732 Change-Id: I55e18d8b3ab5abe17743f25fe0b090140cb0530f Reviewed-on: https://chromium-review.googlesource.com/1117213Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#570959}
-
Christopher Cameron authored
Tighten the scope of the ScopedCAActionDisabler and add early-outs to avoid creating it when we will not actually change the CALayer tree. This is a speculative fix for leaked blocks, which may be related to CATransactions. Bug: 853438 Change-Id: I6b6985d6b44c33a53021d3af43ebedd0ffd254b9 Reviewed-on: https://chromium-review.googlesource.com/1115869 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#570958}
-
Xianzhu Wang authored
The previous cache skipping mechanism supported cache skipping for some display items of a client while keeping other display items cacheable. Now simplify by making all display items of a client non-cacheable once the client creates some display item that skips cache. Other changes that are required: - PaintRecordBuilder needs a transient-mode PaintController (which doesn't support caching) to avoid the PaintController from altering the cache flags of the painted display items and clients which may be cached in other PaintControllers. - PaintController::AppendDebugDrawingAfterCommit() needs a dedicated client to avoid its cache skipping affect the normal caching of the client. Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I0baf248074334198a5b8dce889d566bf75cdbf2b Reviewed-on: https://chromium-review.googlesource.com/1115619 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#570957}
-
Tiger Oakes authored
Small convenience feature so we don't need to run mkdir first. Also backported to old supersize UI. Change-Id: I96a462ff584992e3b7bff52d43be5706c5f12b31 Reviewed-on: https://chromium-review.googlesource.com/1117713 Commit-Queue: Tiger Oakes <tigero@google.com> Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#570956}
-
Matthew Jones authored
The overflow menu is no longer necessarily in the top control container. This patch removes the assert and the handle to the button in the control container since it isn't actually used. Bug: 857124 Change-Id: I6d0d7d913c9743f773a8e1a2b563a38c3d9096d9 Reviewed-on: https://chromium-review.googlesource.com/1117306Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#570955}
-
Theresa authored
Add an experimental toolbar button that triggers the contextual suggestions bottom sheet. Currently the auto-peek behavior for the contextual suggestions bottom sheet is not disabled when the toolbar button is enabled. This will be handled in a follow-up CL. BUG=856403 Change-Id: Ic56aeb44f8ce9dc29606a902553d9d25803df40e Reviewed-on: https://chromium-review.googlesource.com/1115352 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Cr-Commit-Position: refs/heads/master@{#570954}
-
Christian Biesinger authored
This is mostly straightforward, except that on Mac, we may have to compute intrinsic sizes outside of layout. So this patch also adds special code to avoid layout calls in such cases (for orthogonal flows). However, this also required me to change some tests to have the correct "inside of layout" state. Notes on tests: fast/dynamic/012.html Had an incorrect rebaseline; rendering matches legacy modulo text splitting (positioning is the same) css2.1/20110323/table-height-algorithm-023.htm css2.1/20110323/table-height-algorithm-024.htm Parts of these tests were already using the smaller size due to 1px text rendering differences; this rebaseline just makes us more consistent. tables/mozilla/bugs/bug57828.html Also a trivial 1px difference tables/mozilla/bugs/bug60992.html Probably an issue of bug 40634; legacy takes the whitespace before <br> (here, a linebreak) into account for calculating the width of the cell and NG does not. tables/mozilla_expected_failures/bugs/bug1010.html Also 1px and 2px text rendering difference virtual/layout_ng_experimental/external/wpt/css/css-flexbox/flexbox_stf-table-caption.html Fails for an unrelated reason, see newly filed bug 857185 Bug: 635619 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ia11317acd777aec201702fce28ebab74dba99b4f Reviewed-on: https://chromium-review.googlesource.com/508293 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:Emil A Eklund <eae@chromium.org> Cr-Commit-Position: refs/heads/master@{#570953}
-
Robert Ma authored
The test behaves differently on try bots and CQ bots so it can't be rebaselined automatically. TBR=raphael.kubo.da.costa@intel.com No-Try: True Bug: 857271 Change-Id: I8a1fe9f524cca6cf73370b76bba3d64557ab33f8 Reviewed-on: https://chromium-review.googlesource.com/1117842 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#570952}
-
- 27 Jun, 2018 11 commits
-
-
Nasko Oskov authored
Error page isolation was introduced in https://crrev.com/c/762520 but it had some function bugs (e.g. https://crbug.com/840485). There have been multiple fixes since then and it should be in a shape to try and enable it again. Bug: 838161 Change-Id: Ic3815e26eca9850c14e2cd925ed037223f4ded11 Reviewed-on: https://chromium-review.googlesource.com/1115203 Commit-Queue: Nasko Oskov <nasko@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#570951}
-
Paul Jensen authored
I haven't used the histograms recently. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;luci.chromium.try:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Icb824d66b747f53466c8006ba087003ecd2c7d9b Reviewed-on: https://chromium-review.googlesource.com/1115360Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Paul Jensen <pauljensen@chromium.org> Cr-Commit-Position: refs/heads/master@{#570950}
-
Stefan Zager authored
PLSA is the only ScrollableArea subclass that ever gets a non-zero scroll origin. Push all the logic down into PLSA. BUG=823365 R=skobes@chromium.org,bokan@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I163b409a66c8b6d1dd248e51aae843cba109395e Reviewed-on: https://chromium-review.googlesource.com/1114460 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#570949}
-
Chris Blume authored
The existing generate_bindings.py has some duplicate code. This patch will refactor it to reduce duplication. BUG=856360 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 Change-Id: I9776b291f9d984f252c3223d15e755a41156827a Reviewed-on: https://chromium-review.googlesource.com/1116184 Commit-Queue: Chris Blume <cblume@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Cr-Commit-Position: refs/heads/master@{#570948}
-
Ken Rockot authored
Moves all Mach port brokering stuff into the Channel implementation, making it a bit easier to understand. Previously relevant logic was spread over Channel, NodeChannel, and NodeController. This is in preparation for introducing a new PlatformHandleInTransit type to encapsulate a PlatformHandle + ScopedProcessHandle, as a replacement for the weird and sort of unsafe ScopedInternalPlatformHandle usage we have today. Bug: 753541 Change-Id: I7c17fb75d5930d8a8816a2927c8529d75c8b7675 Reviewed-on: https://chromium-review.googlesource.com/1112926 Commit-Queue: Ken Rockot <rockot@chromium.org> Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Cr-Commit-Position: refs/heads/master@{#570947}
-
edchin authored
This CL implements these additional metrics: Entering/Exiting tab switcher: MobileTabSwitcherPresented MobileTabSwitcherDismissed Selecting panels: MobileTabSwitcherHeaderViewSelectIncognitoPanel MobileTabSwitcherHeaderViewSelectNonIncognitoPanel MobileTabSwitcherHeaderViewSelectDistantSessionPanel Creating, opening, closing tabs: MobileTabSwitcherCreateIncognitoTab MobileTabSwitcherCreateNonIncognitoTab MobileTabSwitcherOpenIncognitoTab MobileTabSwitcherOpenNonIncognitoTab MobileTabSwitcherCloseIncognitoTab MobileTabSwitcherCloseNonIncognitoTab Bug: 818452 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I1352eb8e99fb6c044d954a0690f6a2f00c511572 Reviewed-on: https://chromium-review.googlesource.com/1117130 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#570946}
-
Amy Qiu authored
Rename pages in tough_compositor_cases to be consistent with rendering page sets. In tough_compositor_cases.json, remove unused pages. Bug: 847857 Change-Id: Iaa697acd52da6389f6367f02910bf92759af606f Reviewed-on: https://chromium-review.googlesource.com/1117467Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#570945}
-
Amy Qiu authored
Rename page names in key hit test cases to be consistent with rendering page sets Bug: 847857 Change-Id: I8f67d1efe34218c01e1d7e3e4a57c6d08e0553d5 Reviewed-on: https://chromium-review.googlesource.com/1117441Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#570944}
-
Stephen Martinis authored
This CL changes the run_gtest_perf_test.py script to output well formed test results json. Bug: 855234 Change-Id: Ia5ce6e258865e34a2aa37635c014cd54efa62796 Reviewed-on: https://chromium-review.googlesource.com/1112635 Commit-Queue: Stephen Martinis <martiniss@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#570943}
-
Tarun Bansal authored
Currently, Chromium honors Accept-CH-Lifetime (ACL) header on all responses as long as the origin of the response matches the main frame origin. This CL changes the behavior to honor the ACL header on main frame responses only. Change-Id: I480e7faf3d060ddc9d31220f368d6c2f8b02221f Bug: 856700 Reviewed-on: https://chromium-review.googlesource.com/1115960Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yoav Weiss <yoav@yoav.ws> Commit-Queue: Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#570942}
-
Ryan Hamilton authored
Change-Id: Ib604fe8527aaef33495e5184593a87f47baadab6 Reviewed-on: https://chromium-review.googlesource.com/1115866 Commit-Queue: Ryan Hamilton <rch@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#570941}
-