Randell Jesup
|
eedf93a21d
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
|
Joe Drew
|
6d09b14c65
|
Bug 706908 - Support Windows 8 from gfxInfo and the graphics blacklist. r=bjacob
|
2012-08-31 12:42:07 -04:00 |
|
Timothy Nikkel
|
0795ae1d5c
|
Bug 786421. If we are asked to repaint while resizing a window on Windows and the new size matches the old size just repaint and don't do a bunch of extra work. r=jimm
|
2012-08-31 11:16:52 -05:00 |
|
Masayuki Nakano
|
7664e6a01a
|
Bug 674477 Don't scroll around axis whose overflow is hidden by wheel events r=smaug
|
2012-08-30 10:05:16 +09:00 |
|
Neil Deakin
|
4ce52c2e7b
|
Bug 783899, notify the view for resize events before the webshellwindow, fixing thunderbird window size when maximized, r=jmathies
|
2012-08-24 08:42:15 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Tim Abraldes
|
501b2c2602
|
bug 758280. Refactor the way we handle WM_NCCALCSIZE messages and how we keep track of our frame offsets. r=jimm
|
2012-08-20 12:11:31 -07:00 |
|
Joe Drew
|
05d2135de5
|
Bug 781679 - Assert that we're not in the middle of a transaction when we switch layer managers. r=mattwoodrow
|
2012-08-15 17:55:38 -04:00 |
|
Neil Deakin
|
3eaa9de1ea
|
Bug 743975 - remove the view wrapper,r=tn
|
2012-08-15 14:53:14 -04:00 |
|
Neil Deakin
|
279f4c393a
|
Bug 743975 - remove the event handler argument to widget creation methods, r=tn
|
2012-08-15 14:53:09 -04:00 |
|
Neil Deakin
|
3e40b0b005
|
Bug 743975 - use a widget listener interface instead of the remaining events that don't need an event, r=tn,jmathies,netzen,smichaud,karlt,blassey,chrisjones
|
2012-08-15 14:52:42 -04:00 |
|
Neil Deakin
|
18bbbb0ab6
|
Bug 743975 - remove NS_DESTROY event, r=smaug
|
2012-08-15 14:52:41 -04:00 |
|
Neil Deakin
|
767abfdb5a
|
Bug 743975 - use a direct call instead of move uistatechanged event, r=smaug
|
2012-08-15 14:52:40 -04:00 |
|
Neil Deakin
|
ebcdb10b44
|
Bug 743975 - remove accessibility events from widget, replace with a nsBaseWidget::GetAccessible method, r=trevsaunders
|
2012-08-15 14:52:37 -04:00 |
|
Neil Deakin
|
a2d41713a8
|
Bug 743975 - remove unused NS_CREATE and NS_TABCHANGE events, r=smaug
|
2012-08-15 14:52:35 -04:00 |
|
Neil Deakin
|
447a47298e
|
Bug 743975 - move theme and window size done events to direct calls, r=smaug
|
2012-08-15 14:52:35 -04:00 |
|
Ryan VanderMeulen
|
870142e530
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
f4626c0cee
|
Bug 719320 part.12 Replace legacy mouse scroll event dispatchers with D3E wheel event dispatcher on Windows r=smaug+jimm
|
2012-08-12 10:42:37 +09:00 |
|
Masayuki Nakano
|
c748a0f833
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Brian R. Bondy
|
9155fe2a5a
|
Bug 781646 - Windows widget AudioSession::Start should not fail if COM is already initialized. r=jimm
|
2012-08-09 20:54:35 -04:00 |
|
Sergey Glushchenko
|
970c894833
|
Bug 776429: Unify scattered M_PI definitions into mfbt/Constants.h r=dRdR
|
2012-08-06 13:32:11 -07:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
b924ec8d75
|
Backout 31f42dd24f25 (bug 460969) for mochitest-other failures in test_bug444800.xul
|
2012-07-31 16:29:25 +01:00 |
|
Eddy Bruel
|
4a96a17a48
|
Bug 460969 - Fix image from clipboard code; r=netzen
|
2012-07-31 14:47:18 +02:00 |
|
Eddy Bruel
|
0625b10edc
|
Bug 460969 - Fix image to clipboard code; r=netzen
|
2012-07-31 14:11:55 +02:00 |
|
Neil Deakin
|
e1405e0a93
|
Bug 357725, support minimum and maximum size constraints on windows and popups, r=mats,jmathies,karlt,smichaud,sr=neil
|
2012-07-30 20:43:29 -04:00 |
|
David Zbarsky
|
06ea1f66f2
|
Bug 778519 - Don't include Layers.h everywhere Part 2 r=cjones
|
2012-07-30 17:42:26 -07:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nicholas Cameron
|
7aa563c2b9
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
73deb64951
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxInfo). r=Bas
|
2012-07-25 12:46:20 +12:00 |
|
Nicholas Cameron
|
c87cf06e79
|
Bug 748116; Get windows taskbar tab previews working with Skia/Azure canvas; r=roc
|
2012-04-26 10:04:36 +12:00 |
|
Ed Morley
|
581619fa7d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-26 13:04:00 +01:00 |
|
Nicholas Cameron
|
34ba57113f
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
|
Nicholas Cameron
|
f371c79e75
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
|
Nicholas Cameron
|
a4a2fe78c5
|
Bug 764125; sort out preferred and fallback Azure backends for all platforms (gfxInfo). r=Bas
|
2012-07-25 12:46:20 +12:00 |
|
Jim Mathies
|
e3adaa39e0
|
Bug 762948 - follow up to remove Windows line endings. r=nobug DONTBUILD
|
2012-07-25 10:15:28 -05:00 |
|
Jim Mathies
|
538dfcf098
|
backout ea7070555f4f CLOSED TREE
|
2012-07-24 16:59:41 -05:00 |
|
Jim Mathies
|
63dd63dc24
|
Bug 776902 - vc11 nullptr fix for nsFilePicker. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
|
Parth Mudgal
|
d726239623
|
Bug 753021 - Favicon shortcuts should be centered with a white background. r=bbondy
|
2012-07-21 16:07:30 -04:00 |
|
Parth Mudgal
|
b77a37fb02
|
Bug 110894 - Use favicons on webpage shortcuts in Windows. r=bbondy
|
2012-07-21 16:07:26 -04:00 |
|
Joshua Cranmer
|
774444109e
|
Bug 773637 - Kill NS_SCRIPTABLE attributes, Part 2: Remove NS_SCRIPTABLE. r=ehsan
--HG--
extra : rebase_source : 83020e0a1961ed5b33d5e0599419c6b7b82caa87
|
2012-07-06 15:31:49 -05:00 |
|
Bas Schouten
|
80adb120aa
|
Bug 762948: Workaround for invalidation problem with flash. r=roc
|
2012-07-23 15:57:38 +02:00 |
|
Mark Capella
|
fd9b625002
|
Bug 775041 - Make nsIWidget::IsEnabled return bool, r=roc, f=ms2ger
|
2012-07-23 01:19:08 -04:00 |
|
Mark Capella
|
430f93c039
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
|
Masayuki Nakano
|
075cda0170
|
Bug 773651 Guess VK_RCONTROL and VK_RMENU from extended key flag on XP and don't trust the scan code of key messages r=jimm
|
2012-07-19 10:28:17 +09:00 |
|
Masayuki Nakano
|
7a210f7746
|
Bug 751749 part.2 Support Win key for a modifier of shortcut key and access key r=smaug, enn
|
2012-07-19 10:28:16 +09:00 |
|
David Zbarsky
|
88371b030a
|
[Bug 774505] Don't include Layers.h everywhere r=cjones
|
2012-07-18 12:31:40 -04:00 |
|
Nicholas Cameron
|
62f769d3a5
|
Bug 748116; Get windows taskbar tab previews working with Skia/Azure canvas; r=roc
|
2012-04-26 10:04:36 +12:00 |
|
Jim Mathies
|
1c5af63095
|
Bug 768400 - clear win32 transparent windows when hidden so stale content isn't briefly displayed when they are reshown. r=roc
|
2012-07-12 06:39:21 -05:00 |
|