chanial%noos.fr
2aca0d0992
bug 224453: Alt-F4 and close button should return to normal mode (IE behavior)
2003-11-04 04:18:57 +00:00
scott%scott-macgregor.org
efe0b09e2e
Bug #224514 --> automate locale version based on milestone.txt for mozilla/toolkit.
2003-11-04 03:51:25 +00:00
ben%bengoodger.com
7723c8271d
Only run browser if user asks for it to be run.
2003-11-03 20:19:30 +00:00
chanial%noos.fr
4249292cca
bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus.
2003-11-03 08:14:10 +00:00
chanial%noos.fr
6c4be90e4a
bug 224450: correct typos. patch by Steffen Wilberg <steffen.wilberg@web.de>
2003-11-03 00:26:39 +00:00
chanial%noos.fr
66f3d74832
split printing.css into printPreview.css and printPageSetup.css
2003-11-02 05:11:21 +00:00
chanial%noos.fr
524b21cb9b
Rename printPageSetup.properties to printjoboptions.properties, since this file is only used in printjoboptions.xul
2003-11-02 04:22:06 +00:00
chanial%noos.fr
533338e09c
update the header that deals with the dependencies
2003-11-02 02:28:23 +00:00
chanial%noos.fr
85aa293524
fix js warning (redeclaration of var printPreviewTB)
2003-11-02 02:22:19 +00:00
chanial%noos.fr
363b6595fe
fix left over
2003-11-02 02:21:30 +00:00
chanial%noos.fr
898d21bd7e
remove duplicated code in printPreviewBindings
2003-11-02 02:04:08 +00:00
chanial%noos.fr
add6afd316
add "public" method savePrintSettings that saves the print settings to the prefs.
2003-11-02 01:46:53 +00:00
chanial%noos.fr
e756284526
coding style nit
2003-11-02 01:38:52 +00:00
chanial%noos.fr
4ab446d8be
remove prefs print.use_global_printsettings and print.save_print_settings (not used in the backend). They offer few if any interest. Their default behavior is kept: a print action and Page Setup change will be saved and windows share the same print settings.
2003-11-02 01:21:46 +00:00
chanial%noos.fr
d6ee5838ef
on going work on the printing component: rename PRINTSVC to PSSVC, getValuesFromPS to updateSettings, remove duplicate getWebBrowserPrint and start removing the duplicated code in printUtils.js and printPreviewBindings.xml that lays the print preview.
2003-11-02 00:15:04 +00:00
ben%bengoodger.com
3c577e40d2
Add some notes.
2003-11-01 00:47:35 +00:00
ben%bengoodger.com
95d488d11f
update ifdefs
2003-10-31 23:12:30 +00:00
ben%bengoodger.com
ecd07728ef
Installer now actually installs! Yay!
2003-10-31 23:01:00 +00:00
ben%bengoodger.com
9731aec3a9
Bucket O'Updates
...
The installer now actually installs! Provided it doesn't have to download anything. And it just stops at the end. Oh well. In time...
2003-10-31 00:49:01 +00:00
chanial%noos.fr
50ba0ae29c
Bug 224222: OK and Cancel buttons are unlabeled.
...
missed one occurence of GetApplicationLocale (bug 195093)
2003-10-30 22:14:15 +00:00
dwitte%stanford.edu
bc55887835
add accesskeys for the cookie confirmation dialog.
...
b=201743, r=neil, sr=alecf
2003-10-30 17:26:44 +00:00
varga%nixcorp.com
2e490df717
Checking in for Jungshik Shin.
...
Fix for bug 195093. 'modernize' nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
chanial%noos.fr
5d5e8b9027
bug 224160: hook up Print Preview to view source.
2003-10-30 06:02:54 +00:00
ben%bengoodger.com
a1745c2b4c
More incremental updates.
2003-10-30 02:11:38 +00:00
chanial%noos.fr
31e49513d6
- Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
...
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode
- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.
- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.
- A lot of cleanup.
2003-10-29 08:01:27 +00:00
ben%bengoodger.com
42224079be
Adding something that helps fix problems with generated rsc headers.
2003-10-27 23:25:59 +00:00
ben%bengoodger.com
f21e159987
Default application handler values are blank on MacOS X
2003-10-27 21:49:01 +00:00
chanial%noos.fr
59e3eb888a
use toolkit routines from printUtils.js to print and show the page setup dialog.
2003-10-27 04:36:20 +00:00
chanial%noos.fr
7536f0d034
- fix two js warnings in printPreviewBindings.xml (redeclaration of var ifreq and total)
...
- remove useless class toolbarbutton-icon
- rename class last-arrow to left-arrow and next-arrow to right-arrow
2003-10-27 04:30:55 +00:00
chanial%noos.fr
c38d856dc2
bug 223763: home arrow icon not displayed in print preview. printing.css has to be preprocessed.
2003-10-27 04:21:20 +00:00
chanial%noos.fr
7017f5750d
fix js warning: redeclaration of var str. Some cleanup, untabify
2003-10-27 03:36:59 +00:00
chanial%noos.fr
d167f60302
bug 223757: fix customize charset bustage. patch by Steffen Wilberg <steffen.wilberg@web.de>
...
-------------
2003-10-26 21:10:16 +00:00
chanial%noos.fr
ef1a3e7026
Hook up Page Setup and Print to view source.
2003-10-26 20:24:17 +00:00
chanial%noos.fr
f1c41fadbe
Significantly rewrite the old printing.js:
...
- define an object PrintUtils that has two "public" methods: PrintUtils.print() to print the content and PrintUtils.showPageSetup() to launch the setup dialog.
- global variables gPrintSettings, gPrintSettingsAreGlobal and gSavePrintSettings are removed. These variables were not true cached variables since they were recalculated every time and only used as intermediary.
2003-10-26 20:13:55 +00:00
chanial%noos.fr
aab16442a8
add printUtils.js to the toolkit (copied from printing.js)
2003-10-26 19:22:03 +00:00
chanial%noos.fr
a1ff9eb17b
bug 223721 and 223728: fix view source and print preview bustage. patches by Steffen Wilberg <steffen.wilberg@web.de>
2003-10-26 16:10:59 +00:00
chanial%noos.fr
7289e5bdc5
move printPreviewBindings.xml to the toolkit, fork printPreview.dtd
2003-10-26 05:00:15 +00:00
chanial%noos.fr
59d8595898
fork the Print Page Setup
2003-10-26 04:28:25 +00:00
chanial%noos.fr
8ec368e5a6
add charset.dtd to the obsolete directory
2003-10-26 04:25:12 +00:00
chanial%noos.fr
27226ee2a0
Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul.
2003-10-26 04:03:29 +00:00
chanial%noos.fr
f633709d71
define classes to display arrows in menus (from communicator.css)
...
add hover state handling and left, right arrows
2003-10-26 03:59:30 +00:00
chanial%noos.fr
4c826c2e2f
copied from pref-charset.dtd
2003-10-26 03:33:11 +00:00
chanial%noos.fr
246f14c412
tri licencing
2003-10-26 03:28:11 +00:00
scott%scott-macgregor.org
15295068d8
remove dos line endings from this file. I don't know why they keep showing up here
2003-10-24 22:19:32 +00:00
ben%bengoodger.com
5caca58d02
MacOS X Firebird Updates:
...
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2003-10-24 07:43:01 +00:00
chanial%noos.fr
1ed0199b39
Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug.
2003-10-24 06:55:04 +00:00
dean_tessman%hotmail.com
b53f2ecef6
213250 - get middle click working properly in XML documents.
...
p=bugzilla@accessibleinter.net , r=me
2003-10-24 02:11:53 +00:00
bryner%brianryner.com
c328dccc60
Persist size/position and column widths for password manager dialog. Bug 217147, patch by steffen.wilberg@web.de, r=me
2003-10-22 19:05:05 +00:00
chanial%noos.fr
871ae3c600
fixing bogus a dependency to comm.jar I just introduced. Thanks to Steffen Wilberg for noticing.
2003-10-22 18:10:25 +00:00
chanial%noos.fr
e8019ac402
Adding viewSource.properties
2003-10-22 14:54:11 +00:00
noririty%jcom.home.ne.jp
3577e386dc
Fixing build failure (viewSource.properties doesn't exist) b=221599
2003-10-22 13:13:26 +00:00
chanial%noos.fr
584cac56a4
complete rewrite of search.xml: more functionalities with less code :-)
...
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
chanial%noos.fr
0c0ab06373
sync the source viewer with the suite
2003-10-22 08:02:23 +00:00
chanial%noos.fr
aeb90b4015
sync the console with the suite
2003-10-22 08:00:39 +00:00
chanial%noos.fr
f5e8c8f658
add tri-licence
2003-10-22 06:35:37 +00:00
bryner%brianryner.com
605cc06382
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
2003-10-22 06:09:48 +00:00
varga%nixcorp.com
199cf9bc76
Changing my email address.
2003-10-21 15:35:57 +00:00
ben%bengoodger.com
2259244879
Updates...
2003-10-20 19:59:49 +00:00
noririty%jcom.home.ne.jp
f5f4d124fe
Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird
2003-10-19 15:18:15 +00:00
noririty%jcom.home.ne.jp
fbc78492cc
Fixing build failure b=221599
2003-10-18 12:40:05 +00:00
ben%bengoodger.com
4775be15b9
New Cross Platform Options Dialog (getting started)
2003-10-18 07:10:33 +00:00
chanial%noos.fr
2a18785064
Bug 222585: dialogheader should crop p=neil, r=varga sr=bienvenu
2003-10-17 21:27:28 +00:00
chanial%noos.fr
a97aac3e5d
Bug 221599: remove comm.jar dependencies in fontpackage.xul
...
use the PP for the licence
2003-10-17 19:31:11 +00:00
bryner%brianryner.com
5ac09b8065
port fix to sort strings case-insensitively, bug 220067
2003-10-15 20:57:18 +00:00
chanial%noos.fr
82c47f7d35
on going work on bug 221597: move the close, restore and minimize icons to the toolkit.
2003-10-14 20:11:16 +00:00
chanial%noos.fr
73de436e3e
Bug 221987 Don't create frames for XUL <script> p=neil, r=varga, sr=bz
2003-10-14 08:58:26 +00:00
chanial%noos.fr
076495b36f
fix bustage in partial source viewer
2003-10-14 08:05:04 +00:00
chanial%noos.fr
ced1218f9f
forgot to check in the modified jar list.
2003-10-14 05:42:40 +00:00
chanial%noos.fr
52293e07f3
adding overlay for edit menus
2003-10-14 05:26:36 +00:00
chanial%noos.fr
72fe8080ee
removing comm.jar dependencies in the source viewer.
...
(bug 221668 and bug 173879). Commands Find, Save As and Print still have to be hooked properly.
2003-10-14 05:13:34 +00:00
chanial%noos.fr
101ce13254
adding overlay for edit menus
2003-10-14 05:09:24 +00:00
ben%bengoodger.com
69121415a5
Here comes the new installer front end. (Work in Progress)
2003-10-12 01:24:53 +00:00
ben%bengoodger.com
d68f357ebf
Use Windows XP Theme Engine, when available
2003-10-09 20:52:02 +00:00
ben%bengoodger.com
87bf331dbf
Next Gen App Wizard Front End... forking Seamonkey Installer FE.
2003-10-09 02:02:08 +00:00
ben%bengoodger.com
1779c75488
Tweak to fix some thunderbird problems.
2003-10-09 00:14:31 +00:00
ben%bengoodger.com
076b7d4897
oops
2003-10-08 08:39:36 +00:00
ben%bengoodger.com
7d49522cbb
Next Generation Mozilla Applications Shared Installer generation scripts.
2003-10-08 08:17:39 +00:00
scott%scott-macgregor.org
1134ea7082
Bug #221450 --> Helper App Dlg, Open Radio button always left blank for the birds. Fix by
...
removing an obsolete API call to getDownloadInfo (Bug #218817 ).
sr=ben
2003-10-07 06:06:44 +00:00
bryner%brianryner.com
b74d8438f9
Updating my email address
2003-09-29 06:04:02 +00:00
bryner%brianryner.com
d9b60f34cd
fixing firebird build bustage
2003-09-27 19:35:14 +00:00
bryner%brianryner.com
f4d1fe081e
Check return results from DecryptData so that we don't bring up the master password dialog again if the user cancelled it the first time. Bug 220214.
2003-09-25 04:54:22 +00:00
neil%parkwaycc.co.uk
131d9ad47b
Bug 169000 Wrapper library to access XPConnect native objects from chrome JS p=caillon r=jag sr=jst
2003-09-24 10:27:14 +00:00
ben%bengoodger.com
24a516ecd9
Do this only in Firebird
2003-09-24 05:34:17 +00:00
ben%bengoodger.com
acd190592a
Bug 217026 - turbo is not supported in Mozilla Firebird. exit with an error. Patch by chris Thomas.
2003-09-24 05:28:13 +00:00
bryner%brianryner.com
0464b919e6
fixing bustage
2003-09-24 01:55:52 +00:00
ben%bengoodger.com
f1357463fd
Fix for bugs:
...
- 219191, 219192 - localize Download Options FE by placing strings in string bundles. Patch by Mike Connor.
- 219222 - use the new about:mozilla screen. patch by Steffen Wilberg.
2003-09-23 19:36:16 +00:00
noririty%jcom.home.ne.jp
d358984a09
temporary MAC-theme patch before landing Pinstripe. includes b=206462
2003-09-17 08:42:57 +00:00
dbaron%dbaron.org
c49da48965
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
2003-09-16 22:09:18 +00:00
mkaply%us.ibm.com
57455af2ab
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-15 19:16:24 +00:00
noririty%jcom.home.ne.jp
debaf54993
Missing Firebird skinversion. Thank you Mr.FLS to point this out. b=214465
2003-09-08 15:55:26 +00:00
bryner%brianryner.com
2fffc1c22f
Use the default value supplied to prompt() if no stored value was found. (bug 216324)
2003-09-08 03:17:42 +00:00
bryner%brianryner.com
377bfd51dd
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
2003-09-08 00:18:24 +00:00
bryner%brianryner.com
ef40198dcf
Notify the treeBoxObject when the row count changes -- should fix assertions when typing in autocomplete. Also, throw in some NS_NOTREACHED statements for functions that should not be getting called on this tree view.
2003-09-04 07:26:30 +00:00
bryner%brianryner.com
45271d5ae3
Remove inadvertent DOS lineendings (bug 218248)
2003-09-04 03:02:33 +00:00
bryner%brianryner.com
383d2f0c9e
bug 217954/216395 - we need to assign to |userField| regardless of whether there is a value, so we don't crash later when trying to attach autocomplete to the field.
2003-09-01 21:11:30 +00:00
noririty%jcom.home.ne.jp
2858438d20
Fix regression on tab close dbl-clicking.
2003-09-01 18:47:32 +00:00
ben%bengoodger.com
6e3e77476d
tidy up expander action
2003-08-31 07:23:39 +00:00
bryner%brianryner.com
2c85983586
If the username or password field is pre-populated using the value attribute, then don't prefill either one. Also, remove ^M characters that should not be here.
2003-08-31 03:34:31 +00:00
scott%scott-macgregor.org
a2c046bade
back out a change intended for the thunderbird 0.2 branch
2003-08-30 06:01:47 +00:00
scott%scott-macgregor.org
a5475b1bb4
back out a branch only checkin =)
2003-08-30 05:57:25 +00:00
scott%scott-macgregor.org
c15c91719c
Bug #217093 --> fix find in this message for the branch (this patch would break firebird if it was checked into the trunk.
2003-08-30 05:44:41 +00:00
bryner%brianryner.com
133f609223
Protect again recursing into DecryptData during autocompletion (due to opening the master password dialog and blurring the username input field).
2003-08-30 05:06:30 +00:00
scott%scott-macgregor.org
f57605366c
update locale verisons for mozapps
2003-08-30 04:18:58 +00:00
blakeross%telocity.com
56a396a139
Undo versioning changes for now. Gotta think it through.
2003-08-28 05:56:32 +00:00
blakeross%telocity.com
1c96748256
fb0.7 -> tk0.1 in toolkit.
2003-08-28 05:29:48 +00:00
bryner%brianryner.com
9cc5cf04ce
If the user has not set a master password and wants to use password manager, initialize the master password to an empty string. (bug 217409)
2003-08-28 05:22:23 +00:00
blakeross%telocity.com
91b183c961
217410 - Change skin/locale versions to fb0.7.
2003-08-28 02:16:27 +00:00
ben%bengoodger.com
48d15eaedf
Fix line spacing
2003-08-27 20:55:48 +00:00
noririty%jcom.home.ne.jp
340f3b91c7
Fix 217445 - fixing contextmenu bustage in Page Source
2003-08-27 14:48:51 +00:00
noririty%jcom.home.ne.jp
24e331aafb
Fix 217378 - removing asa from about.xhtml
2003-08-27 10:09:30 +00:00
blakeross%telocity.com
4baab06663
remove "redo" item that we got from mozilla.
2003-08-27 08:24:52 +00:00
scott%scott-macgregor.org
a74e13944b
Bug #217405 --> New helper app dialog causes JS exception for unknown content types
...
r=ben
2003-08-27 04:45:36 +00:00
scott%scott-macgregor.org
d6c2a3ee34
hide the manage plugins button for thunderbird
2003-08-27 04:41:54 +00:00
bryner%brianryner.com
5ce2c1139f
Actually add the site to the reject list if the user said "Never for this site." Bug 216542.
2003-08-27 00:34:09 +00:00
scott%scott-macgregor.org
72836811a9
port blake's patch to pref-downloads so it works with his new widget state manager
2003-08-25 23:30:21 +00:00
ben%bengoodger.com
c74cecf85e
Oops forgot a makefile
2003-08-25 22:49:49 +00:00
ben%bengoodger.com
b8558be1af
Add mozapps dir to the build
2003-08-25 22:46:12 +00:00
ben%bengoodger.com
31e02e88ff
merging blake's changes to pref.css from the other day over here, which is where they now belong.
2003-08-25 22:22:44 +00:00
ben%bengoodger.com
1b1349364b
Moving new downloads files (unknown content type handler dialog, preferences dialogs, etc) to new mozapps shared application support directory which will live, for now, in toolkit/. This is so that thunderbird can also use the new downloading options.
2003-08-25 21:46:59 +00:00
blakeross%telocity.com
77202fd4a5
An attempt to make the preferences UI a little easier/less cluttered. The styling, the functionality--all this is subject to change as we explore what to do with this panel.
2003-08-24 04:50:59 +00:00
blakeross%telocity.com
e574d3ce97
ick...ick ick ick. Try to fix preferences.
2003-08-24 01:01:46 +00:00
chanial%noos.fr
1e34412aee
reapply fix by Ben to handle subdialogs.
2003-08-22 14:11:53 +00:00
varga%utcru.sk
f8ab39f45c
Checking in a patch for Neil. Bug 216482. Firebird Crashes when picked "View -> By Date and Site" or View-> By Site" in history sidebar.
...
r=varga, sr=jag
2003-08-22 11:32:23 +00:00
scott%scott-macgregor.org
62b39fba59
Port Bug #215325 to the toolkit (mail news account wizard starts up with back / finish buttons).
2003-08-21 03:54:58 +00:00
chanial%noos.fr
98c094c749
correct typo
2003-08-20 02:03:43 +00:00
chanial%noos.fr
ce421bc902
fixing mistake in nsWidgetStateManger.js
2003-08-19 22:22:46 +00:00
chanial%noos.fr
12aa2bce22
fix wizard bustage, another locale mismatch
2003-08-19 04:31:53 +00:00
chanial%noos.fr
6e51fc5250
fixing printing bustage
2003-08-19 04:01:11 +00:00
chanial%noos.fr
ba28af45f6
follow up to bug 213228: fork commonDialog.dtd and commonDialogs.properties
2003-08-18 23:55:16 +00:00
scott%scott-macgregor.org
2076749ee4
Bug #216529 --> thunderbird needs a couple more autocomplete style rules.
2003-08-18 22:57:06 +00:00
chanial%noos.fr
08a739f6d1
bug 213228: new toolkit independence bug, part 11: fork remaining files in toolkit/content
2003-08-18 10:52:16 +00:00
chanial%noos.fr
3e404a90d1
update all callers in toolkit and browser to use the new toolkit widgets
2003-08-18 10:43:56 +00:00
bryner%brianryner.com
4c18ba46d4
Make the password manager hold onto the pref branch so that the observers we register with it don't go away. Bug 216219.
2003-08-18 06:09:52 +00:00
chanial%noos.fr
44b63671be
update locale version number to 1.5b and recheck jar.mn
2003-08-17 21:25:32 +00:00
ben%bengoodger.com
874ae9e2b1
Fix for bug 216474 - Browser crashes in password manager. Ensure that we don't crash or overwrite variables used to hold valid password data fields with null. r=bryner
2003-08-17 21:06:36 +00:00
chanial%noos.fr
b2a5dfdbb4
backing out changes in jar.mn
2003-08-17 20:11:35 +00:00
chanial%noos.fr
741449790e
bug 213228: new toolkit independence bug, part 10: port seamonkey fixes in the toolkit/content files
...
bug 188956 by suresh, bug 201964 by shliang
2003-08-17 18:18:14 +00:00
chanial%noos.fr
1d7dccad91
fork and obsolete charsetOverlay.dtd (use charset.dtd instead) and widgetStateManager (use nsWidgetStateManager instead)
2003-08-17 17:22:19 +00:00
chanial%noos.fr
a33b16e812
bug 213228: new toolkit independence bug, part 9: finish forking toolkit/locale including locale/US/global-region.
2003-08-17 16:59:45 +00:00
chanial%noos.fr
9817563e15
bug 213228: new toolkit independence bug, part 8: finish forking global-platform.
...
The only files that are platform specific are platformKey.properties and platformKey-mac.properties. They are both packaged as platformKey.properties in en-win.jar, en-unix.jar and en-mac.jar.
2003-08-17 16:10:53 +00:00
chanial%noos.fr
52d3875908
oopss, backing out didn't intended to check this in
2003-08-17 13:21:36 +00:00
chanial%noos.fr
be4a62da09
move wizard.properties out of global-platform into global, by #ifdef'ing the locales in wizard.xml
...
remove unused locales instruct-first and instruct-last in wizard.properties
remove duplicate wizardOverlay.css
2003-08-17 13:11:26 +00:00
chanial%noos.fr
db342ec999
bug 213228: new toolkit independence bug, part 7: use the new toolkit widgetry.
2003-08-17 11:22:13 +00:00
chanial%noos.fr
5af0e3a371
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
xul.css: bug 183791, 96642 by neil, bug 126263, 201299, 202681 by roc, bug 188597 by Ariel Fatecha <afatecha@idea.com.py>
2003-08-17 11:21:09 +00:00
chanial%noos.fr
65bdf8906b
port textbox fix for bug 197486:
...
callback method in textbox is no more, use oncommand instead for the same functionality.
2003-08-17 11:17:00 +00:00
chanial%noos.fr
22f84d54db
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
tree.xml: bug 178604, 156454, 194876, 195393, 202391 by neil, 192346 by kyle yuan, bug 192885, 156576, 202393 by jan.
remove the tree constructor, since the #ifdef can be move the pageUpOrDownMovesSelection property definition.
2003-08-17 11:12:36 +00:00
chanial%noos.fr
34d7a71ed7
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
textbox.xml: bug 207487 by aaronl, bug 197486 by neil, bug 180512 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:12:08 +00:00
chanial%noos.fr
d97d9bbbf6
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
tabbrowser.xml: bug 205341, 112697, 210760 by jag, bug 121234, 133503 by neil, bug 206668 by shliang.
not ported: bug 169589, [mac] ctrl-tab no longer moves btwn frames
bug 203960, go back group
bug 104778, remember what user typed when switching tabs.
bug 103720, prefill URI when opening new tab.
2003-08-17 11:11:42 +00:00
chanial%noos.fr
b78705d80a
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
tabbox.xml: bug 106656, 173703, 184821 by neil, bug 209885 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:11:17 +00:00
chanial%noos.fr
29162a5a9d
bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
...
scrollbox.xml: bug 97787 by neil
2003-08-17 11:10:56 +00:00