Граф коммитов

4164 Коммитов

Автор SHA1 Сообщение Дата
jwalden%mit.edu eb3d5916f5 Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9 2007-08-28 23:42:42 +00:00
aaronleventhal%moonset.net aed3b868ef Bug 391846. Fire correct text change events when a node is shown or hidden. r=surkov, sr=sicking, a=sicking 2007-08-28 21:57:53 +00:00
surkov.alexander%gmail.com b5736f26bc Bug 371680 - expose nsIAccessibleText::scrollSubstringTo, r=aaronlev, roc, sr=roc, a=roc 2007-08-24 04:54:46 +00:00
enndeakin%sympatico.ca 6f456a09eb Bug 145320, support hover in xul trees, r+sr=neil 2007-08-23 15:57:55 +00:00
Olli.Pettay%helsinki.fi 17841e313c Bug 391568, Mutation events not fired if listeners are only in anonymous content. r+sr=bz, a=sicking 2007-08-22 06:48:48 +00:00
bzbarsky%mit.edu ac2d663836 Make sure to process style updates before reflow, and both before painting.
Bug 375436, r+sr=roc, a=dbaron
2007-08-22 02:57:08 +00:00
bzbarsky%mit.edu 6a6ea55213 Make <object> do the same text/plain sniffing that <iframe> does, and use the
content type hint if the type comes back as application/octet-stream or
sniffed-binary.  Bug 389677, r+sr=biesi, a=sicking
2007-08-21 03:26:13 +00:00
bzbarsky%mit.edu 7a163b9617 Make HTML content objects use QI tables. Bug 389797, r+sr=jst, a=sicking. 2007-08-20 22:55:08 +00:00
cbiesinger%gmx.at 8f466c4b08 bug 392117 pass lowercase strings to LowerCaseEqualsLiteral
r+sr=sicking
2007-08-20 17:27:47 +00:00
enndeakin%sympatico.ca a8f167dbc2 Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-16 01:10:01 +00:00
bzbarsky%mit.edu 1d1a8676f0 Don't play games with the <meta> tag when not serializing an entire document.
Bug 390735, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=bzbarsky, a=jst
2007-08-11 00:38:54 +00:00
enndeakin%sympatico.ca d56c27117d Bug 390420, select dropdowns appearing in the wrong place in some cases, r+bz,a=dbaron 2007-08-10 12:42:11 +00:00
bzbarsky%mit.edu 685d329d8a Make NS_CheckContent(Load|Process)Policy only take a principal, not a principal
and a uri.  Get the URI from the principal.  Bug 391438, r+sr+a=sicking
2007-08-10 05:35:09 +00:00
bzbarsky%mit.edu 7b4500d354 Use the principal doing the load to decide on the URI to pass to content
policies.  This will help do the right thing for data:/javascript:/about:blank,
as well as allow us to skip content policies altogether if the caller is
system.  Bug 388597, r+sr=sicking
2007-08-08 01:16:12 +00:00
aaronr%us.ibm.com afc9d3f1f5 change nsIAttribute so it can be used by extensions 390480, r+sr=bz a=jst 2007-08-07 23:01:57 +00:00
cbiesinger%gmx.at c99a93a8f1 Bug 390385 make sure that plugins don't get instantiated before the first Reflow of the objectframe, so that the first NPP_SetWindow call contains the right dimensions
r+sr=bz
2007-08-07 00:32:14 +00:00
cbiesinger%gmx.at b5136f2d5d 364235 don't instantiate plugins for URLs with unknown schemes unless we also have a type specified
r+sr=bz
2007-08-06 18:02:14 +00:00
jwalden%mit.edu 458a388104 Fix Thunderbird/--disable-svg bustage from bug 379178. rs=jwatt 2007-08-06 18:00:01 +00:00
bzbarsky%mit.edu f0a8fbb057 Hoist the code for handling class and id up from nsGenericHTMLElement to the
newly-created nsStyledElement so that it can be reused by MathML and to some
extent by SVG.  Bug 379178, patch by Daniel Kraft <domob@daniel-kraft.net>,
r=jwatt for the SVG changes, r+sr=sicking for the rest, a=dsicore
2007-08-06 15:27:21 +00:00
benjamin%smedbergs.us bbb6d901f3 Bug 386025 - Expose cycle-collection symbols, r=graydon 2007-08-06 14:34:05 +00:00
ginn.chen%sun.com fd8e29fa39 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest
r=benjamin a=dsicore
2007-08-06 03:22:43 +00:00
Olli.Pettay%helsinki.fi 4c5ebb54cf Backout bug 378866, the patch doesn't handle all testcases :( 2007-08-03 13:06:06 +00:00
Olli.Pettay%helsinki.fi 175ef35f13 Bug 378866, r+sr=bz, a=sicking 2007-08-03 06:53:01 +00:00
cbiesinger%gmx.at 3ee02b0d2d 382378 call NotifyContentObjectWrapper after the plugin has been instantiated so that scriptable plugins work correctly
r+sr=bz
2007-08-02 21:15:05 +00:00
cbiesinger%gmx.at 494a5292e6 322170 ignore errors from OnStartRequest (NPP_NewStream) for Shockwave on the Mac
r=jst sr=bz
2007-08-02 20:16:49 +00:00
bzbarsky%mit.edu 7124e9a9b2 Flush layout before starting to pump data into plug-ins if we started the data
load ourselves.  Fixes various issues with a number of plug-ins that expect
NPP_SetWindow() to have been called before NPP_WriteReady or NPP_Write.  Bug
381512, r=biesi, sr=jst
2007-08-02 17:54:37 +00:00
jonas%sicking.cc 39cbe1d5cd Remove tests accessing remote server 2007-07-31 01:16:24 +00:00
jonas%sicking.cc b3d9fc1d9f Bug 389508: Fix regressions and bugs in the new Cross Site XMLHttpRequest support. r/sr=jst a=roc 2007-07-31 00:42:16 +00:00
jonas%sicking.cc 39efafae91 Bug 389508: Cross site XMLHttpRequest. r=jst/biesi sr/dveditz/biesi 2007-07-27 02:49:19 +00:00
mattwillis%gmail.com 3dfa8db701 reverting 1.34 - meant for trunk 2007-07-27 00:21:01 +00:00
mattwillis%gmail.com 0b4c9d0624 bug 389739 - Add IDL constants for XMLHttpRequest readyStates. r/sr=bzbarsky 2007-07-27 00:12:58 +00:00
jonas%sicking.cc 43bf38bd4b backout due to orange 2007-07-26 23:34:23 +00:00
jonas%sicking.cc a52849fe7c 'extra ;'? Quit your whining gcc\! 2007-07-26 22:34:32 +00:00
jonas%sicking.cc d0fc50677d Bug 389508: Implement Cross site XMLHttpRequest. r=jst sr=dveditz,biesi 2007-07-26 22:20:32 +00:00
Olli.Pettay%helsinki.fi 3255dc745d Backing out bug 275196, xml:id, to fix tp regression 2007-07-26 14:16:21 +00:00
Olli.Pettay%helsinki.fi 4d6734ffc4 Bug 275196, xml:id, r=sicking, sr=dbaron 2007-07-26 12:22:17 +00:00
tor%cs.brown.edu 583f6a1f5f Bug 383184 - Implement SVG lighting filters.
Style portion r+sr=dbaron, rest r=longsonr, sr=roc.
2007-07-26 06:57:43 +00:00
jst%mozilla.org ffdfe7d2ba Bug 280959: Adding support for cut, copy, paste events. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com, sr=jst@mozilla.org,jonas@sicking.cc 2007-07-26 04:14:35 +00:00
roc+%cs.cmu.edu bc5a6b7f25 Bug 379349. Add support for 'overflow containers' --- special frame continuations that do not map any content of their own, but serve only as containers for laying out children that overflowed their parents' content height. patch by fantasai, r+sr=eli,roc 2007-07-26 04:03:31 +00:00
jonas%sicking.cc a1d64fc3c4 Bug 259332: Improve support for document.all such that we can deal with multiple elements with the same id and/or name. r/sr=jst 2007-07-26 00:36:20 +00:00
bzbarsky%mit.edu 5ff58abb6b Add a flag that allows protocol handlers to indicate that they don't return any
data.  Bug 379819, patch by Ryan Jones <sciguyryan@gmail.com>, r=me, sr=biesi
2007-07-25 17:21:42 +00:00
dcamp%mozilla.com 07547d4351 move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst 2007-07-25 05:35:40 +00:00
dcamp%mozilla.com 466d2d6459 add a sendAsBinary() method to XMLHttpRequest (for sending data from an <input type=file> element, among other things). b=371432, r+sr=jonas 2007-07-25 04:53:21 +00:00
dcamp%mozilla.com 70e3c46599 Add an API to access <input type="file"> data. b=371432, r=smontagu (for charset stuff), r+sr=jonas 2007-07-25 04:29:49 +00:00
masayuki%d-toybox.com 95e5968ea5 Bug 388602 ###!!! ASSERTION: invalid array index: 'i < Length()' when loading some webpages r+sr=roc 2007-07-24 11:47:22 +00:00
asqueella%gmail.com 0c651d113b fix bug 388709 - "ASSERTION: Please remove this from the document properly: '!IsInDoc()'" with :after, floating :first-letter
Store the generated content as a nsCOMArray<nsIContent>* property on frames to make its clean-up on frame destruction less fragile.

r+sr=roc
2007-07-23 23:31:12 +00:00
roc+%cs.cmu.edu 635fee776a Bug 336959. Use Pango to break inside Thai/Lao runs. Patch by Theppitak Karoonboonyanan, r+sr=roc 2007-07-19 03:26:53 +00:00
cbiesinger%gmx.at 853778d9da 385118 make sure to set mInstantiating to false again before returning
r+sr=jst,bzbarsky
2007-07-19 00:28:39 +00:00
cbiesinger%gmx.at 08a9a36e4e bug 309523 remove now-addressed XXX comment
r+sr=bz
2007-07-18 22:02:04 +00:00
bzbarsky%mit.edu b93cf6e717 Propagate stylesheet principals through to XBL binding loads; streamline load
security checks in the XBL code (so that all the security checks are gated
through LoadBindingDocumentInfo).  Bug 204140, r=dbaron for the CSS changes,
r=sicking for the XBL changes, sr=sicking.

In particular, this change allows user stylesheets loaded from local files to
link to local files.
2007-07-18 21:56:58 +00:00
cbiesinger%gmx.at 341e62049d bug 347736 instantiate <embed> plugins by extension if we don't have a MIME type
r+sr=bz
2007-07-18 21:48:18 +00:00
cbiesinger%gmx.at fecd6b7ed9 Bug 382113 make sure to add the request to the new loadgroup before removing it
from the old one so that onload doesn't fire before it should
Also make nsLoadGroup::AddRequest assert that the request isn't in the loadgroup yet
Finally, reenable the reftest that tests the <object> onload behaviour
r+sr=bz
2007-07-18 21:37:40 +00:00
bzbarsky%mit.edu bdae7839e5 More consistent handling of principals for loads across docshell type
boundaries.  Bug 388121, r+sr=jst
2007-07-18 01:47:07 +00:00
Olli.Pettay%helsinki.fi 86a034515f Bug 386599, Recursive <object> with border hangs Firefox, r=biesi, sr=bz 2007-07-17 07:43:36 +00:00
flamingice%sourmilk.net ff81db297a Bug 330511, Plugin-in blocklisting, r+sr=jst 2007-07-14 00:28:06 +00:00
longsonr%gmail.com 6d0a97f8e0 Bug 384409 - Create a common GetContextForContent method in nsContentUtils and use it in nsScriptElement and svg. r=tor,r+sr=jonas 2007-07-13 08:49:10 +00:00
bzbarsky%mit.edu ee3679d650 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 20:05:49 +00:00
masayuki%d-toybox.com a456a4318e Bug 255990 Characters below U+0100 are not subject to line-breaking rules at all r+sr=roc 2007-07-12 15:52:52 +00:00
peterv%propagandism.org 4168c1dcd1 Fix for bug 386496 (Clicking on link in designMode document does follow that link now). r/sr=bz. 2007-07-11 13:05:06 +00:00
neil%parkwaycc.co.uk 11d0936e48 Followup to bug 348748 to fix the alignment of trailing backslashes in macros
[xxx_cast<foo*>(bar) is three characters shorter than NS_XXX_CAST(foo*, bar)]
2007-07-11 08:46:49 +00:00
bzbarsky%mit.edu 9b6b7c9602 Don't start layout for XML just because the root has been opened. And don't
start layout until <html:head> closes if <html:head> gets opened.  For XHTML
documents, this should prevent flashes of unstyled content.

