Jonathan Kew
34e3947015
bug 449292 - part 7 - implement gfxHarfBuzzShaper and provide pref to use this or platform back-end. r=jdaggett sr=roc
2009-10-07 18:16:52 +01:00
Benedict Hsieh
6a3aead4b2
Bug 570980 - intermittent failure in test_fullpage.html | An error occurred - frameLoaded is not definedfixes race in plugin mochitest. r=bz
2010-06-11 12:02:44 -07:00
Frédéric Wang
2b6eda2abb
Bug 569195 - Add support for STIX Fonts 1.0. r=karlt
...
--HG--
rename : layout/mathml/mathfontSTIXSize1.properties => layout/mathml/mathfontSTIXSizeOneSym.properties
extra : rebase_source : 81a64bf6f150e759937ea6869a8786d08ebae686
2010-06-11 10:15:43 +12:00
Justin Wood
09fbdaea1c
Backout Bug 570002 (changeset 218c8700878c) due to test failure.
2010-06-10 18:22:27 -04:00
Neil Rashbrook
0c91af99b0
Bug 570002 Allow moz-icon://file:/// URIs again r=joedrew,josh
2010-06-10 21:44:38 +01:00
Benjamin Smedberg
89038557e0
Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz
2010-06-10 12:42:16 -04:00
Josh Aas
d2da161f93
Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst
2010-06-09 20:56:17 -04:00
Mats Palmgren
9424435536
Null-check frame (which is needed when bounds width/height is zero) and clamp negative values to zero. b=570884 r=josh
2010-06-09 21:07:41 +02:00
Josh Aas
337e9b5e22
Merge of backout for 8e2ff18bc67e, bug 554524
2010-06-09 01:26:01 -04:00
Josh Aas
852e012340
Backed out changeset 8e2ff18bc67e
2010-06-09 01:25:11 -04:00
Benoit Girard
6c5f81357a
Implement InvalidatingCoreAnimation Drawing Model. b=559211 r=josh
2010-06-09 00:11:48 -04:00
Josh Aas
61e82c3cc8
Improve nsNPAPIPluginInstance's stream management. r=jst
2010-06-08 23:28:40 -04:00
Dan Witte
c51e316854
Bug 564048 - Nix security checks in nsPrefBranch. r=sicking, sr=jst
2010-06-08 16:43:54 -07:00
Dan Witte
bf05e42227
Bug 570630 - Change default to allow third party session cookies. r=sdwilsh
2010-06-08 16:43:54 -07:00
Chris Double
00d19451fb
Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc
2010-06-09 11:31:27 +12:00
Michael Wu
dcbc8ae480
Bug 566686 - Provide a decompression API in nsZipArchive, patch mostly by taras, r=alfredkayser
2010-06-04 14:10:23 -07:00
Jeff Muizelaar
04c15bc70c
Bug 548612. qcms: Reduce size of output lookup tables. r=bgirard
...
We currently use a larger output lookup table than we probably need. Switch to
a common define for the table size and lower it. The should also give a small
improvement to startup time because we have fewer lookup table entries to
compute.
2010-06-04 14:48:30 -04:00
Glenn Randers-Pehrson
e205fdc73b
Bug 551438 - "Require system libpng to be at version 1.4.1 or later" [r=joedrew]
...
--HG--
extra : rebase_source : bd1b6257e157ac5109d3dda738a0b1bc4fd8211e
2010-03-12 09:15:00 -05:00
Zeev Tarantov
4072d687ed
Bug 482120 - "makefile for bundled libpng has a decoder file with the encoder files" [r=joedrew]
...
--HG--
extra : rebase_source : 28e12d0ff4630df57226723260a78c5545aaf7c6
2009-03-15 06:55:00 -04:00
Mounir Lamouri
6835e6c38d
Bug 452451 - "enable relimit by default and find out if it breaks the web" [r=jwalden,jst]
...
--HG--
extra : rebase_source : e583073d8015cc0f6b7d4336494f0e1ed01083e2
2010-05-20 17:19:00 -04:00
Philip Prindeville
5f5392453d
Bug 529921 browser part. Implement core support for RFC-2597/2598/3168 Quality-of-Service (DSCP) marking. r=biesi
2010-06-02 22:25:01 -04:00
Michael Wu
3d86ea7a94
Backout bug 566686 due to orange
2010-06-02 17:05:49 -07:00
Michael Wu
0eb184ebfa
fix ExtractFile bustage from bug 566686 7b3a040d638d
...
--HG--
extra : rebase_source : b02e4359f0004510ef68fb37bea950286dbbb924
2010-06-02 16:14:30 -07:00
Jim Mathies
ccb0a89d91
merge backout.
2010-06-02 17:18:04 -05:00
Jim Mathies
2b57386151
Bug 518915 - revert comment changes, 'clipRect' is not valid on all platforms. No bug.
2010-06-02 17:16:11 -05:00
Michael Wu
a976854b9a
Bug 552121 - Have the pref service look inside the omnijar [4/7], r=bsmedberg
...
--HG--
extra : rebase_source : 8acca285a224e7a790dfa8a9c3d10e859fd9e0d3
2010-06-02 14:49:33 -07:00
Michael Wu
75a1d26197
Bug 566686 - Provide a decompression API in nsZipArchive, patch mostly by taras, r=alfredkayser
...
--HG--
extra : rebase_source : 0e45fb4b4a78fbd4337ef7f95ee338b58f50e29f
2010-06-02 14:46:48 -07:00
John Daggett
0f97276cd9
Bug 504698. Disable forcing on Cleartype for system fonts for now. r=jkew
2010-05-28 21:28:07 +09:00
Dan Witte
fd6db02a8f
Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
...
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
2010-05-27 14:38:43 -07:00
John Daggett
e3884f253a
Bug 504698. Enable Cleartype content rendering by default on Win XP. r=jkew
2010-05-27 14:05:30 +09:00
Johnny Stenback
9cdbd39150
Followup fix for bug 565124. Don't write to bits other than the first bit in a 1-bit sized member. r=dholbert@mozilla.com, r=joe@drew.ca
2010-05-25 15:27:29 -07:00
timeless@mozdev.org
a21bf76d8b
Bug 563200 fix deprecated conversion and comparison between signed and unsigned in testplugin/nptest.cpp. r=jst
...
--HG--
extra : rebase_source : 79958d664a02ad215198770a0c979b21ba3fca24
2010-05-23 15:32:42 -07:00
Bas Schouten
7b21bd0558
Bug 546515: Part 2: Use D3D9 layers backend as the preferred hardware backend for Windows. r=roc
2010-05-24 17:28:54 +02:00
Vladimir Vukicevic
a896548e0e
b=563701; add memory reporters for imglib, canvas, and some gfx surfaces; r=joe
2010-05-21 21:10:14 -07:00
Michael Wu
be55204793
Bug 552121 - Add omnijar API [2/7], r=bsmedberg
2010-05-21 10:58:32 -07:00
Oleg Romashin
ac7d9da0e9
Bug 566845 - Make desktop flash plugin works on Fennec QT. r=dougt.
2010-05-21 13:19:57 -04:00
Doug Turner
e6e41a1d89
bug 545334 - increase default necko buffer size from 4k to 32k. r/sr=jst
...
--HG--
extra : rebase_source : 7e617d33fd6c11f2dcefefd67996c535fac52475
2010-05-20 14:46:39 -07:00
Brandon Sterne
94471e070d
Bug 515460 - enforce CSP during image redirects, r=joe
2010-05-20 13:08:02 -07:00
Justin Wood
b2f6b99dbb
Backout Bug 452451 Due to test failures.
2010-05-20 01:01:59 -04:00
Mounir Lamouri
ac24ebce4f
Bug 452451 - "enable relimit by default and find out if it breaks the web" [r=jwalden,jst]
2010-05-19 22:28:09 -04:00
Alex Pakhotin
0d69b54b8b
Bug 545316 - Make 7zip library return archive information. r=blassey
...
--HG--
extra : rebase_source : be0104c75a12a55826d62fb198ba0fd1e88896f7
2010-05-19 16:37:11 -04:00
Ehsan Akhgari
cb3b3e8e7b
Bug 560647 - add startup timeline instrumentation; r=vlad
2010-05-19 19:22:19 -04:00
Ms2ger@gmail.com
d1af9263c1
Bug 474058 - Drop support for window.directories. r=jst
...
--HG--
extra : rebase_source : f0ee7974097fcc9db75b2928dae9b58cc3d8859b
2010-05-19 19:53:08 +02:00
Mounir Lamouri
59a4349f0f
Bug 546995 - Implement autofocus attribute. r=sicking, sr=smaug
...
--HG--
extra : rebase_source : b0f233cae75aa9182d6587b6d66d4cbebea1126c
2010-05-19 19:52:17 +02:00
Daniel Holbert
51d671b7e0
typo fix in a comment: s/Thebex/Thebes/ (no bug, rs=#gfx)
2010-05-19 10:38:03 -07:00
Vladimir Vukicevic
330abf52ff
Bug 564323 - Don't use PR_MALLOC in nsJAR.cpp, r=taras
2010-05-18 17:13:05 -07:00
Ben Turner
b1f60c4da8
Bug 560974 - 'Firefox 3.6.4 Crash [@ mozilla::plugins::PluginScriptableObjectParent::GetPropertyHelper]'. r=jst.
2010-05-17 15:18:48 -07:00
Josh Aas
adf28b76cd
Disable plugin mochitest "test_crashing2.html" due to intermittent orange. b=566049 CLOSED TREE
2010-05-17 15:21:46 -04:00
Walter Meinl
47ed5517b6
[OS/2] Bug 565847 - follow-up for icondecoder changes, r=joshmoz
2010-05-15 15:52:44 +03:00
Josh Aas
0ef54ae027
Remove default plugins. b=533891 r=dolske sr=jst
2010-05-14 13:08:12 -04:00