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

2174 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano%sent.com d0f1bf1b4d Bug 345257 - add tooltip to 'all tabs' menu button. patch from Michael Ventnor <ventnors_dogs234@yahoo.com.au>, r=me. 2007-08-22 05:04:58 +00:00
sspitzer%mozilla.org 8dbf7ffa9e fix for bug #342105: Close button not shown if there is only one tab
per beltzner:

"The close button should be shown, with the effect being that it disposes the
tab and immediately opens a new one. Strange behaviour surely, but I think it's
the easiest and most reliably understandable case."

thanks to Simon <zeniko@gmail.com> for the patch.

r=sspitzer, sr=mconnor
2007-08-22 05:04:57 +00:00
sspitzer%mozilla.org 75f859ae6e fix for bug #333791: Tab drag indicator (arrow) vanishes/flickers when cursor passes over parts of the tab
fix for bug #345524: hide the tab dnd indicator when it's over the original tab

thanks to Wayne Woods <w.woods@optusnet.com.au> for these fixes.

r=sspitzer, sr=mconnor
2007-08-22 05:04:56 +00:00
mozilla.mano%sent.com 520dbf3b5e Bug 343585 - tab scrolling: scenario where open link in background doesn't enable the scroll buttons. r=sspitzer/mconnor. 2007-08-22 05:04:55 +00:00
gavin%gavinsharp.com 6b9f7999eb Revert accidental checkin 2007-08-22 05:04:54 +00:00
gavin%gavinsharp.com d5bb79d8f5 Bug 344264: fix strict warning in button.xml, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor/neil 2007-08-22 05:04:53 +00:00
sspitzer%mozilla.org 2d2a37bdf6 fix for bug #343251
add "all tabs" menu to tabstrip to address usability problems with tab overflow / scrolling

r=mano
2007-08-22 05:04:52 +00:00
mozilla.mano%sent.com 1009d0efbb Bug 343628 - Double-clicking a close button of a tab shouldn't open a new tab. r=robert. 2007-08-22 05:04:51 +00:00
sspitzer%mozilla.org 1dfa59ccab supplimental fix for bug #344048. keep tabbrowser.xml in sync with recent changes to firefox.js. r=asaf 2007-08-22 05:04:50 +00:00
sspitzer%mozilla.org a232d30227 fix for bug #343688. Attempting to move tabs into right-hand overflow-scroll area while sidebar is open causes bizarreness. need to take into account the position of the tab scroll drop indicator bar. r=rstrong 2007-08-22 05:04:49 +00:00
mozilla.mano%sent.com b900384d04 Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor. 2007-08-22 05:04:48 +00:00
mozilla.mano%sent.com 52e2431fb6 Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor. 2007-08-22 05:04:47 +00:00
sspitzer%mozilla.org f53482e243 fix for bug #343370. additional scenario where tab scrolling does not handle window resize well. cache the tab strip width and only adjust the tabstrip, scroll and ensure the selected tab is visible if the width changes. r=asaf 2007-08-22 05:04:46 +00:00
sspitzer%mozilla.org bbe8eda9a7 fix for bug #343019, tab scrolling does not handle window resize well
fix for bug #342890, make tab min width 125 px by default (down from 140 px)
  and heed the hidden browser.tabs.tabMinWidth pref.
fix for bug #342385, get the hidden browser.tabs.tabClipWidth pref working.
  It was actually working, but I've changed the default to 115 px to match
  the 125 px default value for the browser.tabs.tabMinWidth pref.

also, some code cleanup and whitespace fixes.

r=mano, ui-r=beltzner
2007-08-22 05:04:45 +00:00
sspitzer%mozilla.org dbd75a4575 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2007-08-22 05:04:44 +00:00
sspitzer%mozilla.org 2dc02dd127 fix for bug #318168, tab browsing improvements such as:
1)  when we have "too many" tabs in a window, allow the user to scroll through
the tabs.

2)  add events for when adding and removing tabs

