Commit fe8ae06
committed
Unreviewed, rolling out r241273.
https://bugs.webkit.org/show_bug.cgi?id=194579
This change is causing a flaky assertion failure crash in High
Sierra Debug (Requested by ShawnRoberts on #webkit).
Reverted changeset:
"Stop using setDefersLoading from WebCore"
https://bugs.webkit.org/show_bug.cgi?id=194315
https://trac.webkit.org/changeset/241273
Canonical link: https://commits.webkit.org/208996@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@241350 268f45cc-cd09-0410-ab3c-d52691b4dbfc1 parent 2944bf1 commit fe8ae06Copy full SHA for fe8ae06
6 files changed
+63-35Lines changed: 63 additions & 35 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- Source/WebCore
- loader
- platform
- graphics
- gstreamer
- network/cocoa
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
1 | 15 | |
2 | 16 | |
3 | 17 | |
|
Collapse file
Source/WebCore/loader/MediaResourceLoader.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/loader/MediaResourceLoader.cpp+7-6Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
151 | 151 | |
152 | 152 | |
153 | 153 | |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
154 | 160 | |
155 | 161 | |
156 | 162 | |
| ||
172 | 178 | |
173 | 179 | |
174 | 180 | |
175 | | - |
176 | | - |
177 | | - |
178 | | - |
179 | | - |
180 | | - |
| 181 | + |
181 | 182 | |
182 | 183 | |
183 | 184 | |
|
Collapse file
Source/WebCore/loader/MediaResourceLoader.h
Copy file name to clipboardExpand all lines: Source/WebCore/loader/MediaResourceLoader.h+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
75 | 75 | |
76 | 76 | |
77 | 77 | |
| 78 | + |
78 | 79 | |
79 | 80 | |
80 | 81 | |
|
Collapse file
Source/WebCore/platform/graphics/PlatformMediaResourceLoader.h
Copy file name to clipboardExpand all lines: Source/WebCore/platform/graphics/PlatformMediaResourceLoader.h+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | | - |
31 | 30 | |
32 | 31 | |
33 | 32 | |
| ||
44 | 43 | |
45 | 44 | |
46 | 45 | |
47 | | - |
| 46 | + |
48 | 47 | |
49 | 48 | |
50 | 49 | |
| ||
77 | 76 | |
78 | 77 | |
79 | 78 | |
| 79 | + |
80 | 80 | |
81 | 81 | |
82 | 82 | |
|
Collapse file
Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp
Copy file name to clipboardExpand all lines: Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp+11-9Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
53 | | - |
| 53 | + |
54 | 54 | |
55 | 55 | |
56 | 56 | |
| ||
683 | 683 | |
684 | 684 | |
685 | 685 | |
686 | | - |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
| 690 | + |
687 | 691 | |
688 | 692 | |
689 | 693 | |
| ||
700 | 704 | |
701 | 705 | |
702 | 706 | |
703 | | - |
| 707 | + |
704 | 708 | |
705 | 709 | |
706 | 710 | |
| ||
781 | 785 | |
782 | 786 | |
783 | 787 | |
784 | | - |
| 788 | + |
785 | 789 | |
786 | 790 | |
787 | 791 | |
| ||
800 | 804 | |
801 | 805 | |
802 | 806 | |
803 | | - |
| 807 | + |
804 | 808 | |
805 | 809 | |
806 | 810 | |
807 | 811 | |
808 | | - |
| 812 | + |
809 | 813 | |
810 | 814 | |
811 | 815 | |
| ||
818 | 822 | |
819 | 823 | |
820 | 824 | |
821 | | - |
| 825 | + |
822 | 826 | |
823 | 827 | |
824 | 828 | |
| ||
882 | 886 | |
883 | 887 | |
884 | 888 | |
885 | | - |
886 | | - |
887 | 889 | |
888 | 890 | |
889 | 891 | |
|
Collapse file
Source/WebCore/platform/network/cocoa/WebCoreNSURLSession.mm
Copy file name to clipboardExpand all lines: Source/WebCore/platform/network/cocoa/WebCoreNSURLSession.mm+28-18Lines changed: 28 additions & 18 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
| 56 | + |
56 | 57 | |
57 | 58 | |
58 | 59 | |
59 | | - |
| 60 | + |
60 | 61 | |
61 | 62 | |
62 | 63 | |
| ||
381 | 382 | |
382 | 383 | |
383 | 384 | |
384 | | - |
| 385 | + |
385 | 386 | |
386 | 387 | |
387 | 388 | |
| ||
410 | 411 | |
411 | 412 | |
412 | 413 | |
413 | | - |
| 414 | + |
414 | 415 | |
415 | 416 | |
416 | 417 | |
417 | | - |
| 418 | + |
418 | 419 | |
419 | | - |
| 420 | + |
420 | 421 | |
421 | 422 | |
422 | 423 | |
| ||
543 | 544 | |
544 | 545 | |
545 | 546 | |
| 547 | + |
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
546 | 554 | |
547 | 555 | |
548 | 556 | |
| ||
627 | 635 | |
628 | 636 | |
629 | 637 | |
630 | | - |
| 638 | + |
631 | 639 | |
632 | 640 | |
633 | 641 | |
634 | 642 | |
635 | 643 | |
636 | 644 | |
637 | 645 | |
| 646 | + |
638 | 647 | |
639 | 648 | |
640 | | - |
| 649 | + |
641 | 650 | |
642 | 651 | |
643 | 652 | |
644 | 653 | |
645 | | - |
646 | | - |
| 654 | + |
| 655 | + |
647 | 656 | |
648 | 657 | |
649 | 658 | |
650 | 659 | |
651 | | - |
652 | | - |
653 | | - |
654 | | - |
655 | | - |
656 | | - |
657 | | - |
658 | | - |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
659 | 669 | |
660 | | - |
| 670 | + |
661 | 671 | |
662 | 672 | |
663 | 673 | |
|
0 commit comments