Daniel Holbert
|
9af846715d
|
Bug 813358 part 3: Templatize nsBoxFrame's frame-sorting methods, to make the comparison function customizable. r=dbaron
|
2012-11-30 15:25:33 -08:00 |
|
Daniel Holbert
|
8407a57e49
|
Bug 813358 part 2: To determine if a frame list is already sorted, just directly compare adjacent frames' GetOrdinal() values. r=dbaron
|
2012-11-30 15:25:32 -08:00 |
|
Daniel Holbert
|
bdad1e8b01
|
Bug 813358 part 1: Remove unnecessary nsBoxLayoutState argument from various XUL frame-sorting-related methods. r=dbaron
|
2012-11-30 15:25:32 -08:00 |
|
Kartikaya Gupta
|
268082eeb3
|
Bug 814418 - Fix some warnings about unused variables. r=ehsan
|
2012-11-30 11:06:37 -05:00 |
|
Boris Zbarsky
|
1ed8fa1969
|
Bug 815671 part 3. Make nsXULPopupManager::GetVisiblePopups use an array out param instead of returning array object copies. r=roc
|
2012-11-29 11:14:13 -05:00 |
|
Robert O'Callahan
|
4fd3be0cc7
|
Bug 815593. Don't layerize images that exceed MaxTextureSize. r=mattwoodrow
--HG--
extra : rebase_source : f94300b24b90d063df095324663c9d8fa49e42e9
|
2012-11-28 15:34:45 +13:00 |
|
Matt Woodrow
|
5dc466f953
|
Bug 811927 - Allow conversion of nsDisplayBackgroundImage into ImageLayers. r=roc
|
2012-11-19 16:28:18 +13:00 |
|
Mark Hammond
|
1211a5f6ca
|
No bug - fix incorrect comment I previously checked in. r=me, DONTBUILD
--HG--
extra : rebase_source : 94ffeccb246d2cf5bedde0b3bab141441e1379e6
|
2012-11-17 13:04:39 +11:00 |
|
Benoit Jacob
|
a1d7e0f511
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Robert O'Callahan
|
bed3e28e39
|
Bug 811173. Part 2: Add other cases for nsDisplayItems that snap their bounds. r=mattwoodrow
--HG--
extra : rebase_source : 716ea707140907ccbed6d739ef81db1256a7b51b
|
2012-11-13 11:56:47 -08:00 |
|
Karl Tomlinson
|
f779bed777
|
b=798157 use ARGB visuals only for popups that will be translucent r=roc
--HG--
extra : transplant_source : %87%9FFG%FA%9E%1D%12i%1C%B9%93%E5%F4%85%C8s%02%7B7
|
2012-11-13 18:04:42 -08:00 |
|
L. David Baron
|
0f4a543158
|
Bug 809533, patch 2: Don't null-check inside NS_New*Frame. r=roc
|
2012-11-07 11:55:53 -08:00 |
|
Mark Hammond
|
69679aa9db
|
Bug 807571 - popup now resizes when sizeTo is called with the same height while open. r=enndeakin
|
2012-11-07 11:58:01 +11:00 |
|
Ms2ger
|
42569d835b
|
Bug 807465 - Less QIs in nsXULPopupManager::UpdateMenuItems; r=Enn
|
2012-11-04 09:05:25 +01:00 |
|
Wes Johnston
|
d1940c82a8
|
Bug 790454 - Set touch target in touchstart. r=smaug
|
2012-11-02 12:59:20 -07:00 |
|
Mats Palmgren
|
6f7901eebf
|
Bug 806056 - Make nsContainerFrame destroy abs/fixed pos. child frames unless a derived class already did so. Assert that there are no abs/fixed pos. child frames in nsFrame::DestroyFrom(). r=roc
|
2012-11-02 01:52:59 +01:00 |
|
Neil Deakin
|
6dd208b092
|
Bug 806781, null-check the document when updating menu items, r=neil
|
2012-10-30 15:55:03 -04:00 |
|
Neil Deakin
|
7f7a4c6096
|
Bug 793157, address extra review comments, r=neil
|
2012-10-30 15:55:00 -04:00 |
|
Jacek Szpot
|
0b35b0e3d8
|
Bug 792180 - Replace NS_{UN,}LIKELY with MOZ_{UN,}LIKELY; r=ehsan
|
2012-10-26 15:32:10 +02:00 |
|
Neil Deakin
|
c56bc18541
|
Bug 701760, merge <select> and popup manager rollup handling, so that select elements don't cancel out any popup rollup listeners, r=mats
|
2012-10-26 09:15:22 -04:00 |
|
Robert O'Callahan
|
9252f6adb2
|
Bug 801488. Part 2: Don't Redraw; DLBI will handle everything. r=mattwoodrow
|
2012-10-26 14:39:31 +13:00 |
|
Robert O'Callahan
|
25f02f5e88
|
Bug 801488. Don't flush notifications when dragging a XUL splitter. r=bzbarsky
|
2012-10-26 14:39:24 +13:00 |
|
Nikhil Marathe
|
36f99c3113
|
Bug 804174 - Inline IsCallerTrustedForWrite with IsCallerChrome. r=mccr8
|
2012-10-25 16:10:54 -07:00 |
|
Ryan VanderMeulen
|
3150bb83c2
|
Backout 1ebc3b1b8feb, 205c1c846d70 (bug 801488), and e4367fd2043f (bug 804323) due to b-c crashes.
|
2012-10-25 07:53:36 -04:00 |
|
Robert O'Callahan
|
dd42c402ce
|
Bug 801488. Part 2: Don't Redraw; DLBI will handle everything. r=mattwoodrow
|
2012-10-25 00:34:55 +13:00 |
|
Robert O'Callahan
|
e931c22bfd
|
Bug 801488. Don't flush notifications when dragging a XUL splitter. r=bzbarsky
|
2012-10-25 00:34:49 +13:00 |
|
Matt Woodrow
|
05fe77431e
|
Bug 803556 - Schedule a paint whenever we reflow a display root frame. r=roc
|
2012-10-25 12:04:41 +13:00 |
|
Neil Deakin
|
63abc12c82
|
Bug 793157, add a popup method to move a popup relative to an anchor after it has opened, r=neil
|
2012-10-23 08:11:13 -04:00 |
|
Neil Deakin
|
d7944e2171
|
Bug 792296, don't flush while getting popup state and calling other popup methods, r=neil
|
2012-10-23 08:11:09 -04:00 |
|
Neil Deakin
|
dc3b24d024
|
Bug 772808, Menuitems should inherit hidden attribute from commands, r=neil,smichaud
|
2012-10-19 16:04:07 -04:00 |
|
Matt Woodrow
|
1c995bf725
|
Bug 750417 - Remove Redraw calls from nsSprocketLayout. r=roc
|
2012-10-17 10:30:37 +13:00 |
|
Jonathan Kew
|
c5e7186020
|
bug 794038 pt 1.2 - popup manager needs to use display pixels when constraining window to screen area. r=roc
|
2012-10-16 20:41:19 +01:00 |
|
Jonathan Kew
|
942fc8cf67
|
bug 794038 pt 1.0 - use global display pixel coordinates to persist and restore XUL window position and size. r=roc
|
2012-10-16 20:41:19 +01:00 |
|
David Zbarsky
|
52e0277cdc
|
Bug 799407: Enable FAIL_ON_WARNINGS in more of layout/ r=roc
|
2012-10-15 01:42:40 -04:00 |
|
David Zbarsky
|
47da3f3432
|
Backout 784bb7c5ea9c (Bug 799407) for bustage
|
2012-10-15 02:14:34 -04:00 |
|
David Zbarsky
|
92d607b47a
|
Bug 799407: Enable FAIL_ON_WARNINGS in more of layout/ r=roc
|
2012-10-15 01:42:40 -04:00 |
|
Ehsan Akhgari
|
c4db3e7dff
|
Remove nsGridRowGroupLayout::mRowColumn because it is unused, no bug
|
2012-10-13 17:34:22 -04:00 |
|
Andrew Quartey
|
790ec84feb
|
Bug 792581 - part 15: Replace LL_L2I macro with int32_t cast. r=ehsan
|
2012-10-12 13:29:10 -04:00 |
|
Josh Matthews
|
80112a2809
|
Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe
|
2012-10-12 12:11:23 -04:00 |
|
Josh Matthews
|
36511684e4
|
Bug 505385 - Part 13: Remove OnStopContainer and make OnStopDecode a true decode notification. r=joe
|
2012-10-12 12:11:22 -04:00 |
|
Josh Matthews
|
2c57ae944e
|
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
|
2012-10-12 12:11:22 -04:00 |
|
Josh Matthews
|
08a5eceeeb
|
Back out bug 585385 for build bustage.
|
2012-10-11 21:58:24 -04:00 |
|
Josh Matthews
|
ae359191a3
|
Bug 505385 - Part 18: Reduce number of notifications - START_REQUEST/START_CONTAINER -> SIZE_AVAILABLE, remove START_DECODE and START_FRAME. Rename remaining ones for clarity. r=joe
|
2012-10-11 21:34:24 -04:00 |
|
Josh Matthews
|
de69f2ada1
|
Bug 505385 - Part 13: Remove OnStopContainer and make OnStopDecode a true decode notification. r=joe
|
2012-10-11 21:34:23 -04:00 |
|
Josh Matthews
|
f3459980ad
|
Bug 505385 - Part 11: Create a new imgINotificationObserver interface to replace all uses of imgIContainerObserver and imgIDecoderObserver outside of image/. r=joe
|
2012-10-11 21:34:23 -04:00 |
|
Matt Woodrow
|
5f6b511601
|
Bug 797059 - Schedule a paint when slider frames change position. r=roc
|
2012-10-11 18:44:59 +13:00 |
|
Matt Woodrow
|
479663fd71
|
Bug 797295 - Add support for the layer attribute to nsImageBoxFrame. r=roc
|
2012-10-11 18:44:59 +13:00 |
|
Ehsan Akhgari
|
5a7253fa1e
|
Merge mozilla-central into mozilla-inbound
|
2012-10-10 20:21:13 -04:00 |
|
Olli Pettay
|
69e091e8e4
|
Bug 733305, add a way to hide XBL, r=bz, a=abillings
--HG--
extra : rebase_source : df18273ecdbf013138e8e6f1f4ef8082ac4f410c
|
2012-10-10 22:04:42 +03:00 |
|
David Zbarsky
|
307c734c43
|
[Bug 799407] Fix build warnings in layout r=roc
|
2012-10-10 01:00:05 -04:00 |
|