mrbkap%gmail.com
351b267f3b
Protect against null contexts. bug 340602, r+sr=roc
2006-06-07 17:15:51 +00:00
mrbkap%gmail.com
f9eee2880d
Attempt to gain back some of the optimization that bug 339918 disabled. bug 340537, r+sr=bzbarsky
2006-06-06 22:02:15 +00:00
bzbarsky%mit.edu
088a10e798
Remove XULAttr classinfo, and make Attr use NodeSH. Bug 336849, r=sicking, sr=jst
2006-06-06 15:42:41 +00:00
mrbkap%gmail.com
48b1737752
Just because there isn't a stack frame with a function object doesn't mean that code isn't running. bug 339918, r=jst sr=brendan
2006-06-05 20:55:59 +00:00
brendan%mozilla.org
ae9bc36df7
Fix orange balsa by landing mrbkap's patch for 326497, plus other fixes (340340, r=mrbkap).
2006-06-05 07:18:02 +00:00
timeless%mozdev.org
25faaa6896
Bug 337917 Make consumers stop using cids from other modules
...
r=neil sr=darin
2006-06-03 23:42:13 +00:00
timeless%mozdev.org
9391198a55
Bug 337917 Make consumers stop using cids from other modules
...
r=smontagu sr=darin
2006-06-03 23:35:59 +00:00
dbaron%dbaron.org
61dd5c50db
Fix GC hazards associated with event handlers on images only reachable from their current network loads, some of which are regressions from 241518. b=321054 r=darin sr=bzbarsky
2006-06-01 18:35:21 +00:00
Olli.Pettay%helsinki.fi
8b173548bd
Bug 338897, Popup window crashes browser on close via javascript [@ nsLayoutUtils::HasPseudoStyle] r+sr=jst
2006-05-29 07:04:07 +00:00
timeless%mozdev.org
bab1ab1105
Bug 339488 Coverity complains that the wrong variable is null checked
...
r=dbaron sr=dbaron
2006-05-28 15:16:47 +00:00
jwatt%jwatt.org
33fea5fdaa
Fixing bug 328368. nsIDOMSVGSVGElement's getCurrentTime method is overridden by windows macro. r+sr=tor@acm.org
2006-05-26 15:40:48 +00:00
dbaron%dbaron.org
419e8ff863
Create a mechanism to allow GC participants to be marked as externally reachable due to network loads, make XMLHttpRequest a GC participant and use nsMarkedJSFunctionHolder to manage its event listeners just like DOM event listeners to avoid leaks due to cycles. b=206520 r=mrbkap, darin, bzbarsky sr=jst
2006-05-26 01:00:21 +00:00
gavin%gavinsharp.com
b9b66cc05b
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky
2006-05-25 21:22:32 +00:00
mrbkap%gmail.com
4e490726a3
Use the correct signedness here. bug 337951, r+sr=jst
2006-05-23 22:24:03 +00:00
benjamin%smedbergs.us
a0198f38e6
Fix libxul linkage for DOMStorage, no bug.
2006-05-23 17:55:17 +00:00
mrbkap%gmail.com
d9d26911f7
Normalize values before using them as timeouts to avoid hardware and os-dependent behaviors involving comparisons to NaN and infinity. bug 337951, r+sr=jst
2006-05-22 23:02:12 +00:00
bryner%brianryner.com
14c8ade4c5
Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst.
2006-05-22 20:37:32 +00:00
bryner%brianryner.com
de811b24ec
backing out 336696, I checked in the wrong version of the patch
2006-05-22 18:03:16 +00:00
bryner%brianryner.com
ac1c3b1456
Make command= event retargeting dispatch a new event rather than reusing the old one. Add a new interface for command events that supports a sourceEvent property for accessing the original event. Bug 336696, r=neil sr=jst.
2006-05-22 16:18:45 +00:00
neil%parkwaycc.co.uk
2b457eb0eb
Missing NS_DEFINE_STATIC_IID_ACCESSOR b=338667 rs=bsmedberg
2006-05-22 14:43:22 +00:00
peterv%propagandism.org
97c5bea9a9
Fix for bug 337047 (Remove unused DOMCI data). r/sr=jst.
2006-05-21 20:11:11 +00:00
vladimir%pobox.com
ab39366c02
b=338477 - implement whatwg isPointInPath/getImageData/putImageData canvas API; b=338545, canvas doesn't fully reset on resize; r=mrbkap
2006-05-20 09:22:30 +00:00
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