dbaron%dbaron.org
dfbc3216ea
Bug 336791: land leak fixes that use nsIDOMGCParticipant to break cycles caused by JavaScript closures as XPCOM objects (bugs 241518, 319293, 319642, 322985, 323807, 323534, 325279, 326646, 339412, 206520, 321054, 339488). See individual bugs for reviewers. a181=darin
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199932 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 03:15:48 +00:00
bzbarsky%mit.edu
26c545a2f5
Add a pref to force the XUL filepicker. Bug 333653, r+sr+branch181=roc
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199781 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 03:59:46 +00:00
joe%retrovirus.com
c79d5fb3cf
Adds a pref to disable dated bookmark backup.
...
(Checked in on behalf of logan.)
bug=307135
r/branch=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199729 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 18:27:56 +00:00
sspitzer%mozilla.org
aa99aedaa8
fix for bug #333734 . protect (warn) against opening too many tabs at once.
...
r/a=ben, UI and strings r=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199560 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 00:05:22 +00:00
joshmoz%gmail.com
7bd1db2b5d
add 8-bit alpha support to Carbon icon decoder. b=339717 r=mento sr=pav a=josh
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198833 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-01 22:08:00 +00:00
pedemont%us.ibm.com
b6f8428322
Bug 339853 - nsIJMVManager method returns non-scriptable nsIPrincipal. 1.8 branch only. r/a=bz.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198820 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-01 19:45:58 +00:00
dougt%meer.net
ffd09c50cc
fixing build bustage on linux arm. b=319587 r=dougt. Minimo only.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198719 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-31 03:59:47 +00:00
dougt%meer.net
5a126f57f0
Disabling sample plugin on MINIMO. minimo-only. fixes build bustage.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198692 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 23:17:16 +00:00
gavin%gavinsharp.com
242b7d3085
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r+a181=mconnor, ui-r=beltzner, sr=neil/bzbarsky
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198677 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 20:46:08 +00:00
mark%moxienet.com
5556f3706b
339238 Java doesn't work when MRJPlugin.plugin is a symbolic link. CFBundleCopyExecutableURL doesn't return a proper URL for bundles whose roots are referred to by symlink. Resolve bundle paths when they are symbolic links. r=josh sr=darin a/1.8.1=me (Mac-only)
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198665 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 19:38:54 +00:00
joshmoz%gmail.com
167e52e398
add the Carbon icon decoder back, alongside the Cocoa icon decoder. Use Carbon decoder for Carbon builds, Cocoa for Cocoa builds. We can't use the Cocoa API from Carbon due to runtime conflicts (that aren't completely resolved by calling NSApplicationLoad). Also, removing call to NSApplicationLoad. b=339389 r=mento sr=stuart
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198641 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-30 15:46:21 +00:00
vladimir%pobox.com
8288cadaae
missed file removal
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198088 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-20 17:31:45 +00:00
vladimir%pobox.com
b220ec91dc
b=338407, uplift image encoder support to 1.8, r+a=stuart
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@198086 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-20 17:20:49 +00:00
(no author)
98367b0f22
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_8_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@197930 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-18 18:03:18 +00:00
bzbarsky%mit.edu
8fa0dbb64a
Selection listeners and extra privileges go hand in hand. Bug 336830,
...
r=dveditz, sr=shaver, branch181=dveditz, a=schrep for checkin during tree
closure, since "this doesn't affect performance"
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196168 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-08 20:43:16 +00:00
joshmoz%gmail.com
44c3603b78
be more aggressive about finding icon data. b=336356 r=mento sr=pav a=pav
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196065 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 23:20:54 +00:00
joshmoz%gmail.com
3b765c5890
new icon decoder for Mac OS X written using Cocoa, supports 8-bit alpha. b=335723 r=mento sr=pav a=pav
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196041 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 20:19:11 +00:00
(no author)
a997cf23df
This commit was manufactured by cvs2svn to create branch
...
'MOZILLA_1_8_BRANCH'.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195860 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-03 00:24:26 +00:00
darin%meer.net
418467e8b4
fixes bug 329889 "Crash in [@ imgContainerGIF::GetFrameAt] when dragging a corrupted gif file" r+a=pavlov sr=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195820 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-02 18:49:16 +00:00
gerv%gerv.net
cbfd3be7d3
Bug 331099: Add .cat to IDN whitelist. Patch by gerv; a=darin.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195638 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 10:55:29 +00:00
wr%rosenauer.org
8af84ab7d8
Bug 329205 - 64-bit Firefox crashes when it fails to load libjavaplugin_oji.so plugin, r=timeless, sr=roc, a=jst, patch by ganesh.mozilla@gmail.com
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195232 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-24 05:06:48 +00:00
bryner%brianryner.com
9d432cea5f
ifdef includes and inline function that requires MOZILLA_INTERNAL_API, so that this header can be pulled in from a standalone extension (bug 334870). r+b181=darin.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195006 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-20 22:58:23 +00:00
mozilla.mano%sent.com
7e50b3a53e
Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r+b181=mconnor. sr=neil.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194294 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 06:59:07 +00:00
mozilla.mano%sent.com
ca20e8ea9c
Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil, b181=bzbarsky.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193986 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-10 10:36:16 +00:00
gavin%gavinsharp.com
c03a2ae27f
Bug 193923: disable fart sound by default, r+a181=mconnor, sr=jag
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193910 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 02:37:04 +00:00
gerv%gerv.net
689b3de0e7
Bug 236613: change to MPL/LGPL/GPL tri-license.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193305 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-31 07:56:54 +00:00
jst%mozilla.jstenback.com
a9aeb5a998
Landing fix for bug 328457. a=jst@mozilla.org
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192970 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-25 00:59:41 +00:00
dougt%meer.net
57686d1932
Making minimo on linux build. b=331129, r=bsmedberg.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192793 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-22 18:22:42 +00:00
dveditz%cruzio.com
7c03a90708
bug 328509 initialization fix, patch from jhpedemonte, r/sr=pavlov, a=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191743 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-03 23:46:02 +00:00
roc+%cs.cmu.edu
2eeead1a8f
Bug 328684. Detect multipart channel using QI instead of the content-type. Simpler code, and it works around unreliable content-type detection. r+sr+a=darin
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191546 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-02 00:50:26 +00:00
timeless%mozdev.org
bc090e2e6d
Bug 299417 Left/right arrow keys in textarea/text input behave incorrectly when text is selected.
...
patch by mats.palmgren@bredband.net r=roc sr=roc a=glazou,roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191465 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-01 07:06:16 +00:00
dbaron%dbaron.org
8cfdf390d3
Rename browser.display.screen_resolution pref, for which we used to have user interface, to layout.css.dpi, so old settings no longer take effect. b=327406 r+sr=roc a=roc
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191395 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:55:53 +00:00
dbaron%dbaron.org
30896886c4
Make DPI preference behave the same on OS/2 as on Unixes. r=mkaply sr=roc a=roc b=323964
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191389 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:19:33 +00:00
dbaron%dbaron.org
875df5327d
Fix regression of default DPI preference. b=233082 r+sr=roc a=bsmedberg
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191387 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:16:05 +00:00
scott%scott-macgregor.org
9db4680f60
Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
...
sr=bienvenu
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191345 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-27 22:46:57 +00:00
mark%moxienet.com
78017995fa
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. Building on Jaguar is no longer supported, although running on Jaguar still is. r=josh sr=pink a/1.8=josh a/1.8.0=dveditz
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190528 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-18 21:25:37 +00:00
dougt%meer.net
6f65336db8
bug 326719. move wince/minimo trunk to branch movage. r=benjamin.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190378 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 19:03:55 +00:00
sergei_d%fi.tartu.ee
7460ad011b
[BeOS]Fix for bug 327197
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190222 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 17:31:59 +00:00
mark%moxienet.com
cb2ed1f8e0
313347 Flash plugin crashes browser on Mac OS X/x86. Work around broken plugin's bugs with BROKEN_PLUGIN_HACK. r=josh sr=bryner a/1.8=jst
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190172 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 00:25:45 +00:00
timeless%mozdev.org
db4dc8a2a5
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin a=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@190095 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-15 09:18:01 +00:00
dbaron%dbaron.org
222e994cb5
Actually merge to API differences on branch. b=326714
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189981 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 19:33:32 +00:00
dbaron%dbaron.org
81181720e6
Cache GnomeIconTheme to fix serious performance problems. b=326714 r=biesi sr=roc a=roc
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189980 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 19:24:06 +00:00
dbaron%dbaron.org
b04b8ce48c
Make the icon decoder allow 8-bit alpha in addition to 1-bit alpha (and a little further cleanup), and make the GTK icon code go through the icon decoder instead of PNG. b=326714 r=biesi sr=roc a=roc
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189979 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 19:22:54 +00:00
dbaron%dbaron.org
b649a1840a
Add pref for CSS error reporting and mark as warnings rather than errors. b=264162 r=shaver sr=bzbarsky branch-1.8.1=bzbarsky
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189534 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 23:49:11 +00:00
gerv%gerv.net
384705a619
Bug 236613: change to MPL/LGPL/GPL tri-license. r=caillon.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188847 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:44:54 +00:00
gerv%gerv.net
d843bf0f26
Bug 236613: change to MPL/LGPL/GPL tri-license. a=caillon.
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188846 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:41:27 +00:00
cbiesinger%web.de
62abe080d1
Bug 312241 make unimplemented methods return NS_ERROR_NOT_IMPLEMENTED
...
patch by Christian Persch <chpe@gnome.org > r=biesi sr=bryner a=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188671 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 16:52:43 +00:00
cbiesinger%web.de
62f53da943
bug 269280 implement moz-icon on BeOS
...
patch by Simon <simontaylor2@gawab.com > and Doug Shelton
<doug@sheltonfamily.org > r=biesi r=mconnor (toolkit parts) a=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188664 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 15:25:26 +00:00
bzbarsky%mit.edu
98fd1bc6e3
Tighten up some stuff. Bug 325297, r+sr=jst, branch181=jst
...
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188624 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 22:56:04 +00:00
kaie%kuix.de
7815571e26
Bug 307168 - Add configure test for GCC bug that prevent the pragma-visibility stuff from working properly on some
...
configurations, and also clean up usages of HAVE_VISIBILITY_PRAGMA which should really be HAVE_VISIBILITY_ATTRIBUTE
r=roc+wolfiR, previous revisions reviewed by bryner
Patch by bsmedberg, a=wtc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188553 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 11:54:53 +00:00