timeless%mozdev.org
890a2338f0
Bug 341955 add some more items to .cvsignore
...
r=bsmeberg
2006-12-21 07:04:12 +00:00
mozilla.mano%sent.com
cffaffe39c
Bug 356536 - [Mac] XUL Scroll bar slider jumps back up when mouse cursor strays from near scroll bar. patch from Stefan <stefanh@bluebottle.com>, r=me, sr=roc.
2006-12-20 22:49:59 +00:00
dougt%meer.net
6e56193b6e
Trying bandaide for crash at [@ imgRequest::OnStopRequest]. see bug 361499.
2006-12-11 04:15:45 +00:00
smontagu%smontagu.org
f104c342d5
Correct stupid typo in default font names. Bug 362709, r=mano
2006-12-04 09:43:52 +00:00
mats.palmgren%bredband.net
b2d407744d
If there were errors reading "prefs.js" then make a backup copy of it in "Invalidprefs.js" before overwriting it. b=361102 r+sr=darin
2006-11-28 14:11:40 +00:00
pavlov%pavlov.net
195cfecbbe
bug 333253. disabling icon decoder in cairo until proper fix can go in.
2006-11-28 03:08:43 +00:00
pavlov%pavlov.net
e23d7c961e
move ns_ensure_true in to the right block. bug 333253. r=vlad
2006-11-28 01:14:29 +00:00
cbiesinger%web.de
f721053624
bug 309438 Shorten the Accept: header to:
...
Accept: text/html,application/xhtml+xml;q=0.9,application/xml;q=0.8,*/*;q=0.7
r=darin sr=dbaron
2006-11-26 20:38:09 +00:00
masayuki%d-toybox.com
8472edc4b6
Bug 352174 need font-family resolver (cannot resolve alias of font family / is not checking whether the specified font family is installed the system) r=pavlov+vlad
2006-11-21 06:31:04 +00:00
mats.palmgren%bredband.net
cca3292d36
Make NS_LIKELY/NS_UNLIKELY accept pointers etc and always return 0 or 1. b=340244 r+sr=darin
2006-11-18 00:48:56 +00:00
bzbarsky%mit.edu
0a3a624149
Make it possible for protocol handlers to configure how CheckLoadURI should
...
treat them via their protocol flags. Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
dougt%meer.net
1356f1669a
exposing the network status of a image request to wpl consumers. bug 355555. r=stuart.
2006-11-09 22:47:43 +00:00
joshmoz%gmail.com
39e7d69988
back out part of 346954 to fix Flash when migrating a profile from PPC to x86. b=356694 r=sayrer sr=jst
2006-11-08 16:43:17 +00:00
gavin%gavinsharp.com
7d6325aee3
Bug 333387: crash [@ ns4xPluginInstance::Print], patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=jst
2006-11-06 14:51:52 +00:00
sayrer%gmail.com
1349973ac1
Bug 357431. add a note to removeObserver about using the same pref branch for which addObserver was used. Patch by Andreas Wuest <awuest@gmail.com>. r/sr: darin. #developers says checkin ok.
2006-11-02 21:10:19 +00:00
timeless%mozdev.org
46d2b15871
Bug 106386 Correct misspellings in source code
...
r=glennrp@gmail.com , bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
cbiesinger%web.de
57e8fec26e
bug 357427 Make the nullplugin use nsIPrefBranch instead of nsIPref
...
r+sr=jst
2006-10-21 16:01:14 +00:00
ted.mielczarek%gmail.com
47986cc926
bug 354749, nsIPrefBranch2::addObserver should document that aData is relative to the branch's root. Patch by asqueella@gmail.com, r+sr=darin
2006-10-20 19:19:23 +00:00
darin%meer.net
8312ec86cd
fixes bug 210564 "[nsJARInputStream::Init] leaks file descriptors" patch by sciguyryan+bugzilla@gmail.com, r=alfredkayser, sr=darin
2006-10-19 20:56:48 +00:00
martijn.martijn%gmail.com
90406a6a5c
Bug 352666 - Crash [@ nsPrefBranch::SetComplexValue], r=dveditz, sr=bzbarsky
2006-10-12 13:25:02 +00:00
smontagu%smontagu.org
35a27c6675
Make word-delete behaviour when there is a selection follow platform conventions. Bug 350564, r=glazman, sr=neil
2006-10-10 16:50:50 +00:00
gavin%gavinsharp.com
c877f957f2
Bug 337561: Merge nsJARDirectoryInputStream into nsJARInputStream, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=darin
2006-10-10 13:24:57 +00:00
cst%yecc.com
bec8d85175
Bug 355299 Update obsolete plugin-related URLs
...
r+sr=jst
2006-10-05 23:06:49 +00:00
pavlov%pavlov.net
e4bd585628
disabling MMX support for png decoding on the mac due to a crash. bug 354997. r+sr=me. patch from Glenn Randers-Pehrson <glennrp@gmail.com>.
2006-10-02 20:38:51 +00:00
pavlov%pavlov.net
ca7e331044
relanding libpng-1.2.12. bug 334110. r=me, sr=tor, patch by Glenn Randers-Pehrson <glennrp@gmail.com>.
2006-09-29 22:46:58 +00:00
cbiesinger%web.de
5b36f89cdb
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
pavlov%pavlov.net
a284df17b2
fix our old libpng's security problems. 334110. r=me, sr=tor, patch by Glenn Randers-Pehrson <glennrp@gmail.com>.
2006-09-26 21:15:04 +00:00
pavlov%pavlov.net
36223e5472
backing out bug 334110/libpng 1.2.12 until I can figure out why it is broken on mac.
2006-09-25 22:38:55 +00:00
pavlov%pavlov.net
de2a318956
upgrading to libpng-1.2.12. patch from Glenn Randers-Pehrson <glennrp@gmail.com>. r=me sr=tor
2006-09-25 19:52:06 +00:00
dbaron%dbaron.org
ebd48793a2
Bustage fix for 333129 more in module style.
2006-09-24 17:33:10 +00:00
gavin%gavinsharp.com
9cd66c5f4d
back out bug 337561
2006-09-24 16:23:31 +00:00
gavin%gavinsharp.com
72bffd2719
Temporary hack to fix bustage from bug 333129
2006-09-24 15:53:37 +00:00
gavin%gavinsharp.com
7bd1f78e76
Bug 333129: libjar: Only create synthetic entries when really needed, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin, sr=biesi
2006-09-24 15:22:36 +00:00
gavin%gavinsharp.com
461618d03d
Bug 337561: Merge nsJARDirectoryInputStream into nsJARInputStream, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=darin
2006-09-24 15:13:57 +00:00
joshmoz%gmail.com
8fe9914cb7
follow-up to the fix for bug 344425, supporting NP_GetEntryPoints on Intel Mac OS X. Use NPAPI error values. b=344425
2006-09-22 06:40:48 +00:00
joshmoz%gmail.com
50eb736d81
support NP_GetEntryPoints on Intel Mac OS X. If NP_GEP does not exist, we still try to use main() for compatibility. b=344425 r=sayrer sr=pinkerton
2006-09-21 19:32:30 +00:00
timeless%mozdev.org
664b6df306
Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
...
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
davel%mozilla.com
61022a561a
b=333423 crash in nsIZipReader
...
r=asqueella, sr=darin
add test case for previous crashing bug
(check-in for allmakefiles.sh to follow)
2006-09-14 17:15:28 +00:00
dbaron%dbaron.org
bb32a15350
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
2006-09-12 22:58:11 +00:00
cst%yecc.com
10f4122111
Bug 339720 show warning page before showing about:config
...
r=neil,KaiRo sr=jag
2006-09-12 00:19:06 +00:00
sayrer%gmail.com
9395f31ee3
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
joshmoz%gmail.com
c84efc3fc7
Cleanup in preparation for the real fix to bug 350109. r/sr=jst
2006-09-07 23:58:27 +00:00
cbiesinger%web.de
14481eabf4
bug 337763 fix memory leak in ZIP_OpenArchive
...
patch by Ehsan Akhgari <ehsan.akhgari@gmail.com> r=waldo sr=biesi
2006-09-05 23:04:49 +00:00
pavlov%pavlov.net
50e1abfc01
fixing build bustage
2006-09-05 22:28:50 +00:00
pavlov%pavlov.net
9388b24547
ico crash. bug 332386. r=vlad
2006-09-05 22:15:47 +00:00
mkaply%us.ibm.com
1c50d9540c
OS/2 build break
2006-09-05 18:52:22 +00:00
sayrer%gmail.com
6024d372aa
Bug 346954. feed MIME types trigger plugin reloads. Check for the file in the cache before we root around in the bundles and executables. r+sr=jst
2006-08-29 18:58:38 +00:00
bent.mozilla%gmail.com
7a43ba0d19
Bug 345541 - "plugins linked to libxul.so do not load". Patch by Steve Krulewitz <skrulx@gmail.com>. r+sr=jst.
2006-08-28 23:43:22 +00:00
timeless%mozdev.org
97d86b0df2
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
sayrer%gmail.com
77e92d04fc
bug 346954. feed MIME types trigger plugin reloads. Start by checking that plugins have a resource fork we can read. r=joshmoz, sr=jst
2006-08-25 01:04:50 +00:00
mats.palmgren%bredband.net
f13b52b5ee
Fix a heap buffer overflow (cairo only). b=332611 r+sr=pavlov
2006-08-24 09:31:46 +00:00
bzbarsky%mit.edu
d7297fcabc
Make imagelib not blow away images in the image cache on 404. Bug 349200,
...
r=pavlov, sr=darin
2006-08-24 02:02:30 +00:00
enndeakin%sympatico.ca
51b0babe5e
Bug 341524, DOM storage should follow cookie prefs
2006-08-19 01:21:58 +00:00
sayrer%gmail.com
975c81f92c
Bug 345072. pop-up window closes if using ssl ( opener.top.location.reload() should not be reachable from other domain). Patch by Martijn Wargers <martijn.martijn@gmail.com>. r=jst, sr=bz
2006-08-13 15:06:40 +00:00
bzbarsky%mit.edu
5eed3a5d4c
Don't show the plugin wizard for plugins that are actually disabled (only Java
...
at the moment). Bug 344923, r=biesi, sr=jst
2006-08-12 02:13:24 +00:00
gavin%gavinsharp.com
e4ee90b452
Bug 336532: Animated gif with transparency shows black background, patch by Pawel Chmielowski <prefiks@aviary.pl>, r=stuart, sr=roc
2006-08-11 23:48:48 +00:00
jwalden%mit.edu
833f88d123
Bug 26496 - Jar protocol fails silently on file-not-found. r=darin, sr=bz
2006-08-11 18:36:32 +00:00
benjamin%smedbergs.us
ffd802f9ed
Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento
2006-08-09 13:39:19 +00:00
gerv%gerv.net
b8cba2b18d
Bug 347321 - add .biz to IDN TLD whitelist. Patch by gerv; a=dbaron.
2006-08-07 20:49:47 +00:00
masayuki%d-toybox.com
9930bfa97a
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box #2 for better default settings and for better mechanism r+sr=roc
2006-08-07 06:33:46 +00:00
brettw%gmail.com
449f0787e9
Bug 347286 r=mscott a=bryner Increase max number of misspelled words now that it is fast enough
2006-08-04 18:14:03 +00:00
mrbkap%gmail.com
56c4b81f59
Fix GC hazards in the plugin code. Add a "close friend" API for JSTempValueRooters for use from C++. bug 347054, r=brendan sr=dbaron
2006-08-03 20:39:45 +00:00
mrbkap%gmail.com
a4bc274aec
Protect document.open and document.close against some potential problems. bug 343168, r+sr=bzbarsky
2006-08-01 21:48:03 +00:00
jst%mozilla.jstenback.com
02087132d6
Fixing bug 335058. Increase the default for the time we wait (from 5 to 10 seconds) before alerting the user about a possibly infinitely looping script, and give chrome an independent limit (20 seconds). r=bzbarsky@mit.edu, sr=brendan@mozilla.org
2006-07-27 22:36:36 +00:00
m_kato%ga2.so-net.ne.jp
2d193fbd68
bug 345866 - support OJI for Win64. r/sr=jst
2006-07-27 16:51:25 +00:00
mozilla.mano%sent.com
a0b6c0964c
Bug 343587 - Make mousedown-to-scroll faster (150ms delay), r=beltzner.
2006-07-26 18:17:29 +00:00
joshmoz%gmail.com
30a99c8043
Remove 68k code compat from npupp.h, significantly reducing the size and complexity of the file. b=344942 r=mento sr=pinkerton
2006-07-19 15:39:29 +00:00
hwaara%gmail.com
3050a0d571
fix part of bug 207510, Make accesskeys in the content accessible with Ctrl like other mac browsers. r=mats, sr=roc
2006-07-19 09:16:34 +00:00
bzbarsky%mit.edu
6ea9abe3b5
Make docs better. Bug 345069, r=pavlov
2006-07-18 19:26:04 +00:00
joshmoz%gmail.com
0cd3897c82
clean up old Mac classic code and fix nsplugin.h interface comment to point out that it was a failed experiment. b=281889 r=mento sr=pinkerton
2006-07-13 19:47:32 +00:00
gavin%gavinsharp.com
b92278dce3
Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon B�nzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc
2006-07-13 10:18:12 +00:00
masayuki%d-toybox.com
bdeb521557
Bug 312831 scroll wheel scrolls page after reaching end of a <select> box r=mats, sr=roc
2006-07-12 04:15:42 +00:00
rob_strong%exchangecode.com
dbf32bcf2a
Bug 343800 - SetBoolPref can store ints in memory. patch=mwu, r=darin, sr=darin
2006-07-06 23:18:59 +00:00
sspitzer%mozilla.org
8aa032b5b1
fix for bug #342906 . tab overflow scroll: clicking and holding the button
...
should scroll continuously. r=asaf
2006-07-04 20:10:30 +00:00
pedemont%us.ibm.com
a009db85ec
Bug 338870 - imgIDecoderObserver is scriptable but inherits from the non-scriptable interface imgIContainerObserver. r=pavlov
2006-06-27 16:03:34 +00:00
sspitzer%mozilla.org
1b096a746f
fix for bug #318168 , tab browsing improvements such as:
...
1) when we have "too many" tabs in a window, allow the user to scroll through
the tabs.
2) add events for when adding and removing tabs
initial patch by mconnor. final patch r=mconnor
2006-06-26 22:35:08 +00:00
timeless%mozdev.org
f3ef84546b
Bug 336968 Function: _getvalue does not dereference "result" after assigning to *result
...
r=jst sr=jst
2006-06-25 07:34:52 +00:00
timeless%mozdev.org
3a74aac7f5
Bug 336968 Function: _getvalue does not dereference "result" after assigning to *result
...
r=jst sr=jst
2006-06-25 07:18:48 +00:00
timeless%mozdev.org
92f1c43449
Bug 336965 Useless null check of shell in NPP_SetWindow
...
r=jst sr=jst
2006-06-25 07:17:19 +00:00
gavin%gavinsharp.com
9b7e8c9253
Bug 318692: remove nsZlibAllocator.h since it's no longer used, r+sr=brendan
2006-06-24 16:07:48 +00:00
darin%meer.net
f7f2df7f87
fixes bug 327275 "nsJARURI::Clone has wrong return value on OOM" patch by chpe, r=biesi, sr=darin
2006-06-24 01:04:56 +00:00
mark%moxienet.com
3cbd47d6ea
342577 nsZipArchive::SeekToItem can fail due to thread race. Work around by separating nsZipItem's headerOffset and dataOffset. r=darin sr=darin
2006-06-23 23:20:16 +00:00
mrbkap%gmail.com
afbc7f20c9
Some style cleanups, and add some paranoia checking. bug 342267, r=dveditz sr=jst
2006-06-23 18:18:09 +00:00
mark%moxienet.com
8e02b71480
342064 When building using Cocoa widgets, use the Cocoa icon decoder. Really, this time. r=josh sr=pavlov
2006-06-22 21:27:32 +00:00
dveditz%cruzio.com
506140bd0c
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
...
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
joshmoz%gmail.com
2cacb70302
fix memory leak in Cocoa icon decoder. b=342066 r=mento sr=pav
2006-06-20 16:59:15 +00:00
mark%moxienet.com
5231fc3b8f
342081 Default finding to case-insensitive. r=ben sr=ben a/1.8.1=darin
2006-06-20 00:38:16 +00:00
timeless%mozdev.org
27eaab5dcd
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
mrbkap%gmail.com
0d5038b0d8
Replace Match Case checkbox on findbar with automatic case-sensitivity detection. bug 340849, patch by Peter Kasting <pkasting@google.com>, r+a181=mconnor ui-r=beltzner
2006-06-16 02:08:10 +00:00
jwalden%mit.edu
6163084fd4
Bug 338003 - imgCache::Init leaks imgCache if do_GetService fails. Patch by Adam Guthrie <ispiked@gmail.com>, r+sr=pavlov
2006-06-15 21:59:13 +00:00
mhammond%skippinet.com.au
0f241835df
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
darin%meer.net
03fdfa5587
fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky
2006-06-13 01:14:20 +00:00
mrbkap%gmail.com
98997f8669
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
2006-06-12 22:39:55 +00:00
joe%retrovirus.com
ec9b788bf2
Adds a pref to disable dated bookmark backup.
...
(Checked in on behalf of logan.)
bug=307135
r/branch=mconnor
2006-06-12 18:27:56 +00:00
ajschult%verizon.net
84b26f6769
Bug 193332: backend fix to let about:config to remove reset prefs with no default, r+sr=darin
2006-06-12 00:47:26 +00:00
sspitzer%mozilla.org
3af66c6e0d
fix for bug #333734 . protect (warn) against opening too many tabs at once.
...
r=ben, UI and strings r=beltzner
2006-06-09 07:53:12 +00:00
darin%meer.net
2562ecdef8
fixes bug 339120 "Jigzone Java puzzles hang trunk" r=bsmedberg sr=roc
2006-06-09 01:35:53 +00:00
timeless%mozdev.org
a768026fc9
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
timeless%mozdev.org
536dae940c
Bug 336989 Useless null check of aOwner in nsPluginHostImpl::InstantiateEmbeddedPlugin
...
Also fixing a spelling error which happens to appear in pluginhostimpl and xpconnect sample
r=jst sr=jst
2006-06-03 23:23:45 +00:00
timeless%mozdev.org
34a940bdd3
Bug 336974 crash [@ CallNPMethod][@ GetNPObject] "obj" Pointer dereferenced before NULL check
...
r=jst sr=jst
2006-06-03 22:12:05 +00:00
darin%meer.net
979f82c981
fixes bug 326155 "Adds support for restricting pings to same origin and limiting pings to no more than one per anchor" r=biesi sr=bzbarsky
2006-06-02 04:28:48 +00:00
joshmoz%gmail.com
e5f2e32961
add 8-bit alpha support to Carbon icon decoder. b=339717 r=mento sr=pav
2006-06-01 22:05:08 +00:00
dbaron%dbaron.org
cd4d6ee0e9
Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky
2006-06-01 18:35:21 +00:00
joshmoz%gmail.com
c35313a483
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
2006-05-30 15:54:28 +00:00
gavin%gavinsharp.com
25f7b0d3b7
Bug 337873: Remove unused preference network.enablePad, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=bzbarsky, sr=darin
2006-05-27 04:06:51 +00:00
mark%moxienet.com
ec531b38fd
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
2006-05-26 17:56:18 +00:00
gavin%gavinsharp.com
b581167b49
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky
2006-05-25 21:22:32 +00:00
gerv%gerv.net
267150f0fb
Bug 331604 - cvs remove unused copy of expat, as it has an MPL-only licence rather than the tri-licence.
2006-05-23 14:24:44 +00:00
mkaply%us.ibm.com
00ebcd9220
259140 - r/sr=mkaply (OS/2 only) - patch from Peter Weilbacher - resync default plugin to match Windows
2006-05-23 01:28:05 +00:00
benjamin%smedbergs.us
98ca29135d
Bug 305949 (almost done!) - Stop exporting some nonfrozen functions (widget and libreg) r=bryner
2006-05-22 19:13:03 +00:00
leon.sha%sun.com
d8b605947b
Bug 336170 quoting error in greprefs/all.js breaks printing.
...
Patch by leon.sha@sun.com .
benjamin: review+
roc: superreview+
2006-05-17 05:35:43 +00:00
martijn.martijn%gmail.com
c459374494
Remove network.image.warnAboutImages preference, r+sr=neil
2006-05-15 16:53:10 +00:00
mkaply%us.ibm.com
8f34963317
#326273
...
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
2006-05-11 17:22:54 +00:00
bzbarsky%mit.edu
6ccdcef971
Selection listeners and extra privileges go hand in hand. Bug 336830,
...
r=dveditz, sr=shaver
2006-05-11 16:09:04 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
cbiesinger%web.de
51a89a8b1e
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
ajschult%verizon.net
a029c04ad9
Bug 336691: nsZipArchive::Test shouldn't try to ExtractFile on directories. r+sr=darin
2006-05-06 04:19:27 +00:00
joshmoz%gmail.com
d1b224ddec
be more aggressive about finding icon data. b=336356 r=mento sr=pav
2006-05-05 23:22:18 +00:00
darin%meer.net
799d6fc8c1
fixes bug 336593 "Firefox crashes when it starts [@ PL_FinishArenaPool]" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=darin
2006-05-05 20:44:52 +00:00
vladimir%pobox.com
f6b5f78d52
b=336330, fix memory scribble in jpeg decoder, r+sr=roc
2006-05-03 00:24:25 +00:00
joshmoz%gmail.com
380e67da44
new Mac OS X icon decoder written in Cocoa with 8-bit alpha support. b=335723 r=mento sr=pav
2006-05-02 21:23:57 +00:00
darin%meer.net
4a94571cee
fixes bug 214672 "Further optimization and correctness improvements of libjar: streamlining nsJarInputStream" patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=jwalden, sr=darin
2006-05-02 19:33:09 +00:00
bzbarsky%mit.edu
722b5218b2
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
...
and use it in various places. Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:). Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
darin%meer.net
f01d5ace75
fixes bug 329889 "Crash in [@ imgContainerGIF::GetFrameAt] when dragging a corrupted gif file" r=pavlov sr=dveditz
2006-05-02 18:48:16 +00:00
sergei_d%fi.tartu.ee
403fd4f4ae
[BeOS]Bug 335076. Fixing rendering of point-sized text. p=sergei_d, r=thesuckiestemail@yahoo.se, r=dbaron. BeOS-only change
2006-04-29 16:00:57 +00:00
gavin%gavinsharp.com
28f6d22231
Bug 334687: Possible null pointer dereference in nsPluginHostImpl.cpp, patch by Ryan Flint <rflint@dslr.net>, r+sr=jst
2006-04-28 17:25:48 +00:00
gerv%gerv.net
7d282a3cd4
Bug 331099: Add .cat to IDN whitelist. Patch by gerv; a=darin.
2006-04-28 10:55:29 +00:00
leon.sha%sun.com
7e4a64e3fd
Bug 106386 Correct misspellings in source code.
...
Patch by Alfred.Peng@Sun.COM .
timeless: review+
2006-04-28 07:11:32 +00:00
bzbarsky%mit.edu
0c3706888c
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
benjamin%smedbergs.us
4f95c4bf02
Bustage fix attempt from bug 332115.
2006-04-27 15:15:48 +00:00
benjamin%smedbergs.us
cfa4b0b6f3
Bug 332115 - hide a bunch of symbols when building libxul, fix the thebes symbols so that they are exported/imported sanely, and some other graphics-related linking/visibility fixups, r=darin+vlad
2006-04-27 14:41:11 +00:00
mark%moxienet.com
1fffe2d324
333121 BROKEN_PLUGIN_HACK (313347) can be removed. A fixed Flash plugin is available (8.0.27/x86) and was included with Mac OS X 10.4.6/x86. r=josh sr=pink
2006-04-24 18:29:16 +00:00
jag%tty.nl
421b17ab81
Bug 245684: Add image encoding support
...
Make sure to rebuild nsImageModule when MOZ_IMG_ENCODERS changes. r=bsmedberg
2006-04-24 16:30:30 +00:00
bzbarsky%mit.edu
df55883ba5
Implement nsIconURI::Clone. Bug 312241, patch by chpe <chpe@gnome.org>,
...
r=biesi, sr=bryner
2006-04-23 19:02:19 +00:00
bryner%brianryner.com
98ca2e8272
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.
2006-04-20 22:58:23 +00:00
leon.sha%sun.com
dbf1857505
Bug 334463 Variable "cx" tracked as NULL was passed to a function that dereferences it [@ ThrowJSException - nsJSObjWrapper::NP_SetProperty]
...
Patch by alfred.peng@sun.com .
jst: review+
jst: superreview+
2006-04-20 08:14:24 +00:00
neil%parkwaycc.co.uk
f8f42ac8a8
Bug 291764 Fix GIF animation's interaction with print preview r=pavlov sr=tor
2006-04-18 22:31:45 +00:00
darin%meer.net
8424b6883e
fixes bug 332088 "Updater should use static libs on Windows" patch by Regis Caspar <regis.caspar+bz@gmail.com>, r=bsmedberg
2006-04-16 16:29:28 +00:00
dbaron%dbaron.org
5b40b62297
Handle alpha in the MOZ_CAIRO_GFX codepath, and stop doing *some* of the work that's no longer needed in that codepath. b=331671 r=pavlov
2006-04-15 17:31:26 +00:00
mozilla.mano%sent.com
48a9c0cd15
Bug 269813 - return failure when trying to open a zipreader twice. patch by Nickolay Ponomarev <asqueella@gmail.com>, r=darin, sr=bz.
2006-04-15 14:02:12 +00:00
mozilla.mano%sent.com
ca31c9047a
Bug 269813 - document the fact that getZip returns an open zipreader. patch by Nickolay Ponomarev <asqueella@gmail.com>, r=darin, sr=bz.
2006-04-15 13:59:31 +00:00
gavin%gavinsharp.com
fd5df59c9a
Bug 319977: Minor string parser coding error in nsIconURI.cpp, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=biesi, sr=bryner
2006-04-14 19:45:39 +00:00
gavin%gavinsharp.com
b263a7ca74
Bug 333386: crash [@ ns4xPluginStreamListener::OnFileAvailable], patch by Phil Ringnalda <philringnalda@gmail.com>, r+sr=jst
2006-04-14 19:23:39 +00:00
masayuki%d-toybox.com
51891c5774
Bug 261929 Consider sending urls in UTF-8 by default (images/links with non-ASCII chacters not displayed). patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=cbiesinger, sr=darin
2006-04-13 14:44:38 +00:00
mozilla.mano%sent.com
ee5ac74c76
Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r=mconnor. sr=neil.
2006-04-13 06:23:53 +00:00
benjamin%smedbergs.us
70a0f2207b
Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin
2006-04-12 15:43:32 +00:00
bzbarsky%mit.edu
f590d18aa0
Add a pref to force the XUL filepicker. Bug 333653, r+sr=roc
2006-04-12 00:49:46 +00:00
jag%tty.nl
cad1135c87
Bug 333308: make clean and make distclean miss various files. r=bsmedberg
2006-04-10 13:44:40 +00:00
uriber%gmail.com
22b463bc6d
Implemented bidi.edit.caret_movement_style pref, default is "visual, but logical during selection". bug=330175 r=smontagu sr=roc
2006-04-08 14:45:48 +00:00
mozilla.mano%sent.com
14c946a216
Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil.
2006-04-08 10:11:19 +00:00
gavin%gavinsharp.com
9ac789e54a
Bug 193923: disable fart sound by default, r=mconnor, sr=jag
2006-04-08 02:35:16 +00:00
mkaply%us.ibm.com
b58c06d5d0
#329205
...
r=timeless, src=roc
Patch from Ganesh - check for empty string before dereferencing pointer
2006-04-07 15:44:53 +00:00
dbaron%dbaron.org
04b8c33eda
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
2006-04-05 00:00:44 +00:00
cbiesinger%web.de
0cf032c25b
bug 331888. Make cairo-beos work. Requires --enable-pango for now
...
r=stuart
2006-04-04 21:22:35 +00:00
pavlov%pavlov.net
c4e5fd8088
first pass at making animated gifs work better in cairo builds. bug 324707. r=vlad
2006-04-01 00:35:58 +00:00
pavlov%pavlov.net
48062c9ae5
y was off-by-1 when calling UpdateImage() in cairo builds
2006-03-31 23:55:49 +00:00
darin%meer.net
20837f71e1
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
2006-03-30 18:40:56 +00:00
jwalden%mit.edu
ac773c0354
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
2006-03-29 22:10:37 +00:00
benjamin%smedbergs.us
2bdd3b1c75
Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls
2006-03-27 20:16:50 +00:00
pavlov%pavlov.net
1316de191a
additional speedups from bug 331298. r=vlad
2006-03-27 19:04:51 +00:00
dbaron%dbaron.org
80962467f4
Always use the UI direction for the scrollbar side, which is what we used to do in the most common case, but make it a pref. b=330863 r=smontagu sr=roc
2006-03-26 00:48:03 +00:00
pavlov%pavlov.net
897526fd54
speed up 8bit alpha png decoding by not doing extra division for opaque pixels. bug 331298
2006-03-25 20:02:21 +00:00
pavlov%pavlov.net
acc373cb6a
turns out you can't index in to an int
2006-03-25 04:55:19 +00:00
pavlov%pavlov.net
a1c738830c
more build fixes
2006-03-25 04:08:17 +00:00
pavlov%pavlov.net
2105bd3124
fixing linux build
2006-03-25 03:32:44 +00:00
pavlov%pavlov.net
572cb7e47b
didn't mean to remove this line.
2006-03-25 01:20:24 +00:00
pavlov%pavlov.net
c86f174d7a
fixing build bustage
2006-03-25 00:56:10 +00:00
pavlov%pavlov.net
714da423c5
speed up image drawing by decoding directly in to 32bpp buffers. bug 331298. r=vlad
2006-03-25 00:34:48 +00:00
gerv%gerv.net
5ea24669b2
Bug 331604: restore our version of expat to the original MIT-like licence.
2006-03-24 16:47:36 +00:00
bryner%brianryner.com
4cd1e2b280
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
pavlov%pavlov.net
88d2790e3b
remove locks and threadsafe claims from the not-really-threadsafe imagelib. bug 330425. r=mrbkap sr=bz.
2006-03-14 06:24:02 +00:00
darin%meer.net
4aca244416
fixes bug 328903 "Image requests need to cancel properly" r=biesi sr=bzbarsky
2006-03-11 20:32:47 +00:00
mkaply%us.ibm.com
0384e67b13
#3011064
...
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-03-08 19:29:25 +00:00
smontagu%smontagu.org
68fd2fbdfe
Add a user option to allow delete and backspace to delete immediately even if the character to be deleted is visually distant from the caret location. Bug 328834, r=uriber@gmail.com, sr=roc
2006-03-07 06:03:37 +00:00
jst%mozilla.jstenback.com
68aa2250ad
Followup fix for bug 328989. Fixing BeOS build bustage. Patch by cbiesinger@gmx.at, r+sr=jst@mozilla.org
2006-03-04 02:28:48 +00:00
dveditz%cruzio.com
c2898dcf5a
bug 328509 initialization fix, patch from jhpedemonte, r/sr=pavlov, a=dveditz
2006-03-03 23:44:58 +00:00
benjamin%smedbergs.us
4e5473cf67
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-03-02 15:15:03 +00:00
jst%mozilla.jstenback.com
c48986ae4e
Landing fix for bug 296159. Adding support for NPObject enumeration to npruntime. Patch by alfred.peng@sun.com, r=mrbkap@gmail.com, sr=jst@mozilla.org
2006-03-01 00:13:38 +00:00
roc+%cs.cmu.edu
20eba215e1
Bug 328684. Detect multipart channel by QI'ing the request object instead of peeking at the MIME type. r+sr=darin
2006-02-28 23:43:35 +00:00
dbaron%dbaron.org
39054b499d
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
2006-02-28 10:00:47 +00:00
scott%scott-macgregor.org
b888a73f50
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
2006-02-27 22:35:35 +00:00
jst%mozilla.jstenback.com
1ac2cd9bf6
Fixing bug 328457. Accessing ambigous members on scriptable plugins from JS can cause crashes. r=mrbkap@gmail.com, sr=brendan@mozilla.org
2006-02-25 00:32:03 +00:00
timeless%mozdev.org
1ce5986f6b
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
vladimir%pobox.com
3d78c2d4b8
b=327580, fix image decoder endianness & pixel format bits [mainly cairo], r=stuart
2006-02-21 23:19:20 +00:00
mark%moxienet.com
7ad20b7cf3
Excellent, we no longer have any Jaguar tinderboxes! 322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. Third time's the charm. r=josh sr=pink
2006-02-17 20:54:32 +00:00
cbiesinger%web.de
a381b0935f
bug 325177 r=darin sr=bz
...
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
stream converter
2006-02-17 16:54:27 +00:00
mark%moxienet.com
1040c02173
313347 Flash plugin crashes browser on Mac OS X/x86. Work around broken plugin's bugs with BROKEN_PLUGIN_HACK. r=josh sr=bryner
2006-02-15 21:11:21 +00:00
sergei_d%fi.tartu.ee
560705e4b9
[BeOS]Bug 327197. Fixing corrupted alpha in iconChannel.r=sergei_d, BeOS-only
2006-02-15 15:32:20 +00:00
leon.sha%sun.com
196ef90fe9
Bug 293987 Mozilla cannot open PDF document via proxy and It crash after close the tab when it loaded.
...
Patch by leon.sha@sun.com
darin: review+
shaver: superreview+
2006-02-14 08:13:51 +00:00
mark%moxienet.com
d2dbd89701
backout 322578 asdecode and resources (again) due to jaguar fire (again)
2006-02-14 06:15:27 +00:00
mark%moxienet.com
969400b8c5
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink. This will break the build on Mac OS X 10.2 ("Jaguar"), and it's not going to be fixed. See bug 299214.
2006-02-14 03:42:42 +00:00
dbaron%dbaron.org
ce919b811f
Cache GnomeIconTheme to fix serious performance problems. b=326714 r=biesi sr=roc
2006-02-13 00:27:11 +00:00
dbaron%dbaron.org
ad3f376058
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
2006-02-13 00:25:59 +00:00
pavlov%pavlov.net
dc9de5a879
removing unused files.
2006-02-11 06:31:41 +00:00
darin%meer.net
bf52ab8ccf
fixes bug 324645 "<a ping> support should be opt-in, not opt-out, for Gecko-based apps" r+sr=bzbarsky
2006-02-07 18:20:03 +00:00
cbiesinger%web.de
c2d981f764
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
...
r+sr=darin
2006-02-03 14:18:39 +00:00
bzbarsky%mit.edu
263cf7dc11
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
masayuki%d-toybox.com
ef625f0e76
Bug 323142 Selecting from drop down in Java applet no longer populates field. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=ere, sr=roc
2006-02-01 15:37:04 +00:00
bzbarsky%mit.edu
a94a3b2c3b
Tighten up some stuff. Bug 325297, r+sr=jst
2006-01-31 21:33:12 +00:00
cbiesinger%web.de
37b8557e3a
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)
2006-01-28 14:25:18 +00:00
mark%moxienet.com
227fa8f814
322578 backing out due to 10.2 bustage
2006-01-27 22:19:42 +00:00
mark%moxienet.com
ce64f51e07
322578 Bustage fix for Mac OS X 10.2 build hosts (why haven't these tinderboxes been upgraded?!)
2006-01-27 21:49:08 +00:00
mark%moxienet.com
c24980bb5e
322578 Support ppc<->x86 cross builds for Mac OS X. Remove asdecode. r=josh sr=pink
2006-01-27 21:00:32 +00:00
bryner%brianryner.com
ecc0706743
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
2006-01-24 19:22:02 +00:00
dbaron%dbaron.org
4cd142ba43
Make DPI preference behave the same on OS/2 as on Unixes. r=mkaply sr=roc b=323964
2006-01-20 20:08:02 +00:00
dbaron%dbaron.org
a329e374b1
Fix regression of default DPI preference. b=233082 r+sr=roc
2006-01-20 20:06:33 +00:00
gerv%gerv.net
e95b3a476d
Bug 324140: cvs remove unused and non-free libnls directory. r=brendan.
2006-01-20 15:23:16 +00:00
bzbarsky%mit.edu
c909c90365
Don't leak void array members on early return. Bug 273022, patch by jpl24
...
<jlurz24@gmail.com>, r+sr=jst
2006-01-19 03:40:06 +00:00
dougt%meer.net
d8004b869b
fixing build bustage on linux arm. b=319587 r=dougt
2006-01-11 17:32:29 +00:00
gavin%gavinsharp.com
9af5d4c214
Bug 322996: Enable IDN for .is domain, r=Gerv
2006-01-11 03:02:18 +00:00
darin%meer.net
387edde4eb
fixes bug 319368 "Implement <a ping>" r=jst sr=bzbarsky
2006-01-11 01:50:15 +00:00
neil%parkwaycc.co.uk
180a841df6
Bug 322754 Pref service asserts instead of removing dead references r+sr=darin
2006-01-10 12:20:17 +00:00
neil%parkwaycc.co.uk
c44b992ba0
Make moz-icon: work on Windows drives b=236227 r=mscott sr=tor
2006-01-10 12:04:08 +00:00
bzbarsky%mit.edu
090cdfa710
Rename our in-tree expat lib to mozexpat_s. Bug 305841, patch by Andy Willis
...
<abwillis1@gmail.com>, r=peterv
2006-01-07 02:40:20 +00:00
bzbarsky%mit.edu
1130433f47
Additional followup for bug 317448. r=brendan
2006-01-07 02:28:39 +00:00
joshmoz%gmail.com
55dc4e8105
Update old email addresses for Josh Aas.
2006-01-05 17:07:01 +00:00
cbiesinger%web.de
990dbbe78e
bug 322319 patch by Christian Franke <Franke@computer.org> r=biesi sr=jst
2006-01-05 13:12:46 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
cbiesinger%web.de
8caa277c24
Bug 316455 Remove nsIPluginInstanceOwner::PluginNotAvailable, which is pointless
...
now that plugin loading has been rewritten in bug 1156 / bug 309521
r+sr=bz
2006-01-01 11:28:35 +00:00
gerv%gerv.net
eb50dd44e7
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-31 16:02:07 +00:00
gerv%gerv.net
1dca58927a
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-31 12:14:46 +00:00
mark%moxienet.com
3e9c74e5a9
Cleaning up obsolete dead code, see bug 314432. r=josh sr=pink
2005-12-28 18:21:33 +00:00
dbaron%dbaron.org
eba47946d5
Add pref for CSS error reporting and mark as warnings rather than errors. b=264162 r=shaver sr=bzbarsky
2005-12-27 22:03:29 +00:00
pete.zha%sun.com
8ee60a1ee5
bug 321065 memory leak in nsJSNPRuntime.cpp
...
patch=alfred.peng@sun.com
r=dbaron
sr=brendan
2005-12-22 03:16:16 +00:00
timeless%mozdev.org
63408ce9ed
Bug 320498 Fix NewChannel impls to handle null in argument
...
r=darin sr=darin
2005-12-18 01:50:50 +00:00
gerv%gerv.net
9998966b02
Bug 320174: correct malformed licence headers. Patch by Jeff Walden <jwalden@mit.edu>, r=gerv.
2005-12-15 13:48:48 +00:00
cls%seawood.org
34fa564d93
Set NO_INSTALL as well as NO_DIST_INSTALL
2005-12-13 19:23:30 +00:00
cls%seawood.org
5d0ed56c25
Fix header export rules for parallel builds.
...
Bug #319460 r=bsmedberg
2005-12-13 17:25:26 +00:00
gerv%gerv.net
adbec5dbff
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-12-13 13:25:40 +00:00
bzbarsky%mit.edu
a361cb98b7
Nothing window.Components shouldn't be special for cross-domain access
...
purposes. Bug 319079, r+sr=jst
2005-12-05 19:13:33 +00:00
masayuki%d-toybox.com
120c6432db
Bug 317486 Some plug-ins may eat WM_SETFOCUS / WM_KILLFOCUS patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r=ere, sr=roc
2005-12-05 05:59:23 +00:00
jst%mozilla.jstenback.com
26fb03d65a
Fixing bug 318270. Fix refcount problem in ns4xPluginInstance::GetDOMWindow() that lead to crashes due to window objects being deleted too quickly. r=mrbkap@gmail.com, r+sr=bzbarsky@mit.edu
2005-12-02 00:50:19 +00:00
timeless%mozdev.org
89aeba9c73
Bug 317819 disable more javascript/DOM abilities, plugins in mail
...
backing out changes to all.js per ajschult@verizon.net
2005-11-30 04:12:59 +00:00
timeless%mozdev.org
8cd67a8f86
Bug 317819 disable more javascript/DOM abilities, plugins in mail
...
patch by ajschult@verizon.net r=iann_bugzilla@arlen.demon.co.uk sr=neil
2005-11-30 02:32:28 +00:00
jst%mozilla.jstenback.com
8f1863159b
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
2005-11-28 23:56:44 +00:00
timeless%mozdev.org
9b0852aaf7
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 21:57:13 +00:00
timeless%mozdev.org
db820cf720
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
darin%meer.net
e33d64b3dc
fixes bug 289851 "jar: protocol does not handle file names with embedded spaces" patch by Simo Melenius (simo.melenius@citec.fi), r=biesi, sr=darin
2005-11-23 20:35:37 +00:00
bzbarsky%mit.edu
8757c7caa5
Look for the wrapper in the right scope -- GetWrappedNativeOfNativeObject won't
...
fix up the scope for us. Bug 309044 re-fix, r+sr=jst
2005-11-22 15:51:41 +00:00
timeless%mozdev.org
17f5f5429f
Bug 106386 Correct misspellings in source code
...
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
mark%moxienet.com
2021b5a609
Bug 314432, Get rid of TVector glue in Default Plugin on Mac/Intel. Built but not used in Firefox. r=josh
2005-11-17 21:38:05 +00:00
brettw%gmail.com
9783de077a
Bug 245684, add JPEG encoder. r=pavlov, sr=vladimir
2005-11-15 18:10:08 +00:00
masayuki%d-toybox.com
7e718780b3
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 23:55:24 +00:00
masayuki%d-toybox.com
3767450b23
backing out previous patch b=55751
2005-11-14 22:33:39 +00:00
masayuki%d-toybox.com
94e3cfbe0c
Bug 55751 Mnemonic doesn't work when IME is on / Bug 113187 Cannot use shortcut of single key(e.g., space key, "/", "'", "F", "N", "B", "P" and "T") if IME is active r+sr=roc
2005-11-14 21:32:16 +00:00
dbaron%dbaron.org
3c95294952
Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin
2005-11-14 20:09:51 +00:00
bzbarsky%mit.edu
669f07b0d3
Fix bug 316025 -- no need to create a wrapper on plugin teardown if we don't
...
have one already. r+sr=jst
2005-11-11 20:38:41 +00:00
bsmedberg%covad.net
78f6d0683d
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
2005-11-11 14:36:26 +00:00
joshmoz%gmail.com
70d0b15dbe
remove XP_MAC, cleanup. b=281889 r=mento sr=smfr
2005-11-10 17:45:59 +00:00
bsmedberg%covad.net
caee95c028
Bug 315401 - XPTI_GetInterfaceInfoManager is a bad signature and should be removed, r=darin sr=jst
2005-11-10 16:19:44 +00:00
bzbarsky%mit.edu
5194b0488f
Remove unneeded row allocations and clean up some code in BlackenFrame. Bug
...
301594, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov,tor
2005-11-10 14:59:48 +00:00
cbiesinger%web.de
195b7e17c0
Bug 312241 make unimplemented methods return NS_ERROR_NOT_IMPLEMENTED
...
patch by Christian Persch <chpe@gnome.org> r=biesi sr=bryner
2005-11-08 20:13:39 +00:00
bzbarsky%mit.edu
207461fe4d
When java is disabled in preferences, the plugin host shouldn't claim it's
...
supported. Bug 310021, r=biesi, sr=jst
2005-11-06 18:34:03 +00:00
cbiesinger%web.de
eefeee2c91
bug 315188 make libjar use symlinks on BeOS too
...
patch by tqh <thesuckiestemail@yahoo.se> r=fyysik sr=darin
2005-11-05 23:23:01 +00:00
joshmoz%gmail.com
1df9ae796f
don't free TVector glue that wasn't allocated on Intel Macs. Patch by Eric Albert. b=313347 r=mento sr=smfr
2005-11-05 02:25:32 +00:00
mkaply%us.ibm.com
cf6829b514
#300302
...
r/sr=mkaply, a=mtschrep
Patch from Peter Weilbacher - disableIPv6 on OS/2 since we don't have it
2005-11-04 15:23:03 +00:00
jst%mozilla.jstenback.com
a15bbca516
Fixing bug 309044. Fix problem with errors being thrown if a plugin element for a scriptable plugin is being used after the plugin element was removed from the DOM tree. r=mrbkap@gmail.com/bzbarsky@mit.edu, sr=brendan@mozilla.org
2005-11-04 01:01:08 +00:00
bsmedberg%covad.net
5a3dee9942
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
2005-11-02 14:14:18 +00:00
roc+%cs.cmu.edu
52cfc56bd2
Bug 240262. Change permissions so MARQUEE can function in mailnews. r=mscott, patch by Martijn Wargers
2005-11-01 23:59:18 +00:00
scott%scott-macgregor.org
4daeed882a
Bug #313490 --> Enable IDN for .org
...
patch by gerv
a=asa
2005-11-01 06:59:21 +00:00
darin%meer.net
61980520fd
fixes bug 309311 "Add yet more characters to the IDN blacklist" patch by Neil Harris (usenet@tonal.clara.co.uk), r=gerv, sr=dveditz
2005-10-21 19:07:22 +00:00
jst%mozilla.jstenback.com
e7d6eab80a
Fixing bug 311388, crash in nsPluginHostImpl::IsPluginEnabledForExtension(). What seems to be the problem here is that when a plugin is first seen and it does not support any file extensions we end up with a null mExtensionsArray in a nsPluginInfo object, and all other places in the code already check for this, but not IsPluginEnabledForExtension(). r=mrbkap@gmail.com, sr=darin@meer.net
2005-10-20 00:28:35 +00:00
darin%meer.net
6763ec6040
fixes bug 312946 "javascript:Packages.prototype crashes browser if Java plugin is not found" r=brendan
2005-10-19 18:55:44 +00:00
bsmedberg%covad.net
db584fa139
Bug 207521 - deprecate --enable|disable-shared, since --enable-static gives us all the information we need, r=cls
2005-10-17 14:57:32 +00:00
mats.palmgren%bredband.net
e36a52de0d
Restore Mac-specific caret movement when there is a selection. b=299417 r=uriber sr=roc
2005-10-17 00:51:46 +00:00
cbiesinger%web.de
0a14a7ee2b
Bug 309386 Document what a null stream listener from loadImageWithChannel means
...
r=pavlov sr=bz
2005-10-12 18:42:02 +00:00
darin%meer.net
481d809747
fixes bug 284474 "Converting to UTF-8 a url with an unescaped non-ASCII chars in the query part leads to an incompaitbilty with most server-side programs" r=jshin sr=bzbarsky
2005-10-11 01:41:51 +00:00
bryner%brianryner.com
178ad5a677
Dispatch an OnStartDecode notification for ICO images. Bug 310740, r=biesi, sr=tor.
2005-10-11 00:21:51 +00:00
mark%moxienet.com
9f7c18b95f
Bug 293503, back/forward behavior is reversed when scrolling horizontally with alt/option. Fix mousewheel binding. Includes Camino pref fixage. r=mano sr=roc
2005-10-10 06:05:38 +00:00
bzbarsky%mit.edu
c22ca3e03b
Fix bug 297832. Patch by David H. Gutteridge <dhgutteridge@hotmail.com>, r+sr=jst
2005-10-08 03:02:20 +00:00
bryner%brianryner.com
2768ce1dbd
Don't lose track of image requests that are multipart/x-mixed-replace, so that we can disable bfcache for these documents. Bug 308903, r=pavlov, sr=darin.
2005-10-03 22:27:20 +00:00
jshin%mailaps.org
77c4c35d76
bug 222919 : change default font for zh-HK on OS X (r=me, pikerton, sr=sfraser, a=asa) patch by Smonkey Ardisson (alqahira%mindspring.com)
2005-10-01 07:38:07 +00:00
dveditz%cruzio.com
9e0319346f
Support \u and \x escapes in pref files (bug 307438). r=cbiesinger, sr=darin
2005-09-29 18:09:06 +00:00
peterv%propagandism.org
8702e6b0aa
Fix for bug 307713 (Improve and use nsAgg's macros). r=dougt, sr=darin.
2005-09-28 13:13:27 +00:00
mozilla.mano%sent.com
370f4cb779
Bug 309227 - Support for mousewheel.withmetakey.*/mousewheel.horizontal.withmetakey.*. r=mento, sr=neil.
2005-09-26 03:38:29 +00:00
bryner%brianryner.com
6ba0ca043f
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-23 18:16:40 +00:00
scott%scott-macgregor.org
40fb68a0b2
Bug #309228 --> Default prefs in mailnews have a typo.
...
r=jesse
2005-09-23 01:13:21 +00:00
cbiesinger%web.de
7002686d0d
bug 1156
...
- Make object frames have no children
- Make the frame constructor construct a subdocumentframe, object frame or
image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly
NOTE: This checkin will break the plugin finder. This will be fixed soon.
r+sr=bz
2005-09-21 19:14:30 +00:00
mark%moxienet.com
793f191702
Bug 171680, modifier keys have no effect on mouse wheel (Mac). Handle modifier keys for scrollwheel events. Bug 255415, scroll wheel doesn't scroll the right scrollable thing until the mouse is moved. Walk the widget hierarchy to find out what's under the mouse. r=mano sr=smfr
2005-09-21 04:10:59 +00:00
gerv%gerv.net
6385a36ab4
Bug 308344: add .vn to list of IDN TLDs. Patch by gerv; a=asa.
2005-09-20 09:10:23 +00:00
masayuki%d-toybox.com
b5c1236a8f
Bug 306209 Should fire NS_FOCUSCONTENT event on nsPluginInstanceOwner by clicking plugin's content patch by VYV03354@nifty.ne.jp r+sr=roc
2005-09-18 09:41:37 +00:00
bzbarsky%mit.edu
9f1f508f2a
Fix bug 300756. Make sure we can find a JS context when tearing down plugins
...
even with fastback enabled. Patch by jst, r=shaver@mozilla.org , sr=brendan@mozilla.org
2005-09-17 03:40:08 +00:00
pkw%us.ibm.com
b7a89848c8
Bug 308126 - Trunk build failure in libpr0n module
...
r=mozilla@kaply.com , sr=tor@acm.org
2005-09-16 23:50:39 +00:00
bzbarsky%mit.edu
19d2add95a
Keep the results of EvaluateStringWithValue properly alive while we're using
...
them, and make sure we don't GC the xbl property getter when we create the
setter. Bug 299205, r=jst, sr=brendan
2005-09-16 15:44:59 +00:00
timeless%mozdev.org
3be5fc7179
Bug 210305 crash [@ nsJARChannel::nsJARChannel] NS_ADDREF(gJarHandler) because gJarHandler is 0
...
r=darin sr=darin
2005-09-16 07:09:35 +00:00
cbiesinger%web.de
277901a6fb
bug 307879 destroy the stream in the nullplugin
...
r=jst sr=darin
2005-09-15 16:06:31 +00:00
bzbarsky%mit.edu
1b2b138576
Attempt to fix some plugin leaks. Bug 302737, r+sr=jst
2005-09-14 17:17:25 +00:00
bryner%brianryner.com
53d768e870
Backing out 292965 until Tp regression is understood.
2005-09-14 07:28:05 +00:00
bryner%brianryner.com
d67792fcc9
Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me.
2005-09-14 03:38:40 +00:00
darin%meer.net
f89d6cb246
backing out fix for bug 301694 since it doesn't work
2005-09-08 00:32:14 +00:00
cbiesinger%web.de
539905ea1a
return a better error code when content policy blocked the load
...
followup to bug 305565, r+sr=bz
2005-09-07 16:32:52 +00:00
cbiesinger%web.de
4e925e55a0
bug 301052 call NPN_{Push,Pop}PopupsEnabledState around window opening
...
functions, so that they don't get blocked
r+sr=jst
2005-09-07 12:54:11 +00:00
brendan%mozilla.org
52eeba63ea
Branch version of patch for bug 305565 (r/sr=jst/bz).
2005-09-07 02:39:51 +00:00
gerv%gerv.net
f8e51b544d
Bug 301694: change to more human-readable format for IDN character blacklist. Patch by usenet@tonal.clara.co.uk; r=gerv, sr=darin, a=asa.
2005-09-06 12:33:11 +00:00
smfr%smfr.org
1b0e63378d
Fix bug 306177: fix the "click here to get the plugin" action of the Default Plugin by enabling popups from the plugin. r=mark, sr=jst.
2005-09-04 19:30:32 +00:00
dougt%meer.net
e890b300d8
Backing out Bug 268798 which caused a Tp regression. See bug 305356 for details. r+sr=bz, a=asa
2005-09-01 14:33:07 +00:00
pavlov%pavlov.net
6232847cca
adding support for image encoding. bug 245684. patches from Brett Wilson <brettw@gmail.com>. r=me, sr=vlad
2005-08-31 22:15:33 +00:00
smfr%smfr.org
cd50c324c2
Fix the signatures of NPN_PushPopupsEnabledState(), NPN_PopPopupsEnabledState() (fallout from bug 176079). r/sr=jst, a=brendan.
2005-08-29 15:09:21 +00:00
vladimir%pobox.com
00e47b5654
b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa
2005-08-25 20:05:24 +00:00
pavlov%pavlov.net
9d85e378b2
moving native theme stuff to widget (bug 305291) and landing the remaining thebes gfx changes (bug 305538). r=vlad sr=roc
2005-08-23 02:11:54 +00:00