asqueella%gmail.com
c2f2d35384
more fixes for bustage from bug 361299
2007-02-06 00:09:47 +00:00
joshmoz%gmail.com
df28c79336
fix bustage from bug 361299
2007-02-05 22:58:53 +00:00
joshmoz%gmail.com
a3e2590c6d
fix icon decoder on mac os x, don't call GetAlphaBytesPerRow and its underlying GetAlphaLineStride which is
...
plain wrong in Cairo. patch by Alfred Kayser. r=pav sr=tor
2007-02-05 22:35:37 +00:00
asqueella%gmail.com
2e70b37445
Bug 354330 - nsIPref should have @status DEPRECATED
...
patch by Magnus Melin <mkmelin+mozilla@iki.fi>
r=timeless, sr=biesi
2007-02-05 22:34:35 +00:00
jwalden%mit.edu
e4bdd6e0d4
Bug 368942 - Add a do_get_file(path) function to xpcshell-simple, remove do_get_topsrcdir() as unnecessary. Also fix bug 368944 (invalid use of nsILocalFile API in test-harness) at the same time. r=sayrer
2007-02-03 01:46:09 +00:00
asqueella%gmail.com
bd55f067c6
Bug 366727 - Standardize Cairo Pixel construction and clean the PNG decoder a little
...
patch by Alfred Kayser <alfredkayser@nl.ibm.com>
r=stuart, sr=vlad
2007-01-31 21:09:20 +00:00
asqueella%gmail.com
d06a4536e1
Bug 366214 - more improvements for JPEG in Cairo
...
patch by Alfred Kayser <alfredkayser@nl.ibm.com>
r=pavlov, sr=tor
Patch description:
1. Use row_stride and bpr only in non-Cairo builds (for the RGBRow buffer)
(as jpg scanlines are always 3 bytes (in current config anyway)
2. Use 'client_data' to keep the pointer to the decoder instead of the offsetof
hack
3. Call 'img->ImageUpdated' not for every scanline, but for every batch of
scanlines received (just like OnDataAvailable).
Ad 1: Allows for better Cairo and non-Cairo separation
Ad 2: Removes the need for the offsetof hack
Ad 3: Makes image decoding for JPG in Cairo a lot faster (at least it feels
faster)
2007-01-31 14:53:21 +00:00
jwalden%mit.edu
b47df8a726
Final try at bug 351968 -- make relative topsrcdirs work, fixing the last build errors. Because xpcshell tests are fragile, this commit intentionally breaks a test so that I can verify correctness; I'll remove the break when I verify the fix works correctly (via broken test error messages).
2007-01-31 07:22:12 +00:00
jwalden%mit.edu
df236c24ab
Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg
2007-01-31 03:25:46 +00:00
roc+%cs.cmu.edu
fb256ad88e
Bug 368153. Allow jar: URLs to return the query part in the document.location.search property. r+sr=darin
2007-01-30 01:15:02 +00:00
jst%mozilla.org
ebcc6779bf
Fixing bug 366082. Prevent Adobe Acrobat from loading URLs other than http:, https:, or ftp: w/o specifying a target. r+sr=dveditz@cruzio.com
2007-01-28 19:50:37 +00:00
dbaron%dbaron.org
6aa28616ff
Don't close the same file descriptors twice. b=367817 r+sr=darin
2007-01-25 23:05:22 +00:00
asqueella%gmail.com
dbb343319e
The patch for 367275 (previous checkin) was by
...
Alfred Kayser <alfredkayser@nl.ibm.com>
2007-01-25 13:14:24 +00:00
asqueella%gmail.com
f1535a0723
fix bug 367275 - download manager file folder icon is black
...
(regression from 360000)
Only do premultiplication when the 32bit ico really has alpha - move
premultiplication to SetImageData from SetPixel and only premultiply
if mHaveAlpha is true.
The 'premultiplication' function has been copied from libpixman.
r=pavlov
2007-01-25 11:39:48 +00:00
bzbarsky%mit.edu
f55251fc1b
Filter out entries for files in subdirectories even at the root. Bug 367459,
...
patch by Alfred Kayser <alfredkayser@nl.ibm.com>, r+sr=bzbarsky
2007-01-22 01:47:50 +00:00
bent.mozilla%gmail.com
f1c1d63726
Bug 367059 - 'Reversed assertion test in PopException ("Uh, no NPP exception to pop!")'. r=josh, sr=roc.
2007-01-17 21:06:38 +00:00
asqueella%gmail.com
4cd8fb0834
Bug 360000 - make 32-bit favicons with transparency work correctly in cairo
...
p=Alfred Kayser <alfredkayser@nl.ibm.com>, r=pavlov, sr=tor
2007-01-17 10:39:10 +00:00
dbaron%dbaron.org
d42e9d33b2
Use a different internal icon format ifdef MOZ_CAIRO_GFX that is easier to convert to the image frame format we use, and make the relevant icon channel implementations produce it. b=333253 r=pavlov
2007-01-08 23:58:12 +00:00
pavlov%pavlov.net
68b84dde4d
removing long unused files as part of bug 316141.
2007-01-05 20:38:54 +00:00
gavin%gavinsharp.com
79f6b502c2
Bug 325906: Remove one malloc from the JPEG decoder, and some optimizations, patch by Alfred Kayser <alfredkayser@nl.ibm.com>, updated by Ryan VanderMeulen <ryanvm@gmail.com>, r=alfredkayser, sr=pavlov
2007-01-04 20:03:50 +00:00
gijskruitbosch%gmail.com
d7b05d0458
Bug 328128 - nsIPrefBranch::prefHasUserValue should document the fact that a pref doesn't have a user set value if it's set to its default value
...
p=asqueella@gmail.com (Nickolay Ponomarev)
r+sr=darin.moz@gmail.com (Darin Fisher)
Documentation Only.
2006-12-29 13:08:41 +00:00
timeless%mozdev.org
4eb33f446c
Bug 341955 add some more items to .cvsignore
...
r=bsmeberg
2006-12-21 07:04:12 +00:00
mozilla.mano%sent.com
e4fc371d98
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
b5cf1eab23
Trying bandaide for crash at [@ imgRequest::OnStopRequest]. see bug 361499.
2006-12-11 04:15:45 +00:00
smontagu%smontagu.org
a7a4ad15d3
Correct stupid typo in default font names. Bug 362709, r=mano
2006-12-04 09:43:52 +00:00
mats.palmgren%bredband.net
edd60b9333
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
916875fa00
bug 333253. disabling icon decoder in cairo until proper fix can go in.
2006-11-28 03:08:43 +00:00
pavlov%pavlov.net
a9e502ba95
move ns_ensure_true in to the right block. bug 333253. r=vlad
2006-11-28 01:14:29 +00:00
cbiesinger%web.de
4148489254
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
47c43f3950
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
57cc88bce4
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
142a417a31
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
b145e9b6f6
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
9fb6333187
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
dec5d54e8b
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
78521b7277
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
24a61f105a
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
752ca9bf45
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
d5b99da783
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
d0e94a0ec4
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
24a6340663
Bug 352666 - Crash [@ nsPrefBranch::SetComplexValue], r=dveditz, sr=bzbarsky
2006-10-12 13:25:02 +00:00
smontagu%smontagu.org
5b5f1cf9c6
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
892e5df5a2
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
35f2b13097
Bug 355299 Update obsolete plugin-related URLs
...
r+sr=jst
2006-10-05 23:06:49 +00:00
pavlov%pavlov.net
55d1f23fc6
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
a504e0ecba
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
239a8146c2
bug 353983 add --enable-application=netwerk option
...
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
pavlov%pavlov.net
0c611298cd
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
de2e8d4fc7
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
54decaedd5
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
896fdf87e3
Bustage fix for 333129 more in module style.
2006-09-24 17:33:10 +00:00
gavin%gavinsharp.com
172a65ae11
back out bug 337561
2006-09-24 16:23:31 +00:00
gavin%gavinsharp.com
5a7cdfe998
Temporary hack to fix bustage from bug 333129
2006-09-24 15:53:37 +00:00
gavin%gavinsharp.com
bfcccd8c07
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
61231d8080
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
073ea8e1a4
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
51128019c3
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
204a110dff
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
eb5e213ed2
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
92584add98
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
2006-09-12 22:58:11 +00:00
cst%yecc.com
7b5d39d4d6
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
c249dc7837
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
2006-09-08 04:35:17 +00:00
joshmoz%gmail.com
dda5802a31
Cleanup in preparation for the real fix to bug 350109. r/sr=jst
2006-09-07 23:58:27 +00:00
cbiesinger%web.de
b6fdcf9273
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
d557e3ec85
fixing build bustage
2006-09-05 22:28:50 +00:00
pavlov%pavlov.net
a6f524423f
ico crash. bug 332386. r=vlad
2006-09-05 22:15:47 +00:00
mkaply%us.ibm.com
dcef1afa27
OS/2 build break
2006-09-05 18:52:22 +00:00
sayrer%gmail.com
a478a91a84
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
f02f611835
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
1846fd9c62
Bug 106386 Correct misspellings in source code
...
r=bernd rs=brendan
2006-08-28 20:12:37 +00:00
sayrer%gmail.com
4637792cc8
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
5840a9b93e
Fix a heap buffer overflow (cairo only). b=332611 r+sr=pavlov
2006-08-24 09:31:46 +00:00
bzbarsky%mit.edu
58324c94c1
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
8769e463a9
Bug 341524, DOM storage should follow cookie prefs
2006-08-19 01:21:58 +00:00
sayrer%gmail.com
408c413be0
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
23b67a20c6
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
1c22cdf9a5
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
ebbf63598a
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
1aa947c723
Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento
2006-08-09 13:39:19 +00:00
gerv%gerv.net
56f443c1e3
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
868c9a64c0
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
a0ca13af9b
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
e348ccb36e
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
500599454e
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
d7cc499975
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
86945155bc
bug 345866 - support OJI for Win64. r/sr=jst
2006-07-27 16:51:25 +00:00
mozilla.mano%sent.com
0e33240232
Bug 343587 - Make mousedown-to-scroll faster (150ms delay), r=beltzner.
2006-07-26 18:17:29 +00:00
joshmoz%gmail.com
09cac16d97
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
c426ac7716
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
bfcd1bfc97
Make docs better. Bug 345069, r=pavlov
2006-07-18 19:26:04 +00:00
joshmoz%gmail.com
16efc9a320
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
f32bd1cc35
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
9b29767dbd
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
547a2a14eb
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
c4fc4c0291
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
bfd98396db
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
ee239a5f96
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
3e9a22d5f0
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
cbbdc8387d
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
bb15c48132
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
df189941d1
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
d323dc9957
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
43017ba0c6
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
678560af20
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
6cae87b708
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
f3e1ecabf0
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
9684134616
fix memory leak in Cocoa icon decoder. b=342066 r=mento sr=pav
2006-06-20 16:59:15 +00:00
mark%moxienet.com
0b93bcc02c
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
64a760c3c0
Bug 337917 Make consumers stop using cids from other modules
2006-06-18 21:18:22 +00:00
mrbkap%gmail.com
c14a5a0dea
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
f5c3ea91ad
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
d5ad1dc2b9
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
2006-06-13 03:07:47 +00:00
darin%meer.net
3a47a59aa8
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
43895f48e7
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
b8ead4b762
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
e0fd9aeff7
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
36362819d4
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
ea26fcff6f
fixes bug 339120 "Jigzone Java puzzles hang trunk" r=bsmedberg sr=roc
2006-06-09 01:35:53 +00:00
timeless%mozdev.org
9391198a55
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
d69e663192
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
4ab936e5ef
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
eea02a93fb
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
eda2fc8d5c
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
61dd5c50db
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
8fbc20e4e9
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
9adf2e1afb
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
8c38594447
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
b9b66cc05b
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
b3f9295673
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
2078de8abb
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
99edde7f0d
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
a655ef35d9
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
2af06842c2
Remove network.image.warnAboutImages preference, r+sr=neil
2006-05-15 16:53:10 +00:00
mkaply%us.ibm.com
3fb1d562dc
#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
5c53d1b0a6
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
7d3e7d7acd
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
1fe4516c9f
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
6264dcdc31
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
dac2d5f1fe
be more aggressive about finding icon data. b=336356 r=mento sr=pav
2006-05-05 23:22:18 +00:00
darin%meer.net
3e0bddd90f
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
c602d7baaa
b=336330, fix memory scribble in jpeg decoder, r+sr=roc
2006-05-03 00:24:25 +00:00
joshmoz%gmail.com
60375e4c12
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
e7a84f6ea9
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
fca88cd9e1
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
02082fc3be
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
7678eeb272
[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
0a4c496ac9
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
ae563776cb
Bug 331099: Add .cat to IDN whitelist. Patch by gerv; a=darin.
2006-04-28 10:55:29 +00:00
leon.sha%sun.com
7a86944cd8
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
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
benjamin%smedbergs.us
1a5372d84e
Bustage fix attempt from bug 332115.
2006-04-27 15:15:48 +00:00
benjamin%smedbergs.us
ddc19fa107
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
ba408f3dea
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
0a9719a82d
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
582efc35e4
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
aeb28ab6cc
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
758353c8c2
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
c8e215e3c5
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
1ec3a142c8
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
adb7f3374e
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
870d7b0f54
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
8900a363a6
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
23d13c6fad
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
2efd870be2
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
11008a7f40
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
bdf0ad33a5
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
185c761605
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
9177823eb6
Add a pref to force the XUL filepicker. Bug 333653, r+sr=roc
2006-04-12 00:49:46 +00:00
jag%tty.nl
9112187523
Bug 333308: make clean and make distclean miss various files. r=bsmedberg
2006-04-10 13:44:40 +00:00
uriber%gmail.com
c7ab706687
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
af3139bad7
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
d051937159
Bug 193923: disable fart sound by default, r=mconnor, sr=jag
2006-04-08 02:35:16 +00:00
mkaply%us.ibm.com
73fe26f50a
#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
ac49c790c1
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
ea0243cf9b
bug 331888. Make cairo-beos work. Requires --enable-pango for now
...
r=stuart
2006-04-04 21:22:35 +00:00
pavlov%pavlov.net
cddbd98657
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
ab26027973
y was off-by-1 when calling UpdateImage() in cairo builds
2006-03-31 23:55:49 +00:00
darin%meer.net
5521781301
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
a97b485d38
Bug 309296 - RFE: directory listing for jar:. r=darin, sr=bzbarsky
2006-03-29 22:10:37 +00:00
benjamin%smedbergs.us
a5342e1803
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
0dd6b2df94
additional speedups from bug 331298. r=vlad
2006-03-27 19:04:51 +00:00
dbaron%dbaron.org
6c82099a48
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
0533ead25a
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
1ec7fcbd93
turns out you can't index in to an int
2006-03-25 04:55:19 +00:00
pavlov%pavlov.net
e111dc9a93
more build fixes
2006-03-25 04:08:17 +00:00
pavlov%pavlov.net
68e73ff9c4
fixing linux build
2006-03-25 03:32:44 +00:00
pavlov%pavlov.net
03670d55a4
didn't mean to remove this line.
2006-03-25 01:20:24 +00:00
pavlov%pavlov.net
86b0b5cd53
fixing build bustage
2006-03-25 00:56:10 +00:00
pavlov%pavlov.net
44f55dc046
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
c3cda7c587
Bug 331604: restore our version of expat to the original MIT-like licence.
2006-03-24 16:47:36 +00:00
bryner%brianryner.com
41e6c02b2f
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
abce285f57
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
c388aa4e8d
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
481124e49d
#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
eaaa7f08c3
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
a0a3d9e266
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
588629eb31
bug 328509 initialization fix, patch from jhpedemonte, r/sr=pavlov, a=dveditz
2006-03-03 23:44:58 +00:00
benjamin%smedbergs.us
ea521b759b
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
666036a715
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
f885752b73
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