silver%warwickcompsoc.co.uk
a8d375ca0e
Bug 255081 - Commiting the *binary* version of these images.
...
ChatZilla only.
r=samuel@sieb.net
2004-09-15 19:57:28 +00:00
bsmedberg%covad.net
392fb69aed
Bug 259273 - missing locale in useragent string (and in navigator.locale) r+sr=darin
2004-09-15 19:49:30 +00:00
pedemont%us.ibm.com
0df3031dd8
QI, don't case! Not part of default build.
2004-09-15 19:47:19 +00:00
mostafah%oeone.com
bcb7ebfb53
Added checking for return value on summary and description.
...
Fixes the crash for bug 239435:
VCS file from EBay crashes Calendar
2004-09-15 19:28:11 +00:00
pedemont%us.ibm.com
d7c22781c1
Remove nsJavaXPTCStub from hash table on destruction. Fix ref counting. Clean up logging. Not part of default build.
2004-09-15 19:21:08 +00:00
bienvenu%nventure.com
a6822fe94f
fix display anomalies when switching to threaded view in folder, 259578, r=neil, sr=sspitzer
2004-09-15 19:18:34 +00:00
dbaron%dbaron.org
fa2cc9940e
Remove effectively-unused Set/GetScrollPreference API on nsIScrollableView.h. b=259617 r+sr=roc
2004-09-15 19:16:43 +00:00
mostafah%oeone.com
a90452e0a2
Imported better argument checking from libical.cvs
...
One step forward in fixing bug 239435:
VCS file from EBay crashes Calendar
2004-09-15 18:54:22 +00:00
silver%warwickcompsoc.co.uk
d84f82bf3e
Bug 255081 - Land ChatZilla 0.9.65 (check bug for details of bugs fixed).
...
r=samuel@sieb.net
2004-09-15 18:39:16 +00:00
mostafah%oeone.com
454f45aa43
Updated translation
2004-09-15 18:16:50 +00:00
scott%scott-macgregor.org
519260282f
Bug #259293 ---> Get Mail button does not show an active state version of the icon when using small toolbar
...
buttons and you push down on the button.
2004-09-15 17:46:18 +00:00
pinkerton%aol.net
4d417d88b4
ensure we don't think we're doing autocomplete when the url changes and
...
the toolbar is hidden, causing it not to update at all (bug 237803)
2004-09-15 17:44:01 +00:00
pinkerton%aol.net
26cdc65794
clean up case-sensitivity in bookmark import parser (convert tag to uppercase
...
before comparisons) and allow importing of separators (<HR>) from mozilla
(bug 242169)
2004-09-15 17:37:19 +00:00
pedemont%us.ibm.com
b1116cdaef
Need to pass FALSE to GetIIDForMethodParam() since we are using mini variants. Not part of default build.
2004-09-15 17:35:36 +00:00
pedemont%us.ibm.com
a1c6844f30
Properly implement setter and getter functions. Not part of default build.
2004-09-15 17:31:14 +00:00
scott%scott-macgregor.org
c44e964f65
Bug #259453 --> Customized labels colors and names not imported from Mozilla Mail during the migration processs.
2004-09-15 17:30:49 +00:00
pedemont%us.ibm.com
0efeb2315e
Bug 256911 - workaround for broken XPCOM usage - bind lifetime of child stubs to master stub. Not part of default build.
2004-09-15 17:26:55 +00:00
pedemont%us.ibm.com
af2e72d3ac
Properly implement T_VOID in SetRetval. Not part of default build.
2004-09-15 16:57:08 +00:00
igor%mir2.org
79f7b70309
1. Using explicit ShellContextFactory in shell to avoid interference from changes in global ContextFactory.
...
2. Initializing global scope before the first execution to allow to customize ShellContextFactory before calls to Context.initStandardObjects()
2004-09-15 16:00:30 +00:00
mostafah%oeone.com
3ecde125f5
Updated translation
2004-09-15 15:49:38 +00:00
cls%seawood.org
fc202fce77
Misc cleanup to better handle files with spaces & special chars:
...
* Do not encode / in url_quote
* Do not install old/unused perl scripts
* Update README
* Replace system(rm/mkdir) calls with standard perl modules
* Use url_quote to quote filenames when passing files between cgis
* Use shell_escape on filenames that are passed to system calls via open()
Bug #44642 r=timeless
2004-09-15 15:48:18 +00:00
igor%mir2.org
70d97db80b
1. Call contextData.pushFrame(this) from StackFrame.onEnter and not from StackFrame.constructor to allow multiple invocations of enter/exit per single debug frame. The continuation support will use it.
...
2. Expand tabs
2004-09-15 14:59:36 +00:00
pinkerton%aol.net
996abc4904
removing necko_jar.xpt to fix bustage
2004-09-15 14:45:48 +00:00
igor%mir2.org
5467110c68
1. Ignoring recursive invocation of Dim.interrupted on event thread: when Gui
...
processes breakpoint hit and another breakpoint is met during event processing,
then on Linux recursive invocations of EventQueue.getNextEvent()/dispatchEvent
lead to eventual GUI deadlock. It is easy to observe when the break on function
enter is enabled and a JS function is called that is attached to an action
handler of some button. With recursive bahaviour repeated clicks lead to deeper
and deeper invocation of EventQueue.getNextEvent() and GUI deadlock on Linux.
So to improve debugger stubility I modify Dim.interrupted to ignore calls from
event thread when another invocation of Dim.interrupted already waits for GUI
result.
2. To decrease class and jar bloat I merges various implementations of Runnable
and and other interfaces to single class with switch dispatch. It saved about
6K from js.jar.
2004-09-15 14:45:10 +00:00
bzbarsky%mit.edu
6e4e8caecc
When parsing a <script> with an unterminated comment inside, stop at the first
...
</script> we hit, not the last one. Bug 219504, patch by Blake Kaplan
<mrbkap@rice.edu>, r=bzbarsky, sr=rbs
2004-09-15 14:06:48 +00:00
igor%mir2.org
b21add5b8a
1. Using UniqueTag.DOUBLE_MARK in interpreter instaed of Object instance to mark double values on stack for better debug printouts.
...
2. In parse tree use Node instances, not Node.Target to denote target nodes as later just leads to code bloat without safty benefits.
2004-09-15 13:51:19 +00:00
igor%mir2.org
e66d5ecab5
Added UniqueTag.DOUBLE_MARK for better debug printouts in interpreter and potential support for serialization of Interpreter.CallFrame.
2004-09-15 13:42:26 +00:00
cbiesinger%web.de
0c56d076e7
backing out changes
2004-09-15 13:31:36 +00:00
cbiesinger%web.de
256879304f
one more file for camino bustage...
2004-09-15 13:24:47 +00:00
cbiesinger%web.de
884cdc09e3
trying to fix camino bustage
2004-09-15 12:08:32 +00:00
bugzilla%arlen.demon.co.uk
891437f2dc
Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
...
p=me r=neil sr=jag
2004-09-15 10:33:32 +00:00
steffen.wilberg%web.de
39979085da
Bug 259083: error in Close Tab shortcuts. p=nosebleed@umphlet.com, r=me
2004-09-15 09:21:06 +00:00
jwalden%mit.edu
e8fecae44d
Bug 258671 - Readd Work Offline descriptions to Help. Reverting a previous change...
2004-09-15 06:45:44 +00:00
jwalden%mit.edu
d40c51c199
Bug 258640 - Missing shortcut (New Message... CTRL + M). r=steffen
2004-09-15 06:29:36 +00:00
blizzard%redhat.com
2ac0f98e0a
Crib the font enum code from xft. Pango doesn't do what we want, and this code will work fine for what it is used for. Not part of the default build.
2004-09-15 05:02:26 +00:00
dbaron%dbaron.org
2958ea9292
Fix XBL destructors. b=258832 r+sr=brendan
2004-09-15 02:19:24 +00:00
justdave%bugzilla.org
b387afaee2
Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs table
...
r=myk, a=justdave
2004-09-15 00:58:32 +00:00
myk%mozilla.org
4a0e4c44ab
Fix for bug 249868: makes series pages validate
2004-09-14 23:30:20 +00:00
myk%mozilla.org
596bb4c3cb
Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave
2004-09-14 23:04:38 +00:00
darin%meer.net
f0c9e4dcfc
landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg
2004-09-14 21:05:46 +00:00
neil%parkwaycc.co.uk
ec781c1358
Bug 205639 Don't let user duplicate filter names by renaming filters p=mark@standard8.demon.co.uk r=me sr=bienvenu
2004-09-14 21:05:35 +00:00
cbiesinger%web.de
b7774b956f
bug 241070 patch by npeninguy@gmail.com (Nicolas PENINGUY), r=bryner sr=blizzard
...
Refactor nsNativeThemeGTK
2004-09-14 20:56:01 +00:00
cbiesinger%web.de
8e1b8492ac
bug 258158 make about: not require javascript to show the version. add
...
version.dtd in chrome://global/content/ to contain the current mozilla (gecko)
version.
r=bsmedberg sr=neil
2004-09-14 20:44:30 +00:00
bryner%brianryner.com
6d283ec3a4
Bug 245653 - don't try to use dogbert migrator on BeOS. Patch by thesuckiestemail@yahoo.se, r=sergei_d@fi.tartu.ee.
2004-09-14 20:43:45 +00:00
cbiesinger%web.de
815b1030b0
bug 248044 move jar protocol handler into libjar. removing now-unused files
...
r=bsmedberg sr=darin
2004-09-14 20:42:20 +00:00
bienvenu%nventure.com
4cc832eea2
fix offline download getting aborted when reading a message in mem cache or offline store, sr=mcott 249195
2004-09-14 19:45:43 +00:00
cbiesinger%web.de
207f63d6aa
fixing indentation after last checkin
2004-09-14 18:55:28 +00:00
cltbld
a6a7f235c5
Automated update from host egg
2004-09-14 18:42:11 +00:00
cbiesinger%web.de
b5ded57da7
Bug 248044 move jar protocol handler into libjar. these are the changes to the
...
existing files
r=bsmedberg sr=darin
2004-09-14 18:40:26 +00:00
cbiesinger%web.de
f502011115
Bug 248044 move jar protocol handler into libjar. these are the changes to the
...
moved files
r=bsmedberg sr=darin
2004-09-14 18:32:13 +00:00