seawood%netscape.com
eea7fa29d0
Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917)
2002-01-02 05:34:00 +00:00
rods%netscape.com
7929b953f5
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
seawood%netscape.com
128ac41103
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
mcafee%netscape.com
b36c7d6a50
Ignore generated files
2001-12-29 03:09:11 +00:00
timeless%mac.com
61a97fd94a
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
depstein%netscape.com
4213fff927
removed NS_DoIdleEmbeddingStuff() from OnIdle() method in TestEmbed.cpp
2001-12-22 02:35:49 +00:00
dsirnapalli%netscape.com
5ae9b3a2be
*** empty log message ***
2001-12-20 20:49:48 +00:00
dbaron%fas.harvard.edu
7a72f2d9f4
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
dsirnapalli%netscape.com
9371934360
Test Case to Test HTML Text Area for Accessibility.
2001-12-19 20:51:38 +00:00
seawood%netscape.com
0c56239228
Add -I. to LOCAL_INCLUDES
2001-12-19 09:25:36 +00:00
seawood%netscape.com
c7b5e6f811
Add $(LIBS_DIR) to fix hpux bustage
2001-12-19 08:43:57 +00:00
seawood%netscape.com
91860a7370
Use srcdir when calling midl
2001-12-19 06:22:51 +00:00
dougt%netscape.com
849d297364
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
dsirnapalli%netscape.com
f3c490107e
Test Case to Test HTML Table Row Node for accessibility.
2001-12-18 23:59:37 +00:00
dsirnapalli%netscape.com
89e1eb20e1
Test Case to Test HTML Table Node for accessibility.
2001-12-18 23:59:15 +00:00
dsirnapalli%netscape.com
9ab41f3da7
Test Case to Test HTML Table Cell Text Node for accessibility.
2001-12-18 23:58:48 +00:00
dsirnapalli%netscape.com
12e9aa1a07
Test Case to Test HTML Table Cell Node for accessibility.
2001-12-18 23:58:18 +00:00
dsirnapalli%netscape.com
857ec3ae20
Test Case to Test HTML Table Caption Text Node for accessibility.
2001-12-18 23:57:46 +00:00
dsirnapalli%netscape.com
c095a4a93a
Test Case to Test HTML Table Caption Node for accessibility.
2001-12-18 23:57:22 +00:00
dsirnapalli%netscape.com
4741a5e85f
Test Case to Test HTML Anchor Text Node for accessibility.
2001-12-18 23:56:30 +00:00
dsirnapalli%netscape.com
17550925f8
Test case to test HTML Anchor Node for accessibility.
2001-12-18 23:55:47 +00:00
dsirnapalli%netscape.com
407c1b6899
*** empty log message ***
2001-12-18 23:54:46 +00:00
dsirnapalli%netscape.com
4c4017ab87
nsIAccessibleTestTable.txt is replaced by other test cases.
2001-12-18 23:51:32 +00:00
locka%iol.ie
6b9a937fdb
NOT PART OF BUILD. Added basic logic for generating H & C stubs
2001-12-18 13:36:52 +00:00
seawood%netscape.com
45bfbf0658
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mjudge%netscape.com
e6a1709d09
baking out fix for mac. moving file nsISelectionDipslay over to content to fix bustage
2001-12-18 02:41:38 +00:00
mjudge%netscape.com
23ca7aedf9
moving file to content to fix bustage
2001-12-18 02:38:56 +00:00
mjudge%netscape.com
a49c63ba81
fixing bustage moving file to content
2001-12-18 02:34:39 +00:00
mjudge%netscape.com
2ecc969e5b
bs=7868 r=saari Adding in new api to bake on trunk before going to branch. this adds nsISelectionDisplay to nsISelectionController. SetDisplayFlags are how we now set if you want images selected or not
2001-12-18 01:29:49 +00:00
mjudge%netscape.com
fca536ab2d
new idl not in build yet. bs7868 r= saari
2001-12-18 01:08:36 +00:00
ben%netscape.com
c5fa15c704
115451, 115154 - Can't close save file progress dialog, directory created with wrong permissions
...
Ensure correct permissions are used when creating a directory for attached files when saving a document, and that we don't try to create a new directory when one exists.
Also, null check webBrowserPersist in case it does not exist.
r=bz for 115154, sr=hyatt/blake
2001-12-17 22:52:40 +00:00
jaggernaut%netscape.com
e44e7d9ec8
Bug 113228: Replace ns{C}String::To{Upper,Lower}Case with global versions. r=bzbarsky, sr=jst
2001-12-17 07:14:49 +00:00
jaggernaut%netscape.com
ee12112b29
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
1dd2e4533d
Attempt to fix BeOS bustage
2001-12-16 14:40:33 +00:00
jaggernaut%netscape.com
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
15273ea50a
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
seawood%netscape.com
51fa852613
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ben%netscape.com
34e6ff78c6
Fix for smoketest blocker 114874 - save page does not work.
...
This code was checked in last night into a file that had recently become obsolete. Simply moving the code that was checked in last night into the file that is currently in use.
2001-12-12 22:21:53 +00:00
locka%iol.ie
fb29f7f072
Added ActiveX control to Win32 embedding dist. b=112472 r=valeski@netscape.com sr=rpotts@netscape.com
2001-12-11 22:51:22 +00:00
ccarlen%netscape.com
c4f423119e
Bug 99613 - Freeze nsIWebBrowserFind iface. r=chak/sr=sfraser
2001-12-11 15:25:30 +00:00
ccarlen%netscape.com
af646e6f1f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
95ce5e2693
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
993cd4c06f
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
5e9ea047e2
Missed these with checkin for 98349.
2001-12-10 23:29:34 +00:00
ccarlen%netscape.com
c343dad63a
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
b564bb181b
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
afffbda535
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
6d8ea78b52
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
locka%iol.ie
98d8f3682b
NOT PART OF BUILD. More work on the ActiveX TLB to IDL/XPT converter
2001-12-07 19:38:35 +00:00