Jeff Muizelaar
c580870440
Bug 528322. qcms: Avoid unneeded precision during table creation. r=joe
...
Switch from pow() to powf() because it's faster and we don't need the
additional precision. Also avoid unnecessary conversion to and from doubles by
using float constants instead of doubles.
2009-11-13 10:14:13 -05:00
Doug Turner
10bfb36c19
Bug 528429 - MOZ_COMPOSITED_PLUGINS should be disabled when building for Qt. r=vlad
2009-11-13 07:10:53 -08:00
Bob Clary
d7b793496b
Bug 528384 - Intermittent failure in js1_8_1/trace/regress-451673.js
2009-11-13 05:26:33 -08:00
Bob Clary
b8c58f85f2
Bug 528284 - js1_5/extensions/regress-371636.js - random failure for debug windows.
2009-11-13 05:26:33 -08:00
Bob Clary
6d03040295
Bug 524734 - js1_8_1/trace/regress-451974-01.js, regress-451974-02.js fix random failure.
2009-11-13 05:26:33 -08:00
Josh Aas
3ab63b8679
Backed out changeset 88b83c564d3c
2009-11-13 07:22:28 -05:00
Josh Aas
22c9f32138
Get rid of FSRef usage in XRE_GetBinaryPath. Also resolve cached paths when initializing from CFURL sources. b=506812 r=vlad
2009-11-13 05:24:41 -05:00
Josh Aas
a0ace6469c
Stop loading plugins with the name pattern "npjava*.dll" on Windows - these are old Java DLLs that won't work in Gecko 1.9.2+. b=527543 r=jst
2009-11-13 04:37:25 -05:00
Dão Gottwald
35e6cf6bba
Fix another case where browser_526613.js would close the window
2009-11-13 09:43:55 +01:00
Dão Gottwald
3ea205f164
browser_526613.js debug spew
2009-11-13 08:39:42 +01:00
Ehsan Akhgari
61844cc1bc
Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too). Mask audio controls too. r=dolske
2009-11-12 22:08:17 -08:00
MattN
cfcf9d2ed9
Bug 525700 - Satchel should consider history_expire_days_min in expiry calculation. r=dolske
2009-11-12 22:08:05 -08:00
Karl Tomlinson
053fd27ae6
b=528386 handle side-effect sibling destruction when destroying child windows r=roc
2009-11-13 17:20:23 +13:00
L. David Baron
fa4ab3f5c9
Add support for interpolation of integer-valued properties (i.e., z-index) to nsStyleAnimation. (Bug 524808) r=dholbert
2009-11-12 17:40:05 -08:00
L. David Baron
1d88962905
Make DEBUG_TRACEMALLOC_PRESARENA compile again by spelling PRUint32 correctly.
2009-11-12 17:40:05 -08:00
KUROSAWA, Takeshi
89792a90a2
Remove support for -moz-alias, -moz-context-menu, -moz-copy and -moz-spinning values of the 'cursor' property, no longer needed because of the standard alias, context-menu, copy, and progress cursors. (Bug 487942) r=dbaron
2009-11-12 17:40:05 -08:00
Joe Drew
5d1c64723e
Bug 523528 - Crashes in imgFrame::Draw(). Handle failure to composite frames gracefully, instead of just asserting that it's impossible to get into a situation where we draw paletted frames. r=jrmuizel,vlad,ak
2009-11-12 18:18:40 -05:00
Joe Drew
beb04f57e4
Bug 497665 and Bug 514605 - Tests.
2009-11-12 18:00:31 -05:00
Joe Drew
0df5dc508b
Bug 514605 - Possible for concurrent reloads of images to return old/different results. r=vlad,jrmuizel
...
Only set the load ID when we're sure that the entry we're using is valid/going
to be valid. If we're validating an image over the network, we must only set
its load ID after we've validated it.
2009-11-12 18:00:30 -05:00
Joe Drew
6afa9de3ee
Bug 497665 - Images are downloaded multiple times if defined multiple times on force-reload. r=jrmuizel,vlad
...
Don't unconditionally remove from the cache if we're force-reloading. Instead,
refuse to validate images when we're force-reloading, unless we've already
validated them for this context.
2009-11-12 18:00:30 -05:00
Josh Aas
1283ffe2ab
Fix navigator.platform for 64-bit Mac OS X builds. b=489586 r=dbaron
2009-11-12 17:54:06 -05:00
Boris Zbarsky
2fe601a83b
Bug 528208. Measure interval delays from start of callback to start of callback, not from end of callback to start of callback. r=peterv
2009-11-12 16:50:38 -05:00
Dão Gottwald
1e41151583
Prevent browser_526613.js from still closing the main browser window
2009-11-12 21:18:45 +01:00
Boris Zbarsky
8ccfbdb222
Bug 528259. Fixing broken test that was checked in as part of bug 493615.
2009-11-12 15:03:47 -05:00
Boris Zbarsky
e484cdb623
Bug 526178 followup. Remove now-unused AutoEnqueueBinding.
2009-11-12 14:27:33 -05:00
Ehsan Akhgari
b7c2b6fc4c
Bug 513560 - mochitest-browser-chrome: intermittent "browser_passwordmgrdlg.js | Timed out"; r=dolske
2009-11-12 13:10:04 -05:00
Oleg Romashin
205898cc86
Bug 528184 - Invalid read, missing null check in nsNSSIOLayer.cpp. r=kaie
2009-11-12 19:45:37 +02:00
Dão Gottwald
19d525d586
Prevent browser_526613.js from closing the main browser window
...
--HG--
extra : rebase_source : 0378fa9b9ff451e84068fcf1f8881cf356f003d7
2009-11-12 18:25:50 +01:00
Daniel Holbert
816900d7a4
Bug 509828 followup: Reorder nsXULWindow constructor's initializer list, to fix build warning. r=bz
2009-11-12 09:23:31 -08:00
Doug Turner
e101237ab1
Bug 493615 - Allow Addons the use of the DOM Geolocation API. part 2. fix mochitest failures. r=dholbert
...
--HG--
extra : rebase_source : ae3ed9aab598073a7e41d44766ffde0d588b7b16
2009-11-12 09:17:21 -08:00
Armen Zambrano Gasparnian
058d761017
Bug 524519 - use UPLOAD_EXTRA_FILES to upload the deb files (no need for new update targets) - r=mark.finkle,l10n
2009-11-12 11:03:28 -05:00
Doug Turner
ee81488ac1
Bug 493615 - Allow Addons to use the DOM Geolocation API. r=smaug
...
--HG--
extra : rebase_source : a48f85c5940252a87bfef879663b2d50daed5686
2009-11-12 07:14:45 -08:00
Dão Gottwald
8487d011da
Bug 527074 - random failures in sessionstore/test/browser/browser_526613.js
2009-11-12 14:16:00 +01:00
Dão Gottwald
5d3f22668e
Follow-up for bug 525710 and bug 525299: get rid of dummy param for getItemsWithAnnotation
2009-11-12 12:11:31 +01:00
Dão Gottwald
4135a8c087
Bug 483382 - browser_480148.js causes browser_420786.js to fail
2009-11-12 11:23:26 +01:00
Dão Gottwald
a992b39569
Bug 527347 - nsIScriptableUnicodeConverter::convertToByteArray aLen out param should be optional. r=smontagu
2009-11-12 11:07:00 +01:00
Peter Weilbacher
26b593d4a9
[OS/2] Bug 526630 - package MozSounds.cmd, r=wuno@lsvw
2009-11-06 08:15:09 +01:00
Tanner M. Young
cfb2a7e254
Bug 526721 - "View Image Info" displays the wrong size if the document's first image has the same url, same alt but different scale. r=dao
2009-11-12 08:59:56 +01:00
David Bolter
f7c34810ca
followup attempt to resolve new intermittent timeout on windows in test_name_nsRootAcc.xul (Bug 525175). r=surkov
2009-11-11 23:20:29 -05:00
Jim Mathies
049de5bc9f
Bug 499816 - Minimizing Firefox does not release window focus. r=blassey.
2009-11-11 19:11:57 -06:00
Boris Zbarsky
f96c9de6d2
Bug 528002. InvalidateCanvasIfNeeded can do a lot less work. r=roc
2009-11-11 18:28:16 -05:00
Boris Zbarsky
776a8e4c40
Bug 259636. Don't do sync reflow when setting .value on text inputs. r=roc, sr=dbaron
2009-11-11 18:28:16 -05:00
Jonathan Griffin
c8a76668b1
Bug 524489. Add the --setpref option to runreftest.py. r=ted
2009-11-11 14:50:35 -08:00
Daniel Holbert
2246a10aa0
Bug 526875: Make nsSMILCSSValueType::Add accept just-initialized added values (which represent zero). r=roc
2009-11-11 13:41:43 -08:00
Steven Michaud
f9e33c4456
Bug 527800 - NPCocoaEvent structures sometimes not initialized in nsChildView.mm. r=josh
2009-11-11 14:56:43 -06:00
Honza Bambas
933777fdf2
Bug 514232, r=bzbarsky
2009-11-11 21:39:34 +01:00
Honza Bambas
6d8152bec7
Bug 510234 - localStorage.clear() doesn't actually delete its properties, r+sr=jst
2009-11-11 21:39:34 +01:00
David Bolter
e2a03c1688
Bug 525175 - Intermittent timeout in test_name_nsRootAcc.xul followed by thousands of nsIAccessibleEvent is not defined errors. r=MarcoZ,surkov
2009-11-11 15:16:16 -05:00
Benjamin Smedberg
16be1a9a1a
Bug 525106 - Make WebGL compile with UNCODE defined or not-defined by using explicit W annotations on the relevant functions/structs, r=vlad
...
--HG--
extra : rebase_source : 4a1092dc67cc0f9a2c93cf2564ac5fd1e49a8bc8
2009-11-11 14:25:42 -05:00
Ehsan Akhgari
c44d50e575
Bug 501754 - mochitest-plain: test_videocontrols_video_direction.html fails intermittently (possibly test_videocontrols_audio_direction.html too); r=dolske
2009-11-11 11:42:38 -05:00