Commit Graph

1561 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
88c9a50cca Fix for bug 351823 (Consider copying more properties when changing ownerDocument). r/sr=bz. 2006-09-16 17:15:38 +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
pkasting%google.com
439b7f4033 Bug 348981: Crash toggling designMode.
This reverts the patch from bug 347200 and instead fixes that problem a
different way to avoid exposing crashes.
r+sr=bzbarsky
2006-08-18 02:38:40 +00:00
bzbarsky%mit.edu
a3a40f6eb5 Implement the :default CSS3 pseudo-class. Bug 302186, patch by Allan Beaufour
<allan@beaufour.dk> and jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-08-16 03:20:19 +00:00
bzbarsky%mit.edu
e9379f3679 Remove special-casing of about:blank for security purposes; give about:blank
pages the principal of whoever is responsible for loading them, when possible.
Bug 332182, r=mrbkap, sr=jst
2006-08-15 17:31:16 +00:00
timeless%mozdev.org
ba2c063b89 Bug 330331 Building with option --disable-xul failed
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)

Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF

Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
sayrer%gmail.com
6fa03a1730 Bug 340554. Provide sanitizing fragment sinks for use with feeds. r=mrbkap. sr=jst 2006-08-12 04:46:43 +00:00
pkasting%google.com
ff8e0408ce Bug 347200: Designmode documents aren't spellchecked by default.
r=brettw
sr=bryner
2006-08-08 00:32:43 +00:00
mrbkap%gmail.com
a4bc274aec Protect document.open and document.close against some potential problems. bug 343168, r+sr=bzbarsky 2006-08-01 21:48:03 +00:00
pkasting%google.com
2070e797b8 Bug 339127: Add "spellcheck" attribute to control spellchecking.
r=brettw
sr=sicking
2006-07-29 00:04:40 +00:00
cvshook%sicking.cc
3a9a287253 Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst 2006-07-19 04:36:36 +00:00
bzbarsky%mit.edu
063e887ba0 Go back to creating an inconsistent DOM and add a null-check elsewhere, because
the little mind of the focus code is blown by having no documentElement,
apparently.  Bug 341730, r+sr=sicking
2006-07-18 00:18:19 +00:00
cvshook%sicking.cc
2c39937d84 Bug 342062: Add nsIMutationObserver which has the ability to get notifications for just mutations happening in a subtree under a given node. r/sr=bz 2006-07-02 07:23:10 +00:00
mats.palmgren%bredband.net
7bcf5f44f6 Don't create ALT attribute for standalone image that was found in the cache. b=177747 r=bzbarsky sr=neil 2006-06-29 02:42:27 +00:00
enndeakin%sympatico.ca
54382237e7 Bug 333038, support inline spellchecking for designmode, r=brettw, sr=bz
CVS: ----------------------------------------------------------------------
2006-06-28 03:39:41 +00:00
mrbkap%gmail.com
edc12afdc0 Clear mWyciwygChannel even if the loadgroup tells us there was an error since the call succeeds anyway. bug 342191, r=jst sr=darin 2006-06-26 16:50:09 +00:00
mrbkap%gmail.com
1979b01fd6 Close shouldn't send any real text for the parser to parse, since there might
be elements open that make the text appear in the final content model. bug 342223, r+sr=jst
2006-06-21 00:39:24 +00:00
mrbkap%gmail.com
a0302c1e9e Prevent assertions when a document that has had document.open called is closed
suddenly (without an intervening document.close call). bug 332896, r=bzbarsky, sr=sicking
2006-06-19 23:51:32 +00:00
bzbarsky%mit.edu
878f5ab09c Remove ourselves as an observer when we're done building the DOM, not when we
get destroyed, since the DOM can be messed with in ways that confuse us between
those two points in time.  Bug 341062, r=mrbkap, sr=sicking
2006-06-19 21:10:29 +00:00
timeless%mozdev.org
27eaab5dcd Bug 337917 Make consumers stop using cids from other modules 2006-06-18 21:18:22 +00:00
dbaron%dbaron.org
8ade31392b Implement a stub imgIDecoderObserver to save code size in content and layout. b=339612 r+sr=sicking 2006-06-16 21:07:47 +00:00
mrbkap%gmail.com
0f8195a254 Quiet this warning for the one known case that it fires since we do a passable job of handling this case anyway. bug 341320, r+sr=sicking 2006-06-16 19:13:17 +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
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
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
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
bzbarsky%mit.edu
d2c22c3455 Remove some pointless nsIChannel impls. Bug 337748, r=sicking, sr=darin 2006-05-30 17:26:00 +00:00
peterv%propagandism.org
73709cee4f Fix for bug 338834 (plugins are broken (PDF, WPM, MPG, AVI etc files won't load)). r/sr=sicking. 2006-05-23 15:33:15 +00:00
Olli.Pettay%helsinki.fi
6f0e67928a Bug 337586, Crash [@ PresShell::InitialReflow] when window gets destroyed duren beforeunload event handler, pressing reload, r+sr=bz 2006-05-15 17:51:35 +00:00
gavin%gavinsharp.com
d5a5b1ade6 Bug 337970: assert that the bookmarks charset resolver doesn't ask to be notified of the final resolved charset, since we can't currently notify, r+sr=bzbarsky 2006-05-15 17:40:51 +00:00
gavin%gavinsharp.com
ea64757e58 Bug 337970: don't pass null to RequestCharset, r+sr=bzbarsky 2006-05-15 17:17:04 +00:00
bzbarsky%mit.edu
b41cf96c5d Fix the way we do notifications so we don't notify twice for <head>. Bug
332644, r=mrbkap, sr=peterv
2006-05-12 20:36:39 +00:00