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

91 Коммитов

Автор SHA1 Сообщение Дата
aaronleventhal%moonset.net 793d61f079 Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano 2006-07-24 16:12:08 +00:00
Olli.Pettay%helsinki.fi 375bcc004f Bug 341245, Remove some unused box object related interfaces, r+sr=roc 2006-07-13 09:02:05 +00:00
jwalden%mit.edu 77d2863c98 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2006-06-15 18:57:22 +00:00
Olli.Pettay%helsinki.fi 4fc3b6f154 Bug 335586, r=mconnor+neil 2006-04-27 11:00:28 +00:00
enndeakin%sympatico.ca 970fb9925e Bug 268590, add notification widget, r=mconnor 2006-04-19 20:50:25 +00:00
Olli.Pettay%helsinki.fi ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
gavin%gavinsharp.com 0412146c05 Bug 330464: fix omission that broke popup blocking UI, r=mconnor 2006-03-14 16:35:09 +00:00
masayuki%d-toybox.com 6b899da3c6 Bug 315653 [JavaScript Console error]Components.classes['@mozilla.org/typeaheadfind;1'] has no properties / Bug 314819 Exception in browser.xml when closing the history sidebar (nsITypeAheadFind.setDocShell) r=mconnor 2006-03-14 06:14:41 +00:00
gavin%gavinsharp.com 622be3e058 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor 2006-01-31 20:27:20 +00:00
gavin%gavinsharp.com c11d088e8d Bug 314700: Make use of nsIDOMPopupBlockedEvent's popupWindowName for opening blocked popups, r=mconnor 2005-12-28 00:39:10 +00:00
masayuki%d-toybox.com e7b9e65039 Bug 314288 FastFind is broken after find in this page in frame page r=mconnor, sr=bzbarsky 2005-11-01 04:13:21 +00:00
bsmedberg%covad.net b26a3c2f1c Bug 312308 - tabbrowser: closing tab throws exception when no "autocompletepopup" attribute is set, patch by Garrett Davis <gdavis@nsisoftware.com> r=me 2005-10-17 17:08:12 +00:00
bzbarsky%mit.edu 4d2b1c2133 Remove useless autoscroll code. Bug 297503, patch by Martijn Wargers
<martijn.martijn@gmail.com>, r=mconnor
2005-09-16 20:27:32 +00:00
bzbarsky%mit.edu f5bfaeab79 Fix document height determination for autoscroll. Bug 296080, patch by Martijn
Wargers <martijn.martijn@gmail.com>, r=mconnor
2005-09-16 20:04:17 +00:00
neil%parkwaycc.co.uk d3972a7d46 Backing out because gavin's port doesn't seem to fix Firefox 2005-08-31 22:49:31 +00:00
neil%parkwaycc.co.uk c4b6a07345 Bug 302575 URL bar gets confused about which URI is loaded r=bz sr=darin 2005-08-31 21:00:40 +00:00
gavin%gavinsharp.com 4c73034231 Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-08-28 18:49:03 +00:00
gavin%gavinsharp.com 8f87ca30b9 Bug 305912: Popup notification bar doesn't appear on first load (e.g. if your homepage tries to open a popup) , and doesn't correctly list all blocked popups, r=mconnor 2005-08-27 17:19:08 +00:00
smfr%smfr.org 8330cce37f Fix bug 305662: fix leakage of nsWebShell and entrained data by breaking a ref cycle between the docShell and nsISecureBrowserUI in a place that works for both embedders and the suite. r=bryner, sr=bz 2005-08-23 23:48:47 +00:00
roc+%cs.cmu.edu 889049f5f4 Backing out fix for bug 130078 because of performance regressions. 2005-08-18 19:44:55 +00:00
roc+%cs.cmu.edu 1da9d9ae96 Bug 130078. Integrate all view managers in a given top-level window into a single view manager tree. r+sr=dbaron 2005-08-18 17:14:29 +00:00
timeless%mozdev.org d34d5ff158 Bug 302838 Update references to non-existing chrome files
patch by hskupin@gmail.com r=bsmedberg a=bsmedberg
2005-08-02 21:57:46 +00:00
gavin%gavinsharp.com c36e9bc7b5 Bug 302847 : Remove lookupMethod code from toolkit/, patch by Frank Wein <bugzilla@mcsmurf.de>, r=mconnor+Neil, a=bsmedberg 2005-08-02 12:34:55 +00:00
bryner%brianryner.com 83216585ac Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg. 2005-07-25 22:09:39 +00:00
bmlk%gmx.de d2f3fc20c1 use screen rather than frame cooridnates for autoscroll, bug=223542 p=Tuukka Tolvanen r=mconnor a=asa 2005-07-17 13:43:14 +00:00
aaronleventhal%moonset.net 196f8df714 Bug 287739. All message bar buttons need mnemonics otherwise they are very difficult to discover and activate for screen reader users. Patch thanks to Peter Parente (parente@cs.unc.edu). r=mconnor, a=asa 2005-07-13 18:18:47 +00:00
bryner%brianryner.com e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
db48x%yahoo.com 0092617a45 bug 280584: Maybe this part of the autoscroll code could be optimized (mousemove event handler)?
patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor, a=asa
2005-06-14 09:47:24 +00:00
vladimir%pobox.com e9d79a9a24 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2005-06-14 08:04:09 +00:00
varga%nixcorp.com aa157eaf6d Fix for bug 287461. Caret Browsing is hardbound to the F7 key and is unable to be overridden with javascript like F3, F5, etc.
r+sr=neil patch by Brian King <brian@mozdev.org>
2005-06-01 13:24:11 +00:00
mconnor%steelgryphon.com 9833e8799a bug 294524 - reload buttons don't work after sanitizing, patch by Teune van Steeg <twanno@lycos.nl>, r=me, a=asa 2005-05-24 05:42:44 +00:00
bzbarsky%mit.edu e1c1a583de Fix silly typo in fix for bug 295121. r=mconnor, a=brendan 2005-05-23 17:46:20 +00:00
mconnor%steelgryphon.com 563a40a15e bug 295121 - no securityUI in additional tabs, r=bz, a=asa 2005-05-23 17:03:06 +00:00
mconnor%steelgryphon.com e8e57d18b4 Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan 2005-05-20 02:09:09 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
doronr%us.ibm.com 271626f6de Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply 2005-04-28 17:28:00 +00:00
dbaron%dbaron.org e5fb3daccc Put try/catch around removeObserver that sometimes (inexplicably) fails. b=288770 r=mconnor 2005-04-05 04:41:41 +00:00
aaronleventhal%moonset.net fad6703b6b Missing part of checkin for fix to bug 285711. r=pkwarren, sr=henry.jia 2005-03-25 15:36:01 +00:00
dbaron%dbaron.org 0f7baff319 Null out a few more things. b=131456 r=mconnor 2005-02-23 06:31:53 +00:00
dbaron%dbaron.org 8805e32ba7 Prevent destroy method / destructor from attempting to removeObserver too many times. b=283088 r=mconnor 2005-02-22 01:35:18 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
mconnor%myrealbox.com c583b057f9 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
aaronleventhal%moonset.net af73a988c9 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 e1066c6ea9 Bug 271702: Change in boxobject breaks autoscroll in Firefox. p=bz, r=mconnor 2004-12-09 00:39:28 +00:00
bugzilla%arlen.demon.co.uk 2ce6a4e00c Bug 261790 port various changes betwen xpfe/toolkit
Relanding patch after aviary branch landing - already reviewed
2004-12-01 16:21:02 +00:00
ben%bengoodger.com b603528092 Aviary branch landing 2004-12-01 04:48:44 +00:00
jst%mozilla.jstenback.com e28f6af3a9 Fixing bug 265680. Don't enable cared mode from untrusted events. r+sr=mscott@mozilla.org 2004-11-03 19:35:51 +00:00
cbiesinger%web.de c9a0f13bf5 Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil
2004-09-30 14:31:42 +00:00
steffen.wilberg%web.de 5fee76a70e Bug 218686: Autoscroll activates when middle-clicking document scrollbars. p=alexey@optus.net, r=mconnor 2004-07-30 12:14:59 +00:00
bryner%brianryner.com 1a8b51b957 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