Commit Graph

1330 Commits

Author SHA1 Message Date
seawood%netscape.com
322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
timeless%mac.com
6b932868e6 Bug 29856 *nix only : Window Class the same for all mozilla windows
original patch from arik devens / rob ginda
r=akkana sr=alecf
2002-08-07 01:59:22 +00:00
henry.jia%sun.com
17a5f04f77 2nd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:11:23 +00:00
bryner%netscape.com
056465c13c Fix a typo that was causing bug 153828, inability to navigate bookmarks and history in a maximized window. r=saari, sr=jag. 2002-08-06 01:12:33 +00:00
alecf%netscape.com
f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
aaronl%netscape.com
0f4ba024e4 Bug 160188. Accessibility: In Windows, use Control ID for a window to indicate whether the window is content or UI. r=saari,blythe, sr=hewitt 2002-08-01 23:12:38 +00:00
caillon%returnzero.com
5ebd34f7ff Bug 155752 - Use the XML parser for XHTML about: services
Patch contributed by Alexey Chernyak <alexey@ihug.com.au>
r=timeless, sr=jst, a=asa
2002-07-25 13:27:16 +00:00
pete.zha%sun.com
4cd434d44e mozilla1.1a core dump at PR_AtomicDecrement()
bug=154730 r=bryner sr=jst a=asa patch=antonio.xu@sun.com
2002-07-12 02:56:18 +00:00
bryner%netscape.com
90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
caillon%returnzero.com
9df8f33a00 * Implement CSSValueLists and computed -moz-border-{side}-colors
* Get the computed -moz-binding directly from the style context which is faster than getComputedStyle
* Speed up computed style by not QI'ing so much
* Cache the computed style object so we don't keep re-alloc'ing memory for it.
* Shrink ROCSSPrimitiveValue.
* Don't get computed style of non-existant properties.
* Use nsSize instead of nsRect when we only care about height and width
* Other random code cleanup of computed style

Bug 155525
r=bzbarsky
sr=jst
2002-07-08 07:11:59 +00:00
jgaunt%netscape.com
0a7856e064 bug 78390 accessible support for full page PDFs
r=aaronl,peterl
sr=jst
2002-07-02 17:39:40 +00:00
alecf%netscape.com
8e037b7ff6 argh, add nsIWindowMediatorListener.idl to the nmake build 2002-06-26 23:36:46 +00:00
alecf%netscape.com
254bccdc06 argh, now re-remove the line that I was originally intending to remove! 2002-06-26 23:34:42 +00:00
alecf%netscape.com
52e3e9471d back out these two files until I get the #ifdef situation cleared up 2002-06-26 23:32:09 +00:00
alecf%netscape.com
e0029f804f rest of fix for bug 132175 - move windowlist part of the window mediator into a seperate object (nsWindowDataSource) so that appshell is no longer dependent on RDF.
r=bnesse, sr=waterson
2002-06-26 22:34:09 +00:00
alecf%netscape.com
891c229e53 more stuff for bug 132175, add nsIWindowMediatorListener.idl to build
r=bnesse, rs=waterson
2002-06-26 22:25:31 +00:00
dbaron%fas.harvard.edu
6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
saari%netscape.com
b8de96a1d8 win32 only fix for 82534. focus goes wonky after minimizing a window. r=bryner, sr=jag 2002-06-20 04:55:13 +00:00
alecf%netscape.com
4b02557811 Not part of build
backing out my last change - totally unnecessary
2002-06-17 23:41:42 +00:00
alecf%netscape.com
9a7dd9689f Not part of build
add category name to nsIWindowMediatorListener so listeners are created at startup
2002-06-17 23:25:21 +00:00
bnesse%netscape.com
10a7b9cd05 Fix for bug 141035. Application must quit if it fails to load the .cfg file. r=sgehani, ccarlen, sr=alecf. 2002-06-12 18:52:46 +00:00
alecf%netscape.com
e7b9de7473 fix for bug 149121 - split up command line handler macros so we can write custom registration routines. r=bnesse, sr=sspitzer 2002-06-12 16:47:23 +00:00
cathleen%netscape.com
64856eb68b clean up last traces of nsCRT::strlen(char* s), bug 124536 r=dp, sr=brendan 2002-06-04 23:05:39 +00:00
bryner%netscape.com
31299ae4f9 Fixing mach-o static build - made a function static in nsAppShellService so that it doesn't conflict with global symbols; add TK_LIBS (-framework Carbon) to the link line for mozilla-bin for both carbon and cocoa builds. r=cls, rs=brendan. 2002-06-03 23:53:31 +00:00
danm%netscape.com
292038c24d reverting part of rev 1.54 that caused a regression. code=jrgm r=jag,me 2002-06-01 00:49:46 +00:00
danm%netscape.com
895a2c8a85 scrollbar visibility is no longer reflected in mChromeFlags. bug 130174 r=bryner,jag,jst 2002-06-01 00:00:12 +00:00
danm%netscape.com
605ddd1d3e disable window size persistence before chrome is loaded. bug 116610 r=bryner,jag 2002-05-29 23:21:35 +00:00
danm%netscape.com
3b00f9dbf6 persist min/max state only if normal or maximized. bug 72558 r=bryner,jag 2002-05-29 23:19:07 +00:00
rpotts%netscape.com
73de225b01 bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener) 2002-05-16 20:57:37 +00:00
dougt%netscape.com
c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
danm%netscape.com
b461b80d58 death to remaining compiler warnings. removed a dead function. inspired by bug 126488 2002-05-13 22:00:21 +00:00
danm%netscape.com
903c626348 death to compiler warnings. bug 126488 code=ayn2@cornell.edu r=me,scc 2002-05-13 21:43:15 +00:00
alecf%netscape.com
58ad7ad612 Fix for bug 138299 - switch consumers of nsIWindowMediator service to use the non-RDF contractID, in preparation for bug 132175
r=danm, sr=jag
2002-04-30 01:36:59 +00:00
sdagley%netscape.com
86136e0bf0 Fix #116079 - if a file with no extension is dragged to Mozilla and it has a file type of 'TEXT' treat it as text/plain rather than application/octet-stream. r=bryner, sr=hyatt 2002-04-29 07:01:44 +00:00
darin%netscape.com
e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
sspitzer%netscape.com
4664d0a626 fix for #137886. Detect defunct previously migrated profiles and offer to re-migrate.
this is pref controlled, "profile.seconds_until_defunct.  by default,
we'll never offer to remigrate.  initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
alecf%netscape.com
eaa6358150 remove convertISupportsToDOMWindow in order to clean up nsIWindowMediator
bug 138299 (preparation for bug 132175)
2002-04-22 14:02:48 +00:00
alecf%netscape.com
6acac8a747 add window mediator listener functionality for bug 132175
(not part of build)
2002-04-22 14:00:24 +00:00
dbaron%fas.harvard.edu
07103ecbea Fix up and enable hierarchical :hover and remove the hacks that made :hover work for anchors without it. Pass mask rather than pseudo-class to ContentStatesChanged notifications. Optimize event state changes in the style system by passing state mask to HasStateDependentStyle and using it in HasStateDependentStyle implementations. b=5693 r=bryner, joki sr=hyatt 2002-04-11 03:49:30 +00:00
dp%netscape.com
b20d16e3fe bug 125100 Undoing resident size trimming and heapmin. sr=alecf, r=blythe, a=asa 2002-04-09 04:03:39 +00:00
rjc%netscape.com
c11cd7f66a Fix bug # 130234 - w95 startup crash (when low-mem?). r=pavlov sr=ben a=asa 2002-04-03 08:31:31 +00:00
dbaron%fas.harvard.edu
b280e94dfe Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
mscott%netscape.com
4c432ec9ee Bug #132643 --> add a new web browser chrome flag for a popup type. Set the native widget type to popup
if that's what the chrome flags say.
r=danm
sr=hewitt
a=asa
2002-03-22 19:22:05 +00:00
ccarlen%netscape.com
5ac940d43c Bug 58533 - Can't open files with a '/' in name by double-clicking in Finder. r=rjc/sr=sfraser/a=asa 2002-03-22 15:03:17 +00:00
danm%netscape.com
aa2d5b5fac removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa 2002-03-18 23:33:49 +00:00
dbradley%netscape.com
cf3364dd42 Bug 126107 - Freeing mismatched memory in nsWindowMediator::GetWindowForResource - r=valeski, sr=alecf, a=asa 2002-03-18 02:10:14 +00:00
rjc%netscape.com
f969952304 Fix bug # 129794 part deux: plug leak. r=shaver sr=ben a=asa 2002-03-13 23:33:35 +00:00
rjc%netscape.com
9a8f9501ef Backout fix for bug # 129794 due to orangeness. Will try again tomorrow. 2002-03-12 11:21:03 +00:00
rjc%netscape.com
a1558f7dd5 Typo. Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 10:28:18 +00:00
rjc%netscape.com
d3f9d14f46 Fix bug # 129794: plug leak due to circular ownership. r=dp sr=ben a=roc+moz 2002-03-12 08:00:33 +00:00