aaronleventhal%moonset.net
|
f4854ed148
|
Missed a file in the checkin for bug 336162
|
2006-05-03 17:48:31 +00:00 |
|
aaronleventhal%moonset.net
|
e4210b85b2
|
Bug 336162. Don't fire DOM events from layout. r+sr=bz
|
2006-05-03 17:02:37 +00:00 |
|
tor%cs.brown.edu
|
74c52378a7
|
Bug 334999 - Compact path storage. r+sr=roc
|
2006-05-03 17:01:28 +00:00 |
|
jwatt%jwatt.org
|
7a7daabcc9
|
Fixing bug 336344. Crash loading svg pattern test. r+sr=tor@acm.org
|
2006-05-03 14:52:50 +00:00 |
|
uriber%gmail.com
|
9bfd13e9f1
|
When sliding frames to the left to account for trimmed trailing whitespace, update the frame rectangle itself if necessary. bug=333560 r+sr=roc
|
2006-05-03 10:28:58 +00:00 |
|
dbaron%dbaron.org
|
95373030bd
|
Remove unused (and sometimes buggy) DEBUG code. b=336323 r+sr=bzbarsky
|
2006-05-03 04:26:28 +00:00 |
|
vladimir%pobox.com
|
a5d5427054
|
missed file for checkin
|
2006-05-03 01:33:51 +00:00 |
|
dbaron%dbaron.org
|
6d979fef96
|
Make static some nsCSSDeclaration methods that don't need their this. b=336322 r+sr=bzbarsky
|
2006-05-02 23:36:17 +00:00 |
|
bzbarsky%mit.edu
|
c7faa71864
|
Adding regression test.
|
2006-05-02 22:45:02 +00:00 |
|
tor%cs.brown.edu
|
57cabdb1c3
|
Bug 335870 - Remove nsISVGGeometrySource. r+sr=roc
|
2006-05-02 15:05:25 +00:00 |
|
roc+%cs.cmu.edu
|
0aad8a4f0c
|
Bug 263444. Allow nsILookAndFeel to request any combination of scrollbar arrows (up and/or down (or neither) at each end of the scrollbar) on all platforms. Get the arrow settings from the GTK2 style in GTK2 builds. r+sr=bryner
|
2006-05-01 23:23:33 +00:00 |
|
tor%cs.brown.edu
|
2d706cafbe
|
Bug 334999 - remove nsISVGRendererPathBuilder. r+sr=roc
|
2006-05-01 15:37:18 +00:00 |
|
bzbarsky%mit.edu
|
b1ee2830dd
|
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
|
2006-05-01 05:25:52 +00:00 |
|
roc+%cs.cmu.edu
|
4571423968
|
Fixing bustage
|
2006-05-01 01:41:41 +00:00 |
|
roc+%cs.cmu.edu
|
dd16b28d00
|
Bug 334690. Fix regression in z-ordering of table cell content for event handling. r=bernd
|
2006-05-01 01:18:32 +00:00 |
|
rbs%maths.uq.edu.au
|
1877e44608
|
Extra patch to quiet an assertion, b=323733, r+sr=roc
|
2006-04-30 20:34:46 +00:00 |
|
mrbkap%gmail.com
|
907b2f702d
|
Only call GetCharCode for KeyPress events to avoid triggering a warning in nsDOMKeyEvent.cpp. bug 309316, r+sr=dbaron
|
2006-04-29 00:39:03 +00:00 |
|
masayuki%d-toybox.com
|
4a98e11533
|
Bug 335474 Crash in [@ nsCSSRendering::DrawDashedSides] r+sr=roc
|
2006-04-28 23:21:01 +00:00 |
|
bzbarsky%mit.edu
|
b3b1ad479d
|
Actually add the tests
|
2006-04-28 19:16:43 +00:00 |
|
bzbarsky%mit.edu
|
9c8f499b62
|
Adding regression tests
|
2006-04-28 18:14:57 +00:00 |
|
dbaron%dbaron.org
|
aa4f419e7e
|
Fix leak when cloning negations caused by previous patch. b=333634 r+sr=bzbarsky
|
2006-04-28 18:02:53 +00:00 |
|
mrbkap%gmail.com
|
695809a291
|
Update the caret position after reflows to avoid turds. bug 334649, r+sr=roc
|
2006-04-28 04:33:41 +00:00 |
|
dbaron%dbaron.org
|
985c2fb959
|
Make what FindChildWithRules does actually be an MRU cache, and condense some if-else chains over mChild and mEmptyChild. b=335733 r+sr=bzbarsky
|
2006-04-28 00:09:05 +00:00 |
|
dbaron%dbaron.org
|
16f0806114
|
Missed an out-of-memory check. b=335729 r+sr=bzbarsky
|
2006-04-27 23:56:53 +00:00 |
|
bzbarsky%mit.edu
|
c31f83b236
|
Invalidate the right things when a stack's kids resize, or if they move _and_ margins change. Bug 331880, r+sr+branch181=roc
|
2006-04-27 23:53:30 +00:00 |
|
bzbarsky%mit.edu
|
ae9934d03e
|
Adding regression test
|
2006-04-27 22:37:15 +00:00 |
|
dbaron%dbaron.org
|
5ccb05fd01
|
nsRuleNode should not have a virtual destructor (and thus vtable pointer). b=335630 r+sr=bzbarsky
|
2006-04-27 20:01:59 +00:00 |
|
rbs%maths.uq.edu.au
|
77f1707d23
|
Fix assertion by not setting the overflow bit. Besides, it was used in a way that is not relevant anymore to the new paint display list. (Also init a return variable in maction while passing.) b=323733, r+sr=roc
|
2006-04-27 19:20:42 +00:00 |
|
dbaron%dbaron.org
|
60e75026b0
|
Move assertion up to where we have a chance of actually seeing it.
|
2006-04-27 18:23:30 +00:00 |
|
bzbarsky%mit.edu
|
0c3706888c
|
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
|
2006-04-27 18:21:11 +00:00 |
|
bzbarsky%mit.edu
|
8219f13b58
|
Adding more regression tests.
|
2006-04-27 17:59:14 +00:00 |
|
aaronleventhal%moonset.net
|
fc7797defd
|
Bug 326090. Expose <hr> as ROLE_SEPARATOR. Patch by Ming (Mike) Gao. r=aaronlev, sr=roc
|
2006-04-27 16:23:09 +00:00 |
|
aaronleventhal%moonset.net
|
6077887e84
|
Bug 310921. AccessibleObjectFromPoint wrong when a span ends the previous line within the same block. In fact the next text object after that wasn't even exposed. r=ginn.chen, sr=roc
|
2006-04-27 15:47:22 +00:00 |
|
roc+%cs.cmu.edu
|
d9cf8d8bf8
|
Bug 335140. Set 'force descend into' bit on frames and then leave it set until we're done with the display list ... then we can be sure of descending to frames whose container is not an ancestor of the placeholder. r=mrbkap
|
2006-04-27 02:45:03 +00:00 |
|
roc+%cs.cmu.edu
|
8956f1d8a1
|
Bug 334942. ExplodeAnonymousChildLists before sorting table parts. r=bernd
|
2006-04-27 02:25:23 +00:00 |
|
dbaron%dbaron.org
|
b9a3e06d7d
|
Destroy chained RuleProcessorData interatively. b=323504 r+sr=bzbarsky
|
2006-04-27 00:35:05 +00:00 |
|
jwatt%jwatt.org
|
bb79579615
|
Fixing bug 335450. Remove our extensions to the SVG DOM interfaces. r=tor@acm.org, sr=roc@ocallahan.org
|
2006-04-26 21:02:25 +00:00 |
|
bzbarsky%mit.edu
|
e86bd26130
|
Make sure to never read off the end of the buffer in HasTerminalNewline(). Bug
335320, r+sr=roc
|
2006-04-26 15:54:48 +00:00 |
|
bzbarsky%mit.edu
|
c5e91fa92d
|
More regression tests
|
2006-04-26 15:27:04 +00:00 |
|
peterv%propagandism.org
|
02f7995799
|
Fix for bug 324865 (Move XMLHttpRequest to gklayout). r/sr=jst.
|
2006-04-26 09:19:48 +00:00 |
|
bzbarsky%mit.edu
|
d17136c73d
|
Some fixes to min-max test
|
2006-04-26 04:18:11 +00:00 |
|
bzbarsky%mit.edu
|
8f771760d6
|
More regression tests
|
2006-04-26 03:32:01 +00:00 |
|
bzbarsky%mit.edu
|
3dccac0b7a
|
Adding some regression tests
|
2006-04-26 03:17:39 +00:00 |
|
roc+%cs.cmu.edu
|
08058623c1
|
Fixing Windows bustage
|
2006-04-26 02:45:18 +00:00 |
|
roc+%cs.cmu.edu
|
6bef416316
|
Fixing Mac bustage.
|
2006-04-26 02:12:10 +00:00 |
|
roc+%cs.cmu.edu
|
aac1b0d44f
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 02:01:07 +00:00 |
|
roc+%cs.cmu.edu
|
4667a9b409
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 01:57:22 +00:00 |
|
roc+%cs.cmu.edu
|
73edb2a9c1
|
Bug 310668. Don't retain frame pointers in nsTreeBodyFrame. sr=bz
|
2006-04-26 01:47:58 +00:00 |
|
dbaron%dbaron.org
|
a83d924850
|
Do iterative cloning and destruction of linked list selector data structures. b=333634 r+sr=bzbarsky
|
2006-04-25 21:48:11 +00:00 |
|
bzbarsky%mit.edu
|
2c105676af
|
Give HTMLButtonControlFrames their own frame type. Bug 335419, r+sr=dbaron
|
2006-04-25 19:56:45 +00:00 |
|