darin%meer.net
d511e38761
fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky
2003-11-09 22:49:57 +00:00
chanial%noos.fr
0a5bfb49e1
Bug 225091: Ctrl+P no longer works
2003-11-09 05:49:50 +00:00
chanial%noos.fr
7492700230
Bug 224990: search bar is unusuable if the specified searchplugin is not found.
...
If the search engine is not found, fall back to find in page
2003-11-08 06:06:11 +00:00
chanial%noos.fr
710311c4d4
add browser.search.defaultengine to the pref sanctuary
2003-11-07 05:00:06 +00:00
chanial%noos.fr
2691ededcf
bug 224399: fix the print toolbar button. I missed an occurence of BrowserPrint(). Use of the command system and rename Browser:Print to cmd_print.
2003-11-05 20:45:34 +00:00
chanial%noos.fr
fa9a5a2952
Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse!
2003-11-04 05:31:55 +00:00
chanial%noos.fr
6592437e19
bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now.
2003-11-03 07:21:55 +00:00
chanial%noos.fr
e18f6e99dc
Add a routine |clearObsoletePrefs| to remove/migrate the old prefs
2003-11-02 01:09:18 +00:00
varga%nixcorp.com
2048617717
Checking in for Jungshik Shin.
...
Fix for bug 195093. 'modernize' nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
varga%nixcorp.com
ea82c8c3ca
Fix for bug 221361. right click context speed is very slow with large selections
...
r=jan,neil sr=alecf patch by gemal
2003-10-30 10:32:59 +00:00
chanial%noos.fr
940d9e626c
- Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
...
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode
- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.
- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.
- A lot of cleanup.
2003-10-29 08:01:27 +00:00
chanial%noos.fr
56c3215456
fix js warning: redeclaration of var target
2003-10-27 03:01:53 +00:00
chanial%noos.fr
a6159bcb7f
move printPreviewBindings.xml to the toolkit, fork printPreview.dtd
2003-10-26 05:00:15 +00:00
chanial%noos.fr
9a1613924e
Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul.
2003-10-26 04:03:29 +00:00
chanial%noos.fr
2619964d15
correct typo. no need to PP here. 80 column fix. untabify.
2003-10-25 20:16:48 +00:00
chanial%noos.fr
fc9f0c7879
bug 223534: alt+enter for opening URL in new tab doesn't work at all. Fix the problem by preventing Alt+Enter default action in the bubbling phase instead of the capturing one so that Alt+Enter can be handled and still doesn't beep on WinXP.
2003-10-25 19:31:07 +00:00
ben%bengoodger.com
0205da5af7
MacOS X Firebird updates:
...
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2003-10-24 07:41:43 +00:00
chanial%noos.fr
95533bcc09
Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug.
2003-10-24 06:55:04 +00:00
chanial%noos.fr
19294c34e0
complete rewrite of search.xml: more functionalities with less code :-)
...
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
chanial%noos.fr
bcbc4df877
add tri-licence
2003-10-22 06:35:37 +00:00
noririty%jcom.home.ne.jp
5d94067160
Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird
2003-10-19 15:18:15 +00:00
chanial%noos.fr
157ef834e4
Bug 221597: remove comm.jar dependencies in browser.js by forking metadata.xul (now: metaData.xul)
...
move pageInfo.css into skin.
2003-10-17 18:00:38 +00:00
chanial%noos.fr
5a1031a648
Bug 221597: remove comm.jar references in openLocation.xul
2003-10-14 22:36:58 +00:00
chanial%noos.fr
dc5278472c
checking in back the fix for bug 172113.
...
an additional fix is included: if no ...#BookmarksToolbarFolder arc is found, then search for an (obsolete) resource "NC:PersonalToolbarFolder" (221410).
When none of them is found, then a new btf is created (only once!).
2003-10-08 08:17:23 +00:00
chanial%noos.fr
5bc4de8a82
For the next cycles: backing out the changes for bug 172113 to investigate perf because I landed them just after the tinderbox went down and also because large landings occurred before it went up.
2003-10-08 04:45:29 +00:00
chanial%noos.fr
de72792107
- bug 172113: rewrite the way we handle the bookmarks toolbar folder. Now, there is no more 2 ways to characterize the BTF: by an arc to the resource "...#BookmarksToolbarFolder" that points to the literal "true". As a consequence, the resource NC:PersonalToolbarFolder and "...#folderType" are dead.
...
- remove unused functions. Note that RDF commands were already broken, so deleteBookmarkItem and insertBookmarkItem (that were not used) may come back, but in another form.
- remove the "New Bookmark Folder" and "New Search Folder"
- refactor the "html" serializer to avoid some duplicated code.
- remove the use of the profile name for the bookmarks root.
- enforce synthax "aArgument" in some random places.
2003-10-03 20:30:14 +00:00
ben%bengoodger.com
b6cc06fec0
Fix Firebird bugs
...
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)
219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel
2003-09-23 19:34:25 +00:00
mkaply%us.ibm.com
bfcdf21dfa
Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt
2003-09-15 19:16:24 +00:00
blakeross%telocity.com
d398e44afd
Revert ctxt menu fix for now.
2003-09-01 21:31:57 +00:00
noririty%jcom.home.ne.jp
8a9e685632
Needs 'select all' for every contextmenu on page. Port fix from b=172047
2003-09-01 18:28:43 +00:00
blakeross%telocity.com
7b6c78ff9f
Undo versioning changes for now. Gotta think it through.
2003-08-28 05:56:32 +00:00
blakeross%telocity.com
65f3ecbf09
217410 - Change skin/locale versions to fb0.7.
2003-08-28 02:16:27 +00:00
blakeross%telocity.com
3544ca6d30
Fix 215344
2003-08-27 18:35:19 +00:00
blakeross%telocity.com
e805339b60
Fix bug 213337
2003-08-25 17:10:58 +00:00
noririty%jcom.home.ne.jp
3ac61da763
Fix - 206268 go button should treat as url bar patch by paxunix@acm.org
2003-08-24 15:00:07 +00:00
blakeross%telocity.com
b807f60065
Revert bad selection fix.
2003-08-24 04:04:43 +00:00
noririty%jcom.home.ne.jp
890d78df89
localize BTFitems
2003-08-19 13:37:20 +00:00
chanial%noos.fr
cfdad4eb69
update all callers in toolkit and browser to use the new toolkit widgets
2003-08-18 10:43:56 +00:00
chanial%noos.fr
cd791463c2
Bug 215493: patch by jshin
...
port fixes from bug 158006, bug 204039, bug 206146.
2003-08-16 18:07:51 +00:00
hyatt%mozilla.org
a5755b4e28
Fix for 172616, just yank these rules that don't even apply once you have customizable toolbars.
2003-08-13 21:01:41 +00:00
bryner%brianryner.com
b147499197
#include changes to go along with ian's checkin for bug 216015 - make #includes relative to source file
2003-08-13 09:53:32 +00:00
hyatt%mozilla.org
62545fc26a
Check in fix for 206595, make sure the isImageBlocked properly tests for a comparison with DENY_ACTION.
2003-08-13 06:04:25 +00:00
hyatt%mozilla.org
a9178542b6
Make the Go menu support statustext.
2003-08-13 03:21:37 +00:00
hyatt%mozilla.org
838e911b6f
Make bookmarks in the menu bar show status text in the status bar on rollover. Add generic support for menuitems in the menu bar to show status text using statustext attributes for any XUL application.
2003-08-13 01:55:39 +00:00
hyatt%mozilla.org
9557976e53
Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location.
2003-08-13 00:21:42 +00:00
noririty%jcom.home.ne.jp
21715ecce0
Add tooltip to status icon more informative. Patch by bugzilla@babylonsounds.com. b=215737 r=me
2003-08-12 14:43:09 +00:00
hyatt%mozilla.org
b1d0ee36b6
Restore the titlemodifier
2003-08-12 02:47:14 +00:00
hyatt%mozilla.org
575124648b
Adding the hidden window file.
2003-08-11 21:02:56 +00:00
hyatt%mozilla.org
d2a8279f3f
Make hiddenWindow actually work on Mac.
2003-08-11 08:41:34 +00:00
hyatt%mozilla.org
946123d60d
Separate out the menu bar and the hacky go history tree.
2003-08-11 08:18:49 +00:00