- May 03, 2011
-
-
Matt Brubeck authored
-
Brad Lassey authored
-
Brad Lassey authored
-
Zane U. Ji authored
-
Mike Hommey authored
-
Mike Hommey authored
-
Mike Hommey authored
-
- May 02, 2011
-
-
Dão Gottwald authored
--HG-- extra : rebase_source : 1010ad246e94e271a0efaaca13356aff5d4b3bc3
-
- May 03, 2011
-
-
L. David Baron authored
Make XPCOM_CC_DRAW_GRAPHS work at shutdown (in addition to working for non-shutdown collections). (Bug 652056, patch 3) r=peterv
-
L. David Baron authored
-
- May 02, 2011
-
-
Chris Leary authored
-
Wes Johnston authored
-
Cameron McCormack authored
Bug 645268 - Random orange fix try for browser_webconsole_bug_595934_message_categories.js; make sure we listen for the right load event. r=msucan
-
Brad Lassey authored
bug 644943 - nsHandlerService should not be used in the content or plugin processes because it requires access to the profile directory r=bz
-
Matt Brubeck authored
-
Matt Brubeck authored
-
Zack Weinberg authored
-
Olli Pettay authored
-
Chris Leary authored
-
Matt Brubeck authored
-
Matt Brubeck authored
-
- Apr 29, 2011
-
-
Igor Bukanov authored
-
Paul Biggar authored
-
Paul Biggar authored
Backed out changeset 334ada87e329 (bug 628332) - those a11y errors arrived at the same time as this landing, so backing this out to see if that fixes it.
-
- Apr 27, 2011
-
-
Christian Holler authored
-
- Apr 28, 2011
-
-
Paul Biggar authored
The global object has special slots for built-in objects' prototypes, constructors and properties. This makes explicit the formula to calculate the slot number for these special slots.
-
Paul Biggar authored
-
Paul Biggar authored
-
- Apr 27, 2011
-
-
Paul Biggar authored
In SM, classes are lazily resolved. If we detect that a class about to be used has not yet been resolved, then we resolve it. However, the way that we decided that they were resolved was broken. If the global object had a String property, then it had been resolved. So what happened when we deleted the String property? Well, it got resolved again. Instead of using the String property of the global object, we now use the contructor slot on the global object. This works fine for String, but some classes don't have a constructor, like Math and JSON. For those classes, we set the constructor slot to True. In either case, we can now tell that a class is resolved if the constructor slot in not Undefined.
-
- Apr 21, 2011
-
-
Matthew Draper authored
-
- Apr 20, 2011
-
-
Igor Bukanov authored
-
- Apr 28, 2011
-
-
Chris Jones authored
-
Chris Jones authored
-
Chris Jones authored
-
- Apr 20, 2011
-
-
Jeff Walden authored
--HG-- extra : rebase_source : 7cdfe72d0932b51408b9ec5dc38219605e1925ce
-
- Apr 14, 2011
-
-
Marco Zehe authored
-
- Apr 28, 2011
-
-
Mark Finkle authored
Bug 651947 - Build error on Windows in winEmbed.cpp:171 - missing type specifier - int assumed [r=bsmedberg]
-
- May 02, 2011
-
-
Mark Finkle authored
-
Boris Zbarsky authored
-
Niklas Bölter authored
Bug 502644. Correctly append UTF8 data to an nsAString when linkifying things in view-source; don't use AppendWithConversion. r=mrbkap
-