Commit Graph

198291 Commits

Author SHA1 Message Date
Boris Zbarsky
c684aeb137 Moving closing paren to make it clearer what the logic really is and removing redundant comment. No behavior change. 2008-10-22 22:11:40 -04:00
Boris Zbarsky
d3fc632669 Bug 455311. Better handling of a successful redirect. r+sr=biesi pending 2008-10-22 21:43:15 -04:00
Jesse Ruderman
d78446486a Fix assertion message that was missing a space 2008-10-22 17:55:04 -07:00
Kai Engert
77debeca59 Bug 461082, Deliver NSS 3.12.2 and NSPR 4.7.2 to Mozilla
r=wtc
2008-10-23 02:38:29 +02:00
Jim Blandy
ca2234d47a Bug 461192: Rename fd_copysign to js_copysign. r=jorendorff
Since we're no longer using fdlibm, it doesn't make sense to use
fd_copysign as the name of SpiderMonkey's appropriately chosen version
of copysign.  js_copysign seems more appropriate.
2008-10-22 14:52:14 -07:00
Jim Blandy
4b51f4264e Bug 461192: Drop fd_ prefix from math functions. r=jorendorff
The Mozilla tree used to optionally use its own math library, fdlibm.
For each standard math function FOO, fdlibm defined its own version
named fd_FOO.  The SpiderMonkey sources called the fd_FOO functions
directly.  In configurations where fdlibm was not used, jslibmath.h
#defined fd_FOO to expand to FOO, resulting in references to the
standard math library's functions.

