1518 Commits

Author SHA1 Message Date
pinkerton%netscape.com
1dc8ab7ecd pulling content-area drag&drop out of JS and into C++ so it is available to embedding. Now built-in to <browser> tag. r=brade/sr=ben. bug#45605 2002-02-17 19:32:08 +00:00
aaronl%netscape.com
26f23e3c82 Bug 115686: support F4 in dropdowns - XUL <menulist>, HTML combobox and URL bar. r=dean_tessman, sr=hewitt 2002-02-16 01:35:09 +00:00
sgehani%netscape.com
822b346828 Make cancel button show even when progress text (%ge complete) is
dynamically shown.
b=124203; r=morse; sr=alecf
(original patch by Andreas Premstaller <andreas.premstaller@uibk.ac.at>)
2002-02-16 01:18:22 +00:00
timeless%mac.com
08498f93a8 Bug 102551 Close tab does nothing if wait too much between opening the menu and clicking close
patch by neil@parkwaycc.co.uk r=bzbarsky sr=jag
2002-02-15 14:18:14 +00:00
timeless%mac.com
b72dd8831f Bug 124835 Tabbed browser doesn't use pref variables correctly
patch by neil@parkwaycc.co.uk r=timeless sr=jag
2002-02-13 15:45:25 +00:00
jaggernaut%netscape.com
9b532330ef Bug 107669: tab buttons do not resize themselves correctly [with large screen size]. Patch by Smaug <smaug@jippii.fi>. r=bryner, sr=ben. 2002-02-12 23:43:36 +00:00
blakeross%telocity.com
c3dbc75eb4 81061 - implement folder deletion in history.
73927 - use batch deleting for history (a speedup of 30000% for a few hundred items!).

63292 - session additions to global history are lost on a crash.

112308 - 2M history.dat file adds 30% to startup time.

96753 - changing history grouping doesn't update open sidebar panels.

98776 - support context menus on folders in global history.

124665 - can't clear global history after startup if you don't have a homepage.

93233 - with large history, clear history appears to hang.

92613 - shouldn't store chrome uris in global history.

59816 - clear history button should be disabled if history is empty; add count attr to nsIBrowserHistory.

104231 - last typed web location remains after clearing all history.

