pjs/dom/src/base
jst%mozilla.org f4d2eae188 Fixing bug 389856. Fix dialog argument handling. r=mrbkap@gmail.com, sr=jonas@sicking.cc 2007-08-01 22:38:44 +00:00
..
.cvsignore
Makefile.in move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-25 05:35:40 +00:00
domerr.msg Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas 2007-07-25 04:29:49 +00:00
nsBarProps.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
nsBarProps.h Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org 2004-12-10 19:48:22 +00:00
nsDOMClassInfo.cpp Fix assertion and incorrect '!' that could cause us to create cross-origin wrappers in the wrong scope. bug 389796, r+sr=jst 2007-07-30 21:47:03 +00:00
nsDOMClassInfo.h Implement cross-origin wrappers to gate accesses between sites that are cross origin. This will prevent sites from monkeying with each other by doing bad things to allAccess properties, and pave the way for more security work. bug 367911, r=jst rs=brendan 2007-07-26 19:18:07 +00:00
nsDOMException.cpp Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas 2007-07-25 04:29:49 +00:00
nsDOMException.h Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas 2007-07-25 04:29:49 +00:00
nsDOMScriptObjectFactory.cpp Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 17:52:53 +00:00
nsDOMScriptObjectFactory.h Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 17:52:53 +00:00
nsDOMWindowList.cpp Implement cross-origin wrappers to gate accesses between sites that are cross origin. This will prevent sites from monkeying with each other by doing bad things to allAccess properties, and pave the way for more security work. bug 367911, r=jst rs=brendan 2007-07-26 19:18:07 +00:00
nsDOMWindowList.h Landing fix for bug 368090. Code cleanup by kevin.heart@gmail.com, r+sr=jst@mozilla.org 2007-01-24 23:31:12 +00:00
nsDOMWindowUtils.cpp Bug 280959: Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-26 04:14:35 +00:00
nsDOMWindowUtils.h Bug 364508, add api to synthesize events at the widget level, r+sr=roc 2007-02-26 21:14:19 +00:00
nsFocusController.cpp Fix for bug 386189 (Cursor navigation by keyboard (arrow keys) does not work on designMode (including composer)). r/sr=jst 2007-07-18 10:24:37 +00:00
nsFocusController.h Backing out patch of bug 261074 (OnFocus fires twice when window restored) due to unfixed regressions. 2007-06-17 10:59:20 +00:00
nsGlobalWindow.cpp Bug 389988 - showModalDialog should not throw when blocked by the popup blocker (should return null instead). r+sr=jst, a=mconnor over IRC 2007-07-30 04:59:17 +00:00
nsGlobalWindow.h Fixing bug 194404. Adding support for window.showModalDialog() for compatibility with IE. r+sr=jonas@sicking.cc 2007-07-26 17:52:53 +00:00
nsGlobalWindowCommands.cpp Followup to bug 348748 to fix the alignment of trailing backslashes in macros 2007-07-11 08:46:49 +00:00
nsGlobalWindowCommands.h Fix bug 201560: reimplement the DOM window controller using shared controller code, and a singleton nsIControllerCommandTable. This reduces the number of string compares when updating commands, and is cleaner. Include some string cleanup in SetCursor() to reduce codesize. r=brade/jkeiser, sr=jst. 2003-04-12 03:08:23 +00:00
nsHistory.cpp Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of 2007-05-01 22:24:25 +00:00
nsHistory.h Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org 2004-12-10 19:48:22 +00:00
nsJSEnvironment.cpp Fixing bug 389856. Fix dialog argument handling. r=mrbkap@gmail.com, sr=jonas@sicking.cc 2007-08-01 22:38:44 +00:00
nsJSEnvironment.h Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst. 2007-03-08 11:17:16 +00:00
nsJSTimeoutHandler.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
nsJSUtils.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
nsJSUtils.h Bug 333078: XPCOM cycle collector 2007-01-04 22:31:26 +00:00
nsLocation.cpp Bug 372554 - "ASSERTION: cannot set host on no-auth url" trying to set location.hostname at a file: URL 2007-05-04 06:42:29 +00:00
nsMimeTypeArray.cpp Refactor nsIMIMEInfo and nsExternalHelperAppService to support local and web-based protocol handlers (bug 384374), r=biesi, sr=sicking 2007-07-05 19:31:46 +00:00
nsMimeTypeArray.h Landing fix for bug 368090. Code cleanup by kevin.heart@gmail.com, r+sr=jst@mozilla.org 2007-01-24 23:31:12 +00:00
nsPluginArray.cpp Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan 2006-06-12 22:39:55 +00:00
nsPluginArray.h Landing fix for bug 368090. Code cleanup by kevin.heart@gmail.com, r+sr=jst@mozilla.org 2007-01-24 23:31:12 +00:00
nsScreen.cpp Search docshell ancestors for a device context if it can't be found on the current one. b=377539 r+sr=bzbarsky 2007-05-08 09:43:59 +00:00
nsScreen.h Landing fix for bug 368090. Code cleanup by kevin.heart@gmail.com, r+sr=jst@mozilla.org 2007-01-24 23:31:12 +00:00
nsScriptNameSpaceManager.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
nsScriptNameSpaceManager.h Bug 379140, support global properties that are chrome only, r+sr=jst 2007-06-26 14:44:20 +00:00
nsWindowRoot.cpp Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
nsWindowRoot.h Bug 339649, incorrect script-global used in nsXBLPrototypeHandler::ExecuteHandler (with bustage fix), r=sicking, sr=jst 2007-07-06 13:47:51 +00:00