Граф коммитов

233316 Коммитов

Автор SHA1 Сообщение Дата
Chris Pearce 204f71bab6 Bug 604067 - Test invalid video in iframe gets error state correctly. a=test 2010-10-17 08:58:20 +13:00
Chris Pearce dc057abcbe Bug 604067 - Ensure media loads-from-channels propagate their errors so the controls work correctly. r=roc a=blocking2.0 2010-10-17 08:57:50 +13:00
Chris Pearce 4af0668cb5 Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0 2010-10-17 08:57:45 +13:00
Matthew Gregan 0809a7e7e0 Bug 603912 - Use RAII wrappers to manage nestegg_packet ownership. r=chris.double a=blocking2.0 2010-10-14 14:50:20 +13:00
Chris Pearce 85ce9b334b Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Chris Pearce 5bb116ba37 Bug 603226 - Remove nsBuiltinDecoderStateMachine::mBufferExhausted because its unreliable. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Matt Brubeck 41848a898c Bug 582640 - Use the Menu key as the accelerator on Android. r=mwu, a=blassey 2010-10-16 05:15:54 -07:00
Ms2ger 74d4087e92 Bug 567350 - Make getComputedStyle's second argument optional; r=bzbarsky a=jst 2010-10-16 13:54:47 +02:00
Patrick McManus dedc7a9acb Bug 593386 - HTTP Pipeline Blacklist annotations. r=jduell
Add EFAServer, Nestscape Enterprise 4/5/6, and Weblogic <=6 to
server pipeline blacklist, joining iis/4, iis/5, and nses/3.

The previous code did 3 strcasestr()s on every http transaction to check
the old blacklist - it did that even if pipelining was configured off.

