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

161806 Коммитов

Автор SHA1 Сообщение Дата
wclouser%mozilla.com af1c9686ea left an echo statement in 2006-06-30 17:18:25 +00:00
wclouser%mozilla.com 3abb57ca88 minor tweaks 2006-06-30 17:16:50 +00:00
mnyromyr%tprac.de 1cc36b596c Bug 282188: sync xpfe toolbar.xml with toolkit toolbar.xml; r=biesi, sr=jag 2006-06-30 16:18:19 +00:00
hwaara%gmail.com 61f91e70a0 bug 342862, Security mismatch dialog hardcodes focusing (which breaks default focus behavior on OS X). r=kengert, sr=neil 2006-06-30 08:43:53 +00:00
bsmedberg%covad.net 9854205eef Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2006-06-30 07:29:27 +00:00
neil%parkwaycc.co.uk cafd4e0dca Bug 225328 Remove unused code p=gautheri@noos.fr r=me sr=alecf 2006-06-30 07:29:26 +00:00
neil%parkwaycc.co.uk bda3db1fa0 Bug 133606 getAnonymousElementByAttribute now works r=caillon sr=bz 2006-06-30 07:29:25 +00:00
shliang%netscape.com eeb162806a bug 134345 - sidebar button. r=sgehani, sr=jag 2006-06-30 07:29:24 +00:00
varga%netscape.com 6b3d596c73 Putting toolbar grippies back in. Bug 175091.
Original bug for removing them was 112534.
Please see the discussion in those 2 bugs before complaining or filling new bug reports!
r=caillon,a=UE team
2006-06-30 07:29:23 +00:00
kyle.yuan%sun.com 003eac0b48 Bug 177451 [Active Accessibility] implement support for <toolbar>
r=aaronl, sr=jst
Bug 177453 [Active Accessibility] implement support for <hr>
r=aaronl, sr=jst
Bug 177646 [Active Accessibility] implement support for <tooltip>
r=aaronl, sr=jst
2006-06-30 07:29:22 +00:00
varga%netscape.com e74d3715d2 Fix for bug 112534. Remove collapse grippies.
r=caillon, sr=jag
2006-06-30 07:29:21 +00:00
timeless%mac.com 814fcb1bc3 Bug 22056 Show toolbars as text/icons/both
r=biesi sr=dveditz
2006-06-30 07:29:20 +00:00
timeless%mac.com 38eba26e75 Bug 22056 Show toolbars as text/icons/both
patch by neil@parkwaycc.co.uk r=timeless sr=bz
using xbl:inherits
2006-06-30 07:29:19 +00:00
bzbarsky%mit.edu 0c075f4a0c backing out remainder of bug 22056 patch to hopefully fix remaining
regression. a=perf regression.
2006-06-30 07:29:18 +00:00
bzbarsky%mit.edu f66a7cb171 Adds text/image/both modes for the main toolbar. Bug 22056, patch by
neil@parkwaycc.co.uk, r=timeless, sr=bzbarsky, moa=blake,hyatt
2006-06-30 07:29:17 +00:00
stephend%netscape.com 318f3505d4 Bug 109554. Tooltips shouldn't appear on grippies unless minimized. Patch by Neil <neil@parkwaycc.co.uk> r=bryner, sr=ben 2006-06-30 07:29:16 +00:00
sicking%bigfoot.com e3f4d2e5c7 Bug 119317: move the "inherits" attribute to the xbl namespace for most clients.
r=hixie sr=hyatt
2006-06-30 07:29:15 +00:00
bryner%netscape.com 2dd6f5c145 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. 2006-06-30 07:29:14 +00:00
bryner%netscape.com 62ed275b91 Backing out my checkin from earlier (bug 130778), it seems to be the culprit for the Tp increase. 2006-06-30 07:29:13 +00:00
bryner%netscape.com e3144e86b1 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. 2006-06-30 07:29:12 +00:00
bryner%netscape.com 976c7d9888 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. 2006-06-30 07:29:11 +00:00
jgaunt%netscape.com 12460b01e6 bug 110422 optimize XBL accessible code
r=aaronl,rginda
sr=jag
2006-06-30 07:29:10 +00:00
hewitt%netscape.com 1d5f481887 XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt 2006-06-30 07:29:09 +00:00
blakeross%telocity.com e27ca8057e 114169 - Use hasAttribute (which will be optimized even further soon) to avoid excessive string copying. r=ben sr=hewitt
113582 - put global xbl widgets on a diet. r=ben sr=hewitt
2006-06-30 07:29:08 +00:00
hewitt%netscape.com 9602bb559d 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2006-06-30 07:29:07 +00:00
aaronl%netscape.com 7b31cdd2d8 Bug 109851, bug 108629, bug 109921, bug 109977, bug 109153, bug 109187, bug 109213, bug 109221. Check in latest XUL accessibility support - menus, <colorpicker>, <progressmeter>, <groupbox>, mixed states for checkboxes, buttons that can be 'checked' ie pressed down, fixes extra MSAA events being generated, couldn't see HTML content 2006-06-30 07:29:06 +00:00
jaggernaut%netscape.com 3fef380222 Bug 73064: Doh, should teach me to pay more attention while copying old checkin comments ;-) We've decided to check this in on the trunk anyway till we can come up with the right fix (which is hard and gonna take long). 2006-06-30 07:29:05 +00:00
jaggernaut%netscape.com 9733ff1a97 Bug 73064: If your navigation bar is in a collapsed state when you closed your browser, its "collapsed" grippy wouldn't show up upon the next browser startup. Work-around which happens to work, only to be checked in on the branch, we'll figure out something better for the trunk. r=hixie, sr=ben, a=drivers 2006-06-30 07:29:04 +00:00
jaggernaut%netscape.com 9bf09ea654 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2006-06-30 07:29:03 +00:00
hyatt%netscape.com 6da377d4c5 Fix for smoketest blocker toolbar bug. r/sr=jst,blake 2006-06-30 07:29:02 +00:00
hyatt%netscape.com f953d0c3be Fix for smoketest blocker toolbar bug. r/sr=jst,blake 2006-06-30 07:29:01 +00:00
hewitt%netscape.com 4792dd06e7 93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt 2006-06-30 07:29:00 +00:00
blakeross%telocity.com 8d7c426f1c Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this. 2006-06-30 07:28:59 +00:00
hewitt%netscape.com 8c02e43b7e 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2006-06-30 07:28:58 +00:00
mike.morgan%oregonstate.edu 469b873a87 Fixes for Addons -> Add-ons in titles, etc. Just rudimentary changes there.
Added an update-hashes script as a small part of bug 302287.
2006-06-30 05:30:03 +00:00
mike.morgan%oregonstate.edu cfdac58bc6 Part of a fix for bug 342998. Just fixed the version listings. 2006-06-30 05:26:30 +00:00
kaie%kuix.de 2fa128e39a Bug 334293, nextUpdate used uninitialized in nsCRLInfo::nsCRLInfo if crl->nextUpdate.len == 0
r=rrelyea
2006-06-30 03:04:10 +00:00
kaie%kuix.de 9fd11fd993 Bug 337345, Leak in nsCrypto::GenerateCRMFRequest
r=rrelyea
2006-06-30 02:59:19 +00:00
mattwillis%gmail.com 0eb17bb930 disabling sea_installer 2006-06-30 02:27:39 +00:00
bienvenu%nventure.com 91de378223 fix some js warnings, change some formatting and comments, r=mscott patch by gautheri@noos.fr 339399 2006-06-30 02:05:48 +00:00
bienvenu%nventure.com be831bbb85 fix 327991, patch by engel@physics.harvard.edu, r/sr=bienvenu simplify 3 central functions in imap parser now that we're handling BODYSTRUCTURE parsing differently 2006-06-30 01:56:19 +00:00
bienvenu%nventure.com 981b5cb40d fix 342886 crash when removing the last tag on a message after adding and removing the last tag before, sr=mscott 2006-06-30 01:25:37 +00:00
scott%scott-macgregor.org 63ac2db7f8 Bug #343200 --> use the tag key when tagging a message with a newly created tag and not the tag name. sr=bienvenu 2006-06-29 23:41:13 +00:00
bugzilla%arlen.demon.co.uk 92f7a22311 Bug 337155 SeaMonkey missing spellcheck language selector in mail compose window and preferences also backporting enhancements to Thunderbird
p=me r=mnyromyr(SM)/mscott(TB) sr=neil
2006-06-29 23:10:04 +00:00
neil%parkwaycc.co.uk 70f8e59d45 Reformatting using the same style that ben changed toolkit's version to r+sr=jag (mostly whitespace changes but -w patch in bug 342087 for the terminally bored) 2006-06-29 22:47:16 +00:00
preed%mozilla.com af1daa7b5d Bug 342682: use openssl for generating digests. md6sum and sha1sum aren't guaranteed to exist on all machines, but if we ssh into those machines, they'll probably have openssl. inspiration=lilmatt, r=rhelmer. 2006-06-29 22:46:18 +00:00
bienvenu%nventure.com 8bc42eb38d don't issue myrights command on /noselect folders, patch by brian.lu@sun.com, r/sr=bienvenu 222394 2006-06-29 22:46:14 +00:00
scott%scott-macgregor.org 4ff99aef8b back out an accidental checkin 2006-06-29 22:30:05 +00:00
scott%scott-macgregor.org 90cbdc9d0f Bug #343181 --> fix up how we display multiple tags in the tag column. sr=bienvenu 2006-06-29 22:27:23 +00:00
gerv%gerv.net 8ebceafa61 Cope with missing planet2.css. 2006-06-29 22:15:51 +00:00