dbaron%dbaron.org
51de01053b
Change how we preserve XPConnect wrappers on which JS properties have been set or that are otherwise needed by XBL: instead of rooting those wrappers until the document stops being displayed, mark them from GC hooks only if the nodes are reachable (via DOM node traversal, optimizing based on symmetry of reachability between DOM nodes) from the document or from nodes already marked. b=283129 r=jst sr=brendan
2005-03-29 23:26:56 +00:00
bzbarsky%mit.edu
c10497f9a1
Show alt text for images blocked by security checks. Bug 285981, r=mvl, sr=jst
2005-03-26 02:26:58 +00:00
tor%cs.brown.edu
c348c45911
Bug 287389 - SVG should not munge ua.css at build time. rev iid.
2005-03-25 23:30:50 +00:00
tor%cs.brown.edu
da3b7ab702
Bug 287389: SVG should not munge ua.css at build time. r+sr=bzbarsky
2005-03-25 14:50:05 +00:00
peterv%propagandism.org
53d9bae3a3
Part of fix for bug 285166 (createElement crashes [@ NS_NewHTMLElement] [@ nsCharTraits<unsigned short>::length]). r=sicking, sr=bz.
2005-03-25 14:07:44 +00:00
mrbkap%gmail.com
f5ca37ef6b
bug 280044: Pass a title node to the content sinks so that attributes on title don't get lost. r=sicking sr=peterv
2005-03-23 07:09:24 +00:00
bzbarsky%mit.edu
d2a4f7f2ca
Followup to bug 225941 -- I forgot some review comments. r=dbaron, sr=jst
2005-03-23 03:21:04 +00:00
bzbarsky%mit.edu
ba6fa8e00c
Add a method to ask a content node whether it may have a frame in some
...
presentation. Bug 225941, r=dbaron, sr=jst
2005-03-23 03:07:10 +00:00
jst%mozilla.jstenback.com
cff1caa49f
Fixing mistake in my earlier cleanup patch.
2005-03-17 19:43:34 +00:00
jst%mozilla.jstenback.com
d7493fb26f
Whitespace and formatting cleanup to get some sort of consistency into this code.
2005-03-17 18:00:33 +00:00
jst%mozilla.jstenback.com
d27864e8f3
Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com
2005-03-17 17:40:55 +00:00
neil%parkwaycc.co.uk
bb41a9067c
Add HTML to the list of support flavours for Copy Image and provide an embedding interface to choose the flavours to copy b=135300 r=bz sr=smfr
2005-03-11 11:12:15 +00:00
cvshook%sicking.cc
fda82bb7c3
Bug 240884: Use a static cache to take the edge off the slowness of IndexOf calls for elements with very many children.
...
r/sr=bz
2005-03-11 09:40:03 +00:00
bzbarsky%mit.edu
87e311f4e5
Use Equals() when checking for recursion instead of hand-rolling URI
...
comparisons. Cut off recursion at first repeated URI, not third, since that's
what IE seems to do. Bug 228829, r=mkaply, sr=jst
2005-03-09 21:59:18 +00:00
bzbarsky%mit.edu
60f12b8be8
Move all frame recursion detection into a method that just does that. Don't
...
throw errors from EnsureDocShell() on recursion detection; just throw them from
LoadFrame(). Bug 285188, r+sr=jst
2005-03-08 00:02:55 +00:00
cbiesinger%web.de
43ff9de092
181938 allow any protocol to support redirection, using a new
...
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
jst%mozilla.jstenback.com
cef561a155
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
2005-03-04 02:01:54 +00:00
bzbarsky%mit.edu
ec5ff278c0
Use the content policy REJECT reason as a basis for our "whether to show alt
...
text" decision instead of reading prefs ourselves. Bug 202906, r=mvl, sr=jst
2005-03-02 04:05:12 +00:00
caillon%redhat.com
4f7f2461ff
250245 - spec changed, its now Document.inputEncoding
...
r+sr=jst
2005-02-28 22:35:02 +00:00
bryner%brianryner.com
001952215b
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
2005-02-25 22:07:01 +00:00
doronr%us.ibm.com
8720694a36
Bug 283323 - use owner document in nsGenericElement to get and set properties. Patch by smaug, r/sr=bryner
2005-02-23 20:27:25 +00:00
gandalf%firefox.pl
82d3ed5f0a
bug 279768: move dom.properties, MediaDocument.properties to global; r=bsmedberg
2005-02-23 16:53:28 +00:00
bsmedberg%covad.net
aab6284169
Bug 278534, try #2 - Make tooklit chrome registry use plaintext manifests instead of an RDF cache (get rid of contents.rdf!) r=darin/dveditz/ben
2005-02-22 21:49:45 +00:00
gandalf%firefox.pl
e8ea9800c4
bug 283046: File input button does not properly render. A regression after checkin from bug 279768 ; r+sr=bzbarsky
2005-02-22 17:30:08 +00:00
brendan%mozilla.org
ebe9827876
Nullify version selection via <script language='JavaScript1.x'> to match other browsers (255895, r+sr=jst).
2005-02-20 03:35:21 +00:00
bsmedberg%covad.net
6308fe5e8d
Backout bug 278534 due to tinderbox orange.
2005-02-20 01:47:13 +00:00
bsmedberg%covad.net
500173e4bd
Bug 278534 - Make a plaintext chrome registration file format to replace contents.rdf r/sr=darin+dveditz+ben
2005-02-19 15:35:36 +00:00
bryner%brianryner.com
e6dfc671b2
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
2005-02-19 10:31:27 +00:00
bryner%brianryner.com
8e64d7cfb4
Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron.
2005-02-19 00:10:38 +00:00
doronr%us.ibm.com
66c18178e4
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
2005-02-18 21:32:46 +00:00
doronr%us.ibm.com
8e0413d060
Checked in from wrong tree, backing out, sorry.
2005-02-18 21:28:20 +00:00
doronr%us.ibm.com
49534b8c41
Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst
2005-02-18 21:20:27 +00:00
bryner%brianryner.com
da55bc0cf2
Remove nsINameSpace and replace with a simple array-based list of namespace mappings for CSS. Bug 281728, r+sr=bzbarsky.
2005-02-18 19:18:37 +00:00
jst%mozilla.jstenback.com
b7bbeee847
Additional changes needed to fix bug 280947 (dragging of images whose extension doesn't map to the right mimetype on the client is broken). r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-18 19:18:20 +00:00
bzbarsky%mit.edu
e6e1eca2d1
Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst
2005-02-08 21:30:47 +00:00
bryner%brianryner.com
bccaf1037e
Resurrect nsIFrameLoader[Owner] as scriptable interfaces; bug 280992 r+sr=bzbarsky
2005-02-08 06:55:00 +00:00
bryner%brianryner.com
30d64853e0
Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst.
2005-02-07 23:53:47 +00:00
jst%mozilla.jstenback.com
9942ee6c00
Fixing bug 280947. Fix regression from bug 279945 that broke dragging images onto the client file system if the image URL didn't have a valid extension. r=bzbarsky@mit.edu, sr=dveditz@cruzio.com
2005-02-07 22:20:14 +00:00
aaronleventhal%moonset.net
0448eeb842
Bug 280916. Update DHTML accessibility role and state namespaces to location of RDF files on w3.org. r+sr=jst
2005-02-07 19:29:56 +00:00
bzbarsky%mit.edu
a0191e8904
Fix the HTML serializer to not do fancy linebreaking when "raw" output is
...
requested. Use this in innerHTML. Bug 89780, r+sr=peterv
2005-02-07 17:24:05 +00:00
bzbarsky%mit.edu
b5fe58dd21
Add OOM checks on some GetDOMSlots() calls. Bug 280771, patch by Daniel de
...
Wildt <mozilla3q04@dewildt.de>, r+sr=jst
2005-02-04 18:04:02 +00:00
cvshook%sicking.cc
112d7513d6
Bug 280921: Kill nsCheapStringBufferUtils
...
r/sr=darin
2005-02-03 23:49:13 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
jst%mozilla.jstenback.com
1fb4408320
Fixing bug 279945. Prevent drag n' drop of images whose extensions don't map to image mimetypes. r=caillon@gmail.com, sr=dveditz@cruzio.com
2005-02-03 17:23:35 +00:00
bzbarsky%mit.edu
bd03314ed7
Add a default namespace for DOM-added nodes when creating context for
...
createContextualFragment. Bug 280496, r=steve.swanson@mackichan.com , sr=jst
2005-02-03 04:53:26 +00:00
bryner%brianryner.com
d050770a7e
Remove unneeded nsIContentList interface (bug 280746). r+sr=jst.
2005-02-02 23:16:02 +00:00
darin%meer.net
edaf886467
landing content patch for bug 235499 "re-enable string buffer sharing between C++ and JS in xpconnect" r=sicking sr=jst
2005-02-02 22:58:01 +00:00
neil%parkwaycc.co.uk
d9d76570dd
Backing out patch to bug 278443, it didn't improve Txul or Ts and is probably responsible for some new crash bugs
2005-01-31 16:18:31 +00:00
mozilla.mano%sent.com
81ed4ff966
Bug 277516 - Add a hidden pref to follow accessibility.tabfocus for xul elements; default to true on mac, false everywhere else. r=aaronlev sr=bzbarksky
2005-01-29 23:47:35 +00:00
mrbkap%gmail.com
0860d21d4b
bug 279939: Remove a bogus assertion and fix up the plaintext serializer's handling of <li>s with no preceeding <ul> or <ol>. r=akkana sr=jst
2005-01-29 02:50:21 +00:00
cvshook%sicking.cc
44ddf2bce4
Bug 278443: Use an Arena to allocate nsNodeInfos. Patch by smaug@welho.com.
...
r=sicking sr=peterv
2005-01-28 22:58:37 +00:00
aaronleventhal%moonset.net
417295f31d
Bug 249998. Support DHTML accessibility plan, including roles, states and events for state changes. r=pkw, sr=jst
2005-01-28 02:35:26 +00:00
bzbarsky%mit.edu
568f813316
Add a "safe" way to unblock the parser, to protect against CSSLoader
...
stupidity. Bug 220542, patch by Blake Kaplan <mrbkap@gmail.com>, r=jst,
sr=bzbarsky
2005-01-27 19:28:22 +00:00
bzbarsky%mit.edu
7a540d93e0
Make kNameSpaceID_None a static const int so it won't cast to pointer types.
...
Bug 279806, r+sr=jst
2005-01-26 23:13:01 +00:00
vladimir%pobox.com
d5febfb9de
b=279306, update canvas API to reflect latest standard spec; r=stuart,sr=shaver
2005-01-26 02:08:35 +00:00
bzbarsky%mit.edu
b5bacd9f93
Make content state restoration flush out the content sink (but not content
...
notifications!) before we try to generate the state key. Remove bogus assert.
Bug 139568, r+sr=jst
2005-01-25 04:22:09 +00:00
cvshook%sicking.cc
163b6ef1cc
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
...
r=bz sr=jst
2005-01-25 00:02:58 +00:00
cvshook%sicking.cc
67d7580ff8
missed to change one comment in patch for bug 279155.
...
rs=jst
2005-01-24 23:20:39 +00:00
cvshook%sicking.cc
b123836266
Bug 266406: nsAttrValue has too big default boundries when parsing integers.
...
r+sr=jst
2005-01-24 10:43:14 +00:00
aaronleventhal%moonset.net
e20fafca39
Bug 256003. Remove -moz-user-focus from html.css, forms.css, ua.css. It's been deprecated from use in HTML. Patch by Martijn Wargers. r=bryner, sr=roc
2005-01-23 03:48:00 +00:00
bzbarsky%mit.edu
0fdead7f51
Make property table actually store and use destructor funcs instead of crashing
...
when they are needed. Bug 275574, r=bryner, sr=jst
2005-01-21 17:00:07 +00:00
aaronleventhal%moonset.net
aa771d370c
Bug 259385. Expose h1-h6, q, blockquote in MSAA as well as elements with a defined xhtml2:role attribute. r=pkw, sr=jst
2005-01-21 03:50:26 +00:00
bugzilla%arlen.demon.co.uk
d325bf40fb
Bug 278702 Init method of nsIDocumentEncoder does not reset member variables
...
p=david.gardiner@unisa.edu.au r=dean_tessman sr=jst
2005-01-20 23:20:59 +00:00
timeless%mozdev.org
7380c4ec49
Bug 254252 nsCRT::BufferHashCode has two variants, and only one user, HashCodeAsUTF8 has no users
...
patch by mikael@parknert.se r=darin sr=bz
2005-01-20 21:39:23 +00:00
alex%croczilla.com
8dc50d389c
Bug#274925: Fix SVG attribute leaks. r=sicking, sr=jst. SVG only - not part of default builds.
2005-01-20 12:19:16 +00:00
neil%parkwaycc.co.uk
51faac852b
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
2005-01-18 23:46:59 +00:00
peterv%propagandism.org
98904d1ec9
Remove obsolete function declarations.
2005-01-17 16:45:37 +00:00
peterv%propagandism.org
27f29bc43d
Fix for bug 278505 (Trivial content cleanup). r/sr=jst.
2005-01-17 09:38:03 +00:00
peterv%propagandism.org
75afa53e8e
Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz.
2005-01-15 19:20:23 +00:00
bzbarsky%mit.edu
d185bdf1ce
Include the part number inside a multipart document in the state key, so that
...
state restoration works correctly on each part. Bug 47350, patch by Hideo
Saito <saito@densan.co.jp>, r=bzbarsky, sr=js
2005-01-15 17:47:23 +00:00
jst%mozilla.jstenback.com
418d87fcec
Landing fix for bug 198533. Patch by smaug@welho.com. Making nsXULElement inherit nsGenericElement. r=bugmail@sicking.cc, sr=jst@mozilla.org
2005-01-14 19:30:55 +00:00
allan%beaufour.dk
e0bd586b83
bug 278153, patch by smaug@welho.com, r+sr=bzbarsky
2005-01-13 15:32:41 +00:00
bryner%brianryner.com
7716d0d706
remove parts of patch for bug 276959 that were not intended to be checked in.
2005-01-12 23:27:05 +00:00
bryner%brianryner.com
5e2d6d2947
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
2005-01-12 19:45:38 +00:00
bzbarsky%mit.edu
79158ffe29
Remove a bogus +1 that was causing us to reference negative array indices. Bug
...
224643, r+sr=jst
2005-01-12 17:53:16 +00:00
bzbarsky%mit.edu
2fc5bf37c3
Make DocumentViewerImpl::CopyImageContents also put the image URI on the
...
clipboard in the text flavor; a big step toward having a single "copy image"
command that puts it on the clipboard in all relevant flavors in a meaningful
way. Bug 135300, patch by O. Atsushi (Torisugari) <torisugari@gmail.com>,
r=bzbarsky, sr=jst
2005-01-12 04:11:26 +00:00
bzbarsky%mit.edu
22b828101e
Keep track of whether a title has been set in the document, not in the sink.
...
This way we can notice all ways of setting it. Bug 271996, r=sicking, sr=neil
2005-01-12 02:47:53 +00:00
dbaron%dbaron.org
a576d20c3f
CVS remove files that were not part of the build for long (due to performance regression).
2005-01-11 22:51:55 +00:00
timeless%mozdev.org
b87373b71f
Bug 187508 Follow "full keyboard access" setting in System Preferences for tabbing navigation
...
patch by bugs.mano@mail-central.com r=aaronl sr=neil a=asa
2005-01-06 23:41:52 +00:00
brendan%mozilla.org
9f8057d4d0
Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst).
2005-01-05 07:25:29 +00:00
bzbarsky%mit.edu
d85c96f68c
Use GetOwnerDoc in GetTextContent, since this makes sense for nodes not
...
currently in the DOM tree. Bug 276880, r+sr=peterv
2005-01-03 23:37:25 +00:00
bzbarsky%mit.edu
3203d0d58e
Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
2005-01-03 22:51:17 +00:00
mrbkap%gmail.com
8683dee1e2
bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst
2005-01-03 21:48:53 +00:00
neil%parkwaycc.co.uk
36fef2db76
Bug 51444 Make xbl:inherits work with namespaced attributes p=smaug@welho.com r+sr=bz
2005-01-01 18:02:03 +00:00
bugzilla%arlen.demon.co.uk
b02aed565c
Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
...
p=bugmail@q1n.org r=dbaron sr=bzbarsky
2004-12-31 00:41:58 +00:00
bmlk%gmx.de
60fee793af
document.implementation.hasFeature('XHTML', '2.0') should return true, bug 255610, p=Vidar Braut Haarr <bugmail@q1n.org>, r=bzbarsky, sr=jst
2004-12-27 11:31:49 +00:00
brendan%mozilla.org
ab41ed5407
Whitespace cleanup (diff -w shows no changes).
2004-12-27 03:23:01 +00:00
dbaron%dbaron.org
48a696beb8
Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
2004-12-17 20:40:48 +00:00
peterv%propagandism.org
325267b519
Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
2004-12-17 09:17:35 +00:00
peterv%propagandism.org
0c59b6df7f
Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
2004-12-15 15:37:23 +00:00
bsmedberg%covad.net
81a0de68d5
Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
2004-12-15 04:07:01 +00:00
bryner%brianryner.com
31bef82154
Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
2004-12-14 03:54:01 +00:00
bryner%brianryner.com
184cc47ec5
deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
2004-12-13 04:14:28 +00:00
neil%parkwaycc.co.uk
a3bdc27a25
Bug 273741 Plain text copy suffering HTML conversion (regression from bug 244685) p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
2004-12-09 12:59:29 +00:00
dbaron%dbaron.org
c7b24df1a9
Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
1bb228eed5
Bug 272151: reorganize files within layout, r+sr=roc
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
a0476ba72a
Bug 272151: reorganize files within layout, r+sr=roc: readd files that were previously at their new locations without repository-copies. See content/shared/{src,public} for intermediate revision history.
2004-12-08 01:50:33 +00:00
neil%parkwaycc.co.uk
3861ca69e9
Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
2004-12-07 14:13:54 +00:00
dbaron%dbaron.org
9d167cfdab
Remove unneeded include. b=272151
2004-12-07 02:49:12 +00:00
dbaron%dbaron.org
d3a8d12bbe
Remove unneeded include. b=272151
2004-12-07 02:28:38 +00:00