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

2761 Коммитов

Автор SHA1 Сообщение Дата
gavin@gavinsharp.com 38a30b80c4 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 ec9ef4feed 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 b3c00fe379 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 2b616d4546 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 b7c18da66b Back out patch for bug 311136, since it wasn't needed, r=mconnor 2007-08-21 22:01:06 -07:00
gavin@gavinsharp.com 8ee223fca3 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 4c3ddc8a80 Bug 282178: sync tabbrowsers (mostly changes from bug 105885), r=mconnor 2007-08-21 22:01:04 -07:00
neil@parkwaycc.co.uk 2a3993cec7 Make widgets events bubble again as per expectations b=330190 r=bryner 2007-08-21 22:01:03 -07:00
Olli.Pettay@helsinki.fi 8fe82d07c5 Bug 234455, Centralize event dispatch r=jst, sr=bz 2007-08-21 22:01:02 -07:00
bzbarsky@mit.edu 18af55deec Front-end part of bug 326009. r=mconnor, sr=neil 2007-08-21 22:01:01 -07:00
gavin@gavinsharp.com 0c90c5302c 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 61898925d4 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 1cba66a5c8 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 0c36d67bf6 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 95828f04be Bug 324449: comment tweak 2007-08-21 22:00:56 -07:00
gavin@gavinsharp.com c53730c169 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 62a2de68cb 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
gavin@gavinsharp.com 682be83121 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 827f75e0f1 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2007-08-21 22:00:52 -07:00
gavin@gavinsharp.com dc45528854 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 9804310722 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 31a7e847fb Bug 313501: invalid use of gBrowser in tabbrowser.xml, r=mconnor 2007-08-21 22:00:49 -07:00
bsmedberg@covad.net 45fef80192 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 559a1d1cc3 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 c7dd2dc96c bug 310696 suppress "view-source:" scheme in title, r=mconnor, sr=neil.parkwaycc 2007-08-21 22:00:46 -07:00
gavin@gavinsharp.com 8299135ac7 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 f5dbd7e559 bug 311136 - Tab dnd can confuse tabbrowser, r=vladimir 2007-08-21 22:00:44 -07:00
dveditz@cruzio.com 8742e744b8 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 b44bbcd353 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 939cbbecaa 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 82a5c5da3f 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 6b5809ae5f 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 df081ff7c2 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 3e98f62d29 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 1ac35d5739 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 473b64f1a8 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 a1b50caf17 Bug 306208 - tabbar is visible in popups. r=vladimir. 2007-08-21 22:00:34 -07:00
gavin@gavinsharp.com 3249d01cca 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 3239b1672c 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 6c280253fc 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 53f179442a 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 4f9c314446 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 677dc6ffee 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 391a5f1b4e 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 5db48f8503 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 70661c33e5 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 a0c42afb98 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 7ee3134016 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 847ef82e53 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 669ff2b42a 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 265d0221f3 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 b142e61a81 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 a84d68787e 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 8153829d00 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 55f0255d94 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 edcc3170cc 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 e48009554a 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 749e8b8db2 bug 297005 - regression in dragging files to tab bar, r+a=bsmedberg 2007-08-21 22:00:13 -07:00
mozilla.mano@sent.com 693eeb3f81 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 00a986e646 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 26a6a2aa21 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 fb9ede6028 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 ede3bb2af4 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 feddef2408 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 13edd83dfd 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 2d6601cfe7 Don't allow javascript: favicons. b=290036 r=dveditz sr=brendan a=chase 2007-08-21 22:00:05 -07:00
aaronleventhal@moonset.net f2d14a1eeb 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 01ddc8aea5 Fixing typo in comment. 2007-08-21 22:00:03 -07:00
jst@mozilla.jstenback.com 5a16f3a4ba 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 17b7d68a50 Bug 285711. Support accessible alerts. r=pkwarren, sr=henry.jia 2007-08-21 22:00:01 -07:00
bryner@brianryner.com b8d082bc3a 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 c2d83d059c 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 5956890102 Fix spelling mistake in comment that I introduced recently. 2007-08-21 21:59:58 -07:00
dbaron@dbaron.org a97811ed2e Null out a few more things. b=131456 r=mconnor 2007-08-21 21:59:57 -07:00
dbaron@dbaron.org 8298ea40d1 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 02e0da6359 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 61e3eb7701 bug 280056 prevent javascript: url dropping r=jst, sr=mkaply 2007-08-21 21:59:54 -07:00
gerv@gerv.net 6515a52afe Bug 236613: change to MPL/LGPL/GPL tri-license. 2007-08-21 21:59:53 -07:00
jst@mozilla.jstenback.com 85c520dd2f 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 b737ea1474 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 de180c913d 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 fcaf27c056 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 9fea0a6e0b 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 fd1e407c1f 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 ea5718309c fix xml parsing error: duplicate attribute 2007-08-21 21:59:46 -07:00
bugzilla@arlen.demon.co.uk 792f7f5fce 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 afdebe1c3a 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 36f81bdb3d 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 cbd97f105f 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 ff4988ef8e Aviary branch landing 2007-08-21 21:59:41 -07:00
jst@mozilla.jstenback.com 514b795b84 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 4f32b7c73e 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 6ac2340944 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 dcafb217c7 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 ad13934de9 Bug 261790 port various changes betwen xpfe/toolkit r=mconnor sr=neil 2007-08-21 21:59:36 -07:00
ben@bengoodger.com ecc53874c1 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 dcc400c229 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 5355b9b668 b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2007-08-21 21:59:33 -07:00
bryner@brianryner.com d84755c9ee 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 85f9b15556 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 d7fef4e778 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 3b432a07b4 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 e5a3148367 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 b3ef59bd01 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 ad3622b0a1 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 f08ddd1b6d 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 e9ae72a970 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 069cc603e6 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 97b3f7aa84 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 0241355b53 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 6568357ca2 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 9bf9fc71d9 217410 - Change skin/locale versions to fb0.7. 2007-08-21 21:59:19 -07:00
chanial@noos.fr 5c3141ed45 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 91bae0604a 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 956f98567f 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 6035dea8b7 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
hyatt@mozilla.org 19b56bd1c9 Initial commit of alternate stylesheet support in Firebird. 2007-08-21 21:59:14 -07:00
hyatt@mozilla.org 0417751c3a Support titledefault in tabbed browsing. 2007-08-21 21:59:13 -07:00
ben@bengoodger.com 58dace9b1b Actually fix b199819 2007-08-21 21:59:12 -07:00
hyatt@mozilla.org c4dbc9210b Switch close tabs and close other tabs. 2007-08-21 21:59:11 -07:00
hyatt@mozilla.org c60ca6daaa Restore 'Close other tabs' to the tabs context menu. 2007-08-21 21:59:10 -07:00
bryner@brianryner.com 84dca59bd8 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) 2007-08-21 21:59:09 -07:00
noririty@jcom.home.ne.jp 6e3023b812 Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org 2007-08-21 21:59:08 -07:00
ben@netscape.com 5147240af5 Fix bug 177797 - satchel only works in the first tab. Make sure autocompletepopup attribute is set on each new browser that is created in tabbrowser. 2007-08-21 21:59:07 -07:00
ben@netscape.com 6ca11ba6a9 Part of 191524 - 1) update tabbrowser to allow attach/detach of satchel controller from all browsers. 2) disclosure widget styles for privacy preferences panel 2007-08-21 21:59:06 -07:00
mkaply@us.ibm.com ec59b30aa8 103354 for Phoenix - if we do want this for Phoenix, we can put it back in, but Phoenix is broke if we don't remove the reference to the close tab in the DTD file 2007-08-21 21:59:05 -07:00
blakeross@telocity.com c38d2a13c1 Default to disablehistory. 2007-08-21 21:59:04 -07:00
hyatt@netscape.com 75a6a42858 Fix bug 175575. Dbl-click in tab bar opens new tab. 2007-08-21 21:59:03 -07:00
hyatt@netscape.com 22e47e091b Fix bug 175575. Dbl-click in tab bar opens new tab. 2007-08-21 21:59:02 -07:00
hyatt@netscape.com 7e12687443 Fixing CTRL+TAB 2007-08-21 21:59:01 -07:00
hyatt@netscape.com be77b6e65b Fix page report bustage. 2007-08-21 21:59:00 -07:00
hyatt@netscape.com 24fe255f8b Fix tabbrowser bug. 2007-08-21 21:58:59 -07:00
hyatt@netscape.com 74da69a562 Sync tab and friends with the trunk 2007-08-21 21:58:58 -07:00
hyatt@netscape.com 6983fbfc7e Add page report accessor to tabbrowser. 2007-08-21 21:58:57 -07:00
hyatt@netscape.com 4ff670d625 more popup whitelisting changes 2007-08-21 21:58:56 -07:00
hyatt@netscape.com b2e9886a06 Tweaks. 2007-08-21 21:58:55 -07:00
hyatt@netscape.com 68e0c45875 Popup whitelisting continues. 2007-08-21 21:58:54 -07:00
hyatt@netscape.com 69b5da442c Popup whitelisting continues. 2007-08-21 21:58:53 -07:00
hyatt@netscape.com 43c4fc9fcd Reverting tab close behavior. 2007-08-21 21:58:52 -07:00
hewitt@netscape.com ab66eafcd3 165955 - turning on satchel in phoenix 2007-08-21 21:58:51 -07:00
hyatt@netscape.com 8aba15c64c Removing New Tab button. 2007-08-21 21:58:50 -07:00
hyatt@netscape.com e746cd54c3 Fork tabbrowser to make it back into what I want. 2007-08-21 21:58:49 -07:00
sdwilsh@shawnwilsher.com 93e7f7665a Bug 308073 - Change default downloading folder in Windows Vista from Desktop to Downloads. Patch by Jim Mathies <jmathies@mozilla.com>. r=robarnold, r=robert.bugzilla, sr=dougt, a=mconnor 2007-08-21 10:22:02 -07:00
gavin@gavinsharp.com 8bd5aed229 Bug 307770: pass the blocked host to xpinstall-install-blocked observers so that they can offer to whitelist the correct URI (fix installation of XPIs from target="blank" links), r=mano, sr=dveditz 2007-08-19 13:51:30 -07:00
mozilla.mano@sent.com 07ad7a2284 Bug 385266 - New starring, bookmarking and tagging UI, further work. Make Bookmark This Page/Frame/Link use the new panel. r=dietirch. 2007-08-17 00:22:12 -07:00
rob_strong@exchangecode.com ad03cfd5df Bug 392140 - Remove TYPE_PLUGIN from the extension manager. r=bsmedberg 2007-08-16 14:14:51 -07:00
mozilla.mano@sent.com d0e2a08847 Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-16 12:06:19 -07:00
mozilla.mano@sent.com 6ac9b28fa4 Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-15 18:15:50 -07:00
enndeakin@sympatico.ca 42452aec01 Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-15 18:09:58 -07:00
rflint@ryanflint.com 26f191b01b Bug 333792 - Firefox incorrectly lists Gecko as TM. r=hecker/gavin 2007-08-14 23:09:07 -07:00
gavin@gavinsharp.com fae3ed868b Bug 390450: remove unused style rule, patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-08-12 12:18:51 -07:00
gavin@gavinsharp.com e0d463de4c Bug 356581: focus the location bar after closing the tab so that Ctrl+W doesn't cause it to loose focus, patch by Simon Bünzli <zeniko@gmail.com>, r=me 2007-08-12 06:58:33 -07:00
flamingice@sourmilk.net 270a86b9fc Bug 383880, The Page Info RSS section's feed links should be clickable, Patch by Ehsan Akhgari, r=mano 2007-08-07 13:45:00 -07:00
rflint@ryanflint.com 75c0c1e2a0 Bug 391226 - Remove go-container. r=gavin 2007-08-07 10:00:04 -07:00
db48x@yahoo.com f168925024 Bug 388504 - It should be possible for an extension to reload Page Info on a different document patch by Florian Quèze <f.qu@queze.net>, r=db48x, sr=neil 2007-08-06 09:13:05 -07:00
enndeakin@sympatico.ca f3c9a78f8d Bug 267831, add a resizer between the url and search fields, r=mano 2007-08-06 08:57:40 -07:00
ginn.chen@sun.com 6f5f621c9e Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore 2007-08-05 20:22:32 -07:00
wr@rosenauer.org bf343a4e68 Bug 190615 - double-clicking shouldn't select punctuation on Unix, p=dao@design-noir.de, r=mano 2007-08-04 01:35:28 -07:00
gavin@gavinsharp.com 16910994fd Bug 389948: catch microsummary service initialization exceptions so that they don't disrupt startup (e.g. breaking session restore), r=mconnor, a=mconnor on IRC Firefox 3 M7 2007-07-28 19:47:40 -07:00
jag@tty.nl df8ca1fa41 Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor
When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser.

Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little.
2007-07-25 23:40:24 -07:00
mconnor@steelgryphon.com b87824597e bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-07-25 21:22:44 -07:00
sspitzer@mozilla.org 6a8bdeb027 fix for bug #389584: show 10 rows (instead of 6) in the url bar autocomplete results
r=mconnor, ui-r=beltzner
2007-07-25 17:27:19 -07:00
martijn.martijn@gmail.com 73ab1d9b5c Checking in the patch for bug 386729 again, it's not the cause for the rlk increase 2007-07-23 15:16:30 -07:00
martijn.martijn@gmail.com e5bf66fea1 Backing out the patch for bug 386729 again to see if it fixes the rlk increase 2007-07-23 15:09:25 -07:00
martijn.martijn@gmail.com dc98b7a1db Bug 386729 - Textarea context menu appears on page with contenteditable node, patch by Peter Van der Beken, r=mano 2007-07-23 14:15:15 -07:00
martijn.martijn@gmail.com dd500c9239 Bug 389179 - I can't always go back from a wink with target=_self inside a frameset, r=gavin 2007-07-23 14:04:34 -07:00
kaie@kuix.de bee05cd9ae Bug 386681, nsIWebProgressListener security: Test for bits, not for absolute values
r=mconnor
2007-07-23 04:03:22 -07:00
mozilla.mano@sent.com 29b5951872 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
db48x@yahoo.com cc9ca7dfee Bug 388334 - Page Info theme should be more reusable by extensions.
patch by Florian Quèze <f.qu@queze.net>, r=mano
2007-07-16 22:45:42 -07:00
kherron@fmailbox.com 0e2e86d5df Bug 387077 - Rename some class names of the new Location bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp. 2007-07-14 07:57:59 -07:00
flamingice@sourmilk.net 9492b7b1e2 Bug 376519, Empty href js exception in this case when right-clicking, Patch by Florian Quèze, r=mano 2007-07-12 17:32:37 -07:00
gavin@gavinsharp.com 2c0e8a2bb4 Bug 387685: clean up Firefox tooltip code now that bug 279703 has landed (back out most of the patch for bug 218223), r=Enn (original SeaMonkey patch by Neil Rashbrook in bug 386390) 2007-07-12 08:04:00 -07:00
philringnalda@gmail.com 398f548aa6 Bug 135567 - menu accesskeys needed for closing tabs and window in multitab cases, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-07-08 19:06:25 -07:00
philringnalda@gmail.com 16e7613501 Bug 387015 - The 'Credits' button on Help -> About Dialog does not have an access key, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-07-08 18:30:54 -07:00
enndeakin@sympatico.ca 208489af49 Bug 386390, remove tooltip size workaround that isn't needed any more, r=gavin 2007-07-06 05:45:10 -07:00
gavin@gavinsharp.com fe1f5d99e6 Bug 366797: try re-enabling the new location bar now that some enhancements have been made to the binding 2007-07-05 07:30:39 -07:00
gavin@gavinsharp.com b3ab985499 Bug 386741: remove unneeded code from the URL bar binding (currently NPOB), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-04 14:30:08 -07:00
enndeakin@sympatico.ca 763c28dc18 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
gavin@gavinsharp.com 48f93ffffc Disable new location bar (bug 366797) again due to Ts/Txul regression 2007-07-03 15:32:31 -07:00
dolske@mozilla.com ff8ed91fee Bug 386744: "View Image" on <canvas> throws "Error: uncaught exception: Load of denied." r=mano 2007-07-03 14:11:15 -07:00
gavin@gavinsharp.com 632f253e92 Bug 386746: remove unneeded URL bar code, patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 10:40:40 -07:00
gavin@gavinsharp.com a5a1acb1c2 Bug 386741: attempt at fixing Ts/Txul regression by eliminating unnecessary XBL fields 2007-07-03 10:09:50 -07:00
gavin@gavinsharp.com 311b35c64b Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:58:20 -07:00
gavin@gavinsharp.com d6aa1f32db Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:54:05 -07:00
dolske@mozilla.com b73dd54727 Bug 346849: Add a "Save Image as..." entry to the context menu for <canvas>, Original patch by Gijs Kruitbosch <gijskruitbosch@gmail.com>, r=mano 2007-07-02 21:15:25 -07:00
sayrer@gmail.com 022cb41b95 Backing out test. Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 18:21:54 -07:00
sayrer@gmail.com abec3ddca2 Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 15:47:12 -07:00
philringnalda@gmail.com 3dfe36c216 Bug 377611 - Feed autodiscovery shouldn't treat rel as case-sensitive, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com> because I was too slow, r=mano+sayrer 2007-06-29 18:47:53 -07:00
enndeakin@sympatico.ca 4f1b5e6da7 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca a38bda36bc Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
gavin@gavinsharp.com 438ffd796f Disable new location bar (bug 366797) due to perf/leak regressions 2007-06-27 23:15:51 -07:00
gavin@gavinsharp.com 07274b868e Bug 366797 followup: retrieve effective TLD service lazily to see whether that fixes some of the (Txul, Ts) perf regression 2007-06-27 20:17:09 -07:00
gavin@gavinsharp.com 6fe84751ac Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-06-27 15:31:06 -07:00
rflint@ryanflint.com 81b4505d40 Bug 378553 - Expose search engine alias functionality. r=gavin 2007-06-27 12:25:14 -07:00
sdwilsh@shawnwilsher.com cc817a51c0 Backout of Bug 366797 due to leaks 2007-06-26 20:21:18 -07:00
sdwilsh@shawnwilsher.com aafee78c5d Bug 366797 - Revise the Location Bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, ui-r=beltzner 2007-06-26 17:25:25 -07:00
mozilla.mano@sent.com 643f9fb577 Bug 385710 - feed icon in url bar is broken, patch from Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me. 2007-06-25 02:10:55 -07:00
mozilla.mano@sent.com ab032c2a03 Bug 385497 - when adding a sidebar panel bookmark, clicking on the 'show all folders' expand button in the 'add bookmark dialog' doesn't expand all the way. r=dietrich. 2007-06-24 17:21:19 -07:00
kherron@fmailbox.com fdf4265300 Bug 383746 - Page Info RSS section should use code in browser.js to enumerate page feeds. Patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>. r=mano. 2007-06-24 16:13:21 -07:00
kherron@fmailbox.com 7fc241a8f8 Bug 383717 - Accesskey for "Save As" button in Page Info (Media tab) does not work. Patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>. r=mano. 2007-06-24 04:31:18 -07:00