This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
toolkit
History
ben%bengoodger.com
d3cbeccd2b
Fix download progress notifications on MacOS X by using file path rather than persistentDescriptor. persistentDescriptor can't be used on MacOS unless the file exists, and since it's being downloaded it obviously doesn't exist yet. Using path would cause some edge case bugs where the user has devices with identical names mounted, but "alas"... the download manager code was using path already elsewhere, so I'm not really making it any worse, and the download manager needs to work!
...
git-svn-id: svn://10.0.0.236/trunk@149880 18797224-902f-48f8-a5cc-f745e15eee43
2003-12-01 20:25:49 +00:00
..
components
Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. (The bug was that you would get the download cancel confirmation prompt when shutting down via File->Exit, but not when you closed all windows)
2003-12-01 05:40:41 +00:00
content
Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. (The bug was that you would get the download cancel confirmation prompt when shutting down via File->Exit, but not when you closed all windows)
2003-12-01 05:40:41 +00:00
locale
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
locales/en-US/chrome
/cookie
add accesskeys for the cookie confirmation dialog.
2003-10-30 17:26:44 +00:00
mozapps
Fix download progress notifications on MacOS X by using file path rather than persistentDescriptor. persistentDescriptor can't be used on MacOS unless the file exists, and since it's being downloaded it obviously doesn't exist yet. Using path would cause some edge case bugs where the user has devices with identical names mounted, but "alas"... the download manager code was using path already elsewhere, so I'm not really making it any worse, and the download manager needs to work!
2003-12-01 20:25:49 +00:00
obsolete
missed a file, thx to Steffen for the patch. Also, remove trailing spaces
2003-11-17 01:46:46 +00:00
skin
Bug 226496 - mac scrollbar corner should be white. r=pinkerton, sr=roc, a=asa.
2003-11-26 22:16:56 +00:00
xre
Fix toolkit tracemalloc bustage, patch by swalker.
2003-11-14 23:55:41 +00:00
Makefile.in
distclean removal of buildconfig.html
2003-11-15 19:48:41 +00:00