bugzilla%arlen.demon.co.uk
cd3ca1ef9d
Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
...
Relanding relevant parts of patch following aviary branch landing
2005-03-23 21:39:33 +00:00
bugzilla%arlen.demon.co.uk
37505e6b42
Bug 128398 Referrer column is empty for the History
...
Relanding relevant parts of patch following aviary branch landing
2005-03-23 21:39:32 +00:00
ben%bengoodger.com
348898dd1b
Landing the Aviary Branch (browser section only).
2005-03-23 21:39:31 +00:00
timeless%mozdev.org
118f77af3e
Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
...
r=neil sr=bz
2005-03-23 21:37:45 +00:00
db48x%yahoo.com
567035167b
bug 239472: Page Info -> media -> Save As... doesn't work
...
r=db48x, sr=jag
2005-03-23 21:37:44 +00:00
ben%bengoodger.com
229896fdb4
258673 - save page as (complete) mangles ampersand escaped sequences... add addtl encoding flags for rich text saves
2005-03-23 21:37:43 +00:00
cbiesinger%web.de
0a6c007814
Bug 128398 store referrer in history patch by James Andrewartha
...
<trs80@tartarus.uwa.edu.au> r=biesi sr=neil
2005-03-23 21:37:42 +00:00
mconnor%myrealbox.com
98f9c8065e
Bug 228977 Firefox gets wrong desktop folder for downloading, patch by Ted Mielczarek (luser_bugzilla@perilith.com), r=me
2005-03-23 21:37:41 +00:00
mconnor%myrealbox.com
fb25faeec1
Bug 212904 http://foo/bar/ default save name should be bar.html, r=ben
2005-03-23 21:37:40 +00:00
jruderman%hmc.edu
df8637ca69
246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner.
2005-03-23 21:37:39 +00:00
ben%bengoodger.com
4de60db746
241865 - drag and drop link to download manager doesn't work, patch by pike <pike@pikey.me.uk> r=ben@mozilla.org
2005-03-23 21:37:38 +00:00
ben%bengoodger.com
195cb4d35d
235859 - .gz file silently decompressed after download. Update contentEncodings use to UTF8 String Enumerator
2005-03-23 21:37:37 +00:00
ben%bengoodger.com
f8c05b6f06
232587 - firefox goes into an infinite loop when using Save Link to Disk to overwrite a file with no dots in the filename. patch by pike, <pike@pikey.me.uk>, r=ben@mozilla.org
2005-03-23 21:37:36 +00:00
darin%meer.net
24e7597e5c
fixes bug 243149 "Hostname and port appears where 'Use Password Manager to remember these values.' usually is." r=biesi sr=dveditz
2005-03-23 21:37:35 +00:00
cbiesinger%web.de
c8d93d522a
239394 nsIMIMEInfo should use interCaps for methods and attributes
...
r=bzbarsky sr=darin
2005-03-23 21:37:34 +00:00
ben%bengoodger.com
bedf79b3d5
241028 - should be able to create smart keywords to forms that use the http POST method.
2005-03-23 21:37:33 +00:00
darin%meer.net
23cb7f6fed
landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner
2005-03-23 21:37:32 +00:00
bryner%brianryner.com
8792905f6f
fix urls opened in new tabs being added to history as hidden entries (bug 236394). r=ben.
2005-03-23 21:37:31 +00:00
mkaply%us.ibm.com
2a75c885dd
#236194
...
r=mkaply
Fix from Jon Henry - send HTTP referrer on Save Link to Disk so that all downloads work.
2005-03-23 21:37:30 +00:00
mkaply%us.ibm.com
d1f61d9739
Add an OS/2 case
2005-03-23 21:37:29 +00:00
blakeross%telocity.com
bb62f9146d
Fix 234136: middle-clicking link no longer makes it appear visited.
2005-03-23 21:37:28 +00:00
bsmedberg%covad.net
625249c3e5
Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
2005-03-23 21:37:27 +00:00
chanial%noos.fr
1effe65dcf
Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk>
2005-03-23 21:37:26 +00:00
jshin%mailaps.org
ba48d0bd07
bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa
2005-03-23 21:37:25 +00:00
jshin%mailaps.org
7da2acb053
bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa
2005-03-23 21:37:24 +00:00
ben%bengoodger.com
a05e42174a
rip out extraneous dump
2005-03-23 21:37:23 +00:00
ben%bengoodger.com
2176e91140
Fix issue with Retry download in download manager not saving to the same location.
2005-03-23 21:37:22 +00:00
darin%meer.net
27a36f4d9f
fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky
2005-03-23 21:37:21 +00:00
chanial%noos.fr
5b6123f0ed
Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse!
2005-03-23 21:37:20 +00:00
chanial%noos.fr
7536bf53a8
bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now.
2005-03-23 21:37:19 +00:00
varga%nixcorp.com
82a0a6221b
Checking in for Jungshik Shin.
...
Fix for bug 195093. 'modernize' nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2005-03-23 21:37:18 +00:00
ben%bengoodger.com
09c108f9f3
MacOS X Firebird updates:
...
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2005-03-23 21:37:17 +00:00
ben%bengoodger.com
973e97746a
Fix Firebird bugs
...
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)
219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel
2005-03-23 21:37:16 +00:00
blakeross%telocity.com
78e730fbb6
Fix bug 213337
2005-03-23 21:37:15 +00:00
chanial%noos.fr
42c0a4a48b
Bug 215493: patch by jshin
...
port fixes from bug 158006, bug 204039, bug 206146.
2005-03-23 21:37:14 +00:00
ben%bengoodger.com
d6d83695c0
b215290 - Alt+Click does not follow download folder preferences
...
- make the call to saveURL from the Alt+Click handling pass the 'skipPrompt' flag, and also make the code in contentAreaUtils.js not overwrite existing files similar to 215194.
2005-03-23 21:37:13 +00:00
ben%bengoodger.com
b7e58dcdd9
-b215288 - Ctrl+S does not remember the last directory saved to.
...
- use an independent lastDir pref to contain the last directory saved to from a Save As dialog. browser.download.dir becomes a default for autodownload only.
2005-03-23 21:37:12 +00:00
ben%bengoodger.com
eafd377fe4
The Mother Of All Download Landings, Phase I
...
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
base/content/contentAreaUtils.js
- Make saveURI function check for default download folder pref, which if
set does not show the pick file dialog, obeying the users's preferences
about automatic downloads
- Add a check to the show-file-picker case, if browser.download.dir is
not set (first run) show the Desktop or something instead of the app's
install directory.
2005-03-23 21:37:11 +00:00
bryner%brianryner.com
c3e9ab4c5f
bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz)
2005-03-23 21:37:10 +00:00
bryner%netscape.com
6005117550
fix save as (bug 209860), patch by noririty@jcom.home.ne.jp
2005-03-23 21:37:09 +00:00
bryner%netscape.com
2b1bd9367b
fixing "save image as" for real
2005-03-23 21:37:08 +00:00
bryner%netscape.com
e895c4627b
fix saving images from context menu (bug 188587). patch by thieleke@yahoo.com
2005-03-23 21:37:07 +00:00
blakeross%telocity.com
02e5139113
History cleanup, add open in tab to history.
2005-03-23 21:37:06 +00:00
blakeross%telocity.com
92b4d76904
Download dir pref.
2005-03-23 21:37:05 +00:00
blakeross%telocity.com
c5df4dc524
Comment out something for now.
2005-03-23 21:37:04 +00:00
blakeross%telocity.com
2f0abf0b76
Fix crash trying to save without a default download dir
2005-03-23 21:37:03 +00:00
blakeross%telocity.com
f2080dbbd2
Fix broken save page as... complete.
2005-03-23 21:37:02 +00:00
blakeross%telocity.com
9fa333b1e4
Remove downloads prompt pref.
2005-03-23 21:37:01 +00:00
blakeross%telocity.com
6d6dc1bfba
Restore Ctrl+0 for resetting text size.
2005-03-23 21:37:00 +00:00
blakeross%telocity.com
523a18d977
- Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
...
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename. Under construction!
2005-03-23 21:36:59 +00:00
blakeross%telocity.com
dc5e9ab4e2
Some modifier cleanup; fix load in background pref.
2005-03-23 21:36:58 +00:00
mozilla.mano%sent.com
867db56e3b
Bug 286982 - unused css rule in about:. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
2005-03-23 10:57:26 +00:00
mozilla.mano%sent.com
d5450495a9
Bug 286910 - Buttons order is wrong in preferences sub-dialogs (on *nix/mac). r=mconnor
2005-03-23 10:51:09 +00:00
joshmoz%gmail.com
59b7b9706b
fix Mac OS X preferences animation/fading to be more in line with aqua specs. b=285904 r=mconnor
2005-03-22 04:45:03 +00:00
mozilla.mano%sent.com
ac67bf5acf
Bug 221824 - Winstripe should be RTL compatible, tabbox fixes. patch from Reuven Gonen <linxspider@yahoo.com> r=bsmedberg/me
2005-03-21 11:41:10 +00:00
jst%mozilla.jstenback.com
d27864e8f3
Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com
2005-03-17 17:40:55 +00:00
mozilla.mano%sent.com
8eb96e98c6
Bug 221824 - Winstripe should be rtl compatible, tabbox fixes. r=bsmedberg
2005-03-16 20:46:13 +00:00
aaronleventhal%moonset.net
ae3eaa753f
Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia
2005-03-15 15:00:44 +00:00
aaronleventhal%moonset.net
9af50e08ac
Bug 286079. Tabindex broken in XUL. r=vlad, sr=neil
2005-03-14 22:25:04 +00:00
ginn.chen%sun.com
eee7a20d0b
Bug 257075 [keyboard] User can't select mails which are not next to.
...
r=aaronleventhal sr=neil
2005-03-14 03:37:05 +00:00
bryner%brianryner.com
89fda8827b
Make sure goQuitApplication always returns a value (bug 285588). Patch by gautheri@noos.fr, r+sr=me.
2005-03-10 19:33:25 +00:00
bsmedberg%covad.net
eef6b7396f
From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd
2005-03-10 18:44:11 +00:00
aaronleventhal%moonset.net
7c690e9599
Forgotten part of bug 260527 for underlining accesskeys in radio buttons. Original r=mconnor, sr=neil. Thanks to gautheri for finding missing part of checkin that caused the problem
2005-03-10 14:29:46 +00:00
bsmedberg%covad.net
ab0810ddac
Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey)
2005-03-10 04:38:35 +00:00
bryner%brianryner.com
6111ddee03
Don't save sidebar elements in tab focus memory (bug 254056). r=neil, sr=ben.
2005-03-09 09:38:21 +00:00
bryner%brianryner.com
906a30f8ff
Port fix for bug 277657, textbox.maxLength doesn't work. Patch by gautheri@noos.fr, r=mconnor,me.
2005-03-09 00:04:02 +00:00
neil%parkwaycc.co.uk
29efd5532b
Improve on previous patch for bug 285065 r=bryner sr=dbaron
2005-03-08 12:28:00 +00:00
marco%gnome.org
a59e0108a2
Bug 233461 Add button icons on the new preferences dialog
...
r=mconnor
2005-03-07 09:53:07 +00:00
dbaron%dbaron.org
37eaa019d7
Break cycle-through-XPCOM by adding an assignment to null when done with |iterator|. b=285065 r+sr=bryner
2005-03-07 04:36:44 +00:00
mozilla.mano%sent.com
5b80e8c1de
Bug 271554 - Mac labels in wizards. r=mconnor
2005-03-07 00:16:36 +00:00
jshin%mailaps.org
8669b7866a
bug IME candidate list is hidden by autocomplete window (r=dbaron,bryner,smontagu,jst,sr=dbaron,bryner,neil) : patch by Masayuki Nakano
2005-03-05 08:19:05 +00:00
steffen.wilberg%web.de
91938ec760
Bug 214707: Don't allow creation of nameless toolbars. p=gavin.sharp@gmail.com, r=bsmedberg
2005-03-05 01:22:30 +00:00
mozilla.mano%sent.com
cb8b1199e4
Bug 251627 [Firefox/toolkit part] - Icon incorrectly placed when dropping an icon from the Customize Toolbar windows to the Toolbars when interface is RTL. r=mconnor
2005-03-04 18:39:12 +00:00
mozilla.mano%sent.com
e2fb45b5e6
Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad
2005-03-03 16:25:06 +00:00
mozilla.mano%sent.com
f2497900ca
Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben
2005-03-03 16:13:37 +00:00
marco%gnome.org
52f82b7eb5
233461 specify icons for dialogs button
...
Hook up gnome icons in gnomestripe
r=mconnor
2005-03-02 10:53:06 +00:00
ben%bengoodger.com
cffe704b58
284084 - setting "ask before sanitizing" and "sanitize on shutdown" opens a broken sanitize window on shutdown.
2005-03-02 05:27:19 +00:00
cst%andrew.cmu.edu
7b2c8a4f1a
Bug 282178 sync xpfe tabbrowser with toolkit tabbrowser
...
ctrl+f4 event listener doesn't need to be capturing
r=mconnor
2005-03-02 00:23:32 +00:00
ben%bengoodger.com
5af7671921
283988 - javascript annoyances options checkbox does not work properly
2005-02-28 08:47:29 +00:00
ben%bengoodger.com
c826e8d9b5
283639 - sanitize does not work when confirm dialog is shown, also correct licenses
2005-02-27 06:39:44 +00:00
ben%bengoodger.com
6c5524ee09
283610 - load tabs in background checkbox is inverted
2005-02-27 06:13:43 +00:00
ben%bengoodger.com
f01d11934a
274712 - new options dialog
2005-02-25 09:07:58 +00:00
dbaron%dbaron.org
892f3f5546
Fix spelling mistake in comment that I introduced recently.
2005-02-23 20:16:59 +00:00
dbaron%dbaron.org
39d05475ee
Null out a few more things. b=131456 r=mconnor
2005-02-23 06:31:53 +00:00
bzbarsky%mit.edu
696b76e2c9
Allow setting "open" property on all sorts of buttons, since people do.... Bug
...
282359, r=mconnor, sr=neil
2005-02-23 03:37:24 +00:00
bzbarsky%mit.edu
02a3a30db1
Fix menubuttons to not rely on the "open" attribute opening menus; open them
...
via the boxobject. Bug 282359, r=mconnor, sr=neil
2005-02-22 17:53:26 +00:00
dbaron%dbaron.org
08aa014ec0
Prevent destroy method / destructor from attempting to removeObserver too many times. b=283088 r=mconnor
2005-02-22 01:35:18 +00:00
dbaron%dbaron.org
9edb0f2b35
Null out browser's focusedWindow field as well (to prevent leaks). b=283063 r=mconnor
2005-02-21 22:50:07 +00:00
mozilla.mano%sent.com
1ed5e3e1ca
Bug 281361 - tab navigation with left/right arrow keys moves in the wrong direction. r=mconnor
2005-02-21 18:28:57 +00:00
mozilla.mano%sent.com
3c0c6b9f39
the last checkin was bug 242850
2005-02-20 23:10:50 +00:00
mozilla.mano%sent.com
201fdbc394
[Mac] Trying to close the Download Manager window (when it's the last open window) asks to confirm quit. r=mconnor
2005-02-20 22:58:48 +00:00
ben%bengoodger.com
a49b06f275
282872 - downloads dialog OK must be clicked twice to start download
2005-02-20 21:51:30 +00:00
mozilla.mano%sent.com
b319770ddd
Bug 221824 - Winstripe should be RTL compatible. patch by kmgerich and me r=kmgerich/mconnor
2005-02-20 15:49:33 +00:00
ben%bengoodger.com
93ab41c8c4
260560 - download and security dialogs can be "spoofed" by opening an identically sized dialog over the top of them that only shows the OK/Accept buttons. Disable the accept buttons when the window is blurred. r=dveditz, a=drivers
2005-02-19 21:03:00 +00:00
dveditz%cruzio.com
70d866f460
bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor
2005-02-18 12:40:00 +00:00
aaronleventhal%moonset.net
60203664ea
Bug 237249. Accessible Name, role and value of URL bar and search field broken. r=pkwarren on accessibility module, r=mconnor for toolkit changes, r+sr=Neil for xpfe changes, sr=bryner for accessibility module changes, a=dveditz
2005-02-11 13:17:18 +00:00
bugzilla%arlen.demon.co.uk
26c8126971
Bug 98595 Ability to disable lists/trees/outliners completely Toolkit verison of patch v0.3a
...
p=me/neil.parkwaycc.co.uk r=mkaply
2005-02-08 14:32:09 +00:00
bzbarsky%mit.edu
7b95e6eb12
Restore documentation that got incorrectly removed at some point. Bug 279587,
...
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=ben, sr=bzbarsky
2005-02-08 05:32:13 +00:00
aaronleventhal%moonset.net
2405f82c91
Bug 280871. Fix various problems with how we expose HTML and XUL combo boxes via accessibility APIs
2005-02-07 23:11:30 +00:00
mozilla.mano%sent.com
3dd1e5898a
Bug 280438 - tab gives away password when no title is defined. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor
2005-02-06 20:33:26 +00:00
dveditz%cruzio.com
77b32db259
bug 280056 prevent javascript: url dropping r=jst, sr=mkaply
2005-02-05 09:09:20 +00:00
gerv%gerv.net
646bb0c2b8
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 17:07:35 +00:00
jshin%mailaps.org
fec90de9b8
bug 193544 textbox crash (autocomplete + IME) patch by masayuki@d-toybox.com, r/sr=bryner
2005-01-30 09:31:36 +00:00
timeless%mozdev.org
674a68cf21
Bug 240947 use content instead of _content
...
r=mconnor based on r=neil sr=dveditz for the original pass
2005-01-28 16:06:56 +00:00
bzbarsky%mit.edu
a62cb9f6fd
Add about:license and about:licence and make about: link to them. Bug 256945,
...
r=gerv, sr=darin
2005-01-23 21:02:36 +00:00
bugzilla%arlen.demon.co.uk
6e5937689e
Bug 274672 Pressing Enter in Wizard activate BOTH focused button and pageAdvance()
...
p=lwchk2001@yahoo.com.hk/me r=neil.parkwaycc.co.uk sr=bzbarsky
2005-01-19 01:57:32 +00:00
smontagu%smontagu.org
61826a6e64
Don't underline XUL access keys on Mac. Bug 277463, patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor.
2005-01-16 14:34:18 +00:00
mconnor%myrealbox.com
7e960390d2
bug 277847 - Stop button activated when middle clicking inside blank tab, don't invoke autoscroll for about:blank
2005-01-11 02:55:40 +00:00
jst%mozilla.jstenback.com
35e040ec7f
Fixing a part of bug 262887 that the initial fix didn't fix. r=bugs4hj@netscape.net, sr=dveditz@cruzio.com, a=asa@mozilla.org
2005-01-06 16:13:51 +00:00
scott%scott-macgregor.org
fa6a991a88
Remove some dump statements from mailnews specific overlay code
2005-01-04 21:43:36 +00:00
dbaron%dbaron.org
740ba97818
Happy New Year.
2005-01-01 05:01:51 +00:00
jshin%mailaps.org
3a58c91c3a
bug 199237 : non-textual docs(image/media) opened in a new tab have url-escaped name in title: checking in what's missed in the previous check-in (a year and half ago) (one-liner)
2004-12-26 16:59:02 +00:00
steffen.wilberg%web.de
813ea8525a
Bug 263146: use the Cmd key instead of the Ctrl key on Mac ('accel' instead of 'control'). p=bugs.mano@mail-central.com, r=mconnor
2004-12-21 15:30:57 +00:00
cbiesinger%web.de
463855c3d2
260931 toolkit port: Common Dialog's checkbox does not wrap
...
r=mconnor
2004-12-18 22:51:04 +00:00
steffen.wilberg%web.de
db9515e56e
Bug 272927: update MPL-1.1.html from mozilla-org/html/MPL/MPL-1.1.html (markup improvements only). r=gerv@mozilla.org
2004-12-15 23:41:24 +00:00
aaronleventhal%moonset.net
614304e221
bug 265677. Message Toolbar's button not accessible. Patch from doronr, r=mconnor
2004-12-10 02:25:11 +00:00
steffen.wilberg%web.de
603aee3728
Bug 271702: Change in boxobject breaks autoscroll in Firefox. p=bz, r=mconnor
2004-12-09 00:39:28 +00:00
timeless%mozdev.org
d739221784
Bug 123340 tabbed browser calls onLinkIconAvailable not defined on nsIProgressMeter
...
r=bz sr=neil
2004-12-07 21:39:08 +00:00
timeless%mozdev.org
0bc853b1d3
Bug 267627 select event isn't fired when selection of listbox is changed
...
patch by cst@andrew.cmu.edu r=bryner sr=bryner
2004-12-07 07:06:35 +00:00
cbiesinger%web.de
ce9deb4eb0
Bug 179787 JavaScript strict "Warning: reference to undefined property this.mPanelContainer" in <tabbrowser.xml>
...
r=mconnor
2004-12-05 22:03:50 +00:00
steffen.wilberg%web.de
b080face5f
Bug 271766: Accel+D shoudn't remove bookmark (bookmarks manager). p=mano, r=mconnor
2004-12-05 21:57:23 +00:00
steffen.wilberg%web.de
713941bdd8
Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor
2004-12-05 21:49:44 +00:00
cbiesinger%web.de
be33fc69cb
bug 260335 toolkit port: support disabling colorpicker buttons
...
r=mconnor
2004-12-05 21:47:27 +00:00
cbiesinger%web.de
800259a700
Bug 257097 toolkit port: Offline/online switcher is not UI Grabble.
...
r=mconnor
2004-12-05 21:44:08 +00:00
steffen.wilberg%web.de
a813f84c98
Bug 271692: [Mac] autocomplete entries can't be deleted with shift+delete. p=mano, r=mconnor
2004-12-05 21:43:42 +00:00
cbiesinger%web.de
1e48741cb8
Bug 260667 toolkit port: in caret browse mode, can't move out of textarea
...
r=mconnor
2004-12-05 21:40:39 +00:00
cbiesinger%web.de
cb6e8918d9
bug 271974, disabled scrollbars should look disabled; toolkit port; r=mconnor
...
patch by Martijn Wargers <martijn.martijn@gmail.com>
2004-12-05 18:39:39 +00:00
cbiesinger%web.de
00b8b0627f
bug 229726 make spinbuttons.xml an UTF-8 file. r=hixie sr=bz
...
also, change license to tri-license, like in xpfe.
2004-12-05 18:18:16 +00:00
cbiesinger%web.de
1958b7f298
221619/236068 port tree changes to toolkit, r=varga,mconnor
2004-12-05 16:31:00 +00:00
cbiesinger%web.de
c6074f9ea8
251465 toolkit port: remove -moz-user-focus:none from xul.css since it makes no sense for xul
...
r=mconnor
2004-12-05 16:27:19 +00:00
cbiesinger%web.de
f67f27032c
bug 157607 toolkit port: add a class to allow textboxes to specify that they are
...
URL inputs, which should be always left-to-right. r=mconnor
2004-12-05 16:25:14 +00:00
bugzilla%arlen.demon.co.uk
ba4028efc5
Bug 175893 Make XUL <tab>'s focusable
...
Relanding missing line from tabbrowser.xml following landing of aviary branch -
previously reviewed
2004-12-02 22:07:37 +00:00
bugzilla%arlen.demon.co.uk
09a97f1905
Bug 235872 add description property to menuitems
...
Relanding menu.xml and menulist.xml changes following aviary branch landing - previous reviewed
2004-12-02 21:52:59 +00:00
aaronleventhal%moonset.net
dc92029541
Bug 260527. Some radio buttons not underlining accesskeys in labels. Relanding toolkit part of patch following aviary branch landing - previously reviewed
2004-12-02 21:37:09 +00:00
bugzilla%arlen.demon.co.uk
fd71ec2490
Bug 252119 searching for a term in about:config which returns a result including the current highlighted item opens up the edit window as if you'd simply hit enter or double clicked on it
...
Relanding toolkit part of patch following aviary branch landing - previously reviewed
2004-12-02 21:26:10 +00:00
aaronleventhal%moonset.net
0aa56c7e65
Bug 245370. Make autocomplete dropdowns accessible. Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
2004-12-02 21:17:15 +00:00
bugzilla%arlen.demon.co.uk
523ed979c1
Bug 175893 Make XUL <tab>'s focusable
...
Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
2004-12-02 21:14:49 +00:00
steffen.wilberg%web.de
4e5a56a5c8
fix xml parsing error: duplicate attribute
2004-12-01 20:33:16 +00:00
bugzilla%arlen.demon.co.uk
eff970970d
Bug 235872 add description property to menuitems
...
Relanding xul.css part of patch following aviary branch landing
2004-12-01 19:37:38 +00:00
bugzilla%arlen.demon.co.uk
93714757bd
Bug 196755 [mailviews] [modern skin only] Unable to create new Views (pull down menus do not retain changes)
...
Relanding of patch following landing of aviary branch
2004-12-01 19:15:37 +00:00
bugzilla%arlen.demon.co.uk
5d05bf75fd
Bug 244624 XUL:textbox and XUL:menulist not properly exposed
...
Bug 64157 Should be able to pick options in <menulist> when it's not dropped down
Relanding relevant parts of patches following aviary branch landing
2004-12-01 18:59:12 +00:00
bugzilla%arlen.demon.co.uk
c95c9d32aa
Bug 175893 Make XUL <tab>'s focusable
...
Bug 251513 content of tabs not focused to keyboard scrolling when switching tabs
Relanding relevant parts of patches following aviary branch landing
2004-12-01 18:48:25 +00:00
bugzilla%arlen.demon.co.uk
d95562e037
Bug 68841 We don't underline accesskeys for XUL checkboxes or radiobuttons
...
Bug 260657 Txul, Ts regression caused by checkbox/radio underlines
Relanding relevant parts of patches following aviary branch landing
2004-12-01 17:56:32 +00:00
bugzilla%arlen.demon.co.uk
c8e3b14a0d
Bug 237745 split app-startup from core appshell functionality
...
Reland parts of patch following aviary branch landing - already reviewed
2004-12-01 17:26:48 +00:00
bugzilla%arlen.demon.co.uk
df8318dc57
Bug 260924 MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet
...
Recheckin after aviary branch landing - already reviewed
2004-12-01 16:34:01 +00:00
bugzilla%arlen.demon.co.uk
e73d741463
Bug 261790 port various changes betwen xpfe/toolkit
...
Relanding patch after aviary branch landing - already reviewed
2004-12-01 16:21:02 +00:00
bugzilla%arlen.demon.co.uk
4cb3262fe2
Bug 240186 [FIX]GetElementsByAttribute should return live nodelists
...
Recheckin toolkit/browser changes following landing of aviary branch
2004-12-01 13:45:12 +00:00
bugzilla%arlen.demon.co.uk
50eb9d62f0
Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
...
Relanding to fix aviary branch landing regressions
2004-12-01 11:42:34 +00:00
bugzilla%arlen.demon.co.uk
b34a4acb3b
Bug 261267 helper application dialog has title issues when opening an unknown filetype
...
Relanding after aviary branch landing - already reviewed
2004-12-01 11:12:21 +00:00
steffen.wilberg%web.de
e5aaef35d4
Bug 272552: XUL tree splitters visible post-merge. Recheckin toolkit part of bug 265165.
2004-12-01 10:58:20 +00:00
steffen.wilberg%web.de
92f05acfe9
Bug 272561: Gap at bottom of menus. Recheckin xul.css part of bug 240276.
2004-12-01 10:48:40 +00:00
bugzilla%arlen.demon.co.uk
2d76feaa00
Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
...
Bug 260357 Nothing is selected for some radio buttons
Bug 127118 Fix focus problems with radio buttons and accesskeys
Aviary branch landing regressions - already all reviewed
2004-12-01 09:53:56 +00:00
ben%bengoodger.com
c0170319be
aviary landing: back out tree changes from aviary branch landing - trunk has new tree api that we need to retain
2004-12-01 06:33:34 +00:00
ben%bengoodger.com
d8f1ba6f6a
Aviary branch landing
2004-12-01 04:48:44 +00:00
ben%bengoodger.com
7fbd4a1664
aviary branch landing - some of the stuff in toolkit/content
2004-12-01 00:21:43 +00:00
ben%bengoodger.com
74c2270b81
Landing the Aviary Branch (Toolkit sections excluding toolkit/content).
2004-11-30 22:54:13 +00:00
scott%scott-macgregor.org
43671a32a7
Bug #256915 --> hide the help button in all of the thunderbird dialogs since we have not built in help viewer.
2004-11-11 22:45:20 +00:00
steffen.wilberg%web.de
cd349ff963
Bug 256111: customize toolbar bottom items partly covered by horizontal scrollbar if size is not wide enough. p=twanno@lycos.nl, r=ben
2004-11-07 00:36:21 +00:00
pkw%us.ibm.com
0a57084f54
Bug 265165 - XUL elements not displayed at all with 3px splitter
...
Checking in xul.css change for toolkit to match earlier SeaMonkey checkin.
Patch contributed by Stephen Walker <sdwalker@myrealbox.com>.
r/sr=roc@ocallahan.org
2004-11-03 23:20:20 +00:00
jst%mozilla.jstenback.com
9dc5fde08b
Fixing bug 265680. Don't enable cared mode from untrusted events. r+sr=mscott@mozilla.org
2004-11-03 19:35:51 +00:00
jst%mozilla.jstenback.com
3daabe5d96
Fixing bug 262887. Make dialogs opened through the DOM make the opening tab the current tab. r=ben@mozilla.org, dveditz@cruzio.com, sr=bryner@brianryner.com
2004-11-03 17:06:21 +00:00
bsmedberg%covad.net
3055933c27
Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
2004-10-29 19:28:38 +00:00
jst%mozilla.jstenback.com
af6ef41111
Fixing bug 265921. Prevent script from closing tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org, patch by bzbarsky@mit.edu and jst@mozilla.org
2004-10-26 00:13:50 +00:00
bugzilla%arlen.demon.co.uk
ab3c13419e
Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
...
p=me r=vladimir
2004-10-24 18:20:10 +00:00
bugzilla%arlen.demon.co.uk
2505cb461a
Bug 261267 helper application dialog has title issues when opening an unknown filetype - browser/toolkit parts
...
p=me r=vladimir sr=shaver
2004-10-20 20:31:20 +00:00
steffen.wilberg%web.de
d0736775d2
Bug 255572: 'Restore Default' in customize toolbars window should restore display mode. r=ben@mozilla.org
2004-10-05 10:45:58 +00:00
cbiesinger%web.de
2e3390880b
Bug 97434 (port to toolkit) Some Windows keyboard behaviours missing from trees r=mconnor
2004-10-03 16:31:15 +00:00
cbiesinger%web.de
6ac02e52ed
196755 backing out now-unneeded changes of bug 196755 and bug 206668, r=mconnor
2004-10-03 16:13:33 +00:00
bsmedberg%covad.net
0f02283b13
Bug 221824, part 2, add content hooks for submenu expander and back/forward buttons. r=mconnor
2004-10-03 01:19:58 +00:00
cbiesinger%web.de
634231d379
211046 port some seamonkey tree changes to toolkit. patch by Serge GAUTHERIE
...
<gautheri@noos.fr> r=mconnor,jan
2004-10-02 12:46:56 +00:00
bugzilla%arlen.demon.co.uk
c976920447
Bug 260357 Nothing is selected for some radio buttons
...
p=me r=mconnor
2004-10-01 22:01:08 +00:00
cbiesinger%web.de
d33896aeeb
Bug 261790 port various changes betwen xpfe/toolkit
...
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
smontagu%smontagu.org
5231249ed7
Bug 260924: MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet. Patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r=smontagu, sr=bienvenu
2004-09-29 07:56:14 +00:00
ben%bengoodger.com
f23390569b
245088 - various problems with customize toolbar "sheet":
...
Remove slide-out, make the window not reposition badly near the bottom of the
screen, add mconnor's close keybindings. r=mscott, ben, a=me
2004-09-29 07:08:24 +00:00
ben%bengoodger.com
ca7a50006f
215929 - window title incorrectly shows [Object HTMLImageElement] when switching tabs, bringing across some of caillon's code from xpfe/, r=mscott a=me
2004-09-29 00:36:32 +00:00
bugzilla%arlen.demon.co.uk
c2e5d84c70
Bug 256536 Auto-subscribe (news) URLS should NOT prompt for account type
...
p=me/kteuscher r=neil.parkwaycc.co.uk sr=bienvenu
2004-09-28 20:23:06 +00:00
aaronleventhal%moonset.net
0011de8436
Bug 260527. More fixes for xul radio button accesskeys. r=mconnor, sr=neil
2004-09-28 19:18:43 +00:00
dbaron%dbaron.org
87ec7557e3
Move XPCNativeWrapper.js from communicator to global. b=256630 r=p_ch
2004-09-23 16:56:09 +00:00
aaronleventhal%moonset.net
9b18a1fe1d
Bug 260657. Fix performance regressions from accesskey underlining patch. r=mconnor, sr=neil
2004-09-22 02:37:07 +00:00
aaronleventhal%moonset.net
5219ca9a11
Bug 68841. Underline xul:radio and xul:checkbox accesskeys. r=mconnor, sr=neil
2004-09-20 11:29:07 +00:00
steffen.wilberg%web.de
16fb5efb8a
Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben
2004-09-19 17:31:28 +00:00
aaronleventhal%moonset.net
f3d1b9d883
Bug 250306. Double clicking on any tree item collapses first tree item in tree. Fixed by porting Neil's fix to bug 130477 which brings syncs up toolkit and xpfe's tree.xml a bit. r=mconnor, no sr= needed
2004-09-16 15:05:02 +00:00
ben%bengoodger.com
b1bd4342ad
22183 - UI spoofing can cause user to mistake content for chrome. force the location bar to always be present.
2004-09-06 23:23:54 +00:00
jst%mozilla.jstenback.com
00e4d5d5e3
Fixing bug 257431. Make the tabbrowser code only listen to events initiated by the user. r=trev@gtchat.de, sr=bzbarsky@mit.edu
2004-09-02 15:25:39 +00:00
bugzilla%arlen.demon.co.uk
dc3c8254a8
Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
...
Toolkit version p=me+other, r=mconnor
2004-08-26 22:30:36 +00:00
neil%parkwaycc.co.uk
12776a3592
Bug 252119 <key keycode="VK_RETURN"> should not see an Enter key pressed in a timed textbox r=varga sr=bryner
2004-08-26 18:49:05 +00:00
steffen.wilberg%web.de
d46f038bd1
Bug 255642: about: links to nonexistent NPL. r/a=ben
2004-08-25 10:36:24 +00:00
aaronleventhal%moonset.net
da05744bdf
Bug 192577. URL bar drop-down does not collapse on second click on down-arrow. r=mconnor. No sr= needed
2004-08-18 14:46:45 +00:00
jruderman%hmc.edu
16c8b2129f
Bug 253945. Patch by quark, r=dveditz, a=ben
2004-08-13 21:34:42 +00:00
scott%scott-macgregor.org
694b51aeb8
More tweaks to the undetermined progressmeter from Neil.
...
Bug #226491
2004-08-07 08:53:24 +00:00
scott%scott-macgregor.org
dd61bcf8f6
Bug #226491 --> More improvements to the undetermined progressmeter. Thanks to Neil for the changes.
2004-08-05 21:08:57 +00:00
steffen.wilberg%web.de
84cbbd867a
Bug 218686: Autoscroll activates when middle-clicking document scrollbars. p=alexey@optus.net, r=mconnor
2004-07-30 12:14:59 +00:00
vladimir%pobox.com
4598d5407e
b=174265 (also 252288, 253161): favicon handling merge from aviary branch
2004-07-29 23:49:31 +00:00
bryner%brianryner.com
a1fff82224
Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me.
2004-07-29 08:42:54 +00:00
bryner%brianryner.com
39115f8b14
Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake.
2004-07-29 08:08:11 +00:00
roc+%cs.cmu.edu
4960d71bc5
Bug 240276. Make <scrollbox> be implemented as a regular scrollframe rathern than a scrollboxframe. This will help us remove scrollboxframe. r+sr=dbaron
2004-07-28 03:27:02 +00:00
scott%scott-macgregor.org
eb27e9e4c6
Patch from Neil to fix Bug #253232 where the undetermined progressmeter was drawing outside of the progressbar.
2004-07-27 21:51:58 +00:00
ben%bengoodger.com
bea8454b20
252549 - Better Update Handling for identical versions, also fixes numerous software update glitches
2004-07-25 18:40:03 +00:00
aaronleventhal%moonset.net
922f7fd4e0
XUL tab focus indication should appear inside the tab. r=sdwalker, sr=neil
2004-07-24 22:53:13 +00:00
scott%scott-macgregor.org
5bcbb8e0d1
Bug #226491 --> Land Neil's native looking undetermined progressmeter for aviary.
2004-07-24 04:23:04 +00:00