Commit graph

866 commits

Author SHA1 Message Date
brettw%gmail.com
3453632baf Bug 319315 r+a=ben Remove old spelling suggestions from context menu 2006-04-26 23:37:45 +00:00
gavin%gavinsharp.com
131cf66b69 Bug 330887: revert previous change since it had no effect on Ts 2006-04-22 22:38:02 +00:00
gavin%gavinsharp.com
afe5a3cbef Bug 330887: try moving init from the constructor to browser.js's delayedStartup, a=mano for a cycle, to see if this affects Ts 2006-04-22 19:27:26 +00:00
gavin%gavinsharp.com
34ba4f1f53 Fix regression of bug 331222 caused by patch for bug 331522. 2006-04-20 23:24:04 +00:00
mozilla.mano%sent.com
a46dd9fa5d Bug 333831 - Reimplement click-and-hold access to the back and forward session history menus. r=mconnor, uir=beltzner. 2006-04-20 22:35:06 +00:00
enndeakin%sympatico.ca
970fb9925e Bug 268590, add notification widget, r=mconnor 2006-04-19 20:50:25 +00:00
dbaron%dbaron.org
518dae5418 Work around possible deficiency in HTML parser by replacing runs of whitespace with a single space in the title attribute. b=67127 Patch by Steuard Jensen <steuard+moz@slimy.com>. r=bryner sr=dbaron 2006-04-19 19:07:41 +00:00
mozilla.mano%sent.com
af83510020 Bug 333863 - several fixes to places behavior in non-browser windows on Mac. r=annie, sr=ben. 2006-04-13 23:07:06 +00:00
beng%bengoodger.com
180c02535d 329733 - problems with drag & drop to bookmarks menus. ensure that we properly close up bookmarks menus after they have been opened. r=annie.sullivan@gmail.com 2006-04-10 19:26:01 +00:00
joe%retrovirus.com
01e7cbdb68 Backing out patch from bug 330063 to see if it's responsible for the
branch balsa allocation increases, and if so, fix before resubmitting.
2006-04-08 17:58:16 +00:00
joe%retrovirus.com
a6117f7ac0 * Added ability to edit Live Bookmark feed & site URIs in Bookmark Properties dialog
* Fixed a setFeedURI bug in the LivemarkService
* Fixed problems that broke the toolbar when a live bookmark had no site URI
* Converted some browser UI code to use LivemarkService methods rather than manipulating the annotations directly

bug=330063
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-06 23:25:36 +00:00
steffen.wilberg%web.de
0cd8d9810d Bug 310737: 1.0.x users have no way to re-enable software installation (message bar that appears when xpinstall.enabled is false points to removed UI). r=mconnor, ui=beltzner 2006-04-04 21:54:33 +00:00
roc+%cs.cmu.edu
35738108fd Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin 2006-04-04 21:26:17 +00:00
joe%retrovirus.com
cb9fb59398 Implements "Bookmark All Tabs..." for Places. (Also fixes a small error
when undoing aggregate transactions.)

bug=330929
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-04 01:25:06 +00:00
beng%bengoodger.com
80ac2cdd61 332596 - bookmarks toolbar empties after using Restore Default Set. Make sure we call the right function (now private) after a reinit. r=annie.sullivan@gmail.com 2006-04-04 00:12:32 +00:00
roc+%cs.cmu.edu
aa92a80b72 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 2006-04-03 23:17:51 +00:00
darin%meer.net
0a60514286 fixes bug 251491 "Live bookmarks: Add menu item for main website (feed parent) (should link to home page)" r=beng 2006-03-30 18:04:22 +00:00
gavin%gavinsharp.com
5230a31014 Bug 330452: about:blank transfer state inconsistency, patch by Simon B�nzli <zeniko@gmail.com>, r+a181=mconnor 2006-03-28 17:25:11 +00:00
joe%retrovirus.com
2959d11ab5 Removes spurious separator from popup blocker menu when none of the blocked
popups have usable URIs.

bug=264716
r=gavin.sharp@gmail.com
sr=ben@mozilla.org
2006-03-28 02:16:06 +00:00
joe%retrovirus.com
b96ebbe16a Replaced Clear History... menu item in browser with Clear Private Data... item,
which formerly lived in the Tools menu.

