Commit Graph

4517 Commits

Author SHA1 Message Date
martijn.martijn%gmail.com
5a1320c6b6 Bug 330705 - Using blur() on some unfocused element also blurs the focused element, r=jst, sr=dbaron 2006-12-14 13:59:50 +00:00
cst%yecc.com
e3ced1732c Bug 301477 image zoom cursor does not change after resizing browser window
r=bz sr=jst
2006-12-14 02:06:49 +00:00
dbaron%dbaron.org
d5af630c22 Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc 2006-12-13 23:04:57 +00:00
bzbarsky%mit.edu
e1973f01bc Use string buffers to store strings in nsCSSValue so we don't have to alloc in
copy constructors and such.  Bug 350141, r+sr=dbaron
2006-12-13 15:49:36 +00:00
dbaron%dbaron.org
31f1898810 Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213. 2006-12-08 05:38:33 +00:00
bzbarsky%mit.edu
402faf8c9e Allow subframes that come from a different domain to document.write/open
themselves.  Bug 362837, r+sr=jst
2006-12-05 19:36:40 +00:00
bzbarsky%mit.edu
8bfd20a05a Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst 2006-12-05 15:46:18 +00:00
mats.palmgren%bredband.net
6a982b16f4 Use the EventStateManager to focus the for-element. b=360009 r=zeniko sr=bzbarsky 2006-12-01 17:18:34 +00:00
cvshook%sicking.cc
57b60e5e58 Bug 359888: Don't return NS_CONTENT_SCRIPT_IS_EVENTHANDLER to the sink/parser since they can't deal. r/sr=jst a=stuart 2006-11-30 00:06:00 +00:00
mats.palmgren%bredband.net
df6357f4ed Make sure text input onchange handler is called before onblur. b=357684 r=Olli.Pettay sr=bzbarsky 2006-11-28 13:08:23 +00:00
bzbarsky%mit.edu
91f9d8f94c Fix bug 277724 -- make <select>, <textarea>, <button> restore disabled state. r+sr=jst 2006-11-28 03:17:03 +00:00
vladimir%pobox.com
82a10357c9 backing out bug 333078, xpcom cycle collector due to perf issues 2006-11-22 23:18:16 +00:00
vladimir%pobox.com
3748c8bf4f b=333078, xpcom cycle collector -- patch from graydon@mozilla.com, r=many 2006-11-22 19:23:02 +00:00
bzbarsky%mit.edu
ff12d65834 This wasn't supposed to land 2006-11-22 18:52:32 +00:00
peterv%propagandism.org
e9fd67c3b6 Fix for bug 47903 (WRONG_DOCUMENT_ERR not being thrown). r=sicking, sr=bz. 2006-11-22 18:35:05 +00:00
bzbarsky%mit.edu
8a1b6c5e34 Make the redirect check get principals the same way we get them elsewhere.
Clean up some code to use the new security manager method.  Bug 354693,
r=dveditz, sr=sicking
2006-11-22 18:27:54 +00:00
cvshook%sicking.cc
636e4e6e5f Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron 2006-11-21 21:28:14 +00:00
Olli.Pettay%helsinki.fi
8b6f4c022e Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply 2006-11-16 21:35:39 +00:00
bzbarsky%mit.edu
0a3a624149 Make it possible for protocol handlers to configure how CheckLoadURI should
treat them via their protocol flags.  Remove the protocol list we used before.
Bug 120373, r=dveditz, sr=darin
2006-11-10 23:49:08 +00:00
cvshook%sicking.cc
cefc7502df Fix svg:script and only flag inline scripts as executed once they contain non-empty script content. b=359598 r/sr=bz 2006-11-09 00:02:21 +00:00
cvshook%sicking.cc
e2a50bac16 Bug 359657: Fix crash due to wrong signature in overload. Patch by bz. r/sr=sicking 2006-11-07 01:05:15 +00:00
cvshook%sicking.cc
6152b2cf4d Bug 359490: Put BeginUpdate call before FlushText call in FlushTags. r/sr=bz 2006-11-06 23:50:33 +00:00
cvshook%sicking.cc
17ded5692c Bug 343730: Don't execute scripts synchronously from BindToTree. Instead we wait until the last EndUpdate has been called. r/sr=bz 2006-11-04 05:45:02 +00:00
cvshook%sicking.cc
ab9eb703d2 Bug 330872: Make nsGenericDOMDataNode::AppendData send out proper notifications and add nsIContent::AppendText to allow appending text without sending out notifications. r/sr=bz 2006-10-28 01:22:53 +00:00
cst%yecc.com
a57aad3493 Bug 351969 nsImageDocument image scaling should never scale a dimension to 0px
r=biesi sr=jst
2006-10-26 01:49:38 +00:00
cvshook%sicking.cc
5a6d9399ce Bug 357445: Some cleanup of range code. r/sr=jst 2006-10-21 01:30:54 +00:00
bzbarsky%mit.edu
9468056c63 Make javascript: URI execution asynchronous. Bug 351633, r=jst, sr=biesi 2006-10-17 00:55:14 +00:00
cvshook%sicking.cc
98353dbc64 Fix assertion from bug 355451 rs=jst 2006-10-16 21:43:08 +00:00
ted.mielczarek%gmail.com
4d389ef1ef bug 296237, remove assert in getElementById, use the console service to provide feedback. patch by asqueella@gmail.com, r+sr=jst 2006-10-14 19:14:24 +00:00
cvshook%sicking.cc
f7d4a5a20e Bug 355451: Be more efficient when creating HTML elements. r/sr=jst 2006-10-13 22:54:12 +00:00
martijn.martijn%gmail.com
9a434cde5d Bug 339824 - use nsContentUtils priv checks in canvas, r=vladimir, sr=roc 2006-10-12 14:38:35 +00:00
ginn.chen%sun.com
ce8a3c3940 Bug 335900 add a null check for previous selected radio
r=neil
2006-10-12 13:30:07 +00:00
bzbarsky%mit.edu
c1ea034443 Remove nsIHTMLDocument::WasDomainSet. Use the principal instead, Luke! Bug
355948, r+sr=sicking
2006-10-10 01:07:45 +00:00
peterv%propagandism.org
1c221a6a94 Checking in fix for bug 349465 again since it didn't affect Ts/Tp. 2006-10-07 10:27:45 +00:00
peterv%propagandism.org
95ef08a41b Backing out fix for bug 349465 to see if it affects Ts/Tp (for bug 355457). 2006-10-06 15:55:30 +00:00
cvshook%sicking.cc
f5312f3542 Bug 355433: Add an array of cached nodeinfos to the html content sinks. r/sr=jst 2006-10-04 22:02:17 +00:00
peterv%propagandism.org
30e25afde3 Fix for bug 349465 (Adopting a node should change the cx of all its event handlers). r=smaug, sr=sicking. 2006-10-04 12:23:27 +00:00
Olli.Pettay%helsinki.fi
e570a5020d Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking 2006-10-03 20:16:51 +00:00
bzbarsky%mit.edu
3070ad4f2c Create a faster, less COMy internal method for accessing the sorted list of
form control elements.  Bug 347165, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-09-18 04:53:54 +00:00
peterv%propagandism.org
88c9a50cca Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz. 2006-09-16 17:15:38 +00:00
cvshook%sicking.cc
9241f85443 Bug 352583: Add functions to nsContentUtils for getting and setting the text content of a node. Use those functions rather than the multiple instances of such code we have now. r/sr=jst 2006-09-15 19:54:45 +00:00
bzbarsky%mit.edu
60d105a0c2 Remove unneeded notification on node creation. Bug 351910, r+sr=sicking 2006-09-12 04:48:12 +00:00
Olli.Pettay%helsinki.fi
b7137c1ce5 Bug 343953, @ nsGenericHTMLElement::PostHandleEventForAnchors, r=bryner, sr=jst, p=mh+mozilla@glandium.org 2006-09-06 09:17:24 +00:00
peterv%propagandism.org
64ec124ee5 Fix for bug 347524 (Refactor adoptNode, importNode and cloneNode to share implementation). r/sr=bz. 2006-09-05 10:22:54 +00:00
Olli.Pettay%helsinki.fi
9856e8851d Bug 349069, Move more things from ~nsINode to nsNodeUtils::LastRelease, r+sr=sicking 2006-09-02 13:21:05 +00:00
Olli.Pettay%helsinki.fi
64e491c833 Bug 351036, Combine NS_IMAGE_ERROR and NS_SCRIPT_ERROR, r+sr=jst 2006-09-02 10:00:26 +00:00
Olli.Pettay%helsinki.fi
a42613e4f6 Bug 350846, Combine NS_***_LOAD events, r+sr=jst 2006-08-31 19:33:01 +00:00
timeless%mozdev.org
82e8b0f232 Bug 106386 Correct misspellings in source code
patch by alfred.peng@sun.com r=brade
2006-08-28 20:13:59 +00:00
pkasting%google.com
581157178e Bug 346373: Resync children when parent spellcheck attribute changes.
r=bzbarsky
sr=sicking
2006-08-25 00:15:14 +00:00
mats.palmgren%bredband.net
acfdb8a613 Make bordercolor attribute imply border-style:solid (for compat reasons). b=349655 r+sr=bzbarsky 2006-08-23 22:37:51 +00:00