r=ben sr=alecf
2002-02-12 20:59:43 +00:00
stephend%netscape.com
bb7174103f Bug 124854. Typo in this DTD file 'prnit' to 'print' r=me. Patch by Giacomo Magnini <prometeo@flashnet.it> sr=blake 2002-02-12 00:38:12 +00:00
blakeross%telocity.com
f068c5f3fd 112520 - accept originating images radio gets stuck on. r=morse sr=hewitt 2002-02-11 23:12:38 +00:00
varga%utcru.sk
81099a6ee1 Fix for bugs:
91154 - threadpane / outliner autoscroll when clicking on last visible row
103243 - xul file picker: Ctrl+click moves focus ring, but not highlight
r=bryner, sr=hyatt
2002-02-09 04:17:23 +00:00
jst%netscape.com
f8e111bab0 Checking in Fabian Guisset's <hidday@geocities.com> fix for bug 30529. Implement window.minimize(), .maximize() and .restore() for chrome windows, and split chrome specific window methods/attributes into its own nsIDOMChromeWindow interface. r=heikki@netscape.com, sr=jst@netscape.com 2002-02-09 03:36:55 +00:00
blakeross%telocity.com
cc7382fd55 86237 - pressing esc wihle dragging throws exception. r/sr=hewitt 2002-02-09 01:45:10 +00:00
hewitt%netscape.com
c205c00552 123216 - no caret in password dialogs, patch=jag, r=bryner, sr=hewitt 2002-02-08 00:16:02 +00:00
cbiesinger%web.de
127ce038c1 bug 102838 r=walk84@yahoo.com sr=hewitt@netscape.com
Fix strict warning in dialog.xml
2002-02-07 09:45:07 +00:00
stephend%netscape.com
6e490b4112 Bug 123189. JS strict warning. (redeclaration). Patch by Stephen Walker <walk84@yahoo.com> r=stephend@netscape.com, sr=hewitt@netscape.com 2002-02-07 06:48:06 +00:00
andreww%netscape.com
5bf91273ec bugzilla 123412 r=bryner sr=hewitt - adding support for wrap attribute in multiline textboxes. 2002-02-07 04:02:48 +00:00
rods%netscape.com
276eba6850 Wrong patch checked in, print and file radios will now work correctly.
Bug 122530 r=dcone sr=hyatt
2002-02-06 13:58:48 +00:00
rods%netscape.com
c4d51c97c2 Remove checking for numeric input from header/footer input
part of fix to 120062 r=dcone sr=hyatt
2002-02-04 13:38:13 +00:00
blakeross%telocity.com
eb3438a11e 123285 - columns aren't correctly persisted in history and other outliners. r=ben sr=hewitt 2002-02-04 03:44:51 +00:00
hewitt%netscape.com
025a681e2b 110001 - onpagehide should not fire events when traversing back in the wizard, r=racham, sr=blake 2002-02-01 23:09:42 +00:00
hewitt%netscape.com
7ca4a270af 114580 - commonDialog is slow as molasses, r=jag, sr=bryner 2002-02-01 22:18:59 +00:00
rods%netscape.com
1c90bef427 enable a margin like gap specification for printing on unix
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
2002-02-01 15:31:15 +00:00
heikki%netscape.com
55a5667dd2 Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt. 2002-01-31 22:12:36 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
varga%utcru.sk
4e0d2195d1 Fix for bug 120579. Dragging a bookmark draws frame of entire window.
r=pinkerton, sr=blake
2002-01-31 04:31:22 +00:00
morse%netscape.com
1a9d3917b7 bug 113089, doubleclick in chose-user screen should close window, r=sgehani, sr=alecf 2002-01-30 04:21:51 +00:00
timeless%mac.com
30694439f6 Bug 115636 javascript strict warnings in nsOutlinerSorting.js
patch by alexey@ihug.com.au r=timeless sr=jst
2002-01-28 08:46:13 +00:00
rchen%netscape.com
6e5961b218 Fix for bug 119279. Force mailnews to reload the page after user turns on the auto detector. r=nhotta,sr=alecf. 2002-01-24 23:32:42 +00:00
waterson%netscape.com
be398efa70 Bug 99691. nsBoxToBlockAdaptor shouldn't be creating space managers; instead, fix XUL <label> and <description> elements to create area frames. r=dbaron, sr=hyatt 2002-01-24 22:34:25 +00:00
pinkerton%netscape.com
7180e5e8d1 allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496 2002-01-24 15:11:18 +00:00
timeless%mac.com
d8d1417669 Bug 120766�"radio-check" should not inherit="checked"
patch by neil@parkwaycc.co.uk r=jag sr=hewitt
2002-01-24 14:46:11 +00:00
bzbarsky%mit.edu
fd68f4f1a9 Update the "get new themes" link to point to XULPlanet, which actually
has themes.  Bug 120985, patch by Christopher Aillon
<caillon@returnzero.com>, r=hixie, sr=hyatt
2002-01-24 05:27:55 +00:00
hewitt%netscape.com
6af6c38289 121278 - Okay &amp; Cancel buttons missing from various dialogs, r=pinkerton, sr=smfr 2002-01-24 04:21:56 +00:00
bzbarsky%mit.edu
3f1e512564 Make "Open in new Window" and "Open in new Tab" set referrer correctly.
Bug 48902, r=doron, sr=hyatt
2002-01-24 02:35:16 +00:00
hewitt%netscape.com
e91f00e308 114580 - dialog alignment issues, r=jag, sr=bryner, a=blizzard 2002-01-18 23:11:54 +00:00
timeless%mac.com
57c97ae858 Bug 120397 "about:" should be updated to say "Copyright 1998-2002"
patch by caillon@returnzero.com r=choess@stwing.upenn.edu sr=jst a=blizzard
2002-01-17 23:07:14 +00:00
yokoyama%netscape.com
5f9a6dd108 Bug 120275
Redeclaration of contentArea strict warning in charsetOverlay.js
checking in for Alex Vincent
sr/a=brendan
2002-01-17 22:36:38 +00:00
rods%netscape.com
46c7c6ad9e Backing out inadvertent checkin of changes for a different bug. 2002-01-16 20:43:33 +00:00
jaggernaut%netscape.com
7895e64934 Bug 113722: add moveToAlertPosition() and centerWindowOnScreen() to <dialog/>.r=hyatt, sr=hewitt. This will also fix bug 110459. 2002-01-16 06:42:39 +00:00
mkaply%us.ibm.com
f6b4c94d4c #73206
rs=darin
Add copies of MPL and NPL to chrome
2002-01-16 06:24:13 +00:00
rods%netscape.com
52e7e0deba Move Paper size from XP Page Setup dialog to Linux PrintJobOptions dialog.
Bug 120062 r=roland,dcone sr=hyatt
2002-01-16 03:21:09 +00:00
rods%netscape.com
503c37671e turns on scaling and fixes it
Bug 120075 r=dcone sr=attinasi
2002-01-16 03:11:28 +00:00
varga%utcru.sk
ff7ad62083 Fixes for:
94653  - can't right align text in outliner cell
95730  - White block displays/artifacts in the highlight area after Move/Drag mail to folder.
112238 - [RFE] Outliner widget should support line-through
116855 - Modify outliner builder syntax to match outliner content model
118093 - Make -moz-image-region work in the outliner
118113 - Too little space between pref category tree and pref page
118154 - Category now has a column picker
118647 - Memory leak of 52 bytes from 1 block allocated in nsOutlinerBodyFrame::CheckVerticalOverflow
118660 - left arrow no longer moves to parent category
119751 - Branches are open by default and then closed after launch.

