darin%meer.net
77b1699f59
Read EnableExtensionManager and EnableProfileMigrator from the XRE section
...
of the .xulapp file instead of from the App section since these are really
properties of the XRE.
2004-09-10 23:39:47 +00:00
myk%mozilla.org
a8678358fe
Fix for bug 215319: changes "flag requester" field in boolean charts to "flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field)
...
r=justdave
2004-09-10 23:38:46 +00:00
dbaron%dbaron.org
c61563f77e
Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
2004-09-10 23:31:48 +00:00
dveditz%cruzio.com
841d71848f
bug 173010 prompt before launching external protocol handler,r=mscott,sr=darin/jst
2004-09-10 23:24:49 +00:00
bzbarsky%mit.edu
b85399e488
Just let the HTTP impl compute the content-length for our POST data. It does a
...
better job of it. Bug 246651, r=darin, sr=jst.
2004-09-10 23:18:02 +00:00
scott%scott-macgregor.org
854e58f731
On OS X, we were never showing the right icon for the get mail button when in the active state. Minor CSS tweak to fix it.
2004-09-10 23:12:09 +00:00
jst%mozilla.jstenback.com
c9319106d6
Fixing RDF crash. Change weak pointer to strong pointer as was the intention (as the comment in the code reflects) when the fix for crash bug 248071 landed. r=axel@pike.org, sr=darin@meer.net
2004-09-10 22:48:10 +00:00
neil%parkwaycc.co.uk
6e57e6ccea
Fix bustage from patch to bug 112833 - updated method signature missing
2004-09-10 22:43:38 +00:00
neil%parkwaycc.co.uk
13f22ee61a
Bug 93426 New messages are not correctly inserted into threads r=bienvenu sr=mscott
2004-09-10 22:10:05 +00:00
neil%parkwaycc.co.uk
1713fe5fa9
Bug 112833 Make it possible to watch or ignore multiple threads r=bienvenu sr=mscott
2004-09-10 21:59:41 +00:00
scott%scott-macgregor.org
6a47b31bfa
Part of Bug #258005 --> get rid of the empty string initialization of buf
...
that was part of the original patch.
2004-09-10 21:56:41 +00:00
scott%scott-macgregor.org
4a6e0a96f2
fix some crashers because we don't support plugins by default
2004-09-10 21:39:13 +00:00
neil%parkwaycc.co.uk
76aaecc9fa
Bug 257507 Fix broken links and other navigation errors p=giacomo.magnini@portalis.it r=me
2004-09-10 21:24:10 +00:00
bryner%brianryner.com
f126baa3e4
Fix problems with slash direction for activestate perl. r=dbaron.
2004-09-10 21:16:29 +00:00
scott%scott-macgregor.org
bcd51f4e0b
Bug #256775 --> add missing tree twisties for the linux/gnomestripe builds for tbird.
2004-09-10 20:46:29 +00:00
neil%parkwaycc.co.uk
14beef011f
Bug 210335 Mac OS X uses Mozilla/Preferences also fix some regressions from the xhtml conversion p=stefan_h@hem.utfors.se r=me
2004-09-10 19:56:27 +00:00
igor%mir2.org
d781a0b468
Consistently use ScriptRuntime.(wrapNumber|wrapBoolean) to wrap Java double and boolean values to the corresponding JS primitive types.
2004-09-10 19:54:43 +00:00
dbaron%dbaron.org
676b58b654
Use sheet URI instead of base URI. b=258708 r+sr=bzbarsky
2004-09-10 19:01:04 +00:00
bryner%brianryner.com
ab3b310a1e
Attempting to fix Camino bustage
2004-09-10 18:06:19 +00:00
igor%mir2.org
675eab9782
1. Replacing IdScriptableObject.wrap_* methods by their ScriptRuntime.wrap* counterparts since the wrap methods are useful not only for subclasses of IdScriptableObject.
...
2. Reorganizing execIdCall in few classes inherited from IdScriptableObject to shrink code size.
2004-09-10 18:02:06 +00:00
igor%mir2.org
f274203998
Removal of unnecessary cast to (String) during getter/setter enumeration.
2004-09-10 17:56:13 +00:00
igor%mir2.org
2e9f2ce29e
Removal of package-private setter methods in FunctionNode in favor of package-private (not private) fields: that just was just adding unnecessary code bloat.
2004-09-10 17:54:13 +00:00
igor%mir2.org
16ae7ea84b
More work for bug 244492: I deprecated ClassDefinitionException modified
...
ScriptableObject to use EvaluatorException instead.
For greater compatibility I also changed ClassDefinitionException to extend
from RuntimeException, not Exception so compilers would not complain about
"catch (ClassDefinitionException ex)" when no ClassDefinitionException is present in the called code.
2004-09-10 17:50:05 +00:00
igor%mir2.org
8bbc783f57
XMLLib.escapeXMLAttribute is required to add " arround the text to simplify code generation.
2004-09-10 17:40:59 +00:00
igor%mir2.org
00751b6a4f
1. Fixing a race in implementation of date.prototype.setYear where NativeDate.date was updated several times with temporary values.
...
2. Reorganizing NativeDate.execIdCall to shrink code size
2004-09-10 17:36:49 +00:00
mostafah%oeone.com
180803fc2e
Checked in patch for bug 258659:
...
Export selected events should use timezone offset at exported date to
calculate zulu time, not current offset
2004-09-10 15:43:36 +00:00
bienvenu%nventure.com
aadb62b436
fix 256599 useMatchingHostNameServer pref is ignored, r=bienvenu, sr=neil, patch by kteuscher, plus whitespace cleanup
2004-09-10 15:38:57 +00:00
bugzilla%arlen.demon.co.uk
e85bf9ab5e
Bug 258219 Launch option in context menu should be hidden as it is for the toolbar and OnTrigger should call showinshell for certain platforms
...
p=me r=varga sr=neil.parkwaycc.co.uk
2004-09-10 15:37:24 +00:00
bzbarsky%mit.edu
7ea16261aa
Make <constructor> and <destructor> methods, not handlers. Bug 230816,
...
r=bryner, sr=brendan
2004-09-10 15:29:19 +00:00
mostafah%oeone.com
d5fabce17c
Updated parts of code from libical.cvs which removes hardcoded LF
...
Bug 254356: incorrect line endings
2004-09-10 13:38:38 +00:00
mostafah%oeone.com
226b7a0a73
Updated translation
2004-09-10 13:27:21 +00:00
mostafah%oeone.com
7b7eb979b7
Updated translation
2004-09-10 13:06:54 +00:00
mcs%pearlcrescent.com
efb382c9df
Additional fix for 141754 - Enhancement: Should support startTls:
...
Remove extra semicolon which causes an error on some non-gcc compilers.
2004-09-10 13:03:03 +00:00
dbaron%dbaron.org
d7d887385b
Fix DEBUG bustage. b=255538
2004-09-10 09:31:10 +00:00
jst%mozilla.jstenback.com
ab28a013f1
Fix crash reported in bug 235923. In odd cases when we get into situations where we're submitting a form while we're in the middle of submitting the same form (waiting for a modal dialog), the pending submission from the first call may get deleted. r+sr=shaver@mozilla.org
2004-09-10 08:07:04 +00:00
ben%bengoodger.com
391d331e51
land 258694 on trunk - cross platform search keybinding now applies to linux now that GTK emacs pref is observed r=bryner
2004-09-10 07:55:06 +00:00
bryner%brianryner.com
2faa8b2e03
Add dependency on Makefile so that depend builds don't break.
2004-09-10 07:52:59 +00:00
igor%mir2.org
6ed2763e79
RegExpProxy.(search|find|match) was replaced by the single action taking additional actionType argument: this is how the methods were implemented in RegExpImpl in any case and talking to implementation directly saved code.
2004-09-10 07:51:16 +00:00
igor%mir2.org
a4bbd0c424
Inlining back code that were moved recently to do_call/do_new: if continuation support materializes, it would be much easier to transfer control to appropriate part of interpretation loop from the inlined code then to pass the necessary information from do_call.
2004-09-10 07:48:00 +00:00
bryner%brianryner.com
306fd4d418
Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
2004-09-10 07:17:31 +00:00
dbaron%dbaron.org
4c36660044
Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
2004-09-10 06:45:59 +00:00
timeless%mozdev.org
a5c885b9b3
Fixing nondebug mAddr is a debug paranoia thing.
2004-09-10 06:02:07 +00:00
timeless%mozdev.org
85b8339503
Bug 252733 ###!!! ASSERTION: Potential deadlock between Monitor@12f0a8 and Monitor@0: 'Error', file r:/mozilla/xpcom/threads/nsAutoLock.cpp, line 299
...
Ignore null monitors - they aren't real and xpconnect promises not to enter them so you can't possibly reach a deadlock involving them.
r=brendan sr=brendan
2004-09-10 05:13:38 +00:00
bzbarsky%mit.edu
871de80a84
Combine WalkRules and UseDocumentRules into one function. Bug 244252,
...
r=bryner, sr=dbaron
2004-09-10 04:57:30 +00:00
jst%mozilla.jstenback.com
4738967857
Backing out the fix for bug 258499 as we don't believe it should be fixed to begin with.
2004-09-10 04:27:28 +00:00
bzbarsky%mit.edu
bb3b0b20c0
Fix build bustage.
2004-09-10 03:52:48 +00:00
bzbarsky%mit.edu
925815e9a0
createEvent/initEvent screw up creating right-click or middle-click events. Bug
...
254795, r+sr=jst
2004-09-10 03:29:09 +00:00
bzbarsky%mit.edu
5d02f350d2
Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
...
r+sr=dbaron
2004-09-10 03:26:58 +00:00
bzbarsky%mit.edu
5a22a7c00e
Look for a form ancestor even if we're not in a document and our parent is
...
changed. Bug 257947, r+sr=jst
2004-09-10 03:16:04 +00:00
cls%seawood.org
a9527b2816
Fix insecure tempfile creation issue.
...
Bug #258173 r=bsmedberg
2004-09-10 02:25:52 +00:00