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

116056 Коммитов

Автор SHA1 Сообщение Дата
pavlov%netscape.com 1985e0cb61 checking in fix for bug 196130 2003-03-06 23:03:49 +00:00
cltbld%netscape.com 1fd2b82862 Automated update 2003-03-06 22:45:12 +00:00
seawood%netscape.com 8cce7c2ae8 Removing GLE support.
Thanks to Kenji Irie <gelsoft@mx4.tiki.ne.jp> for the patch.
Bug #195865 r=cls
2003-03-06 22:39:14 +00:00
bryner%netscape.com dc9345f96b fix gtk2 phoenix build bustage 2003-03-06 22:01:01 +00:00
suresh%netscape.com 90c01febac bug 185692 - enable prefetching of '?' URLs in the context of rel=prefetch. r-dougt, sr-darin 2003-03-06 21:37:09 +00:00
dbaron%dbaron.org 10878a0640 Remove unused variable (fix warning). b=171830 2003-03-06 21:01:52 +00:00
dbaron%dbaron.org 2c149384ef Fix for bustage on older gcc. b=117316 2003-03-06 20:16:35 +00:00
dougt%netscape.com 4212ce0c53 backing this out AGAIN 2003-03-06 19:59:31 +00:00
alecf%netscape.com 5b7536c806 fix for bug 191416 - clean up nsIUnicharInputStream to make it more like nsIInputStream:
- hide Fill() (or remove it where not necessary)
- add ReadSegments() so that we can do reads without copying
- remove the extra offset parameter to Read()
r=dougt, sr=darin
2003-03-06 19:54:51 +00:00
brendan%mozilla.org dcad0d8960 Infrastructure for bug 92773, r=shaver@mozilla.org:
- call the JSRuntime's checkObjectAccess callback, if configured, for each
  get or set that invokes a user-defined function (a user-defined function is
  a scripted or native function object, not a native JSPropertyOp C function).
  The value passed as an in-out parameter in *vp is the function object, so
  the callback could, e.g., clone function objects and configure them with
  different parent objects, if that helped import them into a trust domain.
- Fix a long-standing bug that broke the deprecated, old-style, and rarely-
  used top-level getter/setter function declaration form:

    getter function f()  { return ++x; }
    setter function f(y) { return x = y; }

  We want js_CheckRedeclaration to complain only if a permanent getter is
  being redefined by another getter, likewise for a setter -- but not when
  (as above) a setter is being added to a top-level object for the same id
  as a pre-existing getter (or vice versa).
2003-03-06 19:45:18 +00:00
brendan%mozilla.org 3c0c23b860 Generalize the JS_SetCheckObjectAccessCallback hook implemented here to deal with user-defined getters and setters (92773, r=mstoltz, sr=jst). 2003-03-06 19:40:14 +00:00
dbaron%dbaron.org 42cb723529 Fix dynamic style changes resulting from change to href attribute on HTML links. b=194972 r+sr=bzbarsky 2003-03-06 19:19:55 +00:00
dbaron%dbaron.org c3fb353790 Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky 2003-03-06 19:14:17 +00:00
dbaron%dbaron.org 636a18962f Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830 2003-03-06 19:07:22 +00:00
pinkerton%netscape.com 393ceead5a beginnings of new bookmark manager, off by default 2003-03-06 19:04:15 +00:00
pinkerton%netscape.com 6e103d135c when replacing the text of the urlbar (with, say, a bookmark), put the
insertion point at the end instead of leaving it at the beginning.
2003-03-06 19:03:34 +00:00
aaronl%netscape.com 4a1413710b Bug 193966. Keyboard navigation prefs don't get set if clicking on OK in a different prefs panel. r=samir, sr=jag 2003-03-06 18:55:54 +00:00
aaronl%netscape.com 8ac3b448d6 Bug 194977. Support <label> elements as ROLE_STATICTEXT like IE does, fix use of label name for controls when no form element. r=kyle, sr=henry 2003-03-06 18:50:39 +00:00
aaronl%netscape.com 52677ea55f Bug 192454. Window is focused again if onclick='window.open' and href = '#foo'. r=bryner, sr=jst 2003-03-06 18:42:49 +00:00
aaronl%netscape.com 06894f9174 Bug 195243. Potential hang in typeaheadfind. r=caillon, sr=sspitzer 2003-03-06 18:38:16 +00:00
aaronl%netscape.com bc707bca94 Bug 195120. FAYT fails after switching to compose window, typing a key, and returning. r=caillon, sr=sfraser 2003-03-06 18:36:53 +00:00
timeless%mozdev.org 33f768e3d3 Bug 156436 IBM Web Browser is unrecognized
patch by mkaply@us.ibm.com r=timeless a=justdave
2003-03-06 18:13:26 +00:00
dougt%netscape.com bdaff16cf7 follow up landing of 193442. This fixes the strcmp logic error we has when checking for the gre string r=dbradley, alecf, darin 2003-03-06 17:41:01 +00:00
jdunn%netscape.com c0a46d86e0 adding a newline (for hp-ux) r=cls 2003-03-06 15:56:34 +00:00
wtc%netscape.com 4df4c061fc Bug 118832: with the removal of the crmfi.h inclusion, CRMFEncryptedKey
becomes an incomplete type, and aCC on HP-UX does not allow using
static_cast to cast a pointer to an incomplete type to void *.  Use
implicit conversion of a data pointer to void * instead. r=kaie. sr=dbaron.
2003-03-06 15:04:46 +00:00
mkaply%us.ibm.com 8c29d3f5cf #196013
r=mkaply, sr=blizzard (platform specific)
OS/2 only - code from Javier Pedemonte - detect symbol fonts and use 65400 as the codepage for them.
2003-03-06 15:01:37 +00:00
kaie%netscape.com 5f3ad686d7 b=194636 Forwarding binary message produces invalid message
r=ducarroz sr=sspitzer
2003-03-06 14:19:41 +00:00
ere%atp.fi 32c983d2e3 Fix for bug 195954: Old position incorrectly checked in nsWindow::Move().
r=danm, sr=jag
2003-03-06 10:38:30 +00:00
neil%parkwaycc.co.uk 3c806ac954 Bug 195393 Use phase="target" r=varga sr=jag 2003-03-06 10:01:01 +00:00
igor%mir2.org 1b6885bd21 Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=196017 :
Use Thread.getContextClassLoader() as the last resort when searching for classes.
2003-03-06 09:29:00 +00:00
sfraser%netscape.com 16682c50a3 Funky new splash screen 2003-03-06 07:55:46 +00:00
darin%netscape.com a9955c10eb fixing OS/2 bustage 2003-03-06 07:27:27 +00:00
darin%netscape.com dde9c3e7b9 fixes bug 156909 "Possible bug in netwerk/protocol/http/src/nsHttpChannel.cpp"
patch=tenthumbs@cybernex.net r=suresh sr=darin
2003-03-06 05:42:35 +00:00
darin%netscape.com 8ba1dc8571 fixes bug 191835 "FTP leaks control socket" r=bbaetz sr=bzbarsky 2003-03-06 05:01:30 +00:00
cls%seawood.org 2c9b0b22dc Fully qualify the call to PostMessage to avoid namespace conflict with win32 define.
Thanks to Dan Mosedale <dmose@mozilla.org> for the patch.
Bug #134113 r=cls sr=sspitzer
2003-03-06 03:14:31 +00:00
sspitzer%netscape.com ac3a86f99f supplimental fix for bug #17230.
we're using the "Rename Address Book" dialog as the "local addressbook properties"
dialog, so let's make that the title.

