Commit Graph

72873 Commits

Author SHA1 Message Date
Jeff Muizelaar
49346550bd Bug 672646. D2D: Fix trasparent radial gradients. r=roc
The output merger stage was expecting premultiplied alpha
and we were giving non-premultiplied. Fix by premultiplying
in the shader.

Also adds a reftest for this situation.
2011-07-21 18:40:41 -04:00
Wes Johnston
51c63a3844 Bug 670056 - Show dialogs below context menus. r=mfinkle 2011-07-21 14:58:07 -07:00
Boris Zbarsky
1c71a78f9f Bug 670553. Don't try to read more than aCount bytes in nsUnicharStreamLoader::OnDataAvailable. r=zwol 2011-07-21 17:31:36 -04:00
Wes Kocher
433ceb027e Bug 661690. Add preferences for gczeal frequency and whether the gczeal gc should be a per-compartment gc. r=wmccloskey 2011-07-21 17:31:36 -04:00
Hiroyuki Ikezoe
e1ee1f40f0 Bug 672671. Do not call any glib function before XRE_main. r=trev.sauders 2011-07-21 17:31:36 -04:00
Joel Maher
c3a05191bb Bug 666649 - remove enablePrivilege from various places in the harness and chrome tests. r=ted, a=test-only 2011-07-21 16:21:25 -04:00
Joel Maher
17c6b0a950 Bug 666643 - convert snapshotWindow to SpecialPowers. r=ted, a=test-only 2011-07-21 16:21:24 -04:00
Jonathan Kew
37d2e50300 bug 672320 - part 8.2 - reftest for Serbo-Croatian hyphenation. r=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
8edf85751b bug 672320 - part 8.1 - hyphenation patterns for Serbian/Serbo-Croatian. rs=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
900941b4a2 bug 672320 - part 7.2 - reftest for Mongolian hyphenation. r=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
38801faf92 bug 672320 - part 7.1 - hyphenation patterns for Mongolian. rs=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
4cb2ecfab6 bug 672320 - part 6.2 - reftests for German hyphenation. r=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
d814f567ca bug 672320 - part 6.1 - hyphenation patterns for German. rs=smontagu 2011-07-21 20:58:56 +01:00
Jonathan Kew
194e1053a7 bug 672320 - part 4a - add missing hyphenation alias entries. r=smontagu 2011-07-21 20:58:21 +01:00
Josh Matthews
e9b2d04536 Bug 672583 - Avoid calling NS_ARRAY_LENGTH on a pointer. r=josh 2011-07-21 12:52:08 -07:00
Chris Leary
51af6b197d Bug 673052: Fix JS shell option parser argument leak. (r=dvander) 2011-07-21 12:14:20 -07:00
Brad Lassey
3df774710d bug 661282 - make xpcshell run on android r=bsmedberg 2011-06-26 22:05:51 -04:00
Justin Lebar
59d336e3b6 Bug 672578 - Part 2. Stop decoding previously-discarded images when the containing tab loses focus. r=joe 2011-07-21 14:15:17 -04:00
Justin Lebar
ea250e229a Bug 672578 - Part 1. Don't trigger a decode when FrameUpdated is called. r=joe 2011-07-21 14:14:41 -04:00
Taras Glek
1800d8f336 Bug 668378: Telemetry sqlite IO r=asuth 2011-07-21 11:12:31 -07:00
Geoff Brown
7eb96a8a79 Bug 648429: HTTP cache: compress all compressible files - new test for appending to compressed stream; r=michal.novotny 2011-07-21 14:10:48 -04:00
Geoff Brown
023a2dc3ae Bug 648429 - HTTP cache: compress compressible files; r=michal.novotny 2011-07-21 14:04:57 -04:00
Mounir Lamouri
e916abbfa3 Bug 670874 - Tests all attributes in test_textarea_attributes_reflection.html. r=Ms2ger 2011-07-21 09:36:09 -07:00
Mounir Lamouri
79ce112c8b Bug 670873 - Use 'todo' for non-implemented attributes reflection in test_input_attributes_reflection.html. r=Ms2ger 2011-07-19 11:38:12 -07:00
Mounir Lamouri
35aaeb0cf4 Bug 669580 - Add a reflectBool method to reflect.js. r=Ms2ger 2011-07-19 11:36:51 -07:00
Patrick McManus
2b45f66a5b Bug 641937 - Blacklist non-responding IP addresses in DNS r=bz
Blacklist non-responding IP addresses for a hostname so the next time
we access that hostname we don't have to wait for a timeout again
2011-07-21 09:18:01 -04:00
Marco Bonardo
35c957f93a Merge mozilla-central and mozilla-inbound 2011-07-21 14:44:08 +02:00
Mike Hommey
aa5a81da69 Backed out changeset 83098dfb4bce (bug 654049) because of Android talos regression 2011-07-21 14:32:22 +02:00
Marco Bonardo
225034df61 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-21 14:32:10 +02:00
Tim Taubert
e269ae733d merge m-c into fx-team 2011-07-21 12:49:38 +02:00
Makoto Kato
6d00756bed Bug 666200 - fix typo 2011-07-21 19:23:28 +09:00
Makoto Kato
d2c3fc89e8 Bug 666200 - support select.add(element, long before). r=smaug 2011-07-21 19:16:28 +09:00
Mike Hommey
81927e24f3 Backed out changeset e2c917e0bc31 (bug 671804) because of xpcshell orange 2011-07-21 11:14:06 +02:00
Mike Hommey
2c6ed6f9c7 Bug 671804 - Provide NS_APP_PREF_DEFAULTS_50_DIR and NS_APP_PREFS_DEFAULTS_DIR_LIST in xpcshell dir provider. r=bsmedberg 2011-07-21 09:57:07 +02:00
Mike Hommey
f21190848b Bug 671576 - Cleanup temporary files from test_libPrefs.js. r=bsmedberg 2011-07-21 09:57:07 +02:00
Mike Hommey
3e357285d9 Bug 671570 - Cleanup temporary files from test_iniProcessor.js. r=bsmedberg 2011-07-21 09:57:07 +02:00
Mike Hommey
cb537f7367 Bug 671564 - Initialize NS_XPCOM_LIBRARY_FILE from NS_GRE_DIR. r=bsmedberg 2011-07-21 09:57:07 +02:00
Mike Hommey
f2e4962345 Bug 670788 - When looking for the executable path on Unix, only use realpath() when we got a file path in the first place. r=bsmedberg 2011-07-21 09:55:51 +02:00
Mike Hommey
e93ad364ef Bug 573958 - Extend LD_LIBRARY_PATH instead of replacing it during plugin-container initialization. r=bsmedberg 2011-07-21 09:53:29 +02:00
Alexander Surkov
3184ccc8f2 Bug 671510 - make sure accessible tree is created for content processes, r=jones.chris.g, sr=Olli.Pettay, f=felipc 2011-07-21 13:37:32 +09:00
Nicholas Nethercote
f3aebefb11 Bug 669611 - Add memory reporter for GC heap fragmentation. r=jlebar. 2011-07-20 21:08:24 -07:00
Dão Gottwald
f6dc008ef4 remove trailing space. DONTBUILD
--HG--
extra : rebase_source : 948e1959a7c7f36300248434fdb40fdde2960fc4
2011-07-21 05:28:28 +02:00
Nicholas Nethercote
a29b258004 Bug 672694 - Add memory reporters to count compartments. r=gal. 2011-07-21 00:20:47 -07:00
Mike Hommey
ea48669ae1 Bug 654049 - Use global optimization flags for jemalloc, cairo, pixman and sqlite. r=ted 2011-07-21 08:32:23 +02:00
Dão Gottwald
ac31bafc74 merge backout 2011-07-21 05:26:07 +02:00
Dão Gottwald
eef805ec9f Backed out changeset e25da7cc7c63 2011-07-21 05:25:34 +02:00
arno renevier
5388ac92cf Bug 669299 - Remove unneeded nsPrintfCString.h includes. r=bsmedberg 2011-07-21 04:37:31 +02:00
Dão Gottwald
7cc42b4d69 Bug 663395 - put tabs opened from pinned tabs at the end of the tab strip. r=gavin ui-r=faaborg 2011-07-21 04:36:02 +02:00
Josh Matthews
46f873c5ff Bug 548667 - Future-proof CrashSubmit against future argument additions. r=ted 2011-07-20 17:52:13 -07:00
Josh Matthews
0f806c704b Bug 548667 - Submit crash reports via FormData. r=ted 2011-07-20 17:51:55 -07:00