Also, don't flush tags unless forced to if a sheet is pending.

Bug 380028, r+sr=sicking
2007-07-11 03:42:12 +00:00
bzbarsky%mit.edu 15dfe80590 Notify before firing mutation events. Bug 387460, r+sr=sicking 2007-07-11 01:14:55 +00:00
jwalden%mit.edu 53098ea62b Bug 387503 - Convert nsINode bits to an anonymous enum, and make a macro into an inline function for better debugging. rs=sicking 2007-07-10 22:49:42 +00:00
bzbarsky%mit.edu c5d86c99c1 Eliminate some uses of CheckSameOriginPrincipal in favor of Subsumes/Equals.
Bug 387204, r+sr=jst
2007-07-10 04:11:11 +00:00
dcamp%mozilla.com f6d4f9ff68 implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst 2007-07-09 06:19:29 +00:00
philringnalda%gmail.com 0c71df3239 Bug 382947 - XMLHttpRequest should only set the charset in the Content-Type request header if we know the charset, patch by Ryan Jones <sciguyryan@gmail.com>, r=bzbarsky, sr=peterv 2007-07-09 02:33:07 +00:00
philringnalda%gmail.com d65a6e5b92 Bug 386854 - Bustage build fix MOX_XUL disabled, patch by romaxa <romaxa@gmail.com>, r+sr=bzbarsky 2007-07-09 00:58:15 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
dbaron%dbaron.org 5a5bb8df24 Initialize mPendingInstantiateEvent to null. b=386889 r+sr=biesi 2007-07-05 22:44:27 +00:00
Olli.Pettay%helsinki.fi 5d525ee576 Bug 386802, Mutation events always fired during setting of innerHTML, r+sr=bz 2007-07-04 20:39:11 +00:00
enndeakin%sympatico.ca a71cb5f411 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 15:49:46 +00:00
mrbkap%gmail.com f6005d1bc6 Don't be confused by misleading tag names. bug 386794, r+sr=sicking 2007-07-04 07:45:04 +00:00
peterv%propagandism.org 2ec3a5d5bf Fix for bug 386656 (Security Error: Content at moz-nullprincipal:{8c0f4edc-0aac-45cc-8471-895f07bb1bb2} may not load or link to resource://gre/res/hiddenWindow.html during install of latest NTT Build). r/sr=jst. 2007-07-04 07:27:36 +00:00
mats.palmgren%bredband.net 5a0917c43a Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-04 02:15:35 +00:00
sharparrow1%yahoo.com 46f2e6a0a8 Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc. 2007-07-03 22:11:29 +00:00
bzbarsky%mit.edu 026a3a198d Fixing build bustage 2007-07-03 19:15:26 +00:00
bzbarsky%mit.edu 5d835b4b58 Propagate the principal responsible an image load all the way to
CanLoadImage/LoadImage in nsContentUtils, and use it for security checks
there.  Bug 310165, r=sicking, sr=dbaron
2007-07-03 18:45:40 +00:00
roc+%cs.cmu.edu fa95cf660f Bug 386548. Remove nsTextTransformer. r+sr=mats 2007-07-02 23:37:00 +00:00
peterv%propagandism.org b735a927d1 Fix for bug 326337 (XMLHttpRequest.responseXML permission denied if document.domain set). r=jst, sr=bz. 2007-07-02 13:20:01 +00:00
dbaron%dbaron.org 860fca83ca Fix leak of nsJSRuntime due to unbalanced calls of HoldScriptObject (with null argument). b=386294 r+sr=jst 2007-06-30 03:06:04 +00:00
dbaron%dbaron.org 8c1da33bea Add nsCycleCollector_shouldBeFreed calls for elements. b=385549 r+sr=jst 2007-06-30 03:00:51 +00:00
enndeakin%sympatico.ca 74130084f7 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 22:39:50 +00:00
enndeakin%sympatico.ca d6cdd07569 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 22:16:06 +00:00
enndeakin%sympatico.ca 250695914b Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 19:04:52 +00:00
peterv%propagandism.org b188226d8f Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-28 02:48:22 +00:00
peterv%propagandism.org 3aef5b4f41 Backing out to fix orange. 2007-06-27 23:21:09 +00:00
peterv%propagandism.org c08e0c73cb Fix for bug 237964 (Allow editable areas in browser (contentEditable)). r/sr=sicking. 2007-06-27 22:29:54 +00:00
tor%cs.brown.edu 3c40c35c72 Bug 375846 - implement feConvolveMatrix filter primitive. r=longsonr, sr=roc 2007-06-27 19:02:59 +00:00
dveditz%cruzio.com 9c4fcfdd2e bug 381264 nix 'track' method; r=biesi, sr=sicking 2007-06-26 09:28:38 +00:00
kherron%fmailbox.com e27715b237 Disabling two tests by request of Christian Biesinger. Related to bug 382113. 2007-06-25 00:52:06 +00:00
cbiesinger%web.de 2d67eae12e bug 382113 make the test pass for now (mark it as todo). will be reenabled
once the additional patch from the bug is checked in.
2007-06-23 14:31:37 +00:00
cbiesinger%web.de 95038aea6b bug 382113 set LOAD_DOCUMENT_URI for <object> loads that load a document
so that things like onload events work correctly
r+sr=bz
2007-06-23 08:44:29 +00:00
timeless%mozdev.org 16bc6045b9 Bug 383901 having two different gNameSpaceManagers is confusing (at least to debuggers)
r=bz sr=bz
2007-06-20 05:23:50 +00:00
bzbarsky%mit.edu c50a10a865 Make the ranges used by find code able to span anonymous content. Bug 384706,
r+sr=sicking
2007-06-19 03:01:04 +00:00
jonas%sicking.cc 608a33d52c Backing out previous checkin since leaks went up 2007-06-18 23:21:28 +00:00
sayrer%gmail.com 4f77038521 bug 384507. nsContentSink.h contains static non-member functions and globals. r+sr=jst 2007-06-18 22:44:12 +00:00
jonas%sicking.cc 082743a4e9 Bug 348156: Don't rely on UnbindFromTree to break cycles since that puts us in an inconsistent state. r/sr=jst 2007-06-18 22:27:28 +00:00
Olli.Pettay%helsinki.fi 258638ac91 Bug 384663, r+sr=bz 2007-06-18 15:43:41 +00:00
kherron%fmailbox.com ce1bfc8975 Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv. 2007-06-17 13:50:53 +00:00
kherron%fmailbox.com 743cdef5c8 Bug 380668 - Extra newlines added after a meta element that already has them before and after. Patch by Ryan Jones <sciguyryan@gmail.com>. r+sr=bzbarsky. 2007-06-17 11:41:03 +00:00
kherron%fmailbox.com 080ad3cf5a Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc. 2007-06-16 19:54:02 +00:00
enndeakin%sympatico.ca 0e12d80fbe Bug 321171 - support XML sources in XUL templates, r=smaug,sr=peterv
CVS: ----------------------------------------------------------------------
2007-06-15 15:03:45 +00:00
jonas%sicking.cc bca50ddb8e Bug 379959: Add checks to loadBindingDocument. r/sr=jst 2007-06-12 21:56:07 +00:00
jst%mozilla.org 4688440db4 Fixing bug 383424. Make the context pusher use the owner document. r=mrbkap@gmail.com, sr=bzbarsky@mit.edu 2007-06-12 21:16:58 +00:00
bzbarsky%mit.edu 7eaa04631b Remove duplicated "is this an event attr?" code. Bug 383714, patch by Ryan
Jones <sciguyryan@gmail.com>, r+sr=bzbarsky
2007-06-10 19:27:57 +00:00
roc+%cs.cmu.edu e91028cbfa Not Really Part Of The Build. Update nsLineBreaker interface to allow aSink to be null, in which case the computed linebreaks are just discarded. We use this to optimize cases where no breaking is enabled and the results of linebreaking are not required. Also exposes IsSpace and IsComplexChar methods that the linebreaker specification relies on. Renamed CJK stuff to ComplexChar because it's going to include Thai and probably other languages. 2007-06-07 04:17:55 +00:00
roc+%cs.cmu.edu 02779ae215 Bug 380538. Allow both ononline and onoffline to be specified in the body element. patch by Chris Double, r=Olli.Pettay,sr=jonas 2007-06-07 03:28:04 +00:00
bzbarsky%mit.edu 03f6b02778 When serializing a <q> as plaintext, put in quotes even if we're not doing
formatted output.  Bug 378407, r=glazman, sr=sicking
2007-06-05 19:24:55 +00:00
jonas%sicking.cc 888456556f Bug 373756. Don't execute XBL ctors on the last EndUpdate if there were queued ctors when we got the first BeginUpdate. Patch by bz. r/sr=me 2007-05-31 01:36:07 +00:00
roc+%cs.cmu.edu 58ecd34dc5 Not (Really) Part Of The Build. Fix embarrassing error in nsLineBreaker... 2007-05-31 00:06:31 +00:00
roc+%cs.cmu.edu 7de2d4b9d1 Fixing bustage 2007-05-30 22:36:30 +00:00
roc+%cs.cmu.edu c5c65818cd Bug 174397. Support getClientRects and getBoundingClientRect on DOM elements. r=jonas,dbaron; sr=tor, plus help from Anne van Kesteren and Martijn Wargers 2007-05-30 22:32:56 +00:00
roc+%cs.cmu.edu c71de10d30 Not part of the build. Change nsLineBreaker so that breaks at element boundaries are always governed by the white-space property on the element that's the nearest common ancestor of the DOM nodes on each side of the break point --- fixes bug 382289. Also, pass NBSP through to textruns so that whitespace trimming doesn't trim NBSP. Also, count trimmed spaces correctly when updating mClusterCount. 2007-05-30 22:27:28 +00:00
jonas%sicking.cc 48fa25294c Bug 366417: Set up scriptloader in the nsDocument ctor to ensure that the blocker-count stays in sync with the notification depth. r/sr=bz 2007-05-30 20:43:42 +00:00
bclary%bclary.com 1c56de4ed1 Bug 382182 - script tag should support version 1.8, r=jonas,sr=brendan 2007-05-30 05:55:56 +00:00
roc+%cs.cmu.edu 6070c85192 Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst 2007-05-29 09:45:34 +00:00
neil%parkwaycc.co.uk cc9c3e6007 Bug 380364 Fix regressions from bug 236546 r+sr=jst 2007-05-25 20:47:30 +00:00
Olli.Pettay%helsinki.fi 958c663294 Bug 381153, r+sr=roc 2007-05-25 10:09:29 +00:00
jonas%sicking.cc 11153071e7 Fix yet more regressions from the don't-flag-clone-xul-nodes-indocument landing. b=380872 r/sr=bz 2007-05-25 00:28:21 +00:00
peterv%propagandism.org 9eca95ccdc Fix for bug 368774 (Make cycle collector work with refcounted non-XPCOM objects). r=dbaron, sr=sicking. 2007-05-24 14:10:04 +00:00
roc+%cs.cmu.edu 6a065b0930 Backing out to fix bustage :-( 2007-05-24 05:16:53 +00:00
roc+%cs.cmu.edu c06e600782 Bug 336959. Reland update to use Pango for linebreaking of Thai and CJK text on Linux. patch by Theppitak Karoonboonyanan, r+sr=roc 2007-05-24 03:16:16 +00:00
bzbarsky%mit.edu de9152f9ca Make sure we flush out content before we try to set up the plug-in, since
that's going to perform DOM access that can flush.  Bug 377070, r+sr=biesi
2007-05-23 19:53:31 +00:00
roc+%cs.cmu.edu c41d28f0ae Backing out due to bustage. 2007-05-23 04:26:42 +00:00
roc+%cs.cmu.edu 8aa4cb9a82 Bug 336959. Use Pango to break lines for CJK and Thai. r+sr=roc, patch by Theppitak Karoonboonyanan. 2007-05-23 04:06:20 +00:00
roc+%cs.cmu.edu 82b0adbe9a Not Part Of The Build. Update nsTextFrameThebes whitespace handling; allow line breaking only at the end of a run of whitespace. 2007-05-22 23:45:47 +00:00
jonas%sicking.cc 179dc7ca2c Bug 380872: Bind nodes in insertion points directly under <children>. r/sr=bz 2007-05-22 22:41:32 +00:00
Olli.Pettay%helsinki.fi 6f25a6cffd Bug 378776, Need safe way to iterate a document's presshells, r+sr=bz 2007-05-22 21:45:07 +00:00
Olli.Pettay%helsinki.fi 306bb19811 Bug 380674, Move nsTObserverArray from content/* to xpcom/*, r=bsmedberg 2007-05-22 19:39:14 +00:00
jonas%sicking.cc fbd0bb1b47 Bug 380872: Forgot to address bzs review comment to remove this assertion. r/sr=bz 2007-05-22 00:08:05 +00:00
mrbkap%gmail.com 2c7dd9875c Don't assume that the parser is still enabled after we've returned to the event loop. bug 380590, r+sr=sicking 2007-05-21 22:40:59 +00:00
jonas%sicking.cc 098edc816a Bug 380872: Call BindToTree on anonymous children too when BindToTree is called on an element. r/sr=bz 2007-05-21 22:26:48 +00:00
jonas%sicking.cc 2af1cccac7 Bug 53901: Make sure to also release controllers when unbinding xul elements from the DOM. r/sr=bz 2007-05-21 22:22:51 +00:00
roc+%cs.cmu.edu 3874d83115 Bug 381130. Small changes to layout to fix an inline reflow bug and add a new API to nsLineLayout to support tab stops. r+sr=dbaron 2007-05-21 03:46:22 +00:00
Olli.Pettay%helsinki.fi 9ee041edc3 Bug 380716, Crash [@ nsContentUtils::ContentIsDescendantOf], r+sr=jst 2007-05-18 10:23:45 +00:00
mrbkap%gmail.com e72b18a5f2 Update our child counts if notifying on our children caused more updates. bug 376761, r=bzbarsky sr=sicking 2007-05-17 23:54:35 +00:00
benjamin%smedbergs.us f99539aea8 Bug 319934 - Prevent shutdown crashes by having XMLHttpRequest objects hold the layout module alive, r+sr=dbaron 2007-05-16 17:05:47 +00:00
jonas%sicking.cc fd8136233a Bug 53901: Don't set is-in-doc flag on cloned XUL nodes. r/sr=jst 2007-05-16 01:13:48 +00:00
ginn.chen%sun.com c4958f273c Bug 357969 container xul element which doesn't have a xbl def under a deck frame has no accessible object
patch by nian.liu at sun.com r=surkov.alexander sr=neil
2007-05-15 09:46:08 +00:00
Olli.Pettay%helsinki.fi 9e47421a20 Remove rest of nsIDOMEventReceivers, Bug 363089, r+sr=jst 2007-05-15 08:50:37 +00:00
cbiesinger%web.de 919312a409 Bug 370195 ��� sql device for the offline cache
patch by Dave Camp <dcamp@mozilla.com> r=jst (content part) r=biesi (rest)
2007-05-14 20:09:20 +00:00
Olli.Pettay%helsinki.fi 64d9a08e31 Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 09:29:22 +00:00
Olli.Pettay%helsinki.fi 6721d4f009 Bug 363089, Remove nsIDOMEventReceiver (this time passes mochitest), r+sr=jst 2007-05-14 09:13:09 +00:00
bzbarsky%mit.edu 8f97837637 Process XBL constructors right after the frame construction in
InitialReflow().  Bug 377119, r+sr=sicking
2007-05-14 03:52:49 +00:00
asqueella%gmail.com da7dcdc38f Bug 331991 - Save as "Web Page, Complete" for HTML should include meta charset or encode all non-ASCII characters as entities
p=Ryan Jones <sciguyryan@gmail.com>
r=glazou, sr=peterv
2007-05-13 16:44:06 +00:00
asqueella%gmail.com 5aaea3f3ed Bug 362043 - XMLHttpRequest should set a charset in the Content-Type request header
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=peterv
2007-05-13 16:41:46 +00:00
Olli.Pettay%helsinki.fi 921d3b7fe0 Bug 369644, make mouseover/out handle native anonymous content properly, r=jst, sr=sicking 2007-05-13 13:59:00 +00:00
peterv%propagandism.org e34cb9bc64 Fix for bug 324871 (UserData can cause reference cycles). r/sr=sicking. 2007-05-12 15:36:28 +00:00
Olli.Pettay%helsinki.fi 881f537145 Bug 378390, Use a bit to track whether the binding manager has a pointer to an element, r+sr=peterv 2007-05-11 18:34:12 +00:00
Olli.Pettay%helsinki.fi 8e287d3582 backout Bug 363089 2007-05-11 13:34:12 +00:00
Olli.Pettay%helsinki.fi 9a61afb1c3 windows bustage fix 2007-05-11 11:33:17 +00:00
Olli.Pettay%helsinki.fi 670f53f666 Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 11:15:20 +00:00
jonas%sicking.cc 360162166e Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-10 20:21:13 +00:00
jst%mozilla.org 6cd05e346d Backing out Jonas' last changes due to tinderbox orange, per Jonas' request. 2007-05-10 00:42:33 +00:00
jonas%sicking.cc 917c6cc079 Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-09 23:33:29 +00:00
bzbarsky%mit.edu 5140c59daa Store the charset we had when we were written into when document.open()
happens.  Then restore that as the document charset when loading from a wyciwyg
channel, instead of just claiming to be UTF-16.  Bug 255820, r+sr=jst
2007-05-09 02:47:59 +00:00
jonas%sicking.cc c21c489595 back out last patch since leaks went through the roof 2007-05-08 01:03:08 +00:00
jonas%sicking.cc 9652a963bd Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987 2007-05-07 23:45:26 +00:00
bzbarsky%mit.edu 09e273fcbe Make the sync loader handle streams that close on EOF (e.g. data: URLs). Bug
379957, r=biesi, sr=peterv
2007-05-07 22:11:53 +00:00
bzbarsky%mit.edu 821c53fe47 Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron 2007-05-05 06:47:09 +00:00
masayuki%d-toybox.com 7728e98df0 Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 15:34:36 +00:00
joshmoz%gmail.com e287fbfacf Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 07:46:50 +00:00
bzbarsky%mit.edu b1e55b927c Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers of
GetShellAt(0) to using this API.  Bug 378780.  API introduction part by me,
r+sr=jst.  Mass-changes done by taras using squash, r+sr=me
2007-05-01 22:24:25 +00:00
bzbarsky%mit.edu 88acf3ce4f Make InitialReflow just post a reflow event instead of doing a synchronous
reflow.  Bug 378975, r=dbaron and Eli Friedman, sr=dbaron
2007-05-01 17:15:08 +00:00
bzbarsky%mit.edu fc6b011442 Don't unblock onload on the document if we no longer have a parser. Bug
375051, r=mbkap, sr=sicking
2007-04-27 04:05:08 +00:00
bzbarsky%mit.edu eb20562fa7 Flush tags before calling StartLayout; otherwise we might end up
double-constructing frames for whatever content we hadn't notified on yet.  Bug
378559, r+sr=sicking
2007-04-26 18:57:58 +00:00
ted.mielczarek%gmail.com 3a806549ce bug 373181 - onload doesn't fire for XHTML documents that contain a script tag (Firefox's RSS preview is broken) - add mochikit test. r=sicking 2007-04-26 11:39:15 +00:00
bzbarsky%mit.edu 99a9e5db92 Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for an
initial reflow if we're doing that initial reflow a ways into the document
load.  Bug 378480, r+sr=roc
2007-04-26 02:29:21 +00:00
peterv%propagandism.org d0d256596c Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 16:35:31 +00:00
bzbarsky%mit.edu bdee91ae37 Back out. This actually hurts Tp2, the mac reftests are _still_ orange 2007-04-24 07:33:58 +00:00
bzbarsky%mit.edu 274e068a08 Another peformance test for bug 378480. Will back out in a few cycles. 2007-04-24 05:46:11 +00:00
benjamin%smedbergs.us 3fb4912f5d Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 14:22:04 +00:00
bzbarsky%mit.edu b7deb8d7be Set the status bar before actually handling the DOM event. That way if the
event is canceled, we'll still show the right status bar text.  Bug 40838,
patch by Florian Qu�ze <f.qu@queze.net, r=smaug, sr=bzbarsky
2007-04-23 07:31:21 +00:00
bzbarsky%mit.edu ee773f7a7d Stop blocking the parser on CSS stylesheet loads. We still block script
execution on them, however.  Bug 84582, r+sr=sicking
2007-04-20 22:59:18 +00:00
enndeakin%sympatico.ca dece13b41d Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc 2007-04-20 10:56:49 +00:00
Olli.Pettay%helsinki.fi a1a57e57f2 Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst 2007-04-19 23:20:30 +00:00
sayrer%gmail.com fda804eb1c Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 15:18:50 +00:00
masayuki%d-toybox.com 568e699c99 Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 13:43:58 +00:00
sayrer%gmail.com 1fb5b029fc Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 17:46:36 +00:00
neil%parkwaycc.co.uk c7d36e05d3 Bug 376802 Use one global tooltip listener instead of creating one for each XUL element that needs one r=Smaug sr=jst 2007-04-12 20:59:01 +00:00
bzbarsky%mit.edu 002215952f Adding testcase. 2007-04-12 06:40:27 +00:00
enndeakin%sympatico.ca 421b9b1fbb Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc 2007-04-12 05:56:13 +00:00
enndeakin%sympatico.ca 9deb47c5ca Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-12 04:37:41 +00:00
bzbarsky%mit.edu 55ecc11586 Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking 2007-04-11 20:18:11 +00:00
joshmoz%gmail.com 83796afab8 Draw native scrollbars using nsITheme on Mac OS X. Don't use a cocoa control. Fixes a whole host of clipping and visibility bugs and bugs 339447, 369293, 370439. r=josh sr=roc 2007-04-11 00:25:11 +00:00
enndeakin%sympatico.ca dfa2c8117a Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking 2007-04-04 18:31:56 +00:00
enndeakin%sympatico.ca dc742a95f8 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 17:17:36 +00:00
roc+%cs.cmu.edu 5e770de407 Bug 374988. MSVC doesn't pack PRPackedBool bitfields properly, and PRBool field:1 means that the value for 'true' is -1, so use PRUint32 instead. r+sr=sicking 2007-03-28 03:57:36 +00:00
dbaron%dbaron.org d2a7c1e86a Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 15:35:02 +00:00
dbaron%dbaron.org a32fb9b241 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 15:33:45 +00:00
masayuki%d-toybox.com 1135ea0c8f Bug 236546 newlines not added when copying table into clipboard with CTRL+mouse. patch by Jeff Schiller<codedread@gmail.com> r+sr=jst 2007-03-27 15:10:23 +00:00
Olli.Pettay%helsinki.fi caa7e9b8e7 375196, r+sr=roc 2007-03-26 05:38:22 +00:00
asqueella%gmail.com 46891fef68 Bug 371123 - XMLHttpRequest should trigger content policies
p=Wladimir Palant <trev@gtchat.de>
r=jst, sr=sicking
2007-03-25 05:35:39 +00:00
Olli.Pettay%helsinki.fi d9521b789a Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst 2007-03-24 12:18:03 +00:00
roc+%cs.cmu.edu 0a348967b0 No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build. 2007-03-24 11:07:36 +00:00
roc+%cs.cmu.edu 6f2dfe81b7 Bug 333659. nsLineBreaker fixes. Not Part Of The Build, used by new-textframe only. 2007-03-22 23:45:02 +00:00
peterv%propagandism.org e8431f018d Fix for bug 374449 (Most callers of nsIDocument::RemoveReference leak). r/sr=jst. 2007-03-20 17:39:25 +00:00
enndeakin%sympatico.ca 2d5467a6f1 Bug 178513, support translucent drag feedback when dragging nodes and selections on Mac and GTK, r=vlad,josh,roc,sr=roc 2007-03-20 12:14:52 +00:00
dbaron%dbaron.org 260b595874 When drawing images, track full source and dest regions (unclipped) or use floats, to avoid rounding problems with advanced image resizing algorithms. b=371434 r=vlad r+sr=roc 2007-03-20 00:58:20 +00:00
peterv%propagandism.org d69eeada99 Fix for bug 373035 (Make content/dom code get nsDOMClassInfo without going through nsIDOMScriptObjectFactory). r/sr=jst. 2007-03-19 09:19:16 +00:00
peterv%propagandism.org cacd0786b2 Fix for bug 373417 (slots->mControllers only exist for XUL nodes). Patch by sicking, r/sr=peterv. 2007-03-18 18:16:33 +00:00
roc+%cs.cmu.edu 0fc5109e5f Bug 367447. Support <link rel="offline-resource">. Patch by Dave Camp, r+sr=biesi 2007-03-14 01:52:07 +00:00
roc+%cs.cmu.edu 4a6fb68c9a Bug 336682. Fix online/offline events to target and bubble propertly, and so that <body ononline= onoffline=> works. Patch by Chris Double, r+sr=jst,r=dbaron 2007-03-14 01:42:42 +00:00
jruderman%hmc.edu 210c918500 Bug 373464, Shutdown crash [@ nsContentUtils::DropScriptObject]. r+sr=peterv. 2007-03-11 10:46:06 +00:00
tor%cs.brown.edu fe44ffe2d9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +00:00
jonas%sicking.cc 3a4ce6fcce back out unintended parts 2007-03-10 03:25:48 +00:00
jonas%sicking.cc b03767bc37 Bug 371846: Kill unneccesary ownership management code in nsBindingManager::SetAnonymousNodesFor. r=smaug sr=jst 2007-03-10 03:25:47 +00:00
dbaron%dbaron.org 2f6d187b7b Add include to fix bustage. 2007-03-10 00:12:56 +00:00
bzbarsky%mit.edu 6e58862277 Relanding bug 267833. Let's see what Txul does now. Still r+sr=sicking 2007-03-09 23:43:50 +00:00
dbaron%dbaron.org adcc767817 Add debugging code to cycle collector to give information about objects it has been told ought to be freed. b=372766 r=graydon sr=peterv 2007-03-09 23:00:14 +00:00
peterv%propagandism.org 9ed7625526 Fix for bug 373219 (ASSERTION: Fault in cycle collector: null XPCOM pointer returned (ptr: 0)). r/sr=dbaron. 2007-03-09 13:14:06 +00:00
peterv%propagandism.org b0d71960ba Fix for bug 368773 (Add a bunch of DOM objects to cycle collection). r=sicking, sr=jst. 2007-03-08 11:17:16 +00:00
bzbarsky%mit.edu f224d56f8e Back out bug 267833 to test performance effect. 2007-03-06 21:12:49 +00:00
bzbarsky%mit.edu 26fe5601e4 Fire XBL constructors asynchronously after binding attachment, unless we're in
the middle of an update.  In that case, fire them at the end of the update.
Bug 267833, r+sr=sicking, fingers-crossed=me
2007-03-06 19:36:36 +00:00
Olli.Pettay%helsinki.fi 723a1d63ac Bug 372665 ��� Crash [@ PresShell::ScrollFrameIntoView] when focusing br during pageload. (Adding ScrollContentIntoView), r+sr=roc 2007-03-06 09:53:56 +00:00
peterv%propagandism.org 5d04b6cba6 Fix for bug 370265 (nsDOMScriptObjectHolder/NS_DropScriptObject tries to get service while shutting down). r/sr=jst. 2007-03-02 13:34:14 +00:00
jonas%sicking.cc 70a0b562ba Tests for bug 371576. r/sr=bz 2007-03-01 23:40:25 +00:00
bzbarsky%mit.edu 6744bd9dcf Fix assert to reflect new reality. Bug 372086 followup, r+sr=sicking 2007-03-01 20:48:26 +00:00
jonas%sicking.cc 453ffb7b09 Bug 371576: Execute scripts syncronously when inserted in the tree whenever possible. r/sr=bz 2007-03-01 08:11:40 +00:00
bzbarsky%mit.edu 44445a3f69 If one endpoint of a range is in anonymous content for a given bindingParent,
the other one must be too from now on.  Incidentally improves performance on
pages with lots of textfields.  Bug 372086, r+sr=sicking
2007-02-28 22:19:20 +00:00
bzbarsky%mit.edu 1e2f4f8aae Make the display frame resize correctly when the <select>'s width changes. Bug
370422, r+sr=dbaron
2007-02-28 03:04:38 +00:00
jonas%sicking.cc ad95d9030f Bug 371083: Second installment in our exiting series 'deCOMtaminate the XBL code'. r/sr=jst 2007-02-27 00:14:01 +00:00
sharparrow1%yahoo.com 199d4d164d Bug 370379: Create views less frequently. Stops creating views for -moz-hidden-unscrollable, opacity, fixed backgrounds, and scrollbars, plus removes some unneeded methods from views and view managers. r+sr=roc. 2007-02-24 00:23:42 +00:00
longsonr%gmail.com dfeb24a466 Bug 330059 - Text Inside a Elements Does Not Render. r=jwatt,sr=tor 2007-02-22 12:38:12 +00:00
sayrer%gmail.com 8105fc2ae9 Bug 368994. move some more tests. r=dbaron 2007-02-20 22:18:09 +00:00
Olli.Pettay%helsinki.fi 3d65d3b277 Bug 369793, DOMMouseScroll events not dispatched when they cause text zoom changes, r=jst, sr=peterv 2007-02-20 14:57:52 +00:00
longsonr%gmail.com a63308f703 Bug 363909 - Implement ColorMatrix filter. Patch by malex@cs.utexas.edu and longsonr r=tor,sr=roc 2007-02-20 11:03:00 +00:00
asqueella%gmail.com 3be3ebf36a bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
2007-02-18 17:34:09 +00:00
asqueella%gmail.com 2213149a5d bug 370371 - remove nsIImageControlFrame, have the frame set the last clicked point as a property on its mContent instead.
r+sr=roc
2007-02-18 16:49:54 +00:00
peterv%propagandism.org 7c0a0af3b0 Fix for bug 368549 (Cycle collector doesn't handle tearoffs correctly). r=graydon, sr=jst. 2007-02-18 14:38:04 +00:00
asqueella%gmail.com d35330c02d add mochitest for bug 366946 - WRONG_DOCUMENT_ERR not thrown for Range.compareBoundaryPoints
by Ryan Jones <sciguyryan@gmail.com> with a few changes by me
r=smaug
2007-02-18 00:05:55 +00:00
asqueella%gmail.com aae78ae840 Bug 366946 - WRONG_DOCUMENT_ERR not thrown for Range.compareBoundaryPoints
p=Ryan Jones <sciguyryan@gmail.com>
r+sr=peterv
2007-02-17 18:53:01 +00:00
jonas%sicking.cc 9eea4cd5fe Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 23:02:08 +00:00
jonas%sicking.cc 933a869dff Bug 370332: Kill nsIBindingManager and nsIStyleRuleSupplier. r=dbaron for the layout/style parts, r/sr=jst for the rest. 2007-02-16 22:59:06 +00:00
Olli.Pettay%helsinki.fi 873ce3edc9 Trying to fix bustage, Bug 363067 2007-02-15 23:50:09 +00:00
Olli.Pettay%helsinki.fi 391f74f48d Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
sayrer%gmail.com 2c29f8d36d uncomment some tests that were mistakenly commented. 2007-02-15 07:04:22 +00:00
dbaron%dbaron.org a40b385248 Change my old email address to my new one (files missed when I did a mass-change in January 2003). 2007-02-14 07:18:26 +00:00
jonas%sicking.cc 71cc25f9a2 Bug 370230: unbreak --enable-perf-metrics. Patch by me and Mats Palmgren. r/sr=jst 2007-02-13 21:18:25 +00:00
Olli.Pettay%helsinki.fi fac5e68909 Bug 339287, support accesskey attribute, p=surkov, r=me+mats, sr=jst 2007-02-13 15:02:57 +00:00
sharparrow1%yahoo.com 2bdae2af37 Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
bzbarsky%mit.edu abee485516 Remove the dummy parser request. Bug 294115, r=mrbkap, sr=jst 2007-02-09 04:50:13 +00:00
bzbarsky%mit.edu 8e0324f318 Trust not the caller. Bug 369216, r+sr=jst 2007-02-09 04:43:09 +00:00
bzbarsky%mit.edu b60d376e81 Remove XML_HTTP_REQUEST_ROOTED vestiges. Bug 367678, r=peterv, sr=dbaron 2007-02-09 04:36:33 +00:00
Olli.Pettay%helsinki.fi b4da895255 Bug 369753, remove nsIXMLContent, r+sr=bz 2007-02-09 00:15:14 +00:00
sayrer%gmail.com b9b99272c4 Bug 368994. more mochitests in content/. r=bzbarsky 2007-02-06 00:20:25 +00:00
sayrer%gmail.com e294051e35 Bug 368994. move more tests. r=bzbarsky 2007-02-05 03:19:35 +00:00
bzbarsky%mit.edu 4f42b144b1 Make sure to process any pending exceptions the security manager has set if
we're not called from JS.  Bug 369157, r+sr=brendan.
2007-02-04 22:06:49 +00:00
bzbarsky%mit.edu 95da2dde07 These aren't actually interface methods. Bug 369167, r+sr=sicking 2007-02-04 05:14:23 +00:00
bzbarsky%mit.edu c0df7979c4 Hoist the ref-scrolling stuff up to nsContentSink. Bug 369015, r+sr=sicking 2007-02-03 00:48:29 +00:00