bryner%netscape.com
7dafb891cc
Removing unused NS_DOM/_IMPL_NS_DOM and NS_INTL/_IMPL_NS_INTL defines (bugs 160248 and 160253). Patch for 160248 by walk84@yahoo.com, r=me&cls; patch for 160253 by me, r=cls.
2002-07-31 20:53:46 +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
jaggernaut%netscape.com
7e4e14d8c5
Backing out joki's checkin for bug 124990 (at his request) since this breaks some stuff on linux.
2002-04-20 01:48:32 +00:00
joki%netscape.com
f4e5a803f5
Fix for bug 124990 , Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
...
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:53:22 +00:00
sicking%bigfoot.com
71e038854c
Fix for bug 132302: Return the right exception for DOM Range. Fix by peterv.
...
r=Pike, sr=jst
2002-04-10 13:38:30 +00:00
bryner%netscape.com
54e3bd6266
Second try at fixing bug 130778. Create a new content interface, nsIMenuElement, which is implemeneted on nsHTMLSelectElement, nsHTMLOptGroupElement, and the newly-created nsXULMenuElement. Create a nsXULMenuElement instance for XUL menubar and menupopup tags. Use this interface to set and get the active item from the XUL menuframe code and the :-moz-menuactive pseudoclass matching code. Should eliminate the Txul slowdown resulting from fetching the active item through js from the pseudoclass matching code. r=jkeiser, sr=jst, a=scc.
2002-03-24 22:38:21 +00:00
bryner%netscape.com
2a55a8bbfb
Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase.
2002-03-21 07:33:51 +00:00
bryner%netscape.com
65ba075a1d
Bug 130778 - fixing Txul regression from changing 'menuactive' attribute to :-moz-menuactive pseudoclass. Get the menuactive state from the frame instead of the content node so that we don't have to call through xpconnect and js. r=dbaron, sr=hyatt, a=asa.
2002-03-20 22:48:24 +00:00
peterv%netscape.com
523401f88e
New files for bug 103235 (Implement DOM Level 3 XPath WD). r=sicking, sr=jst, a=dbaron.
2002-03-14 11:12:51 +00:00
bryner%netscape.com
a34c68fa0b
Changing XUL menus to use a :-moz-menuactive pseudoclass rather than a menuactive attribute for styling the active item. This will allow XBL select widgets to not modify the HTML DOM. Bug 128947, r=dbaron, sr=hyatt, a=asa.
2002-03-12 21:49:23 +00:00
ccarlen%netscape.com
0d871a1552
Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser
2002-02-12 15:41:41 +00:00
jst%netscape.com
53c52304d5
Adding nsIDOMChromeWindow.idl to the build, part of Fabian's fix for bug 30529. r=heikki@netscape.com, sr=jst@netscape.com
2002-02-09 03:16:57 +00:00
hewitt%netscape.com
7f0e98bdd5
104401 - eliminate mOuter aggregate from nsXULElement, r=waterson, sr=hyatt
2002-01-12 01:20:29 +00:00
aaronl%netscape.com
682aa6f2ff
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
bryner%netscape.com
6cf1d33b09
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
bbaetz%cs.mcgill.ca
5c8cc975a2
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
720055d0f8
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
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
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
jst%netscape.com
75dabdbc63
added files: mozilla/dom/public/idl/events/nsIDOMNSEvent.idl
2001-12-06 03:44:22 +00:00
jgaunt%netscape.com
fd8b097cda
mcp files for bug 108629 and bug 109221 latest round of accessibility support
r=jgaunt
sr=sfraser
2001-11-20 02:03:03 +00:00
jgaunt%netscape.com
fdbc63ccb4
bug 108219 fixing filenames so mac's don't choke and adding them to the mcp file
r=hewitt
rs=sfraser
2001-11-06 01:13:32 +00:00
jgaunt%netscape.com
7a1758fc24
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only -- missed something in the mcp
r=aaronl sr=hyatt
2001-09-25 22:46:23 +00:00
jgaunt%netscape.com
a28732788c
bug 100772 and bug 98777 - accessibility support for XUL Descriptions, Labels and Buttons
idl and mac mcp files only
r=aaronl sr=hyatt
2001-09-25 22:41:10 +00:00
jgaunt%netscape.com
c2ad6b4a4e
bug 98781 - accessibility for XULImage elements.
for aaronl
idl and mcp file
r=jgaunt sr=hyatt
2001-09-25 22:13:45 +00:00
heikki%netscape.com
7aee234a8b
Bug 100795 Mac project changes.
2001-09-21 01:08:36 +00:00
peterv%netscape.com
c5b07bbb96
Fixing bug 65486. Implementing HTML[I]FrameElement.contentWindow, r=harishd@netscape.com, sr=hyatt@netscape.com
2001-09-20 10:15:42 +00:00
saari%netscape.com
1312894baa
adding files to IDL projects for aaronl. Accessiblity stuff, bug 82207
2001-09-18 03:09:19 +00:00
sfraser%netscape.com
4d87b83d18
Project cleanup, rs=scc. Fix one or more of access paths, linking with the correct startup library, and unnecessary linkage.
2001-08-17 01:16:19 +00:00
sfraser%netscape.com
755b4f191d
Project cleanup, rs=scc. Don't link with libpref or OJI, which are components.
2001-08-15 23:14:37 +00:00
hewitt%netscape.com
a02a736e28
90738 - build DOM traversal IDL, r=blake, sr=jst
2001-07-17 05:44:56 +00:00
peterv%netscape.com
c1facb2e41
Another mac bustage fix (remove nsJSDOMEventListener.cpp).
2001-05-08 20:35:28 +00:00
jst%netscape.com
ea706038cf
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
2001-05-08 17:42:36 +00:00
pchen%netscape.com
caf1e8941a
bug 69810, r=mcafee, sr=hyatt, a=asa, #define INCLUDE_XUL 1 for mac dom project, fixes nsFocusController::GetControllers() to QI currently focused element to a xul element and call GetControllers() on it if QI succeeds.
2001-03-16 23:38:36 +00:00
waterson%netscape.com
9fe59f23f0
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
bryner%uiuc.edu
69e9b90bc6
Removing dead .toc files. Not part of build. a=sfraser.
2001-01-03 01:32:06 +00:00
ben%netscape.com
be9e964116
Mutation event files. r=joki, a=brendan
2000-11-27 08:27:09 +00:00
hyatt%netscape.com
a85750a2e2
added files: mozilla/dom/src/base/nsWindowRoot.cpp, mozilla/dom/src/base/nsFocusController.cpp
2000-11-04 08:25:27 +00:00
javi%netscape.com
4059b3797a
Fix Mac bustage
2000-10-31 01:42:51 +00:00
jj%netscape.com
5e80cb39d4
bugzilla 58153: optimized target now generates a symbol file (trunk)
2000-10-30 21:56:05 +00:00
mjudge%netscape.com
4bc19a6726
removing old domselection moving it to layout\base\public as xpidl
2000-09-14 11:51:06 +00:00
waterson%netscape.com
b44c5cce5c
Bug 44480. Remove more obsolete files that I missed the first time around.
2000-08-16 02:00:59 +00:00
waterson%netscape.com
2880a1e5b7
Bug 44480. Remove obsolete files.
2000-08-16 01:05:22 +00:00
danm%netscape.com
e1efb249c7
removing nsJSAbstractView.cpp. bug 12021. r=jst@netscape.com
2000-06-09 00:04:29 +00:00
jst%netscape.com
5f228ca6a3
added files: mozilla/dom/src/html/nsJSHTMLEmbedElement.cpp
2000-05-25 14:36:29 +00:00
sfraser%netscape.com
9d0f0840c6
Remove linkage with NetworkModular.shlb
2000-05-17 06:36:59 +00:00
jst%netscape.com
4effc44964
added files: mozilla/dom/src/css/nsJSCSSPrimitiveValue.cpp
2000-05-14 02:05:23 +00:00
pinkerton%netscape.com
e0747e8c00
adding to other files to fix bustage.
2000-05-11 20:25:18 +00:00
pinkerton%netscape.com
fc95f39ffb
added nsJSCrypto.cpp to fix build bustage.
2000-05-11 20:21:20 +00:00
brade%netscape.com
af2e8f2420
add/remove files for jst (+dom/src/base/nsJSAbstractView.cpp, +dom/src/coreDOM/nsJSDocumentStyle.cpp, +dom/src/coreDOM/nsJSDocumentView.cpp, +dom/src/coreDOM/nsJSMediaList.cpp, +dom/src/coreDOM/nsJSStyleSheetList.cpp, +dom/src/css/nsJSCSSRuleList.cpp, -dom/src/coreDOM/nsJSStyleSheetCollection.cpp, -dom/src/css/nsJSCSSStyleRuleCollection.cpp)
2000-04-26 13:57:45 +00:00