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

983 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 1a10100ad7 Taking more drastic measures with tree reflow stuff to try to fix some of the problems. r=ben 2000-09-07 09:27:25 +00:00
dbaron%fas.harvard.edu 4b126abbdf Fix potential leak on failure. r=evaughan 2000-09-04 21:41:07 +00:00
BlakeR1234%aol.com 318932f2e9 Fix 38417, patch by dean_tessman@hotmail.com r=me a=brendan 2000-09-04 21:19:36 +00:00
hyatt%netscape.com 7389f933ac Fix crash on theme application. r=ben 2000-09-03 06:22:21 +00:00
pinkerton%netscape.com bfdab62a91 remove unused xul frames, nsTitledButton and nsToolbarItem 2000-09-01 21:40:34 +00:00
vidur%netscape.com e153192875 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
hyatt%netscape.com 90a907435e XBL syntax changes. r,a=brendan 2000-09-01 01:38:04 +00:00
evaughan%netscape.com 4db2157f5c Fix for bug# 44571 2000-09-01 00:59:09 +00:00
dr%netscape.com 281bde8437 removed nsTabFrame stuff, fix for 50612, r=ben 2000-08-31 02:41:55 +00:00
evaughan%netscape.com c7330add6a Fix for bug #47911 -r pinkerton 2000-08-30 21:51:02 +00:00
pinkerton%netscape.com 14a3bdbefd better use of NS_LITERAL_STRING to speed up platforms that benefit from it. 2000-08-30 02:40:19 +00:00
pinkerton%netscape.com 65cc0d01b7 fix for 28309, race condition between timers firing and menus opening. thanks again to dean for providing the patch. 2000-08-30 02:37:27 +00:00
nisheeth%netscape.com b65a3881e0 - Fix for nsbeta3+ bug 10292: ID attribute information is passed up from the parser to the content sink and into the node info objects associated with content objects. nsIXMLContent now inherits from nsIStyledContent which allows
authors to use ID selectors to target elements in an XML document.

- Checking in a P3P related patch to the pres shell, html document, and xml document from Tom Lendacky (toml@us.ibm.com)
2000-08-30 00:35:43 +00:00
akkana%netscape.com c44543ffab 49401: yet another attempt to get menu access keys right.
Change the KeyPress handler to check event flags if we aren't in
  access key focuses mode (it probably should anyway).  r=saari
2000-08-30 00:33:58 +00:00
evaughan%netscape.com 1b44e9a910 Fix for bug #43384 -r hyatt 2000-08-30 00:10:51 +00:00
hyatt%netscape.com 88a816e892 Fix for 50691, r=anthonyd 2000-08-29 21:15:10 +00:00
hyatt%netscape.com b4c4b5499d Fix for 48261. r=ben 2000-08-29 02:03:59 +00:00
akkana%netscape.com 4b18bd405b 49401: Fix another place where the menu access key was getting handled without checking mAccessKeyFocuses. r=slamm 2000-08-28 22:21:30 +00:00
hyatt%netscape.com 1be9efcce5 Fix for 50044, 47861, 47471, r=ben 2000-08-25 07:01:53 +00:00
beard%netscape.com 251239e637 monitoring nsBoxSizeListNodeImpl and nsBoxSizeListImpl leaks. r=warren 2000-08-25 04:21:18 +00:00
beard%netscape.com 0cab61a4ca need a virtual destructor. r=evaughan 2000-08-25 04:20:30 +00:00
pinkerton%netscape.com 0152a7779a access keys no longer execute the command when item is disabled (bug 47006) 2000-08-25 01:59:53 +00:00
akkana%netscape.com c9256360f0 Argh -- fix more windows bustage 2000-08-25 00:46:16 +00:00
akkana%netscape.com b8a1340749 Oops, fix build bustage 2000-08-25 00:13:50 +00:00
akkana%netscape.com 1cb6380993 49401: alt should not focus menubar in linux
49662: Mnemonics don't work beyond the top level
50046: underlines shouldn't be present when no menu access key
49413: moz grabs keypresses not mean for it
43433: Solaris meta keybindings
  r=saari
