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
d71e0065a3
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-22 05:04:43 +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
gavin%gavinsharp.com
ab6b607fe2
Bug 324237: Close button on tabs show empty tooltip (Mac), patch by Phil Ringnalda <philringnalda@gmail.com>, r=mconnor
2007-08-22 05:04:41 +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
bryner%brianryner.com
d4b29b9117
Lots of fixes for native themed checkbox and radio buttons on gtk2. Bug 247631, r=caillon, sr=blizzard.
2007-08-22 05:03:07 +00:00
ben%bengoodger.com
624ed85868
land winstripe on trunk
2007-08-22 05:03:06 +00:00
neil%parkwaycc.co.uk
4b90babe5b
Fixing line endings, rs=mconnor, no bug
2007-08-22 05:02:46 +00:00
ben%bengoodger.com
2734714e39
More Winstripe/Pinstripe Restructuring
2007-08-22 05:02:45 +00:00
bsmedberg%covad.net
84e1bdf408
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-22 05:02:43 +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
hyatt%mozilla.org
0edced192b
Restore 'Close other tabs' to the tabs context menu.
2007-08-22 04:59:10 +00:00
bryner%brianryner.com
a916083bca
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-22 04:59:09 +00:00
noririty%jcom.home.ne.jp
7fcec3acee
Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org
2007-08-22 04:59:08 +00:00
ben%netscape.com
45f5903803
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-22 04:59:07 +00:00
ben%netscape.com
6a4c51c8d2
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-22 04:59:06 +00:00
mkaply%us.ibm.com
3ca29315d8
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-22 04:59:05 +00:00
blakeross%telocity.com
a5897ec31d
Default to disablehistory.
2007-08-22 04:59:04 +00:00
hyatt%netscape.com
0c0da484db
Fix bug 175575. Dbl-click in tab bar opens new tab.
2007-08-22 04:59:03 +00:00
hyatt%netscape.com
38dbd76605
Fix bug 175575. Dbl-click in tab bar opens new tab.
2007-08-22 04:59:02 +00:00
hyatt%netscape.com
7d982e5e88
Fixing CTRL+TAB
2007-08-22 04:59:01 +00:00
hyatt%netscape.com
8ea78282d2
Fix page report bustage.
2007-08-22 04:59:00 +00:00
hyatt%netscape.com
fd62772a7d
Fix tabbrowser bug.
2007-08-22 04:58:59 +00:00
hyatt%netscape.com
60db492544
Sync tab and friends with the trunk
2007-08-22 04:58:58 +00:00
hyatt%netscape.com
c8ea453f2d
Add page report accessor to tabbrowser.
2007-08-22 04:58:57 +00:00
hyatt%netscape.com
8c8dd13b8c
more popup whitelisting changes
2007-08-22 04:58:56 +00:00
hyatt%netscape.com
15cf1f3eef
Tweaks.
2007-08-22 04:58:55 +00:00
hyatt%netscape.com
e8a2bf2158
Popup whitelisting continues.
2007-08-22 04:58:54 +00:00
hyatt%netscape.com
69cbe55155
Popup whitelisting continues.
2007-08-22 04:58:53 +00:00
hyatt%netscape.com
2fca354d14
Reverting tab close behavior.
2007-08-22 04:58:52 +00:00
hewitt%netscape.com
d93d9f75ee
165955 - turning on satchel in phoenix
2007-08-22 04:58:51 +00:00
hyatt%netscape.com
ba09ccfd14
Removing New Tab button.
2007-08-22 04:58:50 +00:00
hyatt%netscape.com
93dc5042a8
Fork tabbrowser to make it back into what I want.
2007-08-22 04:58:49 +00:00
sspitzer%mozilla.org
db280a0e7e
fix for bug #389491 : have url bar autocomplete do a case insensitive search against both url and title with results orderded by a combination of last visited and visit count
...
also includes fixes for bugs:
#383672 : after visiting http://cheese.livejournal.com/ , typing livejournal in the urlbar should suggest http://cheese.livejournal.com/
#392141 : strip trailing / leading whitespace before doing url bar autocomplete
#391887 : typing "https://" no longer drops down a list of https sites
#390404 : javascript: urls (and other urls) that I didn't type or click on are in url bar when I autocomplete
#385033 : URLBar dropdown hangs and eats keystrokes when typing
#373256 : URL/location bar autocomplete slowness (sqlite database doesn't seem to be cached)
r=dietrich
2007-08-22 00:05:04 +00:00
dietrich%mozilla.com
9d632939cf
Bug 387748 add a tag column in the organizer center pane, for tagged items (for christineyen+bugs@gmail.com, r=mano)
2007-08-21 22:31:44 +00:00
mark.finkle%gmail.com
7b2a79fd29
b=391902. r=gavin. FUEL Application.console.open() fails
2007-08-21 19:59:46 +00:00
sdwilsh%shawnwilsher.com
d38fe44a82
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 17:22:03 +00:00
sayrer%gmail.com
9f161005d4
Bug 385178. Memory leak when viewing feeds. r=gavin
2007-08-21 05:31:04 +00:00
dtownsend%oxymoronical.com
d9a797442f
Bug 341472: ship with fewer security warnings showing by default. p=Adam
...
Guthrie <ispiked@gmail.com>, r=darin.moz@gmail.com , ui-r=beltzner,
a=wanted-firefox3
2007-08-20 14:22:42 +00:00
ginn.chen%sun.com
1ef51f5ee6
Bug 389822 'make package' in topdir missed some files on Solaris SPARC
...
r=benjamin a=bzbarsky
2007-08-20 03:27:38 +00:00
masayuki%d-toybox.com
049b1ccfb2
Bug 385757 Can't enable gnomeui. patch by Hideo Oshima<hidenosuke@hidenosuke.org> r=benjamin, a=bzbarsky
2007-08-20 03:16:56 +00:00
dbaron%dbaron.org
26d0b11245
Fix more bustage with libxul + trace-malloc.
2007-08-20 01:41:10 +00:00
gavin%gavinsharp.com
79c21fa549
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 20:51:31 +00:00
dietrich%mozilla.com
2a4baafe94
Bug 384239 "Search in Bookmarks" search field looks much worse on mac than it does on windows (r=sspitzer)
2007-08-19 20:12:00 +00:00
philringnalda%gmail.com
9ba7c07166
Bug 266413 - Automatic Proxy Configuration URL string is imported from IE, but radio button is still on Direct Connection, patch by Bevan Collins <bevan.collins@gmail.com>, r=gavin
2007-08-19 02:48:31 +00:00
rflint%ryanflint.com
8eec5474e7
Bug 338295 - Microsummaries should be removed when they cease to exist. r=myk
2007-08-18 03:27:22 +00:00
rflint%ryanflint.com
2abb085f80
Bug 341341 - automatically update installed microsummary generators. r=myk
2007-08-17 22:44:28 +00:00
rflint%ryanflint.com
5dcb686105
Bug 341341 - automatically update installed microsummary generators (places unit test fixes). r=mano
2007-08-17 22:19:52 +00:00
sdwilsh%shawnwilsher.com
3b03a0f216
Bug 392362 - Make a pref to control the number of days for which we display download history. Patch by Edward Lee <edilee@mozilla.com>. r=sdwilsh
2007-08-17 22:19:08 +00:00
sspitzer%mozilla.org
a3d8dc5a82
fix for bug #392192 : first run migration / import from opera browser is slow, history import should use "run in batch"
...
r=dietrich
2007-08-17 17:54:58 +00:00
mozilla.mano%sent.com
94d3ac9f5c
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 07:22:13 +00:00
philringnalda%gmail.com
7a000be406
Bug 392420 ��� No DOMi window icon in Firefox, r=bsmedberg
2007-08-17 03:55:20 +00:00
rob_strong%exchangecode.com
945c808141
Bug 389244 - Uninstall information of old version not cleared from registry when updating via auto update. r=sspitzer
2007-08-16 21:35:40 +00:00
rob_strong%exchangecode.com
d1ac6ac9c6
Bug 392140 - Remove TYPE_PLUGIN from the extension manager. r=bsmedberg
2007-08-16 21:14:52 +00:00
mozilla.mano%sent.com
6fe129d256
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 19:06:19 +00:00
mozilla.mano%sent.com
35a4df2896
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 01:15:54 +00:00
enndeakin%sympatico.ca
a8f167dbc2
Bug 385275, handle tab navigation in popups properly, r+sr=roc
2007-08-16 01:10:01 +00:00
flamingice%sourmilk.net
7950744832
Bug 271559, Plugins blocklisting, r=robstrong
2007-08-16 00:43:17 +00:00
enndeakin%sympatico.ca
348f62118c
Bug 386917, choose application in feeds page not working, add popup state retrieving api, r=mano,sr=bz,a=dbaron
2007-08-15 23:52:47 +00:00
rflint%ryanflint.com
0c931d5b47
Backout due to places test failures
2007-08-15 19:02:55 +00:00
rflint%ryanflint.com
4bfed5599f
Bug 341341 - automatically update installed microsummary generators. r=myk
2007-08-15 18:24:54 +00:00
rflint%ryanflint.com
ee93e4512a
Bug 392079 - Don't pass bad URIs from link elements beyond extractFromPage. r=myk
2007-08-15 06:18:30 +00:00
rflint%ryanflint.com
d2b8e586f9
Bug 333792 - Firefox incorrectly lists Gecko as TM. Patch by Samuel Sidler <samuel.sidler@gmail.com>, r=hecker/gavin
2007-08-15 06:09:07 +00:00
sdwilsh%shawnwilsher.com
c46360f772
Bug 372441 - Implement registerProtocolHandler for arbitrary protocols. r=mano, ur-r=beltzner
2007-08-15 04:02:02 +00:00
philringnalda%gmail.com
6be1211af7
Bug 392199 - Really remove nsUrlClassifierTable.js, r=tony
2007-08-15 02:51:45 +00:00
sspitzer%mozilla.org
d1c54e498b
fix for bug #392192 : first run migration / import from safari browser is slow, history import should use "run in batch"
...
r=sayrer
2007-08-14 19:29:49 +00:00
sdwilsh%shawnwilsher.com
56156f50fa
Bug 391279 - Allow createInstance to work for web handlers. r=cbiesinger, sr=dmose
2007-08-14 16:47:44 +00:00
sspitzer%mozilla.org
c5c82f2b65
fix for bug #392003 : first run migration / import from IE is slow, history import should use "run in batch"
...
r=sayrer
2007-08-14 14:20:42 +00:00
gavin%gavinsharp.com
27bc15a78d
Bug 390450: remove unused style rule, patch by D��o Gottwald <dao@design-noir.de>, r=me
2007-08-12 19:18:51 +00:00
gavin%gavinsharp.com
4dbd26497c
Bug 382513, rework sessionstore download retying code (don't remove unsuccesfully retried downloads from the downloads list), patch by Simon B��nzli <zeniko@gmail.com>, r=me, r=sdwilsh
2007-08-12 19:02:24 +00:00
gavin%gavinsharp.com
45eba38fb9
Bug 346264: make 'restore session' button wider by adjusting the label, to make it easier to hit, patch by Simon B��nzli <zeniko@gmail.com>, r=me, ui+r=beltzner
2007-08-12 14:03:26 +00:00
gavin%gavinsharp.com
b1a3b86886
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 13:58:33 +00:00
sspitzer%mozilla.org
25423fd1ff
fix for bug #387007 : with lots of places data on the clipboard, command update is very slow: Places inefficiently determines whether or not it is able to paste
...
patch=Christine Yen <christineyen+bugs@gmail.com>
r=sspitzer
2007-08-11 16:08:52 +00:00
enndeakin%sympatico.ca
7b31f63edd
Bug 380813, installer files for scriptable IO, r=gavin,sr=neil
2007-08-11 11:53:18 +00:00
sspitzer%mozilla.org
1bb353353b
fix for bug #388111 : copy and paste from bookmarks into notepad.exe, and we lose newlines
...
patch=Christine Yen <christineyen+bugs@gmail.com>
r=sspitzer
2007-08-10 15:50:15 +00:00
dcamp%mozilla.com
eb441f637b
fetch malware data with the url classifier. b=389501, r=tony
2007-08-09 22:11:23 +00:00
rflint%ryanflint.com
1cd86360e7
Bug 370242 - check HTTP status code to determine auth (and other) failures. r=myk
2007-08-09 22:07:42 +00:00
flamingice%sourmilk.net
518e52f504
Bug 383880, The Page Info RSS section's feed links should be clickable, Patch by Ehsan Akhgari, r=mano
2007-08-07 20:45:00 +00:00
rflint%ryanflint.com
33fa7a5957
Bug 391226 - Remove go-container. r=gavin
2007-08-07 17:00:05 +00:00
gavin%gavinsharp.com
21b4a296a7
Bug 363130: make menuitem icons 16x16px consistently on Windows/Linux, to match Mac (avoid large icons from appearing in the search bar menu), r=mano
2007-08-07 13:14:54 +00:00
dietrich%mozilla.com
b63e4887ac
[SessionStore] Add 'Recently Closed Windows'/'Undo Close Window' (or make API easier on extensions) (for zeniko@gmail.com, r=dietrich)
2007-08-06 19:04:23 +00:00
sdwilsh%shawnwilsher.com
4129c776bc
Bug 355789 - Use vista native uxtheme for menu rendering. Patch by Rob Arnold <robarnold@mozilla.com>. r=vladimir, a=[wanted-1.9]
2007-08-06 17:45:58 +00:00
db48x%yahoo.com
a896b7d8bc
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 16:13:05 +00:00
enndeakin%sympatico.ca
aef770a166
Bug 267831, add a resizer between the url and search fields, r=mano
2007-08-06 15:57:42 +00:00
ginn.chen%sun.com
fd8e29fa39
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
...
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
gavin%gavinsharp.com
7737b70bfb
Fix comment typo in patches for bug 389779 and bug 388833
2007-08-05 23:48:25 +00:00
wr%rosenauer.org
fb37ff435c
Bug 190615 - double-clicking shouldn't select punctuation on Unix, p=dao@design-noir.de, r=mano
2007-08-04 08:35:30 +00:00
mark.finkle%gmail.com
0efd09f19c
bustage fix. FUEL test was too tied to the actual preferences. Made it more general
2007-08-03 19:44:17 +00:00
benjamin%smedbergs.us
6e546b104e
Bug 390361 - fix FF+XR builds to copy the XR directory to the "private" location by default, r=luser
2007-08-03 18:29:29 +00:00
benjamin%smedbergs.us
862f9e9280
Make this a double-colon rule to fix unclobberable tinderbox.
2007-08-03 15:19:32 +00:00
benjamin%smedbergs.us
ef5b6db46a
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 14:46:28 +00:00
nrthomas%gmail.com
8965e73ae0
Bug 390514, bump version to 3.0a8pre (for now), r=bsmedberg
2007-08-03 14:26:47 +00:00
sspitzer%mozilla.org
3e7f24f5b1
fix for bug #386788 : DnD of multiple items of multiple types only drops part of selection
...
patch=Christine Yen <christineyen+bugs@gmail.com>
r=sspitzer
2007-08-03 06:10:00 +00:00
sspitzer%mozilla.org
46fcc48f34
fix for bug #386787 : Dragging / dropping multiple items causes the order of items to reverse
...
patch=Christine Yen <christineyen+bugs@gmail.com>
r=sspitzer
2007-08-03 05:52:05 +00:00
sspitzer%mozilla.org
5b05a6afea
fix for bug #389782 : history sidebar doesn't show the same results as fx 2, dup
...
licate uris when grouped by site, last visited, or most visited
r=dietrich
2007-08-03 05:41:31 +00:00
mozilla.mano%sent.com
ace13914f7
Bug 390716 - toolbar sub-folders are broken. r=dietrich.
2007-08-03 01:01:04 +00:00
mozilla.mano%sent.com
acc15ddbc8
Bug 390712 - reloading a live bookmark generates warnings. r=dietirch.
2007-08-02 22:52:21 +00:00
mozilla.mano%sent.com
049060b3f9
Fix history sidebar (need to QI the root to nsINavHistoryResultQueryNode), regressed by bug 382877
2007-08-02 22:27:02 +00:00
mozilla.mano%sent.com
23788fbf9c
Bug 382877 - dynamic containers implementation, part 1. r=dietrich.
2007-08-02 20:19:45 +00:00
dolske%mozilla.com
219ebdd025
wallpaper part 2 for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons.
2007-08-02 01:04:04 +00:00
dolske%mozilla.com
12057b3324
wallpaper for bug 390451 - Remembered passwords lost when changing Master Password. r=vlad, a=damons.
2007-08-01 23:26:36 +00:00
rob_strong%exchangecode.com
8213b8e14b
Missed file from the checkin of Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor
2007-07-31 18:51:58 +00:00
rob_strong%exchangecode.com
1632fdf81d
Bug 368587 - avoid the second UAC prompt for helper.exe on software update by launching it directly from the elevated updater.exe process. r=bsmedberg, a=mconnor
2007-07-30 20:16:58 +00:00
sspitzer%mozilla.org
c152e44b1f
fix for bug #389202 : errors when I attempt to add a new folder with a description (new folder dialog doesn't dismiss)
...
r=dietrich, a=mconnor for M7
2007-07-30 04:11:52 +00:00
sspitzer%mozilla.org
bc3346e2b6
fix for bug #384897 : in-product links to AMO should be https:// (and not http://)
...
patch by Simon 'sipaq' Paquet <bugzilla@babylonsounds.com>
r=sspitzer, morgamic
a=mconnor for M7
2007-07-29 03:19:33 +00:00
gavin%gavinsharp.com
d6ea87875e
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-29 02:47:40 +00:00
sspitzer%mozilla.org
b20275a790
fix for bug #389912 : Cannot move folder with "move" button in Bookmark Manager
...
r=mano, a=mconnor for M7
2007-07-28 05:12:22 +00:00
jag%tty.nl
eda120e901
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-26 06:40:27 +00:00
dcamp%mozilla.com
6694d16501
try landing new safebrowsing protocol again. b=387196, r=tony, r=vlad (for new fixes)
2007-07-26 06:38:44 +00:00
sdwilsh%shawnwilsher.com
799b4a8844
nsHandlerService.js not packaged. rs=mconnor. No bug
2007-07-26 06:36:03 +00:00
sdwilsh%shawnwilsher.com
23f92a9f8a
Bug 385065 - protocol handling dialog. toolkit: r=mano; uriloader: r=cbiesinger, sr=dmose general: ui-r=beltzner
2007-07-26 04:24:31 +00:00