Commit Graph

198313 Commits

Author SHA1 Message Date
tdyas@zecador.org
a5addcf599 Bug 412486 - widget/event-detection support for multi-touch trackpad gestures, r=smaug,josh, sr=roc 2008-10-23 23:15:20 +03:00
Olli Pettay
cf6e89a3de Bug 450920, fix a warning in XHR, r+sr=sicking 2008-10-23 20:16:45 +03:00
Justin Dolske
35bd869678 Temporarily disable test to see if it's causing other tests to fail on OS X. 2008-10-23 09:51:35 -07:00
Zack Weinberg
2f71703a84 Bug 228856 - [FIX] \0 in CSS is ignored; r+sr=dbaron 2008-10-23 18:29:24 +02:00
Philippe M. Chiasson
8b2abc3fe7 Bug 454449 - client.mk doesn't gracefully fail if it can't locate autoconf; v3; r=ted.mielczarek 2008-10-23 18:24:52 +02:00
Mike Hommey
17d7433c04 Bug 460599 - Allow external web feed application to work without gnome libraries; r=(gavin.sharp + myk) 2008-10-23 18:19:03 +02:00
Manish Singh
dea22d19df Bug 461247 - Typo in eBay search plugin description; r=gavin.sharp 2008-10-23 18:11:28 +02:00
Olli Pettay
5a044d8595 backout Bug 455871 2008-10-23 18:51:15 +03:00
Ben Hearsum
3b200a1bb1 'make installer' for XULRunner should only print a warning, not return a failing exit code. r=ted, patch=me 2008-10-23 08:30:45 -04:00
Chris Double
d055dd56a1 Backout of Bug 461281 2008-10-23 23:58:26 +13:00
Chris Double
9a46e9ec25 Backed out changeset 8493c800cc20 2008-10-23 23:57:58 +13:00
Chris Double
2582b5333c Backout of Bug 461281 2008-10-23 23:57:26 +13:00
Chris Double
f977a57cea Backed out changeset f291cb19c48b 2008-10-23 23:57:02 +13:00
Robert Longson
df8647721a Bug 461131 - Remove unused mFilterRect variable from nsSVGFilterProperty. r+sr=roc 2008-10-23 10:04:34 +01:00
Chris Pearce
27cd8cf42d Bug 461287 - nsHttpStreamStrategy::Seek() incorrectly increments read cursor - r=chris.double sr=roc 2008-10-23 21:14:28 +13:00
Chris Double
3c08d466f3 Bug 461281 - Add .ogg file for tests - r+sr=roc 2008-10-23 21:08:49 +13:00
Chris Double
537d9b92af Bug 461281 - CPU usage goes to 100% after playing some Ogg files - r+sr=roc 2008-10-23 21:07:36 +13:00
Chris Double
bce5783046 Bug 460871 - fire timeupdate event when playback position changes - r+sr=roc 2008-10-23 21:02:18 +13:00
Justin Dolske
c10dcfac56 Bug 449522 - Context menu for HTML5 <video> elements. r=gavin, ui-r=boriss 2008-10-22 23:36:52 -07:00
Honza Bambas
64ef4b137f fix: drag & drop not working at all after some-time of browser usage. b=455871 r=josh sr=bz 2008-10-23 01:36:37 -04:00
Boris Zbarsky
be429767e8 Add parens to make the operation order here clearer. No bug 2008-10-22 22:41:37 -04:00
Kai Engert
175ed63a52 Bug 460829, Temporary SSL server exceptions must not use permanent cert import
r=rrelyea
2008-10-23 04:16:06 +02:00
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