initial patch by mconnor.  final patch r=mconnor
2007-08-22 05:04:42 +00:00
jwalden%mit.edu 024f5f9a98 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2007-08-22 05:04:40 +00:00
jminta%gmail.com e88b9043c8 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor 2007-08-22 05:04:39 +00:00
sspitzer%mozilla.org 3830a64de6 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor 2007-08-22 05:04:38 +00:00
sspitzer%mozilla.org 16b57a0cbf fix for bug #315167. purple tab arrow flashes if cursor is put on it. stole this fix from jag's fix for the suite. r=mconnor
VS: ----------------------------------------------------------------------
2007-08-22 05:04:37 +00:00
gavin%gavinsharp.com c3bca01109 Bug 281012: Closing the last tab loads an untitled page (about:blank) instead; doesn't clear session history, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2007-08-22 05:04:36 +00:00
gavin%gavinsharp.com a277e098d9 Bug 331938: make sure to set at least the visual transfer status of a new blank tab, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2007-08-22 05:04:35 +00:00
jminta%gmail.com d759b2dd76 Bug 339477 tabbrowser.xml's observer destructor never gets called, leaking mTabClipWidth at shutdown. Patch by Adam Guthrie <ispiked@gmail.com>, r+a=mconnor 2007-08-22 05:04:34 +00:00
cst%andrew.cmu.edu b644cf9871 Bug 338441
Make tabbrowser's ".browsers" property faster (Toolkit version)
r+a=mconnor
2007-08-22 05:04:33 +00:00
Olli.Pettay%helsinki.fi 9c96ea1329 Bug 335586, r+sr=mconnor,neil 2007-08-22 05:04:32 +00:00
beng%bengoodger.com df06981733 335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org 2007-08-22 05:04:31 +00:00
doronr%us.ibm.com 8e1a600b00 Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor 2007-08-22 05:04:30 +00:00
gavin%gavinsharp.com 6dabb57582 Bug 334776: loadOneTab should treat null as undefined for the aLoadInBackground argument, r=mano 2007-08-22 05:04:29 +00:00
enndeakin%sympatico.ca 128e27a102 Bug 268590, add notification widget, r=mconnor 2007-08-22 05:04:28 +00:00
beng%bengoodger.com 37d8b406a7 332964 - dragging tab to toolbar or bookmarks menu fails due (in part) to tabbrowser adding flavors to the transferable in the wrong order... r=mconnor 2007-08-22 05:04:27 +00:00
gavin%gavinsharp.com 48fde2f48d Bug 332271: One cause of wrong tab closure identified in tab closure handling (Ctrl+F4 bubbles although being handled), patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2007-08-22 05:04:26 +00:00
gavin%gavinsharp.com fbb7c5b080 Bug 235825: "I'm Feeling Lucky" search from address bar doesn't activate Stop toolbar button, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor 2007-08-22 05:04:25 +00:00
roc+%cs.cmu.edu 28b99ae78a Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2007-08-22 05:04:24 +00:00
Olli.Pettay%helsinki.fi 45b13dcadd Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2007-08-22 05:04:23 +00:00
gavin%gavinsharp.com a76b3c15d8 Back out patch for bug 311136, since it wasn't needed, r=mconnor 2007-08-22 05:04:22 +00:00
gavin%gavinsharp.com 61888f4746 Bug 327604: Status bar message text persists when switching tabs while page is loading, patch by Simon B�nzli <zeniko@gmail.com>, r+a=mconnor 2007-08-22 05:04:21 +00:00
gavin%gavinsharp.com f0b4ab88b8 Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor 2007-08-22 05:04:20 +00:00
neil%parkwaycc.co.uk 9f97b55afb Make widgets events bubble again as per expectations b=330190 r=bryner 2007-08-22 05:04:19 +00:00
Olli.Pettay%helsinki.fi 151e75a813 Bug 234455, Centralize event dispatch r=jst, sr=bz 2007-08-22 05:04:18 +00:00
bzbarsky%mit.edu 7fad68215d Front-end part of bug 326009. r=mconnor, sr=neil 2007-08-22 05:04:17 +00:00
gavin%gavinsharp.com bfb4ac0eae Bug 324335: Dragging link to a tab loads in a new tab instead of replacing, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2007-08-22 05:04:16 +00:00
jruderman%hmc.edu 9bc36e9c63 Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor. 2007-08-22 05:04:15 +00:00
gavin%gavinsharp.com a1138f8c70 Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor 2007-08-22 05:04:14 +00:00
roc+%cs.cmu.edu 09cc55e735 Bug 324763. Don't use useless 'mousethrough' on tabs ... restoring part of the patch in bug 317375 that was lost before checkin. r=mconnor 2007-08-22 05:04:13 +00:00
gavin%gavinsharp.com dfb3002a3c Bug 324449: comment tweak 2007-08-22 05:04:12 +00:00
gavin%gavinsharp.com 3b1f09deec Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben 2007-08-22 05:04:11 +00:00
beng%bengoodger.com 9113e743df 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2007-08-22 05:04:10 +00:00
gavin%gavinsharp.com 0a76a4fe5c Bug 312896: tab strip should not respond to double click in space above and below tabs, r=mconnor 2007-08-22 05:04:09 +00:00
gavin%gavinsharp.com a176180db5 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2007-08-22 05:04:08 +00:00
gavin%gavinsharp.com a16dc47baf Bug 284379: Enabling middlemouse.contentLoadURL and middle clicking a tab should still close tab, patch by Adam Guthrie <ispiked@gmail.com>, r=rob_strong 2007-08-22 05:04:07 +00:00
gavin%gavinsharp.com 4c19816689 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2007-08-22 05:04:06 +00:00
gavin%gavinsharp.com a802ab20b6 Bug 313501: invalid use of gBrowser in tabbrowser.xml, r=mconnor 2007-08-22 05:04:05 +00:00
bsmedberg%covad.net a88a2c4cbb Bug 312308 - tabbrowser: closing tab throws exception when no "autocompletepopup" attribute is set, patch by Garrett Davis <gdavis@nsisoftware.com> r=me 2007-08-22 05:04:04 +00:00
mozilla.mano%sent.com 1cf0f3e25b Bug 303916 - JS error when dragging local file over tabs. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2007-08-22 05:04:03 +00:00
dveditz%cruzio.com ba07535a26 bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2007-08-22 05:04:02 +00:00
gavin%gavinsharp.com 5cb73aaaf0 Bug 311607: "Select new tabs opened from links" pref isn't obeyed for links dragged to existing tabs, r=mano 2007-08-22 05:04:01 +00:00
mconnor%steelgryphon.com 962f589f86 bug 311136 - Tab dnd can confuse tabbrowser, r=vladimir 2007-08-22 05:04:00 +00:00
dveditz%cruzio.com d31927916f locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky 2007-08-22 05:03:59 +00:00
gavin%gavinsharp.com 6b4d851da9 Bug 309452: Dropping a tab to another tabbar should drop the URL, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2007-08-22 05:03:58 +00:00
mozilla.mano%sent.com b688be336f Bug 309860 - Dragging a url to the tabstrip ignores the shift key. r=mconnor. 2007-08-22 05:03:57 +00:00
gavin%gavinsharp.com 53a7c8db96 Bug 309292: tab-drop-indicator shouldn't use IDs, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2007-08-22 05:03:56 +00:00
mconnor%steelgryphon.com a4019a94da bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad 2007-08-22 05:03:55 +00:00
gavin%gavinsharp.com 1b83aa18b3 Bug 304531: event.target.rel has no properties (Port fix from bug 225854), patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2007-08-22 05:03:54 +00:00
gavin%gavinsharp.com 173c8f4d76 Bug 306243: When browser.tabs.autohide is enabled, toolbar customisation settings are ignored after restarting Firefox; extensions' icons are missing from the palette, patch by moz_bug_r_a4@yahoo.com, r=vlad 2007-08-22 05:03:53 +00:00
masayuki%d-toybox.com c7d5947454 Bug 292865 Throbber/"Loading" doesn't appear when tab bar gets displayed r=mconnor 2007-08-22 05:03:52 +00:00
gavin%gavinsharp.com 03c52316c7 Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2007-08-22 05:03:51 +00:00
mozilla.mano%sent.com 6886a247eb Bug 306208 - tabbar is visible in popups. r=vladimir. 2007-08-22 05:03:50 +00:00
gavin%gavinsharp.com 7ba6492657 Bug 305828: Changes to tabbrowser.xml for sessionsaver extension, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=vlad 2007-08-22 05:03:49 +00:00
vladimir%pobox.com 3c374a92b9 b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa 2007-08-22 05:03:48 +00:00
ben%bengoodger.com 0ea06a2c52 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2007-08-22 05:03:47 +00:00
cbiesinger%web.de 125b31b162 301119 allow error pages to load favicons
xpfe:
dveditz: second-review+
benjamin: first-review+
asa: approval1.8b4+
toolkit:
benjamin: first-review+
benjamin: approval1.8b4+

