bzbarsky%mit.edu
|
13982bef30
|
Back out last change for bug 294114, since it didn't help and may have hurt Tdhml
|
2005-08-23 18:54:35 +00:00 |
|
ben%bengoodger.com
|
2e7a3f5421
|
293460 crash when navigating preferences with arrow keys. null check load observer. r=jst sr=bryner a=cbeard
|
2005-08-23 18:26:35 +00:00 |
|
bzbarsky%mit.edu
|
80788ec7d0
|
Another attempt to get back Tp perf. Bug 294114 again, r+sr=jst
|
2005-08-23 17:11:45 +00:00 |
|
bzbarsky%mit.edu
|
f4010ff0fe
|
Attempt to prevent BlockOnload/UnblockOnload thrashing during document load;
just block it when parsing starts and unblock when parsing is done. Bug 294114
followup, r+sr=jst
|
2005-08-23 15:44:43 +00:00 |
|
roc+%cs.cmu.edu
|
6377fe1d40
|
Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman
|
2005-08-23 03:57:07 +00:00 |
|
bzbarsky%mit.edu
|
7c5cfe2f80
|
Remove nsDummyLayoutRequest and use the nsIDocument onload-blocking API
instead. Bug 294114, r=dbaron, sr=jst
|
2005-08-23 01:29:02 +00:00 |
|
jst%mozilla.jstenback.com
|
b1d774f838
|
Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu
|
2005-08-22 23:44:55 +00:00 |
|
roc+%cs.cmu.edu
|
93d08d4477
|
Bug 305483. Make --enable-system-cairo work with --enable-canvas. r+sr=roc, patch by Mike Hommey
|
2005-08-22 22:45:07 +00:00 |
|
bzbarsky%mit.edu
|
0d6a610963
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |
|
bryner%brianryner.com
|
adc0ddf8eb
|
In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst.
|
2005-08-22 18:34:21 +00:00 |
|
bzbarsky%mit.edu
|
ab8e3e47e9
|
Remove bogus assert. Bug 305271, r+sr=peterv
|
2005-08-22 15:48:01 +00:00 |
|
bzbarsky%mit.edu
|
a522e7083c
|
Restore some frame recursion protection that got lost. Bug 303163, r+sr=jst
|
2005-08-22 15:44:49 +00:00 |
|
roc+%cs.cmu.edu
|
142211a0cb
|
Bug 300313. DeCOMtaminate linebreaker/wordbreaker, and access them directly as services rather than through a factory. r+sr=roc, patch by Joshua Welderson (thanks Joshua\!)
|
2005-08-22 03:00:06 +00:00 |
|
Olli.Pettay%helsinki.fi
|
e1db238bf1
|
Bug 304027, XBL handlers for custom events no longer working. r=bryner, sr=jst
|
2005-08-21 22:20:36 +00:00 |
|
cst%andrew.cmu.edu
|
508d8aff76
|
Bug 305215 Fix crash going back while loading an image [@ ImageListener::OnStopRequest] (regression from bug 292503)
patch by Frank Wein <bugzilla@mcsmurf.de>, r=biesi sr=jst
|
2005-08-20 22:47:10 +00:00 |
|
timeless%mozdev.org
|
c5c30836b6
|
Bug 305041 shutdown crash [@ nsAttrValue::ToString] nsAttrValue::sEnumTableArray is null
r=bz sr=bz
|
2005-08-19 23:40:42 +00:00 |
|
bzbarsky%mit.edu
|
f4c380c572
|
Allow passing a cached nsIContentPolicy service pointer to
NS_CheckContent*Policy if the caller has one. Bug 304845, r=biesi, sr=jst
|
2005-08-19 15:00:01 +00:00 |
|
bzbarsky%mit.edu
|
9df2704ed9
|
Make sure that non-image inputs don't claim to have a useful image via
nsIImageLoadingContent. Bug 301635, r=biesi, sr=jst
|
2005-08-19 14:55:07 +00:00 |
|
peterv%propagandism.org
|
3cdcbbef6b
|
Fix for bug 304374 (|nsCOMPtr<nsIInterfaceInfoManager> iim = XPTI_GetInterfaceInfoManager()| leaks). r/sr=jst.
|
2005-08-18 11:29:12 +00:00 |
|
mats.palmgren%bredband.net
|
1916fadcc4
|
Avoid triggering changes to the link map while enumerating it. b=304747 r+sr=roc
|
2005-08-18 09:54:45 +00:00 |
|
jst%mozilla.jstenback.com
|
70b21a2b5c
|
Fixing bug 269125. Make image.onerror fire for non-existent files. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=bzbarsky@mit.edu
|
2005-08-17 23:01:09 +00:00 |
|
cst%andrew.cmu.edu
|
e01adae362
|
Bug 292503 Working images should not have alt text that says there is an error
r=biesi sr=jst
|
2005-08-17 02:49:47 +00:00 |
|
roc+%cs.cmu.edu
|
d86624b600
|
Bug 304759. Avoid link map maintenance while tearing down document. r+sr=bzbarsky
|
2005-08-17 01:27:10 +00:00 |
|
bzbarsky%mit.edu
|
ad63d41111
|
Make sure to set base tag info on the leaf forms we create when HTML is
misnested. Bug 73818, r=mrbkap, sr=jst
|
2005-08-16 22:57:11 +00:00 |
|
aaronleventhal%moonset.net
|
b3fef4bca2
|
Bug 258285. Find As You Type coming up when it shouldn't (textareas/textfields). r=mats, sr=bryner
|
2005-08-16 17:54:29 +00:00 |
|
bzbarsky%mit.edu
|
38f78e3899
|
Make content lists smarter about match functions that don't actually depend on
attributes. Bug 299703, r+sr=jst
|
2005-08-16 01:43:53 +00:00 |
|
mrbkap%gmail.com
|
2b7c7bca7a
|
bug 303267: Store the entire inner window in the window state holder instead of copying properties and restoring them. This fixes going back and forth with the bfcache on when the page gone to has javascript in it. r=jst sr=bryner
|
2005-08-15 18:16:42 +00:00 |
|
peterv%propagandism.org
|
634525a4d1
|
Fix for bug 303522 (cvs diff content/base/src/nsDocument.cpp! Object's nsIClassInfo lies about it's interfacescvs diff content/base/src/nsDocument.cpp! classname: HTMLDocument unimplemented interface name: nsIDOMXPathEvaluator). r/sr=jst.
|
2005-08-15 13:18:59 +00:00 |
|
bzbarsky%mit.edu
|
8145e9fc00
|
Don't leak radio visitors through shutdown. Bug 302706, r+sr=jst
|
2005-08-15 02:42:59 +00:00 |
|
bzbarsky%mit.edu
|
8a248261af
|
Make table.rows["rowid"] work like it should. Bug 295561, r+sr=jst
|
2005-08-15 02:34:21 +00:00 |
|
mrbkap%gmail.com
|
c5688dfef2
|
Backing out changes for bug 303267 until the perf hits on the Seamonkey tinderbox can be explained.
|
2005-08-13 03:54:29 +00:00 |
|
mrbkap%gmail.com
|
59fbced3fe
|
bug 303267: Store the entire inner window object on the history entry instead of copying/restoring JS properties. r=bryner sr=jst. This patch also fixes bugs 304284 and 304078.
|
2005-08-13 00:53:39 +00:00 |
|
joshmoz%gmail.com
|
7fcdb1e95d
|
get rid of XP_MAC macros from mozilla/content. no bug. r+sr=dbaron
|
2005-08-13 00:20:46 +00:00 |
|
dbaron%dbaron.org
|
7b6c6f51b5
|
Make nsIChannel implementations follow the rules that prevent them from leaking due to cycles with their notification callbacks. b=303043 r=biesi sr=darin
|
2005-08-12 22:53:22 +00:00 |
|
jst%mozilla.jstenback.com
|
e23ea875f3
|
Followup changes to bzabarsky's review for bug 296639. Reviews pending, a=drivers@mozilla.org
|
2005-08-12 04:11:00 +00:00 |
|
roc+%cs.cmu.edu
|
c3ea09b7b0
|
Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there.
|
2005-08-10 20:21:44 +00:00 |
|
bob%bclary.com
|
be358fcae1
|
make SVG NS_NOTYETIMPLEMENTED messages more meaningful Bug 303501 r=jonathan.watt sr=tor a=asa
|
2005-08-09 13:53:02 +00:00 |
|
rbs%maths.uq.edu.au
|
c7fa2b9945
|
Fallback to about:blank to fix bustage of document.open() in consumers such as View MathML Source, b=289363 r+sr=jst, a=asa
|
2005-08-08 03:15:56 +00:00 |
|
dbaron%dbaron.org
|
5e2f34ea7b
|
Fix some confusion related to popup and popupblocked events and a little other confusion. b=291725 r=jst sr=bzbarsky a=bsmedberg
|
2005-08-02 20:18:05 +00:00 |
|
aaronleventhal%moonset.net
|
9653d785dc
|
Bug 302193. Tabbing gets stuck for print preview when webpage focuses an element in onload, or if user clicks in textfield with mouse. r=mats, sr=neil, a=bsmedberg
|
2005-08-02 13:44:55 +00:00 |
|
allan%beaufour.dk
|
ef9ceda68e
|
Call XTF Begin/DoneAddingChildren in XUL Documents. Bug 302915, r+sr=bryner, a=benjamin, patch by smaug@welho.com
|
2005-08-02 12:47:41 +00:00 |
|
allan%beaufour.dk
|
88eac285e7
|
Dispatch DOMContentLoaded on XUL Documents. Bug 302914, r+sr=jst, a=benjamin, patch by smaug@welho.com
|
2005-08-02 12:42:24 +00:00 |
|
allan%beaufour.dk
|
18c60543f2
|
Support :required and :optional pseudoclasses. Bug 302608, r+sr=bzbarsky, a=mkaply
|
2005-08-02 08:29:03 +00:00 |
|
jst%mozilla.jstenback.com
|
b396c88c41
|
Fixing bug 302889, and more tinderbox orange (balsa). Make window.close() actually close the window. Events that were incorrectly targetted at an inner window caused one of our DOMWindowClose handlers to prevent the close. See the bug for more details. r+sr=dbaron@mozilla.org, a=chase@mozilla.org
|
2005-08-02 01:23:40 +00:00 |
|
jst%mozilla.jstenback.com
|
8c2bc6fcb8
|
Landing the split window work, bug 296639. This change doesn't have full reviews yet, bzbarsky@mit.edu and shaver@mozilla.org have done partial reviews, but there's still more to look at. Given the current time constraint this is landed with reviews and followup changes that result to come after the initial checkin. a=drivers
|
2005-07-30 20:57:07 +00:00 |
|
aaronleventhal%moonset.net
|
a14f4645a1
|
Bug 300779. Expose XUL tree selection via accessibility events. r=timeless, sr=roc, a=mkaply
|
2005-07-28 17:18:28 +00:00 |
|
bzbarsky%mit.edu
|
3b4cb4864d
|
Fix firing of mutation events on buttons. Bug 288721, r+sr=jst, a=bsmedberg
|
2005-07-28 16:16:09 +00:00 |
|
vladimir%pobox.com
|
914cd1b9bd
|
b=298743, fix drawWindow on OSX, r=pavlov,a=bsmedberg
|
2005-07-27 15:39:33 +00:00 |
|
bzbarsky%mit.edu
|
f87303c155
|
Make reentering nsRange::DeleteContents safe, and make RemoveChildAt deal with
the mutation event removing the child. Bug 293388, r=sicking, sr=peterv,
a=bsmedberg
|
2005-07-26 15:45:49 +00:00 |
|
bzbarsky%mit.edu
|
a9d9597368
|
Disable just the script loader during innerHTML sets, not all script
execution. Bug 299231, r=sicking, sr=peterv, a=bsmedberg
|
2005-07-26 15:40:25 +00:00 |
|