Now that fdlibm is not used, even optionally, those fd_ prefixes are
unnecessary.  However, some code is still needed to choose the right
copysign function, so jslibmath.h still has a reason to exist.
2008-10-22 14:52:14 -07:00
Jim Blandy
8120c230e1 Bug 461192: Remove references to JS_USE_FDLIBM_MATH from js/src/jsmath.cpp. r=jorendorff
The Mozilla tree no longer uses fdlibm, so these adaptor macros are no
longer necessary.
2008-10-22 14:52:14 -07:00
Boris Zbarsky
d08592f586 Removing stray trailing ';' 2008-10-22 17:17:49 -04:00
Blake Kaplan
9dd8c996ad Bug 459906 - Avoid weird XPConnect wrapping behavior in setTimeout. r=zeniko 2008-10-22 13:29:14 -07:00
Blake Kaplan
874dd4b7e1 Bug 453310 - Reparameterize GetNewOrUsed and move some work around. r+sr=brendan 2008-10-22 13:19:08 -07:00
Blake Kaplan
d897bc426d Bug 396851 - Check to see if we're UniversalXPConnect-enabled to allow privileged web pages to unwrap XOWs. r+sr=bzbarsky 2008-10-22 13:15:22 -07:00
Dão Gottwald
be5f218a48 Bug 396816 - Location bar should be self-describing: "Search Bookmarks and History". ui-r=beltzner, r=dietrich 2008-10-22 21:25:24 +02:00
Boris Zbarsky
fc70586314 Fixing test to actually pass on Mac 2008-10-22 13:45:07 -04:00
Boris Zbarsky
0b952f2279 Pass the right thing to InternalLoad here. It happened to work before, but let's not depend on that. No bug, r+sr=biesi 2008-10-22 13:32:25 -04:00
Dão Gottwald
a2bca640d3 Bug 460934 - tooltip-label class should be globally available. r=neil 2008-10-22 19:15:25 +02:00
Markus Stange
ce5dbf53bc Bug 460349, r+sr=roc 2008-10-22 18:39:08 +02:00
Neil Rashbrook
7316c49063 Bug 456374 disabled attribute doesn't update native submenu r=josh sr=roc 2008-10-22 17:07:45 +01:00
Boris Zbarsky
160e4afb66 Fixing indent 2008-10-22 11:44:51 -04:00
Boris Zbarsky
44e9fa1c3e Bug 455311. Better handling of Cancel and IsPending() on nsBaseChannel redirects, plus unit tests. r+sr=biesi 2008-10-22 11:42:32 -04:00
Peter Van der Beken
579fe3ede9 Fix for bug 460512 (Avoid AddRef/Release in scriptable helper methods for NodeList). r/sr=bz. 2008-10-22 16:31:14 +02:00
Siraj Razick
1594241853 Bug 424847. Clamp mousewheel text zoom to min/max percentages at zoom time. r+sr=bzbarsky. 2008-10-22 10:15:14 -04:00
Peter Van der Beken
27ac6908df Fix for bug 459828 (Remove nsIDOMCustomEvent.idl). r=smaug, sr=sicking. 2008-10-22 15:35:34 +02:00
Peter Van der Beken
0b7ace8c5b Fix for bug 459830 (Remove unused quickstubs). r=jorendorff. 2008-10-22 15:08:56 +02:00
Peter Van der Beken
0916157d5c Fix for bug 460940 (Dependency problem when removing an interface from dom_quickstubs.qsconf). r=ted. 2008-10-22 15:07:20 +02:00
Bob Clary
d997302a48 bug 461044 - Sisyphus - add fennec support 2008-10-22 04:50:22 -07:00
Chris Double
6db5ea1cb1 Bug 461135 - Update libsydneyaudio to fix PulseAudio playback issues 2008-10-23 00:43:11 +13:00
Robert Longson
c85eecf822 Bug 458493 - Crash calling nsSVGEffects::RemoveRenderingObserver. r+sr=roc 2008-10-22 10:09:03 +01:00
Joshua Cranmer
2658347568 Bug 460979 - nsIdleServiceGTK.cpp crashes if no X display. r/sr=roc 2008-10-21 23:35:30 -04:00
Jesse Ruderman
fb85a3d7a8 Add crashtest for bug 225868. The setTimeout seems to be necessary to get the second onload to fire. 2008-10-21 20:50:14 -07:00
Kai Engert
e602080bc5 Bug 450429, Enable COMODO ECC Certificate Authority for EV in PSM
r=nelson
2008-10-22 04:29:51 +02:00
Brad Lassey
f320a4dafd Bug 459674: widget printing wide char fixes r=stuart sr=roc 2008-10-21 20:54:26 -04:00
Robert Strong
a18d511cfa Bug 324121 - (EM Patch) Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning. r=dtownsend 2008-10-21 17:48:52 -07:00
Alexander L. Slovesnik
f685c46392 Bug 335266 - If update of Thunderbird was paused, incorrect message is shown; r=robert.bugzilla 2008-10-22 01:37:51 +02:00
Serge Gautherie
6caca2735a Bug 456275 - In (Brief/Full) log of (test) builds, remind leak threshold on known leak too; Av2a; r=ted.mielczarek 2008-10-22 01:16:39 +02:00
Steven Michaud
5a509ba36a Typing focus lost when using any Midas buttons. b=314160 r=josh sr=vlad 2008-10-21 17:15:08 -05:00
Laurent Jouanneau
06b332df13 Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky 2008-10-21 16:41:28 -04:00
Laurent Jouanneau
47057f685a Bug 424359. Fix OutputBodyOnly to not output a stray </html> and fix newline stuff for doctypes, comments, and the entire XML serializer. Now with even better passing tests. Third time is the charm! r=smaug, sr=bzbarsky 2008-10-21 16:30:09 -04:00
Boris Zbarsky
7745ce05a1 Bug 460803. Start layout more like the content sinks do. r+sr=sicking 2008-10-21 16:17:11 -04:00
Boris Zbarsky
72f113259b Remove bogus assertion and comment 2008-10-21 16:09:54 -04:00
Johnathan Nightingale
2da76c54d7 Don't try to load favicon.ico for error pages. b=453442 r=gavin 2008-10-21 16:02:26 -04:00
Dão Gottwald
d35759ef2e Bug 461013 - get rid of |aTab.localName != "tab"| checks in removeAllTabsBut, removeTab and reloadTab. r=gavin 2008-10-21 21:57:26 +02:00
Uri Bernstein
7bf006f845 Now really removing the test. 2008-10-21 20:36:35 +02:00
Uri Bernstein
25096ed723 Now really backing out the offending mochitest, and also the patch I accidently checked in instead. 2008-10-21 20:29:39 +02:00
Dão Gottwald
d17be3c2de Bug 456002 - Dragging and dropping a tab from a window with 1 tab is broken. r=gavin 2008-10-21 20:05:51 +02:00
Uri Bernstein
fb36a3b2b4 Back out mochitest for bug 459921 since it causing problems with other test. 2008-10-21 19:14:50 +02:00
Josh Aas
12a5c0771a Default plugin should communicate type via plist instead of PkgInfo. b=460836 r=smichaud sr=roc 2008-10-21 12:12:13 -04:00
Honza Bambas
bcb7db113d Bug 459699 - stop running certutil at build time, make developers run it when adding new SSL domains to server-locations.txt; r=ted.mielczarek 2008-10-21 17:50:38 +02:00
Josh Aas
de3f9404be Back out 168117, outdated reviews and patch. 2008-10-21 10:56:35 -04:00
Uri Bernstein
19fa8a0957 Hack to work around bug 426195. 2008-10-21 15:54:10 +02:00
Uri Bernstein
ab041d887c Fix typo in Makefile. 2008-10-21 12:07:07 +02:00