amardare%qnx.com
eb8906c0f3
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
9b2b1e0cc3
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
d42afa1418
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
4f032f53f0
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
56d0d7a153
Add install.rdf from bug 224869
2004-06-08 17:39:57 +00:00
mostafah%oeone.com
1aca58128b
Checked in attachment 150283 for bug 224230
2004-06-08 17:37:03 +00:00
bienvenu%nventure.com
62f1bd3056
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
f066506500
Using IdFunction in place of JIFunction in NativeJavaTopPackage
2004-06-08 15:29:34 +00:00
igor%mir2.org
8f28fc868a
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
593684a98a
Bug 245370. Make autocomplete dropdowns accessible. r=neil, sr=alecf
2004-06-08 13:59:11 +00:00
mostafah%oeone.com
008c9751ac
Checked in patch for bug 245792
2004-06-08 13:29:11 +00:00
mostafah%oeone.com
2d1d3abba6
Checked in patch for bug 245750
2004-06-08 13:10:09 +00:00
mostafah%oeone.com
e6acb5faec
Checked in patch for bug 245611
2004-06-08 12:50:51 +00:00
igor%mir2.org
f5bd7a5a11
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
3688853ede
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
e2ecdc9aba
get the all_vc.html page working like bonsai version.
2004-06-08 11:48:00 +00:00
igor%mir2.org
e412382826
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
c79957a8f9
bug 245399, part 2: use ' rather than ‘ for ' (single quote)
...
r+sr=jst
2004-06-08 10:47:09 +00:00
mvl%exedo.nl
16c1385e2a
static build bustage fix for sunbird.
...
part of bug 245762, r=bsmedberg
2004-06-08 10:29:22 +00:00
scott%scott-macgregor.org
aa2b31533b
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
292626ce81
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
549d48e5b7
On second thought, make PACKAGE be the name of the final package file
2004-06-08 05:49:50 +00:00
bryner%brianryner.com
cc20802031
gzip dmg images after creating them
2004-06-08 05:47:44 +00:00
dougt%meer.net
59cdf66913
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
810e7c8c3a
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
e094ceded2
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
98253014ca
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
d3edb3ee4a
better comments to explain the way perforce accepts input
2004-06-08 03:41:05 +00:00
scott%scott-macgregor.org
f705872ae2
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
700ac609cc
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
cbcd653320
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
f5001de117
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
057d549411
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
c8724d1414
better document the perforce variables.
2004-06-08 00:09:09 +00:00
cltbld%netscape.com
28917b3e97
mac archive packaging
2004-06-08 00:02:17 +00:00
kestes%walrus.com
4f13520f50
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
bryner%brianryner.com
ebbd331e49
Don't hardcode _APPNAME, use MOZ_PKG_APPNAME instead.
2004-06-07 23:58:59 +00:00
bryner%brianryner.com
6959c002e5
Set app name and package name for Mac firefox
2004-06-07 23:58:27 +00:00
bryner%brianryner.com
8db116adb3
Force mangle and shlibsign to be copied rather than be broken symlinks in dist/Firefox.app
2004-06-07 23:58:02 +00:00
bryner%brianryner.com
9c84476494
fix salted profile names for mac os x
2004-06-07 23:09:23 +00:00
neil%parkwaycc.co.uk
bda2e9ec78
Bug 238771 Make fonts enumerate under NT3.51 so that bold text and fontpickers work r=ere sr=rbs
2004-06-07 22:58:09 +00:00
kestes%walrus.com
ae7fb4b474
the perforce 'p4 changes' command was formatteded wrong. I needto have the filesspec first with the time interval concatenated to this string not in a separate argument.
2004-06-07 22:54:34 +00:00
kestes%walrus.com
818cb13c7e
improve the documentation and error checking for command line options to the configure script. It was not clear that the options must begin with a '-' and that the options do not have '_' but '-' in them.
2004-06-07 22:53:01 +00:00
jst%mozilla.jstenback.com
50a8b02ca7
Fixing bug 235457. Making it possible to open a window from chrome as if it was opened from untrusted script. r=danm-moz@comcast.net, sr=peterv@propagandism.org
2004-06-07 21:50:25 +00:00
ben%bengoodger.com
42a477691d
245584 - crash in nsGlobalHistory::AddPageToDatabase, check for successful creation of uri in MarkPageAsTyped before continuing.
2004-06-07 20:55:59 +00:00
aaronleventhal%moonset.net
6fcb92d05f
This part of the fix for bug 244624 was accidentally not checked in with the main checkin on June 1, 2004. r=neil, sr=alecf
2004-06-07 19:56:30 +00:00
dbaron%dbaron.org
4ef5842ac2
When asked to remove a property that doesn't exist, don't try too hard (and crash). b=245572 r+sr=bryner
2004-06-07 19:30:54 +00:00
scott%scott-macgregor.org
afea5282ca
Bug #216509 --> Download more in spellchecker's language pull down does not work
...
in Thunderbird.
Make the code in EdSpellCheck.js kick out to the default browser.
Patch by Jon Henry
2004-06-07 18:54:13 +00:00
scott%scott-macgregor.org
1cdf72dd0f
Bug #245814 --> blockquote syntax error - mail/base/skin/messageQuotes.css
...
Thanks to dseven for the fix
2004-06-07 18:34:30 +00:00
igor%mir2.org
b538849b5b
Work on bug 244492: RhinoException is the new common base class for all exceptions.
2004-06-07 16:40:28 +00:00