sfraser%netscape.com
|
a9dbc78af5
|
Fix bug 160168; option-click to save link broken. We were throwing an exception when calling fileSystemRepresentation on an empty string. Also change a bunch of places in the code to assume UTF-8, not ASCII, for url strings.
|
2002-08-02 23:40:29 +00:00 |
sfraser%netscape.com
|
8c9a99193f
|
Fix potential crash by calling [super dealloc] _after_ cleaning ourselves up. Found with MallocDebug.
|
2002-08-02 22:25:47 +00:00 |
pinkerton%netscape.com
|
31dbd7e584
|
Ensure gecko knows the drag left the window and shuts down the drag
session (bug 160041)
|
2002-07-30 15:20:28 +00:00 |
sfraser%netscape.com
|
22d2e7ef3c
|
Whack string usage. Converted category on NSString to use references, added PRUnichar* method, and changed all uses to use these new methods.
|
2002-07-29 21:40:53 +00:00 |
sfraser%netscape.com
|
ec389d9ad1
|
Fix to use new category on NSString for going to and from nsAStrings
|
2002-07-29 19:52:09 +00:00 |
pinkerton%netscape.com
|
dd96debaf5
|
Fixes crash when selecting text during URL load, adds undo/redo to url bar,
reduces the number of times we load about:blank to 1 per window, fixes
unicode characters in bookmarks. (bug 149198, 153263, 155710)
|
2002-07-26 18:50:01 +00:00 |
sfraser%netscape.com
|
929b16498c
|
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 |
pinkerton%netscape.com
|
bc15179347
|
Teach url dispatch about the referrer field so opening links in a new
tab/window works correctly in all cases (bug 156732)
|
2002-07-10 21:53:29 +00:00 |
sfraser%netscape.com
|
b49a1a66a6
|
Fixing bugs 154906 and 149670, and lots of other drag and drop bugs. Drags from the proxy icon are now droppable in the Finder, in the content area, and on tabs, and do the right thing. Single bookmarks are also draggable to the Finder. Page links can also now be dragged onto tabs.
|
2002-07-06 06:44:14 +00:00 |
sfraser%netscape.com
|
5aad030ea4
|
Changing printfs to NSLog, and #ifdeffing many of them to be DEBUG only. bug 147615.
|
2002-07-05 01:32:00 +00:00 |
sfraser%netscape.com
|
425b50233a
|
Fix for bug 146322; make Undo/Redo/Delete work correctly, and make menu items properly enable. r=pinkerton
|
2002-06-27 21:07:30 +00:00 |
pinkerton%netscape.com
|
cad5d6dec1
|
Fix command updating in edit menu. (bug 154291)
|
2002-06-26 20:52:38 +00:00 |
sfraser%netscape.com
|
88316a9e93
|
Fixing bug 154069; hooking up additional find options. Also did some file detabbing. r=ccarlen/pinkerton.
|
2002-06-25 22:08:33 +00:00 |
pinkerton%netscape.com
|
17b8a206c1
|
Added ability to show/hide personal toolbar and persist (bug 149725)
|
2002-06-25 22:06:09 +00:00 |
bryner%netscape.com
|
2049096f77
|
Fixing the problem where URL's containing certain characters won't load, by removing uses of NSURL (which has escaping conventions that are incompatible with nsIURI) internally, replacing it with NSString. Bug 147914, r=pink.
|
2002-06-25 19:25:27 +00:00 |
pinkerton%netscape.com
|
9cb2d7016d
|
Fix crash when trying to save page source, though it still doesn't work (bug 15204)
|
2002-06-25 19:23:16 +00:00 |
pinkerton%netscape.com
|
5c420e86c4
|
Do better error checking to prevent crashing trying to show a JS dialog
when loading a tab in the background (bug 152945)
|
2002-06-21 03:36:44 +00:00 |
pinkerton%netscape.com
|
fe87140b5d
|
Adding impl of nsIEmbeddingSiteWindow2 so certain QI's don't fail
|
2002-06-18 21:43:56 +00:00 |
pinkerton%netscape.com
|
eead7f0b74
|
Null params are allowed to be passed to GetDimensions. Just check when
they're being accessed. bug 151885
|
2002-06-14 21:40:04 +00:00 |
pinkerton%netscape.com
|
18341d7f67
|
Fix throbber placement and label, fix Delete menu item
|
2002-06-14 18:44:52 +00:00 |
pinkerton%netscape.com
|
4f23d07ee4
|
Adding support for tooltips from the content area
|
2002-05-31 18:26:57 +00:00 |
pinkerton%netscape.com
|
0355a17aac
|
Updates for api changes (signed->unsigned)
|
2002-05-23 11:19:51 +00:00 |
pinkerton%netscape.com
|
b3a9cf3cb4
|
Hooking up security lock icon notification in the UI. Works as you
switch tabs as well.
|
2002-05-17 18:24:03 +00:00 |
pinkerton%netscape.com
|
875f536b57
|
Fix for nsIFile now being unicode apis instead of UTF8
|
2002-05-11 04:14:03 +00:00 |
hyatt%netscape.com
|
68747a87d8
|
Implemented view source.
|
2002-04-28 22:53:27 +00:00 |
ben%netscape.com
|
171e0de714
|
Updating nsIFile usage to reflect darin's file changes
|
2002-04-28 07:57:00 +00:00 |
pinkerton%netscape.com
|
71c317aed7
|
remove a log statement
|
2002-04-26 20:24:15 +00:00 |
pinkerton%netscape.com
|
9327eb888f
|
remove a printf
|
2002-04-25 22:41:59 +00:00 |
pinkerton%netscape.com
|
ddb60476a9
|
Add ability to drop items on browser view and have them processed by gecko.
|
2002-04-25 22:41:13 +00:00 |
pinkerton%netscape.com
|
4c0e759087
|
Beginnings of dnd support.
|
2002-04-23 03:57:09 +00:00 |
hyatt%netscape.com
|
46133601a1
|
Initial commits of a bunch of files. Chimera. NPOB.
|
2002-04-20 07:21:10 +00:00 |