Closed Bug 534662 Opened 15 years ago Closed 15 years ago

Fix trace aborts

Categories

(Firefox for Android Graveyard :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: pavlov, Unassigned)

Details

Attachments

(1 file)

Attached patch fixSplinter Review
      No description provided.
Attachment #417503 - Attachment is patch: true
Attachment #417503 - Attachment mime type: application/octet-stream → text/plain
Attachment #417503 - Flags: review?(mark.finkle)
Comment on attachment 417503 [details] [diff] [review]
fix

>diff --git a/chrome/content/browser.js b/chrome/content/browser.js

>-      oprivate.setAbsoluteScreenPosition(Browser.contentScrollbox, dest, clip);
>+      try {
>+        oprivate.setAbsoluteScreenPosition(Browser.contentScrollbox, dest, clip);
>+      } catch(e) {}; 

What's this about?
Attachment #417503 - Flags: review?(mark.finkle) → review+
the setAbsoluteScreenPosition code throws on the desktop because we don't implement the api there (hildon only)
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: