bryner%netscape.com
dc92e7196b
Bug 159578 - <select> popups within frames are mispositioned. Use the content node's document, instead of the toplevel document, to compute the scroll offset. Also, #define IBMBIDI so that we get the correct vtable for nsIDocument. r=sfraser.
2002-08-22 00:24:33 +00:00
sfraser%netscape.com
df424ce353
Update project to use new file paths, and remove obsolete cruft.
2002-08-21 22:35:33 +00:00
sfraser%netscape.com
eafdc3528c
Undoing my last project changes, which were not supposed to happen here.
2002-08-21 02:32:49 +00:00
sfraser%netscape.com
1c0afebfe4
Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix).
2002-08-21 02:06:38 +00:00
sfraser%netscape.com
1019961c43
Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files.
2002-08-19 03:45:35 +00:00
bryner%netscape.com
51ae4e0cf7
Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade.
2002-08-16 17:34:24 +00:00
pinkerton%netscape.com
b1b6081a82
Add a "view source" toolbar button, off by default
2002-08-16 02:34:19 +00:00
sfraser%netscape.com
1a12bf02a8
Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs.
2002-08-16 00:58:10 +00:00
sfraser%netscape.com
c6d0d98ae5
Fixing absolute path to dist/Embed/components
2002-08-16 00:12:47 +00:00
pinkerton%netscape.com
eebf049bf8
pull base prefpanel into the privacy panel target
2002-08-15 22:31:01 +00:00
bryner%netscape.com
d7f6c636ba
Static build changes for universalchardet (bug 162851).
2002-08-15 22:24:54 +00:00
pinkerton%netscape.com
a80768613a
Pull in universal charset decoder in dylib build. update include paths for
...
navigation pref panel for cache. (bug 162851)
2002-08-15 21:51:55 +00:00
sfraser%netscape.com
879dbad54a
Project changes for bug 160725: add RemoteDataProvider.mm/h, SiteIconProvider.mm/h, and include paths into dist/include/nkcache.
2002-08-15 18:04:24 +00:00
pinkerton%netscape.com
df260ca839
Adding tooltip support for TITLE in html (bug 149635)
2002-08-08 19:36:13 +00:00
sfraser%netscape.com
e3791121af
Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately.
2002-08-06 01:53:37 +00:00
sfraser%netscape.com
f8304d9717
Fix for bug 155920: added string truncation utility on our NSString category, and used it to truncat strings that are put into menu items in the UI and window titles.
2002-08-02 21:08:24 +00:00
sfraser%netscape.com
1731d6c88b
Added NSString+Utils.mm/.h
2002-07-27 01:22:32 +00:00
pinkerton%netscape.com
2fc9fe54fe
Move the pref controller to be a .mm file
2002-07-25 21:57:53 +00:00
bryner%netscape.com
0d7e39c675
Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton.
2002-07-25 21:28:23 +00:00
bryner%netscape.com
38b27b0e31
Change ShortVersion to be just the version number, not including the product name.
2002-07-25 19:05:56 +00:00
sfraser%netscape.com
e578686e0a
Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa.
2002-07-25 05:47:16 +00:00
sfraser%netscape.com
a86b22b9ed
Fix for bug 158378: fix the bookmark info panel to behave correctly, support Undo, and not crash. Patch from David Hass, hacked on by me.
2002-07-25 02:07:43 +00:00
bryner%netscape.com
4328d6c73d
Factor out security dialogs from CocoaBrowserService, and provide a mechanism for using generic factories for application-provided XPCOM components (bug 158801). r=pinkerton, sfraser.
2002-07-25 00:57:27 +00:00
pinkerton%netscape.com
c26faf2d1d
Add aqua-like broken image icon
2002-07-24 17:48:48 +00:00
bryner%netscape.com
ad297ed42e
Fixing static build bustage from sfraser's checkin for bug 145800:
...
- add all new source files to static build target
- rename nsDownloader to CHDownloader to avoid symbol name conflicts with necko.
2002-07-24 08:23:52 +00:00
sfraser%netscape.com
eaff371e3b
Fix bug 145800 -- implement downlod progress UI in chimera. These changes allow us to reuse the nsDownloadListener and progress dialog for both Saving (with an nsIWebBrowserPersist) and downloading (where necko creates an nsIDownload, which we implement). They are also factored so that other cocoa apps could reuse the downloading backend with their own progress dialog. r=pinkerton/bryner/ccarlen.
2002-07-24 05:53:14 +00:00
sfraser%netscape.com
3bf782992f
Adding the Appearance.prefPane to the static target build settings.
2002-07-17 17:37:44 +00:00
bryner%netscape.com
85f9602de9
We don't need pippki.xpt either.
2002-07-17 08:52:43 +00:00
bryner%netscape.com
56805e9fc3
Remove libpippki. This is only needed for the XUL implementation of the security dialogs.
2002-07-17 06:22:42 +00:00
sfraser%netscape.com
71289cb5df
Adding files for the Appearance prefs panel, and adding this panel to the static build target.
2002-07-16 17:47:23 +00:00
sfraser%netscape.com
51dc6bbcef
Adding Appearance pref pane files to project.
2002-07-14 02:15:14 +00:00
pinkerton%netscape.com
5de18c78dc
Replace the standard gecko 'image placeholder' with a more aqua-one from ugo
2002-07-12 15:22:28 +00:00
bryner%netscape.com
9e8bd300c3
Fix file paths for debug static builds.
2002-07-11 01:01:16 +00:00
bryner%netscape.com
ffb788f35b
Version # -> 0.4.0
2002-07-10 21:06:28 +00:00
bryner%netscape.com
1f22cce34d
Add Asian Unicode converters to the static build.
2002-07-08 20:03:17 +00:00
pinkerton%netscape.com
f069d0fb0c
oops, remove asian char converters from the wrong place
2002-07-08 18:54:34 +00:00
pinkerton%netscape.com
2086164ac3
Pull in the asian charset converters for the dylib build
2002-07-08 17:40:23 +00:00
sfraser%netscape.com
b1c5ab2836
Making a prefs window grouping
2002-07-05 01:11:14 +00:00
sfraser%netscape.com
ecceaf0fd2
Adding Navigator.scriptTerminology to the English.lproj directory. Note that we only ever need an English version of this file; Apple advise that you don't localize it, since you can only write Apple Scripts in English.
2002-07-03 20:44:27 +00:00
sfraser%netscape.com
bac151021e
Add the 'mozProfileDirName' key to the Info.plist for the static target.
2002-07-03 18:48:02 +00:00
sfraser%netscape.com
4783258f05
Adding CHUserDefaults.h to project
2002-07-03 06:19:03 +00:00
sfraser%netscape.com
522cfd810b
Adding mozProfileDirName key to the Info.plist, which we use to get the name of the profile directory
2002-07-03 00:45:08 +00:00
pinkerton%netscape.com
1896d39b08
Add a toolbar default plist and a string table for various websites
2002-07-02 17:30:58 +00:00
sfraser%netscape.com
e614caa04d
Checking in patch from David Haas in bug 155048, with modifications to improve the 'is there a browser window' logic. This also fixes bug 152026 (2 windows when launched with a GetURL AE), and my changes fix bugs 155309 (dragging multiple files onto the icon works now) and 155147 ("browser.always_reuse_window" always works for GetURL events now).
2002-07-02 06:08:51 +00:00
pinkerton%netscape.com
754b8ba100
adding some include dirs for the d/l bug and adding many new types to
...
our plist so the finder will let you drag documents to the app icon. (bug 149218)
2002-07-01 23:17:10 +00:00
bryner%netscape.com
01d426998a
We don't need to copy the preference panes to Contents/Resources, they are only used from Contents/PreferencePanes.
2002-07-01 05:07:50 +00:00
sfraser%netscape.com
d87d58ada0
Fixing bug 154203 -- implement a checkbox to use the system home page preference (Internet Config), but keep this preference separate from mozilla's home page pref.
2002-07-01 03:38:34 +00:00
sfraser%netscape.com
7972c4aa0a
Fix several bookmarks issues. Bug 154698 -- avoid nuking all existing bookmarks when importing a bad html bookmarks file. We now validate the imported bookmarks before saving, warn the user if they are bad, and don't import them. We also now validate the bookmarks.xml file when it is read in. Bug 154853 -- we were adding new items to the main bookmarks menu in the wrong place, since we failed to take the static items into account. Fixed.
2002-06-28 23:47:49 +00:00
sfraser%netscape.com
c7c950a203
Fix include paths for static target to include commandhandler
2002-06-28 01:50:09 +00:00
sfraser%netscape.com
ba3443e53e
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. Adding search patch to dist/include/commandhandler r=pinkerton
2002-06-27 21:06:36 +00:00
pinkerton%netscape.com
3bf6ea9ff1
Landing file rewrite changes for conrad
2002-06-26 21:59:47 +00:00
bryner%netscape.com
95d7198e5b
Removing files that really don't need to be in Contents/Resources.
2002-06-26 00:56:15 +00:00
hewitt%netscape.com
2d677b4beb
151716 - fixing some annoying autocomplete problems, most importantly that escape should work to undo typing, and fixes some situations where the popup would appear and not go away, r=pink
2002-06-24 21:20:55 +00:00
pinkerton%netscape.com
cb2bdf4138
use mac prefs instead of unix ones
2002-06-22 21:52:35 +00:00
bryner%netscape.com
b2fba574a9
Bump version string to 0.3.1.
2002-06-22 10:48:57 +00:00
bryner%netscape.com
e88dc8820e
Enable prebinding (and automatic prebind updating at runtime) for static builds. r=pinkerton.
2002-06-22 06:28:20 +00:00
bryner%netscape.com
b8a7ef5920
Oops, forgot to add libjsj.dylib to the non-static target when I added liboji.
2002-06-20 21:46:21 +00:00
bryner%netscape.com
f5757b3323
Make -autoRegister mode also perform chrome registration, so that this can be done during packaging. r=jag.
2002-06-20 00:08:02 +00:00
bryner%netscape.com
4d872652c4
Adding OJI library to the static build target.
2002-06-19 20:15:54 +00:00
bryner%netscape.com
216eb42329
Adding OJI library to the non-static build target.
2002-06-19 19:31:10 +00:00
pinkerton%netscape.com
4d5c94363b
Add broken-image and loading-image gifs from dist/Embed/res
2002-06-18 19:07:34 +00:00
pinkerton%netscape.com
6a80eda2de
Localize text and buttons (bug 148556)
2002-06-18 17:44:22 +00:00
pinkerton%netscape.com
1a3296abd6
make us open url's as a service (bug 150860)
2002-06-18 13:52:17 +00:00
beard%netscape.com
2baccf2d4e
Added throbber images to static target.
2002-06-14 23:18:14 +00:00
beard%netscape.com
5fc57acd0c
Replace throbber-NN.tif with throbber-NN.gif.
2002-06-14 22:50:25 +00:00
pinkerton%netscape.com
48a23630c3
Update number of throbber images
2002-06-14 20:20:43 +00:00
beard%netscape.com
a74d9bb35c
Added throbber images and Quicktime.framework
2002-06-14 18:09:40 +00:00
bryner%netscape.com
4ef2b026cf
Fix handling of URL's from other applications, by enabling applescript for the static build target (bug 150122). r=sdagley.
2002-06-10 22:15:10 +00:00
bryner%netscape.com
37bd059871
Static build fixes.
2002-06-09 21:25:52 +00:00
bryner%netscape.com
64fdfa2e89
Fix handling of the widget resources file by creating a data-fork resource file that lives in the application directory (bug 146895). r=ccarlen, sr=beard, a=asa for mach-o-only changes.
2002-06-09 00:05:37 +00:00
pinkerton%netscape.com
6f39db2325
Adding a bunch of security warnings and dialogs, overriding the
...
XUL impl with our own.
2002-06-07 22:26:35 +00:00
bryner%netscape.com
4743a8081e
Landing the changes for Chimera static builds (not on by default).
2002-06-07 04:35:37 +00:00
ben%netscape.com
764e95d540
bookmark keyword back end + fix for missing bookmark file causes crash on startup
2002-06-05 14:24:54 +00:00
ben%netscape.com
c30df5a78b
Hook up Bookmarks Info Window, bug 148933
2002-06-05 10:09:37 +00:00
beard%netscape.com
31af772ddf
Added some plugin source files (not built) for reference.
2002-06-04 20:57:00 +00:00
pinkerton%netscape.com
c4d7a0cea3
Adding privacy panel back in to copy phase
2002-06-03 14:10:33 +00:00
bryner%netscape.com
31dc2f3f8d
Turning debugging symbols back off by default.
2002-06-01 06:10:50 +00:00
beard%netscape.com
84dd9ae924
Fix some file references.
2002-05-31 22:58:10 +00:00
pinkerton%netscape.com
9048cb8041
Add Navigation pref panel.
2002-05-30 21:57:25 +00:00
pinkerton%netscape.com
f4bdd09778
Update pref panels so exported symbols are unique. follows apple's guidelines.
2002-05-29 14:19:17 +00:00
bryner%netscape.com
58bab99080
Updating version to 0.3.0, with new splash screen from ugos@mac.com.
2002-05-29 05:32:38 +00:00
hewitt%netscape.com
2f74f63f46
145802 - session history in Go menu for Chimera, 145803 - urlbar autocomplete for chimera
2002-05-28 09:07:53 +00:00
bryner%netscape.com
f845658e9b
- Remove some unneeded gecko files from the project.
...
- Bump the Chimera version to 0.2.8 in the project and credits file.
Note: we no longer copy libmozz.dylib from Mozilla, you need to use --with-system-zlib. r=hyatt.
2002-05-28 04:00:40 +00:00
pinkerton%netscape.com
2d1ca6b0dd
Updating lock icons. Also fixing test of security state for new
...
state bits in nsIWebProgressListener.
2002-05-24 20:13:15 +00:00
pinkerton%netscape.com
08ca26e1b5
oops, some absolute paths snuck in
2002-05-23 00:46:53 +00:00
pinkerton%netscape.com
a250511d7f
Add privacy panel
2002-05-23 00:25:31 +00:00
hyatt%netscape.com
280c11095c
Adding globe icon for URL bar. Updating to 0.2.7
2002-05-03 08:02:16 +00:00
hyatt%netscape.com
d175c2bb6a
Adding globe icon for URL bar. Updating to 0.2.7
2002-05-03 07:32:18 +00:00
hewitt%netscape.com
a3e21f4672
bookmark drag and drop
2002-05-02 12:08:47 +00:00
hyatt%netscape.com
a1332b2e5c
Fix ESPN.
2002-04-30 21:07:31 +00:00
hyatt%netscape.com
8cdfd2964b
Add Richard Schreyer to contributor list.
2002-04-30 17:29:26 +00:00
pinkerton%netscape.com
9e45d79236
changing copying phase to use dist/Embed for everything, rather than plucking things from the tree. allows debug builds to work better with security
2002-04-29 20:07:27 +00:00
hyatt%netscape.com
d5c1300ee7
Better but still get a sheet error message.
2002-04-29 19:25:49 +00:00
ben%netscape.com
ae7f018cf3
More history sidebar panel work.
2002-04-29 12:39:27 +00:00
hyatt%netscape.com
692bcc3f39
Pref code for internet config hooked up.
2002-04-29 09:15:53 +00:00
hyatt%netscape.com
c5a1df608c
The auto complete session successfully instantiates now in response to user input.
2002-04-27 09:09:08 +00:00
hyatt%netscape.com
d193a192b9
Hooking in autocomplete. Still just laying groundwork.
2002-04-27 08:14:13 +00:00
hyatt%netscape.com
1352666c8f
Initial commit of autocomplete files.
2002-04-27 07:18:22 +00:00
hyatt%netscape.com
a3f2355938
Adding the auto completing text field. Upping the version to 0.2.6.
2002-04-27 07:11:05 +00:00
hyatt%netscape.com
05eb037978
hook up toggle toolbar method, update version to 0.2.5
2002-04-26 23:25:15 +00:00