Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: options.html

Issue 29536764: Issue 5587, 5748 - Use mobile options page on Firefox for Android (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Left Patch Set: Rebase on next Created Sept. 26, 2017, 10:04 p.m.
Right Patch Set: Remove workaround for FOUC issue and update adblockplusui dependency Created Oct. 5, 2017, 1:24 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « metadata.gecko-webext ('k') | options.js » ('j') | options.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-present eyeo GmbH 5 - Copyright (C) 2006-present eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 14 matching lines...) Expand all
25 { 25 {
26 margin: 0; 26 margin: 0;
27 border: none; 27 border: none;
28 padding: 0; 28 padding: 0;
29 } 29 }
30 30
31 #content 31 #content
32 { 32 {
33 border: none; 33 border: none;
34 position: fixed; 34 position: fixed;
35 top: 0;
36 right: 0;
37 bottom: 0;
38 left: 0;
39 width: 100%; 35 width: 100%;
40 height: 100%; 36 height: 100%;
41 } 37 }
42 </style> 38 </style>
43 <script src="options.js" defer></script> 39 <script src="options.js" defer></script>
44 </head> 40 </head>
45 <body> 41 <body>
46 <iframe id="content" data-src="desktop-options.html" data-src-fennec="mobile -options.html"></iframe> 42 <iframe id="content" data-src="desktop-options.html" data-src-fennec="mobile -options.html"></iframe>
47 </body> 43 </body>
48 </html> 44 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld