Commit Graph

185 Commits

Author SHA1 Message Date
hyatt%netscape.com
8a0e458fe7 48758. r=ben,saari, a=waterson 2000-09-22 05:31:36 +00:00
hyatt%netscape.com
ac2865c3c4 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
hyatt%netscape.com
b3c6f6d2dd 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
662e53652a 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
7dc55680e8 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
a9720c40a8 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
afc64d2cc4 Fix for 52810. r=danm 2000-09-18 18:49:58 +00:00
hyatt%netscape.com
cb410c0ff9 Fix for bug #45989, theft of clipboard using XBL. r=ben 2000-09-15 23:28:29 +00:00
hyatt%netscape.com
5d14f7ae4f Numerous XBL fixes (security patches and minor syntax changes). r=ben 2000-09-15 06:38:35 +00:00
rayw%netscape.com
0257791053 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
cfbee28623 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
99628b2337 52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis 2000-09-12 02:01:12 +00:00
hyatt%netscape.com
cf54e6b085 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
9948b2ece0 Implement bindingDetached. r=ben 2000-09-08 06:57:03 +00:00
hyatt%netscape.com
18e758c3ca fix for 51410 - xbl syntax change, r=danm 2000-09-05 22:52:57 +00:00
hyatt%netscape.com
584b0548ca Fix arrow keys in input fields. r=danm 2000-09-05 18:57:53 +00:00
hyatt%netscape.com
1bb5fdc4fc loadBindingdoc, r=ben 2000-09-05 07:29:01 +00:00
hyatt%netscape.com
b03ae07bef Fix double selection problem in trees. r=ben 2000-09-05 07:09:14 +00:00
hyatt%netscape.com
ba7b94b9b1 Fix crash on skin switching. r=ben 2000-09-03 06:00:09 +00:00
hyatt%netscape.com
4a56981607 Fixed bad regression in XBL. r=ben 2000-09-03 05:35:36 +00:00
hyatt%netscape.com
34afd36343 Eliminating warning for non-compliant XBL event handlers. 2000-09-02 02:40:28 +00:00
hyatt%netscape.com
3b60037bfe Eliminating warning for non-compliant XBL event handlers. 2000-09-02 02:39:06 +00:00
hyatt%netscape.com
06f5e40b56 General cleanup in XBL. 2000-09-02 01:46:42 +00:00
hyatt%netscape.com
b8b870db19 rename arg to parameter, r=brendan 2000-09-02 01:35:44 +00:00
hyatt%netscape.com
1d8f696a54 rename arg to parameter, r=brendan 2000-09-02 01:20:36 +00:00
hyatt%netscape.com
2909098718 Improve typing speed. r=ben 2000-09-02 01:09:47 +00:00
hyatt%netscape.com
1d7c6d90f3 More XBL event speed improvements. r=ben 2000-09-01 21:43:34 +00:00
hyatt%netscape.com
bf208e29cb 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
26294ec87c XBL syntax changes. r=ben 2000-09-01 08:10:14 +00:00
hyatt%netscape.com
a00da988b4 XBL syntax changes. r=ben 2000-09-01 08:07:07 +00:00
hyatt%netscape.com
90a907435e XBL syntax changes. r,a=brendan 2000-09-01 01:38:04 +00:00
pinkerton%netscape.com
1d3e1cbcd9 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
e8381a76bf XBL fix for walling off style (46505). r=ben 2000-08-29 03:08:35 +00:00
hyatt%netscape.com
83a557be58 Fix for 46505. r=mjudge 2000-08-25 00:19:38 +00:00
hyatt%netscape.com
c35fd8e783 oops. forgot file. 2000-08-24 09:39:14 +00:00
hyatt%netscape.com
3d05117e1a XBL fixes, groundwork for 46505, r=ben 2000-08-24 09:21:27 +00:00
cltbld%netscape.com
2ec879cf41 Fixing more solaris bustage, jst, mcafee 2000-08-23 22:10:28 +00:00
jst%netscape.com
9abec73fbe 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
4069c7f384 Fix for 49150, r=ben 2000-08-23 07:18:58 +00:00
danm%netscape.com
e9c330dad7 small correction to last revision. code=hyatt@netscape.com 2000-08-22 22:58:44 +00:00
hyatt%netscape.com
34392727b5 fix for 49835, r=danm 2000-08-22 22:53:46 +00:00
warren%netscape.com
e05eef45e9 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
73664ae2c2 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
eefc7c48f5 49012 fix, r=danm 2000-08-21 22:30:36 +00:00
scc%mozilla.org
eb0aaea827 fixing code that relied on implicit string construction 2000-08-19 22:23:46 +00:00
brendan%mozilla.org
c81c23af94 Cast away const when freeing JSClass names. 2000-08-19 17:07:46 +00:00
hyatt%netscape.com
bff32695be Fix for 48150, r=danm 2000-08-17 21:11:38 +00:00
hyatt%netscape.com
24b71cc743 First-stage fix for dogfood bug 49012. r=ben 2000-08-17 08:11:11 +00:00
akkana%netscape.com
6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
hyatt%netscape.com
62efdcb050 Fix for 45248, r=ben 2000-08-16 08:14:01 +00:00