jst%mozilla.jstenback.com
e318982cf2
Set emacs mode to C++ in C++ files. No code changes.
2006-05-19 15:33:12 +00:00
benjamin%smedbergs.us
68537c76ad
Bug 331117 - Layout module shold not shut down until all documents/windows have been released, r+sr=dbaron
2006-05-19 09:31:57 +00:00
jst%mozilla.jstenback.com
4ce1a1ed2a
Uninlining nsSessionStorageEntry ctor and dtor to fix build bustage, and adding missing NS_ENSURE_SUCCESS().
2006-05-19 08:02:27 +00:00
jst%mozilla.jstenback.com
d4c5d1978f
Attempting to fix win32 build bustage.
2006-05-19 07:21:43 +00:00
jst%mozilla.jstenback.com
277dce8837
Tweak last crash fix to do the right thing.
2006-05-19 07:21:09 +00:00
jst%mozilla.jstenback.com
4df825703e
Fixing crash when aData is null in nsGlobalWindow:Observe() when observing dom storage notifications. Fallout from bug 335540.
2006-05-19 06:51:10 +00:00
jst%mozilla.jstenback.com
2fa424d56e
Fixing bug 335540. Implement whatwg webapps storage. Patch by neil@mozilla.com and jst@mozilla.com, r/sr=neil/vlad/jst.
2006-05-19 05:57:36 +00:00
brendan%mozilla.org
b38278fc5b
Missing NS_OK from roc's checkin, in nsGlobalWindow::FireDelayedDOMEvents.
2006-05-17 13:32:52 +00:00
timeless%mozdev.org
1b825326c2
Reverting. This is the wrong way to address the item.
2006-05-11 14:04:09 +00:00
timeless%mozdev.org
51210a6fce
Bug 334290 nsJSEventListener::HandleEvent inconsistently uses &stackPtr/stackPtr for JS_(Push|Pop)Arguments
...
r=jst sr=jst
2006-05-11 13:13:01 +00:00
darin%meer.net
7d3e7d7acd
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
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
bzbarsky%mit.edu
06e999a39b
More IsNodeOfType. Bug 336822, r+sr=sicking
2006-05-06 03:25:58 +00:00
myk%mozilla.org
c5b8e2d95e
Initial support for microsummaries via a service and integration into the bookmarks UI.
...
bug=334471
r=brettw
a=ben for the branch
2006-05-05 22:45:37 +00:00
cvshook%sicking.cc
36f352636c
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
2006-05-05 06:52:21 +00:00
dbaron%dbaron.org
6b3334799e
Redo fix for bug 335298 (handling non-ASCII in result strings of javascript URLs) using UTF-8 instead of UTF-16 in the hopes of fixing bug 335554 (shockwave plugin issue). b=335298 r+sr=brendan
2006-05-04 19:12:26 +00:00
roc+%cs.cmu.edu
8cbb7632ce
Bug 336359. Fire WHATWG online/offline events when the browser offline status changes. r+sr=darin
2006-05-03 21:53:08 +00:00
vladimir%pobox.com
9deeec1b6b
b=336331, fix toDataURL to be more in line with the whatwg spec, r+sr=roc
2006-05-03 00:48:27 +00:00
bzbarsky%mit.edu
fca88cd9e1
Add an interface for nested URIs (like jar:, view-source:, etc) to implement
...
and use it in various places. Create null principals if asked for a codebase
principal for a codebase that doesn't have an inherent security context (eg
data: or javascript:). Bug 334407, r=biesi,dveditz, sr=darin
2006-05-02 18:54:19 +00:00
bzbarsky%mit.edu
533eb3c678
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
2006-04-27 18:21:11 +00:00
jwatt%jwatt.org
e4139dd0a7
Fixing bug 335450. Remove our extensions to the SVG DOM interfaces. r=tor@acm.org, sr=roc@ocallahan.org
2006-04-26 21:02:25 +00:00
neil%parkwaycc.co.uk
de6fc340e9
Improve box object hashtable storage b=326931 r=jst sr=bz
2006-04-26 12:42:49 +00:00
peterv%propagandism.org
e34275039b
Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst.
2006-04-26 09:19:48 +00:00
axel%pike.org
74e36ef92d
bug 328956, chop dead wood off of toolkit, r=ben
2006-04-26 08:10:41 +00:00
roc+%cs.cmu.edu
d23fe29f4c
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
2006-04-26 01:57:22 +00:00
dbaron%dbaron.org
b2976a3673
Make the results of javascript: URLs stay UTF-16 rather than removing the high byte of the characters, and set the encoding on the channel to UTF-16. b=335298 r=darin sr=brendan
2006-04-25 16:49:47 +00:00
mrbkap%gmail.com
100614cf8e
Backing out bug 326497 again to see if it fixes the problems that we're seeing with us not recognizing functions set on [classname].prototype.
2006-04-24 19:27:25 +00:00
vladimir%pobox.com
224933de70
b=333177, update canvas internal interfaces, optimize canvas, and fix some implementation bugs; r=stuart
2006-04-18 21:23:15 +00:00
bzbarsky%mit.edu
16a6738a82
Make sure to always initialize rv. Bug 334233, r+sr=jst
2006-04-17 23:24:38 +00:00
bzbarsky%mit.edu
a7d5abbf9a
Fix typo. This checkin and the previous one are both for bug 334245.
2006-04-17 22:29:45 +00:00
bzbarsky%mit.edu
5b460ad0df
addEventListener has 3 args, not 0. r+sr+branch181=jst
2006-04-17 22:05:42 +00:00
timeless%mozdev.org
d833e0459f
Bug 333837 Crash in [@ nsJSContext::nsJSContext] / XUL / DOM
...
r=jst sr=bz
2006-04-16 09:17:46 +00:00
mrbkap%gmail.com
82cf1531d4
-- Allow the DOM script object factory to turn XPConnect return values into proper nsIException objects.
...
-- Make nsDOMClassInfo::ThrowJSException never throw null as an exception.
-- Make XPCException::ToString grab the description of the result as well as the name.
r+sr=jst
2006-04-15 00:37:51 +00:00
tor%cs.brown.edu
e1cbcc69e9
Bug 332162 - deCOMtaminate SVGLength. r=jwatt, sr=roc
2006-04-14 15:09:39 +00:00
bzbarsky%mit.edu
6c5d019ee9
Remove non-IDL interfaces from classinfo list. Bug 327156, r+sr+branch181=jst
2006-04-13 18:54:48 +00:00
gavin%gavinsharp.com
652e44bfc3
Bug 331614: window.open unnecessarily escapes all URLs (can't handle IDN/extended domain-names), r=bzbarsky, sr=darin
2006-04-12 18:34:36 +00:00
Olli.Pettay%helsinki.fi
388290ba7e
Bug 330494, changing the category names per bz' suggestion
2006-04-11 17:05:25 +00:00
jst%mozilla.jstenback.com
3820cfcf55
Fixing bug 321299. Make sure XPConnect wrappers get properly reparented when moving nodes from document to document. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu
2006-04-11 03:49:44 +00:00
mrbkap%gmail.com
d13fdde6ec
Fixing build bustage
2006-04-10 22:16:34 +00:00
mrbkap%gmail.com
aa30098ef8
Try fixing bug 326497 again, this time allowing DOM constructors to be wrapped in cross-domain settings, since some of them can be used (e.g., Location). r+sr=jst for the DOM bits, r=brendan sr=shaver for the XPConnect bits.
2006-04-10 21:40:28 +00:00
Olli.Pettay%helsinki.fi
daa66aba0f
Bug 330494, Remove NS_EVENT_FLAG_INIT. Makes NN4 event handling and preventBubble and preventCapture methods no-op. r=sicking, sr=jst
2006-04-10 17:04:54 +00:00
kairo%kairo.at
44a8e18641
bug 328317 - merge platform .jar files into en-US.jar, r=mento for the mozilla/config changes r=jag sr=Neil
2006-04-08 11:49:47 +00:00
bzbarsky%mit.edu
412c1c2920
First part of fix for bug 309721, r+sr=jst
2006-04-08 03:23:37 +00:00
bzbarsky%mit.edu
bc79941a18
When running javascript: URIs in chrome, fall back on a null principal instead
...
of crashing. Bug 328697, r=mrbkap, sr=jst
2006-04-08 01:46:29 +00:00
bryner%brianryner.com
fa4bb1fc7f
Back out patch for bug 332640 to fix regression bug 333051. r+sr-bzbarsky
2006-04-08 01:46:06 +00:00
bryner%brianryner.com
3131353bc6
Make screen properties work even if the docshell hasn't created a content viewer yet, by getting the device context through the widget instead of the prescontext (bug 332640). r+sr=bzbarsky.
2006-04-06 17:06:21 +00:00
martijn.martijn%gmail.com
d41ebb7f6e
Bug 332285 - Fixing my screw-up, r+sr=roc
2006-04-04 20:47:24 +00:00
bzbarsky%mit.edu
a387e5f3f3
More happy rooting. Bug 328007, r=sicking, sr=brendan
2006-04-04 02:39:12 +00:00
martijn.martijn%gmail.com
7d63a3aa80
Bug 332285 - nsGlobalWindow.cpp and nsCommandManager.cpp should use nsContentUtils::IsCallerChrome, r+sr=roc
2006-04-03 22:05:40 +00:00
mrbkap%gmail.com
879d882bcb
Use JS_DefineProperty instead of JS_SetProperty in more places. bug 330773, r=jst sr=brendan
2006-04-03 16:54:53 +00:00