Closed
Bug 658541
Opened 14 years ago
Closed 13 years ago
Generalize some more hard coded Tinderbox URLs
Categories
(Tree Management Graveyard :: TBPL, defect)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mstange, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
4.51 KB,
patch
|
Swatinem
:
review+
|
Details | Diff | Splinter Review |
Strictly speaking the AddCommentUI._submitURL removal belongs in bug 601743,
but meh
Attachment #533982 -
Flags: review?(arpad.borsos)
Comment 1•14 years ago
|
||
Comment on attachment 533982 [details] [diff] [review]
patch
Review of attachment 533982 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/AddCommentUI.js
@@ -12,3 @@
>
> init: function AddCommentUI_init(submitURL) {
> - this._submitURL = submitURL;
That var is still used: http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/8c1153a543a5/js/AddCommentUI.js#l329
I don’t see it replaced in this patch!
Attachment #533982 -
Flags: review?(arpad.borsos) → review-
Comment 2•14 years ago
|
||
Comment on attachment 533982 [details] [diff] [review]
patch
Review of attachment 533982 [details] [diff] [review]:
-----------------------------------------------------------------
Oh sorry I wasn’t paying too much attention on your comment. Of course, on top of that patch, it is unused, right!
Attachment #533982 -
Flags: review- → review+
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 533982 [details] [diff] [review]
patch
Review of attachment 533982 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/AddCommentUI.js
@@ +98,5 @@
> bugsSubmitData[suggestion.id] = {
> header: suggestion.signature,
> log: suggestion.log,
> email: email.replace("@", "%"),
> + logLink: machineResult.briefLogURL
Note to self: do something to make sure that this is an absolute URL
Reporter | ||
Comment 4•14 years ago
|
||
This adds absoluteBaseURL and absoluteBriefLogURL.
Attachment #533982 -
Attachment is obsolete: true
Attachment #536564 -
Flags: review?(arpad.borsos)
Comment 5•14 years ago
|
||
Comment on attachment 536564 [details] [diff] [review]
v2
Review of attachment 536564 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #536564 -
Flags: review?(arpad.borsos) → review+
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Product: Webtools → Tree Management
Assignee | ||
Updated•10 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•