Commit Graph

666 Commits

Author SHA1 Message Date
kerz%mozillazine.org
2b902cb3d4 New theme update from Arvid, giddy up. 2003-07-10 06:49:54 +00:00
bryner%netscape.com
d96d81509f Bug 209475 - updating for nsIPermissionManager API change. Patch by mvl, r=dwitte, sr=bz. 2003-07-09 00:23:42 +00:00
bzbarsky%mit.edu
37c20026e0 Move to the double-'::' notation for -moz-tree-* pseudo-elements in browser/.
Bug 211657, r+sr=dbaron
2003-07-07 22:18:42 +00:00
bryner%netscape.com
9b8a2f0368 fix typo 2003-07-07 00:17:16 +00:00
bryner%netscape.com
c73cdfc1ee Don't put the throbber in the menubar on mac since there shouldn't be a menubar. 2003-07-06 22:00:35 +00:00
blakeross%telocity.com
4f466c81a2 Fix 178110 - Alt-d address bar shortcut doesn't work with caps lock on 2003-07-06 06:36:30 +00:00
blakeross%telocity.com
9de1c55632 Fix 184801 - home button tooltip not updated when changing home page in preferences 2003-07-06 04:33:16 +00:00
blakeross%telocity.com
2f70def121 Fix 184472 - Make F5 refresh on linux too. 2003-07-06 01:26:04 +00:00
blakeross%telocity.com
4a343136f3 Fix a small full screen bug - we no longer have to hide the menubar since it's part of a toolbar now. 2003-07-06 01:21:30 +00:00
dean_tessman%hotmail.com
7685cd98ce add cut/copy/paste buttons to the toolbar palette 2003-07-05 19:16:15 +00:00
blakeross%telocity.com
504e05a942 Fixing 209323 - Status bar check in View menu sometimes incorrect. 2003-07-05 07:08:01 +00:00
blakeross%telocity.com
f508149cb8 Fixing 174174 - fullscreen defaults to icon. 2003-07-05 03:36:24 +00:00
blakeross%telocity.com
c538a8b4f7 Fixing bug 174175 - "fullscreen: min, max, and close disappear when in text only mode" 2003-07-05 03:20:34 +00:00
hyatt%mozilla.org
0f4c092076 Remove Web Panels detritus from XUL. Change defaults so that throbber is visible in the menu bar. 2003-06-24 07:18:33 +00:00
bryner%netscape.com
705c9c0bda fix save as (bug 209860), patch by noririty@jcom.home.ne.jp 2003-06-23 18:08:41 +00:00
bryner%netscape.com
fb7f3dc4e6 Port of seamonkey fix for bug 89214 - caret blinking in URL bar when focus is elsewhere 2003-06-12 23:09:59 +00:00
bryner%netscape.com
82a0a41d0d Change MNG version of throbber to GIF version. 2003-06-04 06:08:50 +00:00
bryner%netscape.com
7503233db6 remove unnecessary nested #ifdef 2003-06-01 20:28:00 +00:00
bryner%netscape.com
c474a4fae7 Fix backspace to go back and forward on win32 (bug 207175). Patch (mostly) by noririty@jcom.home.ne.jp. 2003-05-31 18:43:50 +00:00
bryner%netscape.com
9735a53ae9 Add id's to about and preferences menu items so that they end up in the application menu on Mac. Patch by Kevin Gerich, bug 204416. 2003-05-16 07:42:34 +00:00
ben%netscape.com
f83e078f2e Name changes for 0.6 2003-05-12 20:43:54 +00:00
chanial%noos.fr
993b3c89d2 bug 68541: unchecked toolbar menuitem in the bookmark manager.
Clean up in utilityOverlay.js
- in goToggleToolbar: use of properties instead of attributes
- in getBrowserURL: don't use 'browser.chrome' pref.
Some dependency work in bookmarksManager.xul. More to be done.
2003-04-30 00:21:48 +00:00
dean_tessman%hotmail.com
226b51d7f5 fixes to Blocked Popups dialog:
- no confirmation after unblocking a site
- if there are no more sites in the list after unblocking, dialog closes
- if there are more sites, ensure one's selected
- added accesskeys to the two buttons
- now a dialog, so there's no minimize or maximize buttons
2003-04-29 08:31:46 +00:00
chanial%noos.fr
bcb2454800 Landing Arvid's new icons and animations 2003-04-25 08:15:34 +00:00
chanial%noos.fr
4eb36eb326 bug 203222: fixing about dialog bustage 2003-04-24 22:54:35 +00:00
chanial%noos.fr
c3b55034c4 name change part 2, a=brendan 2003-04-23 19:28:12 +00:00
chanial%noos.fr
fc8134fcbf Adding brand.dtd and brand.properties in mozilla/browser.
These files are left in mozilla/toolkit with a generic 'Mozilla Application' name and are overwritten in toolkit.jar during the build. Now, phoenix has no special privilege over mozilla/toolkit.
Name change, part 1: 'Mozilla Firebird', a=brendan
2003-04-23 19:07:32 +00:00
chanial%noos.fr
46b563aa5e dropping folder group support 2003-04-23 15:05:10 +00:00
ben%netscape.com
133bfce15a Update names, locations 2003-04-22 10:46:49 +00:00
chanial%noos.fr
9e12aab4bc fixing 'open in tabs' and commenting 2003-04-22 02:55:55 +00:00
chanial%noos.fr
3d3359f78f 1) porting back in phoenix a refactoring I made in seamonkey wrt loading bookmarks
2) no context menus on the static menu items. (original patch by Chu Alan)
2003-04-21 20:11:58 +00:00
chanial%noos.fr
a06072c2a3 getting back phoenix bookmarks in sync with seamonkey
first step to clean the 'add bookmark' mess (removing a flag because we always show the dialog, and moving addBookmarkFor*Browser in browser.js where it belong)
2003-04-21 05:47:02 +00:00
mkaply%us.ibm.com
4849fe50e5 #198941
Code from mvl@exedo.nl to fix popup bustage
2003-04-14 22:18:51 +00:00
hyatt%mozilla.org
87f114cbf8 Stubbing out Web Panels sidebar in browser. 2003-04-13 00:54:35 +00:00
varga%netscape.com
ac75afc291 Fixing bookmarks in Phoenix. They should load at least. 2003-03-26 19:49:47 +00:00
mkaply%us.ibm.com
11ef9f8d2a #198941
r=me 
From mvl - fix phoenix bustage on popup blocking
2003-03-25 19:05:08 +00:00
dean_tessman%hotmail.com
e101df3686 Don't display useless context menu items (Undo, Cut, Paste, Delete) when non-editable text is selected. 2003-03-04 06:42:17 +00:00
chanial%noos.fr
f171e1c165 Move the js console and dependencies as new extensions in toolkit/components.
NPOB
2003-03-01 08:07:13 +00:00
chanial%noos.fr
9d30803fca making extension creator's life easier by reusing Mozilla's id for the browser <hbox> and by adding a <vbox id="appcontent"> enclosing the content. 2003-02-27 17:17:00 +00:00
chanial%noos.fr
9273880c70 Bug 194756: fix doubled bookmarks in the toolbar by moving the tooltip definition outside of the toolbar in order not to confuse the template builder. 2003-02-26 16:37:46 +00:00
chanial%noos.fr
3f6c7f317a fix DND in an empty area of the bookmarks toolbar
fix chevron menu update
2003-02-25 04:45:31 +00:00
chanial%noos.fr
a51ba6641a fix middle click regression in the bookmarks menus 2003-02-24 22:11:11 +00:00
chanial%noos.fr
efe975134a speeding up txul by not rebuilding the bookmarks toolbar when bookmarks are already read. 2003-02-24 21:32:15 +00:00
chanial%noos.fr
3a4dd4bc58 sets back the bookmarks hbox ID to "personal-bookmarks" so that localstore.rdf is not confused. 2003-02-24 19:07:21 +00:00
chanial%noos.fr
7dd016a435 Remove the tree icons (for the directories and the transparent blank.gif) specific to the XP filepicker and use instead the Qute ones.
Don't capitalize folder-item.png in the jar files.
Extract the page loading icon from folder-item.png in icons/page-loading.png to allow eventual animation and instead put a transparent 16x16 icon used by the XP filepicker and whoever needs it.
2003-02-24 03:40:56 +00:00
chanial%noos.fr
8a0a589d17 Fixes for:
bug 168504: de-XBLify the bookmarks toolbar
bug 172328, 172291: various DND problems
bug 192028: add context menus to the bookmark menu and the bookmarks toolbar.
2003-02-23 21:49:19 +00:00
ben%netscape.com
09f5a86180 Add the elipsis back to "Options" to calm blake's fragile nerves ;-) 2003-02-05 12:01:21 +00:00
ben%netscape.com
dffb87ebd2 A couple of polish tweaks for the page report dialog - select the first item in the site list by default, and focus the "done" button after unblocking a site. 2003-02-05 11:20:14 +00:00
dean_tessman%hotmail.com
c26d57eeef Change access key for Tools > Options from "o" to "O". 2003-02-01 22:38:32 +00:00
ben%netscape.com
cd777b17a9 Part of 191524 -
- support disabling of satchel (automatic form fill) by adding satchel pref listener that detaches satchel controller from tabbrowser and search bar.
- also change the name of "preferences" to "options" to bring into line with other windows apps and the items' position under Tools->
2003-02-01 09:13:33 +00:00