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

133454 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 0fce817590 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 1e07029d5f 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 cca82d9a17 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 cbd9f598d9 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 fb2dfd11fd Properly implement setter and getter functions. Not part of default build. 2004-09-15 17:31:14 +00:00
scott%scott-macgregor.org 456178340e 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 eb10cb9d64 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 0573e1c19f Properly implement T_VOID in SetRetval. Not part of default build. 2004-09-15 16:57:08 +00:00
igor%mir2.org a30abea90c 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 4133f78b96 Updated translation 2004-09-15 15:49:38 +00:00
cls%seawood.org f2f73e6054 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 91f7a07a68 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 ad84ac2ee4 removing necko_jar.xpt to fix bustage 2004-09-15 14:45:48 +00:00
igor%mir2.org b92c21f853 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 02564cdafb 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 bef182034b 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 4f61cba96e 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 13465d83c4 backing out changes 2004-09-15 13:31:36 +00:00
cbiesinger%web.de 1f3cdaab60 one more file for camino bustage... 2004-09-15 13:24:47 +00:00
cbiesinger%web.de 30145b593b trying to fix camino bustage 2004-09-15 12:08:32 +00:00
bugzilla%arlen.demon.co.uk d07a4a6aca 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 356993cdc7 Bug 259083: error in Close Tab shortcuts. p=nosebleed@umphlet.com, r=me 2004-09-15 09:21:06 +00:00
jwalden%mit.edu 9b01d759d7 Bug 258671 - Readd Work Offline descriptions to Help. Reverting a previous change... 2004-09-15 06:45:44 +00:00
jwalden%mit.edu 8be0af732a Bug 258640 - Missing shortcut (New Message... CTRL + M). r=steffen 2004-09-15 06:29:36 +00:00
blizzard%redhat.com 1f89490771 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 f6e45ec1cd Fix XBL destructors. b=258832 r+sr=brendan 2004-09-15 02:19:24 +00:00
justdave%bugzilla.org 37931ee9fb 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 bf6545f387 Fix for bug 249868: makes series pages validate 2004-09-14 23:30:20 +00:00
myk%mozilla.org 2a740cfae6 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 b88ad7be0d 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 82820f30a5 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 2bf677321d 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 b327e7e63f 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 163e105f1f 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 98b4eea0df 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 595ae5033f 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 6bc15ffa56 fixing indentation after last checkin 2004-09-14 18:55:28 +00:00
cltbld 4d12fd839a Automated update from host egg 2004-09-14 18:42:11 +00:00
cbiesinger%web.de 1d61416f70 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 e5c214010e 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
dbaron%dbaron.org 5f62984111 Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky 2004-09-14 17:26:35 +00:00
dbaron%dbaron.org 3118860f30 Add nsVoidArray::FastElementAt that requires the caller to do bounds checks (0 <= aIndex < Count()). Make ElementAt a little safer without loss of speed (back to the old safety). Make nsCOMArray<T>::ObjectAt use FastElementAt. b=96108 r=darin 2004-09-14 17:17:21 +00:00
darin%meer.net 8f166fa6aa adding macbuild directory 2004-09-14 16:46:20 +00:00
bzbarsky%mit.edu 15ac643742 Make sure to addref out param. Bugs 258121 and 247712, r+sr=peterv 2004-09-14 15:06:56 +00:00
igor%mir2.org c72dbebee7 1. Marking NativeCall.parentActivationCall transient so serialization would not see it.
2. Removal of never used NativeCall.thisObj field and code to initialize it.

3. Renaming NativeCall.funObj to NativeCall.function for better readability.
2004-09-14 14:59:21 +00:00
bzbarsky%mit.edu 93e0d48454 Don't use the global object as the scope object when setting up the class for
the proto functions on the a binding.  Patch arises from discussion in bug
258832, r+sr=brendan
2004-09-14 13:33:54 +00:00
pete.zha%sun.com 1d8ad8433c bug 244558
cookperm.txt->hostperm.1
r=dwitte,sr=roc
patch=ben.bucksch@beonex.com
2004-09-14 12:08:06 +00:00
cls%seawood.org 9fa96cc1ff Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
Bug #258668
2004-09-14 09:10:07 +00:00
jst%mozilla.jstenback.com 1a86b2d55d Fixing bug 259117. Prevent popups when closing a window even if the close came from a user action that would normally enable popups. r=bzbarsky@mit.edu, sr=brendan@mozilla.org 2004-09-14 06:03:34 +00:00
justdave%bugzilla.org 104a25fa65 Oops, backing out changes to administration.xml that are supposed to be part of a different patch. 2004-09-14 05:50:29 +00:00