.. |
.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
|
|
|
nsCDocShell.idl
|
|
|
nsDefaultURIFixup.cpp
|
Bug 323798: Keyword URL Needs to be localized, r=axel, sr=bzbarsky
|
2006-07-26 01:19:42 +00:00 |
nsDefaultURIFixup.h
|
|
|
nsDocShell.cpp
|
Flush out layout when someone asks how big we are. Bug 344861, r+sr=jst
|
2006-07-21 00:46:17 +00:00 |
nsDocShell.h
|
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
|
2006-07-04 20:48:33 +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
|
|
|
nsDocShellEnumerator.h
|
|
|
nsDocShellLoadInfo.cpp
|
|
|
nsDocShellLoadInfo.h
|
|
|
nsDocShellLoadTypes.h
|
Bug 341112: LOAD_FLAGS_BYPASS_CACHE flag of nsIWebNavigation::loadURI doesn't work, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=biesi, sr=darin
|
2006-07-08 21:25:08 +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
|
|
|
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
|
|
|
nsIDocShell.idl
|
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
|
2006-07-04 20:48:33 +00:00 |
nsIDocShellHistory.idl
|
|
|
nsIDocShellLoadInfo.idl
|
Bug 341112: LOAD_FLAGS_BYPASS_CACHE flag of nsIWebNavigation::loadURI doesn't work, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=biesi, sr=darin
|
2006-07-08 21:25:08 +00:00 |
nsIDocShellTreeItem.idl
|
|
|
nsIDocShellTreeNode.idl
|
|
|
nsIDocShellTreeOwner.idl
|
Make it possible to target non-primary content <browser>s; specifically ones
|
2006-02-22 03:58:48 +00:00 |
nsIEditorDocShell.idl
|
|
|
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
|
|
|
nsIMarkupDocumentViewer.idl
|
Remove unused and unimplemented attribute on nsIMarkupDocumentViewer. Bug
|
2005-02-21 16:39:01 +00:00 |
nsIScrollable.idl
|
|
|
nsITextScroll.idl
|
|
|
nsIURIFixup.idl
|
Remove the keyword: protocol handler. Expose the functionality on nsIURIFixup
|
2006-05-16 03:02:28 +00:00 |
nsIWebNavigation.idl
|
Bug 241972 (new window opened by window.open('xxx.exe') or target="_blank" isn't closed automatically when a download begins). Fix stores state on the channel indicating whether a window was opened specifically for the download. The external helper app service then closes the window if there is no refresh header and if the window was opened specifically for the download. r=cbiesinger, sr=darin
|
2006-07-04 20:48:33 +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
|
|
|
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 |