Граф коммитов

5840 Коммитов

Автор SHA1 Сообщение Дата
pavlov%pavlov.net 042fe230a9 removing CRCs from the acTl chunk and making all the chunks not-safe-for-copy. r=asmith15@learn.senecac.on.ca 2007-03-21 18:55:05 +00:00
pavlov%pavlov.net 90172137f6 APNG. bug 257197. patch by Andrew Smith <asmith15@learn.senecac.on.ca>. r=biesi sr=pavlov 2007-03-20 23:56:50 +00:00
joshmoz%gmail.com 707362d6e0 return values of the correct type, other cleanup. no bug. r/sr=jst 2007-03-20 02:35:56 +00:00
dbaron%dbaron.org 405d600298 When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc 2007-03-20 00:58:20 +00:00
jst%mozilla.org 2bf1b026d8 Landing fix from dmeketa@macromedia.com for bug 299054. Adding support for exposing HTTP headers on plugin streams. r=joshmoz@gmail.com, sr=jst@mozilla.org. 2007-03-16 23:53:16 +00:00
roc+%cs.cmu.edu 81867edd87 Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
joshmoz%gmail.com 826e728ee9 Default Plug-in's InfoPlist.strings is a broken, double-double quotes starting quoted strings. b=373818 r=josh sr=pav 2007-03-14 01:01:44 +00:00
joshmoz%gmail.com 1b83fa2b51 remove backward adapter plugin code for 3.0/4.0 plugin compat. nobody should be using it any more and in any case it doesn't belong in the samples directory. b=373155 sr=jst 2007-03-13 22:18:04 +00:00
tor%cs.brown.edu 657f430e03 Bug 372176 - complete GIF decoder transition to cairo gfx.
r=alfredkayser, sr=pavlov
2007-03-12 21:32:13 +00:00
joshmoz%gmail.com 8bd9e418a3 clean up mac default plugin, part 1. b=373070 r=mento sr=jst 2007-03-10 00:42:19 +00:00
cbiesinger%web.de ec499e9eef bug 361892 restore application/xhtml+xml back to q=1.0 now that we have
an incremental XML content sink (bug 18333)
patch by D��o Gottwald <dao@design-noir.de> r=biesi sr=dbaron
2007-03-07 22:55:01 +00:00
asqueella%gmail.com 278563015b unit test (xpcshell) for bug 336691 (nsZipArchive::Test shouldn't try to ExtractFile on directories)
by Ryan Jones <sciguyryan@gmail.com>
r=biesi
2007-03-07 20:19:09 +00:00
bzbarsky%mit.edu 56d506f5d2 We do want to execute javascript: URLs that plug-ins load. Bug 372346, r+sr=jst 2007-03-02 08:38:31 +00:00
asqueella%gmail.com 787a33b3e8 add the forgotten jar file required for the unit test, still bug 370103 2007-03-01 08:21:32 +00:00
asqueella%gmail.com 49c5b50d75 Bug 370103 - Crash [@ nsJARChannel::OnStartRequest] when passing null listener to AsyncOpen
p=Wladimir Palant <trev@gtchat.de>
r=darin, sr=biesi
2007-03-01 07:06:07 +00:00
bzbarsky%mit.edu 631cdacbf0 Don't hand ownership of stuff allocated with nsMemory to the JS engine just like that. Bug 353108, r+sr=jst 2007-02-28 02:30:26 +00:00
tor%cs.brown.edu c06b349623 Bug 371437 - Remove non-MOZ_CAIRO_GFX code from image decoders.
r=alfredkayser, sr=pavlov
2007-02-27 21:13:25 +00:00
asqueella%gmail.com e37d01d98f fix bustage, bug 360165 2007-02-17 21:22:28 +00:00
asqueella%gmail.com 56df067621 Bug 368185 - Clean up plugin files; changing class declarations to use macros
p=Kevin Zhang <kevin.heart@gmail.com>
r+sr=jst
2007-02-17 18:44:42 +00:00
asqueella%gmail.com 6d09ad2c4a Bug 360165 - npunix.c (plugin sample) is missing lots of function pointer copying and will break with older browsers
p=William Bardwell <wbardwel@curl.com>
r+sr=jst
2007-02-17 18:33:50 +00:00
mozilla.mano%sent.com 4ded4550e8 Bug 250910 - ind toolbar: initialize with the current selection. patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me, ui-r=mconnor. 2007-02-10 12:32:47 +00:00
jshin%mailaps.org 88da57650a bug 359808 : drop support for Win9x/ME (get rid of 'A' API code) : r=darin, sr=dougt, sr=darin 2007-02-08 17:48:22 +00:00
dbaron%dbaron.org a95e812cd2 Backing out 361299 in an attempt to fix orange on argo-vm on Firefox tinderbox. 2007-02-06 01:59:19 +00:00
asqueella%gmail.com 11381de011 more fixes for bustage from bug 361299 2007-02-06 00:09:47 +00:00
joshmoz%gmail.com 25d250795d fix bustage from bug 361299 2007-02-05 22:58:53 +00:00
joshmoz%gmail.com 2dc65f829b 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 3e9e4e0524 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 45bb59aa84 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 779f93a830 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 fb62ffc5a6 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 c0fc6a93d5 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 7eeed473b4 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 28afba256d 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 ae1ec84843 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 34b9845adc Don't close the same file descriptors twice. b=367817 r+sr=darin 2007-01-25 23:05:22 +00:00
asqueella%gmail.com a4f616bacb 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 9618c54699 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 36003c446d 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 e1a83d2c8f 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 cfd265046f 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 c0407d49ab 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 58c20e45d9 removing long unused files as part of bug 316141. 2007-01-05 20:38:54 +00:00
gavin%gavinsharp.com 0f6377a389 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 4f378b22ce 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 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