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

130595 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 49059f8e6c bustage fix 2004-06-08 23:58:05 +00:00
bryner%brianryner.com 4451888110 Get rid of nsILanguageAtom and deCOMtaminate nsILanguageAtomService (bug 230603). Also, fix a bunch of atom double-addref leaks in nsFontMetricsXlib. r+sr=dbaron. 2004-06-08 23:53:59 +00:00
igor%mir2.org 49246d9273 Work on bug 245882: check that scope is not this when setting scope chain
to prevent scope chain loops.
2004-06-08 23:30:30 +00:00
igor%mir2.org bdfcefdff8 Default implemetation of toSource now lives in ScriptRuntime to allow its
reuse in othr objects.
2004-06-08 23:28:32 +00:00
jst%mozilla.jstenback.com 9f06b8ef8c Fixing bug 245930. Don't crash if attempting to replace data past the end of a string. r=dbaron@dbaron.org, sr=darin@meer.net 2004-06-08 22:30:11 +00:00
igor%mir2.org e565588063 Yet another change in IdFunction: now its constructor takes arity argument
which removes the need to have separated methodArity in IdFunctionMaster
intertface. The method, however, has to be preseved in IdScriptable since it
is used to find which arity should be used during IdFunction construction.
2004-06-08 22:25:57 +00:00
brendan%mozilla.org 9c20990405 Avoid overparenthesizing function expressions (245795, r=shaver). 2004-06-08 22:15:23 +00:00
brendan%mozilla.org 2fb1c2ba8d Fix bug caused by bug 165201's checkin, where regexp-valued slots in function object clones might dangle after GC (245890, r=shaver). 2004-06-08 21:58:52 +00:00
darin%meer.net 85c9fd084e fixes bug 245110 "Crash [@ nsAboutRedirector::NewChannel]" r=biesi 2004-06-08 21:22:47 +00:00
mvl%exedo.nl 94e19fcccb more bustage fix for sunbird. passwordmgr needs autocomplete.
part of bug 245762
2004-06-08 20:56:10 +00:00
dbaron%dbaron.org 907898a713 Remove TestSpaceManager from the build. (Fixing bustage the easy way.) 2004-06-08 20:12:01 +00:00
aaronleventhal%moonset.net b129a05b0f Bug 239914. When OS high contrast or another accessible theme is used, automatically follow it in chrome and content. r=bsmedberg, sr=bryner 2004-06-08 19:34:55 +00:00
dbaron%dbaron.org 6483af930f Set coordinates for mouse scroll events. b=236028 Patch from <hachiro75@yahoo.co.jp>. r=bryner sr=dbaron 2004-06-08 19:33:01 +00:00
dbaron%dbaron.org fccd797e87 Move clearing from nsBlockBandData to nsSpaceManager so that 'clear' works even when the floats to be cleared don't overlap the block's border-box. b=148994 Patch by Blake Kaplan <mrbkap@rice.edu>. r+sr=dbaron 2004-06-08 19:18:30 +00:00
amardare%qnx.com c2f0afecba Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
The PtConnector name for xremote is based on the aProgram.
Changes in Makefile.in and mozilla-xremote-client.cpp allow to build the mozilla-xremote-client
under qnx.
2004-06-08 19:07:54 +00:00
amardare%qnx.com c7b08a990d Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
Focus related changes: when the window loses focus, the window must be deactivated ( cursor should stop blinking ).
When the window is given focus again by the window manager, the window must be activated ( the same cursor should start blinking ).
2004-06-08 18:56:04 +00:00
bzbarsky%mit.edu fabc9faa64 Make the scanner bail out of functions that assume it's initialized if
mSlidingBuffer is null.  Bug 108067, patch by Andreas M. "Clarence" Schneider
<c@c07.de> and Blake Kaplan <mrbkap@rice.edu>, r+sr=bzbarsky
2004-06-08 18:54:57 +00:00
amardare%qnx.com 0370e8a7ad Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
Set PHOTON_DND in Makefile.in so that we include the Dnd service in the build. Firefox bookmarks
check for the Dnd service, and are affected if it's missing.

Focus related changes: when the window loses focus, the window must be deactivated ( cursor should stop blinking ).
When the window is given focus again by the window manager, the window must be activated ( the same cursor should start blinking ).

GetParent should check for mIsDestroying - this fixes a crash in 1.7 ( no crash before )
with http://java.sun.com/j2se/1.3/docs/api/. Click on java.awt and keep the cursor moving.

In nsPhMozRemoteHelper.cpp, create the connector name based on the aProgram. Use mozilla-xremote-client
to send commands.
2004-06-08 18:54:05 +00:00
mostafah%oeone.com c737459c23 Add install.rdf from bug 224869 2004-06-08 17:39:57 +00:00
mostafah%oeone.com 59e16702f1 Checked in attachment 150283 for bug 224230 2004-06-08 17:37:03 +00:00
bienvenu%nventure.com 18fb43c4e9 fix for ldap operation ref-counting problem introduced in fix for 242789, r=dmose, sr=bzbarsky@mit.edu 2004-06-08 17:25:50 +00:00
igor%mir2.org 7be4658c39 Using IdFunction in place of JIFunction in NativeJavaTopPackage 2004-06-08 15:29:34 +00:00
igor%mir2.org 4ab02a8202 Changin IdFunction/IdFunctionMaster iteraction:
1. execMethod and methodArity in IdFunctionMaster do not receive methodId explicitly but rather through the IdFunction instance. To ensure fastest access to method id it is made pubic final field.

