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
akkana%netscape.com
80af665997
18508: Allow for user-specified XBL bindings. sr=hyatt
2001-02-14 01:24:45 +00:00
waterson%netscape.com
e3455f87dc
Backing out changes for 39054, which caused several template regressions.
2001-02-13 19:22:56 +00:00
waterson%netscape.com
bf8a4eb521
Bug 39054. Make XUL templates work properly inside XBL. r=hyatt,alecf; sr=ben
2001-02-13 07:04:55 +00:00
disttsc%bart.nl
35ab17c7e4
From Small Gods, by Terry Pratchett:
...
The light was brilliant, crystalline, in a black sky filled with stars.
'Ah. There really is a desert. Does everyone get this?' said Brutha.
WHO KNOWS?
'And what is at the end of the desert?'
JUDGEMENT.
Brutha considered this.
'Which end?'
Death grinned and stepped aside.
What Brutha had thought was a rock in the sand was a hunched figure, sitting clutching its knees. It looked paralysed with fear.
He stared.
'Vorbis?' he said.
He looked at Death.
'But Vobis died a hundred years ago!'
YES. HE HAD TO WALK IT ALL ALONE. ALL ALONE WITH HIMSELF. IF HE DARED.
'He's been here fore a hundred years?'
POSSIBLY NOT. TIME IS DIFFERENT HERE. IT IS . . . MORE PERSONAL.
'Ah. You mean a hundred years can pass like a few seconds?'
A HUNDRED YEARS CAN PASS LIKE INFINITY.
The black-on-black eyes stared imploringly at Brutha, who reached out automatically, without thinking . . . and then hesitated.
HE WAS A MURDERER, said Death. AND A CREATOR OF MURDERERS. A TORTURER. WITHOUT PASSION. CRUEL. CALLOUS. COMPASSIONLESS.
'Yes. I know. He's Vorbis,' said Brutha. Vorbis changed people. Sometimes he changed them into dead people. But he always changed them. That was his triumph.
He sighed.
'But I'm me,' he said.
Vobis stood up, uncertainly, and followed Brutha across the desert.
Death watched them walk away.
The End.
2001-02-12 03:12:57 +00:00
dougt%netscape.com
69415757ab
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.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
hyatt%netscape.com
c581f6115e
XBL insertion point fixes: 67990, 67574, and the dependent bug 55292 all get fixed.
2001-02-08 23:24:55 +00:00
hyatt%netscape.com
8d353f7cfa
Fix for 67435. sr=ben
2001-02-07 07:45:36 +00:00
hyatt%netscape.com
c774968350
Fix linux bustage.
2001-02-02 02:05:57 +00:00
hyatt%netscape.com
815e1861e9
Checking in new files (r=ben, sr=brendan).
2001-02-02 01:14:07 +00:00
hyatt%netscape.com
90b8800096
Fix for 55292, r=ben, sr=brendan
2001-02-02 00:54:47 +00:00
sfraser%netscape.com
c515022092
Fix the modifier for the cmd_cut binding, bug 67113. r=jag, akkana, sr=hyatt
2001-01-31 20:08:13 +00:00
gagan%netscape.com
cded3e2f30
Optimization for scheme comparison of URIs. See bug 66577 for details. r=darin, sr=brendan@mozilla.org
2001-01-31 01:33:03 +00:00
dbaron%fas.harvard.edu
73fda4d305
Add lwbrk to REQUIRES to fix MOZ_TRACK_MODULE_DEPS bustage.
2001-01-30 01:52:15 +00:00
blakeross%telocity.com
25233a6df6
Fix 66135: use option, not command, for moving to and selecting previous/next word on mac. r=timeless sr=sfraser
2001-01-22 20:34:04 +00:00
anthonyd%netscape.com
cee32ef734
fix for bug #59003 fix for keybindings
...
sr=kin@netscape.com
r=akkana@netscape.com
2001-01-09 23:22:56 +00:00
akkana%netscape.com
afbb09f715
56072: fix ctrl-left/right bindings on Unix. r=timeless,jag.anthonyd; a=kin
2001-01-04 00:01:34 +00:00
dbaron%fas.harvard.edu
9430a92e06
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
2000-12-30 19:22:22 +00:00
hyatt%netscape.com
8cbc25f19b
fix 61471, a=ben
2000-12-20 07:25:19 +00:00
sfraser%netscape.com
31a8ff30c3
More useful error message when an XML bindings file fails to load. r=waterson, sr=hyatt
2000-12-14 02:32:26 +00:00
vidur%netscape.com
1f40cba7d1
Implementation of ReadSegments to support less copying in the parser. r=rpotts, sr=jst
2000-12-12 21:57:47 +00:00
hyatt%netscape.com
8e853805cd
Speeding up retrieval of anonymous nodes by removing a redundant copy. Patched bug in
...
insertion point retrieval. a=ben@netscape.com
2000-12-10 09:23:43 +00:00
hyatt%netscape.com
f4efb90b52
Added support for fieldset and legend. Not used by default.
...
a=ben@netscape.com
2000-12-10 09:23:11 +00:00
hyatt%netscape.com
a5fae1e0a1
Big XBL landing. Fixes numerous XBL bugs. a=ben
2000-12-07 10:11:21 +00:00
hyatt%netscape.com
26a770d6f1
More fun with XBL. Not used in build. a=ben
2000-12-07 09:52:13 +00:00
hyatt%netscape.com
ee5d2b7cbe
XBL forms experiments. Testing the water to see what XBL can do right now. Not used as part of build. a=ben
2000-12-06 22:50:53 +00:00
hyatt%netscape.com
b19a6ad70a
Making sure resource URIs are also globally cached by XBL (in addition to chrome URIs). a=ben
2000-12-02 10:34:52 +00:00
hyatt%netscape.com
7be278ade2
Mac and Win XBL buttons. Not part of build.
2000-12-02 10:29:29 +00:00
hyatt%netscape.com
2c440ecb7e
XBL forms stuff. Not part of build.
2000-12-02 10:27:05 +00:00
hyatt%netscape.com
e9ae905e45
adding new XBL form widget stylesheets. a=ben@netscape.com
2000-12-01 08:47:19 +00:00
blizzard%redhat.com
94142f8974
Fix bug #61519 crash in nsXBLPrototypeHandler::ExecuteHandler. Check for the existance of a focused window and if a QueryInterace returns null. r=pinkerton sr=hyatt
2000-11-30 23:48:09 +00:00
sfraser%netscape.com
b4589a2bdf
Fix crasher bug when typing in the URL bar, bug 61452. Need to null out a global when we delete it. r=pinkerton
2000-11-29 22:26:22 +00:00
pinkerton%netscape.com
5560cb7993
pulling out the dnd code (and my useless dumps) until we can differentiate between chrome and content. fixes regression.
2000-11-29 21:56:40 +00:00
mkaply%us.ibm.com
01e4698274
htmlbindings changes for OS/2
2000-11-29 21:45:46 +00:00
dbaron%fas.harvard.edu
b4aa2f814c
Add newline to end of file to make HP compiler happy. r=timeless
2000-11-29 15:18:32 +00:00
pinkerton%netscape.com
5e6330d920
Fix win32-only bustage.
2000-11-29 06:34:14 +00:00
pinkerton%netscape.com
28aab72bc2
Refactor some of the window key handler and add drag and drop handlers to the window root. Also move the html bindings (and platform bindings) to res, removing the chome dependency. a=hyatt.
2000-11-29 06:01:33 +00:00
pinkerton%netscape.com
c641167965
more small build things. r=bryner
2000-11-29 05:55:02 +00:00
pinkerton%netscape.com
2bc334d89a
forgot the adjust depth. r=bryner
2000-11-29 05:36:18 +00:00
pinkerton%netscape.com
30148e3969
start building xbl/builtin (a=hyatt).
2000-11-29 05:12:40 +00:00
pinkerton%netscape.com
f5b196f914
moving bindings into res to eliminate chrome dependency.
2000-11-29 02:54:24 +00:00
pinkerton%netscape.com
1925118019
breaking apart root key handler into base class
2000-11-29 02:51:26 +00:00
hyatt%netscape.com
56d558b610
Patch for 55595. r=joki, a=brendan
2000-11-27 07:55:20 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
hyatt%netscape.com
79139f3049
Ben accidentally checked in a change to nsXBLService.cpp. Backing him out. What a mess tonight. Whew.
2000-11-04 11:03:14 +00:00
ben%netscape.com
7eb497ca59
back out hyatt's accidental checkin.
2000-11-04 09:07:49 +00:00
hyatt%netscape.com
c932dba717
Fix build bustage.
2000-11-04 09:01:21 +00:00
hyatt%netscape.com
e0c292d77e
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
alecf%netscape.com
23edf9fc31
#52116 - Show URL for XBL element & method/attribute when a JS warning or exception happens
...
r=dveditz,mccabe, sr=hyatt
2000-10-27 00:51:23 +00:00
hyatt%netscape.com
e6f3515a80
Fix for 56395 rtm++ bug.
2000-10-18 07:48:01 +00:00
hyatt%netscape.com
8a58a8dad6
Fix for 56235. r=saari, a=waterson
2000-10-16 21:46:59 +00:00
blakeross%telocity.com
61c11a7fda
Fix 53896, spacebar when HTML buttons/radiobuttons/checkboxes have the focus just scrolls the page. patch by saari. r=danm a=hyatt, rtm+
2000-10-11 03:47:45 +00:00
hyatt%netscape.com
eee2b4a5d2
Fix for 43248. r=ben,a=waterson
2000-10-10 20:52:25 +00:00
waterson%netscape.com
82b4ab1f0d
Bug 53969. Move anonymous content storage to pres shell; remove obsolete methods from nsIAnonymousContentCreator. r=dbaron, a=hyatt
2000-10-09 03:08:41 +00:00
hyatt%netscape.com
2b3bf3aed3
Fix for 44437 leaks. r=ben, a=waterson
2000-10-04 00:41:53 +00:00
danm%netscape.com
8b3e3944c9
guard against null entries in the insertion point table. bug 54747, bugscape bug 2641. r=hyatt
2000-10-02 23:34:28 +00:00
hyatt%netscape.com
5cf52043ce
Fix for 54524. r=attinasi,waterson a=waterson. Also checking in patch
...
to nsXBLPrototypeHandler.cpp that went into the branch days ago (but that
I forgot to check in to the trunk).
2000-10-02 22:25:45 +00:00
dougt%netscape.com
bfbbaa82b6
Restores INCLUDE_XUL #define. b=54248. r/a=hyatt@netscape.com
2000-10-01 05:24:00 +00:00
hyatt%netscape.com
f39228badf
fix for 53838, r,a=waterson
2000-09-28 23:18:14 +00:00
saari%netscape.com
80300c590e
fix for 53760, xbl double firing key events. r=hyatt, a=hyatt
2000-09-28 01:05:26 +00:00
hyatt%netscape.com
50133363d7
Really patching leak.
2000-09-27 23:39:47 +00:00
hyatt%netscape.com
dc184ae1d4
Fix for 53417. r=brendan, a=brendan
2000-09-27 21:48:05 +00:00
hyatt%netscape.com
3cee6bdb23
Fix for 53417. r=brendan, a=brendan
2000-09-27 20:23:49 +00:00
hyatt%netscape.com
09cb6cfb57
48758. r=ben,saari, a=waterson
2000-09-22 05:31:36 +00:00
hyatt%netscape.com
957c151659
48758. r=ben,saari, a=waterson
2000-09-22 05:02:20 +00:00
hyatt%netscape.com
4ad32a6c62
Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
2000-09-20 07:21:35 +00:00
hyatt%netscape.com
11d734017b
Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan
2000-09-20 07:16:04 +00:00
waterson%netscape.com
c71e04b66a
Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren
2000-09-20 05:44:19 +00:00
waterson%netscape.com
bf722e10a6
Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt
2000-09-20 00:14:04 +00:00
hyatt%netscape.com
48572de0e3
Fix for 52810. r=danm
2000-09-18 18:49:58 +00:00
hyatt%netscape.com
8fae4ae0df
Fix for bug #45989 , theft of clipboard using XBL. r=ben
2000-09-15 23:28:29 +00:00
hyatt%netscape.com
c6795c7114
Numerous XBL fixes (security patches and minor syntax changes). r=ben
2000-09-15 06:38:35 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
983223fbc2
if you want a pointer to the characters, your going to have to |.get()| it
2000-09-13 04:47:36 +00:00
akkana%netscape.com
009cf43b57
52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis
2000-09-12 02:01:12 +00:00
hyatt%netscape.com
3ade57d231
Tweak loadBindings call, provide hint to optimize possible style re-resolve in XBL, fix spot dbaron forgot. All 3 are r=ben
2000-09-08 10:01:18 +00:00
hyatt%netscape.com
a307d33c09
Implement bindingDetached. r=ben
2000-09-08 06:57:03 +00:00
hyatt%netscape.com
ce31959433
fix for 51410 - xbl syntax change, r=danm
2000-09-05 22:52:57 +00:00
hyatt%netscape.com
d3ee2d1b2d
Fix arrow keys in input fields. r=danm
2000-09-05 18:57:53 +00:00
hyatt%netscape.com
98a7a1f1b4
loadBindingdoc, r=ben
2000-09-05 07:29:01 +00:00
hyatt%netscape.com
19c8a21048
Fix double selection problem in trees. r=ben
2000-09-05 07:09:14 +00:00
hyatt%netscape.com
b070ce7be3
Fix crash on skin switching. r=ben
2000-09-03 06:00:09 +00:00
hyatt%netscape.com
a9b4837fdf
Fixed bad regression in XBL. r=ben
2000-09-03 05:35:36 +00:00
hyatt%netscape.com
9dad73f6a8
Eliminating warning for non-compliant XBL event handlers.
2000-09-02 02:40:28 +00:00
hyatt%netscape.com
b6a398093b
Eliminating warning for non-compliant XBL event handlers.
2000-09-02 02:39:06 +00:00
hyatt%netscape.com
32b3cf8c91
General cleanup in XBL.
2000-09-02 01:46:42 +00:00
hyatt%netscape.com
86d696896f
rename arg to parameter, r=brendan
2000-09-02 01:35:44 +00:00
hyatt%netscape.com
e1d023486a
rename arg to parameter, r=brendan
2000-09-02 01:20:36 +00:00
hyatt%netscape.com
8950d77c94
Improve typing speed. r=ben
2000-09-02 01:09:47 +00:00
hyatt%netscape.com
3ca8c12117
More XBL event speed improvements. r=ben
2000-09-01 21:43:34 +00:00
hyatt%netscape.com
83763f26e8
Closing my eyes, crossing my fingers, and pressing the NUKE THE TREE button. r=nobody, I'm trying to recover from vidur's window bomb. :)
2000-09-01 08:40:38 +00:00
hyatt%netscape.com
b8744d5294
XBL syntax changes. r=ben
2000-09-01 08:10:14 +00:00
hyatt%netscape.com
a889e08d3b
XBL syntax changes. r=ben
2000-09-01 08:07:07 +00:00
hyatt%netscape.com
2912793421
XBL syntax changes. r,a=brendan
2000-09-01 01:38:04 +00:00
pinkerton%netscape.com
1fb153aabb
better use of NS_LITERAL_STRING for perf on platforms that can use it.
2000-08-30 02:45:02 +00:00
hyatt%netscape.com
c8864cba14
XBL fix for walling off style (46505). r=ben
2000-08-29 03:08:35 +00:00
hyatt%netscape.com
fa139308be
Fix for 46505. r=mjudge
2000-08-25 00:19:38 +00:00
hyatt%netscape.com
a25d7666d2
oops. forgot file.
2000-08-24 09:39:14 +00:00
hyatt%netscape.com
6b54700b73
XBL fixes, groundwork for 46505, r=ben
2000-08-24 09:21:27 +00:00
cltbld%netscape.com
7f19e88a13
Fixing more solaris bustage, jst, mcafee
2000-08-23 22:10:28 +00:00
jst%netscape.com
b3a4ade60d
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
2000-08-23 17:27:06 +00:00
hyatt%netscape.com
072ffea226
Fix for 49150, r=ben
2000-08-23 07:18:58 +00:00
danm%netscape.com
9c6b7620fe
small correction to last revision. code=hyatt@netscape.com
2000-08-22 22:58:44 +00:00
hyatt%netscape.com
c73e081e36
fix for 49835, r=danm
2000-08-22 22:53:46 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
hyatt%netscape.com
9f9e527f73
Fix for nsbeta3+ file control bug. BUgzilla down, so I can't produce the #. r=ben
2000-08-22 02:02:46 +00:00
hyatt%netscape.com
5e1ccf53ce
49012 fix, r=danm
2000-08-21 22:30:36 +00:00
scc%mozilla.org
301746a559
fixing code that relied on implicit string construction
2000-08-19 22:23:46 +00:00
brendan%mozilla.org
ecc00cac9a
Cast away const when freeing JSClass names.
2000-08-19 17:07:46 +00:00
hyatt%netscape.com
dcf2a14989
Fix for 48150, r=danm
2000-08-17 21:11:38 +00:00
hyatt%netscape.com
c60a2f7d07
First-stage fix for dogfood bug 49012. r=ben
2000-08-17 08:11:11 +00:00
akkana%netscape.com
5b58ac4fc2
23587: Make accelerator and menu access keys settable through a pref. r=saari
2000-08-17 00:09:16 +00:00
hyatt%netscape.com
1168ae898d
Fix for 45248, r=ben
2000-08-16 08:14:01 +00:00
hyatt%netscape.com
25a6da1b04
Fix for 49009. r=danm
2000-08-15 21:00:52 +00:00
hyatt%netscape.com
4b07f49bb1
Fix for 48931, r=danm,scc
2000-08-14 18:52:47 +00:00
hyatt%netscape.com
0fbea5a514
Fixing harpoon.
2000-08-14 04:29:54 +00:00
hyatt%netscape.com
2e86033263
Work on 48150 and XBL performance (async and arenas).
2000-08-14 04:04:18 +00:00
hyatt%netscape.com
7dcf622eb6
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:39:24 +00:00
hyatt%netscape.com
6c68a00e3d
Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan
2000-08-12 06:28:02 +00:00
warren%netscape.com
4af572e4c1
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
2000-08-10 06:19:37 +00:00
hyatt%netscape.com
3a8aed4259
Fix build bustage that's coming.
2000-08-06 05:03:36 +00:00
hyatt%netscape.com
488f0f2ad6
Fix for 42320. r=danm
2000-08-06 04:57:55 +00:00
hyatt%netscape.com
f62c6dc91d
Fix for XBL portion of 46129
2000-08-05 22:33:29 +00:00
hyatt%netscape.com
46bd8bbcfc
Working on 42320.
2000-08-04 08:45:29 +00:00
ben%netscape.com
210cfc6ec4
fix for a bug with XBL binding attached event that was causing the event to be fired repeatedly.
...
code by hyatt, r=me
2000-08-03 07:17:10 +00:00
hyatt%netscape.com
e88d343b75
Fix for 46849. r=pavlov
2000-08-01 21:39:28 +00:00
hyatt%netscape.com
9b4eec1198
Fix for 43778. r=ben
2000-07-28 02:22:59 +00:00
hyatt%netscape.com
db2fbf838d
Fix for 41145. r=waterson
2000-07-28 00:35:02 +00:00
hyatt%netscape.com
e5e26c9cb0
Fix to prevent crawling of template. Meant to check this earlier today
...
with the original approved template landing. r,a=waterson
2000-07-27 06:20:57 +00:00
brendan%mozilla.org
88963e82c0
Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu).
2000-07-25 01:44:22 +00:00
brade%netscape.com
08e968606d
check if events have been handled already before dispatching them; r=saari; bug #45390
2000-07-20 14:32:30 +00:00
hyatt%netscape.com
f96409cba5
Fix for 45248. r=saari
2000-07-17 23:55:25 +00:00
brendan%mozilla.org
312b64ae77
Must unregister memory pressure observer in \~nsXBLService (nsMemory doesn't clean up after us; r=warren).
2000-07-11 05:43:34 +00:00