Brian R. Bondy
e5cc6acb7a
Bug 844550 - Secondary tile text is almost invisible on Windows 8. r=jimm
2013-02-24 08:52:57 -05:00
Brian R. Bondy
e63cf8ed1a
Bug 843928 - Share fails because of packaging. r=jimm
...
--HG--
rename : widget/windows/winrt/components.manifest => widget/windows/winrt/MetroUIUtils.manifest
2013-02-22 16:08:22 -05:00
Makoto Kato
e1c5fe29d4
Bug 843456 - Don't use processor macro on UIABridge.idl. r=jimm
2013-02-22 13:36:11 +09:00
Irving Reid
d9c1dab850
Bug 842149: count idle observers to handle the case where observers de-register themselves while idle r=jlebar
2013-02-21 11:29:30 -05:00
Julian Viereck
d15f0e62b5
Bug 743252 - Implement moznomarginboxes attribute. r=roc
2013-02-20 10:50:21 -05:00
Martin Stransky
5d7536729d
Bug 627699 - Port GTK2 to GTK3, ThemeRenderer part. r=karlt
2013-02-20 08:50:51 -05:00
Jim Mathies
f4eb95c105
Bug 842361 - nsIClipboard's clearClipboard doesn't clear the clipboard on Windows. r=bbondy
2013-02-19 19:51:02 -06:00
Karl Tomlinson
e74fcc94df
b=842468 include border in scrollbar track min size r=roc
2013-02-20 11:03:53 +13:00
Karl Tomlinson
4fca7cae52
b=826158 remove unnecessary GtkTargetEntry::info code r=ebassi
2013-02-04 17:50:21 +13:00
Karl Tomlinson
b8ac1a79a2
b=623380 destroy XtClient child window on unrealize r=stransky
2013-02-04 17:50:21 +13:00
Matt Brubeck
78780585a0
Back out dd103ec4c44b through fba3a342a530 because of B2G test failures on a CLOSED TREE
...
--HG--
rename : toolkit/system/gnome/nsSystemAlertsService.cpp => toolkit/system/gnome/nsAlertsService.cpp
rename : toolkit/system/gnome/nsSystemAlertsService.h => toolkit/system/gnome/nsAlertsService.h
2013-02-19 17:06:18 -08:00
Karl Tomlinson
9c1c36d68e
b=842468 include border in scrollbar track min size r=roc
...
--HG--
extra : rebase_source : dd5ac0d701b9587a18e4cb104b517fe78e4207af
2013-02-20 11:03:53 +13:00
Karl Tomlinson
47832fec71
b=826158 remove unnecessary GtkTargetEntry::info code r=ebassi
...
--HG--
extra : rebase_source : a8cf23110a7a9784d7a87b494dd24add8faa92d4
2013-02-04 17:50:21 +13:00
Karl Tomlinson
e176d2ffd1
b=623380 destroy XtClient child window on unrealize r=stransky
...
--HG--
extra : rebase_source : 499c3f65e890bc1e327b40936cc2e781e0193251
2013-02-04 17:50:21 +13:00
Kartikaya Gupta
77228f863b
Bug 841503 - Delete a bunch of non-OMTC android codepaths. r=BenWa,snorp
2013-02-19 12:35:38 -05:00
Jim Chen
e27f42ec6f
Bug 841507 - Mask events when removing composition; r=cpeterson
2013-02-18 14:06:04 -05:00
Margaret Leibovic
ecfd2da70d
Bug 841938 - Implement nsAndroidHistory::SetURITitle. r=wesj
2013-02-18 09:27:30 -08:00
Chris Double
4718b27bb0
Bug 823523 - Part 4 - Whitelist Samsung Honeycomb devices for Stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : 4ec9c95e5ad14cc67e0519ed56fe50aa37254955
2013-02-18 13:36:17 +13:00
Chris Double
c8003b82a1
Bug 823253 - Part 3 - Whitelist Samsung Gingerbread devices for Stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : 2fcb3abcac2de4d03cb0c4ac8e98d3052dd5586f
2013-02-18 13:36:09 +13:00
Chris Double
7703090b19
Bug 823253 - Part 2 - Whitelist LG Froyo devices for stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : 4028357753accd7f3e6b967a71fd903c1d76e4cd
2013-02-18 13:36:05 +13:00
Chris Double
91ffbe28ca
Bug 823253 - Part 1 - Whitelist HTC Gingerbread devices for stagefright decoding - r=bjacob
...
--HG--
extra : rebase_source : c602f4691a69a15bca97364f4104caf6420d9a71
2013-02-18 13:36:01 +13:00
L. David Baron
822b2ca3bc
Bug 781360 patch 3: Rename {nsIFrame,nsStyleContext,nsComputedDOMStyle}::GetStyle* to Style*, since they can never return null. r=dholbert
...
Except for the changes in:
layout/generic/nsIFrame.h (part)
layout/style/nsComputedDOMStyle.h (all)
layout/style/nsRuleNode.cpp (part)
layout/style/nsStyleContext.cpp (part)
layout/style/nsStyleContext.h (part)
(see patch 3b in the bug), this patch was written with the sed script:
s/\<GetStyle\(Font\|Color\|List\|Text\|Visibility\|Quotes\|UserInterface\|TableBorder\|SVG\|Background\|Position\|TextReset\|Display\|Content\|UIReset\|Table\|Margin\|Padding\|Border\|Outline\|XUL\|SVGReset\|Column\)\>/Style\1/g
2013-02-16 13:51:02 -08:00
L. David Baron
e1162bb557
Bug 781360 patch 2: Rename nsRuleNode::GetPresContext to PresContext, since it can never return null. r=dholbert
2013-02-16 13:04:54 -08:00
L. David Baron
f756f736e2
Bug 781360 patch 1: Rename nsStyleContext::GetRuleNode to RuleNode, since it can never return null. r=dholbert
...
This makes it conform to our convention that getters returning pointers
that can never be null do not begin with "Get".
nsStyleContext's rule node is never null because we require a rule node
in order to construct a style context.
2013-02-16 13:04:53 -08:00
L. David Baron
63fdfec174
Bug 841789, patch 1: Rename nsIFrame::GetStyleContext() to nsIFrame::StyleContext() since it can never return null. r=dholbert
...
This makes it conform to our convention that getters returning pointers
that can never be null do not begin with "Get".
2013-02-15 21:38:33 -08:00
Trevor Saunders
ef3a9cb704
bug 841430 - nuke nsIEditorDocShell r=bz
2013-02-13 17:39:30 -05:00
Trevor Saunders
afab70f054
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
2013-02-12 17:02:51 -05:00
Makoto Kato
3a6dab2c7a
Bug 841295 - Metro widget should use uintptr_t for wParam and lParam. r=jimm
2013-02-15 13:37:38 +09:00
Ryan VanderMeulen
6ab6261d7e
Backed out changesets 45f20f94da76 and 47c4a7768ed9 (bug 841436) for Windows bustage on a CLOSED TREE.
2013-02-14 16:52:54 -05:00
Trevor Saunders
57ea64cf9e
bug 841436 - remove nolonger needed qi from nsIDocShell to nsIDocShellTreeItem r=bz
2013-02-12 17:02:51 -05:00
Joshua Yuan
9a7ae79b37
Bug 827784 - Provide an option to disable favicons on webpage shortcuts in Windows. r=bbondy
2013-02-12 19:48:18 -05:00
Masayuki Nakano
5fb18fd50b
Bug 833719 part.3 New DOM keyCodes except OEM specific keys should be mapped on Linux r=karlt+smaug
2013-02-13 14:47:19 +09:00
Masayuki Nakano
1b55707607
Bug 833719 part.2 New DOM keyCodes should be mapped on Windows r=jimm+smaug
2013-02-13 14:47:19 +09:00
Ryan VanderMeulen
cfb35019f6
Merge m-c to inbound.
2013-02-12 21:25:43 -05:00
Jim Mathies
0fc6c41aa7
Bug 750901 - Land widget/windows/winrt/* r=bbondy
2013-02-12 14:51:25 -06:00
Brian Bondy
1a0bd256e9
Bug 747347 - sync metro specific widget interfaces with elm. r=jimm
2013-02-12 14:51:24 -06:00
Masayuki Nakano
97bae25640
Bug 708936 Dispatch defaultPrevented Alt keyup event if VK_MENU is received with WM_KEYUP instead of WM_SYSKEYUP r=jimm+smaug
2013-02-12 10:03:00 +09:00
Chris Jones
33f5d7a397
Bug 834639: Use PREMULT blending for hwc layers. r=dwilson
2013-02-12 10:47:07 -08:00
Honza Bambas
7bacb8e171
Bug 836872 - Use TimeStamp::NowLoRes() in nsAppShell, r=roc
2013-02-11 22:56:59 +01:00
Chris Pearce
638fd4ded3
Bug 805261 - Implement nsChildView::GetScreenBounds() (MacOSX). r=BenWa
2013-02-11 11:31:00 +13:00
Robert Strong
5c07fa06f7
Back out Bug 678392
2013-02-08 16:52:12 -08:00
Stephen Pohl
9c1b816b92
Swipe availability check - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud
2013-02-08 13:57:28 -08:00
Stephen Pohl
e5e20d9c36
Main patch (original patch by mstange) - Bug 678392 - [10.7] Add support for swipe animation as in Safari. r=smichaud r=felipc
2013-02-08 13:56:50 -08:00
Kartikaya Gupta
c3a3264303
Bug 839622 - Move websms backend JNI bindings so that they are not built if websms is not enabled. r=blassey
2013-02-08 16:42:14 -05:00
Kartikaya Gupta
6218e14d70
Bug 839622 - Remove a native function that hasn't been used since bug 735230, and the unneeded setSurfaceView implementation. r=cpeterson
2013-02-08 16:42:13 -05:00
Andrea Marchesini
7e00fc816c
Bug 838750 - Rename nsHTMLMeterElement to HTMLMeterElement. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsHTMLMeterElement.cpp => content/html/content/src/HTMLMeterElement.cpp
rename : content/html/content/src/nsHTMLMeterElement.cpp => content/html/content/src/HTMLMeterElement.h
2013-02-07 09:59:25 -05:00
Brad Lassey
f3e6bfd3cd
bug 674739 - Implement DOM3 KeyboardEvent types, use volume keys in windows widget code r=masayuki
2013-02-04 16:25:24 -05:00
Brad Lassey
95a66d6597
bug 674739 - Implement DOM3 KeyboardEvent types, use volume keys in android widget code r=jchen
2013-02-04 18:27:56 -05:00
Josh Aas
895a771a33
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
2013-02-05 15:40:34 -06:00
Steven Michaud
a1b1f796ee
Bug 740923 - Lion Fullscreen: Black area when opening new windows. r=bgirard
2013-02-05 15:23:55 -06:00