bug=329750
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
ui-review=mconnor@mozilla.com
2006-03-27 02:08:20 +00:00
Olli.Pettay%helsinki.fi
ee372ff167 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
gavin%gavinsharp.com
68ecacbd8e 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 2006-03-23 03:31:18 +00:00
gavin%gavinsharp.com
549aeab6bb Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor 2006-03-22 14:31:29 +00:00
gavin%gavinsharp.com
9af5cfb6fe Bug 331264: band-aid to fix --disable-places builds, patch by Mook <mook.moz@gmail.com> 2006-03-22 01:19:05 +00:00
beng%bengoodger.com
a867d35b6d 330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com 2006-03-17 18:12:49 +00:00
gavin%gavinsharp.com
e0b49b7525 Bug 317107: fix typo 2006-03-17 08:52:55 +00:00
gavin%gavinsharp.com
56ee1324c9 Bug 317107: new search service, r=mconnor, sr=ben 2006-03-17 07:16:00 +00:00
beng%bengoodger.com
3618ce030e 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2006-03-17 02:01:06 +00:00
annie.sullivan%gmail.com
780cacb5b6 Fixes several bugs with open in tabs: makes menus set selection in command events in case DOMMenuItemActive doesn't get sent, only shows Open in Tabs menuitem if there are two or more items in the menu, and respects browser.tabs.loadFolderAndReplace and browser.tabs.loadBookmarksInBackground prefs. Also moves #include of debug.js to browser.js as this was causing JavaScript errors on the mac. r=ben@mozilla.org sr=darin@meer.net bug=330130 2006-03-15 19:59:09 +00:00
gavin%gavinsharp.com
955b2e95f2 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 318193, r+a181=mconnor 2006-03-14 21:10:06 +00:00
joe%retrovirus.com
bd7b62fd23 Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
toolkit/content/debug.js

debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.

NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true.  The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions.  To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.

bug=327349
r=darin@meer.net, gavin.sharp@gmail.com
2006-03-14 01:56:09 +00:00
gavin%gavinsharp.com
a45cc0f1c0 Bug 323761: default page style not available when preferred stylesheet's media is not screen or all, patch by Jonathan Haas <jonathan_haas@web.de>, r=mconnor 2006-03-13 03:18:52 +00:00
beng%bengoodger.com
2a9e312db8 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com 2006-03-10 23:48:40 +00:00
joe%retrovirus.com
a1baed1ab6 Changes to bookmark properties dialog:
* Customized bookmark properties dialog for add vs. edit cases
* Added support for changing URI of bookmark (annotations not carried over yet)
* Add support for viewing properties of history entries
* Changed from tag-style control to folder tree for folder selection,
  yielding layout and accessibility improvements
* Switched to using standard dialog buttons

bug=329272
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-10 17:36:41 +00:00
beng%bengoodger.com
d245cc99cc 329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com 2006-03-09 22:02:21 +00:00
annie.sullivan%gmail.com
1c47908858 Added code to re-initialize bookmarks toolbar after customizing. bug=327479 r=ben@mozilla.org 2006-03-09 19:39:29 +00:00
beng%bengoodger.com
4f1506ea51 revert part of previous change to 329586 to reduce Ts on windows 2006-03-09 04:58:07 +00:00
beng%bengoodger.com
1968c27e50 329586 - browser shim cleanup, tidies up some UI update notification in the browser, fixes a few menu items here and there, removes unnecessary initialization, moves places to its own window, removes all code to do with maintaining places as a tab, renames osme objects and member variables, formatting issues, creates a browser controller for updating commands. r=annie.sullivan@gmail.com 2006-03-09 02:08:45 +00:00
annie.sullivan%gmail.com
48bc2fe9d5 Fixes a bug in closing the menus after middle-clicking a bookmark. Bug=329321 r=ben@mozilla.org 2006-03-07 23:31:08 +00:00
annie.sullivan%gmail.com
560c49ad1d Fixes JavaScript warnings about trailing commas and redefined variables. bug=329171 r=ben@mozilla.org 2006-03-07 23:20:08 +00:00
annie.sullivan%gmail.com
a746ead8e1 Makes toolbar and menu initialize from place attribute
bug=329531 r=ben@mozilla.org
2006-03-07 16:10:37 +00:00
joe%retrovirus.com
30d30c1b17 * Allows the user to access Bookmark Properties dialog from context menus.
* Adds support for editing the bookmark shortcut (formerly keyword) in the Bookmark Properties dialog.
* Improves the appearance of the Bookmark Properties dialog.
* Removes dead code from PlacesBrowserShim in browser.js

NOTE: This doesn't reflect the final UI for this functionality; rather,
this change is intended to add functionality for users of the nightlies.

