mostafah%oeone.com
4ba158bdf1
Updated translation
2005-11-09 14:14:25 +00:00
joshmoz%gmail.com
f5a2794769
fix bug in which the pause button disappears when customizing the toolbar. b=315578 sr=smfr
2005-11-09 08:01:36 +00:00
joshmoz%gmail.com
c3d4f1a579
JEP 0.9.5+b. Mac Java Embedding Plugin. b=315637 r=josh
2005-11-09 07:01:27 +00:00
gavin%gavinsharp.com
7be7ef97ba
Bug 312643: phishingdetector exception for relative urls, patch by Magnus Melin <mkmelin+bugzilla@cc.hut.fi>, r=mscott
2005-11-09 05:14:01 +00:00
dbaron%dbaron.org
f928ad10b7
Change storage of :not() selectors so that there is one item in mNegations per :not(), and simplify various code accordingly. Simplify SelectorMatches a little more. b=315567 r+sr=bzbarsky
2005-11-09 04:17:26 +00:00
bzbarsky%mit.edu
6016d56076
Fix more grid crashes. Bug 314502, r+sr=dbaron
2005-11-09 02:19:18 +00:00
bzbarsky%mit.edu
8b1c6d7c9b
Make grids less crash-happy. Bug 307809, r+sr=dbaron
2005-11-09 02:15:12 +00:00
bryner%brianryner.com
2475fb2b76
Make sure we capture all necessary state off the SHEntry before clearing its presentation (bug 312117). r=sicking, sr=bzbarsky.
2005-11-09 01:57:01 +00:00
dmose%mozilla.org
001e29cf6d
Make Lightning localizable (bug 298348); patch=bugzilla@babylonsounds.com,robin.edrenius@gmail.com; r=mvl,dmose
2005-11-09 00:35:57 +00:00
darin%meer.net
35d9827616
fix error in last checkin: a.Left(b, 10) != a = Substring(b, 10)
...
r=biesi
2005-11-08 23:39:42 +00:00
cltbld
adc64c5148
Automated update from host egg
2005-11-08 23:23:18 +00:00
dougt%meer.net
69a3654eff
Adding perms to minimo r=bsmedberg
2005-11-08 23:18:36 +00:00
dougt%meer.net
01d58be6e2
Making build against trunk
2005-11-08 23:10:57 +00:00
cls%seawood.org
2f73bb16cc
Tighten dependency rules for internal libraries.
...
Bug #243065 r=bsmedberg
2005-11-08 23:08:05 +00:00
bsmedberg%covad.net
f4cca5b5df
Seamonkey win32 bustage from bug 305949
2005-11-08 22:53:07 +00:00
bzbarsky%mit.edu
33ad06c6ef
Move the document's bidi state to actually live on the document, and remove
...
dependencies on nsPresContext in form submission. Fixes bugs 100533, 180861,
293171. r+sr=jst
2005-11-08 22:45:49 +00:00
wtchang%redhat.com
67dd7124b0
Bugzilla Bug 311432: renamed USE_FP_CODE as ECL_USE_FP. Do not set
...
ECL_USE_FP to 1 on Linux x86 to work around the bug. Moved a dependency
rule to the appropriate section of the makefile. r=nelsonb.
2005-11-08 22:03:17 +00:00
wtchang%redhat.com
c6ec74b2bd
Improved a comment. Suggested by Nelson Bolyard of Sun. r=wtc.
2005-11-08 22:00:46 +00:00
bsmedberg%covad.net
8475a1e496
MFCEmbed (with the standalone glue) needs to link against the XPCOM_GLUE versions of XPCOM functions, not the dllimport versions. Bug 315601, this needs ex-post-facto review but I'm checking it in to get mfcembed working.
2005-11-08 21:20:05 +00:00
mrbkap%gmail.com
3fe8343439
bug 315509: array_unshift doesn't deal with holes in the array correctly. Patch from moz_bug_r_a4@yahoo.com. r=mrbkap
2005-11-08 20:58:28 +00:00
bsmedberg%covad.net
be9a220c32
Try to fix brad bustage by backing out these declarations, which aren't on the equivalent nsVoidArray symbols
2005-11-08 20:55:30 +00:00
cbiesinger%web.de
d73e12f724
Bug 248052 Add a contract ID for a global channeleventsink. Make the
...
scriptsecuritymanager register for that and implement nsIChannelEventSink. Veto
redirects if CheckLoadURI fails. Remove the explicit usage of
nsIScriptSecurityManager from nsHttpChannel.cpp.
This eliminates js and xpconnect from REQUIRES, and brings us closer to remove
caps.
r=darin sr=bz
2005-11-08 20:47:16 +00:00
mnyromyr%tprac.de
d6bdce050c
Bug 313383: Phishing detection needs to be documented; p=<stefan_h@hem.utfors.se>, r=iann
2005-11-08 20:23:24 +00:00
cbiesinger%web.de
a47197bb84
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
vladimir%pobox.com
23eef124d6
thebes/cairo backend update. windows fonts through thebes, start of pango fonts through thebes. lots of other misc fixes. win32 static build fix.
2005-11-08 20:06:16 +00:00
bsmedberg%covad.net
16b82e48cc
Bug 315087 - convert necko tests to use the glue, r=darin
2005-11-08 19:23:00 +00:00
darin%meer.net
59741b54f4
fixes bug 315411 "fail to check the IDN is in whitelist if user inputs un-normalized URL in URL bar" patch by Masayuki Nakano <masayuki@d-toybox.com>, r=jshin, sr=darin
2005-11-08 19:18:14 +00:00
dougt%meer.net
57a656bede
NPODB. Ingore events that have been marked prevent default.
2005-11-08 18:35:59 +00:00
bzbarsky%mit.edu
f0f3259bd3
Don't reframe leaf frames just because they don't have generated content that
...
style says they should have -- leaves just don't have generated content. Bug
315541, r+sr=dbaron
2005-11-08 18:20:47 +00:00
bsmedberg%covad.net
1172c33dfc
Bug 305949 Part 1 - Separate the frozen XPCOM exports with the XPCOM_API macro; add compatibility methods to the frozen string API; convert most of the tests/tools to use the xpcom glue when appropriate r=darin This checking does not actually stop exporting the nonfrozen methods yet, pending a bunch of test cleanup throughout the tree.
2005-11-08 18:17:49 +00:00
bsmedberg%covad.net
f83279d5b2
Reorder the root Makefile to get all the SUBMAKEFILES stuff to work correctly, from bug 314958.
2005-11-08 17:53:54 +00:00
kaie%kuix.de
97cff058db
bug 200119, crash when I shutdown (StopCRLUpdateTimer) [@ nsHashtable::Reset ]
...
r=darin, sr=bienvenu
2005-11-08 17:49:52 +00:00
bienvenu%nventure.com
3c1b7f2dda
fix js exception when dealing with rfc822 message attachments opened in standalone msg window, sr=mscott 204350
2005-11-08 17:10:38 +00:00
doronr%us.ibm.com
64b71b5bf0
XForms Bug 303926 - duplicate bound nodesets should show the fatal error dialog r=aaronr/smaug
2005-11-08 16:10:46 +00:00
neil%parkwaycc.co.uk
10d02c407e
Fixing inaccurate comment r+sr=jag
2005-11-08 14:16:45 +00:00
bsmedberg%covad.net
f863dad70b
Bug 315438 - Want nsTAString const char_type* BeginWriting() const; signature r=darin
2005-11-08 14:16:16 +00:00
bsmedberg%covad.net
c56ada8c14
Bug 314958 - Separate out the tier_% target so I can built export_tier_% and libs_tier_% separately, with fixed makefile dependencies, r=cls
2005-11-08 14:13:08 +00:00
neil%parkwaycc.co.uk
2681b06c6f
Bug 313335 Update the URL bar before showing security warnings r+sr=jag
2005-11-08 13:46:30 +00:00
wurblzap%gmail.com
7823bfe50e
Documentation patch for bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW installations
...
Patch by Marc Schumann <wurblzap@gmail.com>
r=colin.ogilvie
2005-11-08 13:34:37 +00:00
timeless%mozdev.org
0e3754138e
Bug 315476 Add id attributes for overlays to navigatorOverlay.xul
...
patch by ajvincent@gmail.com r=jag sr=jag
with `
2005-11-08 10:56:57 +00:00
timeless%mozdev.org
7e6c95d68a
Bug 106386 Correct misspellings in source code fix pseudo typos in nsMessengerMigrator patch by ajvincent@gmail.com
...
r=mscott rs=brendan
2005-11-08 09:20:11 +00:00
timeless%mozdev.org
a09928dc89
Bug 106386 Correct misspellings in source code
...
fix pseudo typos in nsMessengerMigrator
patch by ajvincent@gmail.com r=mscott rs=brendan
2005-11-08 07:09:54 +00:00
bzbarsky%mit.edu
08d5a84a3b
Don't try to restyle a destroyed frame tree. Bug 315453, r+sr=dbaron
2005-11-08 04:07:13 +00:00
ccooper%deadsquid.com
9745f34e21
- latest schema changes, with corresponding changes to Perl classes;
...
- don't include create or use db commands in SQL <- makes it easier to reuse between production and staging env
2005-11-08 02:35:19 +00:00
brettw%gmail.com
dd2c05469d
Adds "places" directory consisting of new moz-storage-based history
...
implementation. Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.
bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
brettw%gmail.com
d216411520
Helper class for C++ users to manage transaction scope.
...
bug 310636
r=bryner
2005-11-08 02:16:15 +00:00
brettw%gmail.com
b0dedf9fbe
Added helper classes for C++ users to deal with transaction and statement
...
scope. Exposes sqlite's in-memory database capability.
bug 310636
r=bryner
2005-11-08 02:15:01 +00:00
bienvenu%nventure.com
38ab4f04fc
add method for getting preview text, part of 314124, sr=mscott
2005-11-08 02:01:08 +00:00
zach%zachlipton.com
dc584fb69c
Put obsolete back and add it to the schema. Fix mistagged file.
2005-11-08 00:46:35 +00:00
zach%zachlipton.com
90b6972600
Also treat UA strings identifying us as FF 1.5 as part of the 1.5 branch by default.
2005-11-08 00:35:56 +00:00