bnesse%netscape.com
000d1011d5
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +00:00
dr%netscape.com
eec73874cf
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
ccarlen%netscape.com
edbb90c5cd
Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
2001-04-21 22:17:39 +00:00
ccarlen%netscape.com
6a07f5e57f
Bug 75745 - Remove nsIPrompt implementations from embedding chrome. r=valeski, sr=blizzard, a=chofmann
2001-04-21 22:07:25 +00:00
ccarlen%netscape.com
c8128a5765
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
bryner%uiuc.edu
97e89fd687
Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
2001-04-20 06:45:56 +00:00
bnesse%netscape.com
b0baaeabc3
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
ccarlen%netscape.com
2ad2b9adcf
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
ccarlen%netscape.com
0108a738a8
Sample code - not part of the process. Bug 74120 - remove refs to old cache. r=valeski.
2001-04-03 14:32:01 +00:00
ccarlen%netscape.com
6f4b328551
Sample code - not part of the process. Bug 71387 - remove unneeded code to determine locale of profile defaults. r=tao
2001-04-03 14:29:01 +00:00
ccarlen%netscape.com
c883f08489
Sample code only - not part of mozilla. Implement nsIWebBrowserChrome::ShowAsModal() and some other windowing cleanup. r=danm@netscape.com
2001-03-29 15:40:39 +00:00
ccarlen%netscape.com
dfba87f614
Sample code - not part of mozilla. Updating chrome url of throbber.
2001-03-28 15:26:50 +00:00
ccarlen%netscape.com
02e841a8c2
Sample code - not part of mozilla. Bug 60550 - fixing popup menu event handling.
2001-03-28 15:26:07 +00:00
ccarlen%netscape.com
f3c9c31da4
Not part of the build.
2001-03-28 14:08:59 +00:00
locka%iol.ie
d87865f317
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:35:08 +00:00
locka%iol.ie
6d6db074a4
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:21:34 +00:00
dougt%netscape.com
c74c36c85e
Minor build changes per API review. Now nsIFileURL and nsIFileChannel have their own IDL file which means that if you were using either of these two interfaces, you need to include a new include file. r=valeski@netscape.com
2001-03-12 22:41:28 +00:00
ccarlen%netscape.com
4b14f2ddc4
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
danm%netscape.com
1c99ca8f94
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +00:00
disttsc%bart.nl
8b43034cef
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 08:05:05 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
danm%netscape.com
4225baf682
hooking up windowwatcher. bug 65229 code=ccarlen,me. r=brendan
2001-03-01 00:13:32 +00:00
valeski%netscape.com
9297191086
sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change.
2001-02-14 03:12:33 +00:00
ccarlen%netscape.com
784d76202c
Mac embedding sample code only. Embedding sample needs to use new nsIWebBrowserFind API (68169). r=valeski,sfraser a=blizzard.
2001-02-09 17:51:00 +00:00
danm%netscape.com
cdda7836f7
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
ccarlen%netscape.com
742a52ea53
Add explicit registration of nsIWebProgressListener which is now required.
r=valeski@netscape.com, sr=blizzard@mozilla.org
2001-02-05 15:23:36 +00:00
ccarlen%netscape.com
a19cfd3b0f
Bug 52473 - Add Mac embedding sample to the build.
r=jj@netscape.com, sr=sfraser@netscape.com
2001-02-02 15:10:01 +00:00
locka%iol.ie
7479791974
Updated powerplant sample to use new nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 14:28:20 +00:00
valeski%netscape.com
7d3acb0d42
r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners.
2001-01-31 21:03:40 +00:00
ccarlen%netscape.com
2cd6eb70a5
NOT PART OF THE BUILD - Changed caller of nsISingleSignon.
2001-01-24 15:51:51 +00:00
ccarlen%netscape.com
6c4ced6bd9
NOT PART OF THE BUILD - Adding profile management.
2001-01-23 15:32:57 +00:00
ccarlen%netscape.com
8d73a23bd6
NOT PART OF THE BUILD - Adding profile management to this embedding sample.
2001-01-23 15:30:56 +00:00
pinkerton%netscape.com
f345008beb
implement nsITooltipListener with baloon help r=saari, sr=sfraser
2001-01-23 00:48:35 +00:00
ccarlen%netscape.com
c179bcebcb
NOT PART OF THE BUILD - Add string resources file file locations.
2001-01-19 15:53:13 +00:00
ccarlen%netscape.com
f1e676ec6b
NOT PART OF THE BUILD - Add string resources for file locations.
2001-01-19 15:52:49 +00:00
ccarlen%netscape.com
5a0cf241a7
NOT PART OF THE BUILD - forgot to add this yesterday
2001-01-19 15:51:59 +00:00
ccarlen%netscape.com
d9dd3b5321
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
pinkerton%netscape.com
f53d582d4a
clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001
2000-12-22 01:13:46 +00:00
ccarlen%netscape.com
a878567419
NOT PART OF THE BUILD
Reworked to use string classes not just Str255s
2000-12-15 13:39:23 +00:00
ccarlen%netscape.com
0c1f4dee76
NOT PART OF THE BUILD
First check-in
2000-12-15 13:38:07 +00:00
ccarlen%netscape.com
b71ceaa542
NOT PART OF THE BUILD
Added singlesignon usage
Added UniversalDialog support
Added contextual menu support
2000-12-15 13:36:56 +00:00
ccarlen%netscape.com
ad82291ef3
NOT PART OF THE BUILD
Throbbing is done with one animated gif instead of a pile of separate images.
2000-12-15 13:35:10 +00:00
ccarlen%netscape.com
6407300392
NOT PART OF THE BUILD
Added context menu support
Added way to make window properly from chrome flags
2000-12-15 13:33:56 +00:00
ccarlen%netscape.com
d61e9ed02e
NOT PART OF THE BUILD
Added parameterized constructor
Added form capturing and pre-filling
2000-12-15 13:32:26 +00:00
ccarlen%netscape.com
16a7cf5c31
NOT PART OF THE BUILD
Added Open File and Open Directory
Added support for GetURL AppleEvent
2000-12-15 13:30:40 +00:00
ccarlen%netscape.com
1bbe43319b
NOT PART OF THE BUILD
Added resource IDs, Declared constants using enums so Rez could deal
2000-12-15 13:29:11 +00:00
ccarlen%netscape.com
2a3c355490
NOT PART OF THE BUILD
Added resource for GetURL AppleEvent
2000-12-15 13:27:53 +00:00
ccarlen%netscape.com
a2a95b6e98
NOT PART OF THE BUILD
Added resources for UniversalDialog
2000-12-15 13:26:35 +00:00
ccarlen%netscape.com
d3522bd82c
NOT PART OF THE BUILD
Added some files for contextual menu support.
2000-12-15 13:25:35 +00:00
ccarlen%netscape.com
1e79c473f2
NOT PART OF THE BUILD.
New file for context menu support.
2000-12-13 15:48:18 +00:00
beard%netscape.com
a840dd8645
[not part of build] use __NSInitialize/__NSTerminate as CFM init/term routines, mainly for GC leak detector compatibility.
2000-11-18 17:49:39 +00:00
beard%netscape.com
e17c2c9e3d
[not part of build] fix leaking rendering contexts.
2000-11-18 17:47:09 +00:00
ccarlen%netscape.com
5590a2046d
NOT PART OF THE BUILD
Fixed menu enabling of edit commands.
2000-11-17 12:49:15 +00:00
ccarlen%netscape.com
3dfc6e2393
NOT PART OF THE BUILD.
Add clipboard support.
2000-11-14 03:45:53 +00:00
pinkerton%netscape.com
8d9046ec86
fix to get mac embed harness building. r=ccarlen.
2000-11-13 20:03:59 +00:00
ccarlen%netscape.com
ac27ba4ac5
NOT PART OF BUILD
Re-adding because old file name had space in it.
2000-10-31 15:24:40 +00:00
ccarlen%netscape.com
2d1f79d79a
NOT PART OF THE BUILD
Name had space in it.
2000-10-31 15:20:22 +00:00
ccarlen%netscape.com
f9b02df9ba
Bug 57388 - Parent dir had a space in it. NOT PART OF BUILD.
2000-10-27 12:44:46 +00:00
ccarlen%netscape.com
638ea12ee6
Bug 57388. NOT PART OF BUILD - Re-adding because old dir had a space in it.
2000-10-26 21:17:23 +00:00
ccarlen%netscape.com
e9d832f509
Bug 57388. NOT PART OF BUILD - Re-adding because old dir had a space in it.
2000-10-26 21:09:49 +00:00
ccarlen%netscape.com
8a9c9518f5
Bug 57388. NOT PART OF BUILD - Removing because parent dir had a spece in it.
2000-10-26 21:05:23 +00:00
ccarlen%netscape.com
5f0d4a7e7a
SAMPLE CODE - NOT PART OF THE BUILD
Updated for API changes.
2000-10-03 03:03:57 +00:00
ccarlen%netscape.com
1dde6d7b54
SAMPLE CODE - NOT PART OF THE BUILD
using mpfilelocproviderlib instead of profiles
2000-10-03 03:03:19 +00:00
ccarlen%netscape.com
b41ccc01c4
SAMPLE CODE - NOT PART OF THE BUILD
Made so PowerPlant could be compiled w/ 3.3 headers.
2000-10-03 03:02:34 +00:00
ccarlen%netscape.com
015546ed5d
SAMPLE CODE - NOT PART OF THE BUILD
Added optimized target.
2000-10-03 03:01:29 +00:00
locka%iol.ie
b78abdf560
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
dougt%netscape.com
c2923c8476
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
locka%iol.ie
2bf4c97663
Added new x, y, width & height parameters to createBrowserWindow method. b=46851,r=valeski
2000-09-14 12:04:04 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
d6e29d9b1e
fixing code that relied on implicit string construction
2000-09-02 22:13:25 +00:00
ccarlen%netscape.com
d87765cb47
- NOT PART OF THE BUILD -
Updated for embedding API changes.
2000-09-01 19:07:01 +00:00
ccarlen%netscape.com
05f6c572cb
- NOT PART OF THE BUILD -
Clear any refs the CBrowserShell has to us early in the destructor.
2000-09-01 19:06:31 +00:00
ccarlen%netscape.com
b1e9b81bd1
- NOT PART OF THE BUILD -
Updated for embedding API changes
2000-09-01 19:04:06 +00:00
ccarlen%netscape.com
f2d04c9db9
- NOT PART OF THE BUILD -
Save prefs as soon as we touch them instead of waiting until quit time.
2000-09-01 19:03:23 +00:00
conrad%ingress.com
75afe2361d
Not part of build.
1. Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib.
2. Added routine to show how to start up the app with a given profile.
2000-08-14 03:04:08 +00:00
conrad%ingress.com
8a4ae1ad25
Not part of build.
Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib.
2000-08-14 03:03:05 +00:00
conrad%ingress.com
efb3e08b96
Not part of build.
Added EmbedAPI lib to project.
2000-08-14 03:01:10 +00:00
warren%netscape.com
2b01440bc0
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
vidur%netscape.com
97aa0897c8
Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski
2000-07-12 23:56:14 +00:00
conrad%ingress.com
e695347dab
* Not part of build *
Filled in some nsIWebBrowserChrome and nsIBaseWindowMethods which were only stubbed out before.
2000-06-26 02:25:16 +00:00
conrad%ingress.com
9d1f31ba99
* Not part of build *
Changd nsAllocator::Free() to nsCRT::free()
2000-06-26 02:23:10 +00:00
conrad%ingress.com
5cd62834ce
* Not part of build *
Hooked up progress UI
2000-06-26 02:21:51 +00:00
conrad%ingress.com
008dba3d35
* Not part of build *
Hooked up progress UI.
2000-06-26 02:21:27 +00:00
conrad%ingress.com
092e59c638
* Not part of build *
Added SetWebBrowser()
2000-06-26 02:20:54 +00:00
conrad%ingress.com
f01ee3a471
* Not part of build *
Took out calls to Repeater and PR_Sleep.
Added SetWebBrowser()
2000-06-26 02:20:04 +00:00
conrad%ingress.com
56f54580dc
* Not part of build *
Moved calls to Repeater to ProcessEvent(). This used to be done in the SpendTime() method of each CBrowserShell which was wrong.
2000-06-26 02:18:32 +00:00
conrad%ingress.com
b52c87855a
* Not part of build *
Added res ID for plain browser window.
2000-06-26 02:13:19 +00:00
conrad%ingress.com
f12006415b
* Not part of build *
Added progress bar.
2000-06-26 02:12:32 +00:00
bryner%uiuc.edu
bb67ece49c
Moving persistence-related methods from nsIXULWindow to
...
nsIWebBrowserChrome as a basis for fixing bug 15555. r=valeski.
2000-06-21 22:05:28 +00:00
rpotts%netscape.com
44dfb4b825
Reworked the nsIWebProgress interfaces and implementation...
2000-06-19 05:54:37 +00:00
conrad%ingress.com
383ddecafc
Not part of the build!
This class now descends from LControl instead of LView.
2000-06-12 21:54:05 +00:00
conrad%ingress.com
278ca8c42a
Not part of the build!
This class now descends from LControl instead of LView.
2000-06-12 21:48:56 +00:00
conrad%ingress.com
fd1d842dc6
Not part of the build!
Holds a ref to the nsIWebBrowser.
2000-06-12 21:48:13 +00:00
conrad%ingress.com
59332eb3c3
Not part of the build!
Updated implementation of nsIPrompt for its changed API.
Implemented SetWebBrowser.
2000-06-12 21:47:14 +00:00
conrad%ingress.com
43c06c1e69
Not part of the build!
Can be compiled without using PowerPlant PCH.
2000-06-12 21:45:18 +00:00
conrad%ingress.com
2a85a59d9f
Not part of the build!
Added accessor to get the CBrowserShell.
2000-06-12 21:41:47 +00:00
conrad%ingress.com
b20131a2e2
Not in the build!
Now tells its chrome about its CBrowserShell's nsIWebBrowser.
No longer loads a URL on FinishCreateSelf.
When the window is resized, resizes the widget first before calling inherited method. This bug caused the throbber not to redraw when the window was enlarged.
2000-06-12 21:40:29 +00:00
conrad%ingress.com
bcc53826a3
Not in the build!
Added accessor for nsIWebBrowser.
2000-06-12 21:37:47 +00:00
conrad%ingress.com
5300b8e34e
Not in the build!
Removed nsIPref instance variable since now we use service.
2000-06-12 21:36:16 +00:00
conrad%ingress.com
34bc9f4f9c
Not in the build!
Use prefs service instead of creating instance.
2000-06-12 21:35:28 +00:00
conrad%ingress.com
ab216067cf
Not in the build!
Changed definition of throbber.
2000-06-12 21:33:55 +00:00
conrad%ingress.com
b593cf8cc6
Not in the build!
Removed unused access path.
2000-06-12 21:32:36 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
pavlov%netscape.com
803190ad4b
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
conrad%ingress.com
506d08959e
Use nsString::AssignWithConversion to build nsStrings from char strings.
2000-05-03 01:27:15 +00:00
conrad%ingress.com
8b9ed74a88
Added nsIPrompt implementation.
2000-05-03 01:24:54 +00:00
conrad%ingress.com
d21a262f7c
Use AssignWithConversion to make nsString.
2000-05-03 01:23:13 +00:00
conrad%ingress.com
5d73d4b682
Use AssignWithConversion to create nsAutoString from char string.
2000-05-03 01:21:59 +00:00
conrad%ingress.com
4db8b141c2
Added resource IDs for nsIPrompt implementation.
2000-05-03 01:09:32 +00:00
conrad%ingress.com
6664c88aea
Added resources for nsIPrompt implementation.
2000-05-03 01:07:37 +00:00
conrad%ingress.com
3d07f48e15
Made access paths within the CW folder more specific.
2000-04-24 03:49:08 +00:00
conrad%ingress.com
9c83923bc7
In SetTopLevelWindow, no longer calling AddProgressListener. This is redundant because the call to nsIWebBrowser::SetTopLevelWindow already makes the chrome the progress listening parent. The redundancy makes each of the nsIWebProgressListener methods in the chrome get called an extra time.
2000-04-24 03:47:43 +00:00
conrad%ingress.com
cb2d3585f7
Removed BeginDocumentLoad/EndDocumentLoad. This functionality is handled by OnStatusNetStart/OnStatusNetStop.
2000-04-24 03:40:53 +00:00
conrad%ingress.com
a883264dcd
Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener.
2000-04-24 03:37:55 +00:00
conrad%ingress.com
0003fa9f28
1. Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener.
2. Fixed OnStatusChange. More than one status bit could be set and it was not handling this.
2000-04-24 03:37:10 +00:00
conrad%ingress.com
718c4b9891
First Checked In.
2000-04-17 12:27:12 +00:00
conrad%ingress.com
33dce6c501
First Checked In.
2000-04-17 12:19:56 +00:00