jaggernaut%netscape.com
ca6197295f
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
gerv%gerv.net
4e12e44b2f
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
alecf%netscape.com
efccb791b7
fix for 100116 - remove window mediator's public dependency on rdf
...
r=jag, sr=waterson
2001-09-24 22:31:49 +00:00
hyatt%netscape.com
e4f5bcb3d8
More 98109 goodness, making _content dynamically shiftable. r/sr=bryner,ben
2001-09-23 08:33:24 +00:00
srilatha%netscape.com
b02fad6f86
*** empty log message ***
2001-09-21 02:00:24 +00:00
hyatt%netscape.com
18ad83890a
Fix for 49874 and 98109, make iframes build their docshells and kick off their content load from frame construction, also enabling the primary content area to be dynamically shiftable. r=jag, sr=waterson
2001-09-19 01:53:00 +00:00
jaggernaut%netscape.com
d1a7bfa843
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
dc40187223
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
jst%netscape.com
d3f4113c52
Fix bug 99690. Fix crash when external apps try to open mozilla windows. r=bzbarsky@mit.edu, sr=blakeross@telocity.com
2001-09-18 05:32:03 +00:00
alecf%netscape.com
62424ee7b2
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
25856c9451
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
rjesup%wgate.com
dfc522b372
Bug 98711: Fix misuses of string.Right(). r=jfrancis, sr=jst
2001-09-13 00:09:49 +00:00
alecf%netscape.com
90e57cac41
oops, back this out!
2001-09-12 21:30:31 +00:00
alecf%netscape.com
1e0e7dd033
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
jaggernaut%netscape.com
30ace44624
Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.
2001-09-12 12:48:23 +00:00
danm%netscape.com
4847be176a
unmaximize the window any time it's moved or sized. bug 98701 r=hyatt,jaggernaut
2001-09-12 00:19:25 +00:00
blakeross%telocity.com
088810f568
Turbo landing:
...
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben
and some cleanup.
2001-09-10 23:48:09 +00:00
danm%netscape.com
609165b77b
complain if callers try to unregister a null window (it was being done, and I got bushwhacked by it). bug 98792 r=alecf,ccarlen
2001-09-10 23:27:11 +00:00
dbaron%fas.harvard.edu
67ef0876cc
Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf
2001-09-10 19:42:54 +00:00
danm%netscape.com
3fc216b7d0
restoring rev 1.11 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.12) has been fixed elsewhere (bug 98785).
2001-09-07 23:38:06 +00:00
danm%netscape.com
70e14767dc
restoring rev 1.159 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.160) has been fixed elsewhere (bug 98785).
2001-09-07 23:37:16 +00:00
sspitzer%netscape.com
c840390581
backing out danm's changes for #97514 , as they cause the regression bug #98732
...
a=heikki
2001-09-07 19:29:43 +00:00
mkaply%us.ibm.com
47944f817f
#94055
...
r=saari, sr=blizzard
Make OS/2 go down WIN32 only #ifdef as well to fix tabbing issues
2001-09-07 12:19:55 +00:00
cls%seawood.org
9c5fdde016
Remove unused fullcircle build references.
...
Bug #98293 r=namachi
2001-09-07 04:59:44 +00:00
dougt%netscape.com
f72e52e830
Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
...
erson@netscape.com
2001-09-06 21:13:11 +00:00
danm%netscape.com
ec27c66397
XULWindow no longer needs to cache the widget size mode. bug 96475 r=hyatt,pchen
2001-09-06 18:35:59 +00:00
danm%netscape.com
6103f92c5d
remove bug 70283's optimization to persist window size state only if it (apparently) hasn't changed. bug 86955, 89740. also set a newly opened window's main widget's zoom state even if it's not yet visible. bug 96475 r=hyatt,pchen
2001-09-06 18:35:55 +00:00
danm%netscape.com
910ae825f5
tell nsWindowWatcher about window creation/destruction so its enumerators will work. bug 97514 r=hyatt,pchen
2001-09-06 18:26:52 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
danm%netscape.com
6a7fab413d
add new file nsAppShellWindowEnumerator. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:58 +00:00
danm%netscape.com
663d96b96a
add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:46 +00:00
danm%netscape.com
0e9ef80bd8
move window enumerators to new file; add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:41 +00:00
danm%netscape.com
f04f0c683b
new implementation for window enumerators, including new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:24 +00:00
dbaron%fas.harvard.edu
be938a64b6
Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.
2001-08-31 04:28:26 +00:00
dbaron%fas.harvard.edu
5434e861aa
Backing out unapproved checkin for bug 97227. a=brendan,blizzard
2001-08-31 03:45:20 +00:00
rpotts%netscape.com
9e2f57a942
bug #97227 (r=valeski, sr=vidur). This patch makes all calls to nsIWebBrowserChrome::SetStatus(...) display synchronously.
2001-08-30 21:47:45 +00:00
ccarlen%netscape.com
45a4b21a3b
Fixing senna requires bustage.
2001-08-29 15:33:31 +00:00
ccarlen%netscape.com
d48280a189
Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron
2001-08-29 14:02:38 +00:00
hyatt%netscape.com
62d3de24fd
Fix for 95475. r=jag, sr=ben, a=dbaron
2001-08-25 02:01:08 +00:00
pchen%netscape.com
df074c3f00
bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream
2001-08-22 00:19:08 +00:00
cathleen%netscape.com
be72d98064
enable MOZ_TIMELINE tool, bug 78793, r=rogc, sr=waterson
2001-08-17 02:03:34 +00:00
blakeross%telocity.com
64c93bc135
Cleaner fix for making turbo mode dynamic (89504). r=ccarlen sr=ben
2001-08-17 00:25:04 +00:00
bryner%netscape.com
1d3e6ec608
Bug 94627 - removing unused native listbox widget (plus some cleanup from already-removed native widgets). r=shaver, sr=blizzard.
2001-08-16 06:58:03 +00:00
blakeross%telocity.com
5d9823607b
Fixing bustage; missed a file.
2001-08-16 04:06:14 +00:00
sfraser%netscape.com
47ca80de66
Project cleanup, rs=scc. Use NSComponentStartup, since we're a component.
2001-08-16 00:39:30 +00:00
bryner%netscape.com
d3a3edda15
Bug 94345 -- remove unused native context menu. r=pavlov, sr=blizzard.
2001-08-10 00:58:52 +00:00
danm%netscape.com
b054fc2536
restore normal window z-order to dependent-not-modal windows (Mac-only). bug 94138 r=hyatt,jst
2001-08-07 23:03:52 +00:00
jaggernaut%netscape.com
e91f8a147e
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
jaggernaut%netscape.com
cb0faab070
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
cls%seawood.org
f0e991cb57
Add caps to REQUIRES for bug #88087
2001-07-20 08:53:05 +00:00