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

Side by Side Diff: new-options.html

Issue 29373665: issue 4264 - centralize action handling (Closed)
Patch Set: Moved key handling into onKeyUp Created May 16, 2017, 10:32 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | new-options.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-2017 eyeo GmbH 4 - Copyright (C) 2006-2017 eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 </div> 266 </div>
267 <span class="date"></span> 267 <span class="date"></span>
268 <span class="time"></span> 268 <span class="time"></span>
269 <span class="message"></span> 269 <span class="message"></span>
270 </template> 270 </template>
271 <li class="static"> 271 <li class="static">
272 <button id="own-list" role="checkbox" class="control" aria-c hecked="true" disabled="true"></button> 272 <button id="own-list" role="checkbox" class="control" aria-c hecked="true" disabled="true"></button>
273 <div> 273 <div>
274 <label for="own-list" class="i18n_options_filterList_own_l ist"></label> 274 <label for="own-list" class="i18n_options_filterList_own_l ist"></label>
275 </div> 275 </div>
276 <span data-action="switch-tab,edit-custom-filters" data-tab= "advanced-customFilters"> 276 <span>
277 <a class="i18n_options_filterList_edit_own_list"></a> 277 <a class="i18n_options_filterList_edit_own_list"
278 href="#advanced-customFilters"></a>
278 </span> 279 </span>
279 </li> 280 </li>
280 </ul> 281 </ul>
281 <div class="controls"> 282 <div class="controls">
282 <button data-action="open-dialog" data-dialog="custom"> 283 <button data-action="open-dialog" data-dialog="custom">
283 <span class="icon icon-add"></span> 284 <span class="icon icon-add"></span>
284 <span class="i18n_options_filterList_add"></span> 285 <span class="i18n_options_filterList_add"></span>
285 </button> 286 </button>
286 <button data-action="update-all-subscriptions"> 287 <button data-action="update-all-subscriptions">
287 <span class="icon icon-update"></span> 288 <span class="icon icon-update"></span>
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 <div class="url"></div> 418 <div class="url"></div>
418 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button> 419 <button class="i18n_options_dialog_predefined_confirm default-focus" data-action="add-predefined-subscription"></button>
419 </div> 420 </div>
420 </div> 421 </div>
421 </div> 422 </div>
422 <!-- Placeholder element to determine when to wrap focus around --> 423 <!-- Placeholder element to determine when to wrap focus around -->
423 <span class="focus-last" tabindex="0"></span> 424 <span class="focus-last" tabindex="0"></span>
424 </div> 425 </div>
425 </body> 426 </body>
426 </html> 427 </html>
OLDNEW
« no previous file with comments | « no previous file | new-options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld