Joe Drew
b55b8c8e1c
Bug 483407 - Add an ok(true) to ensure we have at least one ok() statement.
2009-05-12 00:07:21 -04:00
Steven Michaud
9e34df2bb6
Backed out changeset add33a95e3ef to fix talos crashes. b=489864
2009-05-11 15:40:32 -05:00
Steven Michaud
fae7dc0a72
Backed out changeset add33a95e3ef to fix talos crashes. b=489864
2009-05-11 15:39:37 -05:00
Joe Drew
bdb4308d33
Bug 490949 - Add missing file.
2009-05-11 15:28:39 -04:00
Joe Drew
31a7a86bc7
Bug 490949 - Test to ensure that we reload images when they have Cache-Control: no-cache specified.
2009-05-11 15:15:42 -04:00
Joe Drew
ed740d7b93
Bug 490949 - Take into account the load flags of the image's load group when checking whether we're bypassing the cache. r=vlad
2009-05-11 15:15:36 -04:00
Steven Michaud
b4d45b9d60
get rid of nsIInternetConfigService (patch mostly by joshmoz@mozilla.com). b=489864 r=josh sr=roc
2009-05-11 13:17:35 -05:00
Joe Drew
4d16863112
Bug 490384 - Disable the ok() test in the test for bug 466586, because it's failing more frequently than it ought, and we can't figure out why. Pushing into a CLOSED TREE to help fix orangeness.
2009-05-08 17:43:03 -04:00
Joe Drew
4eba49289f
Bug 490384 - revert debugging code in CLOSED TREE
2009-05-08 17:28:08 -04:00
Joe Drew
def6cc80f5
Bug 490384 - Commit some debugging code to a CLOSED TREE in the hopes that we can reproduce the oranges.
2009-05-08 15:24:55 -04:00
Josh Aas
919f95355a
Check for more accurate exceptions in npruntime, part 1. b=474157 r/sr=jst
2009-05-08 09:55:04 -04:00
Robert O'Callahan
081257d0d7
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
...
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
2009-05-08 13:32:32 +12:00
Joe Drew
6bebe36df5
Bug 490384 - Only evict unused cache entries when under memory pressure. r=vlad a=sdwilsh for push into CLOSED TREE
...
Prior to thise, when we were under memory pressure, we would remove every
entry from the cache, even ones that were currently held in memory due to
their use on e.g. a web page. Now we only remove things from the cache that
will actually free up memory, further fixing bug 466586.
2009-05-07 16:55:06 -04:00
Boris Zbarsky
c4e1b94fda
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
2009-05-07 15:21:53 -04:00
Josh Aas
73bf93a1b6
Backed out changeset 7df4317278f5, bug 491834.
2009-05-07 09:27:08 -04:00
Josh Aas
a9a5292145
Disable XPCOM plugin loading, removing support in Gecko 1.9.2. This will disable all non-NPAPI Java plugins (I suggest updating to at least Java 6 Update 12). b=488042 r/sr=jst
2009-05-07 01:17:07 -04:00
Josh Aas
ec01f7fc32
Formatting fixes for the new unix npapi sample plugin. b=486423
2009-05-07 00:22:13 -04:00
Josh Aas
35b660af49
New unix npapi sample plugin, replaces old one. b=486423 r/sr=jst
...
--HG--
rename : modules/plugin/sdk/samples/basic/unix/plugin.cpp => modules/plugin/sdk/samples/basic/unix/BasicPlugin.c
rename : modules/plugin/sdk/samples/basic/unix/plugin.h => modules/plugin/sdk/samples/basic/unix/BasicPlugin.h
rename : modules/plugin/sdk/samples/basic/unix/Makefile.in => modules/plugin/sdk/samples/basic/unix/Makefile
2009-05-07 00:17:03 -04:00
Johnathan Nightingale
d242ab4526
Bug 491653 - Pref to disable geolocation should be included in all.js, not be hidden. r=gavin
2009-05-06 17:16:39 -04:00
L. David Baron
bd3965a189
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
2009-05-06 13:46:04 -07:00
Benjamin Smedberg
ea67c858f0
Bug 486064 - gfxtypes.h and gfxTypes.h conflict in flattened include directories on case-insensitive filesystems, r=joe
...
--HG--
rename : gfx/idl/gfxtypes.idl => gfx/idl/gfxidltypes.idl
2009-05-04 12:38:16 -04:00
Siddharth Agarwal
270db18357
Part 3 of bug 472093 -- fix build system to use NTDDI_VERSION instead of random checks -- add MOZ_NTDDI_* defines, switch code over to use these defines.
...
r=ted for build config parts, r=jmathies for app association and download manager changes, r+sr=bz for helper app service, r=vlad + sr=ted for stock icons.
2009-04-12 20:25:29 +05:30
Serge Gautherie
77f28a156b
Bug 488091 - Review |make check| usages; (Av2a) Remove empty targets; r=ted.mielczarek
2009-04-29 00:57:50 +02:00
timeless@mozdev.org
e932057992
reverting commit which breaks computers running antivirus software
2009-04-26 05:45:53 +02:00
timeless@mozdev.org
24946a0525
Backed out changeset b1207d1e0ea4
...
reverting commit which breaks computers running antivirus software
2009-04-26 05:34:42 +02:00
Robert O'Callahan
ef014f4c7f
Bug 488416. The GTK2 test plugin needs to clip to its clipRect in windowless mode. r=karlt
...
--HG--
extra : rebase_source : e391513c9ca0e57ab30b41e6d5bb2c0525a7001f
2009-04-25 20:40:48 +12:00
Bob Clary
8d513acecb
bug 285595 - crash test by Neel Mehta.
2009-04-24 10:08:08 -07:00
Peter Weilbacher
24626be4ba
Bug 488468: qcms build break with pre-4 GCCs (#if 0 commented text should be C/C++ commented), r=jmuizelaar
2009-04-23 19:38:11 +02:00
Ginn Chen
4ac464bb8c
Bug 478845 Disable mochitest of test plugin if test plugin is absent r=ted.mielczarek, jwalden
2009-04-23 14:27:04 +08:00
Dave Townsend
ff75a9de7f
Bug 427744: List plugin file version number under about:plugins. r=josh, sr=jst
2009-04-22 12:13:10 -07:00
Josh Aas
363fe1c376
Remove FSSpec and alias usage from libreg on Mac OS X. b=487966 r=bsmedberg
2009-04-22 14:08:47 -04:00
Joe Drew
503e88d5ab
Re-enable colour management reftests now that bug 488955 is fixed.
2009-04-22 13:50:02 -04:00
Bob Clary
ccd6a00b53
bug 374810 - crash test by Martijn Wargers.
2009-04-24 10:08:17 -07:00
Joe Drew
99cc9ddd73
Disable the colour managment reftests, since they fail.
2009-04-21 23:29:45 -04:00
Jeff Muizelaar
ef67bf309d
Bug 489133 - Tests for invalid whitepoints and bad cHRM chunks in PNGs. r=joe
2009-04-21 22:20:56 -04:00
Jeremy Huddleston
0209974108
Bug 485863 - modules/libpr0n/decoders/icon fails to build nsString problems. r=benjamin
2009-04-20 16:52:03 +02:00
Jeremy Huddleston
756aeea24c
Bug 486892 - darwin: Use dylib file extension. r=josh
2009-04-20 14:36:49 +02:00
Serge Gautherie
9ced8e7ff3
Bug 487605 - nsStopwatch.cpp: Fix GetProcessTimes() usage; (Bv1-MC) stopwatch.cpp; r+sr=roc
2009-04-20 12:23:52 +02:00
L. David Baron
f666d259e1
Free gIconFactory in GTK nsIconChannel implementation. (Bug 488184) r=karlt
2009-04-16 13:55:12 -07:00
Josh Aas
6afeb3d889
64-bit fixes for nsPluginsDirDarwin. b=487972 r=mstange sr=jst
2009-04-14 12:38:11 -04:00
Josh Aas
6945aa07e2
Fix formatting of nsPluginsDirWin.cpp. b=488163 r/sr=jst
2009-04-14 12:35:35 -04:00
Josh Aas
f4f3d7b61b
Remove nsIJVMAuthTools, part of bug 485984.
2009-04-14 12:32:44 -04:00
Honza Bambas
1c523d4bd0
Bug 486654 - implement localStorage for 1.9.1, security review comments addressing, r=jst, sr=dveditz
2009-04-14 16:11:47 +02:00
Serge Gautherie
85332ce17e
Bug 438331 - Remove WIN16 (support) code everywhere; (Jv1) </modules/plugin/>; r=joshmoz sr=jst
2009-04-14 10:34:59 +02:00
Jim Mathies
7ffcd645c8
Bug 485120 - Touchup test patch for windows orange. CLOSED TREE bustage fix.
2009-04-13 16:42:01 -05:00
Jim Mathies
a24685004b
Bug 485120 - Test plugin needs to support windowed mode on Windows. r=joshmoz+vlad.
2009-04-13 12:01:22 -05:00
Josh Aas
a5d1b9a7eb
Test for error condition when trying to set an unknown variable in NPAPI. b=479979 r=roc
2009-04-10 20:15:42 -04:00
John Wolfe
97f2a6d2ea
Fix WinCE plugin bustage. b=487783 r=jimm
2009-04-10 14:33:32 -04:00
Mark Finkle
dbf51af320
Fix mobile plugin bustage. b=487795 r=josh
2009-04-10 12:45:24 -04:00
Dão Gottwald
22c6682386
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00