timeless%mozdev.org
8264a7761f
Bug 245660 use nsIImageLoadingContent for copying image location
...
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 21:57:01 +00:00
mconnor%steelgryphon.com
de94c22687
bug 290079 - trunk commit, r=caillon, sr=dveditz, a=caillon
2005-04-20 18:49:09 +00:00
doronr%us.ibm.com
8267326b4e
bug 283275 - Plugin finder service showing wrong plugins needed for a page after a tab closed that plugin service was ran. r=mconnor,a=mkaply
2005-04-20 18:31:12 +00:00
doronr%us.ibm.com
7e30136876
Bug 258277 - Add menu item to Check for Updates. r=mconnor,a=mkaply
2005-04-20 17:13:54 +00:00
mozilla.mano%sent.com
e1aa396492
Bug 239218 - [Mac] (First part) Menus are nonfunctional in the Download Manager, About and Page Info windows. r=mconnor, a=asa
2005-04-19 15:32:38 +00:00
mconnor%myrealbox.com
ac19c30cce
bug 180962, security warnings show twice in first tab, a=asa
2005-04-12 04:40:33 +00:00
mconnor%myrealbox.com
1c6d59c336
bug 289019 - pref to not load homepage on new window is ignored, patch by gavin.sharp@gmail.com, r=me
2005-04-05 03:17:13 +00:00
mozilla.mano%sent.com
ebb48b885f
Bug 284647 - Javascript strict warnings in browser.js. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor
2005-04-03 15:41:20 +00:00
mozilla.mano%sent.com
8cb7f80c3a
Bug 278377 - Add Window and Help menus to DOMi, this also fiex an issue where 'Promote Firefox' doesn't work on non-browser windows. r=mconnor
2005-03-27 21:06:28 +00:00
mozilla.mano%sent.com
59c0a35138
Bug 287615 - move openPreferences() to utilityOverlay. r=mconnor
2005-03-25 01:35:01 +00:00
mozilla.mano%sent.com
590c879372
Bug 267227 (be able to use Window and Help menus in every window) - Move the Window and Help menus to a new overlay. r=mconnor
2005-03-24 16:00:01 +00:00
mozilla.mano%sent.com
86683a9664
Bug 284929 - File -> Open Location nonfunctional when the Location Toolbar is hidden. r=mconnor
2005-03-23 21:55:41 +00:00
joshmoz%gmail.com
1724b1b1e3
Don't use sheet for the about box on Mac OS X. b=222364 r=joshmoz r=mconnor
2005-03-22 15:04:57 +00:00
jst%mozilla.jstenback.com
2f48154ce1
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
2005-03-17 17:40:55 +00:00
dveditz%cruzio.com
0059837e51
bug 284627 need checkLoadURI for sidebar panels. patch by mconnor,r=bz,r=bryner,sr=dveditz
2005-03-16 02:37:21 +00:00
jst%mozilla.jstenback.com
3d52203396
Fixing bug 285438. Make our drag n' drop code remember what we're dragging even if the user drags outside the initial window and then back, and make the browser code check that the source of a dragged link has the right to load the target of the link (Win32 and Gtk 1 & 2 only so far, Mac on its way). r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-16 00:40:21 +00:00
danm-moz%comcast.net
2ed7778978
activate window (content) when opening an URL in the same window. offsets opposite change in nsWindowsShellService. bug 255123 patch=bugzilla%pippo.demon.co.uk r=me,bryner
2005-03-10 18:29:20 +00:00
mozilla.mano%sent.com
50f7c371bc
Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben
2005-03-03 16:13:37 +00:00
mozilla.mano%sent.com
9f42f8a2e4
Bug 284437 - [Mac] 'Sanitize Firefox' menu item doesn't work when no windows are open. r=mconnor
2005-03-02 16:26:41 +00:00
mozilla.mano%sent.com
8518018fbe
Bug 283506 - [Mac] DOM Inspector menu item should be dimmed, not disappear, with no windows open. r=mconnor
2005-03-02 05:48:55 +00:00
mozilla.mano%sent.com
1ba440ea0e
Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin
2005-02-28 23:09:24 +00:00
ben%bengoodger.com
3a1634ca04
283944 - edit options... button on xpinstall info bar does not work
2005-02-28 08:25:45 +00:00
bugzilla%arlen.demon.co.uk
12a56b93b4
Bug 283262 "event is not defined" when pressing alt+enter in the url bar, (BrowserLoadURL)
...
p=gavin.sharp@gmail.com r=mconnor
2005-02-27 22:08:19 +00:00
bugzilla%arlen.demon.co.uk
f37562c9de
Bug 237776 Reload should be disabled for blank tabs
...
p=ryanvm@gmail.com r=mconnor
2005-02-27 17:59:38 +00:00
ben%bengoodger.com
fdfd044a54
attempt to fix leaks
2005-02-26 19:22:38 +00:00
ben%bengoodger.com
22e9ec4c7c
trying to narrow down leaks
2005-02-26 18:32:19 +00:00
bsmedberg%covad.net
361daac936
Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector)
2005-02-25 20:46:35 +00:00
ben%bengoodger.com
b622819900
274712 - new options dialog
2005-02-25 09:07:58 +00:00
bzbarsky%mit.edu
dc9f9999fe
Removing incorrect XXX comments.
2005-02-23 05:15:23 +00:00
dbaron%dbaron.org
e72cdcbaaf
When we manually set up history for the first browser (for startup performance), ensure the browser's browser:purge-session-history observer gets removed once. b=283116 r=mconnor
2005-02-23 01:34:53 +00:00
bzbarsky%mit.edu
d029903af6
Remove the parentURIContentListener attribute on docshell; people not using
...
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent. Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
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
bryner%brianryner.com
1a8b51b957
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.
2004-07-29 08:08:11 +00:00
mconnor%myrealbox.com
41787f3aad
bug 231393, missed a spot
2004-07-24 00:32:47 +00:00
mconnor%myrealbox.com
9285a4d5ea
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
2004-07-24 00:24:30 +00:00
steffen.wilberg%web.de
746151d1d7
Bug 251258 - Tools->Read Mail doesn't display unread mail count when mail icon is not on toolbar. r=mconnor
2004-07-21 07:01:16 +00:00
dean_tessman%hotmail.com
8d85250a37
221312 - context menu should include Select All r=mconnor
2004-07-17 20:53:48 +00:00
steffen.wilberg%web.de
6c82d429bf
Bug 232172 - Make link modifiers work on the home button. r=bryner
2004-07-16 16:32:41 +00:00
bryner%brianryner.com
56b2b34f2b
Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces.
2004-07-15 22:51:19 +00:00
dbaron%dbaron.org
9dcac8002f
Back out bug 91312 to fix bug 250825. a=asa
2004-07-12 19:11:10 +00:00
ben%bengoodger.com
c9148cf165
245953 - software update works poorly, including:
...
- various problems with update wizard
- hides app update notification icon for that session after the user has
visited the products page
- makes sure the app update info is cleared when no newer versions are present
- make app update work when extension update is disabled, general code
correctness etc.
- make sure the browser window that contains the product page is focused.
2004-07-12 08:57:18 +00:00
silver%warwickcompsoc.co.uk
28ff22d721
Bug 91312 - Make titles (tooltips) BIDI match their source.
...
r=smontagu
sr=roc
a=bsmedberg
Patch by mozilla-bugzilla@future.shiny.co.il
2004-07-09 16:26:48 +00:00
ben%bengoodger.com
1d04832af2
249601 - add back lock icon to status bar, rev version number
2004-07-09 06:32:33 +00:00
jruderman%hmc.edu
a429b6720a
Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner.
2004-07-07 03:04:09 +00:00
mconnor%myrealbox.com
5976413914
bug 208035 - Use backspace key for back function in Linux, change #ifdef XP_WIN to #ifndef XP_MACOSX
2004-07-06 00:47:24 +00:00
ben%bengoodger.com
1dfa27baee
235380 - firefox should set itself as default browser only for the current user. Change Windows Shell Service to add an additional option - whether to set default browser for all users or just the current user. Also make the code read out of HKCU instead of HKLM.
2004-06-30 20:27:30 +00:00
jruderman%hmc.edu
865bfc75b2
246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner.
2004-06-23 22:54:12 +00:00
mkaply%us.ibm.com
d019f84750
Copy image doesn't work on OS/2
2004-06-23 12:56:02 +00:00
ben%bengoodger.com
9f079935b0
244025 - more obvious secure site indication
2004-06-20 08:30:19 +00:00
mconnor%myrealbox.com
8230791f39
bug 218315 - Firefox ignores browser.urlbar.clickSelectsAll setting, use the pref instead of the preprocessor
2004-06-01 14:55:10 +00:00
mconnor%myrealbox.com
9aa532eabe
bug 215993 - Copy Email Address doesn't unescape or strip leading space, port neil's fix from bug 160055
2004-06-01 14:40:34 +00:00