Masayuki Nakano
|
0519c353d0
|
Backout 3a20a844caec due to landed wrong patch
|
2012-09-14 11:35:23 +09:00 |
Masayuki Nakano
|
044651734e
|
Bug 790561 Separate InsertTextAtSelection() r=jimm
|
2012-09-14 10:38:58 +09:00 |
Masayuki Nakano
|
e6288de56d
|
Bug 789703 Allow to query the selection without write lock in InsertTextAtSelection() r=jimm
|
2012-09-14 10:38:58 +09:00 |
Masayuki Nakano
|
08eb97ed50
|
Bug 544773 part.2 Move old helper methods in nsTextStore.cpp to the chunk for new helper methods r=jimm
|
2012-09-12 08:53:12 +09:00 |
Masayuki Nakano
|
ef02e15d4c
|
Bug 544773 part.1 TSF module should log its behavior r=jimm
|
2012-09-12 08:53:12 +09:00 |
Brian R. Bondy
|
7253faa97c
|
Bug 787769 - Clipboard option for CF_DIB is now explicitly specified. r=jimm
|
2012-09-06 22:48:16 -04:00 |
Aryeh Gregor
|
291bfa222b
|
Bug 783523 - Fix platform-specific nsresult misuse; r=ehsan,tbsaunde,smaug
|
2012-08-16 14:58:11 +03:00 |
Makoto Kato
|
1356f06137
|
Bug 784912 - nsIStreamListener.onDataAvailable should handle 64-bit offset. r=honza
|
2012-09-06 11:41:02 +09:00 |
Brian R. Bondy
|
462a60f579
|
Bug 787808 - Create common base class for Win32 and WinRT filepickers. r=jimm
|
2012-09-03 11:25:08 -04:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Joe Drew
|
1c6c7b1741
|
Bug 706908 - Support Windows 8 from gfxInfo and the graphics blacklist. r=bjacob
|
2012-08-31 12:42:07 -04:00 |
Timothy Nikkel
|
8156eed68a
|
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
|
6f66e83933
|
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
|
11697a706a
|
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
|
e368dc9c85
|
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
|
a865bb103c
|
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
|
022bcccbfb
|
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
|
c4c73ac86c
|
Bug 743975 - remove the view wrapper,r=tn
|
2012-08-15 14:53:14 -04:00 |
Neil Deakin
|
6b29afdf4b
|
Bug 743975 - remove the event handler argument to widget creation methods, r=tn
|
2012-08-15 14:53:09 -04:00 |
Neil Deakin
|
2e9eced59a
|
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
|
e7d98cacc8
|
Bug 743975 - remove NS_DESTROY event, r=smaug
|
2012-08-15 14:52:41 -04:00 |
Neil Deakin
|
db533c012d
|
Bug 743975 - use a direct call instead of move uistatechanged event, r=smaug
|
2012-08-15 14:52:40 -04:00 |
Neil Deakin
|
fb4d59f2de
|
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
|
a534b0b037
|
Bug 743975 - remove unused NS_CREATE and NS_TABCHANGE events, r=smaug
|
2012-08-15 14:52:35 -04:00 |
Neil Deakin
|
2ed511feda
|
Bug 743975 - move theme and window size done events to direct calls, r=smaug
|
2012-08-15 14:52:35 -04:00 |
Ryan VanderMeulen
|
c7b834b885
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
Masayuki Nakano
|
f5096646cb
|
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
|
5c5f0a16d2
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
Honza Bambas
|
15daadba69
|
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
|
e4dab07b80
|
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
|
a2ebf3852f
|
Bug 776429: Unify scattered M_PI definitions into mfbt/Constants.h r=dRdR
|
2012-08-06 13:32:11 -07:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Ed Morley
|
d5fd370a09
|
Backout 31f42dd24f25 (bug 460969) for mochitest-other failures in test_bug444800.xul
|
2012-07-31 16:29:25 +01:00 |
Eddy Bruel
|
3600f06313
|
Bug 460969 - Fix image from clipboard code; r=netzen
|
2012-07-31 14:47:18 +02:00 |
Eddy Bruel
|
7628fb4bc8
|
Bug 460969 - Fix image to clipboard code; r=netzen
|
2012-07-31 14:11:55 +02:00 |
Neil Deakin
|
b0640922cf
|
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
|
c6b51c42c1
|
Bug 778519 - Don't include Layers.h everywhere Part 2 r=cjones
|
2012-07-30 17:42:26 -07:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Nicholas Cameron
|
952f2e4661
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
Nicholas Cameron
|
ab776ca738
|
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
|
dbc18f6058
|
Bug 748116; Get windows taskbar tab previews working with Skia/Azure canvas; r=roc
|
2012-04-26 10:04:36 +12:00 |
Ed Morley
|
f527443623
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-26 13:04:00 +01:00 |
Nicholas Cameron
|
e5b55a65ac
|
Back out bug 746883, bug 764125, bug 761895, bug 746883, bug 748116
|
2012-07-26 18:48:24 +12:00 |
Nicholas Cameron
|
c934b676bb
|
Bug 764125; remove AzureEnabled from gfxInfo and replace with backend check. r=roc
|
2012-07-26 13:56:42 +12:00 |
Nicholas Cameron
|
ac279f9a88
|
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
|
8efcc81190
|
Bug 762948 - follow up to remove Windows line endings. r=nobug DONTBUILD
|
2012-07-25 10:15:28 -05:00 |
Jim Mathies
|
1ebfae60d5
|
backout ea7070555f4f CLOSED TREE
|
2012-07-24 16:59:41 -05:00 |
Jim Mathies
|
635260737a
|
Bug 776902 - vc11 nullptr fix for nsFilePicker. r=bbondy
|
2012-07-24 15:07:41 -05:00 |
Parth Mudgal
|
e4a73a5b36
|
Bug 753021 - Favicon shortcuts should be centered with a white background. r=bbondy
|
2012-07-21 16:07:30 -04:00 |
Parth Mudgal
|
fd4922cae8
|
Bug 110894 - Use favicons on webpage shortcuts in Windows. r=bbondy
|
2012-07-21 16:07:26 -04:00 |