2000-08-24 23:39:39 +00:00
saari%netscape.com b2c560e5e1 Fix for bug 48243, modifiers not sent with oncommand event. r=hyatt 2000-08-24 21:28:22 +00:00
rods%netscape.com 086397b43d putting back in some original code. nsBoxFrame can NOT take into account availableSize.
it must always first use computedsize and then preferredsize next and that is it
b=40596,49271 r=kmcclusk
2000-08-24 13:19:57 +00:00
ducarroz%netscape.com 36d97301a3 Fix for bug 40523. Modified function SetActiveChild() to avoid crashing when a null child is passed. Instead, unselect the current child. R=hyatt 2000-08-24 03:58:42 +00:00
akkana%netscape.com 5bc9fc3bb6 49401: alt key shouldn't focus menubar unless ui.key.menuAccessKeyFocuses
(default true on windows, false elsewhere) is true.
  r=dean_tessman@hotmail.com
2000-08-24 00:05:40 +00:00
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
rods%netscape.com 211a44fa00 added DO_NOISY_REFLOW #ifdefs for debugging purposes, no changes to the actual functioning code
r=self b=49780
2000-08-23 11:02:19 +00:00
scc%mozilla.org eb0aaea827 fixing code that relied on implicit string construction 2000-08-19 22:23:46 +00:00
rods%netscape.com b15264963d fixes when to use preferred size versus computed size versus available size.
b=40596, r=evaughan,hyatt,kmcclusk
2000-08-17 20:08:44 +00:00
hyatt%netscape.com 148b1fdd8e Fix for 38461, r=ben 2000-08-17 09:15:51 +00:00
hyatt%netscape.com a91a1d9299 Fix for 43375, r=ben 2000-08-17 08:15:47 +00:00
akkana%netscape.com 6c14f21233 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
hyatt%netscape.com 96a867991b Fix for 45728. r=saari 2000-08-16 23:14:50 +00:00
hyatt%netscape.com f6d6625b96 Fix for 48459, r=danm 2000-08-16 22:49:31 +00:00
pinkerton%netscape.com 3d70176c8f Dead code removal 2000-08-16 00:44:15 +00:00
pinkerton%netscape.com fcc25d6a9a Add KillPendingTimers() to nsIMenuParent and call it when we open a sibling
submenu. Not clearing out this timer causes confusion with the rollup
listeners. Fixes 48989 and 28309. Thanks to Dean, who put me on the right
track. r=hyatt.
2000-08-16 00:35:04 +00:00
hyatt%netscape.com f2b2b8432f Backing out fix to 40596 and fixing bug #49051, r=putterman 2000-08-16 00:20:29 +00:00
pinkerton%netscape.com 1a3893097f fix for 47105, retooling of tree d&d to not be so confusing, to use the style system a little more, and to handle the case where a tree won't let you drop anything between rows. 2000-08-15 18:23:34 +00:00
rods%netscape.com bccbc835f4 a better fix for when min size come into play with unconstrained sizes
b=40596 r=lmcclusk
2000-08-14 14:45:29 +00:00
bryner%uiuc.edu 4ecd41805e Bulletproofing the tree to not divide by 0 in the case of scrolling or
asking the row count of a 0-row tree.  Bug 48306.  r=syd.
2000-08-14 07:06:49 +00:00
roc+%cs.cmu.edu e48b1ae6a0 Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson 2000-08-12 19:44:11 +00:00
pinkerton%netscape.com 65e76de777 another great patch from dean, with a honker of a comment explaining what is going on from me. we need to check more than one level down to see if we should move the selected item back to |mTimerMenu| when the selection timer fires. fixes bug 29400. yay!!!! r=hyatt. 2000-08-11 00:37:59 +00:00
dr%netscape.com de9b64bca7 fix for 42635 and related cleanup, r=ben,hyatt 2000-08-09 22:38:46 +00:00
pinkerton%netscape.com 75444aab62 Rewrote drag scrolling to not use timers and thus avoid all problems about not being able to unregister the timer. Fixes bug 43428. 2000-08-09 22:08:49 +00:00
dbaron%fas.harvard.edu edbb56773e Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
pinkerton%netscape.com eb693773c6 Simplification of drag scrolling in trees. Don't try to use view manager to capture the mouse, just not worth it. Make drag area w/in the tree's view. (bug 43428). 2000-08-09 07:42:46 +00:00
ericb%neoplanet.com c27cfc93c7 removed call to widget->CaptureMouse that was crashing under gtk. r=hyatt a=waterson 2000-08-08 23:49:01 +00:00
sfraser%netscape.com 9aa82a567b Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
rods%netscape.com 9ef8a08013 during reflow it makes sure the maxelementsize width is set to the smaller of
min size or the current size.
(see also fix nsGfxTextControlFrame.cpp)
b=40596 r=evaughan
2000-08-08 14:30:08 +00:00
ben%netscape.com 25a4bc51b5 fixing broken field on nsIBrowserBoxObject. This was preventing some code migration to
js that was needed for navigator, as nsIBrowserInstance is somewhat flaky. r=hyatt
2000-08-07 07:55:40 +00:00
dbaron%fas.harvard.edu b82baaa6cf Fix nsBoxLayout leaks. r=hyatt a=waterson b=43450 2000-08-06 19:05:50 +00:00
dbaron%fas.harvard.edu 7245c66a44 Remove some old stuff left from nsIAnonymousContentCreator before these were converted to XBL. r=hyatt a=waterson 2000-08-06 18:49:29 +00:00
hyatt%netscape.com 132adb54e4 Fixes to make menus work right with XBL. 2000-08-06 08:11:05 +00:00
pinkerton%netscape.com aa084907d3 oops, forgot to check this in. 2000-08-03 22:25:23 +00:00
pinkerton%netscape.com 519ab96ebf patch from dean_tessman@hotmail.com for 32685. Check if item is disabled before allowing key navigation into submenus. 2000-08-03 22:07:49 +00:00
hyatt%netscape.com e3576fa307 Fix for 46862 and 47346. r=pink 2000-08-03 22:05:07 +00:00
bryner%uiuc.edu 9df5895710 Refixing bug 23140 to not cause a menu slowdown, and fixing bug 46615 -
removal of old tree widget.  r=hyatt.
2000-08-03 00:22:36 +00:00
hyatt%netscape.com 9d304c567d Fix for 41357. 2000-08-02 00:27:07 +00:00
danm%netscape.com 0dc059fdaa reverting to 1.65 -- though a slightly different version. i thought i was seeing a crash from that version, but now i think not. so, like before, bug 46556 r=saari. (also on M17 branch, rev 1.64.14.3) 2000-08-01 04:45:58 +00:00
danm%netscape.com 54786458ea reverting last change, which causes new crashes 2000-08-01 02:58:13 +00:00
danm%netscape.com 9091c85f9f release the keyboard navigator in the destructor. seems to fix a secondary, rarer crash in bug 46556. also in M17 branch (rev 1.64.14.1). r=saari 2000-08-01 01:26:06 +00:00
hyatt%netscape.com ec58eeee52 Oops. really fix 30644. r=ben 2000-07-30 07:35:21 +00:00
hyatt%netscape.com ae980685db Fix for 30644. r=ben 2000-07-30 07:19:58 +00:00
hyatt%netscape.com a214783027 Fix tree painting bug. r=ben 2000-07-30 07:05:04 +00:00
bryner%uiuc.edu 47731d63e8 Fix for 46757. r=hyatt. 2000-07-28 22:09:45 +00:00
heikki%netscape.com 4df9edb205 Bugs 38399, 40889, 44211. Also fix two compiler warnings (mismatched signed/unsigned). r=jst (bug 44211 r=harishd). 2000-07-28 21:48:08 +00:00
hyatt%netscape.com 5ae34b17f9 Fix for 46361, r=ben 2000-07-28 05:02:46 +00:00
pinkerton%netscape.com dcbd627f07 Fix for 46749, regression from my earlier checkin. forgot to check for null before
looking for the menu parent. Doh!
2000-07-28 04:10:12 +00:00
pinkerton%netscape.com 825776d19b Fix for 31727, make submenus inherit the context menu-ness from their parents. Another
great patch from Dean Tessman.
2000-07-28 00:25:18 +00:00
hyatt%netscape.com c081bf084d Fix to enable fast tree scrolling. Fix shortcut keys and arrow keys in
XP menus.  Add API for obtaining offset rects for XUL elements.  Fix
deletion bug in trees.  (It's a barrel of nsbeta3 goodness.) r=ben
2000-07-27 06:19:30 +00:00
hyatt%netscape.com 343f922025 Fix for templates to grovel non-aggressively. r=waterson,a=waterson 2000-07-26 23:57:24 +00:00
hyatt%netscape.com 5c42c520a8 Fix for 43467. r=bryner 2000-07-13 23:00:59 +00:00
evaughan%netscape.com 0e16e3313a Fix for ender clip widget bug #42451 2000-07-13 20:51:39 +00:00
hyatt%netscape.com 58c2c2de46 Additional fix for not scrolling to bottom of tree (dogfood bug), r=bryner 2000-07-13 00:12:38 +00:00
ericb%neoplanet.com ef86eac255 forgot to add these files r:hyatt a:hyatt 2000-07-11 23:37:00 +00:00
ericb%neoplanet.com ed3ff3ad8b resizers and titlebars r:hyatt a:hyatt 2000-07-11 23:34:44 +00:00
bryner%uiuc.edu 61c0ede820 Fixing 43459. r=hyatt. 2000-07-10 23:42:46 +00:00
evaughan%netscape.com 7e980a707b disable gfx scrollbars #44576
grid fixes for tree bugs

-r Hyatt
2000-07-10 20:10:27 +00:00
morse%netscape.com d070f06001 fix bug 44351, crash in cookie viewer and signon viewer, r=evaughan 2000-07-08 23:40:06 +00:00
evaughan%netscape.com a17ec2746d Fixed body resizing bug #35681
-r pinkerton
2000-07-07 22:24:06 +00:00
pinkerton%netscape.com 5cf9105b70 take into account the scroll position of the tree's view when computing frame-relative mouse coordinates. r=damn bug 43405 2000-07-05 23:12:35 +00:00
cls%seawood.org bca014f1bb Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
cls%seawood.org 1f3b6d75ab Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
hyatt%netscape.com 0e9eac5b3d Fix for dogfood bug#43169. r=pink 2000-06-29 23:34:46 +00:00
pinkerton%netscape.com 102ac99512 Fix for 42250, popups holding onto deleted frame crash during reflow. fixed to only hold onto content, not frame, and use GetPrimaryFrameFor(). r=hyatt 2000-06-29 22:30:27 +00:00
pollmann%netscape.com ba5188b9fb Bug 41013: Prevent event passing from frames to content during document destruction r=joki 2000-06-29 02:02:43 +00:00
evaughan%netscape.com 41a59e67cd Fixes for gfx scrollbars and absolute/fixed positioning.
40494
28505
41294
36211
41763
23806
2000-06-28 22:19:54 +00:00
bryner%uiuc.edu 39fb59a668 Fixing bug 43710 - removing old mousewheel cruft and updating to work with
new tree.  r=hyatt,saari.
2000-06-28 20:35:32 +00:00
jim_nance%yahoo.com d7356d040a Fix build problem on Tru64 Unix. Scc says the code should run faster
this way anyhow.  r=scc
2000-06-28 02:07:25 +00:00
evaughan%netscape.com 675ae572ce Fix for dogfood bug #43474 2000-06-26 21:00:44 +00:00
evaughan%netscape.com c4eb8149b1 Fix for linux horkage. 2000-06-23 06:10:33 +00:00
evaughan%netscape.com 969d067559 Autoscrolling menus feature landing #32730
-r hyatt, saari
2000-06-23 05:15:04 +00:00
rods%netscape.com 81f4263907 minor fixes for reflow so textfield size correctly
Bug 42521, r=evaughan
2000-06-23 02:28:01 +00:00
ducarroz%netscape.com cfe35af631 Fix for bug 43365. Avoid to divide by 0 when the tree doesn't have any row. R=hyatt 2000-06-22 22:06:38 +00:00
pinkerton%netscape.com 1821dfd254 Add drag auto-scrolling to trees. bug#28226, r=hyatt. 2000-06-22 08:40:37 +00:00
evaughan%netscape.com 43d4c1241f Fix for dogfood bug #43206 2000-06-22 00:48:49 +00:00