Граф коммитов

111 Коммитов

Автор SHA1 Сообщение Дата
bryner%netscape.com 13a8d52e96 Fixing mac build bustage. 2002-11-09 01:49:31 +00:00
bryner%netscape.com 4d7d4c4470 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 44f459e1ad * 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 43c849a706 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 561d97d9b1 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 a57f4d46e0 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 f2bcde7f5c 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 0fb5a715ab 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 93114688c3 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 f16c40594e 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 f0da73b96a 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 9285546c83 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 b1bba17c47 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 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
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
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
ccarlen%netscape.com b4f1e83674 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 2d15ad27bc 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 e0e782d624 added files: mozilla/dom/public/idl/events/nsIDOMNSEvent.idl 2001-12-06 03:44:22 +00:00
jgaunt%netscape.com 7a702bad66 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 78134a2f5d 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 7ad2ec1e40 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 83ba55346c 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 3a2b71eda2 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 d6a70c4a87 Bug 100795 Mac project changes. 2001-09-21 01:08:36 +00:00
peterv%netscape.com 47c0cd7a36 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 bd2d5a6c8b adding files to IDL projects for aaronl. Accessiblity stuff, bug 82207 2001-09-18 03:09:19 +00:00
sfraser%netscape.com 3e6475c529 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 10901d619d 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 200dc276e2 90738 - build DOM traversal IDL, r=blake, sr=jst 2001-07-17 05:44:56 +00:00
peterv%netscape.com bc536c429c Another mac bustage fix (remove nsJSDOMEventListener.cpp). 2001-05-08 20:35:28 +00:00
jst%netscape.com 621060c4fd 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 2e70f77bcb 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 2cd62f503b 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 6862b07fb9 Removing dead .toc files. Not part of build. a=sfraser. 2001-01-03 01:32:06 +00:00
ben%netscape.com d1dfc1a140 Mutation event files. r=joki, a=brendan 2000-11-27 08:27:09 +00:00
hyatt%netscape.com cfeb696929 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 d614795c29 Fix Mac bustage 2000-10-31 01:42:51 +00:00
jj%netscape.com 34fca89b45 bugzilla 58153: optimized target now generates a symbol file (trunk) 2000-10-30 21:56:05 +00:00
mjudge%netscape.com 50ce6d6e76 removing old domselection moving it to layout\base\public as xpidl 2000-09-14 11:51:06 +00:00
waterson%netscape.com 90d83226b8 Bug 44480. Remove more obsolete files that I missed the first time around. 2000-08-16 02:00:59 +00:00
waterson%netscape.com 2e261ae20b Bug 44480. Remove obsolete files. 2000-08-16 01:05:22 +00:00
danm%netscape.com b8e91eba3c removing nsJSAbstractView.cpp. bug 12021. r=jst@netscape.com 2000-06-09 00:04:29 +00:00
jst%netscape.com 78a5b08259 added files: mozilla/dom/src/html/nsJSHTMLEmbedElement.cpp 2000-05-25 14:36:29 +00:00
sfraser%netscape.com 4068994453 Remove linkage with NetworkModular.shlb 2000-05-17 06:36:59 +00:00
jst%netscape.com eb716e57d8 added files: mozilla/dom/src/css/nsJSCSSPrimitiveValue.cpp 2000-05-14 02:05:23 +00:00
pinkerton%netscape.com dde5e9137f adding to other files to fix bustage. 2000-05-11 20:25:18 +00:00
pinkerton%netscape.com aa6913b8d1 added nsJSCrypto.cpp to fix build bustage. 2000-05-11 20:21:20 +00:00