Closed
Bug 1094089
Opened 11 years ago
Closed 11 years ago
[Telephony] Marionette Test: Refactoring the promise usage in head.js
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: aknow, Assigned: aknow)
Details
Attachments
(3 files, 4 obsolete files)
16.91 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
44.12 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
2.91 KB,
patch
|
aknow
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Try to make it clear.
Ongoing, still need to work on conference part.
Attachment #8517296 -
Flags: feedback?(htsai)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8517296 -
Attachment is obsolete: true
Attachment #8517296 -
Flags: feedback?(htsai)
Attachment #8518821 -
Flags: review?(htsai)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8518822 -
Flags: review?(htsai)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8518823 -
Flags: review?(htsai)
Updated•11 years ago
|
Attachment #8518821 -
Flags: review?(htsai) → review+
Comment 5•11 years ago
|
||
Comment on attachment 8518822 [details] [diff] [review]
Part 2: Refactoring the promise usage in head.js
Review of attachment 8518822 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me, thank you!
::: dom/telephony/test/marionette/head.js
@@ +124,5 @@
> + * @param aTarget
> + * A event target.
> + * @param aEventName
> + * A string event name.
> + * @param aPreficate [optional]
s/aPreficate/aPredicate
@@ +125,5 @@
> + * A event target.
> + * @param aEventName
> + * A string event name.
> + * @param aPreficate [optional]
> + * A preficate function, resolve the promise if aPreficate(event)
ditto.
Attachment #8518822 -
Flags: review?(htsai) → review+
Updated•11 years ago
|
Attachment #8518823 -
Flags: review?(htsai) → review+
Assignee | ||
Comment 6•11 years ago
|
||
> > + * @param aPreficate [optional]
>
> s/aPreficate/aPredicate
>
> > + * A preficate function, resolve the promise if aPreficate(event)
>
> ditto.
Interesting... Did I just type the wrong key for three times?
Comment 7•11 years ago
|
||
(In reply to Szu-Yu Chen [:aknow] from comment #6)
> > > + * @param aPreficate [optional]
> >
> > s/aPreficate/aPredicate
> >
> > > + * A preficate function, resolve the promise if aPreficate(event)
> >
> > ditto.
>
> Interesting... Did I just type the wrong key for three times?
I tried so hard to figure out how that happened when I was doing the review :P
Assignee | ||
Comment 8•11 years ago
|
||
Attachment #8518821 -
Attachment is obsolete: true
Attachment #8521931 -
Flags: review+
Assignee | ||
Comment 9•11 years ago
|
||
Attachment #8518822 -
Attachment is obsolete: true
Attachment #8521932 -
Flags: review+
Assignee | ||
Comment 10•11 years ago
|
||
Attachment #8518823 -
Attachment is obsolete: true
Attachment #8521933 -
Flags: review+
Assignee | ||
Comment 11•11 years ago
|
||
Assignee | ||
Comment 12•11 years ago
|
||
Comment 13•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/40bafa024fa5
https://hg.mozilla.org/mozilla-central/rev/173a19934612
https://hg.mozilla.org/mozilla-central/rev/8a1d3a5b5668
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•