mrbkap%gmail.com
|
bfd83c86b9
|
Always call BindCompiledEventHandler now that we treat all event handlers as being shared. bug 341356, r=mhammond sr=sicking a=pavlov
|
2006-06-14 01:31:25 +00:00 |
|
mhammond%skippinet.com.au
|
0f241835df
|
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
|
2006-06-13 03:07:47 +00:00 |
|
martijn.martijn%gmail.com
|
15deffdb3e
|
Bug 76131 - localName should be null for all nodetypes except Element and Attr, r+sr=bugmail. Patch by Alex Vincent
|
2006-06-12 22:47:37 +00:00 |
|
mrbkap%gmail.com
|
98997f8669
|
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 |
|
vladimir%pobox.com
|
94a2dfe7a9
|
b=341280, canvas getImageData needs to check for negative width/height, r=pavlov,a=vlad
|
2006-06-12 20:20:13 +00:00 |
|
jwalden%mit.edu
|
28de87e252
|
Bug 159167 - Implement DOM3 isEqualNode(). Patch by Alex Vincent <ajvincent@gmail.com>, r+sr=sicking
|
2006-06-12 18:54:48 +00:00 |
|
mark%moxienet.com
|
e084450e4b
|
336012 Copying content from browser and pasting into (Mac) Terminal results in URL instead of selected text, URL contains 0-bytes. Part 1: don't map the URL of a page that text was copied from to a public flavor on Mac. r=David.R.Gardiner sr=roc
|
2006-06-12 17:30:22 +00:00 |
|
cbiesinger%web.de
|
b6ddf6008a
|
Also add using declarations for OnStartRequest and OnStopRequest,
to fix new compile warnings. bug 341096 r+sr=bz
|
2006-06-12 17:11:43 +00:00 |
|
cbiesinger%web.de
|
f116f57d3a
|
Bug 341077 Show intrinsic state in content tree dumps
r+sr=bz
|
2006-06-12 17:03:31 +00:00 |
|
longsonr%gmail.com
|
37551a947a
|
Bug 340542 - SVG Consolidate functionality to get primary frame. r=tor,r+sr=bzbarsky
|
2006-06-12 16:14:31 +00:00 |
|
martijn.martijn%gmail.com
|
0a6dcb125d
|
Bug 333922 - Setting designMode doesn't work with enhanced privileges on a frame with a different domain, r+sr=bzbarsky
|
2006-06-12 08:55:37 +00:00 |
|
tor%cs.brown.edu
|
046686ac76
|
Bug 340850 - Use nsTArray in SVG path parsing. r+sr=roc
|
2006-06-08 20:16:04 +00:00 |
|
bzbarsky%mit.edu
|
642b358e3a
|
Make sure to null out mRootContent in Destroy when we unbind it. Bug 326645, r+sr+branch181=sicking
|
2006-06-08 04:41:24 +00:00 |
|
bzbarsky%mit.edu
|
d82cef21db
|
Fix notifications so we don't double-notify when closing tags. Bug 339249,
r=mrbkap, sr=sicking
|
2006-06-08 04:38:44 +00:00 |
|
bzbarsky%mit.edu
|
9d3573c2a5
|
Add assertion to catch issues like bug 312704. r=mrbkap, sr=sicking
|
2006-06-08 04:29:28 +00:00 |
|
bzbarsky%mit.edu
|
6e37157407
|
Cache the list of form controls, so loading a large page with lots of form
controls outside forms is not O(N^2). Bug 336062, r+sr=sicking
|
2006-06-08 04:28:20 +00:00 |
|
mrbkap%gmail.com
|
8f01b34f73
|
Protect against null contexts. bug 340602, r+sr=roc
|
2006-06-07 17:15:51 +00:00 |
|
roc+%cs.cmu.edu
|
4c63027607
|
Bug 334765. Testing backout to see if it was responsible for btek's Tp change.
|
2006-06-07 02:35:57 +00:00 |
|
sayrer%gmail.com
|
e8e9d19473
|
b=339530. Basic auth fails with XMLHttpRequest. r=peterv, sr=jst
|
2006-06-07 01:42:22 +00:00 |
|
sayrer%gmail.com
|
de7e7f2b09
|
b=331668. nsGenericElement::doInsertChildAt doesn't check aParent when setting mutation.mRelatedNode. Patch by Alex Vincent <ajvincent@gmail.com>. r+sr=peterv.
|
2006-06-07 01:23:26 +00:00 |
|
roc+%cs.cmu.edu
|
3c9961813f
|
Trying to fix gaius bustage by forcing nsGkAtoms to rebuild.
|
2006-06-06 23:51:13 +00:00 |
|
roc+%cs.cmu.edu
|
f3396e769c
|
Bug 338718. Fix mouseover recursion check to actually work. r=mats,sr=bzbarsky
|
2006-06-06 23:18:38 +00:00 |
|
roc+%cs.cmu.edu
|
01bb98b57e
|
Bug 338718. Fix mouseover recursion check to actually work. r=mats,sr=bzbarsky
|
2006-06-06 23:15:06 +00:00 |
|
roc+%cs.cmu.edu
|
47e312e575
|
Bug 334765. Don't include scroll offsets in DOM element offset calculations. r+sr=bzbarsky
|
2006-06-06 22:31:17 +00:00 |
|
roc+%cs.cmu.edu
|
d66c475b1c
|
Bug 336674. Fire JS "script context done" notifications when a context exits even if there is another context above it on the stack. r+sr=jst
|
2006-06-06 21:37:32 +00:00 |
|
Jan.Varga%gmail.com
|
e5158d88ef
|
Fix for bug 296040. Cell-based selection in trees
r=Neil Deakin, sr=Neil Rashbrook, sponsored by BEToptions
|
2006-06-06 20:05:13 +00:00 |
|
bzbarsky%mit.edu
|
81b20d42d1
|
Fix IsDoneAddingChildren() for <embed>. Bug 339327, r+sr=peterv
|
2006-06-06 15:33:54 +00:00 |
|
enndeakin%sympatico.ca
|
b1f70632e5
|
Bug 335755, report overlay errors instead of showing grey bar,r=sicking,sr=jst
|
2006-06-06 14:08:57 +00:00 |
|
longsonr%gmail.com
|
32654d0b7c
|
Bug 339807 - SVG layout changes should be flushed before DOM calls. r=tor,sr=bzbarsky
|
2006-06-06 09:03:02 +00:00 |
|
Olli.Pettay%helsinki.fi
|
5e667ae978
|
Bug 338954, Make .innerHTML to work without DOM Ranges, r=sicking, sr=jst
|
2006-06-05 20:32:48 +00:00 |
|
Olli.Pettay%helsinki.fi
|
c7e943414a
|
rest of Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event, r+sr=bz
|
2006-06-05 18:38:54 +00:00 |
|
brendan%mozilla.org
|
928b5dc750
|
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
|
a768026fc9
|
Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
|
2006-06-03 23:35:59 +00:00 |
|
bzbarsky%mit.edu
|
ebc1d41217
|
Don't keep content lists with a non-null root content in the global slot. Bug 322636, r+sr+branch181=jst
|
2006-06-02 20:33:56 +00:00 |
|
peterv%propagandism.org
|
de5150e6e1
|
Try to fix Windows bustage.
|
2006-06-02 15:07:22 +00:00 |
|
peterv%propagandism.org
|
54c2159acf
|
Fix for bug 339239 (Remove UserData functions from nsIDocument). r/sr=sicking.
|
2006-06-02 13:28:14 +00:00 |
|
peterv%propagandism.org
|
f9070eba56
|
Fix for bug 339412 (nsIDOMGCParticipant implementation in nsDOMAttribute looks wrong). r/sr=dbaron.
|
2006-06-02 12:33:17 +00:00 |
|
bzbarsky%mit.edu
|
86f924a271
|
Add XXX comment for the time being, since I can't tell what this code _should_ do.
|
2006-06-02 04:24:53 +00:00 |
|
cvshook%sicking.cc
|
47a9061831
|
Bug 90983: Don't fire mutation events during parsing, i.e. when aNotify is false. Also make us fire mutation events on nodes that are in an orphaned subtree. r/sr=jst
|
2006-06-02 00:58:04 +00:00 |
|
cvshook%sicking.cc
|
7ce77706d1
|
Bug 90983: Remove the nsFragmentObserver and always notify when inserting from fragments so as to not regress mutation events with my next patch. r/sr=bz
|
2006-06-02 00:26:42 +00:00 |
|
dbaron%dbaron.org
|
508bbd5015
|
Report exceptions immediately since constructors and destructors are not called from JS and don't propagate the error status. b=339022 r=bzbarsky sr=brendan
|
2006-06-01 21:51:07 +00:00 |
|
Olli.Pettay%helsinki.fi
|
12f7e7f608
|
Backing out still some more of Bug 339774 to fix memleaks
|
2006-06-01 19:18:59 +00:00 |
|
dbaron%dbaron.org
|
cd4d6ee0e9
|
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
|
c5debf4b0b
|
Backing out part of Bug 339774 to fix memleaks
|
2006-06-01 16:32:47 +00:00 |
|
Olli.Pettay%helsinki.fi
|
0d410c32db
|
Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event r+sr=jst, re-try
|
2006-06-01 10:38:46 +00:00 |
|
Olli.Pettay%helsinki.fi
|
c281e3e7fd
|
Bug 339774, back out
|
2006-06-01 10:00:50 +00:00 |
|
Olli.Pettay%helsinki.fi
|
045f0e4cb8
|
Bug 339774, nsDOMEvent::DuplicatePrivateData should copy more things from the original event r+sr=jst
|
2006-06-01 09:55:38 +00:00 |
|
bzbarsky%mit.edu
|
5c970102ff
|
Make the documentURI of a document and the currentURI of a docshell immutable objects.
Bug 336699, r=darin, sr=jst
|
2006-05-31 17:57:14 +00:00 |
|
bzbarsky%mit.edu
|
00745f1a47
|
Make the URI of an nsIImageLoadingContent immutable. Bug 337246, r=biesi, sr=sicking
|
2006-05-31 15:58:43 +00:00 |
|
bzbarsky%mit.edu
|
d2c22c3455
|
Remove some pointless nsIChannel impls. Bug 337748, r=sicking, sr=darin
|
2006-05-30 17:26:00 +00:00 |
|