bug=322988
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-07 00:52:35 +00:00
brettw%gmail.com
813b3c944a Bug 318817 r=ben@mozilla.org Uncommented patch for this (Ben commented out
to see if it affected PLT on tinderboxes).
2006-03-06 17:51:17 +00:00
annie.sullivan%gmail.com
179f1ac345 Opens Bookmarks Menu when the mouse drags over it. r=ben@mozilla.org bug=329065 2006-03-05 07:20:53 +00:00
annie.sullivan%gmail.com
3bc14e6bed Moving "Open in Tabs" out of menu/toolbar binding and into browser code.
bug=329266 r=ben@mozilla.org
2006-03-05 01:40:26 +00:00
annie.sullivan%gmail.com
a7d4222b3c Adds menuitem for Open In Tabs.
Reorganizes code so that command/click handlers for toolbar/menu bindings can be attached by overlays.
r=ben@mozilla.org bug=327034
2006-03-04 01:12:05 +00:00
gavin%gavinsharp.com
4b645f984c fix whitespace nit to sync branch/trunk 2006-03-03 19:51:18 +00:00
brettw%gmail.com
5ab9f55633 Bug 325286 r=ben@mozilla.org Don't unnecessarily load favicons, make them get
set properly.
2006-03-03 19:11:10 +00:00
gavin%gavinsharp.com
cd7134e61d Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor 2006-03-03 04:09:10 +00:00
annie.sullivan%gmail.com
47b3db233a Implements history menu and binds Ctrl-H to places view, for now.
r=ben@mozilla.org bug=325605
2006-03-01 21:36:53 +00:00
beng%bengoodger.com
152c560e9f bug 328895 - broken personal toolbar in places builds due to init being commented out, and bookmarks not in personal toolbar in default bookmarks file. also fixes duplication of bookmarks in personal toolbar and places list. r=annie.sullivan@gmail.com 2006-03-01 18:52:28 +00:00
gavin%gavinsharp.com
f120eb443d Bug 323537: add DOMLinkAdded event listener in Startup instead of delayedStartup, since delayedStartup is too late to catch some of the events, r=mconnor 2006-02-28 04:15:56 +00:00
beng%bengoodger.com
a2e1f5c83a bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
gavin%gavinsharp.com
c57bc17df6 Fix review nit from bug 298004. (syncs branch/trunk) 2006-02-22 22:54:08 +00:00
beng%bengoodger.com
98724fe39b 327500 - clean up remaining uses of old bookmarks fe into ifndef MOZ_PLACES. fix build orange and other issues. r=annie.sullivan@gmail.com 2006-02-16 19:00:25 +00:00
beng%bengoodger.com
f4d75982b7 324704 - query creation and execution for bookmarks menu bar is ill-timed... need to do asynchronously in delayed startup or on popup showing, rather than at startup! r=brettw 2006-02-16 05:24:26 +00:00
brettw%gmail.com
24ed20fbe1 Bug 318817 r=beng: Import, store, and use bookmark keywords. 2006-02-16 00:42:46 +00:00
gavin%gavinsharp.com
44609e49cc Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-01 15:22:15 +00:00
gavin%gavinsharp.com
622be3e058 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor 2006-01-31 20:27:20 +00:00
gavin%gavinsharp.com
b57f405d6d Bug 324946: Middle/Ctrl clicking broken for XLinks (Error: linkNode has no properties), r=mconnor 2006-01-31 20:11:16 +00:00
gavin%gavinsharp.com
edff6becfe Bug 325294: bug 324058 removed nsIStringInputStream2 but didn't change one instance in browser.js (keyword searches with postData are broken), r=mconnor 2006-01-31 15:25:12 +00:00
beng%bengoodger.com
2edbfa7ff0 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. 2006-01-20 23:04:26 +00:00
gavin%gavinsharp.com
2dcf4db62a Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2006-01-16 22:52:03 +00:00
gavin%gavinsharp.com
928759c634 Removed unused global variables (bug 317369) 2006-01-11 20:33:55 +00:00
gavin%gavinsharp.com
0b4aaff517 Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor 2006-01-11 20:24:20 +00:00
darin%meer.net
a07510ef0d fixes bug 322314 "[trunk] Firefox crashes on login Gmail Notifier extension [@ nsStringInputStream::SetData] [@ xpcom_core.dll + 0x3cd2c (0x6034cd2c) cd66f780]" r=biesi sr=bz 2006-01-10 01:56:00 +00:00
gavin%gavinsharp.com
3b0b4b45f6 Bug 319655: Firefox code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-06 21:08:48 +00:00
mozilla.mano%sent.com
e8caa4ff8d Bug 298004 - Accel+number tab-switching keybindings only work with ASCII numbers. patch from smontagu. r=me. 2006-01-05 10:00:23 +00:00
mconnor%steelgryphon.com
be95c1b891 bug 266932 - Invalid HTML causes firefox to open different url than statusbar on new tab, r=vlad 2006-01-04 19:11:14 +00:00
darin%meer.net
39628fa26e landing change for bug 317628 that was missing in the initial commit. 2006-01-02 03:34:17 +00:00
cbiesinger%web.de
1d04cb0110 Bug 309521
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
  content state for the former)
  - make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
  - Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