(it is what you open when you do "Properties" on a local ab)

instead of alerting, allow the user to open it for the PAB or CAB, but
disable the text field.

r=cavin
2003-03-06 03:12:35 +00:00
cltbld%netscape.com aa94cce310 QATest needs security.warn_submit_insecure=true. -mcafee 2003-03-06 03:02:32 +00:00
cavin%netscape.com 9ce3e07c03 Fix for 17230. Added code to allow addrooks to be renamed. r/sr=sspitzer. 2003-03-06 01:45:43 +00:00
cathleen%netscape.com 525d66b9b0 fix windows trace-malloc build. this file was removed in config/os2, needed for command line utility 2003-03-06 01:32:39 +00:00
jkeiser%netscape.com 5822d98fd0 Fix XBL retargeting for xul elements (bug 194429), r=saari@netscape.com, sr=bryner@netscape.com 2003-03-06 01:01:28 +00:00
jkeiser%netscape.com 60fcd2d333 Remove unneeded include nsWidgetsCID.h (bug 189813), patch by luke_harless@attglobal.net, r=jkeiser@netscape.com, sr=sfraser@netscape.com 2003-03-06 00:59:43 +00:00
bryner%netscape.com f8d0177119 remove reference to gecko broken-image.gif since we have our own. 2003-03-06 00:42:44 +00:00
bryner%netscape.com b7f75e317f add broken-image.gif and loading-image.gif. Not part of the default build. 2003-03-06 00:37:54 +00:00
paper%animecity.nu fc57a6c25f Bug 196072. Don't invalidate image area when incoming image data is for different frame. r=pavlov sr=bz 2003-03-05 23:55:53 +00:00
cltbld%netscape.com 6b82121a51 Automated update 2003-03-05 23:45:10 +00:00
seawood%netscape.com 68402eb37f Fix cocoa static build viewer bustage. 2003-03-05 23:39:08 +00:00
paper%animecity.nu 16306ed28c Bug 194108 Don't PaintBackgroundColor when tiled image is opaque and fully covering. r=caillon sr=roc+moz 2003-03-05 23:34:48 +00:00
dougt%netscape.com c5ac287dab removing NS_MT_SUPPORTED define. b=186494, r=dougt, r=seawood 2003-03-05 23:30:22 +00:00
chanial%noos.fr 565069647f fixing view partial source by commenting a call to defunct edit page menuitem. 2003-03-05 23:22:50 +00:00
sfraser%netscape.com 50a0433f9e Eliminate calls to DOM APIs in bookmark-related code outside of the bookmarks service, so that we can eventually move away from the assumption that bookmarks are DOM-based. 2003-03-05 23:18:09 +00:00