patch by me, ported to toolkit by Henrik Skupin <hskupin@gmail.com>
2007-08-22 05:03:46 +00:00
aaronleventhal%moonset.net eadfddb278 Small correction for checkin to bug 249136, accidentally had checked in |this.selectedTab| instead of |browser.selectedTab|. 2007-08-22 05:03:45 +00:00
aaronleventhal%moonset.net 5fc2c8742d Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2007-08-22 05:03:44 +00:00
aaronleventhal%moonset.net 70276634b4 Backing out fix for bug 249136 for now; it caused bug 303475, bug 303477 and bug 303479 2007-08-22 05:03:43 +00:00
gavin%gavinsharp.com d07a718e42 Bug 303075 : removeProgressListener resets the progressListener to null instead of removing it, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2007-08-22 05:03:42 +00:00
aaronleventhal%moonset.net 81f85799c7 Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=mconnor, a=mconnor 2007-08-22 05:03:41 +00:00
gavin%gavinsharp.com 8c5f6f3c10 Bug 302847 : Remove lookupMethod code from toolkit/, patch by Frank Wein <bugzilla@mcsmurf.de>, r=mconnor+Neil, a=bsmedberg 2007-08-22 05:03:40 +00:00
mconnor%steelgryphon.com 69f0535339 bug 287467 - flash game stops close tab from working, r+a=bsmedberg 2007-08-22 05:03:39 +00:00
bugzilla%arlen.demon.co.uk 6e426f9a58 Bug 285438 Drag and drop gestures can be hijacked to load priviliged xul - xpfe/toolkit trunk patch v2.0
p=jst/me r=neil.parkwaycc.co.uk sr=bzbarsky a=benjamin
2007-08-22 05:03:38 +00:00
aaronleventhal%moonset.net 49a19f6d9a bug 287739. New way of doing mnemnonics on message bar buttons that doesn't break extensions. Patch by Giorgio Maone. r=mconnor, a=bsmedberg 2007-08-22 05:03:37 +00:00
aaronleventhal%moonset.net 4aae745e5c 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 2007-08-22 05:03:36 +00:00
mozilla.mano%sent.com 357f38ae7f Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2007-08-22 05:03:35 +00:00
mozilla.mano%sent.com b98b45c9d3 Bug 224002 - double clicking tab close button creates new tab. r=mconnor, a=asa. 2007-08-22 05:03:34 +00:00
mozilla.mano%sent.com 2a57525bbb Bug 299706 - When a tab is focused, cmd+right/left-arrow drags it and goes back/forward. r=mconnor, a=chase. 2007-08-22 05:03:33 +00:00
mozilla.mano%sent.com 2550dcdc97 Bug 230401 - Focus not in address bar after opening new Tab by DoubleClick. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor/bsmedberg, a=bsmedberg. 2007-08-22 05:03:32 +00:00
db48x%yahoo.com 16af550715 bug 291375: toolkit: javascript strict warning in tabbrowser.xml - redeclaration of var reallyClose
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=bsmedberg, a=bsmedberg
2007-08-22 05:03:31 +00:00
vladimir%pobox.com da2da34389 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2007-08-22 05:03:30 +00:00
mconnor%steelgryphon.com 1e28012817 bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg 2007-08-22 05:03:29 +00:00
mozilla.mano%sent.com 8136e98b25 backing out bug 169826 (Port patch from bug 164006 to Firefox (wyciwyg: in tab titles)) as it caused bug 297037 / 297047 2007-08-22 05:03:28 +00:00
mozilla.mano%sent.com 2b1d9729a7 Bug 169826 - Port patch from bug 164006 to Firefox (wyciwyg: in tab titles). patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa 2007-08-22 05:03:27 +00:00
mconnor%steelgryphon.com 98970d4d4b bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2007-08-22 05:03:26 +00:00
bzbarsky%mit.edu 3b32350de6 Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers 2007-08-22 05:00:09 +00:00
brendan%mozilla.org a0dcdf8e5c Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2007-08-22 05:00:08 +00:00
dbaron%dbaron.org 419a6b29cd Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa 2007-08-22 05:00:07 +00:00
cst%andrew.cmu.edu 1dd6b9210e Bug 289553 Make dynamically changing the favicon update the icon in the tab
r=mconnor a=asa
2007-08-22 05:00:06 +00:00
dbaron%dbaron.org 0916f1e25e Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase 2007-08-22 05:00:05 +00:00
aaronleventhal%moonset.net 9b463f76b1 Bug 288986. Disabled attribute confusion causing some XUL elements to be exposed in accessibility APIs as disabled when they aren't. sr=neil, a=asa 2007-08-22 05:00:04 +00:00
jst%mozilla.jstenback.com 5836aac928 Fixing typo in comment. 2007-08-22 05:00:03 +00:00
jst%mozilla.jstenback.com 423420440d 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 2007-08-22 05:00:02 +00:00
aaronleventhal%moonset.net 57c1c5ba8c Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia 2007-08-22 05:00:01 +00:00
bryner%brianryner.com afedf1bd4b Don't save sidebar elements in tab focus memory (bug 254056). r=neil, sr=ben. 2007-08-22 05:00:00 +00:00
mozilla.mano%sent.com 9465ad0316 Bug 125998 - For image documents, use the iamge-url as the tab-icon. patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk> r=vlad 2007-08-22 04:59:59 +00:00
dbaron%dbaron.org 4c41f58ea3 Fix spelling mistake in comment that I introduced recently. 2007-08-22 04:59:58 +00:00
dbaron%dbaron.org c17a13bba1 Null out a few more things. b=131456 r=mconnor 2007-08-22 04:59:57 +00:00
dbaron%dbaron.org 77300bba2c Null out browser's focusedWindow field as well (to prevent leaks). b=283063 r=mconnor 2007-08-22 04:59:56 +00:00
mozilla.mano%sent.com d206a4d712 Bug 280438 - tab gives away password when no title is defined. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2007-08-22 04:59:55 +00:00
dveditz%cruzio.com 0def500b70 bug 280056 prevent javascript: url dropping r=jst, sr=mkaply 2007-08-22 04:59:54 +00:00
gerv%gerv.net c3cf94c667 Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-08-22 04:59:53 +00:00
jst%mozilla.jstenback.com c530dc5e37 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 2007-08-22 04:59:52 +00:00
jshin%mailaps.org 157b9be593 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) 2007-08-22 04:59:51 +00:00
timeless%mozdev.org 0e61dedfbc Bug 123340 tabbed browser calls onLinkIconAvailable not defined on nsIProgressMeter
r=bz sr=neil
2007-08-22 04:59:50 +00:00
cbiesinger%web.de 69bfd590f5 Bug 179787 JavaScript strict "Warning: reference to undefined property this.mPanelContainer" in <tabbrowser.xml>
r=mconnor
2007-08-22 04:59:49 +00:00
steffen.wilberg%web.de e1f87a1501 Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor 2007-08-22 04:59:48 +00:00
bugzilla%arlen.demon.co.uk ff8e5cb0bf Bug 175893 Make XUL <tab>'s focusable
Relanding missing line from tabbrowser.xml following landing of aviary branch -
previously reviewed
2007-08-22 04:59:47 +00:00
steffen.wilberg%web.de bb417c3fd8 fix xml parsing error: duplicate attribute 2007-08-22 04:59:46 +00:00
bugzilla%arlen.demon.co.uk c6a031e29e 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
2007-08-22 04:59:45 +00:00
bugzilla%arlen.demon.co.uk bb46dd925c 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
2007-08-22 04:59:44 +00:00
bugzilla%arlen.demon.co.uk 11648dda21 Bug 261790 port various changes betwen xpfe/toolkit
Relanding patch after aviary branch landing - already reviewed
2007-08-22 04:59:43 +00:00
bugzilla%arlen.demon.co.uk 65d5a07d10 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
Relanding to fix aviary branch landing regressions
2007-08-22 04:59:42 +00:00
ben%bengoodger.com e483cd5044 Aviary branch landing 2007-08-22 04:59:41 +00:00
jst%mozilla.jstenback.com ccb21d6e8b 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 2007-08-22 04:59:40 +00:00
jst%mozilla.jstenback.com c9f827edd5 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 2007-08-22 04:59:39 +00:00
bugzilla%arlen.demon.co.uk c22f232415 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
p=me r=vladimir
2007-08-22 04:59:38 +00:00
cbiesinger%web.de 07749196be 196755 backing out now-unneeded changes of bug 196755 and bug 206668, r=mconnor 2007-08-22 04:59:37 +00:00
cbiesinger%web.de 753f4e8f9a Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil
2007-08-22 04:59:36 +00:00
ben%bengoodger.com 3814785f29 215929 - window title incorrectly shows [Object HTMLImageElement] when switching tabs, bringing across some of caillon's code from xpfe/, r=mscott a=me 2007-08-22 04:59:35 +00:00
steffen.wilberg%web.de 7bbac7444c 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 2007-08-22 04:59:34 +00:00
vladimir%pobox.com fb4eed11f2 b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2007-08-22 04:59:33 +00:00
bryner%brianryner.com 1a5f1373ef 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. 2007-08-22 04:59:32 +00:00
mconnor%myrealbox.com abf0ddac41 bug 231393 - Tab URL does not persist on bad links if tabs switched, patch by pike@pikey.me.uk based on jag's patch for bug 103720, r=me 2007-08-22 04:59:31 +00:00
aaronleventhal%moonset.net 9ecaee4cd6 Bug 175893. Make XUL Tabs focusable -- reopened because when switching tabs we were scrolling to the remembered focus instead of remaining at the last position. r=mconnor, sr=neil 2007-08-22 04:59:30 +00:00
aaronleventhal%moonset.net 4ecb86a407 Bug 251513. Content of tabs not focused to keyboard scrolling when switching tabs. r=mconner, no sr= needed 2007-08-22 04:59:29 +00:00
aaronleventhal%moonset.net 460bd9251b Bug 175893. Make tab labels focusable (when clicking on label of foreground tab). Make unmodified arrow key navigation work with tabs. r=neil, sr=? 2007-08-22 04:59:28 +00:00
mvl%exedo.nl 25e84ace45 Make content policy api (nsIContentPolicy) not suck.
bug 191839. Original patch and hard work by Tim <riceman+bmo@mail.rit.edu>, r=bzbarsky (on backend stuff), r=neil (on the tabbrowser stuff), sr=bzbarsky
2007-08-22 04:59:27 +00:00
brade%comcast.net b9765065d0 bug 238696; handle additional progress listeners by calling enterTabbedMode (ported from mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml); r=dveditz/bryner 2007-08-22 04:59:26 +00:00
ben%bengoodger.com 2326b4651d 241028 - should be able to create smart keywords to forms that use the http POST method. 2007-08-22 04:59:25 +00:00
jst%mozilla.jstenback.com 28e19dadac Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2007-08-22 04:59:24 +00:00
ben%bengoodger.com 01861b604f Fix for bug 224416 - tabs don't remember focused element.
patch by Will Devine. <yakgoatcamel@myrealbox.com>
2007-08-22 04:59:23 +00:00
ben%bengoodger.com 98189ec2a9 bug 203102 - Investigate/port patches for URL field... Tab browser should remember user's typed value when switching tabs. Also, prevent about:blank from showing up when it shouldn't. Based on a patch by Will Levine <yakgoatcamel@myrealbox.com> with some modifications. 2007-08-22 04:59:22 +00:00
chanial%noos.fr d3ce1d0f5d Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157. 2007-08-22 04:59:21 +00:00
ben%bengoodger.com 9a049d8749 MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2007-08-22 04:59:20 +00:00
blakeross%telocity.com d8ffce8d4e 217410 - Change skin/locale versions to fb0.7. 2007-08-22 04:59:19 +00:00
chanial%noos.fr cbc7227031 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.
2007-08-22 04:59:18 +00:00
hyatt%mozilla.org 21881e9767 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2007-08-22 04:59:17 +00:00
hyatt%mozilla.org 6fc50867ba Make sure if you have a sep but no modifier, you don't append the modifier. 2007-08-22 04:59:16 +00:00
ben%bengoodger.com 801c5cae05 bug 199819 - seems like I missed a couple of cases with this. Make sure that the autocompleteenabled attribute is set on all child browser widgets when we detect the preference change 2007-08-22 04:59:15 +00:00
hyatt%mozilla.org 5f8052845f Initial commit of alternate stylesheet support in Firebird. 2007-08-22 04:59:14 +00:00
hyatt%mozilla.org fe6f389215 Support titledefault in tabbed browsing. 2007-08-22 04:59:13 +00:00
ben%bengoodger.com 85ccdc7562 Actually fix b199819 2007-08-22 04:59:12 +00:00
hyatt%mozilla.org 04b094d949 Switch close tabs and close other tabs. 2007-08-22 04:59:11 +00:00