mozilla.mano%sent.com
35d9f176a2
Bug 228165 - Add Bookmark dialog should be shown as a sheet on Mac OS X. r=vladimir
2005-02-19 06:16:18 +00:00
bugzilla%arlen.demon.co.uk
1327aebb0d
Bug 277490 Retrieve site description from meta tag when adding bookmark
...
p=gavin.sharp@gmail.com r=vladimir
2005-02-17 00:17:12 +00:00
bugzilla%arlen.demon.co.uk
deb405feb1
Bug 281724 Erreur : isDocumentFrame is not defined
...
p=f.qu@laposte.net r=mconnor
2005-02-16 23:58:35 +00:00
bzbarsky%mit.edu
ba0e95d41a
Make sure to flush frames before calling GetPrimaryFrameFor in boxobject. Bug
...
282265, r=mconnor on the toolkit part, sr=neil, a=asa.
2005-02-15 04:57:17 +00:00
mozilla.mano%sent.com
be9a0c74fe
Bug 177506 - turning off/onn 'hide tab bar ...' has no effect until new tab/window is opened. r=mconnor
2005-02-14 19:26:50 +00:00
mconnor%myrealbox.com
63e78c6b64
bug 260951 - [trunk] Go menu doesn't display recent page history until second opening
2005-02-11 17:12:56 +00:00
doronr%us.ibm.com
e7b086e0e3
Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst
2005-02-07 16:20:16 +00:00
mozilla.mano%sent.com
1a1c09e363
Bug 276318 - Context menu search does not obey browser.tabs.loadInBackground pref. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor
2005-02-06 21:07:09 +00:00
mozilla.mano%sent.com
e0c2bbb2bf
Bug 220589 - [Mac] Command-Enter and Command-Shift-Enter (in the location bar) should work like windows/linux builds. r=mconnor
2005-02-06 19:53:10 +00:00
gerv%gerv.net
3051ba969b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 17:36:54 +00:00
timeless%mozdev.org
5ad9ef2ea0
Bug 279987 Remove "Tell a Friend" cruft
...
patch by jwalden+bmo@mit.edu r=mconnor
2005-01-28 16:09:56 +00:00
timeless%mozdev.org
beeac80043
Bug 240947 use content instead of _content
...
r=mconnor based on r=neil sr=dveditz for the original pass
2005-01-28 16:06:56 +00:00
mozilla.mano%sent.com
a8ef008033
Bug 279416 - Implement a controller for cmd_switchTextDirection. r=brade sr=neil (for editor/) r=smontagu sr=neil (for xpfe/) r=mconnor (for browser/)
2005-01-26 01:40:30 +00:00
mozilla.mano%sent.com
7bf62ad8d7
Bug 273217 - [Mac] disable inappropriate menuitems when no window is open; this also fixes the follwoing commands which didn't wotk when no window was open: bug 229040 - bookmarks menu, bug 227525 - file->open file, bug 249717 - go->home. r=mconnor
2005-01-24 23:40:03 +00:00
mconnor%myrealbox.com
b5a05344dd
fix Bug 245588, certain malformed URL or missing local pages break startup
2005-01-20 23:04:06 +00:00
bsmedberg%covad.net
f3dd951f94
Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
2005-01-17 18:50:18 +00:00
smontagu%smontagu.org
6a863a40fc
only command+numbers should switch tabs (control + number key switches tab instead of activating accesskey). Bug 265711, patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor.
2005-01-16 18:25:41 +00:00
db48x%yahoo.com
582f5a52dc
bug 259073: Image Properties don't display for inactive area of image map
...
patch by Florian Queze <f.qu@laposte.net>, r=mconnor
2005-01-15 10:02:35 +00:00
kjh-5727%comcast.net
e710e37ba9
Bug 273024 - Back Button History is not in the correct order (aviary-landing). r=mconnor.
2005-01-14 22:57:48 +00:00
mconnor%myrealbox.com
8227a991b7
fixing regression of bug 215993 caused by fix to underlying code (bug 263462), switch to using unEscapeURIForUI instead
2005-01-09 17:34:37 +00:00
mconnor%myrealbox.com
a5c3ed981f
bug 277603 - if sidebar is closed, opening a sidebar bookmark loads the previous bookmark instead
2005-01-09 01:41:03 +00:00
bugzilla%arlen.demon.co.uk
f60706e4d8
Bug 271022 JavaScript Console Error: Opening Non-Sidebar Windows in the Sidebar ("searchBox has no properties")
...
p=gavin.sharp@gmail.com r=mconnor
2005-01-03 00:52:33 +00:00
danm-moz%comcast.net
b13ac24f0a
single window mode aviary branch merge. bug 172962, 262537, 263689, 265962, 266776 r=ben,bryner,bzbarsky,jst,peterv
2004-12-07 16:08:48 +00:00
smontagu%smontagu.org
a61933215f
Right-click text for properties doesn't show up based on xml:lang (language) attribute. Bug 207274, patch by Florian Queze <f.qu@laposte.net>, r=jag, sr=bzbarsky
2004-12-02 21:20:28 +00:00
bugzilla%arlen.demon.co.uk
9fb9d10455
Bug 221161 Customize domain endings (TLDs) for Ctrl+Enter, Shift+Enter, etc. completions in URL bar
...
Relanding of patch following aviary branch landing - already reviewed
2004-12-01 16:42:28 +00:00
ben%bengoodger.com
5171657dc2
Landing the Aviary Branch (browser section only).
2004-11-30 08:23:02 +00:00
timeless%mozdev.org
36264e9bde
Bug 221161 customize domain endings (TLDs) for ctrl+enter etc completions of the URL bar
...
patch by hassman@czilla.cz r=varga sr=shaver
2004-11-23 20:40:23 +00:00
jst%mozilla.jstenback.com
3d3c74240e
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
2004-11-03 17:06:21 +00:00
dbaron%dbaron.org
2e13a0b566
Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa
2004-10-22 07:32:08 +00:00
jst%mozilla.jstenback.com
8e43941de7
Fxing bug 249332. Don't use getters/setters for link.href in browser code. r=caillon@aillon.org, sr=dveditz@cruzio.com
2004-10-18 18:59:30 +00:00
steffen.wilberg%web.de
8915e852a3
Bug 250983: 'Close Window' (ctrl-shift-w) does not display confirm dialog when multiple tabs are open. p=leon.sha@sun.com, r=mconnor, a=asa
2004-10-11 13:32:32 +00:00
jruderman%hmc.edu
d32587e6fe
Bug 256349 - Startup() in browser.js assumes window.opener is still around
...
r=mconnor a=asa
2004-10-08 09:23:11 +00:00
caillon%redhat.com
59285c07c8
Bug 256635
...
N-th tab shortcuts should use Alt-1 to Alt-9 rather than Ctrl-1 to Ctrl-9
Linux only.
r=mconnor a=asa
2004-10-06 22:25:07 +00:00
steffen.wilberg%web.de
ea73225bae
Bug 259005: Hide the statusbar in print preview. p=vertigo451@hotmail.com, r=mconnor
2004-10-01 23:46:17 +00:00
bryner%brianryner.com
87c9866b12
Leave an extra 28px of vertical space when calculating the default window size on GTK, to account for the window titlebar and border. r=shaver.
2004-09-30 03:44:34 +00:00
ben%bengoodger.com
687f021c54
123006 - strange characters not escaped in bookmark keyword substitutions... r=mscott, a=me
2004-09-29 00:33:36 +00:00
steffen.wilberg%web.de
336abe5e0f
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
2004-09-19 17:31:28 +00:00
dveditz%cruzio.com
b6462eeb77
aviary bit for bug 157354 (hide user:pass in location bar) r/a=ben
2004-09-10 02:09:33 +00:00
ben%bengoodger.com
e2a455bfc4
22183 - UI spoofing can cause user to mistake content for chrome. force the location bar to always be present.
2004-09-06 23:23:54 +00:00
bryner%brianryner.com
18987b51c5
Bug 255774 - number of available software updates not displayed when mail button not on toolbar. patch by steffen.wilberg@web.de, r=bryner.
2004-09-03 00:43:26 +00:00
steffen.wilberg%web.de
54accefe8b
Bug 232399: dragging links to the bookmarks button should open the 'Add Bookmark' dialog. r=mconnor
2004-08-26 14:05:15 +00:00
jst%mozilla.jstenback.com
1238616f0a
Fixing bug 250862. Prevent javascript: and data: URLs from being dropped into the content area. r=caillon@gmail.com, sr=dveditz@cruzio.com
2004-08-26 07:47:38 +00:00
neil%parkwaycc.co.uk
658c2f1a92
Bug 242046 Make the JS status handler a property of the XUL window, should speed up calls to set window.status r=jag sr=jst moa=mscott
2004-08-21 14:47:51 +00:00
vladimir%pobox.com
68aca558b2
b=255934, urlbar favicon not updated on tab switch if site has favicon.ico instead of link, a=ben
2004-08-17 22:36:43 +00:00
steffen.wilberg%web.de
a3037fbc36
Bug 250974: dragging a link over the Downloads or Go button should display a statusbar message. r=mconnor
2004-08-15 13:15:35 +00:00
steffen.wilberg%web.de
8303ff4530
Bug 255187: Focus lost after closing bookmarks or history w/ kbd. r=mconnor
2004-08-12 09:17:11 +00:00
darin%meer.net
065fb7242c
fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil
2004-08-09 21:17:12 +00:00
vladimir%pobox.com
a56f2c03e8
bookmarks fixes merged from aviary branch:
...
192624 - empty bookmark folder should show "(Empty)"
202798 - customizing toolbar in fullscreen mode breaks menus (bandaid)
221482 - bookmarks toolbar temporarily cleared when clicking restore default set in customize
232089 - bookmarks 'create in' shouldn't persist
234089 - bookmarks toolbar folder shouldn't be deletable with C-x (crasher)
238661 - moving a bookmark folder to itself deletes the folder
250179 - bookmarks toolbar wonky after customization
250820 - toolbar icon state/context menu/etc. broken after returning from fullscreen mode
251988 - livemark menu doesn't work after going to page without livemark and clicking
251335 - bookmarks toolbar folder has different context menu from other bookmark folders
251802 - refresh livemark doesn't work from toolbar/menu
252053 - make bookmarks use SafeOutputStream (dwitte)
252133 - new bookmarks items should be added below selected items, not above
252792 - livemark context menu contains active new folder menu item
252870 - context menu of empty personal toolbar folder has inconsistent items
252875 - bookmarks root name not localizable
2004-07-30 06:25:41 +00:00
vladimir%pobox.com
a58e66f6ff
b=244078, live bookmarks merge from aviary branch.
2004-07-30 05:29:27 +00:00
vladimir%pobox.com
33f488f5ea
b=174265 (also 252288, 253161): favicon handling merge from aviary branch
2004-07-29 23:49:31 +00:00