Closed
Bug 516681
Opened 16 years ago
Closed 16 years ago
Lightning disables SeaMonkey's throbber
Categories
(Calendar :: Lightning: SeaMonkey Integration, defect)
Calendar
Lightning: SeaMonkey Integration
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: neil, Assigned: neil)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.19 KB,
patch
|
mschroeder
:
review+
|
Details | Diff | Splinter Review |
Bug #323952 made Calendar frob the disabled attribute on its throbber, or on whichever app Lightning was installed into. I don't see why this is necessary; Calendar's throbber looks as if it doesn't need to be disabled; Thunderbird's throbber should stay disabled, while SeaMonkey's wants to stay enabled.
Assignee | ||
Comment 1•16 years ago
|
||
Assignee: nobody → neil
Attachment #400741 -
Flags: review?(philipp)
Assignee | ||
Comment 2•16 years ago
|
||
Comment on attachment 400741 [details] [diff] [review]
Proposed patch
Trying alternative reviewer.
Attachment #400741 -
Flags: review?(philipp) → review?(mschroeder)
Comment 3•16 years ago
|
||
Comment on attachment 400741 [details] [diff] [review]
Proposed patch
r=mschroeder, but shouldn't the second argument be a string ("true", "false") instead of boolean?
Attachment #400741 -
Flags: review?(mschroeder) → review+
Assignee | ||
Comment 4•16 years ago
|
||
(In reply to comment #3)
> (From update of attachment 400741 [details] [diff] [review])
> r=mschroeder, but shouldn't the second argument be a string ("true", "false")
> instead of boolean?
1. Hey, I'm removing the lines here, so it's not my fault!
2. XPConnect will convert the argument into a string. (The XPConnect conversion is fairly obvious; it's the same as String(x) unless x is null.)
Comment 5•16 years ago
|
||
(In reply to comment #4)
> 1. Hey, I'm removing the lines here, so it's not my fault!
Sorry, Neil! It just jumped out at me... didn't think about that you just remove lines.
> 2. XPConnect will convert the argument into a string. (The XPConnect conversion
> is fairly obvious; it's the same as String(x) unless x is null.)
Didn't know of the internals of the conversion, just looked at the idl for elements. :)
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•16 years ago
|
||
Pushed changeset fa851e18cf8e to comm-central.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Target Milestone: --- → 1.0
Comment 7•14 years ago
|
||
These bugs are likely targeted at Lightning 1.0b1, not Lightning 1.0. If this change was done in error, please adjust the target milestone to its correct value. To filter on this bugspam, you can use "lightning-10-target-move".
Target Milestone: 1.0 → 1.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•