- outermost <outlinerchildren> has "-moz-box-flex: 1" by default
  and it actaully replaced <outlinerbody>
- all event handlers moved on <outliner>
- content builder, outliner builder and content view use <outliner> as root
  element
- nsIBoxObject has a new attribute "element"
- all CSS rules outlinerbody:foo replaced with outlinerchildren:foo
- drop feedback is now skinable

r=waterson for the changes in mozilla/content
r=sspitzer on the mailnews parts
r=blake on the bookmarks/history
r=bryner on the OutlinerBodyFrame and OutlinerContentView changes

sr=hyatt,hewitt
2002-01-16 03:01:28 +00:00
mkaply%us.ibm.com
1187514cf8 #73206
rs=darin
Add copies of MPL and NPL to chrome
2002-01-15 23:45:09 +00:00
dbragg%netscape.com
4563bf5291 Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com 2002-01-15 23:11:03 +00:00
hewitt%netscape.com
0b7a3e29e4 110001 - onpagehide should not fire events when traversing back in the wizard, r=blake, sr=hyatt 2002-01-15 22:51:29 +00:00
pinkerton%netscape.com
82e94c147d nsITheme impl on mac. r=sfraser/sr=hyatt. bugs 115731, 115733, 115735, 115737, 115740, 115749, 115760, 115763 2002-01-15 14:59:21 +00:00
rjc%netscape.com
69240dd619 Fix bug # 119876: <menu> needs to inherit "src=image". sr=ben sr=hyatt 2002-01-14 22:24:25 +00:00
jgaunt%netscape.com
cc5fb98518 bug 110422 optimize XBL accessible code
r=aaronl,rginda
sr=jag
2002-01-14 20:56:49 +00:00
hewitt%netscape.com
6a9212cec2 116366 - js error in tabbrowser, r=blake, sr=hyatt 2002-01-12 02:12:54 +00:00