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

Delta Between Two Patch Sets: chrome/content/ui/sendReport.xul

Issue 5205543194984448: Issue 344 - Make the comment page of the issue reporter more compact to leave more space for the re… (Closed)
Left Patch Set: Created April 17, 2014, 7:42 a.m.
Right Patch Set: Added min-height Created July 20, 2015, 12:01 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 | « no previous file | chrome/skin/sendReport.css » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- 3 <!--
4 - This file is part of Adblock Plus <http://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-2014 Eyeo GmbH 5 - Copyright (C) 2006-2015 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 -
11 - Adblock Plus is distributed in the hope that it will be useful, 11 - Adblock Plus is distributed in the hope that it will be useful,
12 - but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - but WITHOUT ANY WARRANTY; without even the implied warranty of
13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 - GNU General Public License for more details. 14 - GNU General Public License for more details.
15 - 15 -
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </hbox> 206 </hbox>
207 <vbox id="screenshotBox" flex="1"> 207 <vbox id="screenshotBox" flex="1">
208 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource .stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);" onmousemove="screenshotDataSource.updateSelection(event);"/> 208 <canvas xmlns="http://www.w3.org/1999/xhtml" id="screenshotCanvas" onmousedo wn="screenshotDataSource.startSelection(event);" onmouseup="screenshotDataSource .stopSelection(event);" onmouseout="screenshotDataSource.stopSelection(event);" onmousemove="screenshotDataSource.updateSelection(event);"/>
209 </vbox> 209 </vbox>
210 </wizardpage> 210 </wizardpage>
211 211
212 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he ading;" onpageshow="initCommentPage();"> 212 <wizardpage id="commentPage" pageid="comment" next="send" label="&commentPage.he ading;" onpageshow="initCommentPage();">
213 <description>&emailComment.label;</description> 213 <description>&emailComment.label;</description>
214 <hbox class="topLabel" align="baseline"> 214 <hbox class="topLabel" align="baseline">
215 <label id="emailLabel" control="email" value="&email.label;"/> 215 <label id="emailLabel" control="email" value="&email.label;"/>
216 <textbox id="email" persist="value" flex="1" maxlength="200" oninput="update Email();"/> 216 <textbox id="email" type="email" persist="value" flex="1" maxlength="200" on input="updateEmail();"/>
217 </hbox> 217 </hbox>
218 <hbox align="center"> 218 <hbox align="center">
219 <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="update Email();"/> 219 <checkbox id="anonymousCheckbox" label="&anonymous.label;" oncommand="update Email();"/>
220 <spacer flex="1"/> 220 <spacer flex="1"/>
221 <description id="anonymityWarning" visible="false">&anonymity.warning;</desc ription> 221 <description id="anonymityWarning" visible="false">&anonymity.warning;</desc ription>
222 </hbox> 222 </hbox>
223 223
224 <description class="topLabel">&commentPage.description;</description> 224 <description class="topLabel">&commentPage.description;</description>
225 <label class="topLabel" control="comment" value="&comment.label;"/> 225 <label class="topLabel" control="comment" value="&comment.label;"/>
226 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/> 226 <textbox id="comment" multiline="true" flex="1" oninput="updateComment();"/>
(...skipping 26 matching lines...) Expand all
253 253
254 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink Click(event);" 254 <iframe id="result" type="content" flex="1" hidden="true" onclick="processLink Click(event);"
255 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send Page.knownIssue;"/> 255 confirmationMessage="&sendPage.confirmation;" knownIssueMessage="&send Page.knownIssue;"/>
256 256
257 <hbox id="copyLinkBox" pack="end" hidden="true"> 257 <hbox id="copyLinkBox" pack="end" hidden="true">
258 <button id="copyLink" disabled="true" label="&copyLink.label;" oncommand="co pyLink(this.getAttribute('url'));"/> 258 <button id="copyLink" disabled="true" label="&copyLink.label;" oncommand="co pyLink(this.getAttribute('url'));"/>
259 </hbox> 259 </hbox>
260 </wizardpage> 260 </wizardpage>
261 261
262 </wizard> 262 </wizard>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld