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

138788 Коммитов

Автор SHA1 Сообщение Дата
bsmedberg%covad.net 6b2971a7ef From bug 278534 - Can't have NS_NAMED_LITERAL_CSTRING at static/global scope, because the XPCOM library can be unloaded before the module cleanup fires. Should clear up cadence orange. 2005-02-23 00:01:54 +00:00
brendan%mozilla.org 5b39984627 Null |obj| VM register for correct |this| binding (281930, r=shaver). 2005-02-22 23:25:49 +00:00
dougt%meer.net 57756349f9 Adding GetACP. Disabling CreateEvent due to class member name conflicts 2005-02-22 22:58:32 +00:00
dougt%meer.net 46809fd404 Removing Canonify based on bsmedberg%covad.net changes to nsIChromeRegistry. Fixing build bustage. 2005-02-22 22:43:53 +00:00
cbiesinger%web.de 99697aef23 283185 [beos] forward-declare BView, since not all versions of Clipboard.h seem
to include View.h r=sergei_d
2005-02-22 22:13:24 +00:00
doronr%us.ibm.com e9a49a3ae1 XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
bsmedberg%covad.net aab6284169 Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben 2005-02-22 21:49:45 +00:00
bzbarsky%mit.edu 610d170988 Remove special-casing so non-chrome-principal pages, even with chrome: uris,
can have script disabled as needed.  Bug 280120, r=peterv, sr=neil
2005-02-22 21:18:31 +00:00
sergei_d%fi.tartu.ee a5567d7ed1 Bug 239813. Simpler nsDrawingSurfaceBeOS::Lock/Unlock.r=r=thesuckiestemail@yahoo.se. No sr required, port-only patch 2005-02-22 20:43:17 +00:00
bzbarsky%mit.edu 5ae6768c63 Don't use locale-dependent methods to convert variants to strings. Bug 282245,
r=peterv, sr=dbaron
2005-02-22 20:11:52 +00:00
wtchang%redhat.com fc1d2da739 Bugzilla Bug 282367: Export CERT_DestroyUserNotice from the nss shared
library.  Added a CERT_DestroyUserNotice call to cmd/lib/pppolicy.c to
fix a leak of CERTUserNotice. r=nelsonb.
Modified Files: lib/nss/nss.def cmd/lib/pppolicy.c
2005-02-22 20:02:22 +00:00
bzbarsky%mit.edu 6b5147dd71 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
mconnor%myrealbox.com 739e60e6b3 fix bug 280603 and bug 282752, based on initial patch by mook.moz@gmail.com, thanks to Neil for the Date.now() info 2005-02-22 19:31:58 +00:00
bzbarsky%mit.edu dc11326947 Don't use PR_s.?printf to format floats for W3C-spec purposes, since it's
locale-sensitive.  Bug 282245 partial fix, r+sr=peterv
2005-02-22 19:31:39 +00:00
jshin%mailaps.org fd66f970be bug 244754 : URL is not shown in the status bar when hovering over a url-escaped URL in an encoding different from the document enecoding (r=darin, sr=bzbarsky) 2005-02-22 18:25:12 +00:00
scott%scott-macgregor.org 66cf00a756 Bug #283080 --> bayesian training set is not getting flushed to disk on exit because
the profile directory service has already gone away.

sr=bienvenu
2005-02-22 18:11:55 +00:00
bzbarsky%mit.edu 18427ae654 Make the IME candidate window show up in the right place on GTK2. Bug 281339,
patch by Takuro Ashie and Hiroyuki Ikezoe <poincare@ikezoe.net>, r+sr=blizzard
2005-02-22 18:04:54 +00:00
bzbarsky%mit.edu 02a3a30db1 Fix menubuttons to not rely on the "open" attribute opening menus; open them
via the boxobject.  Bug 282359, r=mconnor, sr=neil
2005-02-22 17:53:26 +00:00
jshin%mailaps.org adb5fbf5bd bug 283180 : creativecommons search plugin doesn't work with non-ASCIi characters. (r=mconnor) 2005-02-22 17:53:14 +00:00
gandalf%firefox.pl e8ea9800c4 bug 283046: File input button does not properly render. A regression after checkin from bug 279768 ; r+sr=bzbarsky 2005-02-22 17:30:08 +00:00
travis%sedsystems.ca 895f9bd7e0 Bug 176011 : reports.cgi throws a scary error if collectstats has never been run
Patch by Vlad Dascalu <vladd@bugzilla.org>   r=mkanat  a=justdave
2005-02-22 16:01:31 +00:00
webmail%kmgerich.com afabfb50c4 Pinstripe, removing CSS rule for #281647 2005-02-22 12:30:07 +00:00
neil%parkwaycc.co.uk 98590ee5a4 Bug 264980 Alt+N keystroke can crash installer p=gautheri@noos.fr r+sr=dveditz 2005-02-22 09:15:01 +00:00
Stefan.Borggraefe%gmx.de 21aa95e4e7 More accurate UI for the pref mailnews.mark_message_read.delay (bug 234121).
r+sr=mscott
2005-02-22 08:16:58 +00:00
timeless%mozdev.org e0dd30fda7 Bug 282743 ABBA deadlock componentmanager monitor/jsgc claimscope
whitespace change to accentuate comment per brendan
2005-02-22 08:00:20 +00:00
timeless%mozdev.org e51daa5f55 Bug 282643 Rename two of three buf local variables in nsHttpChannel::SetupTransaction
r=biesi sr=darin
2005-02-22 07:31:18 +00:00
scott%scott-macgregor.org 32b1765267 Bug #282985 --> add options UI for turning off the phishing detector. 2005-02-22 06:47:10 +00:00
timeless%mozdev.org 8e944a97e8 Bug 242524 Component lists should hold references to real components (not "duplicates")
patch by ajschult@verizon.net r=bsmedberg sr=dveditz
2005-02-22 05:24:47 +00:00
webmail%kmgerich.com b6c5a3ffcd Pinstripe CSS tweaks. Fixes Bug #229813 and Bug #281647 2005-02-22 03:03:04 +00:00
dmose%mozilla.org b491e544d4 Add reminder XXX comment, and add a new namespace that we'll be needing. Not part of the build. 2005-02-22 02:12:42 +00:00
dbaron%dbaron.org 08aa014ec0 Prevent destroy method / destructor from attempting to removeObserver too many times. b=283088 r=mconnor 2005-02-22 01:35:18 +00:00
neil%parkwaycc.co.uk 522b9d176a Bug 282938 Stop the xul window from holding on to deleted tabs r=danm sr=dbaron 2005-02-22 00:17:35 +00:00
bzbarsky%mit.edu 32f1cf9dcc VerifySignature shouldn't store the certificate in the certificate store. Bug
240668, r=wtc, sr=shaver
2005-02-21 23:13:18 +00:00
dbaron%dbaron.org 9edb0f2b35 Null out browser's focusedWindow field as well (to prevent leaks). b=283063 r=mconnor 2005-02-21 22:50:07 +00:00
doronr%us.ibm.com 636105489c Bug 282721 - plugin finder next button active during installation if no licences were shown. r=mconnor 2005-02-21 22:47:07 +00:00
pkw%us.ibm.com 79c82875f5 Bug 240255 - Fix stale '"' in editorOverlay.xul.
r=neil.parkwaycc.co.uk@myrealbox.com, sr=brendan@mozilla.org
Patch by vberon@mecano.gme.usherb.ca.
2005-02-21 22:23:51 +00:00
darin%meer.net 14bc4f011a s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan 2005-02-21 22:21:21 +00:00
shaver%mozilla.org ee630d6dd0 need to use relative entries in DIRS, if you actually want things to build 2005-02-21 21:28:20 +00:00
tor%cs.brown.edu 9ee8fa4099 Bug 283055 - better svg text hit detection on cairo. 2005-02-21 21:24:36 +00:00
darin%meer.net 6d8ab11f00 build the header file!! 2005-02-21 21:08:46 +00:00
darin%meer.net f2311e1369 fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky 2005-02-21 20:58:01 +00:00
darin%meer.net ce15a1d673 fixes bug 281952 "XULrunner build error: unresolved external symbol __pr_hInstance" patch by dougt, r=bsmedberg, sr=darin 2005-02-21 20:54:15 +00:00
shaver%mozilla.org 1cf51b8310 fix DIRS badness, make sure we pull in storage, overlay better 2005-02-21 20:26:30 +00:00
mozilla.mano%sent.com 1ed5e3e1ca Bug 281361 - tab navigation with left/right arrow keys moves in the wrong direction. r=mconnor 2005-02-21 18:28:57 +00:00
silver%warwickcompsoc.co.uk 7ff37c4517 Bug 283017 - Fix long standing typo so eval-out messages get labelled correctly.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)
2005-02-21 18:25:55 +00:00
tor%cs.brown.edu a0375d13dc Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc 2005-02-21 18:11:18 +00:00
cbiesinger%web.de 8640af79b5 removing obsolete .cvsignore files in otherwise empty directories, and a long
unused makefile.win. not part of build.
2005-02-21 17:30:40 +00:00
doronr%us.ibm.com f15b55b1ee XForms bug 282263 - XForms Submission doesn't copy over namespaces. r=aaronr,beaufour 2005-02-21 17:22:26 +00:00
bzbarsky%mit.edu 53655d565e Remove unused and unimplemented attribute on nsIMarkupDocumentViewer. Bug
282973, r+sr=jst
2005-02-21 16:39:01 +00:00
allan%beaufour.dk eabc376c3c Delays dispatching of document load event until all instances have been loaded. Bug 282351, r=aaronr/darin/me, patch by smaug@welho.com 2005-02-21 11:20:46 +00:00