Doug Turner
5e91e54024
backing out the backout of the landing of the patrick patch queue. lets try this again in the morning with fresh eyes and fresh coffee
2011-11-07 23:54:21 -08:00
Doug Turner
c971b7be6d
Removing use strict from a hosed merge
2011-11-07 20:54:50 -08:00
Doug Turner
4a5572ade9
Backing out backout 6cb39cb201d0
2011-11-07 20:54:31 -08:00
Patrick Walton
cbecf18f04
Fix botched backout. no bug, r=mfinkle
2011-11-07 17:33:39 -08:00
Patrick Walton
7d0b84a62b
Back out birch-pan-zoom patch queue due to crashes on mochitests. no bug, r=mfinkle
2011-11-07 17:04:44 -08:00
Patrick Walton
23dcf24931
Fake display port hack
2011-11-07 14:17:00 -08:00
Patrick Walton
129c7c71ff
* * *
...
try: -b do -p linux-android -u none -t none
2011-11-07 14:15:58 -08:00
Matt Brubeck
c7a0690945
Bug 699243 - Follow-up fix to restore a line that was lost in conflict resolution
2011-11-07 12:43:21 -08:00
Eitan Isaacson
7e098f7158
Bug 699243 - Add method to GeckoAppShell to emit a11y events and bridge it [r=blassey]
2011-11-04 09:56:24 -04:00
Eitan Isaacson
df967c87af
Bug 699243 - Instantiate a11y if Android a11y is turned on [r=blassey]
2011-11-04 09:54:45 -04:00
Eitan Isaacson
5a893c18d8
Bug 699243 - Add method to GeckoAppShell to check for a11y and bridge it [r=blassey]
2011-11-04 09:47:18 -04:00
Doug Turner
0050a0ab2b
Merge
2011-11-07 10:20:27 -08:00
Benoit Jacob
b264548863
Bug 700124 - Attempting to use JNI in child process [@ mozilla::AndroidBridge::EnsureJNIThread] - r=jdm
...
GfxInfo blacklisting causes crashes on Android at the moment, and it's not even used at the moment, so let's disable it for now so we dont have to worry about the crash until there's an incentive to.
We crash because AndroidBridge calls into the JNI and we're not supposed to do that from the content process.
2011-11-06 19:17:56 -05:00
Benoit Jacob
7c7e84ff7b
Bug 668004 - dont return ERROR_FAILURE in GetFeatureStatusImpl - r=dsherk
...
At least, WebGL antialiasing was broken on linux, and couldn't be force-enabled, because of that.
2011-11-05 16:46:54 -04:00
Ed Morley
345c2b06c0
Merge mozilla-central and mozilla-inbound
2011-11-05 18:46:28 +00:00
Ed Morley
6a998be2c5
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Matheus Kerschbaum
fb722a61dd
Bug 698630 - Remove --disable-smil build option; r=dholbert
2011-11-05 10:32:52 +00:00
Doug Turner
cd42b892d2
Merge
2011-11-04 10:46:58 -07:00
Neil Deakin
bfb3d7e9a8
Bug 503879, remove nsIToolkit, additinal windows only changes which simplify message handling, patch by robarnold, r=jmathies
2011-11-03 16:39:07 -04:00
Jim Mathies
5cd88bd78d
Bug 577867 - Add profile override option to taskbar grouping id. r=robarnold
2011-11-03 09:39:50 -05:00
Jim Mathies
1c9fb0cb9d
Bug 577867 - Add widget support for new cityhash based taskbar registration ids. r=neil
2011-11-03 09:39:50 -05:00
Chris Lord
e3f1b6026f
Bug 704575 - Union dirty rects instead of painting all of them. r=kats
...
In bug #703821 we disabled the squashing of multiple draw events, as it caused
corruption due to the dirty rects being ignored. Re-enable it, and union the
dirty rectangles to avoid this corruption.
2011-12-02 21:13:16 -08:00
Jim Mathies
9bf35ac537
Bug 707092 - Add a null check and return proper constants on failure from GetTopLevelWindowActiveState, r=bbondy.
2011-12-02 10:23:55 -06:00
Justin Lebar
02f303732b
Back out revs d445f83ecfb1:dc9cc326cad0, because they did not back out what was intended.
2011-12-01 16:35:42 -05:00
Justin Lebar
79b6477d6c
Backed out changeset 5d920a44a901 (bug 698002)
2011-12-01 15:43:07 -05:00
Timothy Nikkel
9f617dd884
Bug 668437. Part 8. Implement nsIWidget::GetClientBounds on GTK2. r=karlt
2011-12-01 13:56:42 -06:00
Timothy Nikkel
3093f274fa
Bug 668437. Part 7. With a proper implementation of GetClientOffset on GTK2 popups expect the coordinates of their move events to be the top left of the outer window like all other platforms now. r=karlt
2011-12-01 13:56:42 -06:00
Timothy Nikkel
48f5d7e7cf
Bug 668437. Part 6. Implement nsIWidget::GetClientOffset on GTK2. r=karlt
2011-12-01 13:56:42 -06:00
Timothy Nikkel
5bdb38faca
Bug 668437. Part 4. Add an API to widgets for resizing/moving the client area. r=jimm sr=roc
2011-12-01 13:56:42 -06:00
Timothy Nikkel
aa08462911
Bug 668437. Part 3. Make the client bounds of a widget be relative to its parent in all cases. r=jimm
2011-12-01 13:56:42 -06:00
Benjamin Smedberg
1f9879d8bd
Bug 705154 - Hang monitor incorrectly killing the app on mac when the user is idle: unlike other platforms, the main loop on Mac doesn't call processNextEvent in a loop: instead it calls into [NSApplication run] and we check whether there are pending XPCOM events during processing. Suspend the hang monitor when we pause for incoming events by subclassing [NSApplication nextEventMatchingMask], r=smichaud
...
--HG--
extra : rebase_source : 753343ca11d3ce8b6801a5be8831621887fbe70b
2011-12-01 12:50:04 -05:00
Daniel Holbert
6022e3b581
Bug 685395 followup: Use mozilla::widget namespace in gtk2/nsWindow.cpp, to fix build error on gcc 4.6 r=roc
2011-11-28 12:35:19 -08:00
Masayuki Nakano
41b9f0b138
Bug 685395 part.6 Notify mouse click event on editor to widget r=roc+smaug+doug.turner
2011-11-27 20:51:53 +09:00
Masayuki Nakano
1360b0f19b
Bug 685395 part.5 Reomve IME state in nsIContent r=roc, sr=matspal
2011-11-27 20:51:53 +09:00
Masayuki Nakano
4fe538ee3b
Bug 685395 part.4 IME open state should be able to set/get by InputContext r=roc, sr=matspal
2011-11-27 20:51:53 +09:00
Masayuki Nakano
658860d0f5
Bug 685395 part.3 Rename SetInputMode()/GetInputMode() to SetInputContext()/GetInputContext() and make SetInputContext() take the reason by a separated argument r=roc, sr=matspal
2011-11-27 20:51:52 +09:00
Masayuki Nakano
ba332c4403
Bug 685395 part.2 Move IMEContext to mozilla::widget::InputContext r=roc
2011-11-27 20:51:52 +09:00
Masayuki Nakano
1f646bf60b
Bug 685395 part.1 Remove obsolete APIs (GetIMEEnabled() and SetIMEEnabled()) r=roc, sr=matspal
2011-11-27 20:51:52 +09:00
Masatoshi Kimura
affeb7444e
Bug 451161 - Part 1: Allow overriding system accesibility settings without SystemPref module. r=surkov.alexander
2011-11-26 20:48:55 +01:00
Matt Woodrow
d5022c7531
Bug 702517 - Fix memory leak in GfxInfoCollector and add new DefineProperty overload. r=jrmuizel
2011-11-18 17:00:38 +13:00
Patrick Walton
e865b7e2a7
Bug 703421 - Part 1: Implement the draw metadata provider interface in widget/android/. r=dougt
2011-11-17 19:20:29 -08:00
Masayuki Nakano
91baa0e9e9
Bug 159346 part.2 Repeat scroll even if mouse cursor is outside of the pressed scrollbar button on gtk2 and qt r=enndeakin+roc
2011-11-18 08:41:35 +09:00
Doug Turner
ab513df54f
Bug 703057 - Put DrawToFile on another thread. Widget changes which landed on birch. r=blassey
...
--HG--
extra : rebase_source : 385d7dd7f0f7d52b77380e15a017bdfe8cfff8fb
2011-11-16 14:32:44 -08:00
Josh Aas
a5615e40a2
Bug 90268: Part 1, improve support for re-parenting native widgets. r=roc r=karlt
2011-11-21 15:15:38 -05:00
Neil Deakin
989807a354
Bug 503879, followup to move NS_SYSCOLORCHANGED code into a separate method
2011-11-21 12:53:20 -05:00
Neil Deakin
355968e2b9
Bug 703260, part 3, remove nsIViewObserver, r=mats
2011-11-21 12:53:20 -05:00
Boris Zbarsky
7aa7552d1b
Bug 706528. Remove vestigial beforepaint event stuff. r=smaug
2011-11-30 19:45:32 -05:00
Steven Michaud
cc34751deb
Bug 704866 - Crashes @ -[NativeMenuItemTarget menuItemHit:]. r=bgirard
2011-11-30 10:33:00 -06:00
Masayuki Nakano
21982fa9ef
Bug 685395 fix bustage on OS/2 r=roc, feedback=wuno
2011-11-30 17:59:24 +09:00
Doug Turner
5215d252e5
merge
2011-10-28 11:46:10 -07:00
Matt Brubeck
2fa4ecda56
Merge last green changeset from mozilla-inbound to mozilla-central
2011-10-28 11:15:56 -07:00
Oleg Romashin
f7a18ab2ea
Bug 692479 - Implement screenshoot based fast startup on Maemo Harmattan. r=dougt
2011-10-28 08:13:57 -04:00
Mark Banner
cbd25443a2
Bug 693949 - Drop nsCStringArray. r=bsmedberg
2011-10-28 08:35:45 +01:00
Mounir Lamouri
ff4a7f0cf3
Bug 674725 - Part O - Receiving SMS: Android backend. r=cjones
2011-11-24 14:10:20 +01:00
Mounir Lamouri
98c0c1714e
Bug 674725 - Part J - Basic implementation of mozSms.send(). r=cjones
2011-11-21 00:00:46 +01:00
Mounir Lamouri
81a2fb6c4d
Bug 674725 - Part I - Implement mozSms.getNumberOfMessagesForText(). r=smaug,cjones
2011-11-25 10:48:51 +01:00
Josh Matthews
6ea3a93652
Bug 700931 - Avoid using the HARDWARE field on Android SDK versions <8. r=dougt
2011-11-24 17:46:29 -05:00
Ali Juma
9d56d30081
Bug 705862 - Add adapter vendor ID and device ID to OS X crash reports. r=jrmuizel
2011-11-29 13:54:53 -05:00
Mounir Lamouri
7a69bd1168
Bug 705386 - Allow AutoLocalJNIFrame callers to specify the JNIEnv. r=mwu
2011-11-29 17:34:52 +01:00
Doug Sherk
72f02b078a
Bug 695912: implemented antialiasing blocklisting r=jgilbert
...
Antialiasing can be blocked through the downloaded blocklist now, as well as
static analysis compiled into the OS-specific handlers for graphics features.
2011-11-03 10:50:40 -04:00
Doug Sherk
a5a9d0244b
Bug 668004 - generalized GPU blocklist to all platforms - r=bjacob
...
Refactored Windows-specific code for blocklisting GPUs to GfxInfoBase so that it
could be re-used by every platform. Also enabled all downloaded blocklist code on X11 (Linux) and Cocoa (Mac)
but not yet on Android.
2011-11-03 10:50:40 -04:00
Mounir Lamouri
2545c63c8e
Bug 696038 - (2/3) Boilerplate code to communicate between hal and Android Java code. r=cjones
2011-11-02 16:35:11 +01:00
Ed Morley
7f71b34414
Merge mozilla-central and mozilla-inbound
2011-10-29 02:40:36 +01:00
Matt Woodrow
807731094a
Bug 688342 - Make nsCanvasRenderingContext2D support Azure backends other than Direct2D. r=Bas
2011-11-03 08:55:03 +13:00
Benoit Girard
81c9e329a5
Bug 696437 - Add OpenGL Gfx AppNotes for mobile. r=bjacob
2011-11-01 08:00:09 -07:00
Ali Juma
377d6a1587
Bug 698868 - Add "Product" to Adapter Description for Android. r=bgirard
2011-11-02 09:45:47 -04:00
Chris Pearce
c46ab13671
Bug 688648 - Dispatch mozfullscreenerror event when requests for full-screen are denied. r=smaug
2011-11-02 13:02:47 +13:00
Masayuki Nakano
f569a8f8e3
Bug 694913 Assume that user clicked on right most of a character if clicked character in composition string is zero-width r=roc+emk
2011-10-26 11:10:43 +09:00
Brad Lassey
06c8b4a4b6
merge for stuff that landed since I updated
2011-10-25 13:57:14 -04:00
Kartikaya Gupta
d076409347
Bug 695170 - Implement visited link styles [r=blassey]
...
Provide an IHistory interface implementation from the android widgets
rather than using the one in Places. This allows the Link class to get
history information from the android code. The IHistory implementation
talks to the Android browser history database via JNI.
The Java-side implementation attempts to batch-process the requests coming
in, and keeps an in-memory cache of the visited links to avoid multiple
hits to the database. The in-memory cache is guaranteed to be cleared
by the VM before an OOMs get thrown.
The current implementation does not consider external events that might
update the history database, and so the visited link information
provided to Gecko might not reflect the latest information in the
Android browser history database.
2011-10-25 11:39:32 -04:00
Brad Lassey
60481d620f
merge from mozilla-central
2011-10-25 10:54:54 -04:00
Ehsan Akhgari
61e82c378c
Bug 694811 - Linking with VC11 fails with an undefined reference error to _IID_IAsyncOperation; r=bbondy
2011-10-24 16:08:10 -04:00
Ehsan Akhgari
b7a41d9c20
Bug 694802 - VC11 cannot compile nsWindow.cpp because it #includes <pbt.h>; r=bbondy
2011-10-24 15:59:10 -04:00
Kartikaya Gupta
e90519ab7c
Bug 696875 - Widget component interfaces not registered r=dougt
...
Change the XPIDL_MODULE in the widget/src/android folder to
be different from the one in widget/public, since this value
has to be unique across folders. Also include the new XPT in
the mobile android build.
2011-10-25 11:51:38 -04:00
Doug Turner
205f53d1b2
Merge from m-c
2011-10-24 11:11:26 -07:00
Wes Johnston
8686209daf
Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey
2011-10-24 10:05:18 -07:00
Doug Turner
7093994409
Merge from mozilla-central
2011-10-14 10:22:33 -07:00
Doug Turner
acdd2248fa
Enables simple message passing from Java->Gecko using the nsIObserver. r=blassey
2011-10-12 21:53:43 -07:00
Benjamin Smedberg
8b8a2194c9
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
...
--HG--
extra : rebase_source : 338bad7e999d5a3c928a7b24965461fc0ff06a19
2011-10-12 13:52:26 -04:00
Matt Brubeck
43e80f10bc
Back out bug 429592 because of Linux opt jsreftest failure
2011-11-04 15:18:58 -07:00
Rail Aliiev
364e83c545
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Marco Bonardo
c48ef6e9ea
Merge mozilla-central to mozilla-inbound
2011-11-04 21:56:10 +01:00
Olli Pettay
e36091a737
Bug 698929 - Implement event.stopImmediatePropagation, r=jst
...
--HG--
extra : rebase_source : 76d19175a58a4ac8113b144a19f9d7679ad54dd0
2011-11-04 19:17:19 +02:00
Benjamin Smedberg
abc063b869
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
2011-10-12 13:52:26 -04:00
Doug Turner
f7ffea8082
Patch from https://github.com/snorp/mozilla-central faster branch.
2011-10-10 17:40:17 -07:00
Michael Wu
70b12356c0
Bug 703307 - Fix blackscreen in gonk, r=cjones
2011-11-22 11:51:52 -08:00
Michael Wu
fec7797d9c
Bug 703307 - Fix build/crash in gonk, r=cjones
2011-11-22 11:51:51 -08:00
Neil Deakin
b9741fe3c6
Bug 503879, remove nsIToolkit, make nsToolkit a singleton, remove it from some widget platforms, and don't pass it around when creating widgets, original patch by robarnold, r=roc
2011-10-25 11:05:32 -04:00
Chris Jones
ab87d668dd
Bug 679966, part 1: Add vibrator support for android. r=blassey,cjones
2011-09-30 00:00:48 -07:00
Chris Pearce
00bedcae28
Bug 699885 part 1 - Ensure we dispatch 'deactivate' event to chrome window when we lose focus while changing to full-screen mode. r=roc
2011-11-08 12:58:48 +13:00
Wes Johnston
a2f4279fa4
Bug 671634 - Update Fennec useragent to more closely match stock browser. r=dougt
2011-11-07 15:03:53 -08:00
Ed Morley
cbbfa6055b
Merge mozilla-central to mozilla-inbound
2011-11-07 22:59:01 +00:00
Marco Castelluccio
9deb3f37b8
Bug 605808 - Make "layers.prefer-opengl" work when D3D10 is available; r=joedrew
2011-11-07 20:11:44 +00:00
Jim Mathies
e15577bf4b
Bug 577867 - Adds profile based win taskbar registration option. r=tellrob
2011-11-07 13:23:42 -06:00
Daniel Holbert
b661bbd94d
Back out 564e841f1f57 (Bug 429592) for Linux64 opt orange
2011-10-24 11:24:29 -07:00
Benjamin Smedberg
38c664480d
Bug 429592 - Add a monitor thread for process hangs and crash by default if a chrome process doesn't end up back in the event loop for more than 30 seconds. By default this affects non-debug builds only. r=cjones/bent
...
--HG--
extra : rebase_source : d75bbc917d9a07f2a5ec016d3c410ec4bcff67e9
2011-10-12 13:52:26 -04:00
Brad Lassey
c29bf6871c
[mq]: Backout changeset 78e519331f40 because of build bustage on android
2011-10-24 13:18:50 -04:00
Neil Deakin
82ddc97282
Bug 700643, windows power management messages should not rely on hidden window, r=jmathies
2011-11-08 14:59:09 -05:00
Neil Deakin
9b80fd4f04
Bug 696745, remove nsIMenuRollup and xul-popup-manager component, r=mats,sr=roc
2011-11-08 14:59:07 -05:00
Neil Deakin
4fe947517b
Bug 700277, nsWindow::BringToFront doesn't handle first opened window properly, r=blassey
2011-11-08 14:58:37 -05:00