Commit Graph

147894 Commits

Author SHA1 Message Date
dveditz%cruzio.com
885f89af0b locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky 2005-09-30 18:51:46 +00:00
jwatt%jwatt.org
0c362b884a Fixing bug 308734. Limit the values we accept for currentScale. r+sr=tor@acm.org 2005-09-30 18:51:43 +00:00
bsmedberg%covad.net
86362589a5 Bug 306576 - remove old searchplugins when installing new ones r=mconnor 2005-09-30 18:36:27 +00:00
mgalli%geckonnection.com
39023fc912 Focus controller via XUL attributes. 2005-09-30 18:35:53 +00:00
bsmedberg%covad.net
1cfaf285d2 Bug 307311 - allow client.mk to build xulrunner + multiple apps in one pass r=darin 2005-09-30 17:39:16 +00:00
vladimir%pobox.com
8c377524e9 b=310480, right click submenus don't automatically open when highlighted, r+sr=roc 2005-09-30 17:35:14 +00:00
mvl%exedo.nl
a45fb556d3 propagate libical errors through the ics service.
part of bug 306508, r=dmose
2005-09-30 17:09:38 +00:00
bsmedberg%covad.net
b0e93ea2db Bug 310569 - 64-bit unsafe cast in nsMsgIncomingServer.cpp r=mscott 2005-09-30 16:48:13 +00:00
mark%moxienet.com
a635744c35 Bug 304089, maximum window size during resize is too large, windows go offscreen and under the dock. Set maximum bounds carefully. r=mano r=josh sr=smfr 2005-09-30 16:24:54 +00:00
masayuki%d-toybox.com
54ff675c1a Bug 99224 document.lastModified should be localized r=jst+jshin, sr=brendan 2005-09-30 14:42:55 +00:00
dougt%meer.net
966588552a Fix non-windows bustage. npodb. bug=310562 2005-09-30 14:37:12 +00:00
bsmedberg%covad.net
307ef08c19 Additional orange fix for bug 308838 (API mismatch) 2005-09-30 14:35:24 +00:00
bienvenu%nventure.com
2ab19239ae remove imap parser method at_end_of_line, patch by Hans-a.Engel@unibas.ch, r/sr=bienvenu 2005-09-30 14:25:42 +00:00
tor%cs.brown.edu
a1e63a999b Bug 307547 - simplify check for GDI+ to avoid initializing layout
twice.  r=dbaron, sr=bzbarsky
2005-09-30 13:31:50 +00:00
allan%beaufour.dk
c390af3a82 [XForms] Error dialog should have "open javascript console" link. Bug 309246, r=me+smaug, patch by surkov@dc.baikal.ru 2005-09-30 08:59:41 +00:00
igor%mir2.org
27dc23cc25 1. Added QuitAction interface to specify the action to perform when quit is called. By default Global does nothing and shell explicitly call initQuitAction with code to call System.exit().
2. Added toint32 to be on pair with SpiderMonkey
2005-09-30 08:28:51 +00:00
smfr%smfr.org
d1c81a1f76 Fix bug 290520: change the Hide/Show Toolbar and Hide/Show Bookmarks Bar modifiers to use Shift, rather than Option. 2005-09-30 04:27:30 +00:00
smfr%smfr.org
a98df28e0a Fix bug 299758: ensure that "Add to Address Book" string is localizable. Patch by Smokey Ardisson. 2005-09-30 04:17:22 +00:00
timeless%mozdev.org
e09152a773 Bug 290422 ''usemap'' attribute for IMG tags work without a needed "#" before inline maps.
patch by bugzilla@philringnalda.com r=bz sr=bz
2005-09-30 03:51:58 +00:00
dougt%meer.net
4fbb9807ed snav.enabled doesn't seam to work. directly using pref. moving from xpcom- to app- startup. NPODB 2005-09-30 03:33:17 +00:00
bzbarsky%mit.edu
376ca84976 Make wildcards work for the default policy too. Bug 307867, r=caillon, sr=dveditz 2005-09-30 03:30:40 +00:00
bob%bclary.com
e69c473247 startTest() must follow bug number in order to report bug number, no bug, not part of the build 2005-09-30 02:44:11 +00:00
bob%bclary.com
91af505e5b Add callback to allow browser based tests to report test results to stdout, no bug, not part of the build 2005-09-30 02:40:36 +00:00
bob%bclary.com
62d2480021 Update automated test talkback ids, no bug, not part of the build 2005-09-30 02:38:35 +00:00
bzbarsky%mit.edu
68b4c7ba1a Don't use nsRect's operator== for comparisons where different sized empty rects
should be treated as different.  But 301411, r+sr=roc
2005-09-30 02:29:43 +00:00
aaronleventhal%moonset.net
1d320ff39a Bug 309472. Equations and diagrams not exposed in accessible tree. r=parente, sr=roc 2005-09-30 02:16:13 +00:00
dougt%meer.net
aa8208b1e9 using the right getter. npodb 2005-09-30 02:13:52 +00:00
scott%scott-macgregor.org
0432cd908d Bug #276632 --> make autocomplete be more like google suggest (make it most popular results come first)
Ensure that we use the
match that has the highest popularity index, thus ensuring that the e-mail
address appears as high as possible in the autocomplete results list.

