| OLD | NEW |
| 1 <div id="content-settings-page" class="page" hidden> | 1 <div id="content-settings-page" class="page" hidden> |
| 2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
| 3 <h1 i18n-content="contentSettingsPage"></h1> | 3 <h1 i18n-content="contentSettingsPage"></h1> |
| 4 <div class="content-area"> | 4 <div class="content-area"> |
| 5 <!-- Cookie filter tab contents --> | 5 <!-- Cookie filter tab contents --> |
| 6 <section> | 6 <section> |
| 7 <h3 i18n-content="cookiesTabLabel"></h3> | 7 <h3 i18n-content="cookiesTabLabel"></h3> |
| 8 <div> | 8 <div> |
| 9 <div class="radio controlled-setting-with-label"> | 9 <div class="radio controlled-setting-with-label"> |
| 10 <label> | 10 <label> |
| (...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 622 <section id="page-zoom-levels"> | 622 <section id="page-zoom-levels"> |
| 623 <h3 i18n-content="zoomlevelsHeader"></h3> | 623 <h3 i18n-content="zoomlevelsHeader"></h3> |
| 624 <div> | 624 <div> |
| 625 <div class="settings-row"> | 625 <div class="settings-row"> |
| 626 <button class="exceptions-list-button" contentType="zoomlevels" | 626 <button class="exceptions-list-button" contentType="zoomlevels" |
| 627 i18n-content="zoomLevelsManage"></button> | 627 i18n-content="zoomLevelsManage"></button> |
| 628 </div> | 628 </div> |
| 629 </div> | 629 </div> |
| 630 </section> | 630 </section> |
| 631 <!-- Fullscreen filter --> | 631 <!-- Fullscreen filter --> |
| 632 <!-- TODO(mgiuca): Delete this once per-site data deleted. |
| 633 https://crbug.com/591896 --> |
| 632 <section id="fullscreen-section"> | 634 <section id="fullscreen-section"> |
| 633 <h3 i18n-content="fullscreenTabLabel"></h3> | 635 <h3 i18n-content="fullscreenTabLabel"></h3> |
| 634 <p id="fullscreen-deprecated" i18n-content="fullscreenDeprecated"></p> | 636 <p i18n-content="fullscreenDeprecated"></p> |
| 635 <div class="settings-row"> | 637 <div class="settings-row"> |
| 636 <button class="exceptions-list-button" contentType="fullscreen" | 638 <button class="exceptions-list-button" contentType="fullscreen" |
| 637 i18n-content="manageExceptions"></button> | 639 i18n-content="manageExceptions"></button> |
| 638 </div> | 640 </div> |
| 639 </section> | 641 </section> |
| 640 <!-- Mouse Lock filter --> | 642 <!-- Mouse Lock filter --> |
| 643 <!-- TODO(mgiuca): Delete this once per-site data deleted. |
| 644 https://crbug.com/591896 --> |
| 641 <section id="mouselock-section"> | 645 <section id="mouselock-section"> |
| 642 <h3 i18n-content="mouselockTabLabel"></h3> | 646 <h3 i18n-content="mouselockTabLabel"></h3> |
| 643 <p id="mouselock-deprecated" i18n-content="mouselockDeprecated"></p> | 647 <p i18n-content="mouselockDeprecated"></p> |
| 644 <div id="mouselock-global-settings"> | |
| 645 <div class="radio"> | |
| 646 <label> | |
| 647 <input type="radio" name="mouselock" value="allow"> | |
| 648 <span> | |
| 649 <span i18n-content="mouselockAllow"></span> | |
| 650 <span class="controlled-setting-indicator" | |
| 651 content-setting="mouselock" value="allow"></span> | |
| 652 </span> | |
| 653 </label> | |
| 654 </div> | |
| 655 <div class="radio"> | |
| 656 <label> | |
| 657 <input type="radio" name="mouselock" value="ask"> | |
| 658 <span> | |
| 659 <span i18n-content="mouselockAsk"></span> | |
| 660 <span class="controlled-setting-indicator" | |
| 661 content-setting="mouselock" value="ask"></span> | |
| 662 </span> | |
| 663 </label> | |
| 664 </div> | |
| 665 <div class="radio"> | |
| 666 <label> | |
| 667 <input type="radio" name="mouselock" value="block"> | |
| 668 <span> | |
| 669 <span i18n-content="mouselockBlock"></span> | |
| 670 <span class="controlled-setting-indicator" | |
| 671 content-setting="mouselock" value="block"></span> | |
| 672 </span> | |
| 673 </label> | |
| 674 </div> | |
| 675 </div> | |
| 676 <div> | 648 <div> |
| 677 <div class="settings-row"> | 649 <div class="settings-row"> |
| 678 <button class="exceptions-list-button" contentType="mouselock" | 650 <button class="exceptions-list-button" contentType="mouselock" |
| 679 i18n-content="manageExceptions"></button> | 651 i18n-content="manageExceptions"></button> |
| 680 </div> | 652 </div> |
| 681 </div> | 653 </div> |
| 682 </section> | 654 </section> |
| 683 </div> | 655 </div> |
| 684 <div class="action-area"> | 656 <div class="action-area"> |
| 685 <div class="button-strip"> | 657 <div class="button-strip"> |
| 686 <button id="content-settings-overlay-confirm" class="default-button" | 658 <button id="content-settings-overlay-confirm" class="default-button" |
| 687 i18n-content="done"> | 659 i18n-content="done"> |
| 688 </button> | 660 </button> |
| 689 </div> | 661 </div> |
| 690 </div> | 662 </div> |
| 691 </div> | 663 </div> |
| OLD | NEW |