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 |
|