darin%meer.net
|
5a9fc1f0a8
|
fixes regression bug 287690 "applet crashes Firefox" r=dmose
|
2005-03-25 21:33:12 +00:00 |
|
darin%meer.net
|
f6ffba0f8b
|
landing patch for bug 282442 "Provide interface for configuring proxies" r=biesi sr=bzbarsky
|
2005-03-25 03:41:33 +00:00 |
|
timeless%mozdev.org
|
f8a0934ba2
|
Bug 274956 return NS_ERROR_OUT_OF_MEMORY when NS_NEWXPCOM fails
patch by 116057@bacon.qcc.mass.edu r=darin sr=darin
|
2005-03-24 18:17:15 +00:00 |
|
pavlov%pavlov.net
|
32b01f4303
|
add api to allow one to get the mime type and content disposition from imagelib. bug 287286. r=bz sr=shaver
|
2005-03-23 21:09:02 +00:00 |
|
cbiesinger%web.de
|
538651988d
|
Bug 251446 don't return failure when getting data while in DONE state. instead,
just ignore the extraneous bytes.
patch by Aaron Kaluszka <ask@swva.net> r=biesi sr=tor
|
2005-03-23 17:57:45 +00:00 |
|
jshin%mailaps.org
|
995c847f6b
|
bug 159809 : update default fonts on mac os x (r=jshin, sr=sfraser) patch by Smokey Ardisson with a couple of changes by me
|
2005-03-23 09:17:58 +00:00 |
|
jst%mozilla.jstenback.com
|
c0eed0ffad
|
More code tidying, no code changes.
|
2005-03-23 00:49:53 +00:00 |
|
jst%mozilla.jstenback.com
|
52764bb90b
|
Nuke useless whitespace.
|
2005-03-23 00:37:58 +00:00 |
|
jst%mozilla.jstenback.com
|
f7ed8a6a20
|
Tidy up this code a bit, no code changes other than removing an unused variable.
|
2005-03-23 00:34:39 +00:00 |
|
jst%mozilla.jstenback.com
|
c9b31fea1f
|
Renaming incorrectly named argument.
|
2005-03-23 00:14:59 +00:00 |
|
jst%mozilla.jstenback.com
|
f69e8c52b2
|
Renaming incorrectly named argument.
|
2005-03-23 00:14:13 +00:00 |
|
jst%mozilla.jstenback.com
|
ec5177d695
|
Whitespace cleanup, and making this code somewhat consistently formatted. No code changes
|
2005-03-22 16:48:58 +00:00 |
|
jst%mozilla.jstenback.com
|
741f5f6c57
|
Fixing bug 284825. Future proof our Java plugin finding code. Patch from mike.lei@sun.com, r+sr=jst@mozilla.org
|
2005-03-22 16:27:21 +00:00 |
|
mconnor%myrealbox.com
|
7627eeb4af
|
bug 287086 - move browser.link.* prefs out of all.js. Includes fix for bug 286745 (seamonkey) by Jeremy Morton and bug 275430 (firefox) to move away from replacing the current page. r=jst, sr=neil for all.js and xpfe bits
|
2005-03-22 00:38:35 +00:00 |
|
dveditz%cruzio.com
|
62cb73dbcb
|
bug 283103 disable accept button in security dialogs when not focused
(suite version of bug 260560) r=caillon, sr=neil.parkwaycc, a=caillon
|
2005-03-10 22:26:47 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
3539f9e249
|
Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
p=me r=dwitte/benjamin sr=darin
|
2005-03-10 18:36:07 +00:00 |
|
tor%cs.brown.edu
|
7c6595e4d4
|
Bug 274391 - clean up gif decoder allocation.
Patch by alfredkayser@nl.ibm.com, r=pavlov, sr=tor.
|
2005-03-10 13:31:26 +00:00 |
|
bsmedberg%covad.net
|
3219ac4125
|
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
|
2005-03-10 04:38:35 +00:00 |
|
jst%mozilla.jstenback.com
|
015796a762
|
Updating NPPVariable comments per cbiesinger@gmx.at.
|
2005-03-09 20:03:43 +00:00 |
|
jst%mozilla.jstenback.com
|
d2d5aedc5b
|
Adding new file, removing old file to fix bugstage.
|
2005-03-09 17:50:52 +00:00 |
|
jst%mozilla.jstenback.com
|
0afbaeb191
|
Fixing bug 188938. Adding the ability for plugins to participate in form submission. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
|
2005-03-09 17:01:22 +00:00 |
|
jst%mozilla.jstenback.com
|
7a6b0c39df
|
Removing unused file.
|
2005-03-08 17:15:33 +00:00 |
|
paper%animecity.nu
|
0dd638f20e
|
Bug 274244: Display more broken GIFs. r=stuart sr=tor
|
2005-03-08 03:44:28 +00:00 |
|
dougt%meer.net
|
3320514b36
|
make libutil compile on wince. no stopwatch on windows ce. r=darin, b=281945
|
2005-03-07 16:37:43 +00:00 |
|
darin%meer.net
|
9be54a66fc
|
fixes bug 284959 "warning at nsPrefService.cpp:747 when defaults/pref directory not found" r=bsmedberg
|
2005-03-06 18:47:02 +00:00 |
|
darin%meer.net
|
aee48e70f9
|
fixes bug 284687 "###!!! ASSERTION: index out of range: '0 <= aIndex && aIndex < Count()" r=biesi sr=pavlov
|
2005-03-04 02:48:58 +00:00 |
|
bsmedberg%covad.net
|
361daac936
|
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
|
2005-02-25 20:46:35 +00:00 |
|
ben%bengoodger.com
|
24a21ad92d
|
282106 - need a reliable way to disable full page plugins. make plugin host disable disabled full page plugins on initialization. r+sr=jst
|
2005-02-25 09:05:15 +00:00 |
|
jst%mozilla.jstenback.com
|
925786d760
|
Fixing bug 281744. Remove dead code and unnecessary code. r+sr=peterv@propagandism.org
|
2005-02-23 23:17:57 +00:00 |
|
bsmedberg%covad.net
|
831e5a7b2e
|
bug 281414 - Rename nsIPrefBranchInternal to nsIPrefBranch2 in preparation for freezing. r+sr=darin I will also do a mostly-global search-and-replace of code in our tree.
|
2005-02-23 13:59:17 +00:00 |
|
darin%meer.net
|
bdb13852d9
|
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
|
2005-02-21 22:21:21 +00:00 |
|
darin%meer.net
|
ea421f6654
|
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
|
2005-02-21 20:58:01 +00:00 |
|
tor%cs.brown.edu
|
bfa5544410
|
Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc
|
2005-02-21 18:11:18 +00:00 |
|
pedemont%us.ibm.com
|
4ebc402441
|
Bug 245407 - Use Quartz for nsImageMac. r=sfraser, sr=tor.
|
2005-02-20 03:21:04 +00:00 |
|
cbiesinger%web.de
|
f25a0b7537
|
Bug 282275 remove NS_NOTREACHED in ReadSegments implementations
r+sr=darin
|
2005-02-18 18:39:53 +00:00 |
|
darin%meer.net
|
452a016da8
|
fixes bug 282270 (and bug 282520) "always show punycode by default" r=dbaron sr=dveditz a=dbaron
|
2005-02-17 20:02:37 +00:00 |
|
bzbarsky%mit.edu
|
7ce06aa6bd
|
If AsyncOpen fails, don't leave the imgRequest in the cache, since it will
never deliver any notifications to its listeners. Bug 281467, r=pavalov,
sr=darin, a=asa
|
2005-02-16 15:26:04 +00:00 |
|
jst%mozilla.jstenback.com
|
3a3e51d9e9
|
Fixing bug 281284. Don't share the plugin temp directory among all users on the same system, and don't delete directories we didn't create. r=peterv@propagandism.org, sr=dveditz@cruzio.com
|
2005-02-11 23:37:51 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
e9112b4e29
|
Bug 281286 Remove nsIPref usage from OJI
p=bugmail@q1n.org r=timeless sr=roc
|
2005-02-08 16:53:26 +00:00 |
|
cst%andrew.cmu.edu
|
54dcbc1f32
|
Fix build bustage
|
2005-02-07 02:46:42 +00:00 |
|
cst%andrew.cmu.edu
|
2894c047f6
|
Bug 281295 plugin/ should not use deprecated nsIPref
Patch by Vidar Braut Haarr <bugmail@q1n.org>, r=timeless sr=alecf
|
2005-02-07 01:56:03 +00:00 |
|
bzbarsky%mit.edu
|
c1d763b4b0
|
Make sure imgRequestProxys are added to the loadgroup even if we have a cached
imgRequest for them. This allows the Stop button to cancel the proxy as
needed. Bug 268985, r=pavlov, sr=darin
|
2005-02-06 22:21:46 +00:00 |
|
cbiesinger%web.de
|
c4e36b33e7
|
Bug 281257 Remove unused includes from libpref
r/sr=dveditz
|
2005-02-06 18:50:34 +00:00 |
|
cbiesinger%web.de
|
6ae5f32857
|
more consistency with other such comments
|
2005-02-06 12:59:37 +00:00 |
|
cbiesinger%web.de
|
8731517c1a
|
make this comment consistent with nsITransfer.idl
|
2005-02-06 12:42:07 +00:00 |
|
cbiesinger%web.de
|
92c940aa45
|
Bug 269661 make libpref not depend on caps
r=caillon sr=dveditz
|
2005-02-06 12:39:31 +00:00 |
|
dbaron%dbaron.org
|
3a87f7e225
|
Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless
|
2005-02-05 00:49:25 +00:00 |
|
marco%gnome.org
|
d97e0de464
|
Make uris in the form
moz-icon://file://C:/foo/bar.exe?size=16
work again.
Bug 233461 r=biesi sr=blizzard
|
2005-02-04 23:22:57 +00:00 |
|
jst%mozilla.jstenback.com
|
ac82df5ad5
|
Fixing bug 280664. Do security check for URI loads, no matter what plugin they come from. r=dveditz@cruzio.com, sr=brendan@mozilla.org
|
2005-02-04 16:54:11 +00:00 |
|
bryner%brianryner.com
|
67dba23ae4
|
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
|
2005-02-03 23:01:54 +00:00 |
|