Commit Graph

6097 Commits

Author SHA1 Message Date
bsmedberg@covad.net
d6730b9e13 Merging toolkit/locales from the branch to the trunk. This does *not* include files that will end up in netwerk/locales, dom/locales, or security/manager/locales 2007-08-21 22:02:42 -07:00
sspitzer@mozilla.org
30783feb10 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-21 22:01:39 -07:00
sspitzer@mozilla.org
b878e1d20e 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-21 22:01:38 -07:00
mozilla.mano@sent.com
41a92383ba Bug 343585 - tab scrolling: scenario where open link in background doesn't enable the scroll buttons. r=sspitzer/mconnor. 2007-08-21 22:01:37 -07:00
gavin@gavinsharp.com
2f0fb8aa1d Revert accidental checkin 2007-08-21 22:01:36 -07:00
gavin@gavinsharp.com
f53efe3f81 Bug 344264: fix strict warning in button.xml, patch by Simon Bünzli <zeniko@gmail.com>, r=mconnor/neil 2007-08-21 22:01:35 -07:00
sspitzer@mozilla.org
17faf7472d fix for bug #343251 add "all tabs" menu to tabstrip to address usability problems with tab overflow / scrolling r=mano 2007-08-21 22:01:34 -07:00
mozilla.mano@sent.com
03323ed07b Bug 343628 - Double-clicking a close button of a tab shouldn't open a new tab. r=robert. 2007-08-21 22:01:33 -07:00
sspitzer@mozilla.org
8d77fe94df supplimental fix for bug #344048. keep tabbrowser.xml in sync with recent changes to firefox.js. r=asaf 2007-08-21 22:01:32 -07:00
sspitzer@mozilla.org
2af3b8e44c 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-21 22:01:31 -07:00
mozilla.mano@sent.com
f42c9eaf3d Bug 343554 - Tab reordering shortcuts can move tabs offscreen. r=mconnor. 2007-08-21 22:01:30 -07:00
mozilla.mano@sent.com
d7a272e5bc Bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding. r=sspitzer/mconnor. 2007-08-21 22:01:29 -07:00
sspitzer@mozilla.org
1255c77bf8 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-21 22:01:28 -07:00
sspitzer@mozilla.org
fa477413b3 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-21 22:01:27 -07:00
sspitzer@mozilla.org
3bc75e8ef5 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2007-08-21 22:01:26 -07:00
sspitzer@mozilla.org
a460d37c1b fix for bug #342364 oops, set the clicktoscroll attribute on the pinstripe specific binding for tabbrowser. Otherwise, the tabs will scroll on mouseover. r=ben 2007-08-21 22:02:32 -07:00
sspitzer@mozilla.org
b9b6389312 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-21 22:01:25 -07:00
gavin@gavinsharp.com
0a13acf605 Bug 324237: Close button on tabs show empty tooltip (Mac), patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor 2007-08-21 22:02:30 -07:00
jwalden@mit.edu
a7eba5a342 Bug 339540 - Remove dead find code from browser.xml and tabbrowser.xml. Patch by Adam Guthrie <ispiked@gmail.com>, r=mano 2007-08-21 22:01:24 -07:00
jminta@gmail.com
4eb9506c79 Bug 287677 dropping unknown scheme on a tab produces 2 errors, rather than 1, r=mconnor 2007-08-21 22:01:23 -07:00
sspitzer@mozilla.org
8dc34ebfe5 fix for bug #340547. error in tabbrowser.xml cause by a leak fix. r=mconnor 2007-08-21 22:01:22 -07:00
sspitzer@mozilla.org
bd62c1271e 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-21 22:01:21 -07:00
gavin@gavinsharp.com
bbcdc1db35 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-21 22:01:20 -07:00
gavin@gavinsharp.com
50468ec85e 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-21 22:01:19 -07:00
jminta@gmail.com
ac80d39cba 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-21 22:01:18 -07:00
cst@andrew.cmu.edu
8a64bc1a75 Bug 338441 Make tabbrowser's ".browsers" property faster (Toolkit version) r+a=mconnor 2007-08-21 22:01:17 -07:00
Olli.Pettay@helsinki.fi
a8a9fb0a42 Bug 335586, r+sr=mconnor,neil 2007-08-21 22:01:16 -07:00
beng@bengoodger.com
0e23b73d94 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-21 22:01:15 -07:00
doronr@us.ibm.com
4962413806 Bug 334674 - Not resetting the missing plugin list when a tab's location changes. r=mconnor 2007-08-21 22:01:14 -07:00
gavin@gavinsharp.com
c3378ed4d0 Bug 334776: loadOneTab should treat null as undefined for the aLoadInBackground argument, r=mano 2007-08-21 22:01:13 -07:00
enndeakin@sympatico.ca
dfd5f78f7a Bug 268590, add notification widget, r=mconnor 2007-08-21 22:01:12 -07:00
beng@bengoodger.com
33ede83cb5 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-21 22:01:11 -07:00
gavin@gavinsharp.com
705d968b6e 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-21 22:01:10 -07:00
gavin@gavinsharp.com
ad925d23dc 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-21 22:01:09 -07:00
roc+@cs.cmu.edu
299277589d 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-21 22:01:08 -07:00
Olli.Pettay@helsinki.fi
e8adf9e626 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2007-08-21 22:01:07 -07:00
gavin@gavinsharp.com
351f58258c Back out patch for bug 311136, since it wasn't needed, r=mconnor 2007-08-21 22:01:06 -07:00
gavin@gavinsharp.com
84563e6df5 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-21 22:01:05 -07:00
gavin@gavinsharp.com
88ae78a395 Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor 2007-08-21 22:01:04 -07:00
neil@parkwaycc.co.uk
68c9ee1966 Make widgets events bubble again as per expectations b=330190 r=bryner 2007-08-21 22:01:03 -07:00
Olli.Pettay@helsinki.fi
c877cd574f Bug 234455, Centralize event dispatch r=jst, sr=bz 2007-08-21 22:01:02 -07:00
bzbarsky@mit.edu
4b936ab240 Front-end part of bug 326009. r=mconnor, sr=neil 2007-08-21 22:01:01 -07:00
gavin@gavinsharp.com
e29e615ac9 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-21 22:01:00 -07:00
jruderman@hmc.edu
438bcf0776 Restore Ctrl+Tab shortcut for switching tabs on Mac. Bug 264787, patch by Mano, r=mconnor. 2007-08-21 22:00:59 -07:00
gavin@gavinsharp.com
d47dc77f72 Bug 324913: tabbrowser.xml depends on a constant defined in browser.js (nsIWebNavigation), patch by Mook <mook.moz@gmail.com>, r=mconnor 2007-08-21 22:00:58 -07:00
roc+@cs.cmu.edu
dedc233440 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-21 22:00:57 -07:00
gavin@gavinsharp.com
814da53c91 Bug 324449: comment tweak 2007-08-21 22:00:56 -07:00
gavin@gavinsharp.com
a1f4251e22 Bug 324449: error when moving a tab before it's parent and then closing it (Error: uncaught exception: 2147500037), r=ben 2007-08-21 22:00:55 -07:00
beng@bengoodger.com
daab310ba9 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-21 22:00:54 -07:00
neil@parkwaycc.co.uk
f9a7ed8dfb Fixing line endings, rs=mconnor, no bug 2007-08-21 22:02:28 -07:00
ben@bengoodger.com
fd34e851ed More Winstripe/Pinstripe Restructuring 2007-08-21 22:02:27 -07:00
gavin@gavinsharp.com
70adb9f165 Bug 312896: tab strip should not respond to double click in space above and below tabs, r=mconnor 2007-08-21 22:00:53 -07:00
gavin@gavinsharp.com
c57d3c81a8 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2007-08-21 22:00:52 -07:00
gavin@gavinsharp.com
a6c5f1b3ce 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-21 22:00:51 -07:00
gavin@gavinsharp.com
7315291706 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2007-08-21 22:00:50 -07:00
gavin@gavinsharp.com
b08491f23b Bug 313501: invalid use of gBrowser in tabbrowser.xml, r=mconnor 2007-08-21 22:00:49 -07:00
bsmedberg@covad.net
9e7600796a Bug 312308 - tabbrowser: closing tab throws exception when no "autocompletepopup" attribute is set, patch by Garrett Davis <gdavis@nsisoftware.com> r=me 2007-08-21 22:00:48 -07:00
mozilla.mano@sent.com
20ac1a4fa4 Bug 303916 - JS error when dragging local file over tabs. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2007-08-21 22:00:47 -07:00
dveditz@cruzio.com
f091c99d8e bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2007-08-21 22:00:46 -07:00
gavin@gavinsharp.com
d40155db1e Bug 311607: "Select new tabs opened from links" pref isn't obeyed for links dragged to existing tabs, r=mano 2007-08-21 22:00:45 -07:00
mconnor@steelgryphon.com
19e4ec716b bug 311136 - Tab dnd can confuse tabbrowser, r=vladimir 2007-08-21 22:00:44 -07:00
dveditz@cruzio.com
7009735701 locationless windows need hostname in titlebar (match 1.0x -- bug 304388) r=mconnor/jruderman, sr=bzbarsky 2007-08-21 22:00:43 -07:00
gavin@gavinsharp.com
ca2df7d8b0 Bug 309452: Dropping a tab to another tabbar should drop the URL, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2007-08-21 22:00:42 -07:00
mozilla.mano@sent.com
d1e70ea629 Bug 309860 - Dragging a url to the tabstrip ignores the shift key. r=mconnor. 2007-08-21 22:00:41 -07:00
gavin@gavinsharp.com
a38f10829c Bug 309292: tab-drop-indicator shouldn't use IDs, patch by Dorando <bugzilla-mozilla@dorando.at>, r=mconnor 2007-08-21 22:00:40 -07:00
mconnor@steelgryphon.com
17730c5625 bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad 2007-08-21 22:00:39 -07:00
gavin@gavinsharp.com
862b26fba4 Bug 304531: event.target.rel has no properties (Port fix from bug 225854), patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2007-08-21 22:00:38 -07:00
gavin@gavinsharp.com
3378f8df40 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-21 22:00:37 -07:00
masayuki@d-toybox.com
9901c0ea33 Bug 292865 Throbber/"Loading" doesn't appear when tab bar gets displayed r=mconnor 2007-08-21 22:00:36 -07:00
gavin@gavinsharp.com
0d2b8e7343 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-21 22:00:35 -07:00
mozilla.mano@sent.com
7cc9bc81e1 Bug 306208 - tabbar is visible in popups. r=vladimir. 2007-08-21 22:00:34 -07:00
gavin@gavinsharp.com
2558a95f8a Bug 305828: Changes to tabbrowser.xml for sessionsaver extension, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=vlad 2007-08-21 22:00:33 -07:00
vladimir@pobox.com
856a359e7e b=304561, firefox unsuitable for browsing high-res image galleries due to preview on tab icon, r=mconnor,sr=bzbarsky,a=asa 2007-08-21 22:00:32 -07:00
ben@bengoodger.com
a7f5ff9e07 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-21 22:00:31 -07:00
cbiesinger@web.de
f6d1eba409 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-21 22:00:30 -07:00
aaronleventhal@moonset.net
5a072e6827 Small correction for checkin to bug 249136, accidentally had checked in |this.selectedTab| instead of |browser.selectedTab|. 2007-08-21 22:00:29 -07:00
aaronleventhal@moonset.net
799f2c52b3 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2007-08-21 22:00:28 -07:00
aaronleventhal@moonset.net
88d9a9fcec Backing out fix for bug 249136 for now; it caused bug 303475, bug 303477 and bug 303479 2007-08-21 22:00:27 -07:00
gavin@gavinsharp.com
ad090474f7 Bug 303075 : removeProgressListener resets the progressListener to null instead of removing it, patch by Aaron Keier <tonglebeak@gmail.com>, r+a=mconnor 2007-08-21 22:00:26 -07:00
aaronleventhal@moonset.net
5dc21c248f Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=mconnor, a=mconnor 2007-08-21 22:00:25 -07:00
gavin@gavinsharp.com
f80c722f89 Bug 302847 : Remove lookupMethod code from toolkit/, patch by Frank Wein <bugzilla@mcsmurf.de>, r=mconnor+Neil, a=bsmedberg 2007-08-21 22:00:24 -07:00
mconnor@steelgryphon.com
8f1c560e48 bug 287467 - flash game stops close tab from working, r+a=bsmedberg 2007-08-21 22:00:23 -07:00
bugzilla@arlen.demon.co.uk
d46c63c2a6 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-21 22:00:22 -07:00
aaronleventhal@moonset.net
183e7c9d78 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-21 22:00:21 -07:00
aaronleventhal@moonset.net
19032b8553 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-21 22:00:20 -07:00
mozilla.mano@sent.com
fd719c14d0 Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2007-08-21 22:00:19 -07:00
mozilla.mano@sent.com
87786a365e Bug 224002 - double clicking tab close button creates new tab. r=mconnor, a=asa. 2007-08-21 22:00:18 -07:00
mozilla.mano@sent.com
3dc9920785 Bug 299706 - When a tab is focused, cmd+right/left-arrow drags it and goes back/forward. r=mconnor, a=chase. 2007-08-21 22:00:17 -07:00
mozilla.mano@sent.com
e61f0d2804 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-21 22:00:16 -07:00
db48x@yahoo.com
942cb18c55 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-21 22:00:15 -07:00
vladimir@pobox.com
0bac98eeeb 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-21 22:00:14 -07:00
mconnor@steelgryphon.com
a1a111453c bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg 2007-08-21 22:00:13 -07:00
mozilla.mano@sent.com
c538d41392 backing out bug 169826 (Port patch from bug 164006 to Firefox (wyciwyg: in tab titles)) as it caused bug 297037 / 297047 2007-08-21 22:00:12 -07:00
mozilla.mano@sent.com
0818da2c1c 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-21 22:00:11 -07:00
mconnor@steelgryphon.com
f574e90bd2 bug 179656 - allow drag and drop reordering of tabs, patch originally based on miniT by dorando, r=vlad, a=shaver 2007-08-21 22:00:10 -07:00
bzbarsky@mit.edu
a74765f998 Removing uneeded manual wrapper. More attempts at bug 294893, r+sr=jst, a=drivers 2007-08-21 22:00:09 -07:00
brendan@mozilla.org
42f89d3841 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2007-08-21 22:00:08 -07:00
dbaron@dbaron.org
f703f9b809 Cleaner fix for bug 290036. b=290949 r=dveditz sr=darin a=asa 2007-08-21 22:00:07 -07:00
cst@andrew.cmu.edu
0e8297580c Bug 289553 Make dynamically changing the favicon update the icon in the tab r=mconnor a=asa 2007-08-21 22:00:06 -07:00
dbaron@dbaron.org
cfc3abe1b3 Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase 2007-08-21 22:00:05 -07:00
aaronleventhal@moonset.net
d90baa7f15 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-21 22:00:04 -07:00
jst@mozilla.jstenback.com
37ed8d2688 Fixing typo in comment. 2007-08-21 22:00:03 -07:00
jst@mozilla.jstenback.com
998d616e71 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-21 22:00:02 -07:00
aaronleventhal@moonset.net
b69691ad6d Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia 2007-08-21 22:00:01 -07:00
bryner@brianryner.com
6dd3ef4d3d Don't save sidebar elements in tab focus memory (bug 254056). r=neil, sr=ben. 2007-08-21 22:00:00 -07:00
mozilla.mano@sent.com
6085af93f1 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-21 21:59:59 -07:00
dbaron@dbaron.org
40aa67f9b0 Fix spelling mistake in comment that I introduced recently. 2007-08-21 21:59:58 -07:00
dbaron@dbaron.org
21623bd97d Null out a few more things. b=131456 r=mconnor 2007-08-21 21:59:57 -07:00
dbaron@dbaron.org
e100ece002 Null out browser's focusedWindow field as well (to prevent leaks). b=283063 r=mconnor 2007-08-21 21:59:56 -07:00
mozilla.mano@sent.com
d9826cebed Bug 280438 - tab gives away password when no title is defined. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2007-08-21 21:59:55 -07:00
dveditz@cruzio.com
0b690120e0 bug 280056 prevent javascript: url dropping r=jst, sr=mkaply 2007-08-21 21:59:54 -07:00
gerv@gerv.net
a374c5a49b Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-08-21 21:59:53 -07:00
jst@mozilla.jstenback.com
907122a790 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-21 21:59:52 -07:00
jshin@mailaps.org
fa6169cde4 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-21 21:59:51 -07:00
timeless@mozdev.org
a2e14df521 Bug 123340 tabbed browser calls onLinkIconAvailable not defined on nsIProgressMeter r=bz sr=neil 2007-08-21 21:59:50 -07:00
cbiesinger@web.de
410be5e8b7 Bug 179787 JavaScript strict "Warning: reference to undefined property this.mPanelContainer" in <tabbrowser.xml> r=mconnor 2007-08-21 21:59:49 -07:00
steffen.wilberg@web.de
7c315a0294 Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor 2007-08-21 21:59:48 -07:00
bugzilla@arlen.demon.co.uk
6ddb02e8c2 Bug 175893 Make XUL <tab>'s focusable Relanding missing line from tabbrowser.xml following landing of aviary branch - previously reviewed 2007-08-21 21:59:47 -07:00
steffen.wilberg@web.de
56d591b20f fix xml parsing error: duplicate attribute 2007-08-21 21:59:46 -07:00
bugzilla@arlen.demon.co.uk
d9e7f3038b 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-21 21:59:45 -07:00
bugzilla@arlen.demon.co.uk
e2da91705c 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-21 21:59:44 -07:00
bugzilla@arlen.demon.co.uk
5d481bfc17 Bug 261790 port various changes betwen xpfe/toolkit Relanding patch after aviary branch landing - already reviewed 2007-08-21 21:59:43 -07:00
bugzilla@arlen.demon.co.uk
ba8b32a7e8 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes Relanding to fix aviary branch landing regressions 2007-08-21 21:59:42 -07:00
ben@bengoodger.com
e5c3ae357a Aviary branch landing 2007-08-21 21:59:41 -07:00
jst@mozilla.jstenback.com
59b5ecb460 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-21 21:59:40 -07:00
jst@mozilla.jstenback.com
19dc2b3bca 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-21 21:59:39 -07:00
bugzilla@arlen.demon.co.uk
79b6fa4cc8 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes p=me r=vladimir 2007-08-21 21:59:38 -07:00
cbiesinger@web.de
84d5dad017 196755 backing out now-unneeded changes of bug 196755 and bug 206668, r=mconnor 2007-08-21 21:59:37 -07:00
cbiesinger@web.de
f22fd433b0 Bug 261790 port various changes betwen xpfe/toolkit r=mconnor sr=neil 2007-08-21 21:59:36 -07:00
ben@bengoodger.com
7491405454 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-21 21:59:35 -07:00
steffen.wilberg@web.de
8e4cba5cb0 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-21 21:59:34 -07:00
vladimir@pobox.com
508052381c b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2007-08-21 21:59:33 -07:00
bryner@brianryner.com
86b8dee5af 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-21 21:59:32 -07:00
mconnor@myrealbox.com
bddc10c10b 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-21 21:59:31 -07:00
aaronleventhal@moonset.net
186464199f 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-21 21:59:30 -07:00
aaronleventhal@moonset.net
ad60278748 Bug 251513. Content of tabs not focused to keyboard scrolling when switching tabs. r=mconner, no sr= needed 2007-08-21 21:59:29 -07:00
aaronleventhal@moonset.net
63f2cd8cd3 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-21 21:59:28 -07:00
mvl@exedo.nl
1c931fe475 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-21 21:59:27 -07:00
brade@comcast.net
3998c69c99 bug 238696; handle additional progress listeners by calling enterTabbedMode (ported from mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml); r=dveditz/bryner 2007-08-21 21:59:26 -07:00
ben@bengoodger.com
ef5b12c044 241028 - should be able to create smart keywords to forms that use the http POST method. 2007-08-21 21:59:25 -07:00
jst@mozilla.jstenback.com
1db20eea58 Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2007-08-21 21:59:24 -07:00
ben@bengoodger.com
52b49200e0 Fix for bug 224416 - tabs don't remember focused element. patch by Will Devine. <yakgoatcamel@myrealbox.com> 2007-08-21 21:59:23 -07:00
ben@bengoodger.com
989760a042 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-21 21:59:22 -07:00
chanial@noos.fr
7ea4e2026b 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-21 21:59:21 -07:00
ben@bengoodger.com
98a03245e8 MacOS X Firebird Updates: - bug 222688 (tabbrowser.xml) - downloads options panel is broken (pref-downloads.js) 2007-08-21 21:59:20 -07:00
blakeross@telocity.com
bdf31c501a 217410 - Change skin/locale versions to fb0.7. 2007-08-21 21:59:19 -07:00
chanial@noos.fr
3e14ee7603 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-21 21:59:18 -07:00
hyatt@mozilla.org
1825deeb8b Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2007-08-21 21:59:17 -07:00
hyatt@mozilla.org
d442260fba Make sure if you have a sep but no modifier, you don't append the modifier. 2007-08-21 21:59:16 -07:00
ben@bengoodger.com
cc69ae63d4 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-21 21:59:15 -07:00