Markus Stange
|
c15f2b9d7f
|
Forgot to add the braces in changeset 58f409bbc149 (bug 391984)
|
2008-12-15 14:43:31 +01: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 |
|
Aiko
|
ae37af81d5
|
Combobox steals mouse event after menu is closed with Alt+Up. b=348236 r=mats sr=bzbarsky
|
2008-12-14 11:17:06 +01: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 |
|
Jesse Ruderman
|
41c9e25f93
|
Crashtest for bug 458453.
|
2008-12-14 00:48:51 +01: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 |
|
Boris Zbarsky
|
4e90868638
|
Bug 468263. Handle the src attribute being removed or set to by dropping the image. r+sr=sicking
|
2008-12-12 14:41:11 -05: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 |
|
L. David Baron
|
d5257cf612
|
Fix properties that incorrectly applied to :first-letter or :first-line. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
|
L. David Baron
|
e3b670c240
|
Don't mark properties as applying to first-line / first-letter if there were comments if those properties were implicitly ignored by the old code either through never being used, or through another (*-style) property being ignored. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
|
L. David Baron
|
a0c80a0fdb
|
Replace mechanism for restricting the properties that apply to :first-line and :first-letter. (Bug 469227) r+sr=bzbarsky
|
2008-12-12 10:59:03 -08:00 |
|
L. David Baron
|
0734469567
|
Disable -moz-transform and -moz-transform-origin for :first-line and :first-letter pseudo-elements. (Bug 466845) r+sr=bzbarsky a=blocking1.9.1+
|
2008-12-12 10:59:03 -08:00 |
|
Robert O'Callahan
|
46299947fc
|
Backed out changeset 0cb24a4bcd9b
|
2008-12-13 00:09:56 +13:00 |
|
Robert O'Callahan
|
a6a68372fb
|
Bug 430332. Defer nsTransformingTextRun::RebuildTextRun until the linebreaker has completely set up the break and capitalization data on the transformed text run. r=smontagu
|
2008-12-12 21:37:59 +13: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
|
1fa9d95cd0
|
Bug 468702. Fix tests for bug 466395 that fail due to Mac subpixel rendering. r+sr=dbaron
|
2008-12-12 21:26:39 +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 |
|
Robert O'Callahan
|
6dbbdf56bd
|
Bug 448243. When nsSVGFilterInstance needs to create a dummy input image, create one of the right size. r=jwatt,sr=mats
|
2008-12-12 21:14:26 +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 |
|
Serge Gautherie
|
f374fc3c95
|
Bug 468023 - Synchronize RefTest results to tinderbox waterfall from (new) log; (Bv2a) New summarized log format; r=dbaron
|
2008-12-12 00:48:32 +01:00 |
|
Zack Weinberg
|
4c0c6a9460
|
Bug 462763 - more MathML crashers. r+sr=roc
|
2008-12-11 14:08:35 -05: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 |
|
Jonathan Kew
|
671476c740
|
bug 450088 - fix for bad line-breaking at quote marks in CJK text r=masayuki, sr=roc
|
2008-12-11 02:25:42 +09:00 |
|
Masayuki Nakano
|
02efc97525
|
Bug 83056 Add support for windows sounds to Menus r=enndeakin, sr=roc, ui=jboriss
|
2008-12-11 02:23:20 +09:00 |
|
Neil Rashbrook
|
be9757b050
|
Bug 468421 Fix assertion to include other valid cases r+sr=roc (debug-only code)
|
2008-12-10 12:46:02 +00:00 |
|
Markus Stange
|
66dd342081
|
Bug 468498 - Add color -moz-mac-disabledtoolbartext for disabled text in toolbars. r=roc
|
2008-12-09 17:48:51 +01:00 |
|
Jonathan Kew
|
a09f3489d3
|
b=450088 backing out (new reftest failed)
|
2008-12-09 17:42:50 +09:00 |
|
Masayuki Nakano
|
09ef02c386
|
Bug 450088 Line breaking regression (in Chinese and other languages) p=Jonathan Kew, r=masayuki, sr=roc
|
2008-12-09 15:41:42 +09: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
|
4b44ed8466
|
Make exceptions (e.g., reftest manifest errors) print the magic word for getting logged as errors. (Bug 468476) r=ted.mielczarek
|
2008-12-08 14:03:49 -08:00 |
|
L. David Baron
|
7d1216b675
|
Fix error in reftest manifest file causing reftests not to be run.
|
2008-12-08 10:28:38 -08: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 |
|
Markus Stange
|
e3f1d1a2f5
|
Bug 312852 - Tooltip should not appear during a drag, r=smaug sr=roc
|
2008-12-08 15:59:29 +01:00 |
|
Markus Stange
|
84dc324275
|
Convert nsXULTooltipListener.cpp to use static_casts.
|
2008-12-08 15:27:21 +01:00 |
|
Robert O'Callahan
|
bfa41e8f5e
|
Merged to trunk
|
2008-12-08 20:52:15 +13:00 |
|
Robert O'Callahan
|
8cef4dc2b8
|
Bug 467987. Address additional review comment, remove redundant initialization of gCanvas1/gCanvas2.
|
2008-12-08 20:51:02 +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
|
a36f118655
|
Bug 463242. Ideographic spaces should not get CSS word-spacing, but nonbreaking spaces should. r+sr=dbaron
|
2008-12-08 14:11:38 +13:00 |
|
Mats Palmgren
|
dd7b00661b
|
Backing out the tests for bug 421839 to try to fix Tinderbox orange.
|
2008-12-08 01:58:48 +01:00 |
|
Robert O'Callahan
|
10f2d6de05
|
Bug 466268. Fix cairo-win32 bug that needed MOD but was using the C % operator. r=jmuizelaar
|
2008-12-08 13:54:10 +13:00 |
|
Robert O'Callahan
|
64e40d52ed
|
Bug 451117. Remove obsolete assertion. r+sr=bzbarsky
|
2008-12-08 13:50:57 +13:00 |
|
Robert O'Callahan
|
c92dae69f3
|
Bug 467987. Speed up reftests by caching the rendering of pages which will be needed again. r+sr=dbaron
|
2008-12-08 13:48:36 +13:00 |
|
Robert O'Callahan
|
bbdc2a9552
|
Bug 465913. Don't need to call BreakFromPrevInFlow in nsContainerFrame::DeleteNextInFlowChild. r+sr=dbaron
|
2008-12-08 13:39:11 +13:00 |
|
Mats Palmgren
|
d6a5513492
|
Crash test for bug 421839.
|
2008-12-08 00:11:48 +01:00 |
|
Mats Palmgren
|
1dc0d756d8
|
Don't crash if views were destroyed while flushing notifications. b=421839 r+sr=roc
|
2008-12-08 00:11:37 +01: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 |
|