Masayuki Nakano
|
00dfc5e0a9
|
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
|
2014-04-03 13:18:36 +09:00 |
|
Masayuki Nakano
|
c50afb64af
|
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
|
2014-04-01 13:09:23 +09:00 |
|
Timothy Nikkel
|
79985364bd
|
Bug 961431. Round the final screen position of the popup to pixels, not the offset between it's view and parent view. r=enndeakin
|
2014-03-28 20:00:27 -05:00 |
|
Neil Deakin
|
ea0e3c7ffa
|
Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn
|
2014-03-19 12:48:08 -04:00 |
|
Masayuki Nakano
|
2eb2bd8616
|
Bug 983049 part.5 Rename nsEventDispatcher to mozilla::EventDispatcher r=smaug
|
2014-03-18 13:48:21 +09:00 |
|
Carsten "Tomcat" Book
|
6a50416d3e
|
merge mozilla-inbound to mozilla-central
|
2014-02-28 14:31:00 +01:00 |
|
Neil Deakin
|
ae228966ca
|
Bug 968039, Remove the first reflow flag when the popup is laid out but not open, force the uitour to generate frames so that its size is computed properly, r=bz,mattn
|
2014-02-28 08:18:22 -05:00 |
|
Reuben Morais
|
16c1e76108
|
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
|
2014-02-27 20:04:46 -03:00 |
|
Arnaud Sourioux
|
fe6152ac7a
|
Bug 974687 - Part 1: Add about 300 MOZ_OVERRIDE in layout/. r=dholbert
|
2014-02-24 09:41:56 -05:00 |
|
Arnaud Sourioux
|
c55abda61c
|
Bug 919806: Get rid of NS_IMETHOD in nsIFrame.h and its implementations r=dholbert
|
2014-02-17 23:47:48 -08:00 |
|
Ehsan Akhgari
|
860f2c1f29
|
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
|
2014-02-10 17:57:01 -05:00 |
|
Gijs Kruitbosch
|
026f28990b
|
Bug 627974 - panels that aren't toplevel shouldn't overlap the taskbar, r=Enn
|
2014-02-07 17:35:09 +00:00 |
|
Neil Deakin
|
f69346fcd8
|
Bug 966241, revert some of bug 941051 and just use Intersect instead of IntersectRect, r=neil
|
2014-02-06 20:08:31 -05:00 |
|
Neil Deakin
|
da25988a28
|
Bug 943759, [Australis], remove isDragPopup reference to fix build, CLOSED TREE
|
2014-01-31 09:11:52 -05:00 |
|
Neil Deakin
|
b313311aef
|
Bug 943759, [Australis], support mousethrough on panels to allow mouse events to pass through to the content behind, implemented on Windows, Mac and Linux, use this for the UI tour highlight, r=neil,jmathies,karlt
|
2014-01-31 08:27:43 -05:00 |
|
Neil Deakin
|
4050e1db5f
|
Bug 941051, use one pixel sized instead of zero pixel sized anchor rectangles to prevent it from being treated as empty during intersection with screen test, fixes arrow panel placement issues, r=neil
|
2014-01-30 11:48:09 -05:00 |
|
Neil Deakin
|
e54318aa98
|
Bug 941409, add support for an anchor attribute to menus so that the popup can be anchored to a different element than the menu itself, this is used to avoid repositioning the bookmarks toolbar button menu, also changes popups to default to vertical orientation [Australis] r=neil,mconley
|
2014-01-28 11:28:45 -05:00 |
|
Matthew Noorenberghe
|
6dccb440af
|
Bug 956162 - Implement @flip="none" for popups to allow them to appear off-screen without flipping or resizing. r=Enn
[Australis]
|
2014-01-22 20:09:03 +00:00 |
|
Ms2ger
|
582319fb44
|
Bug 956015 - Add an infallible nsIDocShellTreeItem::ItemType; r=bz
|
2014-01-20 08:58:26 +01:00 |
|
Markus Stange
|
3bf4df71c3
|
Bug 874792 - Make adjustment sign consistent and use a transform for moving the arrow. r=Enn
|
2014-01-08 10:35:19 +01:00 |
|
Markus Stange
|
03c50a3b3b
|
Bug 874792 - Allow panel sliding to work even if mPosition is POPUPPOSITION_UNKNOWN. r=Enn
|
2014-01-08 10:35:06 +01:00 |
|
Markus Stange
|
19f97b6658
|
Bug 874792 - Remove the 3px offset between menus / panels and the screen edge. r=Enn
|
2014-01-08 10:32:30 +01:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Trevor Saunders
|
f538844f26
|
bug 947022 - type nsIPresShell::mForwardingContainer and nsPresContext::mContainer r=bz
|
2013-11-20 14:18:25 -05:00 |
|
Robert O'Callahan
|
11bf1614c4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|
Carsten "Tomcat" Book
|
f9c1013575
|
Backed out changeset b5d2afd37164 (bug 945091) for mochitest-8 bustage on a CLOSED TREE
|
2013-12-04 09:23:39 +01:00 |
|
Robert O'Callahan
|
1fc84c15f4
|
Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium
|
2013-12-04 14:06:16 +13:00 |
|