sr=bienvenu
2005-09-30 02:09:50 +00:00
christophe.ravel.bugs%sun.com
f25e5155ef 238319: Sun packages changes.
Add an extra line to the copyright file to have the same as NSS and NSPR.
2005-09-30 01:56:59 +00:00
mrbkap%gmail.com
6a80c2c3e3 bug 308856: Make sure that we enumerate over the inner window object, since no properties are actually stored on the outer window's js object. r=brendan sr=jst 2005-09-30 01:18:43 +00:00
smfr%smfr.org
4361539600 Widget part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:59:29 +00:00
smfr%smfr.org
c3a4817fe8 Camino part of fix for bug 297343: avoid re-entrant -[NSWindow makeKeyAndOrderFront:] calls by postponing the focus and activate calls into Gecko so that they get called the next time through the event loop, when window visibility and key status are correct. This allows embedder code that implements to nsIEmbeddingWindow::SetFocus() to check those and avoid re-entrant/redundant makeKeyAndOrderFront: calls. r=mento. Only affects Camino. 2005-09-30 00:55:05 +00:00
bienvenu%nventure.com
e9274e9dd6 fix 264544, saving a brand new template and sending it delete it from templates folder, sr=mscott 2005-09-30 00:54:56 +00:00
mrbkap%gmail.com
34240f13ec Bug 280769: Handle overly-large regular expressions without crashing. Patch by Igor Bukanov <igor.bukanov@gmail.com>. r=mrbkap sr=brendan 2005-09-30 00:46:42 +00:00
mrbkap%gmail.com
2180d58572 Back out the first patch from bug 307317 to see if it helps bug 308678. 2005-09-30 00:39:18 +00:00
bugzilla%arlen.demon.co.uk
bd4fcd60d8 Bug 292668 Reorganise mailnews pref panes - Character Encoding patch
p=me r=mnyromyr/cbiesinger sr=neil.parkwaycc.co.uk
2005-09-30 00:24:35 +00:00
mrbkap%gmail.com
eb89e7f513 bug 284032: Add a function to allow easy testing of JS_ValueToInt32 from the js shell. Patch from Brendan. r=mrbkap 2005-09-30 00:23:14 +00:00
mrbkap%gmail.com
fedf62a8f8 bug 284032: Make sure to get the right fp when skipping over native frames in the DVG. Patch from Brendan. r=mrbkap 2005-09-30 00:19:48 +00:00
mrbkap%gmail.com
6aa6292697 bug 309307: Make sure to update the parent pointer of entries of style nodes when they get closed. r+sr=jst 2005-09-29 23:45:11 +00:00
relyea%netscape.com
b354997d97 Bug 119500 PKCS#11 CKF_PROTECTED_AUTHENTICATION_PATH token flag not supported
wtc's review r=wtc
2005-09-29 23:44:39 +00:00
mrbkap%gmail.com
3884e9dfd2 bug 308856: Provide an API to iterate over the properties of an object (such that if the object is native, the enumerate hook is not called). Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:39:48 +00:00
mrbkap%gmail.com
0b77246139 bug 308856: Only ignore enumerated properties when obj2 is actually in the prototype of obj (and thus will be enumerated when the prototype is enumerated). r=brendan 2005-09-29 23:36:54 +00:00
mrbkap%gmail.com
aefbbd73e2 bug 309897: Make sure to not shrink XML arrays when doing so would shrink the capacity to less than the needed size. Patch from Brendan. r/sr=mrbkap/shaver 2005-09-29 23:31:36 +00:00
wtchang%redhat.com
5c38b2d572 Bugzilla Bug 294106: dsa.c: use const in the function prototype of
DSA_GenerateGlobalRandomBytes.  prng_fips1861.c: implemented Algorithm 1
of FIPS 186-2 Change Notice 1 and increased the size (b) of the RNG's
seed-key from 160 bits to 256 bits. r=relyea,nelsonb.
2005-09-29 23:22:53 +00:00
mrbkap%gmail.com
24c439b988 Fix Brendan's naming nit (bug 308806) 2005-09-29 23:15:40 +00:00
mgalli%geckonnection.com
6a057ca5c2 F1 = launches focus to the menu button. 2005-09-29 22:23:47 +00:00
bzbarsky%mit.edu
746d3904e7 Make named arrays not look up names for XPCNativeWrapper. Bug 310069,
r=mrbkap, sr=jst
2005-09-29 22:08:09 +00:00
relyea%netscape.com
952e8e8f45 Tests won't pass if we don't build crmftest 2005-09-29 22:01:52 +00:00
bzbarsky%mit.edu
f7b86680d1 Failure to open a channel in a stream loader should just make init() throw.
Bug 310319, r+sr=darin
2005-09-29 22:00:26 +00:00
mrbkap%gmail.com
0c01573eca bug 308806: changes to an object's toString method are not reflected when calling toLocaleString. r=shaver 2005-09-29 21:54:37 +00:00