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

132069 Коммитов

Автор SHA1 Сообщение Дата
igor%mir2.org f8d44cc5d9 Fixing under allocation of ids array while enumerating properties. 2004-07-29 12:46:46 +00:00
igor%mir2.org 80101fd2cf Better error propagation from failed class loading: RuntimeError instances are rethrown while ClassNotFound, LinkageError etc. are caught. 2004-07-29 12:45:55 +00:00
igor%mir2.org 0f6d41a084 Renaming StringIdMap to Main and ipdating documentation 2004-07-29 10:44:59 +00:00
vladimir%pobox.com a78fd16039 b=247960, 2 panes of bookmarks manager don't interact; patch from richwklein@mchsi.com. r=vladimir, a=ben 2004-07-29 08:55:59 +00:00
bryner%brianryner.com a1fff82224 Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me. 2004-07-29 08:42:54 +00:00
igor%mir2.org 0e32e1807e Cleanup patch from Mario Cormier <mcormier@miranda.com> to fix bug 253323:
Parser contained useless this.decompiler = decompiler assignment.
2004-07-29 08:28:42 +00:00
bryner%brianryner.com 07a5b1d842 If a page prefills a username field with a username that we have a saved login for, go ahead and prefill the saved password. Bug 229652. 2004-07-29 08:22:05 +00:00
bryner%brianryner.com 39115f8b14 Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake. 2004-07-29 08:08:11 +00:00
scott%scott-macgregor.org 6f389ee71e back out my previous checkin, it broke the installer. 2004-07-29 07:04:51 +00:00
Stefan.Borggraefe%gmx.de 4c54d5a876 Correction for my previous checkin for bug 233791. I accidentally checked in something slighlty differnt than what was reviewed before. 2004-07-29 06:52:17 +00:00
bryner%brianryner.com f02df734cf Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake. 2004-07-29 05:55:30 +00:00
scott%scott-macgregor.org 018508b90a Bug #253339 --> try to remove stale/obsolete thunderbird files when the installer is installing on top of an existing
installation.
2004-07-29 03:23:32 +00:00
kiko%async.com.br e0757da73d Fix for bug 216008: Time Tracking: default values cause change bug
errors. Check if the time values haven't actually changed by using                     integer comparison (instead of string comparison). r=jouni, a=justdave.
2004-07-29 03:09:10 +00:00
kiko%async.com.br bb1046a14f Missing bits of fix for bug 236678: Clean up access to COOKIE global.
Murder the last remaining places in the tree where COOKIE is used;
includes a rather thorough cleanup of Bugzilla::Bug->user and a minor
doc update. r=joel, a=justdave.
2004-07-29 03:02:05 +00:00
kiko%async.com.br 26f1495b9a Fix for bug 252789: Empty timetrackinggroup causes error "hours worked
needs to be positive" when changing bug. Sanitizing the AddComment bits
in process_bug.cgi to only touch work_time if user is in
timetrackinggroup. Fixes regression introduced in bug 252159.
r=jouni,joel; a=justdave.
2004-07-29 02:59:11 +00:00
kiko%async.com.br f897342cff Fix for bug 252839: Remove &action=view from links in attachment table;
this was done to improve link target consistency and avoid shell-pasting
bustage from the & character.  r=myk, a=justdave.
2004-07-29 02:55:00 +00:00
kiko%async.com.br aeb347e3ae Fix for bug 236678: Clean up access to COOKIE global. Murder the last
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-29 02:45:38 +00:00
bugreport%peshkin.net 427a196d55 Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and search on CC even when cc-list is empty
r=jouni
a=myk
2004-07-29 00:46:57 +00:00
igor%mir2.org e9d84b06aa Committing E4X runtime implementation: see enhancement report 242805.
This is based on code contributed to Rhino by AgileDelta, Inc, www.agiledelta.com and in particular by

Ethan Hugg
Terry Lucas
Milen Nankov
John Schneider

Thanks!
2004-07-28 23:43:17 +00:00
bienvenu%nventure.com d44d4c709c fix 252921, add default for mail.check_all_imap_folders_for_new so about:config will show it, patch by gemal.dk, r=mscott, sr=bienvenu 2004-07-28 23:09:44 +00:00
rlk%trfenv.com 5aaf254363 bug 89814 - "Frame" should link to entry in Glossary. r=neil@parkwaycc.co.uk 2004-07-28 22:54:10 +00:00
cbiesinger%web.de 863ad06f3a Bug 253190 Crash if .pac file lists multiple proxies, in a malformed way
r+sr=darin
2004-07-28 22:03:27 +00:00
pedemont%us.ibm.com bf2c9aa387 Bug 248837 - font sizes less than 1px show up as 13px, r=sfraser, sr=dbaron 2004-07-28 22:00:17 +00:00
scott%scott-macgregor.org 2a2ff35f1c Bug #253291 --> Changes to preferences file not saved.
Matching thunderbird changes for brian's firefox fix.
2004-07-28 21:51:30 +00:00
cbiesinger%web.de 761f1de85a Bug 198694 make nsTime inherit from nsInt64
r=bsmedberg sr=dougt
2004-07-28 21:33:28 +00:00
cbiesinger%web.de 545cbfb7b6 Bug 252435 get rid of *WithConversion in chrome registry
r=bsmedberg sr=darin
2004-07-28 21:23:12 +00:00
bryner%brianryner.com f42265bc1d Make sure profiles have a prefs.js file (bug 253291). 2004-07-28 21:20:29 +00:00
igor%mir2.org 575e8a64ff Committing E4X parser and runtime proxies: see enhancement report 242805.
This is based on code contributed to Rhino by AgileDelta, Inc, www.agiledelta.com and in particular by

