Eitan Isaacson
6180f2fde8
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
9cd95792d9
Merge
2011-11-07 10:20:27 -08:00
Benoit Jacob
08973eb33a
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
7a1f80bdef
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
219d1eb56e
Merge mozilla-central and mozilla-inbound
2011-11-05 18:46:28 +00:00
Ed Morley
7ea8e12caa
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
8a393f7f40
Bug 698630 - Remove --disable-smil build option; r=dholbert
2011-11-05 10:32:52 +00:00
Doug Turner
d1545231e8
Merge
2011-11-04 10:46:58 -07:00
Neil Deakin
5fe264ae0b
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
e5e02a7567
Bug 577867 - Add profile override option to taskbar grouping id. r=robarnold
2011-11-03 09:39:50 -05:00
Jim Mathies
bbfa3c06c3
Bug 577867 - Add widget support for new cityhash based taskbar registration ids. r=neil
2011-11-03 09:39:50 -05:00
Doug Turner
7c148bcac8
merge
2011-10-28 11:46:10 -07:00
Matt Brubeck
01376a3b64
Merge last green changeset from mozilla-inbound to mozilla-central
2011-10-28 11:15:56 -07:00
Oleg Romashin
652dd25f76
Bug 692479 - Implement screenshoot based fast startup on Maemo Harmattan. r=dougt
2011-10-28 08:13:57 -04:00
Mark Banner
18642c515f
Bug 693949 - Drop nsCStringArray. r=bsmedberg
2011-10-28 08:35:45 +01:00
Doug Sherk
3c02808b7d
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
626ed5e1ba
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
505e9f3919
Bug 696038 - (2/3) Boilerplate code to communicate between hal and Android Java code. r=cjones
2011-11-02 16:35:11 +01:00
Matt Woodrow
ba3ebc26fb
Bug 688342 - Make nsCanvasRenderingContext2D support Azure backends other than Direct2D. r=Bas
2011-11-03 08:55:03 +13:00
Benoit Girard
56b1f84137
Bug 696437 - Add OpenGL Gfx AppNotes for mobile. r=bjacob
2011-11-01 08:00:09 -07:00
Ali Juma
6ad36a3781
Bug 698868 - Add "Product" to Adapter Description for Android. r=bgirard
2011-11-02 09:45:47 -04:00
Chris Pearce
5ee29e64a4
Bug 688648 - Dispatch mozfullscreenerror event when requests for full-screen are denied. r=smaug
2011-11-02 13:02:47 +13:00
Masayuki Nakano
61c6fb2f03
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
f741499278
merge for stuff that landed since I updated
2011-10-25 13:57:14 -04:00
Kartikaya Gupta
ae1acb0127
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
914129da70
merge from mozilla-central
2011-10-25 10:54:54 -04:00
Ehsan Akhgari
76a8f6a8d8
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
f0a21ac6d4
Bug 694802 - VC11 cannot compile nsWindow.cpp because it #includes <pbt.h>; r=bbondy
2011-10-24 15:59:10 -04:00
Kartikaya Gupta
c6defdb953
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
e8670cc25d
Merge from m-c
2011-10-24 11:11:26 -07:00
Wes Johnston
566b8b773b
Bug 694455 - Implement a prompt service for native ui fennec. r=mfinkle,blassey
2011-10-24 10:05:18 -07:00
Doug Turner
888ef1bc19
Merge from mozilla-central
2011-10-14 10:22:33 -07:00
Doug Turner
261f2fecea
Enables simple message passing from Java->Gecko using the nsIObserver. r=blassey
2011-10-12 21:53:43 -07:00
Matt Brubeck
d9889d8813
Back out bug 429592 because of Linux opt jsreftest failure
2011-11-04 15:18:58 -07:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Marco Bonardo
bfad475089
Merge mozilla-central to mozilla-inbound
2011-11-04 21:56:10 +01:00
Olli Pettay
4820dd889d
Bug 698929 - Implement event.stopImmediatePropagation, r=jst
...
--HG--
extra : rebase_source : 76d19175a58a4ac8113b144a19f9d7679ad54dd0
2011-11-04 19:17:19 +02:00
Benjamin Smedberg
13a239ada7
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
952b4094a1
Patch from https://github.com/snorp/mozilla-central faster branch.
2011-10-10 17:40:17 -07:00
Neil Deakin
42f99d3415
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
Daniel Holbert
4fc05fb1da
Back out 564e841f1f57 (Bug 429592) for Linux64 opt orange
2011-10-24 11:24:29 -07:00
Benjamin Smedberg
de4e38ad6c
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
662f537c7d
[mq]: Backout changeset 78e519331f40 because of build bustage on android
2011-10-24 13:18:50 -04:00
Jeff Walden
d0532c3e95
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
2011-10-12 12:21:53 -07:00
Jeff Walden
0f30b277bf
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
...
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Brian R. Bondy
0fde91f155
Bug 635691 - GetAttention() flashes the grandparent window although the parent window is in the forground. r=neil
2011-10-09 10:19:24 -04:00
Brian R. Bondy
44ead00caf
Bug 607251 - Aero broken with Basic/Aero theme and minimize/un-minimize. r=jimm
2011-10-07 21:52:09 -04:00
Oleg Romashin
5ec1284a87
Bug 690656 - Don't Init XAtom and XEvents listener in non-main thread r=dougt
2011-10-07 16:16:37 +01:00
Oleg Romashin
e898a9c599
Bug 690656 - Stop creating QWidget in DragService ctor r=dougt
2011-10-07 16:16:36 +01:00
Martin Stransky
00da0f1bf6
Bug 627699 - Port GTK2 to GTK3, mozcontainer patch, r=karlt
2011-10-07 16:16:36 +01:00