hyatt%netscape.com
39001feccd
Fix for 75189. r=jag.
2001-04-09 01:40:19 +00:00
sfraser%netscape.com
687359c2ed
Fix for 74143, change nsIController to use DOMStrings. sr=hyatt, r=kin
2001-04-04 23:48:03 +00:00
waterson%netscape.com
e9ad93d236
Fix more gcc-2.7.2.3 bustage. Whee\!
2001-04-04 08:26:32 +00:00
waterson%netscape.com
9558d5bb62
Bug 68213. Require users of nsFixedSizeAllocator to specify object size at Free() time to avoid 8 byte overhead per allocation. r=harishd, brendan, shaver, hyatt; sr=scc
2001-04-04 05:00:08 +00:00
scc%mozilla.org
c355507eda
landing string branch; see bug #73786
2001-04-02 19:40:52 +00:00
brade%netscape.com
da6bfeba43
remove platform specific bindings; remove ids
2001-03-30 16:02:39 +00:00
brade%netscape.com
9195ccef0d
move certain keys to platform files; windows fixes
2001-03-30 16:00:31 +00:00
brade%netscape.com
9d0be6bc3c
remove ids
2001-03-30 15:59:44 +00:00
brade%netscape.com
353d63d400
os2 keybinding changes
2001-03-30 15:58:55 +00:00
brade%netscape.com
040007ae9b
mac keybinding cleanup
2001-03-30 15:56:20 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +00:00
hyatt%netscape.com
33edb59e2d
Checkin for 36665. r=pink, sr=waterson
2001-03-30 02:30:17 +00:00
hyatt%netscape.com
7d2adb3021
Fix for 73695. r=danm, sr=waterson
2001-03-29 01:30:03 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
hyatt%netscape.com
990f1cee3f
Fix arrow key bustage.
2001-03-23 01:16:08 +00:00
hyatt%netscape.com
2fd18d53d2
Fix cut/copy/paste, still trying to figure out arrow key bustage. r=akkana, sr=brendan
2001-03-23 00:59:29 +00:00
hyatt%netscape.com
dc8caf7e7d
Backing out preventDefault checkin, since it's already there.
2001-03-21 21:27:04 +00:00
akkana%netscape.com
2e4f692f39
57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
...
Clean up XBL bindings and eliminate redundancies and errors.
Fix a bug in which XBL bindings didn't check for event cancellation.
r=brade sr=hyatt
2001-03-21 20:32:59 +00:00
hyatt%netscape.com
3718b9dfae
Fix for 71740. r=jag, sr=shaver.
2001-03-21 08:15:12 +00:00
pavlov%netscape.com
a56ee2cf1f
(not part of the build) changing nsHTMLAtoms::image to nsXULAtoms::image r=hyatt
2001-03-19 22:59:20 +00:00
hyatt%netscape.com
0948aa63ee
Fixes for my 3 0.8.1 bugs... all approved etc. etc.
2001-03-17 00:27:13 +00:00
joki%netscape.com
ee2eb43f20
Fix 49120 (Force event handler compilation when properties accessed from JS) and 53640 (Fix event capture to work starting from text nodes) r:peterv, sr:jst
2001-03-13 11:37:16 +00:00
hyatt%netscape.com
aaf0e6df84
Fix for 70704 and 71261. r=pierre, sr=attinasi
2001-03-13 02:34:02 +00:00
valeski%netscape.com
a8e9bc5bd5
sr=rpotts, r=gagan. 70743. switching over to new extensible URI::SchemeIs() api
2001-03-13 02:02:05 +00:00
Peter.VanderBeken%pandora.be
ede8756d78
Renaming NS_PARSER_IID to NS_PARSER_CID, because it *is* a CID. r=jag, sr=jst.
2001-03-10 21:02:12 +00:00
hyatt%netscape.com
4c6682bec7
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2001-03-10 01:43:09 +00:00
disttsc%bart.nl
42cb1adf93
This could leave you with a dangling pointer:
...
nsCStringKey key(nsPromiseFlatCString(aRef).get());
because the nsPromiseFlatCString object will go out of scope,
so do this instead:
nsPromiseFlatCString flat(aRef);
nsCStringKey key(flat.get());
sr=scc
2001-03-08 13:13:42 +00:00
disttsc%bart.nl
aebc676048
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
hyatt%netscape.com
bf5b498782
Fix for 62783. r=danm, sr=waterson
2001-03-07 01:46:13 +00:00
hyatt%netscape.com
e3919a6f1f
Fix for 68138. r=danm, sr=waterson
2001-03-05 22:29:52 +00:00
hyatt%netscape.com
e379dc5eea
Disable attachto capability in XBL. Fix for bug#55265. r=danm, sr=alecf
2001-03-05 21:45:13 +00:00
hyatt%netscape.com
01d8142afc
Fix for 67351. sr=waterson, r=danm
2001-03-03 22:01:01 +00:00
brade%netscape.com
381d701bcb
add keybindings to input, textarea, editor for alt-backspace (undo); r=akkana; sr=kin
2001-03-02 14:23:04 +00:00
brade%netscape.com
ce805eff4c
add missing keybindings (to input, textareas, editors) for ctrl-home/end (with and without shift); r=akkana; sr=kin
2001-03-02 14:11:24 +00:00
disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
hewitt%netscape.com
bc6a9ff499
70541 - xbl content attribute setting, r=blake, sr=hyatt
2001-03-02 03:35:04 +00:00
dr%netscape.com
c4f253be8c
fix for 58477 (null check), r=jag, sr=hyatt
2001-03-01 01:35:12 +00:00
pavlov%netscape.com
2c3f122994
added a parameter to a function that is part of the new imagelib.. passing nsnull to it in the image preloading code (ifdef'd out (not part of build)) sr=jst :-)
2001-02-24 23:56:07 +00:00
cls%seawood.org
8643a92f86
Adding and updating necessary .cvsignore files. Bug #61550
2001-02-24 06:22:49 +00:00
hyatt%netscape.com
34f10f4e21
Changing the name of my #ifdef.
2001-02-23 01:56:46 +00:00
hyatt%netscape.com
792da52ffc
Adding image-loading code #ifdefed to XBL. Also eliminating a warning in WIndowDragHandler while I'm here. sr=alecf, r=danm
2001-02-22 23:47:30 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
hyatt%netscape.com
ea1cb1d735
Fix a frame creation slowdown caused by XBL. 2-3% speedup. r=danm, sr=waterson
2001-02-21 03:18:45 +00:00
waterson%netscape.com
0c9ae9b94a
Bug 39054, redux. Hack around problem (?) with XBL child nodes: we'll just query for the list of real kids up front. Also, need to break 'AddSubtreeToDocument()' into pre- and post-order steps. r=hyatt, sr=brendan
2001-02-20 01:05:34 +00:00
Peter.VanderBeken%pandora.be
7aafcfc86b
Removing to correct CAPS. r=jst@netscape.com, sr=waterson@netscape.com.
2001-02-19 14:27:36 +00:00
heikki%netscape.com
ae23767cdd
Checking in changes needed for splitting layout into two separate libraries. r=jst@netscape.com, sr=waterson@netscape.com. Not part of the default build yet.
2001-02-19 12:55:42 +00:00
akkana%netscape.com
c38cf59c82
25779: alternate win cut/copy/paste keys. r=brade, sr=sfraser
2001-02-15 21:53:13 +00:00
aaronl%chorus.net
4f3059151b
Pref accessibility.browsewithcaret implemented, bug=49508, r=sfraser, sr=waterson
2001-02-15 05:07:46 +00:00