2. IdFunction allows to associate an internal tag with itself that allows not to worry about id clashes and simply check for object tag before doing method dispatch.
2004-06-08 14:23:35 +00:00
aaronleventhal%moonset.net d865336fcc Bug 245370. Make autocomplete dropdowns accessible. r=neil, sr=alecf 2004-06-08 13:59:11 +00:00
mostafah%oeone.com 06f8b510f0 Checked in patch for bug 245792 2004-06-08 13:29:11 +00:00
mostafah%oeone.com 10071c573a Checked in patch for bug 245750 2004-06-08 13:10:09 +00:00
mostafah%oeone.com b011ee41cc Checked in patch for bug 245611 2004-06-08 12:50:51 +00:00
igor%mir2.org 9409fd1750 JIFunction was wrong idea at the end: it is better to stick with IdFunction and teach it missed functionality. The patch changes JavaAdapter to use IdFunction for its constructor call. 2004-06-08 12:38:20 +00:00
mvl%exedo.nl 502e663e52 Add a way to manually show a single blocked pop-up window
bug 198846, r=danm, sr=jag
2004-06-08 12:06:56 +00:00
kestes%walrus.com e5d5e97334 get the all_vc.html page working like bonsai version. 2004-06-08 11:48:00 +00:00
igor%mir2.org 87e6a1e09c API to set global SecurityController is moved to SecurityController not to clatter Context. 2004-06-08 11:09:40 +00:00
mozilla.BenB%bucksch.org b973ad780d bug 245399, part 2: use &#39; rather than &lsquo; for ' (single quote)
r+sr=jst
2004-06-08 10:47:09 +00:00
mvl%exedo.nl a2caf40e1a static build bustage fix for sunbird.
part of bug 245762, r=bsmedberg
2004-06-08 10:29:22 +00:00
scott%scott-macgregor.org 0db26b9a66 check this back in. It has nothing to do with the crash on OS X 2004-06-08 06:27:26 +00:00
scott%scott-macgregor.org 417da8f7c9 back out my checkin in case it is the cause of thunderbird builds crashing on startup for OS X. 2004-06-08 06:22:32 +00:00
bryner%brianryner.com 7ffbcc0fcf On second thought, make PACKAGE be the name of the final package file 2004-06-08 05:49:50 +00:00
bryner%brianryner.com 7d502739d3 gzip dmg images after creating them 2004-06-08 05:47:44 +00:00
dougt%meer.net f010db00ad Fixes SplitPath which read off the end of the string. r=timeless sr=me b=245516 2004-06-08 05:03:59 +00:00
kestes%walrus.com c508d5d618 clean up the datastructures $authors which is used during rendering of html. Now its more regular and hopefully less complex. 2004-06-08 04:27:14 +00:00
kestes%walrus.com 21b784464e allow for an empty list of arguments. My advanced checking for '--' made this illegal. 2004-06-08 03:43:42 +00:00
kestes%walrus.com 30a87cf0b9 use the new rendering algorthms, (render empty blocks) major change in the structure brings perforce up to what is being done in bonsai and pvcs.
But now I understand this a bit more, simplify some data passing as we did in pcvs I need to fold this back into bonsai, perhaps tomorrow.
2004-06-08 03:42:50 +00:00
kestes%walrus.com 8e199cdae9 better comments to explain the way perforce accepts input 2004-06-08 03:41:05 +00:00
scott%scott-macgregor.org f79ddaff09 Try to remove bogus characters from the OS X Info.plist.in file
Thanks to Don Crandall for the fix
2004-06-08 03:26:40 +00:00
dveditz%cruzio.com 331acbb265 fix for xpinstall (tier 50) dependency on extension/cookie (tier 94) build bustage (bug 245826, resulting from the fix for bug 240552). Band-aid r/sr bryner and darin 2004-06-08 03:11:21 +00:00
bzbarsky%mit.edu 9e0ffd1c3c Use property ids from the property list, as long as we're using preprocessing
to create all the Set/Get* functions for nsIDOMCSS2Properties.  Bug 243728, r+sr=dbaron
2004-06-08 01:32:29 +00:00
bzbarsky%mit.edu dd87aab226 Check that the generated content URL is non-null (which can happen when it's an
invalid URI).  Bug 244490, r+sr=dbaron
2004-06-08 01:16:25 +00:00
kestes%walrus.com 4861d301ea change the name of the TinderConfig variable which corresponds to P4PORT so thatit matches the env name. 2004-06-08 00:12:16 +00:00
kestes%walrus.com f442d721c5 better document the perforce variables. 2004-06-08 00:09:09 +00:00
cltbld%netscape.com 33360743e8 mac archive packaging 2004-06-08 00:02:17 +00:00
kestes%walrus.com b6c7e3e3a6 had a bug in time2p4db() small differences in time were ignored. This would
effect the change lists for any time interval less then an hour.
2004-06-08 00:00:12 +00:00