The new code creates indexes to the lookups according to the first
char and changes the comparison to straight strncmp()s which are
totally fine for finding these signatures... Servers that begin with A
don't need any string operations now, and even servers that begin with
M have gone from 3 strcasestr()s to 2 strcncmp()s which is definitely
better.
2010-09-03 21:35:49 -04:00
Marco Bonardo af85f779c6 Bug 570905 - intermittent timeout in test_adaptive.js: skip vacuum and use batches. r=dietrich a=test-only 2010-10-16 11:06:37 +02:00
Marco Bonardo 8cb19660cc Bug 458026 (part 2) - Do not allow creation of empty-named tags. r=mano sr=rs a=blocking 2010-10-16 11:06:35 +02:00
Marco Bonardo 6dde196d7a Bug 458026 (part 1) - Use modules in taggingService. r=mano a=blocking 2010-10-16 11:06:29 +02:00
Blake Kaplan 9e2d2e07d6 Bug 604368 - Successfully get principals off of sandboxes too. r=peterv a=blocking beta7 2010-10-14 16:57:27 -07:00
Josh Aas 30020c8b7a Bug 599467: Re-enable "browser_bug435788.js" on Mac OS X. a=test 2010-10-15 12:07:40 -04:00
Boris Zbarsky 5dcb55acb1 Bug 601247. Don't JSVAL_TO_PRIVATE a random jsval. r=jst, a=jst 2010-10-15 17:55:53 -04:00
Kyle Huey bf411032a9 Fix the bustage for real by AC_SUBSTing the variable. r=me a=me 2010-10-15 21:47:47 -04:00
Kyle Huey 9aef0b2f2d Backing out bustage fixes 2010-10-15 21:44:30 -04:00
Kyle Huey 19540f8b68 Backed out changeset 2402ccc1d428 2010-10-15 21:44:10 -04:00
Kyle Huey a459865efa Backed out changeset 565bb05fb42b 2010-10-15 21:43:43 -04:00
Justin Lebar 0cb2de11b9 Bug 592923 - Bustage fix for the bustage fix, r=khuey, a=orange 2010-10-15 17:51:02 -07:00
Kyle Huey 59025aa85a Bug 604263: Fix parallel builds in NSPR on debug windows. r=wtc a=a-patch-that-missed-the-tagging/bustage
--HG--
extra : rebase_source : f5460f2b9789fc752078de98a43829963099ff2c
2010-10-15 20:42:39 -04:00
Justin Lebar 10cb528b98 Bug 592923 - Bustage fix, r=khuey, a=orange 2010-10-15 17:34:27 -07:00
John Ford ff984b6de9 Bug 578393 - Create a file with checksums for all builds that we upload, r=ted a=gavin
--HG--
extra : rebase_source : 06c2e575486bebbc383e7d5bf72c979f84883797
2010-10-15 16:09:53 -07:00
Brad Lassey 42ffc4d580 Bug 602819 - Make cpu detection code more accurate, r=mwu a=blocking-fennec
--HG--
extra : rebase_source : 031bcdccae02190f76fba2c6834af3585667216d
2010-10-15 16:06:31 -07:00
Michael Wu 0caf205dc8 Bug 598036 - update nspr to NSPR_HEAD_20101015 a=beltzner
--HG--
extra : rebase_source : 8077ea197a3caf8eb608505b1a7cce9b792922fa
2010-10-15 11:38:02 -07:00
Michael Wu 2c88a3ece0 Bug 588607 - 4a. Wrap the dl* functions with our own version, r=ted a=blocking-fennec
--HG--
extra : rebase_source : e10df4b4a99b04156b660fbc443b3061ec88c38f
2010-10-15 11:28:32 -07:00
Michael Wu 2c1df5131b Bug 588607 - 3. Add support for the custom library loader to plugin-container, r=cjones a=blocking-fennec
--HG--
extra : rebase_source : 9e0fbf12f79495964febafaa3f0065805139db03
2010-10-15 11:28:07 -07:00
Michael Wu 371a63f8ac Bug 588607 - 2. Make the Java wrapper use the new library loader, r=blassey a=blocking-fennec
--HG--
extra : rebase_source : cac7fe8d05190148cee3f2e1463649c47925f48c
2010-10-15 11:28:03 -07:00
Michael Wu 59aad4a57f Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec
--HG--
extra : rebase_source : 539f8fea7689fd85cbeb727dcfb09d0b56a3499b
2010-10-15 11:27:57 -07:00
Michael Wu e645e54620 Bug 588607 - 0. Add bionic linker files, r=lvilla a=blocking-fennec
--HG--
extra : rebase_source : 8ea4efe4309b8fac52ba62cd22a2c69039061755
2010-10-15 11:27:48 -07:00
Justin Lebar a9e04e63b3 Bug 592923 - Add --enable-profiling configure option r=ted, a2.0=bz 2010-09-10 11:57:12 -07:00
Justin Lebar aa38ca6673 Backing out changesets bb01920c2708 and a4a69aef3cba due to orange. 2010-10-15 16:24:08 -07:00
Boris Zbarsky b6eb66e197 Bug 602780. Fix handling of hosts in NS_SecurityCompareURIs. r=jst, a=blocker,jst 2010-10-15 17:55:53 -04:00
Boris Zbarsky 85fcbc7a6d Bug 601247. Don't JSVAL_TO_PRIVATE a random jsval. r=jst 2010-10-15 17:55:53 -04:00
Chris Jones 7b1f7cd7d1 Bug 604432: Disable Yarr JIT on i9000s. r=cdleary a=blocking-fennec 2010-10-15 16:51:47 -05:00
Benoit Jacob e70bc278e9 Bug 594393 - Better, less confusing, messages when drawing with not-yet-uploaded textures - r=vladimir, a=joe 2010-10-15 17:50:15 -04:00
Benoit Jacob 61db812395 Bug 598838 - Fix WebGL messages (were printing uninitialized values) - r=vladimir 2010-10-15 17:50:15 -04:00
Benoit Jacob bb4842b85a Bug 598825 - Turn WebGL messages into JS warnings, prefix with WebGL - r=vladimir 2010-10-15 17:50:15 -04:00
Benoit Jacob dc3bd20d0e Bug 594352 - Optimize texture conversion when no conversion needed - r=vladimir 2010-10-15 17:50:15 -04:00
Benoit Jacob e702a0ee1c Bug 594195 - Optimizations in texel conversion functions - r=vladimir 2010-10-15 17:50:15 -04:00
Benoit Jacob 7ec3bc6cbb Bug 593496 - Fix WebGL textures: conversions, flipping, premultiplication, unpack alignment - r=vladimir 2010-10-15 17:50:15 -04:00
Chris Jones abe23b685e Bug 601599: Link directly to jemalloc_stats on android. r=blassey a=blocking-fennec 2010-10-15 16:12:54 -05:00
Sean Dunn 01288c7189 Bug 598691 - "Tab matches from secondary window are not switching on click" [r=dolske a=blocking]
--HG--
extra : rebase_source : 18f64cfe22bd1b76314167059137426b90607062
2010-09-29 22:34:00 -07:00
Sean Dunn 18d8071c4e Bug 597498 - "Stacked groups should have a close tab close button on the top tab" [r=dolske ui-r=aza f=ian a=blocking]
--HG--
extra : rebase_source : 4735dbd9270bca0f4441f334e9f7797e20a32d15
2010-10-04 10:41:00 -07:00
Jesse Ruderman f1f6c23417 Bug 603510 - add crashtest. a=NPOTB 2010-10-15 13:44:38 -07:00
Jesse Ruderman 5dbb3c61b5 Bug 603490 - add crashtest 2010-10-15 13:44:38 -07:00
Jesse Ruderman f9a843e418 Bug 419563 - add crashtest 2010-10-15 13:44:38 -07:00
Dave Townsend 52fab8fa7f Backed out changeset 58994b6ef83b from bug 587088 due to test failures. a=bustage 2010-10-15 13:09:57 -07:00
Ben Turner 61bb398b49 Bug 602733, r=vlad, a=sicking. 2010-10-15 12:32:51 -07:00
Olli Pettay fac2b683f8 Bug 601130 - Faster attribute serialization for innerHTML, r=laurent, a=jst
--HG--
extra : rebase_source : d58f35bf9260e8a910a3dedc64fc0f5b9adc3372
2010-10-15 21:03:44 +03:00