.. |
.cvsignore
|
|
|
Makefile.in
|
Move the load type constants into nsDocShellLoadTypes.h, for easier reuse outside of docshell. Bug 326706, r+sr=bzbarsky.
|
2006-02-11 00:17:36 +00:00 |
nsCDefaultURIFixup.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsCDocShell.idl
|
Landing fix for bug 239202, patch by trev@gtchat.de. Making nsIScriptGlobalObjectOwner not scriptable. r+sr=jst@mozilla.org
|
2004-07-16 17:03:10 +00:00 |
nsDefaultURIFixup.cpp
|
Bug 245597 (for (pkasting@google.com) r=darin sr=bz Keyword search should be activated for anything that isn't parseable as a URI
|
2006-06-15 21:15:28 +00:00 |
nsDefaultURIFixup.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsDocShell.cpp
|
336903 - feeds should not run with chrome privileges. Expose a currentDocumentChannel attribute on nsIDocShell to look at the channel of the currently loaded page (so that we can find out its actual real URI, etc vs. what webNavigation thinks it is (originalURI). r=bz sr=darin
|
2006-06-27 19:54:47 +00:00 |
nsDocShell.h
|
Make the documentURI of a document and the currentURI of a docshell immutable objects.
|
2006-05-31 17:57:14 +00:00 |
nsDocShellEditorData.cpp
|
Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu
|
2005-02-23 21:27:20 +00:00 |
nsDocShellEditorData.h
|
Fixing bug 209020. Make midas (document eiditing mode) not partially persist when leaving a page, and make it possible to turn off designMode dynamically in a page. r=brade@comcast.net, sr=bzbarsky@mit.edu
|
2005-02-23 21:27:20 +00:00 |
nsDocShellEnumerator.cpp
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsDocShellEnumerator.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 13:54:27 +00:00 |
nsDocShellLoadInfo.cpp
|
bug 266554 need real referrer internally for various uses. patch by jst, r/sr=dveditz,darin (ported from aviary)
|
2005-01-05 06:04:46 +00:00 |
nsDocShellLoadInfo.h
|
bug 266554 need real referrer internally for various uses. patch by jst, r/sr=dveditz,darin (ported from aviary)
|
2005-01-05 06:04:46 +00:00 |
nsDocShellLoadTypes.h
|
Move the load type constants into nsDocShellLoadTypes.h, for easier reuse outside of docshell. Bug 326706, r+sr=bzbarsky.
|
2006-02-11 00:17:36 +00:00 |
nsDocShellTransferableHooks.cpp
|
|
|
nsDocShellTransferableHooks.h
|
|
|
nsDSURIContentListener.cpp
|
Prevent loads starting after docshell destruction. Bug 332901, r=biesi, sr=darin
|
2006-04-11 22:37:59 +00:00 |
nsDSURIContentListener.h
|
Create a service that can be asked whether a given webnavigation (or a
|
2005-02-27 18:33:27 +00:00 |
nsGlobalHistory2Adapter.cpp
|
Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
|
2004-11-24 22:48:45 +00:00 |
nsGlobalHistory2Adapter.h
|
|
|
nsGlobalHistoryAdapter.cpp
|
Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
|
2006-03-03 03:34:48 +00:00 |
nsGlobalHistoryAdapter.h
|
|
|
nsIContentViewer.idl
|
Bug 244055. Forgot to update IID.
|
2006-04-03 01:16:24 +00:00 |
nsIContentViewerEdit.idl
|
Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr
|
2005-03-11 11:12:15 +00:00 |
nsIContentViewerFile.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsIDocShell.idl
|
336903 - feeds should not run with chrome privileges. Expose a currentDocumentChannel attribute on nsIDocShell to look at the channel of the currently loaded page (so that we can find out its actual real URI, etc vs. what webNavigation thinks it is (originalURI). r=bz sr=darin
|
2006-06-27 19:54:47 +00:00 |
nsIDocShellHistory.idl
|
Bug 250476 lowercase GetChildSHEntry and AddChildSHEntry in nsIDocShellHistory
|
2004-11-23 19:19:29 +00:00 |
nsIDocShellLoadInfo.idl
|
bug 298255: prevent browser screwiness caused by lazy extension authors loading their chrome extension in a content window instead of adding the -chrome commandline option. r=mconnor, sr=jst, a=chofmann
|
2005-07-07 09:45:47 +00:00 |
nsIDocShellTreeItem.idl
|
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
|
2005-01-11 19:36:40 +00:00 |
nsIDocShellTreeNode.idl
|
Fixing bug 103638 (and bug 273699). Targets with same name in different windows open in the wrong window. Patch by bzbarsky@mit.edu and myself, r=danm.moz@gmail.com, bzbarsky@mit.edu, sr=dveditz@cruzio.com, a=asa@mozilla.org
|
2005-01-11 19:36:40 +00:00 |
nsIDocShellTreeOwner.idl
|
Make it possible to target non-primary content <browser>s; specifically ones
|
2006-02-22 03:58:48 +00:00 |
nsIEditorDocShell.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsIGlobalHistory2.idl
|
Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
|
2006-03-03 03:34:48 +00:00 |
nsIGlobalHistory3.idl
|
Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
|
2006-03-03 03:34:48 +00:00 |
nsIGlobalHistory.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsIMarkupDocumentViewer.idl
|
Remove unused and unimplemented attribute on nsIMarkupDocumentViewer. Bug
|
2005-02-21 16:39:01 +00:00 |
nsIScrollable.idl
|
Land bug 72747 in pieces: Simplify the mechanism used to prevent framesets from having scrollbars. b=72747 r+sr=roc
|
2004-09-04 19:51:21 +00:00 |
nsITextScroll.idl
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
nsIURIFixup.idl
|
Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
|
2006-05-16 03:02:28 +00:00 |
nsIWebNavigation.idl
|
Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor
|
2006-04-03 23:17:51 +00:00 |
nsIWebNavigationInfo.idl
|
Create a service that can be asked whether a given webnavigation (or a
|
2005-02-27 18:33:27 +00:00 |
nsIWebPageDescriptor.idl
|
Bug 250474 Change nsIWebPageDescriptor.LoadPage to nsIWebPageDescriptor.loadPage
|
2004-07-14 22:53:37 +00:00 |
nsWebNavigationInfo.cpp
|
Fix whitespace nit from biesi on last checkin
|
2005-08-10 01:47:11 +00:00 |
nsWebNavigationInfo.h
|
Create a service that can be asked whether a given webnavigation (or a
|
2005-02-27 18:33:27 +00:00 |
nsWebShell.cpp
|
fixes bug 326155 "Adds support for restricting pings to same origin and limiting pings to no more than one per anchor" r=biesi sr=bzbarsky
|
2006-06-02 04:28:48 +00:00 |
nsWebShell.h
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |