pinkerton%netscape.com
|
2103e47160
|
implement new cookie dialog api.
|
2003-03-31 20:34:45 +00:00 |
pinkerton%netscape.com
|
fb39453fd0
|
ensure browser is showing when a new tab is created from menubar
|
2003-03-28 00:33:17 +00:00 |
pinkerton%netscape.com
|
2a37aabcb2
|
fix "open in new tab" when bm manager is visible
|
2003-03-28 00:26:55 +00:00 |
pinkerton%netscape.com
|
f3cb275b83
|
set the url bar's field editor to have the correct font when its
text is empty. bug 182570, from nhamblen@mac.com.
|
2003-03-26 23:14:52 +00:00 |
dbaron%dbaron.org
|
7ddb7cba88
|
Fix bustage from jst's checkin by including nsString.h. b=124412
|
2003-03-26 18:02:34 +00:00 |
dbaron%dbaron.org
|
6dbe98fd47
|
Fix bustage from jst's checkin by including nsString.h. b=124412
|
2003-03-26 16:27:39 +00:00 |
pinkerton%netscape.com
|
de7c7a83c2
|
replacing some of the icons to look better in new manager (thanks to
sam nordemann)
|
2003-03-26 14:57:44 +00:00 |
pinkerton%netscape.com
|
454a256166
|
fix issue where a drag would cause an inline edit to start if a row
was already selected.
|
2003-03-25 04:05:20 +00:00 |
pinkerton%netscape.com
|
2e3dd4a088
|
some cleanup and fix a crash when closing window with manager showing
(bug 199014)
|
2003-03-25 02:57:41 +00:00 |
pinkerton%netscape.com
|
d8bcb99a94
|
oops, put new files in wrong place
|
2003-03-24 13:29:17 +00:00 |
pinkerton%netscape.com
|
e983885d7b
|
remove un-needed code
|
2003-03-24 13:18:16 +00:00 |
pinkerton%netscape.com
|
bb2f4ae4b1
|
from dts
|
2003-03-24 03:49:02 +00:00 |
pinkerton%netscape.com
|
45e820f36d
|
new in-window bookmark manager.
|
2003-03-24 02:10:08 +00:00 |
dbaron%dbaron.org
|
1b7ecced34
|
Bustage fix. b=191380
|
2003-03-22 20:55:56 +00:00 |
dbaron%dbaron.org
|
669a280743
|
Bustage fix. b=191380
|
2003-03-22 19:51:59 +00:00 |
dbaron%dbaron.org
|
73a75cc707
|
Bustage fix from <mvl@exedo.nl>. b=191380
|
2003-03-22 19:47:45 +00:00 |
bryner%netscape.com
|
4cf65180b8
|
Don't re-focus the download manager window each time a download starts. Patch by nhamblen@mac.com, r=bryner, sr=sfraser.
|
2003-03-18 23:48:03 +00:00 |
bryner%netscape.com
|
be9855658b
|
Bug 160880 - multi-line selects displaying popups if you click in an empty area. Patch by ajfeldman@brown.edu, r=bryner.
|
2003-03-18 23:18:13 +00:00 |
bryner%netscape.com
|
f2a4ff450b
|
also link the binary against libxpcom_compat for static builds
|
2003-03-18 11:00:09 +00:00 |
bryner%netscape.com
|
8c561ffa25
|
Fix static build bustage - libxpcom_compat is now always shared. Also, removed unwanted .xpt file from bundle resources.
|
2003-03-18 07:28:25 +00:00 |
sfraser%netscape.com
|
a4677b9602
|
Fix the cancelling of downloads in Camino, and auto-expanding downloads. Bug 192461. Note that this depends on the patch checked in for bug 197745.
|
2003-03-18 00:09:35 +00:00 |
sfraser%netscape.com
|
9c83a7a505
|
Add linkage with libxpcom_compat.a in static build.
|
2003-03-16 19:43:50 +00:00 |
sfraser%netscape.com
|
74407828ae
|
Fix static build target.
|
2003-03-15 23:20:00 +00:00 |
sfraser%netscape.com
|
5fb53a3d54
|
Fix static components after the MinoMo changes.
|
2003-03-15 23:16:33 +00:00 |
sfraser%netscape.com
|
d09c851648
|
Fix some absolute paths that got in there by accident.
|
2003-03-15 22:48:19 +00:00 |
sfraser%netscape.com
|
5b25aee5db
|
Fix project after dougt changes. Static build still likely broken.
|
2003-03-15 19:18:30 +00:00 |
sfraser%netscape.com
|
5bb9555bfb
|
Fix nsIDOMHTMLOptionsCollection bustage.
|
2003-03-14 19:06:55 +00:00 |
pinkerton%netscape.com
|
8b57a71ebe
|
allow tabbing between toolbar and urlbar when no autocomplete popup.
(from sbwoodside bug 152987).
|
2003-03-13 16:15:57 +00:00 |
sfraser%netscape.com
|
d5ef88cd6d
|
Add a New Window command to the Dock menu.
|
2003-03-13 04:08:27 +00:00 |
sfraser%netscape.com
|
0bfe809cc9
|
If a bookmark title is empty, use the URL. Also reduce truncation to 60 chars.
|
2003-03-13 04:07:25 +00:00 |
bryner%netscape.com
|
7ce4b290a0
|
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
|
2003-03-12 04:57:33 +00:00 |
sfraser%netscape.com
|
db0b5a384c
|
Add the ability to click-hold on bookmarks buttons to get a popup menu for folders and tab groups, and to be able to start a drag of a folder without holding any modifier keys. A quick click on a folder button still brings up the popup menu, and loads a tab group.
|
2003-03-11 07:59:27 +00:00 |
sfraser%netscape.com
|
6d83929f7c
|
Add code to DraggableImageAndTextCell to make it possible to tell when the mouse has been down on the cell without moving (click-hold).
|
2003-03-11 07:57:55 +00:00 |
sfraser%netscape.com
|
ef018ea8a2
|
Turn Rendezvous support on by default.
|
2003-03-11 07:03:55 +00:00 |
bryner%netscape.com
|
9dda3018ca
|
Static build fixes - update for components which have been merged together.
|
2003-03-08 11:37:44 +00:00 |
bryner%netscape.com
|
512db29eec
|
libmozz should no longer be required
|
2003-03-08 01:48:47 +00:00 |
sfraser%netscape.com
|
e96ea6c4d9
|
Fix up bookmark toolbar buttons to show better popdown menus for folders, and to allow dragging of folder items with the Command key down.
|
2003-03-07 07:15:41 +00:00 |
pinkerton%netscape.com
|
4840c0dbe7
|
bookmarks load when clicked in manager, switching to manager stops all
page loads. back button responds appropriately if manager is frontmost.
|
2003-03-07 03:58:24 +00:00 |
pinkerton%netscape.com
|
51f8215dae
|
More changes for in-window bookmarks. bookmarks display and can be edited,
buttons hooked up. Still off by default.
|
2003-03-07 03:06:47 +00:00 |
bryner%netscape.com
|
94da3c6af6
|
Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier).
|
2003-03-07 02:45:59 +00:00 |
pinkerton%netscape.com
|
bfc4629369
|
beginnings of new bookmark manager, off by default
|
2003-03-06 19:04:15 +00:00 |
pinkerton%netscape.com
|
ac7f9b459d
|
when replacing the text of the urlbar (with, say, a bookmark), put the
insertion point at the end instead of leaving it at the beginning.
|
2003-03-06 19:03:34 +00:00 |
sfraser%netscape.com
|
48ec51ae19
|
Funky new splash screen
|
2003-03-06 07:55:46 +00:00 |
bryner%netscape.com
|
f3d85b04b9
|
remove reference to gecko broken-image.gif since we have our own.
|
2003-03-06 00:42:44 +00:00 |
sfraser%netscape.com
|
bd6e237155
|
Eliminate calls to DOM APIs in bookmark-related code outside of the bookmarks service, so that we can eventually move away from the assumption that bookmarks are DOM-based.
|
2003-03-05 23:18:09 +00:00 |
bryner%netscape.com
|
366627100c
|
copy libmozz.dylib for now, should fix camino trunk tinderbox bustage
|
2003-03-05 12:03:25 +00:00 |
bryner%netscape.com
|
ca1d4e3add
|
add some error checking for loading the bookmarks file
|
2003-03-05 10:27:56 +00:00 |
bryner%netscape.com
|
e8a3718c0c
|
no longer needed
|
2003-03-05 07:07:15 +00:00 |
bryner%netscape.com
|
242ec5496a
|
more bustage fixing (affects camino build only)
|
2003-03-05 04:21:49 +00:00 |
bryner%netscape.com
|
208d26ff6b
|
attempting to fix bustage
|
2003-03-05 04:17:29 +00:00 |
sfraser%netscape.com
|
293e5b966d
|
Add .DSStore file for disk image.
|
2003-03-05 02:48:37 +00:00 |
sfraser%netscape.com
|
c0093a7a0f
|
Merge Chimera->Camino name changing to the trunk.
|
2003-03-04 18:18:53 +00:00 |
sfraser%netscape.com
|
c0e3081817
|
Try to fix trunk bustage, sync with RDF API changes.
|
2003-03-01 01:22:42 +00:00 |
bryner%netscape.com
|
4b5d102721
|
Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED.
|
2003-02-13 10:26:09 +00:00 |
bryner%netscape.com
|
8c16915a74
|
Fix up static build some more (and remove extraneous framework path into sdagley's home directory).
|
2003-01-10 03:10:54 +00:00 |
bryner%netscape.com
|
602517a9bc
|
Fix up static build.
|
2003-01-10 01:27:52 +00:00 |
bryner%netscape.com
|
b434ea0790
|
Merging changes from CHIMERA_M1_0_1_BRANCH.
|
2003-01-08 06:33:05 +00:00 |
bryner%netscape.com
|
9a0fac967c
|
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
|
2002-12-12 11:55:38 +00:00 |
bryner%netscape.com
|
aa8cff95d3
|
Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build.
|
2002-12-12 11:34:25 +00:00 |
sfraser%netscape.com
|
fb9e8f1ab9
|
Fix bug 161856 (news tabs cannot receive drags) and 162001 (put focus in the url bar for new blank tabs).
|
2002-08-22 06:09:56 +00:00 |
sfraser%netscape.com
|
dc1d2d364b
|
Fix bug 161856 (news tabs cannot receive drags) and 162001 (put focus in the url bar for new blank tabs).
|
2002-08-22 06:03:44 +00:00 |
sfraser%netscape.com
|
b70cb75293
|
Minor variable rename.
|
2002-08-22 05:57:12 +00:00 |
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
|
b595be4c89
|
Remove bogus parens.
|
2002-08-21 23:55:43 +00:00 |
sfraser%netscape.com
|
2b2eafa5e7
|
Project moved back to this directory, so remove the 'cd projects'.
|
2002-08-21 23:54:35 +00:00 |
sfraser%netscape.com
|
657e06dc68
|
Removing files which were moved to chimera/resources/localized/English.lproj.
|
2002-08-21 23:06:55 +00:00 |
sfraser%netscape.com
|
af1d0530f6
|
Project has moved back to mozilla/chimera, so that Interface Builder can continue to find images in nib files.
|
2002-08-21 23:02:16 +00:00 |
sfraser%netscape.com
|
0cd18e83ac
|
Removing files which have been moved to other locations under mozilla/chimera
|
2002-08-21 22:59:47 +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
|
199114b1f7
|
Checking in the project changes, which were missed because I copied pink's project around.
|
2002-08-21 03:27:41 +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 |
bryner%netscape.com
|
b4156b4ecd
|
Add a clean/clobber target.
|
2002-08-21 02:28:22 +00:00 |
sfraser%netscape.com
|
2f24216993
|
Fix some references to CHHistoryDataSource -> HistoryDataSource.
|
2002-08-21 02:14:52 +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 |
bryner%netscape.com
|
d74a370f77
|
Adding a Makefile to automatically invoke pbxbuild with the current tree configuration (debug/opt and static/non-static).
|
2002-08-21 00:56:57 +00:00 |
sfraser%netscape.com
|
8b8d052883
|
Fix bug 162776: prevent the toolbar root bookmarks folder from being deleted by a drag to the trash.
|
2002-08-20 01:10:56 +00:00 |
sfraser%netscape.com
|
1b622287fd
|
Fix for bug 156893: strip control characters from bookmark titles and hrefs on import, so that we don't just refuse the entire import.
|
2002-08-20 00:10:13 +00:00 |
sfraser%netscape.com
|
9e7013c865
|
Fix for bug 163480 (dragging from inactive tabs). Also add disabled generic icon to about:blank tabs.
|
2002-08-19 21:53:42 +00:00 |
sfraser%netscape.com
|
e749d58091
|
Restore text truncation to tab labels using an NSCell subclass, NSTruncatingTextCell.
|
2002-08-19 18:17:06 +00:00 |
sfraser%netscape.com
|
807480f2b3
|
Part of patch in bug 161387 for better tab label truncation.
|
2002-08-19 18:15:41 +00:00 |
pinkerton%netscape.com
|
0abf3c116a
|
When moving and resizing popups, use coordinate system where the origin
is the top left since that's what webpages expect.
|
2002-08-19 17:18:22 +00:00 |
sfraser%netscape.com
|
2d05b3e393
|
NSString utility parts of the width-based truncation patch, bug 161387. Patch from Max Horn.
|
2002-08-19 16:49:25 +00:00 |
pinkerton%netscape.com
|
ff2876e028
|
make status bar text field scrollable instead of wrapping for long
urls (bug 163245)
|
2002-08-19 14:33:04 +00:00 |
pinkerton%netscape.com
|
3dcc71ba65
|
removing unused file (bug 163156)
|
2002-08-19 14:26:10 +00:00 |
sfraser%netscape.com
|
35fcc1f3cc
|
Optimize drawing when showing and hiding the drag target hilight.
|
2002-08-19 06:35:12 +00:00 |
sfraser%netscape.com
|
40f48f3cf0
|
Remove an NSLog, and set the LOAD_BACKGROUND flag for remote data loads.
|
2002-08-19 03:57:07 +00:00 |
sfraser%netscape.com
|
856e652741
|
Improve drag and drop feedback (bug 163403). Tab items now contain a view that handles drag and drop for that item, and draws via a couple of NSCells, and show drag feedback when you drag over them.
|
2002-08-19 03:55:08 +00:00 |
sfraser%netscape.com
|
3915a59761
|
Changed to use BrowserTabViewItem, and lots of tidyup.
|
2002-08-19 03:52:43 +00:00 |
sfraser%netscape.com
|
8db408d1c4
|
Create BrowserTabViewItems using the factory method on BrowserTabView, and add an accessor for the proxy icon view.
|
2002-08-19 03:51:32 +00:00 |
sfraser%netscape.com
|
22cd7481b8
|
Create BrowserTabViewItems using the factory method on BrowserTabView.
|
2002-08-19 03:50:54 +00:00 |
sfraser%netscape.com
|
a04546e4f3
|
Add a factory method for new tabs, and improve drag and drop feedback. Also added calls to BrowserTabViewItems to tell them when they are shown or hidden.
|
2002-08-19 03:50:13 +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 |
sfraser%netscape.com
|
596b93e3e5
|
Move nsCocoaBrowserListener into its own file, and add a few new methods to the NSBrowserContainer protocol.
|
2002-08-19 03:41:17 +00:00 |
sfraser%netscape.com
|
76bac52c46
|
Be sure to catch cocoa exceptions when trying to make favicons, otherwise things get really messed up (see bug 163260 for the general problem).
|
2002-08-17 22:04:33 +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
|
ad8f252e2d
|
reduce size of splash screen. ifdef'd off use of "loading..." which we never
used anyway. fixed huge leak that basically leaked the entire splash screen.
|
2002-08-16 03:20:54 +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 |