Commit Graph

3972 Commits

Author SHA1 Message Date
bzbarsky@mit.edu
2704d6350d Process XBL constructors right after the frame construction inInitialReflow(). Bug 377119, r+sr=sicking 2007-05-13 20:52:48 -07:00
asqueella@gmail.com
cb574d2844 Bug 331991 - Save as "Web Page, Complete" for HTML should include meta charset or encode all non-ASCII characters as entitiesp=Ryan Jones <sciguyryan@gmail.com>r=glazou, sr=peterv 2007-05-13 09:44:06 -07:00
asqueella@gmail.com
5b30c0b558 Bug 362043 - XMLHttpRequest should set a charset in the Content-Type request headerp=Ryan Jones <sciguyryan@gmail.com>r+sr=peterv 2007-05-13 09:41:46 -07:00
Olli.Pettay@helsinki.fi
817e004adc Bug 369644, make mouseover/out handle native anonymous content properly, r=jst, sr=sicking 2007-05-13 06:59:00 -07:00
peterv@propagandism.org
01725954b0 Fix for bug 324871 (UserData can cause reference cycles). r/sr=sicking. 2007-05-12 08:36:28 -07:00
Olli.Pettay@helsinki.fi
ba885ad99c Bug 378390, Use a bit to track whether the binding manager has a pointer to an element, r+sr=peterv 2007-05-11 11:34:12 -07:00
Olli.Pettay@helsinki.fi
40178e46a3 backout Bug 363089 2007-05-11 06:34:05 -07:00
Olli.Pettay@helsinki.fi
7faf1d64cc windows bustage fix 2007-05-11 04:33:17 -07:00
Olli.Pettay@helsinki.fi
e1fb8b073b Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst 2007-05-11 04:15:11 -07:00
jonas@sicking.cc
233450d9b8 Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-10 13:21:12 -07:00
jst@mozilla.org
eedb90c553 Backing out Jonas' last changes due to tinderbox orange, per Jonas' request. 2007-05-09 17:42:33 -07:00
jonas@sicking.cc
de64d03178 Relanding bug 378987. Don't try to collect windows, documents or elements of actively viewed pages. r=bz/jst sr=jst 2007-05-09 16:33:28 -07:00
bzbarsky@mit.edu
2dac207d0b 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 wyciwygchannel, instead of just claiming to be UTF-16. Bug 255820, r+sr=jst 2007-05-08 19:47:58 -07:00
jonas@sicking.cc
594d259432 back out last patch since leaks went through the roof 2007-05-07 18:03:08 -07:00
jonas@sicking.cc
c2c495c2ef Don't attempt to cycle collect documents, windows and elements that are currently being viewed. r=bz, sr=jst b=378987 2007-05-07 16:45:25 -07:00
bzbarsky@mit.edu
a0a79dfb62 Make the sync loader handle streams that close on EOF (e.g. data: URLs). Bug379957, r=biesi, sr=peterv 2007-05-07 15:11:53 -07:00
bzbarsky@mit.edu
3fffd1fdc3 Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron 2007-05-04 23:47:09 -07:00
masayuki@d-toybox.com
ce5fb69d8c Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 08:34:35 -07:00
joshmoz@gmail.com
30d491a760 Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 00:46:50 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(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 15:24:20 -07:00
bzbarsky@mit.edu
79c66b8a27 Make InitialReflow just post a reflow event instead of doing a synchronousreflow. Bug 378975, r=dbaron and Eli Friedman, sr=dbaron 2007-05-01 10:15:08 -07:00
bzbarsky@mit.edu
b93abe4bf4 Don't unblock onload on the document if we no longer have a parser. Bug375051, r=mbkap, sr=sicking 2007-04-26 21:05:08 -07:00
bzbarsky@mit.edu
e1db306445 Flush tags before calling StartLayout; otherwise we might end updouble-constructing frames for whatever content we hadn't notified on yet. Bug378559, r+sr=sicking 2007-04-26 11:57:58 -07:00
ted.mielczarek@gmail.com
9b1616bf41 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 04:39:15 -07:00
bzbarsky@mit.edu
7b162c96d2 Fix the vertical scrollbar guessing in nsHTMLScrollFrame to do better for aninitial reflow if we're doing that initial reflow a ways into the documentload. Bug 378480, r+sr=roc 2007-04-25 19:29:21 -07:00
peterv@propagandism.org
f091506c2b Fix for bug 378595 (Improve cycle collection QI performance). r/sr=sicking. 2007-04-25 09:35:27 -07:00
bzbarsky@mit.edu
a935465109 Back out. This actually hurts Tp2, the mac reftests are _still_ orange 2007-04-24 00:33:58 -07:00
bzbarsky@mit.edu
d35b8816a8 Another peformance test for bug 378480. Will back out in a few cycles. 2007-04-23 22:46:11 -07:00
benjamin@smedbergs.us
baab01ada6 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 07:21:53 -07:00
bzbarsky@mit.edu
bcfbc64387 Set the status bar before actually handling the DOM event. That way if theevent 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 00:31:21 -07:00
bzbarsky@mit.edu
75d0ec2b2f Stop blocking the parser on CSS stylesheet loads. We still block scriptexecution on them, however. Bug 84582, r+sr=sicking 2007-04-20 15:59:18 -07:00
enndeakin@sympatico.ca
92a8a8cf5c Bug 377663, <titlebar> should move popup if inside one instead of the window, r+sr=roc 2007-04-20 03:56:49 -07:00
Olli.Pettay@helsinki.fi
17ba873b3d Bug 378102, Remove nsIDOMEventReceiver::HandleEvent r+sr=jst 2007-04-19 16:20:29 -07:00
sayrer@gmail.com
b80cfd9871 Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky 2007-04-16 08:18:50 -07:00
masayuki@d-toybox.com
ad3d268bbe Bug 358899 [Cocoa] Improve nsIKBStateControl implementation r=josh+ere+masaki.katakai+roc, sr=roc 2007-04-15 06:43:55 -07:00
sayrer@gmail.com
045ddc70c2 Bug 368994. Move mochitests near the code they test, round 6. r=bzbarsky 2007-04-14 10:46:36 -07:00
neil@parkwaycc.co.uk
af293ef660 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 13:59:01 -07:00
bzbarsky@mit.edu
3bd7eb7ed8 Adding testcase. 2007-04-11 23:40:27 -07:00
enndeakin@sympatico.ca
09da4ae19d Bug 375681, missed this file, add what-wg drag events, r=smaug,sr=roc 2007-04-11 22:56:13 -07:00
enndeakin@sympatico.ca
932380f594 Bug 375681, use drag event names from what-wg spec, also implement new drag and dragend events, r=smaug,sr=roc 2007-04-11 21:37:39 -07:00
bzbarsky@mit.edu
55f8e63858 Don't block the parser on scripts we'll never execute. Bug 371743, r+sr=sicking 2007-04-11 13:18:11 -07:00
joshmoz@gmail.com
6169494daa 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-10 17:25:11 -07:00
enndeakin@sympatico.ca
491dee3f8f Bug 376428, don't parse onpageshow/onpagehide as events on xul elements, fixes regression in update window, r=sr=sicking 2007-04-04 11:31:56 -07:00
enndeakin@sympatico.ca
7bf55f72a1 Bug 366478 - consolidate lists of onX event attributes, r=smaug,jwatt,sr=sicking 2007-04-02 10:17:36 -07:00
roc+@cs.cmu.edu
f4f5ffd56c 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-27 20:57:36 -07:00
dbaron@dbaron.org
e7bb1b1c38 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
dbaron@dbaron.org
d98d9fdec5 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
masayuki@d-toybox.com
b692fe6629 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 08:10:23 -07:00
Olli.Pettay@helsinki.fi
a1dca72a56 375196, r+sr=roc 2007-03-25 22:38:22 -07:00
asqueella@gmail.com
2da152ddf7 Bug 371123 - XMLHttpRequest should trigger content policies
p=Wladimir Palant <trev@gtchat.de>r=jst, sr=sicking
2007-03-24 22:35:39 -07:00
Olli.Pettay@helsinki.fi
bd6edd6ac3 Bug 288392, DOMSubtreeModified event, r=peterv, sr=jst 2007-03-24 05:18:02 -07:00
roc+@cs.cmu.edu
c193edd10b No bug. A variety of fixes to fix various reftest failures. Not Part Of The Build. 2007-03-24 04:07:36 -07:00
roc+@cs.cmu.edu
6e752fb3b8 Bug 333659. nsLineBreaker fixes. Not Part Of The Build, used by new-textframe only. 2007-03-22 16:45:02 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
peterv%propagandism.org
8d3c347199 Fix for bug 374449 (Most callers of nsIDocument::RemoveReference leak). r/sr=jst. 2007-03-20 17:39:25 +00:00
enndeakin%sympatico.ca
6ccc9fa0b8 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
405d600298 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
e5d3f5db52 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
1d3cbe3dc2 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
81867edd87 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
314f2ab5fd 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
856b7c03be Bug 373464, Shutdown crash [@ nsContentUtils::DropScriptObject]. r+sr=peterv. 2007-03-11 10:46:06 +00:00
tor%cs.brown.edu
eaeda066b9 Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
r+sr=sicking
2007-03-10 13:49:43 +00:00
jonas%sicking.cc
4189274b26 back out unintended parts 2007-03-10 03:25:48 +00:00
jonas%sicking.cc
989b3a3171 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
b61792905e Add include to fix bustage. 2007-03-10 00:12:56 +00:00
bzbarsky%mit.edu
098348b001 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
e19b9e8e92 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
a267e57680 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
12f2917956 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
372e1553c0 Back out bug 267833 to test performance effect. 2007-03-06 21:12:49 +00:00
bzbarsky%mit.edu
448ba1fa30 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
4e0ebc823d 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
3d6360dc54 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
eec9d72d87 Tests for bug 371576. r/sr=bz 2007-03-01 23:40:25 +00:00
bzbarsky%mit.edu
db77bdbfb8 Fix assert to reflect new reality. Bug 372086 followup, r+sr=sicking 2007-03-01 20:48:26 +00:00
jonas%sicking.cc
25f98dc2f4 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
498f885e86 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
7bf5f8b7a1 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
a9c9356be8 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
4862938c93 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
29618de17d Bug 330059 - Text Inside a Elements Does Not Render. r=jwatt,sr=tor 2007-02-22 12:38:12 +00:00
sayrer%gmail.com
4bbb89f0c0 Bug 368994. move some more tests. r=dbaron 2007-02-20 22:18:09 +00:00
Olli.Pettay%helsinki.fi
1afd158abd 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
ed2d4145f6 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
284a5ea424 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
e70812ddff 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
0e04a8b0f2 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
a60def4135 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
3ef2085452 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
073b1fd3fe 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
7299ef3901 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
d9a094b418 Trying to fix bustage, Bug 363067 2007-02-15 23:50:09 +00:00
Olli.Pettay%helsinki.fi
805e0ff0f8 Bug 363067, Add nsPIDOMEventTarget and kill nsIChromeEventHandler, r=jst, sr=sicking 2007-02-15 23:04:33 +00:00
sayrer%gmail.com
6e574ab59c uncomment some tests that were mistakenly commented. 2007-02-15 07:04:22 +00:00
dbaron%dbaron.org
83fed6e485 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
ccd6aa3575 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
aec6ee9631 Bug 339287, support accesskey attribute, p=surkov, r=me+mats, sr=jst 2007-02-13 15:02:57 +00:00
sharparrow1%yahoo.com
d19f64369b Bug 370185: clean up view header includes (trivial). rs=bzbarsky. 2007-02-12 19:17:33 +00:00
bzbarsky%mit.edu
e63598c882 Remove the dummy parser request. Bug 294115, r=mrbkap, sr=jst 2007-02-09 04:50:13 +00:00
bzbarsky%mit.edu
8aa6046372 Trust not the caller. Bug 369216, r+sr=jst 2007-02-09 04:43:09 +00:00
bzbarsky%mit.edu
e20559a5a3 Remove XML_HTTP_REQUEST_ROOTED vestiges. Bug 367678, r=peterv, sr=dbaron 2007-02-09 04:36:33 +00:00
Olli.Pettay%helsinki.fi
d56070112f Bug 369753, remove nsIXMLContent, r+sr=bz 2007-02-09 00:15:14 +00:00
sayrer%gmail.com
0ef873eec0 Bug 368994. more mochitests in content/. r=bzbarsky 2007-02-06 00:20:25 +00:00
sayrer%gmail.com
5d42df0c63 Bug 368994. move more tests. r=bzbarsky 2007-02-05 03:19:35 +00:00
bzbarsky%mit.edu
e13ee4cb9b 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
b145a7164d These aren't actually interface methods. Bug 369167, r+sr=sicking 2007-02-04 05:14:23 +00:00
bzbarsky%mit.edu
0b8624e346 Hoist the ref-scrolling stuff up to nsContentSink. Bug 369015, r+sr=sicking 2007-02-03 00:48:29 +00:00
bzbarsky%mit.edu
ae8f8f61cb Add tests for bug 276037. 2007-02-02 03:02:47 +00:00
bzbarsky%mit.edu
9db5bfa7c8 Make sure to initialize all members and that sort of thing. Bug 369011, r+sr=sicking 2007-02-02 02:12:48 +00:00
sayrer%gmail.com
c5be689b2c Bug 357450. Unit tests for getElementsByClassName. r=jst, sr=peterv 2007-02-01 22:49:09 +00:00
sayrer%gmail.com
b578414ff5 Bug 368994. move more content/ unit tests. r=sicking 2007-02-01 21:44:40 +00:00
sayrer%gmail.com
a04f24f617 Bug 357450. Implement getElementsByClassName. r=jst, sr=peterv 2007-02-01 15:14:00 +00:00
Olli.Pettay%helsinki.fi
774d83e41b Bug 367781, adoptNode should update mMutationBits of the possible |window| object. r+sr=peterv 2007-01-31 22:54:24 +00:00
jonas%sicking.cc
a9f34ee020 Bug 18333: Make the XML content sink incremental. Patch by Henri Sivonen<hsivonen@iki.fi>. r=peterv sr=sicking 2007-01-30 21:21:06 +00:00
longsonr%gmail.com
912df76954 Bug 307708 � filters should operate in linearRGB color space by default r=dbaron,r=tor,sr=roc 2007-01-30 13:19:55 +00:00
bzbarsky%mit.edu
488e530dec Fix more bustage. Still bug 300691 2007-01-30 06:38:26 +00:00
bzbarsky%mit.edu
8852486de0 Fix build bustage. Bug 300691 2007-01-30 06:25:07 +00:00
bzbarsky%mit.edu
b38b5e7e7c Fix bug 300691. r+sr=sicking 2007-01-30 05:48:22 +00:00
cvshook%sicking.cc
a39ff30284 Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128 2007-01-30 00:06:41 +00:00
bzbarsky%mit.edu
f993c1bc3e Don't crash if AsyncOpen fails and the OnReadyStateChange handler restarts us.
Bug 366467, r+sr=sicking
2007-01-26 04:48:14 +00:00
Olli.Pettay%helsinki.fi
f3e9b28be0 Adding missing '= 0', Bug 367256, r=neil 2007-01-24 11:04:13 +00:00
Olli.Pettay%helsinki.fi
767fa8a48f Bug 367256, Expose datatype object attribute, p=surkov, r=aaronr, aaronl, me 2007-01-23 07:43:18 +00:00
bzbarsky%mit.edu
c323ff3583 Fix check for DOMNodeInserted/DOMNodeRemoved event handlers. Bug 367164,
r+sr=sicking
2007-01-17 18:47:18 +00:00
roc+%cs.cmu.edu
e6589f0930 Bug 333659. Relanding new nsLineBreaker class --- shouldn't affect current code. Technically it's part of the build, but it's not used by anyone. 2007-01-17 02:35:28 +00:00
roc+%cs.cmu.edu
7268a1957b Backing out text landing. 2007-01-16 22:25:20 +00:00
roc+%cs.cmu.edu
e6bad38abe Bug 333659. Landing new text interfaces, new gfxPangoTextRun (enabled), new textframe code (disabled). r+sr=dbaron for the part-of-the-build layout parts,r=stuart for the part-of-the-build gfx parts 2007-01-16 20:51:52 +00:00
bzbarsky%mit.edu
867068ef8a Implement the proposed Web Apps 1.0 API for changing the selected style sheet
set, querying the available sets, etc.  Bug 200930, r=sicking, sr=dbaron
2007-01-11 19:32:31 +00:00
Olli.Pettay%helsinki.fi
b2cbc94366 Bug 358714 ��� implement accessible object for xforms minimal select in xhtml context, r=aaronr,aaronl, sr=neil 2007-01-10 14:39:44 +00:00
cvshook%sicking.cc
aedd725180 fix redness 2007-01-09 02:02:39 +00:00
cvshook%sicking.cc
acf16086dd Bug 364692: Process pending script requests asynchronously when the last blocker is removed. r/sr=jst 2007-01-09 01:07:29 +00:00
tor%cs.brown.edu
5cce072b38 Bug 326143 - Implement feFlood and feTurbulence filter elements.
Patch by tor and malex@cs.utexas.edu, r=tor, sr=roc
2007-01-08 16:48:56 +00:00
graydon%mozilla.com
4525ab79d9 Bug 333078: XPCOM cycle collector
r=brendan, sicking, bz, dbaron, bsmedberg
2007-01-04 22:31:26 +00:00
jwatt%jwatt.org
bbb6339dc9 Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc 2007-01-04 10:53:59 +00:00
Olli.Pettay%helsinki.fi
366a0a5ff4 Bug 358713, implement accessible objects for xforms selects of full apperance, p=surkov, r=aaronr+ginn.chen, sr=neil 2006-12-28 14:19:47 +00:00
peterv%propagandism.org
019102b4fd Fix for bug 362937 (Merge element's List and DumpContent implementations). r/sr=jst. 2006-12-27 17:26:32 +00:00
bmlk%gmx.de
e4dc50cdc6 the previous commit was bogus, the bustage was due to midcheckin. 2006-12-26 19:18:56 +00:00
bmlk%gmx.de
a553aaf40a bustage fix 2006-12-26 18:12:11 +00:00
timeless%mozdev.org
4e651390ef Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
2006-12-26 17:47:52 +00:00
cvshook%sicking.cc
1fae5d6c62 Fix bustage from bug 363789 2006-12-22 01:13:04 +00:00
cvshook%sicking.cc
81714af5ae Implement more exslt functions. r/sr=peterv 2006-12-22 00:19:34 +00:00
Olli.Pettay%helsinki.fi
fdca21c5e6 Bug 364219, Crash [@ CallQueryInterface] when passing on an xmlhttprequest load event to a timeout, r+sr=peterv 2006-12-21 19:27:48 +00:00
timeless%mozdev.org
05804e5bfe Bug 363390 IS_LOW_SURROGATE conflicts with winnls.h
r=darin
2006-12-21 07:03:23 +00:00
Olli.Pettay%helsinki.fi
327d382357 Bug 364413, Related node on DOMAttrModified listener isn't the same as attr node set by SetAttributeNodeNS, p=Alex Vincent+me, r+sr=sicking 2006-12-20 20:55:08 +00:00
bzbarsky%mit.edu
fd5afe6c06 If we have an unsupported classid, bail out even if we have no URI. Bug
363379, r+sr=biesi
2006-12-19 16:31:42 +00:00
bzbarsky%mit.edu
c3fe5eb31d Fix bug 363235 -- REJECT_SERVER is taken to mean "content is blocked by user",
and that's not what we want here.  r+sr=sicking
2006-12-19 15:32:46 +00:00
Olli.Pettay%helsinki.fi
e9137a44b0 Bug 364092, Related node on DOMAttrModifed listener isn't the same as attr node removed by RemoveAttributeNode, r+sr=sicking 2006-12-18 19:15:57 +00:00
bzbarsky%mit.edu
93e4db1532 Fix bug 363406, patch by Nickolay Ponomarev <asqueella@gmail.com>,
r+sr=bzbarsky
2006-12-18 03:59:46 +00:00
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
Olli.Pettay%helsinki.fi
20e88e562c Bug 363810, strong reference to owner document while deleting properties, r+sr=sicking 2006-12-14 11:31:28 +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
hwaara%gmail.com
bf05506b89 implement accessible objects for xforms date input controls, r=aaronr, aaronlev, sr=neil, b=349644. Patch by Alexander Surkov <surkov.alexander@gmail.com> 2006-12-12 16:19:18 +00:00
tor%cs.brown.edu
37a91d14c7 Bug 361070 - Implement feBlend and feComposite.
Patch by amenzie@us.ibm.com, r=tor, sr=roc.
2006-12-11 16:33:08 +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
8bfd20a05a Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst 2006-12-05 15:46:18 +00:00
Olli.Pettay%helsinki.fi
f4e4277761 Bug 362391, DOMAttrModified doesn't handle namespaced attributes properly, r+sr=sicking 2006-12-01 08:44:38 +00:00
bzbarsky%mit.edu
bb3526a4ce Make sure the XML decl in the data we post when a document is passed to send()
matches the encoding we use.  Bug 361934, r=sicking, sr=biesi
2006-12-01 04:48:05 +00:00
bzbarsky%mit.edu
55c90dbd0d Don't construct unneeded autostring. Bug 362316, r+sr=sicking 2006-12-01 04:44:57 +00:00
mats.palmgren%bredband.net
117c2ca714 Fix a crash when onreadystatechange handler loads a new URL. b=361773 r+sr=bzbarsky 2006-11-28 13:56:40 +00:00
bzbarsky%mit.edu
a3f56eb552 Make XML serializer output an encoding="..." which matches the actual encoding
it's serializing to.  Bug 361933, r+sr=sicking
2006-11-28 04:01:46 +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
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
bzbarsky%mit.edu
bc4b14084d Improve comments. Bug 361222, r+sr=jst 2006-11-21 04:40:37 +00:00
bzbarsky%mit.edu
a8307c6aef Fix bug 352728, r+sr=peterv 2006-11-21 04:38:00 +00:00
peterv%propagandism.org
29f6eab17a Fix for bug 193678 (support exslt:common - exslt:common functions implementation). r/sr=sicking. 2006-11-16 21:42:25 +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
4922791b84 Improve docs. Bug 350252, r+sr=sicking 2006-11-16 17:57:18 +00:00
Olli.Pettay%helsinki.fi
60fe408c1b Bug 360058, trying to make sure that document's propertytable doesn't have pointers to deleted nsINodes, r+sr=bz 2006-11-12 21:31:11 +00:00
bzbarsky%mit.edu
cea7c0e8fc Create DOM nodes for processing instructions in XUL, take 2. Still bug 319654, patch by
Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky.
2006-11-11 22:27:00 +00:00
cvshook%sicking.cc
150f388d26 Fix orange by properly refcounting 2006-11-11 01:43:11 +00:00
cvshook%sicking.cc
31fa1eb020 Make nodes supports weak references. b=360291 r/sr=jst 2006-11-11 00:36:03 +00:00
cvshook%sicking.cc
41a1fdfa82 Kill nsAttributeChildList and use nsChildContentList instead. b=360319 r/sr=jst 2006-11-11 00:28:20 +00:00
bzbarsky%mit.edu
cf37d835ae Fix order of mutation event firing for attribute removals. Bug 339494, r+sr=sicking 2006-11-11 00:04:46 +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
sayrer%gmail.com
8372e94e34 Bug 348447. feed sanitizer whitelist accessibility and i18n. 2006-11-08 18:20:55 +00:00
gavin%gavinsharp.com
437edbadb5 Try backing out the patch for bug 319654 to see if it fixes the Mac orange 2006-11-08 17:52:58 +00:00
bzbarsky%mit.edu
ca62f619bb Create DOM nodes for processing instructions in XUL. Bug 319654, patch by
Nickolay Ponomarev <asqueella@gmail.com>, r+sr=bzbarsky.
2006-11-08 02:25:37 +00:00
bzbarsky%mit.edu
74ff185421 Fix build bustage in --disable-xul builds. Bug 357453 followup, patch by
romaxa <romaxa@gmail.com>, r=bsmedberg
2006-11-07 03:13:49 +00:00
cvshook%sicking.cc
bd9282deba Add some more assertions to DoSetRange. r/sr=jst b=358106 2006-11-06 23:52:30 +00:00
aaronleventhal%moonset.net
e2a2857cdf Bug 354728. Support nsIAccessibleText/nsIAccessibleEditableText for xforms controls. Patch by Alexander Surkov. r=aaronlev, r=aaronr, sr=neil 2006-11-06 02:50:37 +00:00
gavin%gavinsharp.com
6a3cd1d6c5 Fix typo in a comment 2006-11-05 02:45:32 +00:00
Olli.Pettay%helsinki.fi
437d16e63e make DEBUG_smaug compile 2006-11-04 19:20:35 +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
877b6c75ab Kill unneeded #includes since the last checkin. rs=jst 2006-11-03 23:36:50 +00:00
cvshook%sicking.cc
f5194fd473 Bug 358106: Make ranges use nsIMutationObserver rather than their own notification system. r/sr=jst 2006-11-03 21:51:01 +00:00
cvshook%sicking.cc
480afae792 Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin 2006-11-02 19:33:10 +00:00
cvshook%sicking.cc
6b452fb908 Make IsPointInRange and ComparePoint on nsIDOMNSRange throw if the given point is in a different document. Patch by Alex Vincent. b=359046 r/sr=sicking 2006-11-02 19:07:56 +00:00
tor%cs.brown.edu
38a296c7ab Bug 355249 - implement feMorphology.
Patch by amenzie@us.ibm.com, r=tor, sr=roc
2006-11-02 16:30:20 +00:00
cvshook%sicking.cc
974b52ca30 Back out changes that were part of a different patch. 2006-11-02 08:22:08 +00:00
cvshook%sicking.cc
f3a3af9cca Make nsRange::ToString and nsContentIterator deal with ranges with endpoint containers being the document. Patch by bz. r/sr=sicking b=358660 2006-11-02 07:41:45 +00:00
cvshook%sicking.cc
8da53b5fb1 Bug 359121: Fix regression in editor from previous range checkins. nSDetach wasn't the same as Detach after all. r/sr=jst 2006-11-02 02:14:57 +00:00
peterv%propagandism.org
bd97030a46 Fix for bug 357453 (ASSERTION: Already have a document. Unbind first!: "!GetCurrentDoc() && !IsInDoc()", file m:/trunk/mozilla/content/base/src/nsGenericDOMDataNode.cpp, line 588). r/sr=bz. 2006-10-31 13:25:40 +00:00
peterv%propagandism.org
edcf5b1891 Fix for bug 351695. 2006-10-31 09:54:14 +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
cvshook%sicking.cc
bf4a8ea3af bug 358073: Kill useless/redundant functions on nsIDOMNSRange. r/sr=jst 2006-10-25 21:53:03 +00:00
cvshook%sicking.cc
55d0c600fa Kill nsGeneratedContentIterator and related classes and code since it's not used. r/sr=dbaron b=357957 2006-10-25 20:24:00 +00:00
bzbarsky%mit.edu
0ce72c77cd Make nsIStreamLoader and nsIUnicharStreamLoader be stream listeners. Bug
281153, patch by Son Le <son.le0@gmail.com>, r=biesi, sr=darin
2006-10-24 21:47:40 +00:00