.. |
crashtests
|
Fix crashtest to be more similar to the original testcase in the bug, by not referring to a file that doesn't exist.
|
2009-05-07 17:39:26 -07:00 |
Makefile.in
|
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
|
2009-05-07 15:21:53 -04:00 |
nsAboutRedirector.cpp
|
Bug 349451 - "about:about is File not found error" [r+sr=bzbarsky]
|
2008-10-24 01:33:02 -05:00 |
nsAboutRedirector.h
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-09-15 09:51:56 +00:00 |
nsCDefaultURIFixup.idl
|
|
|
nsDefaultURIFixup.cpp
|
backing out bug 393246 for final to resolve bug 432836, a=schrep
|
2008-05-09 17:53:37 -07:00 |
nsDefaultURIFixup.h
|
Bug 445570 - Heap-allocated autostrings in DOM/content, r+sr=jst
|
2008-07-17 11:05:20 -04:00 |
nsDocShell.cpp
|
Back out bug 474369, suspected of causing dhtml and tp3 regression
|
2009-06-12 23:20:55 +02:00 |
nsDocShell.h
|
Bug 498319, r+sr=bz
|
2009-06-16 12:05:09 +03:00 |
nsDocShellEditorData.cpp
|
Initialize members. b=479713 r+sr=roc
|
2009-02-24 21:06:34 +01:00 |
nsDocShellEditorData.h
|
Bug 474389. Fix the 'set up editor after this load' setup, which hasn't really worked for a while, except for initial loads in the window. r+sr=peterv
|
2009-01-23 10:16:10 -05:00 |
nsDocShellEnumerator.cpp
|
Bug 474369 - get rid of nsVoidArray, docshell part; r=bzbarsky
|
2009-04-03 23:21:40 +02:00 |
nsDocShellEnumerator.h
|
Bug 474369 - get rid of nsVoidArray, docshell part; r=bzbarsky
|
2009-04-03 23:21:40 +02:00 |
nsDocShellLoadInfo.cpp
|
Bug 475636: Disallow refresh to javascript uris. r/sr=bz
|
2009-03-09 23:03:39 -07:00 |
nsDocShellLoadInfo.h
|
Bug 475636: Disallow refresh to javascript uris. r/sr=bz
|
2009-03-09 23:03:39 -07:00 |
nsDocShellLoadTypes.h
|
Fixing comments and assertion text. Bug 466681
|
2008-11-26 13:48:36 -05:00 |
nsDocShellTransferableHooks.cpp
|
|
|
nsDocShellTransferableHooks.h
|
|
|
nsDownloadHistory.cpp
|
Fix typo.
|
2007-11-30 23:20:58 -08:00 |
nsDownloadHistory.h
|
Bug 405241 - "Don't register nsDownloadHistory if it's not needed" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=biesi sr=bzbarsky a1.9=damons]
|
2007-11-30 23:18:43 -08:00 |
nsDSURIContentListener.cpp
|
Bug 458167 - Fix bad usage of "it's" in comments: patch for docshell folder. r=bsmedberg
|
2009-02-05 18:05:03 -08:00 |
nsDSURIContentListener.h
|
|
|
nsGlobalHistory2Adapter.cpp
|
|
|
nsGlobalHistory2Adapter.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsGlobalHistoryAdapter.cpp
|
|
|
nsGlobalHistoryAdapter.h
|
Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me
|
2007-04-23 07:21:53 -07:00 |
nsIChannelClassifier.idl
|
Bug 441359: Check script and css loads against the classifier. r+sr=jonas
|
2009-01-13 23:13:48 -08:00 |
nsIContentViewer.idl
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
|
2009-01-15 16:27:09 +13:00 |
nsIContentViewerEdit.idl
|
|
|
nsIContentViewerFile.idl
|
|
|
nsIDocShell.idl
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
nsIDocShellHistory.idl
|
|
|
nsIDocShellLoadInfo.idl
|
Bug 475636: Disallow refresh to javascript uris. r/sr=bz
|
2009-03-09 23:03:39 -07:00 |
nsIDocShellTreeItem.idl
|
Move nsIDocShellTreeItem::childOffset to nsDocShell and remove all uses except internally by nsDocShell (it should be removed eventually). b=376562 r=Olli.Pettay sr=bzbarsky
|
2007-05-17 20:49:14 -07:00 |
nsIDocShellTreeNode.idl
|
Make nsIDocShellTreeItem inherit from nsIDocShellTreeNode. Bug 377303,r=bsmedberg, sr=biesi
|
2007-05-06 14:06:28 -07:00 |
nsIDocShellTreeOwner.idl
|
Remove trunk instances of MOZILLA_1_8_BRANCH interfaces. Bug 347910, r+sr+a=jst
|
2007-10-05 16:37:25 -07:00 |
nsIDownloadHistory.idl
|
Bug 401174 - Allow how exthandler adds downloads to history to be overridden. r=biesi, sr=bz, a=mconnor
|
2007-11-23 12:20:41 -08:00 |
nsIEditorDocShell.idl
|
|
|
nsIGlobalHistory2.idl
|
|
|
nsIGlobalHistory3.idl
|
|
|
nsIGlobalHistory.idl
|
|
|
nsILoadContext.idl
|
Bug 457153. Introduce an nsILoadContext interface so that consumers can get load context information from a channel/loadgroup without having to depend on getInterface of docshell stuff. r=dwitte for cookie part, r=jst for rest, sr=jst, a=beltzner for CLOSED TREE
|
2008-11-24 13:32:04 -05:00 |
nsIMarkupDocumentViewer.idl
|
Update UUID after checkin for bug 4821
|
2007-07-26 13:27:21 -07:00 |
nsIScrollable.idl
|
|
|
nsITextScroll.idl
|
|
|
nsIURIClassifier.idl
|
block document loads for URIs tagged as malware by the url-classifier service. b=384941, r=bzbarsky, r=tony, sr=biesi, ui-r=johnath, a=bzbarsky
|
2007-08-31 16:18:46 -07:00 |
nsIURIFixup.idl
|
|
|
nsIWebNavigation.idl
|
Bug 466681. Undo the weirdness in the webnavigation flags. r+sr=jst
|
2008-11-25 20:48:03 -05:00 |
nsIWebNavigationInfo.idl
|
|
|
nsIWebPageDescriptor.idl
|
|
|
nsWebNavigationInfo.cpp
|
Bug 340841. Infinite loop with some plugins when screen reader is runnng -- empty tabs keep opening. r=biesi, sr=jst
|
2006-07-27 16:54:55 +00:00 |
nsWebNavigationInfo.h
|
|
|