Robert O'Callahan
|
cba39f15c7
|
Bug 504524. Change signature of nsIFrame: of nsIFrame::CharacterDataChanged to support passing of the full CharacterDataChangeInfo struct. r=bz
--HG--
extra : rebase_source : cdab9444f579d6b93e142ad8681152ecd180f818
|
2009-08-05 13:38:10 +12:00 |
|
Boris Zbarsky
|
6c6823ba49
|
Bug 508057. Make sure to drop the ref to the observer when clearing our cached tree images. r=joedrew
|
2009-08-03 23:06:34 -04:00 |
|
Robert O'Callahan
|
a4fec52cd4
|
Bug 506615. XUL decks should not have wididgets. r=dbaron
|
2009-07-30 14:54:42 +12:00 |
|
Michael Ventnor
|
8ae6cd75f4
|
Bug 479220: Implement support for CSS gradients: -moz-linear-gradient() and -moz-radial-gradient(). r=roc, dbaron
|
2009-08-01 08:53:40 -07:00 |
|
David Zbarsky
|
92589bee61
|
Bug 499655: Selectors should have dual atoms so they can correctly (and case-sensitively) match non-HTML elements in text/html documents, part 1. r=dbaron
|
2009-08-01 08:53:40 -07:00 |
|
L. David Baron
|
36c7b60c0c
|
Backed out changeset 358af1196dc2 (bug 499655) until we get bug 507487 sorted out.
|
2009-07-31 09:39:53 -07:00 |
|
David Zbarsky
|
eab4105f16
|
Bug 499655. Selectors should have dual atoms: HTML and other. r=dbaron
|
2009-07-30 13:28:42 -04:00 |
|
Boris Zbarsky
|
f2936464e5
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
|
Boris Zbarsky
|
2a109b5e0a
|
Bug 504975. Go back to overriding HandleMultiplePress on various XUL frames. r=roc
|
2009-07-28 08:53:20 -04:00 |
|
Boris Zbarsky
|
5fefb45a48
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
|
Boris Zbarsky
|
db6ff446ab
|
Bug 504221 part 5. Switch from GetFirstChild to GetChildList (returning an nsFrameList). For now, keep a GetFirstChild shim so callers don't have to be updated. r=fantasai, r+sr=roc
|
2009-07-28 08:51:09 -04:00 |
|
Michael Kohler
|
404670f1f3
|
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
|
2009-07-27 10:47:02 +02:00 |
|
Olli Pettay
|
1352242ce7
|
Bug 375928, r=roc, sr=neil
|
2009-07-26 15:15:11 +03:00 |
|
timeless@mozdev.org
|
3229418722
|
Bug 504172 useless null check of first in nsXULPopupManager::Rollup
r=roc
|
2009-07-22 17:31:02 -05:00 |
|
Robert O'Callahan
|
5fa812e479
|
Bug 352093. Part 15: Rework scrolling so that we don't need a dedicated native widget for scrollframes. r=dbaron,joshmoz,karlt,jmathies
|
2009-07-22 12:45:13 +12:00 |
|
Robert O'Callahan
|
c9fb8410a3
|
Bug 352093. Part 7: nsXULPopupManager should store coordinates relative to GetRootWidget to avoid confusion. r=enndeakin
|
2009-07-22 12:45:06 +12:00 |
|
Olli Pettay
|
20976634f6
|
bug 503699, r+sr=roc
|
2009-07-21 14:58:30 +03:00 |
|
Joe Drew
|
6c441f55f7
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Ehsan Akhgari
|
51f18a5be7
|
Bug 176244 - Fix column resize and reorder issues when direction is rtl; r=roc,enndeakin sr=roc
|
2009-07-15 11:52:42 +04:30 |
|
Simon Montagu
|
650af63626
|
Check alt text for right-to-left characters and enable bidi processing if they are found. Bug 503269, r+sr=roc
|
2009-07-12 06:32:48 -07:00 |
|
Masayuki Nakano
|
92c201750d
|
Bug 502799 add new nsISound method for the event sounds r=roc+neil, sr=roc
|
2009-07-09 10:55:46 +09:00 |
|
Robert O'Callahan
|
8985dba9a7
|
Bug 500912. Remove realTimeDrag flag, it's always true. r=bzbarsky
|
2009-07-04 21:47:59 +12:00 |
|
Olli Pettay
|
9b040244e9
|
Bug 490196, r+sr=roc
|
2009-07-02 17:47:00 +03:00 |
|
Olli Pettay
|
6041f8abed
|
Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking
|
2009-06-30 10:56:40 +03:00 |
|
Robert O'Callahan
|
8e2c443f4f
|
Bug 500629. Remove NS_SCROLL_PROPERTY_ALWAYS_BLIT, only XUL listboxes use it, and for no good reason. r+sr=bzbarsky
--HG--
extra : rebase_source : 262ff065fd9bbc7687a5aa1f9c330626878cdf25
|
2009-06-29 10:48:59 +12:00 |
|
timeless@mozdev.org
|
aeb6b97ad8
|
Bug 494689 nsTreeBodyFrame::HandleEvent warning: unused variable ‘lastScrollLines’
r+sr=neil
|
2009-06-27 18:42:51 -07:00 |
|
Timothy Nikkel
|
123b9246d1
|
Bug 498228 - "Profile item doesn't look selected anymore in the profile manager." r+sr=bzbarsky
|
2009-06-26 15:31:16 -04:00 |
|
Neil Deakin
|
463ebf9287
|
Bug 455590, use new drag and drop api with trees, r=neil,sr=smaug
|
2009-06-24 13:12:33 -04:00 |
|
Timothy Nikkel
|
cf4b6c605c
|
Bug 488210. Stop returning non-listitems' frames from GetNextItemBox. r+sr=bzbarsky
|
2009-06-23 21:35:01 -04:00 |
|
Karl Tomlinson
|
25e68aba92
|
b=497033 shutdown crash @nsMenuBarFrame::SetStayActive r=enndeakin,sr=bz
|
2009-06-20 13:36:33 +12:00 |
|
Daniel Brooks
|
deacc87633
|
Bug 495002 - nsPresContext ought to have CSSPixelsToDevPixels and DevPixelsToCSSPixels methods
r=bz, sr=roc
|
2009-06-18 03:35:11 -05:00 |
|
L. David Baron
|
0d06184f97
|
Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky
|
2009-06-16 08:00:20 -07:00 |
|
Jesse Ruderman
|
398d049cfc
|
Fix order of crashtests
|
2009-06-12 19:22:15 -07:00 |
|
Boris Zbarsky
|
57cd0d56c8
|
Adding test
|
2009-06-12 22:03:11 -04:00 |
|
Neil Deakin
|
f07c61b0cb
|
Bug 404766, right click on a bookmark menuitem closes it instead of opening another context menu, r+sr=roc
|
2009-06-12 14:23:16 -04:00 |
|
Timothy Nikkel
|
5b29e448a0
|
Bug 495728 - "###!!! ASSERTION: destroy called on frame while scripts not blocked: '!nsContentUtils::IsSafeToRunScript()', file /Users/bzbarsky/mozilla/vanilla/mozilla/layout/generic/nsFrame.cpp, line 446." r+sr=bzbarsky
|
2009-06-11 13:09:33 -04: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 |
|
Jesse Ruderman
|
967c283ff8
|
Add crashtest for bug 464149
|
2009-06-07 11:33:10 -07:00 |
|
Gavin Sharp
|
cda659cb28
|
Bug 496103: don't cancel mousedown events for menus (prevents dragging bookmark folders on the bookmark toolbar), r+sr=Neil. Test by Marco Bonardo <mak77@bonardo.net>, r=dietrich
|
2009-06-03 22:43:03 -04:00 |
|
Robert O'Callahan
|
8c7da0cfb7
|
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
|
2009-05-28 17:01:42 +12:00 |
|
Justin Dolske
|
cf8fb28253
|
Bug 493508 - video <scale> thumb can jump around while it's being dragged. r=roc, r/sr=mconnor, a192=beltzner
|
2009-05-20 22:27:01 -07:00 |
|
Robert O'Callahan
|
7632d4205f
|
Bug 491323. Allow splitters to collapse siblings that aren't XUL elements. Also fix the logic for finding the right sibling. r+sr=bzbarsky
--HG--
extra : rebase_source : 2b9728903dc6c8516ad3590398c5459a999e5a91
|
2009-05-21 14:50:17 +12:00 |
|
Arpad Borsos
|
319919e714
|
Bug 492520 - Optimize some Frame classes for memory usage; r+sr=roc
|
2009-05-12 12:13:09 +02:00 |
|
Ryo Onodera
|
5e72993bff
|
Bug 489485. nsRect::ToNearest/Inner/OuterPixels should be nonstatic. r+sr=roc
--HG--
extra : rebase_source : 13778709270ab926e951a7782fce3632370ef7c7
|
2009-05-08 14:31:04 +12:00 |
|
Neil Deakin
|
9c28b4c2b5
|
Bug 393186, better handle popups when multiple screens are used, r+sr=roc
|
2009-05-06 14:29:56 -04:00 |
|
Neil Deakin
|
43a07bed47
|
Bug 374288, don't open tooltips on items in a menu when the listener is outside of it, r+sr=neil
|
2009-05-04 10:55:47 -04:00 |
|
Neil Deakin
|
6e32668a4e
|
Bug 488084, set mCurPos when slider frame is initialized, so that it is set properly, r+sr=neil
|
2009-05-04 10:55:41 -04:00 |
|
Neil Rashbrook
|
0b494fd2d1
|
Bug 488752 Incorrect menulist behaviour on Mac OS X r=enn sr=roc
|
2009-05-01 13:24:49 +01:00 |
|
Boris Zbarsky
|
dcc22a1654
|
Bug 481024. Text control frame screws up max-width and max-height. r+sr=dbaron
|
2009-04-27 14:18:37 -07:00 |
|
Robert O'Callahan
|
0cc4169245
|
Bug 384037. Eliminate nsFrameNavigator and switch XUL splitters to using nsFrameList instead. Also add a check so that we don't crash when a splitter's parent is not a XUL box. r+sr=dbaron
--HG--
extra : rebase_source : 2438d96782b0d3c976fe7adf4f8e167811d76e64
|
2009-04-25 20:33:32 +12:00 |
|