1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747
|
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <optional>
#include "content/browser/back_forward_cache_browsertest.h"
#include "content/browser/back_forward_cache_test_util.h"
#include "content/browser/renderer_host/navigation_request.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "content/common/content_navigation_policy.h"
#include "content/public/browser/site_isolation_policy.h"
#include "content/public/test/browser_test.h"
#include "content/public/test/content_browser_test_utils.h"
#include "content/public/test/test_navigation_observer.h"
#include "content/shell/browser/shell.h"
#include "third_party/blink/public/common/features.h"
#include "third_party/blink/public/mojom/back_forward_cache_not_restored_reasons.mojom.h"
namespace content {
using NotRestoredReason = BackForwardCacheMetrics::NotRestoredReason;
using NotRestoredReasons =
BackForwardCacheCanStoreDocumentResult::NotRestoredReasons;
// Exists to group the tests and for test history.
class BackForwardCacheBrowserTestWithNotRestoredReasons
: public BackForwardCacheBrowserTest {
protected:
void SetUpCommandLine(base::CommandLine* command_line) override {
EnableFeatureAndSetParams(kAllowCrossOriginNotRestoredReasons, "", "");
BackForwardCacheBrowserTest::SetUpCommandLine(command_line);
}
};
namespace {
// WebXR's source location isn't reported on ChromeOS, so those variables won't
// be used on that OS.
const std::string kBlockingReasonFunction = "";
const int kBlockingReasonLineNumber = 5;
const int kBlockingReasonColumnNumber = 14;
} // namespace
// NotRestoredReasons are not reported when the page is successfully restored
// from back/forward cache.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
NotReportedWhenRestored) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL("a.com", "/title1.html"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectRestored(FROM_HERE);
// Expect that NotRestoredReasons are not reported at all.
EXPECT_TRUE(current_frame_host()->NotRestoredReasonsForTesting().is_null());
}
// NotRestoredReasons are reset after each navigation.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
ReasonsResetForEachNavigation) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL("a.com", "/title1.html"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A and use dummy blocking feature.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
rfh_a->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
GURL rfh_a_url = rfh_a->GetLastCommittedURL();
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
RenderFrameHostImplWrapper rfh_b(current_frame_host());
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{blink::scheduler::WebSchedulerTrackedFeature::kDummy}, {},
{}, {}, FROM_HERE);
// Expect that NotRestoredReasons are reported.
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt, /*reasons=*/
{MatchesDetailedReason("Dummy", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_url, /*children=*/{}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_result);
EXPECT_TRUE(rfh_b->IsInBackForwardCache());
// 4) Navigate forward.
ASSERT_TRUE(HistoryGoForward(web_contents()));
ExpectRestored(FROM_HERE);
// Expect that NotRestoredReasons are not reported at all.
EXPECT_TRUE(current_frame_host()->NotRestoredReasonsForTesting().is_null());
}
// Frame attributes are reported for all the frames that are reachable from
// same-origin documents. Also test that the details for cross-origin subtree
// are masked.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
FrameAttributesAreReportedIfSameOrigin) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(a,b(a))"));
GURL url_c(embedded_test_server()->GetURL("c.com", "/title1.html"));
// 1) Navigate to A(A,B(A)).
ASSERT_TRUE(NavigateToURL(shell(), url_a));
// rfh_a_1(rfh_a_2,rfh_b(rfh_a_3))
RenderFrameHostImplWrapper rfh_a_1(current_frame_host());
RenderFrameHostImplWrapper rfh_a_2(
rfh_a_1->child_at(0)->current_frame_host());
RenderFrameHostImplWrapper rfh_b(rfh_a_1->child_at(1)->current_frame_host());
RenderFrameHostImplWrapper rfh_a_3(rfh_b->child_at(0)->current_frame_host());
GURL rfh_a_1_url = rfh_a_1->GetLastCommittedURL();
GURL rfh_a_2_url = rfh_a_2->GetLastCommittedURL();
GURL rfh_b_url = rfh_b->GetLastCommittedURL();
rfh_a_3->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
// cross_site_iframe_factory.html gives frames ids but they are not globally
// unique, so replace them with unique ids so that there will be no
// duplicates.
EXPECT_TRUE(ExecJs(rfh_a_1.get(), R"(
let frames = document.getElementsByTagName('iframe');
frames[0].id = 'rfh_a_2_id';
frames[0].name = 'rfh_a_2_name';
frames[1].id = 'rfh_b_id';
frames[1].name = 'rfh_b_name';
)"));
// 2) Navigate to C.
ASSERT_TRUE(NavigateToURL(shell(), url_c));
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{blink::scheduler::WebSchedulerTrackedFeature::kDummy}, {},
{}, {}, FROM_HERE);
// Expect that id and name are reported for both |rfh_b| and |rfh_a_2|.
// Note that |rfh_a_3| is masked because it's a child of |rfh_b|.
auto rfh_b_result = MatchesNotRestoredReasons(
/*id=*/"rfh_b_id", /*name=*/"rfh_b_name",
/*src=*/rfh_b_url.spec(), /*reasons=*/
{MatchesDetailedReason("masked", /*source=*/std::nullopt)},
/*same_origin_details=*/std::nullopt);
auto rfh_a_2_result = MatchesNotRestoredReasons(
/*id=*/"rfh_a_2_id", /*name=*/"rfh_a_2_name",
/*src=*/rfh_a_2_url.spec(), /*reasons=*/{},
MatchesSameOriginDetails(
/*url=*/rfh_a_2_url, /*children=*/{}));
auto rfh_a_1_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt,
/*reasons=*/{},
MatchesSameOriginDetails(
/*url=*/rfh_a_1_url,
/*children=*/{rfh_a_2_result, rfh_b_result}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_1_result);
}
// All the blocking reasons should be reported including subframes'.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
AllBlockingFramesAreReported) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(a,a(a))"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A(A,A(A)) and use dummy blocking feature in the main frame
// and subframes.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
// rfh_a_1(rfh_a_2, rfh_a_3(rfh_a_4))
RenderFrameHostImplWrapper rfh_a_1(current_frame_host());
RenderFrameHostImplWrapper rfh_a_2(
rfh_a_1->child_at(0)->current_frame_host());
RenderFrameHostImplWrapper rfh_a_3(
rfh_a_1->child_at(1)->current_frame_host());
RenderFrameHostImplWrapper rfh_a_4(
rfh_a_3->child_at(0)->current_frame_host());
GURL rfh_a_1_url = rfh_a_1->GetLastCommittedURL();
GURL rfh_a_2_url = rfh_a_2->GetLastCommittedURL();
GURL rfh_a_3_url = rfh_a_3->GetLastCommittedURL();
GURL rfh_a_4_url = rfh_a_4->GetLastCommittedURL();
rfh_a_1->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
rfh_a_2->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
rfh_a_4->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{blink::scheduler::WebSchedulerTrackedFeature::kDummy}, {},
{}, {}, FROM_HERE);
// Frames generated by cross_site_iframe_factory.html have empty names instead
// of null.
EXPECT_EQ(true, EvalJs(current_frame_host(),
"document.getElementById('child-0').name == ''"));
auto rfh_a_2_result = MatchesNotRestoredReasons(
/*id=*/"child-0", /*name=*/std::nullopt,
/*src=*/rfh_a_2_url.spec(),
/*reasons=*/
{MatchesDetailedReason("Dummy", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_2_url,
/*children=*/{}));
auto rfh_a_4_result = MatchesNotRestoredReasons(
/*id=*/"child-0", /*name=*/std::nullopt,
/*src=*/rfh_a_4_url.spec(),
/*reasons=*/
{MatchesDetailedReason("Dummy", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_4_url,
/*children=*/{}));
EXPECT_EQ(true, EvalJs(current_frame_host(),
"document.getElementById('child-1').name == ''"));
auto rfh_a_3_result = MatchesNotRestoredReasons(
/*id=*/"child-1",
/*name=*/std::nullopt,
/*src=*/rfh_a_3_url.spec(),
/*reasons=*/{},
MatchesSameOriginDetails(
/*url=*/rfh_a_3_url,
/*children=*/{rfh_a_4_result}));
auto rfh_a_1_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt,
/*reasons=*/
{MatchesDetailedReason("Dummy", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_1_url,
/*children=*/{rfh_a_2_result, rfh_a_3_result}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_1_result);
}
// NotRestoredReasons are not reported for same document navigation.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
NotReportedForSameDocumentNavigation) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a_1(embedded_test_server()->GetURL(
"a.com", "/accessibility/html/a-name.html"));
GURL url_a_2(embedded_test_server()->GetURL(
"a.com", "/accessibility/html/a-name.html#id"));
// 1) Navigate to A.
EXPECT_TRUE(NavigateToURL(shell(), url_a_1));
// 2) Do a same-document navigation.
EXPECT_TRUE(NavigateToURL(shell(), url_a_2));
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectOutcomeDidNotChange(FROM_HERE);
// Expect that NotRestoredReasons are not reported at all.
EXPECT_TRUE(current_frame_host()->NotRestoredReasonsForTesting().is_null());
}
// NotRestoredReasons are not reported for subframe navigation.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
SubframeNavigationDoesNotRecordMetrics) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(b)"));
GURL url_c(embedded_test_server()->GetURL("c.com", "/title1.html"));
// 1) Navigate to A(B).
EXPECT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
// 2) Navigate from B to C on the subframe.
EXPECT_TRUE(NavigateFrameToURL(rfh_a->child_at(0), url_c));
EXPECT_EQ(url_c,
rfh_a->child_at(0)->current_frame_host()->GetLastCommittedURL());
EXPECT_FALSE(rfh_a->IsInBackForwardCache());
// 4) Go back from C to B on the subframe.
ASSERT_TRUE(HistoryGoBack(web_contents()));
EXPECT_TRUE(
rfh_a->child_at(0)->current_frame_host()->GetLastCommittedURL().DomainIs(
"b.com"));
EXPECT_FALSE(rfh_a->IsInBackForwardCache());
ExpectOutcomeDidNotChange(FROM_HERE);
// NotRestoredReasons are not recorded.
EXPECT_TRUE(current_frame_host()->NotRestoredReasonsForTesting().is_null());
}
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
WindowOpen) {
if (!SiteIsolationPolicy::UseDedicatedProcessesForAllSites())
return;
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL("a.com", "/title1.html"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A and open a popup.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
EXPECT_EQ(1u, rfh_a->GetSiteInstance()->GetRelatedActiveContentsCount());
OpenPopup(rfh_a.get(), url_a, "");
EXPECT_EQ(2u, rfh_a->GetSiteInstance()->GetRelatedActiveContentsCount());
rfh_a->GetBackForwardCacheMetrics()->SetObserverForTesting(this);
GURL rfh_a_url = rfh_a->GetLastCommittedURL();
// 2) Navigate to B. The previous document can't enter the BackForwardCache,
// because of the popup.
ASSERT_TRUE(NavigateToURLFromRenderer(rfh_a.get(), url_b));
ASSERT_TRUE(rfh_a.WaitUntilRenderFrameDeleted());
RenderFrameHostImplWrapper rfh_b(current_frame_host());
EXPECT_EQ(2u, rfh_b->GetSiteInstance()->GetRelatedActiveContentsCount());
// 3) Go back to A. The previous document can't enter the BackForwardCache,
// because of the popup.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kRelatedActiveContentsExist,
NotRestoredReason::kBrowsingInstanceNotSwapped},
{},
{ShouldSwapBrowsingInstance::kNo_HasRelatedActiveContents},
{}, {}, FROM_HERE);
// Make sure that the tree result also has the same reasons. BrowsingInstance
// NotSwapped can only be known at commit time.
EXPECT_THAT(
GetTreeResult()->GetDocumentResult(),
MatchesDocumentResult(
NotRestoredReasons({NotRestoredReason::kRelatedActiveContentsExist,
NotRestoredReason::kBrowsingInstanceNotSwapped}),
BlockListedFeatures()));
// Both reasons are recorded and sent to the renderer.
// TODO(crbug.com/40275090): BrowsingInstanceNotSwapped should not be reported
// as internal-error.
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt,
/*reasons=*/
{MatchesDetailedReason("non-trivial-browsing-context-group",
/*source=*/std::nullopt),
MatchesDetailedReason("masked", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_url,
/*children=*/{}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_result);
}
// Test when a server redirect happens on history navigation, causing a
// SiteInstance change and a new navigation entry. Ensure that the reasons from
// the old entry are copied to the new one and reported internally, but not to
// the API.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
ServerRedirect) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL("a.com", "/title1.html"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
GURL url_c(embedded_test_server()->GetURL("c.com", "/title1.html"));
// Navigate to a.com. This time the redirect does not happen.
ASSERT_TRUE(NavigateToURL(web_contents(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
EXPECT_EQ(url_a, rfh_a->GetLastCommittedURL());
// Replace the history URL to a URL that would redirect to b.com when
// navigated to.
std::string replace_state =
"window.history.replaceState(null, '', '/server-redirect?" +
url_b.spec() + "');";
EXPECT_TRUE(ExecJs(rfh_a.get(), replace_state));
// Navigate to c.com, and evict |rfh_a| by executing JavaScript.
EXPECT_TRUE(NavigateToURL(shell(), url_c));
EvictByJavaScript(rfh_a.get());
// Navigate back.
GURL url_a_redirect(embedded_test_server()->GetURL(
"a.com", "/server-redirect?" + url_b.spec()));
TestNavigationManager navigation_manager(web_contents(), url_a_redirect);
web_contents()->GetController().GoBack();
// Wait for the navigation to start.
EXPECT_TRUE(navigation_manager.WaitForRequestStart());
auto* navigation_request =
NavigationRequest::From(navigation_manager.GetNavigationHandle());
auto reasons =
navigation_request->commit_params().not_restored_reasons.Clone();
// The reasons have not been reset yet.
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt, /*name=*/std::nullopt,
/*src=*/std::nullopt,
/*reasons=*/
{MatchesDetailedReason("masked", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/url_a_redirect,
/*children=*/{}));
EXPECT_THAT(reasons, rfh_a_result);
// Redirect happens, and now the reasons are reset.
EXPECT_TRUE(navigation_manager.WaitForResponse());
auto* reasons_after_redirect =
navigation_request->commit_params().not_restored_reasons.get();
EXPECT_THAT(reasons_after_redirect, nullptr);
ASSERT_TRUE(navigation_manager.WaitForNavigationFinished());
// Eviction reasons should be recorded internally.
ExpectNotRestored({NotRestoredReason::kJavaScriptExecution}, {}, {}, {}, {},
FROM_HERE);
// Redirect happened once.
EXPECT_TRUE(ExecJs(current_frame_host(),
"performance.getEntriesByType('navigation')[0]."
"redirectCount == 1"));
// Navigation type should be navigate, instead of back-forward because of the
// redirect.
EXPECT_TRUE(ExecJs(current_frame_host(),
"performance.getEntriesByType('navigation')[0]."
"type == 'navigate'"));
// NotRestoredReasons are not sent to the renderer because of redirect.
EXPECT_TRUE(ExecJs(current_frame_host(),
"performance.getEntriesByType('navigation')[0]."
"notRestoredReasons == null"));
}
// Test that after reload, NotRestoredReasons are reset.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
Reload) {
CreateHttpsServer();
ASSERT_TRUE(https_server()->Start());
GURL url_a(https_server()->GetURL("a.com", kBlockingPagePath));
GURL url_b(https_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to a bfcache blocking page.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
ASSERT_TRUE(rfh_a.WaitUntilRenderFrameDeleted());
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
// Blocking reasons should be recorded.
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{kBlockingReasonEnum}, {}, {}, {}, FROM_HERE);
// Expect that NotRestoredReasons and the blocking feature's source location
// are reported.
std::optional<SourceLocationMatcher> expected_source = MatchesSourceLocation(
url_a, kBlockingReasonFunction, kBlockingReasonLineNumber,
kBlockingReasonColumnNumber);
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt, /*name=*/std::nullopt,
/*src=*/std::nullopt,
/*reasons=*/
{MatchesDetailedReason(kBlockingReasonString,
/*source=*/expected_source)},
MatchesSameOriginDetails(
/*url=*/url_a,
/*children=*/{}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_result);
// Reload
{
TestNavigationObserver observer(web_contents());
web_contents()->GetController().Reload(content::ReloadType::BYPASSING_CACHE,
false); // check_for_repost
observer.Wait();
}
// Expect that NotRestoredReasons are reset to null after reload.
EXPECT_TRUE(current_frame_host()->NotRestoredReasonsForTesting().is_null());
EXPECT_TRUE(ExecJs(current_frame_host(),
"performance.getEntriesByType('navigation')[0]."
"type == 'reload'"));
EXPECT_EQ(true, EvalJs(current_frame_host(),
"performance.getEntriesByType('navigation')[0]."
"notRestoredReasons === null"));
}
// Frame attributes are reported as null when they are not set.
IN_PROC_BROWSER_TEST_F(BackForwardCacheBrowserTestWithNotRestoredReasons,
IframesWithoutAttributes) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com",
"/back_forward_cache/page_with_iframes_without_attributes.html"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A and use dummy blocking feature in a subframe.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
RenderFrameHostImplWrapper rfh_a_1(ChildFrameAt(current_frame_host(), 0));
rfh_a_1->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
GURL rfh_a_url = rfh_a->GetLastCommittedURL();
GURL rfh_a_1_url = rfh_a_1->GetLastCommittedURL();
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
RenderFrameHostImplWrapper rfh_b(current_frame_host());
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{blink::scheduler::WebSchedulerTrackedFeature::kDummy}, {},
{}, {}, FROM_HERE);
// Expect that NotRestoredReasons are reported, and all the cross-origin
// blocked value are masked.
auto rfh_a_1_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt, /*name=*/std::nullopt,
/*src=*/rfh_a_1_url.spec(),
/*reasons=*/{MatchesDetailedReason("Dummy", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_1_url,
/*children=*/{}));
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt, /*reasons=*/{},
MatchesSameOriginDetails(
/*url=*/rfh_a_url,
/*children=*/{rfh_a_1_result}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_result);
EXPECT_TRUE(rfh_b->IsInBackForwardCache());
}
class BackForwardCacheBrowserTestWithUpdatedNotRestoredReasons
: public BackForwardCacheBrowserTestWithNotRestoredReasons,
public ::testing::WithParamInterface<bool> {
public:
void SetUpCommandLine(base::CommandLine* command_line) override {
if (UseUpdatedNames()) {
EnableFeatureAndSetParams(
blink::features::kBackForwardCacheUpdateNotRestoredReasonsName, "",
"");
} else {
DisableFeature(
blink::features::kBackForwardCacheUpdateNotRestoredReasonsName);
}
BackForwardCacheBrowserTestWithNotRestoredReasons::SetUpCommandLine(
command_line);
}
bool UseUpdatedNames() { return GetParam(); }
};
INSTANTIATE_TEST_SUITE_P(
All,
BackForwardCacheBrowserTestWithUpdatedNotRestoredReasons,
::testing::Bool());
IN_PROC_BROWSER_TEST_P(BackForwardCacheBrowserTestWithUpdatedNotRestoredReasons,
CloneReportedAsNull) {
ukm::TestAutoSetUkmRecorder recorder;
ASSERT_TRUE(embedded_test_server()->Start());
const GURL url1(embedded_test_server()->GetURL("/title1.html"));
const GURL url2(embedded_test_server()->GetURL("/title2.html"));
EXPECT_TRUE(NavigateToURL(shell(), url1));
EXPECT_TRUE(NavigateToURL(shell(), url2));
// Clone the tab and load the page.
std::unique_ptr<WebContents> new_tab = shell()->web_contents()->Clone();
WebContentsImpl* new_tab_impl = static_cast<WebContentsImpl*>(new_tab.get());
WebContentsObserver::Observe(new_tab.get());
NavigationController& new_controller = new_tab_impl->GetController();
{
TestNavigationObserver clone_observer(new_tab.get());
new_controller.LoadIfNecessary();
clone_observer.Wait();
}
ASSERT_TRUE(HistoryGoBack(new_tab.get()));
std::string not_restored_reasons = "BackForwardCache.NotRestoredReasons";
std::vector<ukm::TestAutoSetUkmRecorder::HumanReadableUkmMetrics>
recorded_not_restored_reasons =
recorder.FilteredHumanReadableMetricForEntry("HistoryNavigation",
not_restored_reasons);
ASSERT_EQ(recorded_not_restored_reasons.size(), 1u);
EXPECT_EQ(recorded_not_restored_reasons[0][not_restored_reasons],
1 << static_cast<int>(
BackForwardCacheMetrics::NotRestoredReason::kSessionRestored));
if (UseUpdatedNames()) {
EXPECT_EQ(
EvalJs(
new_tab_impl->GetPrimaryFrameTree().root()->current_frame_host(),
"performance.getEntriesByType('navigation')[0].notRestoredReasons"),
nullptr);
EXPECT_TRUE(new_tab_impl->GetPrimaryFrameTree()
.root()
->current_frame_host()
->NotRestoredReasonsForTesting()
.is_null());
} else {
// Expect that NotRestoredReasons are reported.
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/"",
/*name=*/"", /*src=*/"", /*reasons=*/
{MatchesDetailedReason("session-restored", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/url1, /*children=*/{}));
EXPECT_THAT(new_tab_impl->GetPrimaryFrameTree()
.root()
->current_frame_host()
->NotRestoredReasonsForTesting(),
rfh_a_result);
}
}
class BackForwardCacheBrowserTestWithNotRestoredReasonsProactiveSwapOptOut
: public BackForwardCacheBrowserTestWithNotRestoredReasons {
public:
void SetUpCommandLine(base::CommandLine* command_line) override {
EnableFeatureAndSetParams(blink::features::kRelOpenerBcgDependencyHint, "",
"");
BackForwardCacheBrowserTestWithNotRestoredReasons::SetUpCommandLine(
command_line);
}
};
IN_PROC_BROWSER_TEST_F(
BackForwardCacheBrowserTestWithNotRestoredReasonsProactiveSwapOptOut,
NavigateWithRelOpener) {
ASSERT_TRUE(embedded_test_server()->Start());
const GURL url_1(embedded_test_server()->GetURL("a.com", "/title1.html"));
const GURL url_2(embedded_test_server()->GetURL("a.com", "/title2.html"));
ASSERT_TRUE(NavigateToURL(shell(), url_1));
current_frame_host()->GetBackForwardCacheMetrics()->SetObserverForTesting(
this);
// The document can't enter the BackForwardCache because rel=opener opts out
// of the proactive BrowsingInstance swap.
TestNavigationObserver nav_observer(web_contents());
EXPECT_TRUE(ExecJs(web_contents(), JsReplace(R"(
let anchor = document.createElement('a');
anchor.href = $1;
anchor.rel = 'opener';
anchor.text = 'Link';
document.body.appendChild(anchor);
anchor.click();
)",
url_2)));
nav_observer.Wait();
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored(
{NotRestoredReason::kBrowsingInstanceNotSwapped}, {},
{ShouldSwapBrowsingInstance::kNo_InitiatorRequestedNoProactiveSwap}, {},
{}, FROM_HERE);
// Make sure that the tree result also has the same reasons. BrowsingInstance
// NotSwapped can only be known at commit time.
EXPECT_THAT(
GetTreeResult()->GetDocumentResult(),
MatchesDocumentResult(
NotRestoredReasons({NotRestoredReason::kBrowsingInstanceNotSwapped}),
BlockListedFeatures()));
// The reason is recorded and sent to the renderer.
// TODO(crbug.com/40275090): BrowsingInstanceNotSwapped should not be reported
// as internal-error.
std::optional<std::string> frame_attribute;
if (!ShouldCreateNewHostForAllFrames()) {
// Depending on whether the RenderFrameHost changed or not, the frame
// attributes will either be std::nullopt or an empty string, due to how the
// NotRestoredReasons object is created. Ultimately, this difference doesn't
// really matter that much as the difference is not web-exposed.
frame_attribute = "";
}
auto reasons = MatchesNotRestoredReasons(
/*id=*/frame_attribute,
/*name=*/frame_attribute, /*src=*/frame_attribute,
/*reasons=*/
{MatchesDetailedReason("masked", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/url_1,
/*children=*/{}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(), reasons);
}
class BackForwardCacheBrowserTestWithNotRestoredReasonsMaskCrossOrigin
: public BackForwardCacheBrowserTest {
protected:
void SetUpCommandLine(base::CommandLine* command_line) override {
DisableFeature(kAllowCrossOriginNotRestoredReasons);
BackForwardCacheBrowserTest::SetUpCommandLine(command_line);
}
};
// NotRestoredReasons are masked for all the cross origin iframes.
IN_PROC_BROWSER_TEST_F(
BackForwardCacheBrowserTestWithNotRestoredReasonsMaskCrossOrigin,
AllCrossOriginMasked) {
ASSERT_TRUE(embedded_test_server()->Start());
GURL url_a(embedded_test_server()->GetURL(
"a.com", "/cross_site_iframe_factory.html?a(b(c),d)"));
GURL url_b(embedded_test_server()->GetURL("b.com", "/title1.html"));
// 1) Navigate to A and use dummy blocking feature in a cross-origin subframe.
ASSERT_TRUE(NavigateToURL(shell(), url_a));
RenderFrameHostImplWrapper rfh_a(current_frame_host());
RenderFrameHostImplWrapper rfh_a_1(ChildFrameAt(current_frame_host(), 0));
RenderFrameHostImplWrapper rfh_a_2(ChildFrameAt(current_frame_host(), 1));
rfh_a_1->UseDummyStickyBackForwardCacheDisablingFeatureForTesting();
GURL rfh_a_url = rfh_a->GetLastCommittedURL();
GURL rfh_a_1_url = rfh_a_1->GetLastCommittedURL();
GURL rfh_a_2_url = rfh_a_2->GetLastCommittedURL();
// 2) Navigate to B.
ASSERT_TRUE(NavigateToURL(shell(), url_b));
RenderFrameHostImplWrapper rfh_b(current_frame_host());
// 3) Navigate back.
ASSERT_TRUE(HistoryGoBack(web_contents()));
ExpectNotRestored({NotRestoredReason::kBlocklistedFeatures},
{blink::scheduler::WebSchedulerTrackedFeature::kDummy}, {},
{}, {}, FROM_HERE);
// Expect that NotRestoredReasons are reported, and all the cross-origin
// blocked value are masked.
auto rfh_a_1_result = MatchesNotRestoredReasons(
/*id=*/"child-0", /*name=*/std::nullopt,
/*src=*/rfh_a_1_url.spec(), /*reasons=*/{},
/*same_origin_details=*/std::nullopt);
auto rfh_a_2_result = MatchesNotRestoredReasons(
/*id=*/"child-1", /*name=*/std::nullopt,
/*src=*/rfh_a_2_url.spec(), /*reasons=*/{},
/*same_origin_details=*/std::nullopt);
auto rfh_a_result = MatchesNotRestoredReasons(
/*id=*/std::nullopt,
/*name=*/std::nullopt, /*src=*/std::nullopt, /*reasons=*/
{MatchesDetailedReason("masked", /*source=*/std::nullopt)},
MatchesSameOriginDetails(
/*url=*/rfh_a_url,
/*children=*/{rfh_a_1_result, rfh_a_2_result}));
EXPECT_THAT(current_frame_host()->NotRestoredReasonsForTesting(),
rfh_a_result);
EXPECT_TRUE(rfh_b->IsInBackForwardCache());
}
} // namespace content
|