Граф коммитов

911 Коммитов

Автор SHA1 Сообщение Дата
vladimir%pobox.com d05c3f5016 b=256862, bookmark menu popup doesn't have id and can't be extended via overlay, patch from josh-m@yucs.org, r=vladimir,a=choffman 2004-08-30 21:46:11 +00:00
ben%bengoodger.com 8dd75ec9b0 255394 - default search query parameter generation, r+sr=brendan@mozilla.org 2004-08-29 08:17:38 +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
p_ch%verizon.net 84d3c03a14 Bug 235243: Need drag and drop feedback for toolbar bookmarks (and menuitem bookmarks for gtk2).
In addition to the DND feedback, this patch:
- introduces a new var 'BookmarksInsertion' that 'encapsulates' DND feedback
display.
- rewrite the rtl handling related to DND. BookmarksInsertion deals with this
subtleties and the "public" feedback orientation ("before"|"on"|"after")
returned by BookmarksInsertion.getOrientation refers now to the DOM.
- paste and copy commands on the menus now insert after the rclicked element.
The hack that appended everything at the end of the container has been removed
or more accurately replaced by another one that is at least invisible to the
user and we already used for DND. The problem is due a problem with the content
building of containers with siblings (open in tabs stuff) not generated by the
bookmarks template.
- usual small glitch fixing.
2004-08-25 20:24:14 +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
db48x%yahoo.com 3201790c0d bug 254086: Page info -> Forms -> Form name is editable
r=timeless, sr=brendan
2004-08-03 17:51:25 +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
db48x%yahoo.com 2070bc2b0b bug 229441: Background images are not shown in Media tab (Page Info)
patch by Florian QUEZE <f.qu@laposte.net>, r=db48x, sr=jag
2004-07-30 00:36:34 +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
jruderman%hmc.edu 34c5f4fe02 Bug 250058 - add accesskeys for View > Sidebar > Bookmarks, History. Also change Go > History from 'i' to 's', since it's hard to see the underline on an 'i'. r=mconnor. 2004-07-21 18:08:12 +00:00
steffen.wilberg%web.de a1a56c3325 Bug 251248 again - Ctrl+M is New Message, not Read Mail 2004-07-21 07:37:40 +00:00
steffen.wilberg%web.de b068c709de Bug 251248 - Read Mail menuitem doesn't show Ctrl+M shortcut. r=mconnor 2004-07-21 07:25:28 +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
ben%bengoodger.com 482f2e86c4 we probably don't need this after all, especially once I step up the update interval to once per day 2004-07-14 06:07:29 +00:00
ben%bengoodger.com d19f628dbd fix orange 2004-07-13 08:52:34 +00:00
ben%bengoodger.com 3bda6a74d6 237096 - Open Location needs menu item for HIG compliance, also add menu item for 'Check for Updates' to Tools menu (location preliminary) 2004-07-13 06:49:01 +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
ben%bengoodger.com 2e0af12ed5 move mail/news menu items down 2004-07-09 23:07:49 +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 471ff8cd5b bug 229100 - shift-tab is broken inside search-bar, based on a suggestion by Paul Sladen 2004-07-06 15:20:19 +00:00
mconnor%myrealbox.com 432fe1abf9 Bug 228977 Firefox gets wrong desktop folder for downloading, patch by Ted Mielczarek (luser_bugzilla@perilith.com), r=me 2004-07-06 04:32:50 +00:00
mconnor%myrealbox.com e5c93fe2d3 bug 237542 - Firefox should have a Tools > Mail submenu to match new toolbar button, patch by Simon Paquet (bugzilla@babylonsounds.com), r=me 2004-07-06 03:49:36 +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
mconnor%myrealbox.com d366da1fd5 Bug 212904 http://foo/bar/ default save name should be bar.html, r=ben 2004-07-06 00:21:05 +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
ben%bengoodger.com d8af8e7641 245765 - Preferences should live under Edit...Preferences on Unix and terminology should be consistent 2004-06-07 08:17:00 +00:00
ben%bengoodger.com bf47610277 back out this change since it was superfluous and seems to have broken a lot of things 2004-06-07 06:00:52 +00:00
ben%bengoodger.com 2135ebfd3d 245433 - "search the web for" on the right click menu of highlighted text doesn't work (installer only)... also affects "add engines..." menu item ... make sure content package for browser-region is registered 2004-06-06 09:50:05 +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
mconnor%myrealbox.com 3edcdb00b1 bug 233205 Pressing Ctrl+Enter does not remove trailing spaces, patch by Patrick McCormick (patrick@meer.net), r=me 2004-05-30 15:51:02 +00:00
ben%bengoodger.com 2a0592bf68 241865 - drag and drop link to download manager doesn't work, patch by pike <pike@pikey.me.uk> r=ben@mozilla.org 2004-05-25 01:35:49 +00:00
mconnor%myrealbox.com 0e163890cf Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 20:56:38 +00:00
ben%bengoodger.com 774024a7fc 236725 - security info window appears twice on double click. make all status bar panel indicators activate only on doubleclick, which is the convention. 2004-05-23 10:25:30 +00:00
ben%bengoodger.com d97685bf90 235859 - .gz file silently decompressed after download. Update contentEncodings use to UTF8 String Enumerator 2004-05-23 09:36:18 +00:00
mconnor%myrealbox.com dcef7492af back this out (again) until I talk to a cvs admin 2004-05-23 02:27:27 +00:00
mconnor%myrealbox.com ff5baff067 Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 02:21:21 +00:00
mconnor%myrealbox.com 0111a7739f cvs being weird, back this out until I can commit the whole patch 2004-05-23 02:15:49 +00:00
mconnor%myrealbox.com af1ed15825 Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 02:13:17 +00:00
ben%bengoodger.com 33effcd5c2 232702 - save link as... should show a prompt 2004-05-21 08:58:02 +00:00
ben%bengoodger.com a90ed91635 232587 - firefox goes into an infinite loop when using Save Link to Disk to overwrite a file with no dots in the filename. patch by pike, <pike@pikey.me.uk>, r=ben@mozilla.org 2004-05-21 08:49:38 +00:00
ben%bengoodger.com 36eba80e96 203556 - bookmark toolbar folders should behave like menus, patch by basic <basic@mozillanews.org> r=ben@mozilla.org... 2004-05-20 22:52:29 +00:00
mconnor%myrealbox.com 793dbeef1e supplement to bug 216722, move line where its supposed to be 2004-05-19 22:49:36 +00:00
rlk%trfenv.com f8c8a44189 Bug 216722 - Inital focus in Help|About Mozilla Firefox should be "OK". Patch by Jeff Walden <jwalden@mit.edu> r=mconnor@myrealbox.com 2004-05-19 20:54:37 +00:00
rlk%trfenv.com 1cfe63fe82 Bug 228000 - Hide 'Print Preview' menu item in Mac OS X. r=mconnor@myrealbox.com 2004-05-19 11:27:47 +00:00
mconnor%myrealbox.com bbd5eceef6 supplement for bug 243413, keybinding for bookmarks should show ctrl-B on all platforms 2004-05-18 21:35:28 +00:00
mconnor%myrealbox.com 078052fe9a Bug 243413 Bookmarks sidebar doesn't open/close on Ctrl-B anymore, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor 2004-05-16 15:17:25 +00:00
ben%bengoodger.com e7c872e6d9 170006 add new defalt theme icons for theme manager 2004-05-13 04:39:03 +00:00
darin%meer.net 17db2c36be fixes bug 243149 "Hostname and port appears where 'Use Password Manager to remember these values.' usually is." r=biesi sr=dveditz 2004-05-11 22:09:10 +00:00
ben%bengoodger.com 1c72160e55 170006 - theme and extension windows should persist different sizes 2004-05-11 06:58:58 +00:00
cbiesinger%web.de 8db9df04b7 239394 nsIMIMEInfo should use interCaps for methods and attributes
r=bzbarsky sr=darin
2004-05-08 18:37:06 +00:00
mconnor%myrealbox.com b9ad901164 followup to bug 203756, remove line that didn't need to be there 2004-05-07 00:23:08 +00:00
mconnor%myrealbox.com b36850541f Bug 207227 remove Bookmark This Page/Save Page As/Send Page from Image Context Menus, patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner 2004-05-06 23:53:58 +00:00
mconnor%myrealbox.com e1c7890202 Bug 237959 - Mail Integration Label should be below icon, not next to it, patch by Robert J. Accettura (robert@accettura.com), r=mconnor 2004-05-06 23:45:38 +00:00
neil%parkwaycc.co.uk 0d6fb698be Window menu radio menuitems should not be unnamed b=219832 p=macdoc@interx.net r=me sr=alecf 2004-05-06 20:42:28 +00:00
mconnor%myrealbox.com 79d464768a bug 203756 - enable URLBar autofill with browser.urlbar.autoFill property, patch by eric lindvall (eric@5stops.com), r=ben/mconnor 2004-05-05 23:24:45 +00:00
ben%bengoodger.com 02e2625d01 relocate statusbar panel 2004-05-03 23:49:56 +00:00
mconnor%myrealbox.com a94cff4cde Bug 238186 - URL field in Page Info dialog appears blue, patch by Steffen Wilberg (steffen.wilberg@web.de), r=me 2004-05-02 15:57:16 +00:00
mkaply%us.ibm.com abe3ca39a8 #239113
Rework #ifdefs to better handle unknown platforms
Fix bug with select all on Mac
2004-04-27 15:53:47 +00:00
mconnor%myrealbox.com 3ca6780994 Bug 228320 - When any sidebar is active, a 5-pixel spacer appears on the left of all popups, patch by pike@pikey.me.uk, r=ben 2004-04-25 20:08:36 +00:00
ben%bengoodger.com 94a525e390 214360 - SmartUpdate: add a notification mechanism to the browser window to display updates. This is not enabled yet! 2004-04-25 02:55:53 +00:00
ben%bengoodger.com 01b7f44d9a turn on extension manager menu item (testing only!) 2004-04-21 04:35:27 +00:00
ben%bengoodger.com 97ebd0e4ba 241028 - should be able to create smart keywords to forms that use the http POST method. 2004-04-20 09:45:12 +00:00
mconnor%myrealbox.com 43a3030021 Bug 238300 Window menu should conform to Apple Human Interface Guidelines (AAHIG), patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner 2004-04-19 23:28:14 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
darin%meer.net 9ae1052a56 landing patch for bug 24867 "UI for FTP upload" r=biesi,neil sr=bryner 2004-04-17 00:58:23 +00:00
bzbarsky%mit.edu 26cdb24398 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2004-04-15 22:14:39 +00:00
ben%bengoodger.com 6e426f5cbf provide a convenient way for adding smart keywords for web page searches by adding a context menu to form fields with HTTP-GET form actions. 2004-04-10 05:04:20 +00:00
dbaron%dbaron.org 0ae1b8788f Fix leaks related to failing to remove observers. b=239833 r=blake 2004-04-07 17:37:55 +00:00
blakeross%telocity.com 5f2db2018e Fix 239393 - Set as wallpaper preview is broken (regression caused from Ben's winhooks landing). 2004-04-02 18:48:04 +00:00
bryner%brianryner.com 54e8bc7730 fix urls opened in new tabs being added to history as hidden entries (bug 236394). r=ben. 2004-03-26 21:58:08 +00:00
ben%bengoodger.com 36f4acc1fc update about box text 2004-03-17 07:17:35 +00:00
caillon%redhat.com 12ede3d032 Bug 219378
Make middle mouse button pasting fix up the pasted URIs before trying to load them so that pasting a domain name by itself will work.
r=bryner sr=jst
2004-03-17 01:51:49 +00:00
ben%bengoodger.com 162e0330bc new generic art for the about box and credits window 2004-03-16 23:24:43 +00:00
mconnor%myrealbox.com ec0e460221 bug 233607 About Dialog Should Not be Themeable - patch by Robert Parenton (rparenton@louisianaada.org), r=blake 2004-03-13 01:53:48 +00:00
mconnor%myrealbox.com 97bd627266 part of checkin for bug 233607, r=blake 2004-03-13 01:49:59 +00:00
mconnor%myrealbox.com 41391d1e18 bug 233339 supplmental patch for Firefox, the UI portion is temporary and will be cleaned up before 0.9, r=ben 2004-03-10 08:16:14 +00:00
dbaron%dbaron.org 4ab33a8250 Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage. 2004-03-08 14:27:43 +00:00
ben%bengoodger.com d9ee3bafb5 fix tbox orange for now 2004-03-08 11:41:12 +00:00
ben%bengoodger.com 94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +00:00
ben%bengoodger.com 877fe21ca1 214893 - Mail Integration UI - add "Mail" button to toolbar palette, with a submenu providing convenient access to mail, newsgroups. also adds Ctrl+M to compose new message. 2004-03-07 04:42:17 +00:00
jshin%mailaps.org b0f597c31a bug 55300: add 'Unicode' submenu to the 'Character Encoding' menu. The new submenu has UTF-8, UTF-16*, UTF-32* and UTF-7. UTF-8 was also added to the static list. (r=neil, sr=blizzard, moa for ff = pch) 2004-03-06 06:11:48 +00:00
neil%parkwaycc.co.uk bed25690ac Bug 218447 keyword query ignored for queries beginning www or http or ending in / p=mook_moz@yahoo.com r=pch 2004-03-05 10:53:16 +00:00
mkaply%us.ibm.com 3ab8ba6a80 #236194
r=mkaply
Fix from Jon Henry - send HTTP referrer on Save Link to Disk so that all downloads work.
2004-03-04 17:53:58 +00:00
ben%bengoodger.com ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
ben%bengoodger.com 77300dad75 215094 Turn on profile migration 2004-03-03 07:52:59 +00:00
bsmedberg%covad.net 97cdab633d Bug 236134 - wallpaper patch; if users delete chrome.rdf in their firefox profile, they will crash at next startup. This adds an empty chrome package browser-region/content so that the chrome registry will work correctly. r=pch 2004-03-01 21:27:42 +00:00
mconnor%myrealbox.com 04521b8697 Bug 196474: pop-up icon should appear in status bar before about popup blocking appears, r=pch 2004-02-29 02:41:05 +00:00
jst%mozilla.jstenback.com dd400389d1 Prevent exceptions thrown in the shutdown code from stopping the execution of the rest of the shutdown code. r+sr=ben 2004-02-25 00:27:13 +00:00
ben%bengoodger.com 976fc31f29 test some code on imola to see if this code is executing all the time 2004-02-23 09:47:36 +00:00
ben%bengoodger.com 49755b2ca7 use a sane window size for new profiles at all screen resolutions 2004-02-23 02:20:36 +00:00
blakeross%telocity.com 93916fa325 Fix 207188: clearing history/all in prefs doesn't clear session history. 2004-02-21 07:02:53 +00:00
blakeross%telocity.com 3a6fb58d73 Fix up a few things in open location: our product isn't called "Navigator", and we don't need to use string bundle anymore to set text of dialog buttons. 2004-02-20 02:22:23 +00:00
blakeross%telocity.com daccbcc82a Fix 229199: Open Location dlg is mostly busted. Patch by pike@pikey.me.uk. 2004-02-20 02:14:48 +00:00
blakeross%telocity.com dc4f814149 Fix 176675: Dragging text to search bar should search for it. Also guard against a crash. 2004-02-20 00:56:59 +00:00
jst%mozilla.jstenback.com 4f8a9cbb12 Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2004-02-19 21:52:31 +00:00
mkaply%us.ibm.com 30def3123f Add an OS/2 case 2004-02-18 19:19:58 +00:00
mkaply%us.ibm.com 38f299c977 gClickSelectaAll = true should be the default, not just the Windows case - either way, this #ifdef sucked - if you weren't WIN or UNIX, gClickSelectsAll wasn't defined at all 2004-02-18 19:18:56 +00:00
blakeross%telocity.com b07ec78b61 Fix 234756: Set as Wallpaper: "Center" preview of tall image breaks dialog. 2004-02-18 09:57:38 +00:00
blakeross%telocity.com d2011abe3a Fix 234660 - homepage as about:blank breaks stuff. 2004-02-17 21:18:25 +00:00
blakeross%telocity.com d422bb1bc5 Fix 234136: middle-clicking link no longer makes it appear visited. 2004-02-17 07:40:57 +00:00
blakeross%telocity.com 9d61404977 Fix 176675: Dragging links to the urlbar doesn't work as expected. 2004-02-17 07:09:45 +00:00
blakeross%telocity.com 6753d7a07f Fix 210043: Add "Copy Image" to context menu on Windows/Mac. Also added an accesskey for the block images menuitem while I was in there. 2004-02-17 04:11:54 +00:00
blakeross%telocity.com ad32baf4be Doh...actually USE the new dialog! 2004-02-16 04:10:37 +00:00
blakeross%telocity.com 07966251b6 Add monitor file. 2004-02-16 00:15:06 +00:00
blakeross%telocity.com e7b7a9aa60 Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:41:56 +00:00
ben%bengoodger.com 1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
blakeross%telocity.com 5f77d14a61 add xul file. 2004-02-13 12:29:53 +00:00
bsmedberg%covad.net 814b876053 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
ben%bengoodger.com 3e0d559f6c forgot to add these 2004-02-11 01:43:13 +00:00
ben%bengoodger.com 970e35804c forgot this file 2004-02-11 00:57:46 +00:00
ben%bengoodger.com eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
blakeross%telocity.com a78e91d15e Fix 182928: Add confirmation for Set As Wallpaper. Patch mainly by Jeff Thieleke (sr=blake). 2004-02-10 04:05:34 +00:00
jshin%mailaps.org f192075e8e bug 206252 : back out firebird change to fix the regression (r=bryner for firebird checkin) 2004-02-04 00:13:37 +00:00
chanial%noos.fr 70e903351f Bug 184802: Sidebar close button has no tooltip, patch by Simon Paquet <bugzilla@babylonsounds.com> 2004-01-31 18:55:22 +00:00
chanial%noos.fr 2fa6e444e8 Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk> 2004-01-24 23:27:43 +00:00
chanial%noos.fr 5e0b616f53 Bug 228103: Toolbar Google search for empty string results in garbage characters.
Loads the host of the search engine when querying for the null string.
2004-01-24 22:22:40 +00:00
dbaron%dbaron.org 0b767dd390 Fix leaks by calling removeObserver for pref observers implemented in JS so they don't stay around until the pref service shuts down. Call removeControllers in a similar situation so that the chrome windows DOM window object can be cleaned up in one cycle of JS GC rather than two. b=231384 r=bryner sr=ben 2004-01-22 01:46:48 +00:00
chanial%noos.fr 8ad5abfed6 Bug 216170: Send Page (as Link) omits query string
patch by Jon Henry <jhenry@ccs.neu.edu>
2004-01-19 09:58:06 +00:00
chanial%noos.fr b3a463d79a Bug 231381: supplementary fix for linux. 2004-01-19 06:46:02 +00:00
chanial%noos.fr f65e94b295 Bug 231381: Alt+D no longer selects all text in Location Bar.
there was a typo but the preprocessor is still confused by a multiple case statement. It doesn't fix the linux platform yet. Thanks to Ali for building on windows.
2004-01-19 04:38:08 +00:00
chanial%noos.fr acf5dffb9d on linux, clicking in the url bar should not highlight the text. It wasn't consistent with nautilus, and it was messing the cut'n paste PRIMARY selection (see http://freedesktop.org/Standards/clipboards-spec/clipboards.txt) 2004-01-18 06:20:54 +00:00
dbaron%dbaron.org e363f842be Fix leaks by avoiding closure and unregistering listener. b=231266 r=bryner sr=brendan 2004-01-17 22:41:38 +00:00
ben%bengoodger.com e51bdb71fd Make autocomplete work on all tabs 2004-01-14 09:13:09 +00:00
db48x%yahoo.com 1a6ebc5299 bug 226752 and bug 220833 - 'Page info' dialog shows form fields belonging to incorrect forms; view page info/forms shows id, not name attribute
r=jag, sr=bz
2004-01-14 04:35:51 +00:00
ben%bengoodger.com 74bf4ec9a0 Ensure Password Manager isn't disabled when form fill is disabled 2003-12-31 22:02:03 +00:00
ben%bengoodger.com 9eab0153ce fix whitespace 2003-12-30 23:14:21 +00:00
ben%bengoodger.com 4f796e5054 temporary fix for 205708 - search bar often forgets the selected search engine 2003-12-30 23:12:22 +00:00
db48x%yahoo.com 678fda6594 bug 214992 sync sync Firebird's Page Info with Mozilla's 2003-12-30 06:59:24 +00:00
ben%bengoodger.com 1b56458628 228963 - history dropmarker is missing 2003-12-27 00:22:50 +00:00
db48x%yahoo.com 9c0f6d358f bug 214992 sync Firebird's Page Info with Mozilla's
r=p_ch
2003-12-24 21:32:43 +00:00
ben%bengoodger.com eb3cf2a8fa Turn off the URLBar history dropmarker 2003-12-19 00:47:59 +00:00
chanial%noos.fr fe1be84a39 Bug 225921: Can't copy/paste bookmarks from personal toolbar
Bug 210910: Right-clicking a file within a bookmarks folder in the bookmarks menu or toolbar makes that folder inaccessible

I added the bm command controller to the menubar bookmark menu, to deal with hidden bookmarks toolbar.
2003-12-18 10:38:17 +00:00
jshin%mailaps.org 6e66bc626c bug 206252: make it possible to attach on-line html documents/images with non-Latin1 names (r=bienvenu, sr=mscott, a=asa) 2003-12-17 00:31:34 +00:00
ben%bengoodger.com 922e294692 bug 184801 - home button tooltip not updated when changing the home page 2003-12-16 00:37:01 +00:00
jshin%mailaps.org ea156e67c1 bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa 2003-12-15 23:03:16 +00:00
chanial%noos.fr 9da15aeff9 bug 228163: on windows, "help" menu should be "?" 2003-12-11 14:36:47 +00:00
chanial%noos.fr a16baf64ec Bug 228040: make the add bookmark dialog resizable.
I didn't noticed that because linux doesn't honor the option "resizable=no".
Patch by Steffen Wilberg, r=me.
2003-12-11 12:53:30 +00:00
ben%bengoodger.com 8c77970ec2 First part of bug 214260 work... teaching the download manager about XPInstall downloads, and providing an updated XPInstall confirmation dialog. 2003-12-08 08:05:15 +00:00
ben%bengoodger.com 23b02b08a8 bug 203102 - Investigate/port patches for URL field... Tab browser should remember user's typed value when switching tabs. Also, prevent about:blank from showing up when it shouldn't. Based on a patch by Will Levine <yakgoatcamel@myrealbox.com> with some modifications. 2003-12-05 05:55:54 +00:00
ben%bengoodger.com fba03c3b49 Update string usage to use &brandFullName; 2003-12-04 20:30:19 +00:00
jshin%mailaps.org 5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
ben%bengoodger.com 96271c2900 171606 - dropmarker icon for toolbar search icon 2003-12-03 06:13:11 +00:00
ben%bengoodger.com 5539b9fac6 Send Page now works everywhere, according to mscott. 2003-12-03 05:45:22 +00:00
ben%bengoodger.com 8ad2a6daca bug 215892 - context menu for web panel sidebar. 2003-12-03 05:37:53 +00:00
ben%bengoodger.com 2730e6908a Fix Search bar command key on Mac... XP_UNIX is defined for unices AND MacOS X! 2003-12-03 00:18:41 +00:00
ben%bengoodger.com f195447780 Bug 212097 - MacOS X Firebird should open a new, empty window with its URL bar focused if the user presses Cmd+L when there are no active windows (i.e. just the menubar) 2003-12-02 22:27:25 +00:00
ben%bengoodger.com 4ee6756901 Adjust menu item position, ensure UI is updated correctly if the user aborts the "go-offline" operation for some reason. 2003-12-02 00:59:33 +00:00
ben%bengoodger.com a7d5626998 Bug 171600 - Work Offline for Firebird. Add File menu item + observer to control browser offline state, now that the offline back end works better. 2003-12-02 00:29:22 +00:00
ben%bengoodger.com 5bba2032a7 rip out extraneous dump 2003-12-01 07:55:20 +00:00
ben%bengoodger.com 7a2db6b1c0 Fix issue with Retry download in download manager not saving to the same location. 2003-12-01 07:34:57 +00:00
ben%bengoodger.com d1240b90a7 Downloads Button D&D 2003-12-01 06:33:00 +00:00
ben%bengoodger.com f3ec7eea72 Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. 2003-12-01 05:40:07 +00:00
ben%bengoodger.com 89c366eb4a actually make the dl mgr commandkey work. 2003-12-01 02:17:13 +00:00
ben%bengoodger.com 74e538aaf5 Add the shortcut key to the download menuitem 2003-12-01 01:54:41 +00:00
ben%bengoodger.com 687b3316bd Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com 755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
chanial%noos.fr dd5c42a151 fix "find in page" and "find Again" menuitems. 2003-11-21 19:06:37 +00:00
bryner%brianryner.com ee1ee1ae04 whitespace change to work around XUL preprocessor dependency problems 2003-11-21 00:38:54 +00:00
chanial%noos.fr 011251779d Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157. 2003-11-20 09:48:16 +00:00
chanial%noos.fr 5dade47a7d convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr e0bdf34ab3 redefine Ctrl-I,J,K for linux. See bug 226273 for the Linux, Mac and Windows short key table.
remove #ifdef in browser.dtd
2003-11-20 00:45:03 +00:00
ben%bengoodger.com 76f006a097 Don't use Accel+I to open the bookmarks bar on Mac - Accel+I is traditionally mapped to Info on MacOS. 2003-11-17 02:27:26 +00:00
timeless%mozdev.org 7db916ee78 Bug 219899 localization issue in browser-menubar.inc: hardcoded menu label "Window"
patch by mpconnor@rogers.com r=ben
2003-11-14 05:10:46 +00:00
chanial%noos.fr a727866897 bug 225215: alt-Enter doesn't work in the search bar 2003-11-12 05:13:43 +00:00
chanial%noos.fr 72772edd87 coding style nit 2003-11-12 03:31:56 +00:00
darin%meer.net 582bc3f22c fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky 2003-11-09 22:49:57 +00:00
chanial%noos.fr 73a5400bc7 Bug 225091: Ctrl+P no longer works 2003-11-09 05:49:50 +00:00
chanial%noos.fr adbe194656 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 42213fe6f3 add browser.search.defaultengine to the pref sanctuary 2003-11-07 05:00:06 +00:00
chanial%noos.fr 5db37c6eb5 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 1e5de0b577 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 8d6fec6afc 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 2e582dbb3c Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
varga%nixcorp.com 2e490df717 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 0300557bb8 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 31e49513d6 - 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 3065fc222b fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
chanial%noos.fr 7289e5bdc5 move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +00:00
chanial%noos.fr 27226ee2a0 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 94a4a7af7d correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr 559d416186 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