Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Issue 13853008: Set the attach file checkbox to checked when launched from an extension. (Closed)

Created:
7 years, 8 months ago by rkc
Modified:
7 years, 8 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

Set the attach file checkbox to checked when launched from an extension. If we're launched from an extension with the filepath given, set the checkbox to checked. This CL also fixes a bug which was preventing attach file from an extension from working. R=dbeam@chromium.org BUG=169982 TEST=Attach a file from the QO extension and confirm that everything works. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194678

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M chrome/browser/resources/feedback.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/resources/feedback.js View 1 1 chunk +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
rkc
7 years, 8 months ago (2013-04-16 21:47:19 UTC) #1
Dan Beam
https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.html#newcode57 chrome/browser/resources/feedback.html:57: <input id="attach-file-custom-checkbox" type="checkbox" checked> I don't see where this ...
7 years, 8 months ago (2013-04-16 22:01:12 UTC) #2
rkc
https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.html File chrome/browser/resources/feedback.html (right): https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.html#newcode57 chrome/browser/resources/feedback.html:57: <input id="attach-file-custom-checkbox" type="checkbox" checked> On 2013/04/16 22:01:12, Dan Beam ...
7 years, 8 months ago (2013-04-16 22:07:34 UTC) #3
Dan Beam
https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js File chrome/browser/resources/feedback.js (right): https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js#newcode309 chrome/browser/resources/feedback.js:309: if (queryPos !== -1) { On 2013/04/16 22:07:34, Rahul ...
7 years, 8 months ago (2013-04-16 23:20:18 UTC) #4
rkc
https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js File chrome/browser/resources/feedback.js (right): https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js#newcode309 chrome/browser/resources/feedback.js:309: if (queryPos !== -1) { On 2013/04/16 23:20:18, Dan ...
7 years, 8 months ago (2013-04-16 23:22:58 UTC) #5
Dan Beam
On 2013/04/16 23:22:58, Rahul Chaturvedi wrote: > https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js > File chrome/browser/resources/feedback.js (right): > > https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js#newcode309 ...
7 years, 8 months ago (2013-04-16 23:28:12 UTC) #6
Dan Beam
this would pick up both, also can you write a test for this? https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js File ...
7 years, 8 months ago (2013-04-16 23:34:04 UTC) #7
rkc
https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js File chrome/browser/resources/feedback.js (left): https://codereview.chromium.org/13853008/diff/1/chrome/browser/resources/feedback.js#oldcode308 chrome/browser/resources/feedback.js:308: var query = window.location.search.substr(1).split('&'); On 2013/04/16 23:34:05, Dan Beam ...
7 years, 8 months ago (2013-04-17 00:38:07 UTC) #8
rkc
I have an open item to add tests for the feedback page, I'll make sure ...
7 years, 8 months ago (2013-04-17 00:39:43 UTC) #9
Dan Beam
lgtm
7 years, 8 months ago (2013-04-17 00:53:13 UTC) #10
Dan Beam
On 2013/04/17 00:39:43, Rahul Chaturvedi wrote: > I have an open item to add tests ...
7 years, 8 months ago (2013-04-17 00:53:27 UTC) #11
rkc
On 2013/04/17 00:53:27, Dan Beam wrote: > On 2013/04/17 00:39:43, Rahul Chaturvedi wrote: > > ...
7 years, 8 months ago (2013-04-17 01:30:39 UTC) #12
rkc
7 years, 8 months ago (2013-04-17 21:18:52 UTC) #13
Message was sent while issue was closed.
Committed patchset #2 manually as r194678 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698