Closed
Bug 573443
Opened 15 years ago
Closed 15 years ago
Remove Util.Timeout in Util.js
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
Attachments
(1 file)
8.78 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
This code just add a new level of abstraction and make seems harder to understand.
Attachment #452675 -
Flags: review?(mark.finkle)
Attachment #452675 -
Flags: feedback?(webapps)
Comment 1•15 years ago
|
||
Comment on attachment 452675 [details] [diff] [review]
Patch
>diff -r d797bb146f1e chrome/content/content.js
> handleEvent: function handleEvent(aEvent) {
> case "MozScrolledAreaChanged": {
>- return;
>+ return;
TAB!
Otherwise looks good.
Updated•15 years ago
|
Attachment #452675 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Attachment #452675 -
Flags: feedback?(webapps)
You need to log in
before you can comment on or make changes to this bug.
Description
•