Ethan Hugg
Terry Lucas
Milen Nankov
John Schneider

Thanks!
2004-07-28 21:11:02 +00:00
nelsonb%netscape.com f1060d0bfb Correct option parsing, and add missing error messages. 2004-07-28 21:10:07 +00:00
cbiesinger%web.de 784f49a951 Bug 246695 Gtk Embedding widget ignore scrollbar chrome setting
r=bryner sr=blizzard patch by Crispin Flowerday <crispin@flowerday.cx>
2004-07-28 20:54:50 +00:00
Stefan.Borggraefe%gmx.de 513708f4d5 Fix for bug 233791: Toolbar button jumps when marking a message as junk (or not junk)
r=neil,sr=mscott
2004-07-28 20:44:22 +00:00
scott%scott-macgregor.org e8cdecbbd6 Bug #2533227 --> try to fix a thunderbird top crash at [@ nsMsgContentPolicy::ShouldLoad ]
by setting the rv value correctly.
2004-07-28 17:35:14 +00:00
igor%mir2.org 104a577692 Added ScriptableObject.equivalentValues to allow for custom equality operator support. 2004-07-28 15:23:11 +00:00
igor%mir2.org eca6887020 Added Reference.has() for future use. 2004-07-28 15:21:02 +00:00
igor%mir2.org a41b3ec13e Ignore any exception during script class initialization unless it is an instance of RhinoException. In this way lazily class loading or incompatible with the current JVMs jars will simply hide the script variables. 2004-07-28 15:20:08 +00:00
mostafah%oeone.com 46f780a5db Checked in attachment 154557 for bug 219589 2004-07-28 14:56:15 +00:00
igor%mir2.org fa3b4a39aa Always call Scriptable.has(name, start) as obj.has(name, obj) since the start argument is useless in Scriptable.has and in this way it is possible to add temporary assertions to the code checking this. 2004-07-28 13:27:39 +00:00
igor%mir2.org 02ca5d7471 Redesigning IdScriptable implementation.
The new logic introduces 2 independent id namespaces, instance ids and prototype ids. Typically there are very few instance properties and instance ids corresponds exactly to them. The prototype ids allows to define functions and other constant objects that typically found in prototype objects.

The new implementation takes advantage of this difference to provide very different API to implement fast mapping both for instance and prototype ids.
2004-07-28 11:40:38 +00:00
igor%mir2.org 26e2f979e9 Introduction of defaultParentScope and defaultPrototype in ScriptableObject for lazily initialization of scope and prototype. 2004-07-28 09:52:29 +00:00
igor%mir2.org 26bde72dd8 Making ScriptRuntime.typeError* public 2004-07-28 09:51:02 +00:00
igor%mir2.org 8684cd21de Allow to subclass NativeWith 2004-07-28 09:50:07 +00:00
igor%mir2.org a9e5ef9c3b Favour same type converssions during LiveConnect for better support of java methods taking instances of Scriptable 2004-07-28 09:49:19 +00:00
dbaron%dbaron.org d203453e28 Fix Windows bustage. b=252578 2004-07-28 07:52:03 +00:00
igor%mir2.org a17d812303 1. Optimizing getClassPrototype and getDefaultValue in ScriptableObject.
2. Start of the changes for simpler to use IdScriptable implementation: new utility functions in IdFunction and removal of Context argument from IdScriptable.fillConstructorProperties.
2004-07-28 07:12:46 +00:00
dbaron%dbaron.org fa4808301b Move things that aren't author stylesheets out of nsDocument's mStyleSheets array to simplify stylesheet management code. Add a level of the cascade for style attributes and ensure that there's only one rule processor per level of the cascade, and simplify the logic of nsCSSRuleProcessor creation. b=252578 r+sr=bzbarsky 2004-07-28 07:08:41 +00:00
igor%mir2.org d8725eb93f Context.getArrayElements implementation is moved to ScriptRuntime which also defined now isArrayObject 2004-07-28 07:06:35 +00:00
scott%scott-macgregor.org c25b87a427 Bug #253359 --> rss servers and folders should use the artwork for news instead of mail accounts 2004-07-28 05:57:39 +00:00
scott%scott-macgregor.org d276a6b790 fix build bustage. forgot a missing file 2004-07-28 05:56:50 +00:00
scott%scott-macgregor.org 023f92bda5 Bug #253359 --> use a generic message type atom so we can dynamically style the thread pane
with servers that are application extensions (such as rss) without hard coding the server types
in nsMsgDBView

sr=bienvenu
2004-07-28 05:56:10 +00:00
timeless%mozdev.org 20d5b0540a Bug 90161 URL recognition at the end of line in QP (quoted-printable) misses last character
patch by anlan@ida.liu.se r=ducarroz sr=bienvenu
2004-07-28 05:54:11 +00:00