L. David Baron
|
272bf85847
|
SetVisibleArea doesn't need to lead to media query change handling when paginated (e.g., when doing a SizeToContent around a print preview window). (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:37 -05:00 |
|
L. David Baron
|
43923a2427
|
DeCOMtaminate nsIPresShell::GetDidInitialReflow. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
|
L. David Baron
|
2424598a74
|
Prevent posting media query changed events during construction. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
|
L. David Baron
|
a3d0f42dba
|
Fix style context invariants so we can re-resolve page break frames. (Bug 468645) r+sr=bzbarsky
|
2008-12-29 10:07:36 -05:00 |
|
Simon Montagu
|
89eb38e82f
|
Fix compiler warnings in nsCaret.cpp. Bug 470574, r+sr=dbaron
|
2008-12-28 04:08:22 -08:00 |
|
Robert Kaiser
|
5f8c1f03e4
|
bug 469331 - [SeaMonkey] test_bug458898.html fails, make the width test function always ok on Windows, r=dbaron
|
2008-12-23 16:03:25 +01:00 |
|
Boris Zbarsky
|
e70ba8495c
|
Adding asserts for bug 470167
|
2008-12-22 15:00:08 -08:00 |
|
Robert Kaiser
|
7cf9888fa2
|
bug 469331 - [SeaMonkey] test_bug458898.html fails, mark the test todo on SeaMonkey for now, r=dbaron
|
2008-12-21 13:42:15 +01:00 |
|
Olli Pettay
|
d766a4a00e
|
Bug 466057, r+sr=bz
|
2008-12-20 16:28:19 +02:00 |
|
Serge Gautherie
|
98e21ae301
|
Backed out changeset: 4fbb9483d7e6
|
2008-12-20 04:59:56 +01:00 |
|
Zack Weinberg
|
6e87ad1067
|
Bug 456219 - fix background clipping with rounded corners; r+sr=roc
|
2008-12-20 01:55:59 +01:00 |
|
Olli Pettay
|
28242cb1ae
|
Bug 461994 - Crash [@ DocumentViewerImpl::Close] with reloading, r+sr=bz
|
2008-12-20 01:45:56 +02:00 |
|
Olli Pettay
|
7fb4bae15c
|
Bug 470167 - 'ASSERTION: Should be in an update while creating frames' with stylesheet appended many times, r+sr=bz
|
2008-12-20 01:35:30 +02:00 |
|
Joe Drew
|
a29562512b
|
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
|
2008-12-19 17:35:50 -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 |
|
Ehsan Akhgari
|
ca2a90bdee
|
Bug 441782 - bidi.numerals == 4 does not switch numeric shapes in content; r,sr=roc
|
2008-12-18 23:42:53 +03:30 |
|
Robert O'Callahan
|
ed66190092
|
Bug 449149. Implement the 'controls' attribute for audio elements. r+sr=bzbarsky,r=dolske,r=enndeakin
--HG--
extra : rebase_source : 4d11b963d3082f98269069c68aae33eef365aacb
|
2008-12-17 13:27:46 +13:00 |
|
L. David Baron
|
3e5f6435ab
|
Move wrapping of blocks inside XUL into ProcessChildren to catch more callers. (Bug 421203) r+sr=roc a=blocking1.9.1+
--HG--
rename : layout/reftests/bugs/321402-3.xul => layout/reftests/bugs/421203-3.xul
rename : layout/reftests/bugs/321402-4.xul => layout/reftests/bugs/421203-4.xul
rename : layout/reftests/bugs/321402-5.xul => layout/reftests/bugs/421203-5.xul
rename : layout/reftests/bugs/321402-6.xul => layout/reftests/bugs/421203-6.xul
|
2008-12-16 16:30:31 -08:00 |
|
Masayuki Nakano
|
229283883c
|
Bug 272847 Text input via IME does not work in windowless Flash movie r=ere+josh, sr=roc
|
2008-12-15 12:54:54 +09:00 |
|
Simon Montagu
|
70d49c14fa
|
Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser)
|
2008-12-14 01:05:39 -08:00 |
|
Olli Pettay
|
f8412fdedc
|
Bug 431082 - Crash [@ nsDocShell::DoChannelLoad], r+sr=bz
|
2008-12-13 22:30:02 +02:00 |
|
Zack Weinberg
|
942db4a483
|
Bug 467459: make sure PresShell::Paint() uses an opaque color for the backstop; r+sr=roc
|
2008-12-13 17:07:08 +01:00 |
|
Graeme McCutcheon
|
4d0acd8eae
|
Bug 345339. Make nsPresState not use a hashtable in favor of using less memory and only storing the things it really wants to store. Switch box objects to their own hashtable. r+sr=roc
|
2008-12-12 14:25:22 -05:00 |
|
Robert O'Callahan
|
a3a3951684
|
Bug 459613. When we tear down a textcontrol frame, tell its editor that we're blowing away the frame tree so it doesn't try to clear the spellcheck selection, which not only wastes time but does GetPrimaryFrame for during frame destruction which is a no-no. r+sr=mats
|
2008-12-12 21:34:43 +13:00 |
|
Robert O'Callahan
|
a06ae88b70
|
Bug 468690. Remove leftover assertion that's no longer needed after the fix for bug 460012. r+sr=bzbarsky
|
2008-12-12 21:28:47 +13:00 |
|
Robert O'Callahan
|
aea35dfccb
|
Bug 455314. nsSVGRenderingObserver::GetReferencedFrame shouldn't try to look up the frame on a cache miss, if we're currently destroying frames. r+sr=mats
|
2008-12-12 21:25:16 +13:00 |
|
John Daggett
|
4e18b0296a
|
Bug 460037 - Fix crasher in font loader when closing windows. r+sr=roc
|
2008-12-12 16:31:51 +09:00 |
|
Markus Stange
|
975559338c
|
Bug 391984 - [10.5] Add roundness to context menus, r=josh sr=roc
|
2008-12-11 15:37:38 +01:00 |
|
Robert Sayre
|
58f4455a2a
|
Backout JOEDREW! patches for bug 89419 and bug 393936. Looks like they make mochitest leak.
|
2008-12-11 01:27:58 -08:00 |
|
Joe Drew
|
294499eab5
|
Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad
|
2008-12-10 16:25:34 -08:00 |
|
Robert O'Callahan
|
088a6b0690
|
Bug 458898. Make sizeToContent work for HTML documents by ensuring CanvasFrame converts an UNCONSTRAINEDSIZE computed height into its actual desired height. r+sr=dbaron
|
2008-12-09 13:33:46 +13:00 |
|
L. David Baron
|
39812fadae
|
Rebuild all style data when the user font set changes so that we recompute ex and ch units. (Bug 458878) r=jdaggett sr=bzbarsky a=blocking1.9.1+
|
2008-12-08 08:08:05 -08:00 |
|
Robert O'Callahan
|
bfa41e8f5e
|
Merged to trunk
|
2008-12-08 20:52:15 +13:00 |
|
Mats Palmgren
|
1c185b29b9
|
Walk child frame next-in-flows that are overflow containers. Skip [excess]overflowContainersList to avoid processing them more than once. b=411835 r+sr=roc
|
2008-12-08 04:01:25 +01:00 |
|
Robert O'Callahan
|
64e40d52ed
|
Bug 451117. Remove obsolete assertion. r+sr=bzbarsky
|
2008-12-08 13:50:57 +13:00 |
|
Mats Palmgren
|
e79d638b8e
|
Make GetCurrentEventFrame() return null if the shell is being destroyed (don't call GetPrimaryFrameFor()). b=421839 r+sr=roc
|
2008-12-08 00:10:31 +01:00 |
|
L. David Baron
|
7fc92bad7f
|
Make the code to suppress infinite synthesized mouse move loops work again with asynchronous style changes. (Bug 302561) r+sr=bzbarsky,roc
|
2008-12-07 13:58:07 -08:00 |
|
Masatoshi Kimura
|
a682e0d618
|
Bug 335531 - Correct misuse of UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE charset labels; r=smontagu sr=dbaron
|
2008-12-06 11:08:26 -08:00 |
|
Michael Ventnor
|
e758b80cd9
|
Bug 468018 - Optimize box-shadow rendering even further by doing more intersections; r=vladimir
|
2008-12-06 19:54:36 +01:00 |
|
Neil Deakin
|
368d82a815
|
Bug 393575, change nsIMenuParent to nsMenuParent, r+sr=bz
--HG--
rename : layout/xul/base/src/nsIMenuParent.h => layout/xul/base/src/nsMenuParent.h
|
2008-12-05 11:37:31 -05:00 |
|
Zack Weinberg
|
1e1e399d77
|
Bug 460217 - handle @font-face block without family name correctly in nsCSSRuleProcessor - r+sr=dbaron
|
2008-12-04 21:01:37 -08:00 |
|
L. David Baron
|
e2343835b0
|
Merge backout of changeset 7b553bbed53d (bug 302561) due to chrome test crash.
|
2008-12-04 09:57:44 -08:00 |
|
L. David Baron
|
90b976fe34
|
Backed out changeset 7b553bbed53d (bug 302561) due to chrome test crash.
|
2008-12-04 09:57:18 -08:00 |
|
L. David Baron
|
5ef811c47a
|
Make incremental frame construction set mFixedPosIsAbsPos just like from-the-top frame construction. (Bug 467460) r+sr=roc
|
2008-12-04 08:09:53 -08:00 |
|
L. David Baron
|
3e43af7a94
|
Allow PostRebuildAllStyleData to be called with an aExtraHint. (Bug 458878) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
|
L. David Baron
|
c95d61afc0
|
Pass the user font set through more reliably and make it a required parameter. (Bug 467084) r+sr=roc a=blocking1.9.1+
|
2008-12-04 08:09:53 -08:00 |
|
L. David Baron
|
85dd73ebd3
|
Make the code to suppress infinite synthesized mouse move loops work again with asynchronous style changes. (Bug 302561) r+sr=bzbarsky,roc
|
2008-12-04 08:09:52 -08:00 |
|
Markus Stange
|
76daa5a7da
|
Bug 463042 - Smooth scrolling isn't working with the scrollbar or the keyboard arrows, r+sr=roc
|
2008-12-02 14:18:08 +01:00 |
|
Daniel Holbert
|
357fdecd33
|
(Undoing whitespace-only change)
|
2008-12-04 05:15:11 -08:00 |
|
Daniel Holbert
|
2059630793
|
Note: prev changeset (d5969f0d3fd9) was for Bug 466607 -- I forgot the bug # in the checkin comment. (I'm pushing _this_ whitespace-only changeset as a follow-up to get that bug # in there.)
|
2008-12-04 05:14:21 -08:00 |
|