gavin%gavinsharp.com
9cf7411fbd Bug 317733: browser.js's startup doesn't do anything with passed in postData (open location dialog can't open keywords with postData), r=mconnor 2005-12-28 06:18:58 +00:00
gavin%gavinsharp.com
c11d088e8d Bug 314700: Make use of nsIDOMPopupBlockedEvent's popupWindowName for opening blocked popups, r=mconnor 2005-12-28 00:39:10 +00:00
gavin%gavinsharp.com
b0427a1cae Bug 313888: don't auto-complete empty urls, r=mconnor 2005-12-27 23:13:50 +00:00
gavin%gavinsharp.com
996a21f734 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2005-12-27 18:39:18 +00:00
masayuki%d-toybox.com
58d50522a8 Bug 314222 If link target URL has non-ASCII char that is not encoded by UTF-8, the default file name is always escaped at "Save Link As..." r=mconnor (and feedback from bug 314231's review) 2005-12-21 18:28:46 +00:00
bryner%brianryner.com
9a4c7315bb #ifdef out code that uses the old bookmarks service so that we can complete initialization without hitting exceptions. MOZ_PLACES only. 2005-12-16 08:32:28 +00:00
beng%bengoodger.com
ea5ff41b60 don't add controllers to nonexistent personal toolbar in places, NPOB. 2005-12-15 20:24:15 +00:00
brettw%gmail.com
0e0aaa79eb Bug 317839 r=beng (off by default) added hook for places system favicons 2005-12-12 20:47:16 +00:00
brettw%gmail.com
cf6a628f86 Bug 302050 inline spellchecking for text boxes r=bryner, sr=beng 2005-12-05 18:18:11 +00:00
gavin%gavinsharp.com
1b459d8d0d Back out bug 311605 pending further testing. 2005-12-04 21:02:38 +00:00
gavin%gavinsharp.com
b05089efa8 Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano 2005-12-04 18:34:12 +00:00
gavin%gavinsharp.com
624429ce26 Bug 311011: Dragging text that would normally load a bookmark keyword into the new tab/new window/go button should work, r=mano 2005-12-01 00:45:23 +00:00
gavin%gavinsharp.com
dd2d7ad71c Bug 284086 followup (comment 42): remove extraneous setTimeout, patch by Giorgio Maone <g.maone@informaction.com>, r=ben 2005-11-27 02:25:30 +00:00
gavin%gavinsharp.com
a40ff71595 Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-11-22 05:36:48 +00:00
gavin%gavinsharp.com
3940b258b4 revert accidental checkin 2005-11-19 02:38:14 +00:00
gavin%gavinsharp.com
6fe48243c4 Fix regression from bug 306492: PFS doesn't handle missing pluginspage attribute as it should, patch by Doron Rosenberg <doronr@gmail.com>, r=mconnor 2005-11-19 02:29:00 +00:00
gavin%gavinsharp.com
3120aa0ea8 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
gavin%gavinsharp.com
f10c03f104 Oops, better fix for bug 314986, r=mconnor. 2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160 Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor 2005-11-05 21:47:30 +00:00
masayuki%d-toybox.com
4149066af7 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
neil%parkwaycc.co.uk
e693b211c3 Bug 270297 "Search web for..." mangles selections containing newlines (regression from bug 221361) p=elmar.ludwig@uos.de r+sr=me 2005-10-21 23:01:24 +00:00
mozilla.mano%sent.com
0120c195b5 Bug 262905 - Add a preference to control backspace/shift+backspace behavior (options: back/forward, PgUp/Down, Nothing), keeping the current default for now. r=mconnor. 2005-10-20 15:16:27 +00:00
gavin%gavinsharp.com
c969bab765 Bug 311604: remove clearObsoletePrefs, r=mano 2005-10-16 23:51:26 +00:00
dveditz%cruzio.com
d4b0212fa1 bug 311208 fix url/uri confusion in go button onDrop; r=mconnor, a=asa 2005-10-11 21:20:41 +00:00
mark%moxienet.com
7b8807e266 Bug 220590, backspace/delete key should go back on Mac. r=mconnnor 2005-10-11 19:03:11 +00:00
mconnor%steelgryphon.com
88261b0a16 bug 304403 - better safe mode UE, part 2, r=bsmedberg 2005-10-04 05:02:47 +00:00
mozilla.mano%sent.com
fbd697499e Bug 266331 - wrong tooltip is used for the feed button when a page which has feeds is being loaded. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=me. 2005-10-03 03:25:44 +00:00
mozilla.mano%sent.com
53d5c3e589 Bug 310373, r=mconnor. 2005-09-29 01:47:43 +00:00
gavin%gavinsharp.com
51019e8d05 Bug 283719: "Add keyword for this Search..." can fail if a form uses a fieldset (example: bugzilla advanced query, "e.type is not defined"), r=mconnor 2005-09-28 22:42:44 +00:00
rob_strong%exchangecode.com
0d21c0c056 Bug 310268 - Feed autodiscovery needs to support mime-type params (by ignoring them), p=Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2005-09-28 19:08:16 +00:00
mozilla.mano%sent.com
873cd6e504 Bug 310156 - File->Import doesn't focus migration wizard if it's already opened. r=mconnor. 2005-09-28 04:20:07 +00:00
mozilla.mano%sent.com
f256df7c27 Bug 287105 - Reload button is disabled after adding it back to toolbar. r=mconnor 2005-09-26 17:26:34 +00:00
mozilla.mano%sent.com
d185bd2e55 Bug 310007 - No RSS UI after adding back the location bar. r=mconnor. 2005-09-26 17:24:29 +00:00
mconnor%steelgryphon.com
b87e366513 hooray for extra brackets 2005-09-22 03:56:46 +00:00
mconnor%steelgryphon.com
de28998a23 back out extra changes committed by mistake. I'm turning in Ben! 2005-09-21 23:11:28 +00:00
cbiesinger%web.de
7002686d0d bug 1156
- Make object frames have no children
  - Make the frame constructor construct a subdocumentframe, object frame or
    image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly

NOTE: This checkin will break the plugin finder. This will be fixed soon.

r+sr=bz
2005-09-21 19:14:30 +00:00
db48x%yahoo.com
acc7931e28 fix bug 217611: Page Info can be opened multiple times
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-09-21 01:12:29 +00:00
mconnor%steelgryphon.com
10807a42f2 bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad 2005-09-20 20:07:56 +00:00
gavin%gavinsharp.com
f3f38d99ac Bug 294383: Disable certain menu options (view source, find, text zoom, etc) when viewing non-text content (images, plugins), r=mconnor 2005-09-18 21:31:34 +00:00
mozilla.mano%sent.com
ca5b9cebf1 missing part of the patch to bug 246158. 2005-09-18 00:43:27 +00:00
mozilla.mano%sent.com
b019ea38c4 Bug 246158 - context menu of bookmarks doesn't work if the bookmarks toolbar is removed. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2005-09-18 00:10:39 +00:00
gavin%gavinsharp.com
30a814d9b0 Bug 306492: PFS doesn't take relative urls in pluginspage attribute into consideration, r=mconnor 2005-09-16 23:10:06 +00:00
mozilla.mano%sent.com
346636f691 Bug 308819 - Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar if clickSelectsAll is enabled. r=mconnor. 2005-09-16 20:40:33 +00:00
masayuki%d-toybox.com
0d94a8fa70 Bug 291781 bookmark context menu no longer works after customizing toolbar r=mconnor 2005-09-15 16:45:39 +00:00
gavin%gavinsharp.com
b7c02f255b Bug 304926: Tooltip for padlock (security) icon in location bar is missing, r=mconnor 2005-09-13 22:50:54 +00:00
vladimir%pobox.com
fcfb1390ee b=304499, bookmark all tabs menuitem not properly enabled/disabled, r=mano 2005-08-29 22:09:37 +00:00
gavin%gavinsharp.com
4c73034231 Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-08-28 18:49:03 +00:00
gavin%gavinsharp.com
c1cf53bd81 Bug 305134 followup, reapply parts of the patch for bug 304727 that were mistakenly removed, r=vlad 2005-08-28 03:59:45 +00:00
gavin%gavinsharp.com
8f87ca30b9 Bug 305912: Popup notification bar doesn't appear on first load (e.g. if your homepage tries to open a popup) , and doesn't correctly list all blocked popups, r=mconnor 2005-08-27 17:19:08 +00:00
gavin%gavinsharp.com
91e8dc849e Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor 2005-08-27 02:19:09 +00:00
gavin%gavinsharp.com
b144a0659a Bug 301073 and bug 305372: Fix chrome home pages and opening chrome links in new windows (shift+click), r=mconnor 2005-08-26 19:56:55 +00:00
ben%bengoodger.com
5a65ddda0a 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2005-08-26 18:22:08 +00:00
mozilla.mano%sent.com
5f0555fa81 Bug 257247 - Live Bookmark Feed Discovery Includes Atom URI that is not a site feed. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor, a=asa. 2005-08-25 18:15:10 +00:00
gavin%gavinsharp.com
4dfffcd21d Bug 304727: Attempting to install an extension no longer triggers yellow info bar (notification) if a site isn't whitelisted or if software installation is disabled, r=mconnor 2005-08-25 16:40:42 +00:00
mconnor%steelgryphon.com
a54a330da0 bug 291651 - dnd tweaks in URL bar/Go button, r=shaver 2005-08-25 05:17:33 +00:00
gavin%gavinsharp.com
663b4f4425 Bug 301357: Simplify context menu selection code, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2005-08-24 22:15:53 +00:00
gavin%gavinsharp.com
e1400c9125 Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor 2005-08-23 16:38:28 +00:00
jst%mozilla.jstenback.com
b1d774f838 Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu 2005-08-22 23:44:55 +00:00
jruderman%hmc.edu
3d1c571855 Bug 263473 - Context menu displays all possible options on image <object>. Also makes "Set Desktop Background" work with <object> elements and fixes bug 305380. r=mconnor. 2005-08-22 03:18:45 +00:00
jruderman%hmc.edu
c6e1f5a117 Change makeURL to makeURI to fix bug 305269. r=mconnor. 2005-08-21 06:08:48 +00:00
gavin%gavinsharp.com
fbbcd45d8e Bug 258864 : View > 'Full Screen' menu entry does not become ticked / checked when in full screen mode, patch by David Tenser (djst) <djst.mozilla@gmail.com>, r=mconnor 2005-08-20 21:38:36 +00:00
gavin%gavinsharp.com
84b5f599fa Bug 303644 : Remove livemark autodiscovery's handrolled wrapper, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-08-17 16:17:43 +00:00
mozilla.mano%sent.com
a31fb44d08 Bug 304748 - 'Bookmark This Tab' command doesn't work if the context element is the tabbar itself. r=mconnor 2005-08-15 23:44:17 +00:00
myk%mozilla.org
ea0b137dab Fix for bug 304362: makes feedview parse W3C-DTF dates correctly; also, fixes several regressions from the checkin for bug 303848, specifically: uncomments call to Feed.init() so feeds get initialized (and dates show up and refresh works); calls the refresh function appropriately so refresh works; disables refresh by default; adds back menu display and refresh prefs; makes refresh pref refer to minutes rather than seconds; and looks for prefs in DOM by correct name (all lowercase, since XSLT forces them to that) so the menu shows up and refresh works. r=mconnor, sr=beng 2005-08-15 22:45:23 +00:00
doronr%us.ibm.com
cfe6f6a0e5 Bug 303058 - Missing plugin bar no longer appears. r=mconnor 2005-08-15 15:46:51 +00:00
gavin%gavinsharp.com
3738b3c44c Bug 304418 : Fix a couple of regressions from the checkin for bug 284868, r=mconnor 2005-08-13 17:36:09 +00:00
mconnor%steelgryphon.com
04c85ee01c bug 304403 - better safe mode UE, part 1, a=chase 2005-08-12 07:01:09 +00:00
jruderman%hmc.edu
2b2040431c bug 303181 - Remove reliance on focusedWindow and fix race conditions in browser context menus.
bug 284868 - HTTP Referer not sent at all when "saving link as...".
r=mconnor, a=mconnor
2005-08-12 06:55:54 +00:00
mconnor%steelgryphon.com
bbe05ede6a bug 285064 - rename sanitize to Clear Private Data, patch by Mike Beltzner (mike@beltzner.ca), r+a=me 2005-08-12 05:55:26 +00:00
gavin%gavinsharp.com
1a612bab88 Bug 303252: Feedview doesn't mark up .rdf file served as application/rdf+xml, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r+a=mconnor 2005-08-12 04:49:55 +00:00
ben%bengoodger.com
86b85d7e51 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 2005-08-12 00:42:16 +00:00
ben%bengoodger.com
45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00
joshmoz%gmail.com
5d28907c56 never make the initial browser window taller than the available screen height on Mac OS X. part 1 of 2. b=304089 r=mconnor a=mconnor 2005-08-11 06:16:12 +00:00
roc+%cs.cmu.edu
c3ea09b7b0 Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
jshin%mailaps.org
370f46dc04 bug 258223: bookmark keyword quicksearch needs a way to specify encoding for query URLs (my patch supplemented with wyns_sh's patch for POST) : r=vlad, sr=neil, a=asa 2005-08-09 04:53:19 +00:00
mozilla.mano%sent.com
54cc29288e Bug 303065 - 'Switch Page Direction' is broken in feedviews. r+a=mconnor 2005-08-08 15:52:59 +00:00
mozilla.mano%sent.com
8404f14917 Bug 301963 - The 'edit options' button in the Software Installation Disabled message bar has 'undefined' as the button title. r+a=mconnor. 2005-08-07 00:50:17 +00:00
aaronleventhal%moonset.net
37f937ea73 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2005-08-06 04:20:13 +00:00
ben%bengoodger.com
e8d443ce39 249883 - do not open sidebar if the panel that was populating it last time the browser was started no longer exists (e.g. extension uninstaled). Based on a patch by twanno@lycos.nl. 2005-08-02 18:34:13 +00:00
myk%mozilla.org
279d0f9608 Fix for bug 302121: Implements feedview feature for better display of RSS and Atom feed files. r=mconnor, approval1.8b4+=mconnor 2005-08-02 03:29:11 +00:00
gavin%gavinsharp.com
2f7d7f16b5 Bug 291768 and bug 302660: add middle click and single-click-selects-all to location bar icon, r+a=mconnor 2005-07-30 19:48:58 +00:00
neil%parkwaycc.co.uk
d5cf7fa673 Bug 301329 Can't unblock images etc. (regression) r=mconnor sr=bz a=bsmedberg 2005-07-28 13:47:59 +00:00
vladimir%pobox.com
aaf20dca51 b=271359, wrong favicon appears on bookmarks for site with no icon of its own, r=vladimir,a=shaver 2005-07-27 14:19:40 +00:00
bryner%brianryner.com
83216585ac Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg. 2005-07-25 22:09:39 +00:00
ben%bengoodger.com
44659888ad checking in with 296566: remove empty updates button from browser UI, removes empty button at top right of window, r=rob_strong@exchangecode.com 2005-07-25 17:26:20 +00:00
gavin%gavinsharp.com
b9c111c48a Fix typo in comment, refers to wrong bug # 2005-07-23 02:59:56 +00:00
aaronleventhal%moonset.net
9d39f4bd85 bug 287739. New way of doing mnemnonics on message bar buttons that doesn't break extensions. Patch by Giorgio Maone. r=mconnor, a=bsmedberg 2005-07-20 19:47:09 +00:00
gavin%gavinsharp.com
924f2f7977 Bug 301466 : Unable to copy text with adjacent HTML, r+a=mconnor 2005-07-20 18:48:05 +00:00
gavin%gavinsharp.com
2c45cb0ecc Bug 300247: "Set as desktop background" is not disabled for javascript images, r=mconnor, a=asa 2005-07-19 21:22:12 +00:00
mozilla.mano%sent.com
461bb16938 Bug 247467 - Open Location Dialog does not recognize bookmark keywords nor quicksearch. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=vladimir, a=bsmedberg. 2005-07-15 16:46:37 +00:00
neil%parkwaycc.co.uk
5d2270e890 Don't try to save broken images b=293527 r=biesi sr=bz a=asa 2005-07-13 19:45:41 +00:00
aaronleventhal%moonset.net
196f8df714 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 2005-07-13 18:18:47 +00:00
mozilla.mano%sent.com
f185878e84 Bug 296275 - forward button history throws error. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa. 2005-07-07 19:30:09 +00:00
mozilla.mano%sent.com
f8a096d3fc Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2005-07-07 15:52:50 +00:00
dveditz%cruzio.com
644b82f3f6 bug 298255: prevent browser screwiness caused by lazy extension authors loading their chrome extension in a content window instead of adding the -chrome commandline option. r=mconnor, sr=jst, a=chofmann 2005-07-07 09:45:47 +00:00
mconnor%steelgryphon.com
8d695cee2f bug 299901 - Middle click fail on links with nested tags, patch by gavin, r+sr=dveditz, a=jay 2005-07-07 09:22:37 +00:00
mozilla.mano%sent.com
9a1d901591 Bug 297799 - Javascript strict warning in browser.js. patch from Romain BEZUT <r.bezut@laposte.net>, r=mconnor, a=bsmedberg. 2005-07-06 19:28:46 +00:00
dveditz%cruzio.com
82ca16bef8 bug 298892 redux. additional patch from neil, r=timeless, sr=dveditz, a=jay 2005-07-06 17:42:07 +00:00
roc+%cs.cmu.edu
3be669f8a7 Bug 87969. Add URL to history when pasting a URL into the window via middle-click. r=mconner,a=asa,patch by Wolfgang Rosenauer 2005-07-05 23:08:30 +00:00
dveditz%cruzio.com
fad61e14da Bug 298892 use instanceof checks to avoid namespace confusion in xml files. r=mconnor, neil.parkwaycc, a=jay.
Thanks to Asaf Romano for his initial browser.js patch in bug 290420
2005-06-30 02:47:04 +00:00
mozilla.mano%sent.com
c2bcfea585 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. 2005-06-29 17:19:28 +00:00
mozilla.mano%sent.com
0545d3f114 Bug 294759 - port various contentAreaUtils fixes ('Save As', etc.) to the toolkit version. r=mconnor, a=bsmedberg. 2005-06-28 14:41:11 +00:00
mconnor%steelgryphon.com
09879e090d bug 294074 trunk landing, r=me, a=bsmedberg 2005-06-24 02:00:14 +00:00
mconnor%steelgryphon.com
bace0b8e1a bug 292737 trunk landing, r=dveditz, a=asa 2005-06-24 01:41:01 +00:00
mozilla.mano%sent.com
0e60b9654a Bug 274374 - Landing Mac Shell Servie (default browser, set desktup backgorund and mail integration support). patches from ben and me. r=jhpedemonte/josh/mconnor, a=shaver. 2005-06-23 02:25:06 +00:00
peterv%propagandism.org
555cc2a1f9 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2005-06-16 12:58:13 +00:00
mconnor%steelgryphon.com
48b67838ef bug 292774 - view image context menu allows chrome access, r=dveditz, sr=jst, a=dveditz 2005-06-16 08:34:50 +00:00
timeless%mozdev.org
5af41ba798 Bug 262915 view-source: pseudo protocol forces opening of new window
patch by jason_barnabe@fastmail.fm r=mconnor a=asa
2005-06-16 04:16:27 +00:00
timeless%mozdev.org
02d3dbfd60 Bug 264607 Form control with name="action" confuses "Add a keyword to this search"
patch by bugzilla@philringnalda.com r=vlad a=asa
2005-06-16 03:58:39 +00:00
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
db48x%yahoo.com
2fb9feaadc bug 293758: Context menu screw-up with data and javascript protocol images
patch by Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa
2005-06-14 10:15:58 +00:00
db48x%yahoo.com
dde3094bb5 bug 280284: No `View Selection Source' on context menu if non-text selected
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa
2005-06-14 09:44:51 +00:00
db48x%yahoo.com
91ec53e0b8 bug 258901: View Image should be disabled / not show on context menu when only image is being viewed
patch by Romain BEZUT, r=mconnor, a=asa
2005-06-14 09:34:49 +00:00
db48x%yahoo.com
046a234308 bug 227826: URL of current tab incorrectly changed when Alt+Enter opens new tab from location bar
patch by Robert Parenton, r=mconnor, a=asa
2005-06-14 09:25:21 +00:00
vladimir%pobox.com
e9d79a9a24 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2005-06-14 08:04:09 +00:00
mozilla.mano%sent.com
d0ae0bcf4e Bug 297230 - no windows: open blank window for Open Location & Web Search. r=mconnor, a=asa 2005-06-10 22:49:20 +00:00
mozilla.mano%sent.com
4fa88f1d80 Bug 293737 - [Mac] Improve the way 'Open Location' and 'Web Search' commands work in non-browser windows. r=mconnor, a=asa 2005-06-09 00:18:02 +00:00
jwalden%mit.edu
0ec1cc1fb3 Bug 293523 - Change a couple instances of "Options" to "Preferences" in the blocked popup bar UI in Mac/Linux builds. r=mconnor, a=asa 2005-06-07 20:16:29 +00:00
mozilla.mano%sent.com
75d6398eba Bug 179845 - Support dragging a link onto the 'New Tab' and 'New Window' toolbar buttons. patch from Ben Basson <cusser.bugs@cusser.net>, r=mconnor, a=asa. 2005-06-07 19:43:43 +00:00
ben%bengoodger.com
f0897b87c8 296868 - Land Software Update Service on the trunk. Part of ongoing 1.1 feature work. Contains work by Darin Fisher and myself. This feature does not function yet but should not be intrusive. Includes first phase of 296566 - move extension update into the Extension Manager (r=darin) 2005-06-06 21:07:13 +00:00
brendan%mozilla.org
6941a16b76 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2005-05-20 17:41:10 +00:00
mconnor%steelgryphon.com
e8e57d18b4 Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan 2005-05-20 02:09:09 +00:00
mozilla.mano%sent.com
2096c8fba7 Bug 264064 - Lose secure site indicators when customizing toolbars. patch from Richard Klein <richwklein@mchsi.com>, r=mconnor, a=asa 2005-05-19 22:52:26 +00:00
steffen.wilberg%web.de
8dc021c1f1 Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa 2005-04-28 21:49:46 +00:00
doronr%us.ibm.com
271626f6de Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply 2005-04-28 17:28:00 +00:00
mconnor%steelgryphon.com
3f6e5dd193 bug 217611 - page info can be opened multiple times, patch by Jason Barnabe (jason_barnabe@fastmail.fm), r=me, a=asa 2005-04-26 16:55:59 +00:00
cst%andrew.cmu.edu
f0c247db7e Bug 285647 Make forward and back button drop-down lists have same maximum length
r=mconnor a=asa
2005-04-26 16:37:28 +00:00
steffen.wilberg%web.de
8f657b70ca Bug 263599: Status bar reappears after Print Preview even if it was hidden before. p=jcginn@gmail.com, r=mconnor, a=asa 2005-04-23 16:37:20 +00:00
mozilla.mano%sent.com
73e9f0ab49 Bug 210043 - Expose 'Copy Image' UI on mac. r=mconnor a=asa 2005-04-21 20:53:03 +00:00
mozilla.mano%sent.com
63f1c2d0be Bug 287885 - Error: redeclaration of const ADD_BM_DIALOG_FEATURES. r=mconnor, a=asa 2005-04-21 09:29:59 +00:00
timeless%mozdev.org
3cbf6d654c Bug 288160 Code checked in for bug 237776 (reload button should be disabled for blank tabs) is wrong when frames are involved
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:04:03 +00:00
timeless%mozdev.org
03f7c18d6f Bug 283522 SetPageProxyState no longer needs a URI parameter
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:01:34 +00:00
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