Closed Bug 717184 Opened 13 years ago Closed 13 years ago

Netvibes stopped working in nightlies

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla12
Tracking Status
firefox12 - ---

People

(Reporter: pascalc, Assigned: bhackett1024)

References

Details

(Keywords: regression, Whiteboard: [mozfr])

Attachments

(1 file)

The Netvibe portal is no longer loading the content of your personal page in the latest nightlies (you need to sign up to their service to see it), instead of displaying your Netvibes home page, you get a "please wait a moment..." message.

using the mozregression tool, the regression happened yesterday, here is the result of the tool:

Last good nightly: 2012-01-09
First bad nightly: 2012-01-10

Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=9a230265bad5&tochange=c713003d3226

The error console throws 2 errors in the Nightly:
[09:39:37,062] a.$family is undefined @ http://cdn.netvibes.com/js/c/Netvibes.js?v=1359:1
[09:39:37,252] App.Start is not a function @ http://www.netvibes.com/privatepage/1#General:382

I do not see these errors when I use Firefox 9.0.1

(This problem was reported in the French Mozilla Community forums geckozone.org)
Product: Firefox → Core
QA Contact: general → general
Version: unspecified → Trunk
Whiteboard: [mozfr]
Regression window(m-i)
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/b6c60a28454d
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120107 Firefox/12.0a1 ID:20120109062923
Fails:
http://hg.mozilla.org/integration/mozilla-inbound/rev/7ab4f1ebc7cc
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0a1) Gecko/20120109 Firefox/12.0a1 ID:20120109063028
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=b6c60a28454d&tochange=7ab4f1ebc7cc

Triggered by:
7ab4f1ebc7cc	Brian Hackett — Backout 54cd89b0f1fa (bug 712714 backout). Talos will probably report fake regressions for this patch, do not back out for this reason.
Assignee: nobody → general
Blocks: 712714
Component: General → JavaScript Engine
QA Contact: general → general
It seems to work properly if I set javascript.options.methodjit.content to false.
Like Alice0775 White said above (#c2) setting javascript.options.methodjit.content to false allow NetVibes to work again on my machine (Mozilla/5.0 (X11; Linux x86_64; rv:12.0a1) Gecko/20120111 Firefox/12.0a1)
I believe this is also affecting jdfiddle.net and probably other sites

Similar js errors in the console:

[21:23:30,068] obj.$family is undefined @ http://jsfiddle.net/js/lib/mootools-1.2.5-core-json-fixed.js:261
[21:23:30,318] this.element.hide is not a function @ http://jsfiddle.net/js/EditorCM.js:48

setting javascript.options.methodjit.content to false is also a working solution for this site.
Attached patch patchSplinter Review
When generating code for property accesses that can invoke a getter hook on the object, there was a stupid test for the 'length' property to ensure that the necessary sync code was executed if the input is a string.  This special case broke with bug 712714, as now PICs can be generated for any property on strings in either the normal or call context.
Assignee: general → bhackett1024
Attachment #587880 - Flags: review?(dvander)
Blocks: 717319
Attachment #587880 - Flags: review?(dvander) → review+
https://hg.mozilla.org/mozilla-central/rev/ebb34e232577
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
Both Netvibes and jsfiddle work in today's nightly, thanks
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: