David Bolter
|
ae4129ee61
|
Bug 525579 - topcrash [@ nsAccessibilityService::GetAccessible(nsIDOMNode*, nsIPresShell*, nsIWeakReference*, nsIFrame**, int*, nsIAccessible**)] (thanks dbaron) r=roc,surkov
|
2009-11-16 09:03:53 -05:00 |
|
Robert O'Callahan
|
e62be286c3
|
bug 514732 - fix bustage for shared lib builds r=bz
|
2009-11-02 21:55:35 -05:00 |
|
Zack Weinberg
|
1bbb6caf46
|
Bug 497495 (frame poisoning) part 4: Change nsPresArena to maintain separate free lists for every frame class, based on its FrameIID. Pass the necessary information in from AllocateFrame and FreeFrame. r=roc sr=dbaron
|
2009-09-16 10:00:04 +12:00 |
|
Justin Dolske
|
f221ae86bd
|
Backed out changeset a3f33def2dca (bug 497495 part 4)
|
2009-09-14 17:26:08 -07:00 |
|
Boris Zbarsky
|
efc26f0c70
|
Bug 497495 (frame poisoning) part 4: Change nsPresArena to maintain separate free lists for every frame class, based on its FrameIID. Pass the necessary information in from AllocateFrame and FreeFrame. r=roc sr=dbaron
|
2009-09-14 17:29:56 -04:00 |
|
Neil Deakin
|
02a7469b05
|
Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug
|
2009-09-13 09:13:16 -04:00 |
|
L. David Baron
|
0b77a89d40
|
Make style changes know whether they are for transitions or not. (Bug 435441) r=bzbarsky
|
2009-09-11 06:46:36 -04:00 |
|
Neil Deakin
|
a5bfe49767
|
Bug 503943, back out mouse capture patch, CLOSED TREE
|
2009-09-10 12:11:41 -04:00 |
|
Neil Deakin
|
2ca788ce33
|
Bug 503943, add mouse capturing api to elements, remove capturing from views, r=roc,sr=smaug
|
2009-09-10 08:51:36 -04:00 |
|
Zack Weinberg
|
cc794998ac
|
Bug 497495 (frame poisoning) part 2: Introduce nsIPresShell::AllocateMisc/FreeMisc functions; add an as-yet-unused "code" parameter to AllocateFrame/FreeFrame; fix up nsFrame to match; use AllocateMisc/FreeMisc for all non-frame pres arena objects; move clearing of frame objects from nsFrame::operator new to AllocateFrame. r=roc sr=dbaron
|
2009-08-17 20:21:06 -07:00 |
|
Robert O'Callahan
|
522a58f4ec
|
Bug 505186. Don't add useless nsDisplayReflowCount items to display lists in debug builds. r=bzbarsky
|
2009-07-22 12:44:52 +12:00 |
|
Timothy Nikkel
|
6cea3d5dca
|
Bug 502424 - Window transparency does not work. r+sr=roc
|
2009-07-09 11:16:11 +02:00 |
|
Timothy Nikkel
|
b21de22a53
|
Bug 488242. Make iframes with semi-transparent backgrounds work correctly by painting all canvas background colors using a dedicated fallback background color display item. r+sr=roc
|
2009-07-04 21:30:59 +12:00 |
|
Olli Pettay
|
6041f8abed
|
Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking
|
2009-06-30 10:56:40 +03:00 |
|
Neil Deakin
|
79321ef1f8
|
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
|
2009-06-10 14:00:39 -04:00 |
|
Boris Zbarsky
|
05780cc568
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
tn
|
eb440cb520
|
Bug 485275. Display fallback background color for non-root documents as necessary. r+sr=roc
--HG--
extra : rebase_source : fd455bec928d342c184089dfba6c75191c4ea28d
|
2009-04-25 20:19:23 +12:00 |
|
Olli Pettay
|
81884a8ad9
|
Bug 489224 - Printing doesn't print text field values, r+sr=roc
|
2009-04-22 12:35:45 +03:00 |
|
Joe Drew
|
64bbcf4155
|
Backed out changeset 6a452e522e07 - Boris Zbarsky – Bug 67752. Implement interruptible reflow. r=roc,dbaron - because of apparent Tp hangs.
|
2009-04-21 23:02:17 -04:00 |
|
Boris Zbarsky
|
e5f6293681
|
Bug 67752. Implement interruptible reflow. r=roc,dbaron
|
2009-04-21 19:53:52 -04:00 |
|
Dão Gottwald
|
ddb69df7b5
|
Backout bug 485275 (changeset 996c11579453) because of test failures
|
2009-04-18 10:53:27 +02:00 |
|
tn
|
6af985ce18
|
Bug 485275 - trunk displays svg transformed foreign object html differently then 1.9. r+sr=roc
|
2009-04-18 09:11:29 +02:00 |
|
Arpad Borsos
|
460de5285f
|
Bug 399753 - Remove nsISupportsArray in the layout directory; r+sr=roc
|
2009-03-30 20:08:06 +02:00 |
|
Olli Pettay
|
8e3d66727a
|
Bug 480767 - Closing 'Bookmark All Tabs' screws up focus, r+sr=jst
|
2009-03-03 22:20:11 +02:00 |
|
Olli Pettay
|
2219417624
|
Bug 333198 - Suppress Input events for web content during synchronous XMLHttpRequest loads, r=bz, sr=jst
|
2009-03-03 22:11:14 +02:00 |
|
Olli Pettay
|
cb57be346c
|
backout 333198
|
2009-03-02 22:21:46 +02:00 |
|
Olli Pettay
|
e6f01244a1
|
Bug 333198 - 'Suppress Input events for web content during synchronous XMLHttpRequest loads'. r=bz, sr=jst, a=blocking1.9.1+
|
2009-02-26 14:00:30 -08:00 |
|
Zack Weinberg
|
558a5863e2
|
Bug 478079 - Kill nsViewManager::DefaultRefresh, and move the cached canvas background to the pres shell; r+sr=roc
|
2009-02-23 02:10:23 +01:00 |
|
Masayuki Nakano
|
68f9a6a266
|
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
|
2009-02-12 19:44:38 +09:00 |
|
Masayuki Nakano
|
789465492f
|
backing-out the patch for bug 442774
|
2009-02-12 18:54:02 +09:00 |
|
Masayuki Nakano
|
4d6c3072e5
|
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.pettay, sr=roc
|
2009-02-12 16:02:49 +09:00 |
|
Masayuki Nakano
|
def135f71a
|
Backing out the patch of bug 442774. This might cause a timeout failure on test_keycodes.xul
|
2009-02-11 03:19:15 +09:00 |
|
Masayuki Nakano
|
4fa4a8c50d
|
Bug 442774 Wheel/touchpad scrolling gets stuck in frame, stop scrolling the web page as a whole r=Olli.Pettay, sr=roc
|
2009-02-10 20:17:37 +09:00 |
|
Fred Jendrzejewski
|
7d5761cdfa
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
|
Robert O'Callahan
|
1a9b00de4e
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
|
Fred Jendrzejewski
|
b79ad6fa55
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
|
Jeremy Lea
|
1800930122
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
|
2009-01-15 16:27:09 +13:00 |
|
L. David Baron
|
82d6666100
|
Remove the VerifyReflow code that checked the space manager state. (Bug 191448) r+sr=roc
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
9b5ab1b7c2
|
Forgot to rev IID in bug 468645 (changeset efbec418c3a1).
|
2009-01-04 14:52:38 -05:00 |
|
L. David Baron
|
43923a2427
|
DeCOMtaminate nsIPresShell::GetDidInitialReflow. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
|
Stuart Parmenter
|
91c3580bb5
|
bug 458373. Allow you to pass in a flag to drawWindow to show the caret. patch from roc. r=me
|
2008-12-12 02:50:31 -08:00 |
|
Robert O'Callahan
|
09cfc5fa8c
|
Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats
|
2008-10-01 13:51:05 +13:00 |
|
Robert O'Callahan
|
337c852320
|
Backing out bug 455984 to see if it fixed Tp crashes
|
2008-10-01 00:28:20 +13:00 |
|
Robert O'Callahan
|
0a5a34cbab
|
Bug 455984. Rework gradient and pattern code to use nsReferencedElement and nsSVGRenderingObservers, so they observe changes to the ID-element-map properly and propagate invalidations correctly (and with simpler code too). r=longsonr,sr=mats
|
2008-09-30 21:47:20 +13:00 |
|
Robert O'Callahan
|
279af36fc7
|
Backing out bug 448830
|
2008-09-28 23:13:58 +13:00 |
|
Jeremy Lea
|
92e7030a42
|
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc
|
2008-09-28 20:38:34 +13:00 |
|
Robert O'Callahan
|
6a45b282aa
|
Backing out bug 448830
|
2008-09-26 13:10:26 +12:00 |
|
Jeremy Lea
|
67f3afd13b
|
Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc
|
2008-09-26 10:42:19 +12:00 |
|
Arpad Borsos
|
4b171f9d59
|
Bug 414046 - Remove nsPresShell::GetLayoutObjectFor(), r/sr=roc
|
2008-09-04 22:32:39 +02:00 |
|
John Daniels
|
ef0fee1d70
|
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
|
2008-07-16 12:52:01 +02:00 |
|