Closed
Bug 918354
Opened 12 years ago
Closed 12 years ago
[OS.File] Remove outer try/catch in osfile_async_worker.js
Categories
(Toolkit Graveyard :: OS.File, defect)
Toolkit Graveyard
OS.File
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla27
People
(Reporter: Yoric, Assigned: errietta)
Details
(Whiteboard: [mentor=Yoric][lang=js])
Attachments
(2 files, 2 obsolete files)
1.10 KB,
patch
|
Details | Diff | Splinter Review | |
26.74 KB,
patch
|
errietta
:
review+
|
Details | Diff | Splinter Review |
Now that worker errors are displayed, we should get rid of the outer try/catch in osfile_async_worker.js.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #808522 -
Flags: review?(dteller)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 808522 [details] [diff] [review]
Proposed patch
Review of attachment 808522 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, but I'll wait until I have a version of this patch that ignores whitespace before finishing the review.
Also, you'll need to add ";r=yoric" at the end of your commit message.
::: toolkit/components/osfile/modules/osfile_async_worker.js
@@ +18,2 @@
>
> + /**
Nit: Could you keep the alignment of /** and the following * as it was before your patch?
@@ +94,2 @@
>
> + /**
Nit: Same thing her and in other uses of /**
Attachment #808522 -
Flags: review?(dteller) → feedback+
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #808534 -
Flags: review?(dteller)
Assignee | ||
Comment 4•12 years ago
|
||
Attachment #808535 -
Flags: review?(dteller)
Reporter | ||
Comment 5•12 years ago
|
||
Comment on attachment 808535 [details] [diff] [review]
whitespace-insensitive patch (do not land)
Review of attachment 808535 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, thanks.
Attachment #808535 -
Flags: review?(dteller)
Assignee | ||
Updated•12 years ago
|
Attachment #808522 -
Attachment is obsolete: true
Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 808534 [details] [diff] [review]
Proposed patch
Review of attachment 808534 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good. I forgot to ask you to add the bug# in the commit message. So, something like "Bug 918354 - Remove outer try/catch in osfile_async_worker.js; r=yoric"
Attachment #808534 -
Flags: review?(dteller) → review+
Reporter | ||
Updated•12 years ago
|
Assignee: nobody → errietta
Reporter | ||
Updated•12 years ago
|
Attachment #808535 -
Attachment description: whitespace-insensitive patch → whitespace-insensitive patch (do not land)
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #808534 -
Attachment is obsolete: true
Attachment #808564 -
Flags: review+
Reporter | ||
Comment 8•12 years ago
|
||
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 9•12 years ago
|
||
Keywords: checkin-needed
Whiteboard: [mentor=Yoric][lang=js] → [mentor=Yoric][lang=js][fixed-in-fx-team]
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [mentor=Yoric][lang=js][fixed-in-fx-team] → [mentor=Yoric][lang=js]
Target Milestone: --- → mozilla27
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•