Commit Graph

55819 Commits

Author SHA1 Message Date
Takeshi KUROSAWA
c6fb9a1749 Bug 599798 - Make rotate attribute of SVG text live. r=longsonr a=roc 2010-10-17 17:27:49 +01:00
Robert Longson
4212366871 Bug 468035 - turn off optional ligatures when drawing textPaths or positioned glyphs r+a=roc 2010-10-17 17:27:48 +01:00
Olli Pettay
3e07d86b58 Bug 599982 - Optimize nsHTMLContentSerializer::AppendAndTranslateEntities, r=sicking, a=sicking 2010-10-17 17:15:54 +03:00
Matthew Gregan
f35bfec886 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
222ab567f3 Bug 604067 - Test invalid video in iframe gets error state correctly. a=test 2010-10-17 08:58:20 +13:00
Chris Pearce
b88356b823 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
7070c1834b Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0 2010-10-17 08:57:45 +13:00
Chris Pearce
a94e3056fc Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Chris Pearce
aeee50f925 Bug 603226 - Remove nsBuiltinDecoderStateMachine::mBufferExhausted because its unreliable. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Steven Michaud
98b7c6698e Bug 604901 - Patch for bug 582466 breaks Quit in Cocoa embedders. r=josh, a2.0+=josh 2010-10-16 17:22:21 -05:00
Chris Pearce
e652977865 Bug 603226 - commit merge. a=backout 2010-10-17 10:05:52 +13:00
Chris Pearce
8c36e03781 Bug 603226 - Backed out changeset f63595eb0733 a=backout 2010-10-17 10:05:21 +13:00
Chris Pearce
06f56eaf1d Commit merge. a=backout 2010-10-17 10:04:16 +13:00
Chris Pearce
d705680125 Bug 602072 - Backed out changeset 5a67103cdf2b a=backout 2010-10-17 10:03:58 +13:00
Chris Pearce
3536c532fd Merge backout a=backout 2010-10-17 10:03:17 +13:00
Chris Pearce
2a059431ea Bug 603912 - Backed out changeset ee16bb4a5c95 a=backout 2010-10-17 10:03:00 +13:00
Chris Pearce
1889357804 Commit merge a=backout 2010-10-17 10:01:34 +13:00
Chris Pearce
f4f711f431 Bug 604067 - Backed out changeset 3a1bc45d5a54 2010-10-17 10:01:08 +13:00
Chris Pearce
a167ec7a98 Bug 604067 - Commit merge a=backout 2010-10-17 10:00:08 +13:00
Chris Pearce
65a0ef7191 Bug 604067 Backed out changeset 3a1bc45d5a54 a=backout 2010-10-17 09:59:29 +13:00
Chris Pearce
a9efd7c0e3 Bug 604067 - Commit merge. a=backout 2010-10-17 09:58:51 +13:00
Chris Pearce
5ac754a733 Bug 604067 - Backed out changeset 110992838484 a=backout 2010-10-17 09:58:21 +13:00
Chris Pearce
d1d8aa4ddd Bug 604067 - Backout. a=backout 2010-10-17 09:57:39 +13:00
Chris Pearce
3a1eff8e14 Bug 604067 - Backed out changeset 75ac238f8796 a=backout 2010-10-17 09:57:18 +13:00
Chris Pearce
9083c9ee3f Bug 572579 - Commit backout a=backout 2010-10-17 09:56:04 +13:00
Chris Pearce
71200c3075 Bug 572579 - Backed out changeset 34c006122b71 a=backout 2010-10-17 09:55:35 +13:00
Chris Pearce
47fe31fade Bug 604067 - Test invalid video in iframe gets error state correctly. a=test 2010-10-17 08:58:20 +13:00
Chris Pearce
d5088dd4c8 Bug 572579 - Remove stray media cache files after 30s idle time on Windows. r=bsmedberg a=blocking2.0 2010-10-17 08:58:20 +13:00
Chris Pearce
e2af936a69 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
6fe46aca53 Bug 604067 - Handle error codes from libvorbis in WebM reader. r=kinetik a=blocking2.0 2010-10-17 08:57:45 +13:00
Chris Pearce
4804314db4 Bug 603226 - Remove nsBuiltinDecoderStateMachine::mBufferExhausted because its unreliable. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Chris Pearce
044deec0f1 Bug 602072 - Ensure media play() overrides preload='none'. r=roc a=blocking2.0 2010-10-17 07:41:53 +13:00
Matt Brubeck
9dd232f695 Bug 582640 - Use the Menu key as the accelerator on Android. r=mwu, a=blassey 2010-10-16 05:15:54 -07:00
Ms2ger
b1bed27299 Bug 567350 - Make getComputedStyle's second argument optional; r=bzbarsky a=jst 2010-10-16 13:54:47 +02:00
Peter Van der Beken
07c28eecfd Fix for bug 604362 (Don't rewrap XPCWrappedNatives that don't have classinfo). r=mrbkap, a=blocking 2010-10-16 01:43:53 -07:00
Blake Kaplan
e9195234cc Bug 604368 - Protect against the this translator returning a this object from another domain. r=peterv, a=blocking 2010-10-14 16:57:56 -07:00
Matthew Gregan
dbe8ff3cd4 Bug 603912 - Use RAII wrappers to manage nestegg_packet ownership. r=chris.double a=blocking2.0 2010-10-14 14:50:20 +13:00
Patrick McManus
baa6ce418a 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
ca855c3491 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
f4b0ea5b4a 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
c420bfa983 Bug 458026 (part 1) - Use modules in taggingService. r=mano a=blocking 2010-10-16 11:06:29 +02:00
Blake Kaplan
bb5536279e Bug 604368 - Successfully get principals off of sandboxes too. r=peterv a=blocking beta7 2010-10-14 16:57:27 -07:00
Josh Aas
abe0d2213b Bug 599467: Re-enable "browser_bug435788.js" on Mac OS X. a=test 2010-10-15 12:07:40 -04:00
Boris Zbarsky
f0aed9ddea Bug 601247. Don't JSVAL_TO_PRIVATE a random jsval. r=jst, a=jst 2010-10-15 17:55:53 -04:00
Kyle Huey
35bfd62553 Fix the bustage for real by AC_SUBSTing the variable. r=me a=me 2010-10-15 21:47:47 -04:00
Kyle Huey
dda45d5aae Backing out bustage fixes 2010-10-15 21:44:30 -04:00
Kyle Huey
3e15440cf9 Backed out changeset 2402ccc1d428 2010-10-15 21:44:10 -04:00
Kyle Huey
4c3ba9e419 Backed out changeset 565bb05fb42b 2010-10-15 21:43:43 -04:00
Justin Lebar
bacee576a7 Bug 592923 - Bustage fix for the bustage fix, r=khuey, a=orange 2010-10-15 17:51:02 -07:00
Kyle Huey
16e099bc53 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