axel%pike.org
4f8947bf88
bug 120055, new SomeDOMElement() should throw exception. If your object supports creation from scratch, supply an external constructor to DOMCI. Added static nsDOMClassInfo::ThrowJSException to throw js exception for an nsresult. r=peterv, sr=jst
2002-02-07 10:50:42 +00:00
jst%netscape.com
e3dba63921
Fixing bug 123003. Adding support for window.atob() and window.btoa(). r=bzbarsky@mit.edu, sr=vidur@netscape.com
2002-02-06 04:37:26 +00:00
danm%netscape.com
dbbdc05407
new method GetExtantDocument. bug 36016 r=hyatt,pinkerton
2002-02-06 03:48:20 +00:00
jst%netscape.com
ffa06ba01c
Fixing bug 123078. Making document.<n> === document['<n>'] for backwards compatibility reasons. r=peterv@netscape.com, sr=rpotts@netscape.com
2002-02-05 06:44:04 +00:00
jst%netscape.com
b16f1dd188
Whitespace cleanup...
2002-02-05 06:04:56 +00:00
jst%netscape.com
60d1308df5
Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-02-05 05:53:56 +00:00
jst%netscape.com
b32c4770ff
Fixing bug 115352. Making FlushPendingNotifications() properly flush the parent document as well if there is one. This causes layout data in iframes to not always be up to date since iframe sizes are dependent on the parent being reflown. r=peterv@netscape.com, sr=rpotts@netscape.com
2002-02-05 05:47:22 +00:00
jst%netscape.com
9f8b24a3a8
Fixing compiler warnings and defaulting line numbers to 0 in stead of (PRUint32)-1. sr=rpotts@netscape.com
2002-02-05 05:43:08 +00:00
jst%netscape.com
902577eefd
Fixing bug 113856. Don't crash when resolving a name of a class w/o a primary iid. r=heikki@netscape.com, sr=vidur@netscape.com
2002-02-02 01:31:22 +00:00
rods%netscape.com
8e986bb801
fix ref count bloat
...
Bug 123011 sr=hyatt
2002-02-01 20:12:35 +00:00
rods%netscape.com
4a4dd9b44f
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
jst%netscape.com
a30ce32d69
Adding new chrome only window interface. Not part of the build yet.
2002-01-28 21:52:30 +00:00
hyatt%netscape.com
66c663cd9d
Removing some DEBUG_hyatt code.
2002-01-26 23:42:24 +00:00
rginda%netscape.com
b876d6cabd
bug 121171, CallEventHandler ignores mScriptsEnabled, r=brendan, sr=jst
...
do nothing, but return a positive result from nsJSContext::CallEventHandler if scripts are disabled on this context.
2002-01-24 13:25:46 +00:00
jst%netscape.com
5ba0abd81d
Fixing bogus assertions caused by my checkins for bug 118933 and removing unnecessary double null check. trivial change, no reviews.
2002-01-17 22:12:28 +00:00
jst%netscape.com
623ec9212c
Fixing HPUX bustage, NS_STATIC_CAST() can't be used with incomplete types.
2002-01-17 05:09:55 +00:00
jst%netscape.com
15825cf675
Fixing part of bug 118933. Speeding up the global resolve hook in the DOM JS helpers by eliminating the use of nsHashtable and nsStringKey in favor of pldhash. Adding global HashString(const nsA[C]String&) functions that calculate a hash code from a nsA[C]String, code by dbaron@fas.harward.edu. Also checking in brendan@mozilla.org's fix for a type error in the jsdhash/pldhash API found while working on this. sr=brendan@mozilla.org, r=peterv@netscape.com
2002-01-17 04:08:14 +00:00
law%netscape.com
cbba0f9e53
Bug 85860; changing assertion to warning because the other change for this bug brings a new window to the foreground sooner and the assertion is annoying; r=danm, sr=jag
2002-01-16 06:43:45 +00:00
aaronl%netscape.com
462e4d90da
Bug 70219. Add nsIDOMWindow::SetTextZoom() and nsIDOMWindow::GetTextZoom(), forwarded from nsIDOMMarkupViewer. r=valeski, sr=jst
2002-01-16 03:03:53 +00:00
danm%netscape.com
a7d9879296
call embeddingwindow->SetFocus from Focus(). bug 57841 r=hyatt,saari
2002-01-16 00:11:51 +00:00
rods%netscape.com
f781e47c9c
added printWithSettings method for printing with PrintSettings
...
Bug 118352 r=dcone sr=jst
2002-01-15 01:11:16 +00:00
rods%netscape.com
255d6a44e7
Reviewing PrintSettings arguments from print and printpreview calls they should not have been added
...
Bug 118352 r=dcone sr=jst
2002-01-12 12:37:31 +00:00
hewitt%netscape.com
55a509e710
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00
aaronl%netscape.com
fc06116b5f
Bug 119067. Add nsIDOMXULMenuListElement.idl, implement open property. r=jgaunt, sr=hyatt. Bug 119251 - Active Accessibility status bar shouldn't act like a leaf - need the ability to have children. r=jgaunt, sr=waterson
2002-01-11 03:48:02 +00:00
bzbarsky%mit.edu
4482269f37
Implement computed position and clip, make computed style not round
...
values, fix font-style to say "normal" instead of "", and some random
cleanup. Bugs 116032, 116033, 94080, 98052
2002-01-11 00:15:55 +00:00
jband%netscape.com
7b31a5d4a3
part of fix to bug 114115. Let xpti avoid building interface infos that we don't actually need by giving it a clue about which ones we want. r=dbradley sr=jst
2002-01-10 23:52:10 +00:00
jband%netscape.com
7cbde371e4
part of fix to bug 114115. Old code was calling through a pointer without holding a reference. r=dbradley sr=jst
2002-01-10 23:45:06 +00:00
alex.fritze%crocodile-clips.com
3c86dfe6ba
Remove files with too long (>31chars) names. (Replacements in tree already)
2002-01-10 12:14:24 +00:00
peterv%netscape.com
c54f7751de
Readding files with shorter names, mac doesn't like long names. Not part of the build.
2002-01-10 10:55:28 +00:00
bryner%netscape.com
0546a3c853
Bug 118859 - allow hooking up an XBL handler for a custom DOM event. r=hewitt, sr=hyatt.
2002-01-09 02:16:17 +00:00
jst%netscape.com
4d28df3da6
Make 'dom.disable_open_during_load' only disable window.open in content windows, not in chrome windows. r=rpotts@netscape.com, sr=brendan@mozilla.org
2002-01-08 09:19:01 +00:00
alex.fritze%crocodile-clips.com
3cd7dd9df0
[SVG only] Add DOM interfaces needed for SVG text support.
2002-01-07 13:52:14 +00:00
peterv%netscape.com
6b373f1edc
Fix for bug 114975 (location.hash fails within multipart/x-mixed-replace). Don't call nsIWebNavigation->Stop from SetHash. r=sicking, sr=jst.
2002-01-07 10:13:08 +00:00
bryner%netscape.com
01e4861b8d
Initial checkin of XBL select widget (listbox) code (bug 112713).
...
Summary of changes:
- Removed old XBL form control cruft.
- Made nsOutlinerContentView accessible from content scripts.
- Created a new interface, nsIDOMNSXBLFormControl which exists to allow a
select element to have an outliner box object.
- Factored out nsChildIterator into its own file.
- Added support to the outliner content view for having option elements
directly inserted in the outliner.
- Cleaned up pixel/twip conversions in outliner.
- Added support for intrinsic width for outliner.
r=jag, sr=hyatt. Note that the new select widget is NOT turned on by
default.
2002-01-05 07:17:10 +00:00
danm%netscape.com
0ad2e74bf5
blur method now defers to the tree owner. bug 57841 r=bryner,rpotts
2002-01-05 02:20:55 +00:00
rods%netscape.com
1fde5f13f3
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
e5fc3853f2
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
timeless%mac.com
711739d601
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
mkaply%us.ibm.com
96d8479a77
OS/2 bustage
2001-12-20 16:56:42 +00:00
jst%netscape.com
e1b7f01e77
Fixing bug 111752. DOM0 quirk, document.open() when called with 3 or more arguments should call window.open() to make calls to 'open(url, name, features);' when called from within the document scope open a new window. r=hidday@geocities.com, sr=brendan@mozilla.org.
2001-12-20 10:16:25 +00:00
heikki%netscape.com
1ad96d6103
Bug 74800, implemented FIXptr. r=harishd, sr=vidur.
2001-12-20 05:15:52 +00:00
seawood%netscape.com
874c54280c
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
bryner%netscape.com
bbbec2d253
Adding a new interface to allow select elements to have an outliner box object. Not part of the build.
2001-12-17 11:21:12 +00:00
jaggernaut%netscape.com
2df17e0579
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
1886ca82f6
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
seawood%netscape.com
3738d752bc
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
bbaetz%cs.mcgill.ca
43806ea8b2
Bug 80142 (among others) - landing of SVG_20010721_BRANCH. Work by
...
alex.fritze@crocodile-clips.com , james.turner@crocodile-clips.com , and
everyone else how helped on the branch. Thanks to peterv for last minute
build changes
r=cls for build changes
r=jst, rs=brendan for #ifdef'd parts touching existing files.
NOT ON BY DEFAULT
2001-12-12 07:59:31 +00:00
jst%netscape.com
9ffa07fd07
Fixing bug 112217. Moving nsIDOM3Node into its own file since nsIDOMNode.idl is technically frozen, but the interface nsIDOM3Node is not. r=peterv@netscape.com, rs=jband@netscape.com
2001-12-12 05:58:44 +00:00