Kartikaya Gupta
a3f9747d36
Bug 847002 - Guard against going into codepaths that assume GetLayerManager doesn't return null. r=Cwiiis
2013-03-14 12:17:49 +01:00
Jonathan Kew
4d7e87f46b
bug 816709 - HiDPI support for Win8 Metro. r=jimm
2013-03-13 15:09:46 +00:00
Jeff Walden
0f05fc70d8
Bug 847480 - Convert DeprecatedAbs uses that can relatively obviously be changd to Abs, to Abs. r=Ms2ger
2013-03-05 15:43:53 -08:00
Jeff Walden
0bfefb7eed
Bug 847480 - Blindly convert all existing mozilla::Abs users to mozilla::DeprecatedAbs. Individualized conversions to the reformed mozilla::Abs will continue until mozilla::DeprecatedAbs is unused, at which point it will be removed. r=Ms2ger
2013-03-05 15:43:30 -08:00
Gregory Szorc
ed102f4876
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Gregory Szorc
94e8454958
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Brian R. Bondy
3d9bc5fd82
Bug 849607 - Sharing in Metro Firefox start screen should indicate nothing to share instead of error. r=jimm
2013-03-12 10:11:48 -04:00
Mike Shal
e9f8bc0fbd
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
8b4f575df1
Bug 818246 - Part 5: Move XPIDLSRCS into moz.build (manual); r=glandium
2013-03-12 10:20:41 -07:00
Gregory Szorc
7bb3ee056b
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Masayuki Nakano
3de0a82629
Bug 790516 part.10 Make nsTextStore::RecordCompositionEndAction() for processing composition end action r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
3c9889715e
Bug 790516 part.9 Rename nsTextStore::OnCompositionStartInternal() to nsTextStore::RecordCompositionStartAction() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
85e050b6e2
Bug 790516 part.8 Rename nsTextStore::UpdateCompositionExtent() to nsTextStore::RestartCompositionIfNecessary() r=emk
2013-03-13 12:01:30 +09:00
Masayuki Nakano
65e73983db
Bug 790516 part.7 Remove nsTextStore::Composition::mLength r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
8e6b71b022
Bug 790516 part.6 Cache content during document lock r=jimm
2013-03-13 12:01:30 +09:00
Masayuki Nakano
4ae75ca637
Bug 790516 part.5 Store selection even if there is no composition r=jimm
2013-03-13 12:01:29 +09:00
Masayuki Nakano
674ad81f5e
Bug 790516 part.4 Refine logging the document lock state of nsTextStore r=emk
2013-03-13 12:01:29 +09:00
Masayuki Nakano
270ca6bf30
Bug 790516 part.3 Store edit actions during document lock and flush them at unlocking the document r=jimm
2013-03-13 12:01:29 +09:00
Masayuki Nakano
3cc36d7b43
Bug 790516 part.2 Make some useful methods on nsTextStore::Composition r=emk
2013-03-13 12:01:29 +09:00
Masayuki Nakano
0b5bcb0250
Bug 790516 part.1 Move composition string data of nsTextStore into a nested class r=emk
2013-03-13 12:01:29 +09:00
Neil Deakin
3bb302fb42
Bug 407983, add support for clipboardData in cut/copy/paste events, r=ehsan,sr=smaug
2013-03-11 11:49:48 -04:00
Seth Fowler
ed3494d327
Bug 843895 (Part 1) - Add an aWhichFrame parameter to imgIContainer::Draw. r=joe
2013-03-10 18:43:37 -07:00
Kartikaya Gupta
c39158732c
Bug 846774 - Replace the sync event with an ack flag on events. r=cpeterson
2013-03-10 22:43:30 +00:00
Jonathan Watt
4a313fc96a
Bug 849961 - Make nsWindow::DispatchMultitouchEvent honor event.mFlags.mMultipleActionsPrevented. r=smaug, r=wesj.
2013-03-12 11:29:53 +00:00
Ryan VanderMeulen
b15ddbd11c
Backed out changesets a8088accbcbe and 6e7e6773c836 (bug 845807).
2013-03-09 13:45:35 -05:00
Zack Weinberg
68dac0c8ba
Bug 847181: prune unused printing-related nsresult codes, make printing error codes available in Components.results, and improve English of printing error messages. r=smaug
2013-03-08 21:45:14 -05:00
Frank Yan
61b4e7cee5
Bug 631473 - Don't consume mouse scroll events outside arrow panels on OS X. r=mstange r=enndeakin
2013-03-08 11:48:48 -08:00
Andre Reinald
ed5eb9b5cc
Bug 772179 - Gestalt deprecated as of OS X 10.8, so use SystemVersion.plist instead. r=smichaud
2013-03-08 12:02:46 -06:00
Markus Stange
221c1fe93a
Bug 848692 - Fix native progress bar animation. r=josh
2013-03-08 09:03:39 +01:00
Ryan VanderMeulen
97f23dc954
Bug 845807 - Fix test to look for new default color.
2013-03-07 18:46:54 -05:00
Andre Reinald
aa6fd9f963
Bug 839029 - Don't repaint default button if disabled or inactive. r=mstange, r=josh
2013-03-07 17:26:39 -05:00
Gregory Szorc
58b7ec0116
Bug 818246 - Part 1: Remove unncessary definitions of XPIDL_MODULE; r=glandium
...
XPIDL_MODULE defaults to MODULE. These Makefile.in were setting
XPIDL_MODULE to the same value as MODULE.
--HG--
extra : rebase_source : e96bd34d5949d0ab94cecbec35d6c9f4bffec01e
2013-03-07 05:03:51 -08:00
Chris Lord
e2025aa8f2
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-07 10:17:33 +00:00
Ryan VanderMeulen
893d8d351a
Backed out 9 changesets (bug 716403) for Android 4.0 robocop bustage on a CLOSED TREE.
2013-03-06 16:11:05 -05:00
Jonathan Kew
af8cb68fe5
bug 799523 pt 2 - convert device pixels to Cocoa display pixels when synthesizing native mouse event. r=smichaud
2013-03-06 17:16:44 +00:00
Chris Lord
3bee7155b6
Bug 716403 - Offset fixed layers so the toolbar doesn't obscure them. r=nrc,kats
...
Offset fixed layers in the compositor so that the toolbar in Firefox for Android
doesn't obscure them. This does not affect layout, so input on the elements in
said layers will appear broken.
2013-03-06 16:55:59 +00:00
Daniel Holbert
1859a93138
Bug 843719: Reorder params in Margin constructors and SizeTo() methods to match CSS's top,right,bottom,left ordering. r=seth
2013-03-06 00:05:55 -08:00
Olli Pettay
58810c25e8
Bug 847600 - Remove SVGEvent, r=jwatt
...
--HG--
extra : rebase_source : 5b9452c1757b2cec02d469337ae3876a554f0081
2013-03-11 20:57:08 +02:00
Masayuki Nakano
11b866300f
Bug 558976 part.6 Rename nsIWidget::OnIMETextChange() to nsIWidget::NotifyIMEOfTextChange() r=roc, sr=roc
2013-03-06 15:14:34 +09:00
Masayuki Nakano
352ff265a7
Bug 558976 part.5 Implement nsIWidget::NotifyIME() on Android r=nchen
2013-03-06 15:14:34 +09:00
Masayuki Nakano
60a3db0eee
Bug 558976 part.4 Implement nsIWidget::NotifyIME() on GTK r=karlt
2013-03-06 15:14:34 +09:00
Masayuki Nakano
ef387dacc0
Bug 558976 part.3 Implement nsIWidget::NotifyIME() on Cocoa r=smichaud
2013-03-06 15:14:34 +09:00
Masayuki Nakano
af9b223beb
Bug 558976 part.2 Implement nsIWidget::NotifyIME() on Windows r=jimm
2013-03-06 15:14:32 +09:00
Masayuki Nakano
b34fa8551e
Bug 558976 part.1 Merge nsIWidget::ResetInputState(), nsIWidget::CancelComposition(), nsIWidget::OnIMEFocusChange() and nsIWidget::OnIMESelectionChange() r=roc, sr=roc
2013-03-06 15:14:31 +09:00
Seth Fowler
107f1fb56b
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
2013-03-05 15:39:48 -08:00
Joey Armstrong
cb6ee112e1
bug 734139: replace mkdir -p calls with mkdir_deps
2013-03-05 12:27:58 -05:00
Jim Chen
913bb71a01
Bug 843048 - Delay setting IME context on Gecko thread instead of Java thread; r=cpeterson
2013-03-05 15:24:35 +00:00
Markus Stange
081bef1620
Bug 676250 - Make OpenGL painting bypass the Cocoa setNeedsDisplay/drawRect machinery. r=bgirard.
2013-03-05 10:21:28 -05:00
Jim Chen
6eb13bf748
Bug 831144 - Properly pass meta states to Gecko; r=cpeterson
2013-03-05 11:07:51 +00:00
Jesse Ruderman
6ac34c13d2
Bug 548763 followup - add missing include
2013-03-04 20:21:12 -08:00