Brad Lassey
de177ba5b1
Bug 702627 - Invalidate plugin rect after requesting Java surface during paint r=blassey
2011-11-15 18:05:23 -05:00
Brad Lassey
d00d69e06a
Bug 702614 - Use Skia to implement the Android canvas plugin APIs r=blassey
...
--HG--
rename : dom/plugins/base/android/ANPCanvas.cpp => other-licenses/skia-npapi/ANPCanvas.cpp
rename : dom/plugins/base/android/ANPPaint.cpp => other-licenses/skia-npapi/ANPPaint.cpp
rename : dom/plugins/base/android/ANPPath.cpp => other-licenses/skia-npapi/ANPPath.cpp
rename : dom/plugins/base/android/ANPTypeface.cpp => other-licenses/skia-npapi/ANPTypeface.cpp
2011-11-15 18:05:23 -05:00
Doug Turner
2fc48b3cf9
Merge with m-c fd478c02c29c
2011-11-15 11:18:06 -08:00
Phil Ringnalda
90c29a7b88
Backout changesets c9abc8ef4626, d62512892555, 69f89ee5d08f, c511af7d8f58, 6a6a560a1492, ac0ec1183d19, 46669afabd15, 74f32abaa8c0, f197554cf989, 0a2405eb5b90, b48954598d7d, e0a82577259c, 0235d1541e58, 450f2557d3a2, e24d196602bf, 03c2ea0eeba3, 7aca4ef8e538, 11ec362e780b, 4b92a3b96446 (bug 627842) for Windows crashtest assertions and Android reftest failures
...
--HG--
extra : rebase_source : fc8946055314369bfba5038ded32afcb00bf134d
2011-11-14 22:12:31 -08:00
Rafael Ávila de Espíndola
0ea79713a1
Bug 702275 - check AddObserver return code in nsDOMStorage.cpp. r=honzab.
2011-11-15 01:10:51 -05:00
James Willcox
baf796c979
Bug 692988 - Give Flash a valid application directory
2011-11-14 19:47:38 -05:00
James Willcox
0bc72ea654
bug 702334 - Fix deadlocks caused by Flash r=blassey
2011-11-15 10:43:42 -05:00
James Willcox
e8774d3b25
bug 702330 - Revert to drawing Flash plugin with a SurfaceView r=blassey
2011-11-15 10:43:42 -05:00
Doug Turner
300f919a91
Merge.
2011-11-15 01:09:26 -08:00
L. David Baron
8ee0331573
Add support for -moz-text-size-adjust CSS property. (Bug 627842, patch 1) r=bzbarsky
...
This property is analogous to the -webkit-text-size-adjust property (and
*maybe* also the -ms-text-size-adjust property). It allows pages to opt
out of text size adjustments performed on mobile devices by specifying
-moz-text-size-adjust: none.
2011-11-15 17:02:00 +13:00
Cameron McCormack
c779bcb0fa
Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher
2011-11-12 22:06:54 +11:00
Steven Michaud
6e6abfa495
Bug 700835 - Restore plugin caching to work around bad crash bug in latest Apple Java updates. r=josh
2011-11-11 19:10:31 -06:00
Marco Bonardo
cf0e597d94
Merge mozilla-central and mozilla-inbound
2011-11-11 11:09:58 +01:00
Jonas Sicking
1154a4a9fa
Bug 687220: Add test for event handlers on the xhr.upload object in workers. r=bent
2011-11-10 16:29:34 -08:00
Justin Lebar
9c01db357b
Bug 586010 - Send dump() output to Android device log. r=bz
...
--HG--
extra : rebase_source : f1712d831aaa6fbd8e1bfd6060fbb4aa951ccb74
2011-11-09 19:27:08 -05:00
Bill McCloskey
100c01f08f
Bug 699298 - Overhaul GC statistics gathering (r=gwagner)
2011-11-09 13:32:17 -08:00
Michael Wu
1a784cecd2
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
2011-11-10 16:17:46 -08:00
Brian Hackett
5ab659aa61
Enter compartment while initializing in CreateDedicatedWorkerGlobalScope, bug 701458. r=bent
2011-11-10 12:04:24 -08:00
Doug Turner
9440f43924
Merge
2011-11-07 10:20:27 -08:00
Henri Sivonen
bb1cc05089
Bug 699753 - Remove duplicate copy of errNcrControlChar from htmlparser.properties. r=smaug.
2011-11-07 11:29:18 +02:00
Henri Sivonen
992fa4f91a
Bug 699752 - Remove stray preposition from parser error reporting. r=smaug.
2011-11-07 11:29:18 +02:00
Ed Morley
aa90cc4e65
Merge last green changeset of mozilla-inbound to mozilla-central
2011-11-06 13:21:58 +00:00
Olli Pettay
4936cad749
Bug 699925 - support event.stopImmediatePropagation in workers, r=bent
2011-11-05 23:41:16 +02:00
Ben Turner
5827a2f72c
Bug 698860 - 'Workers: Cycle collector calls DOM worker from wrong thread'. r=sicking.
2011-11-05 12:45:35 -07:00
Ben Turner
0a88aaf5bb
Bug 687216 - 'XHR in worker to bogus URI leads to Assertion failure'. r=sicking.
2011-11-05 12:30:56 -07:00
Ed Morley
e8cc3fd50a
Merge mozilla-central and mozilla-inbound
2011-11-05 18:46:28 +00:00
Ed Morley
b4eeea3edf
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Josh Aas
565be75c1a
Bug 656006: Fix crash in nsPluginStreamListenerPeer::OnStartRequest. r=bz
2011-11-05 12:42:59 -04:00
Rob Campbell
f880eb61f2
merge m-c to fx-team
2011-11-05 10:11:34 -03:00
Matheus Kerschbaum
966dc039fd
Bug 698630 - Remove --disable-smil build option; r=dholbert
2011-11-05 10:32:52 +00:00
Doug Turner
cf28b775a6
Merge
2011-11-04 10:46:58 -07:00
Ben Turner
ebb17a0fdc
Bug 687220 - 'XHR POST in worker with null body and upload load event listener leads to Assertion failure'. r=mrbkap.
2011-11-03 19:51:33 -07:00
Mounir Lamouri
51cf0baa2c
Bug 699459 - Add a pref to disable Battery API. r=sicking
2011-11-04 00:31:32 +01:00
Ben Turner
5f2127324d
Bug 694145 - 'IndexedDB: various methods should accept both keys and KeyRanges'. r=sicking.
...
--HG--
extra : transplant_source : R%0C%DA%D7%EF%8D3U%7DQ%1A%05%1A3%94%1E%F8%B0%A3k
2011-11-03 08:59:17 -07:00
Doug Turner
a6a12617da
merge
2011-10-28 11:46:10 -07:00
Mark Banner
a215a840b7
Bug 693949 - Drop nsCStringArray. r=bsmedberg
2011-10-28 08:35:45 +01:00
Ed Morley
93831cb277
Merge mozilla-central and mozilla-inbound
2011-10-28 02:11:57 +01:00
Josh Aas
d34c4d932e
Bug 649079: Plugin crash fix (parent process). r=bz
2011-10-27 16:00:49 -04:00
Ben Turner
355497a504
Bug 692629 - 'IndexedDB: Support IDBObjectStore/IDBIndex.count'. r=sicking.
...
--HG--
extra : transplant_source : %87%F7%A6%8Cc%15%C7%C4%19%5D%14%CB%98%9BF%A4%5C/%5B%FF
2011-11-03 08:57:42 -07:00
Ben Turner
be7ac58cc0
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
...
--HG--
extra : transplant_source : %84%E3%96%9F%C5%BA%D56%A4%94%83%9F%C3%F5%2B%01%7B%87%FB9
2011-11-03 08:57:30 -07:00
Mounir Lamouri
a3ac22b74a
Bug 678694 - (7/7) Interaction between DOM and hal. r=sicking
...
The battery status is coming from hal and when there is an update, hal informs
the DOM which then dispatch the appropriate event.
2011-11-02 16:27:06 +01:00
Mounir Lamouri
dc6a62bf0c
Bug 678694 - (6/7) hal code for the Battery API. r=cjones
2011-11-02 16:14:01 +01:00
Mounir Lamouri
6b3a1be3b3
Bug 678694 - (4/7) Dummy BatteryManager DOM code. r=sicking
...
Returns default values only and doesn't send events.
2011-11-02 16:01:32 +01:00
Mounir Lamouri
69979b672e
Bug 678694 - (3/7) Plug mozBattery into navigator object. r=sicking
2011-11-02 13:04:39 +01:00
Mounir Lamouri
f36652fada
Bug 678694 - (2/7) BatteryManager interface. r=sicking
2011-11-02 13:05:09 +01:00
Mounir Lamouri
a14948f922
Bug 678694 - (1/7) Makefile boilerplate. r=sicking
2011-11-02 12:51:38 +01:00
Mounir Lamouri
da50b2ab28
Bug 698932 - Use rv in Navigator::JavaEnabled. r=Ms2ger
2011-11-02 12:04:28 +01:00
Mounir Lamouri
eb0f2bae73
Bug 695287 - Move Navigator declaration and definition outside of nsGlobalWindow.{h,cpp}. r=Ms2ger
...
This patch is creating Navigator.h and Navigator.cpp and makes Navigator part
of the mozilla::dom namespace.
2011-11-02 14:44:16 +01:00
Marco Bonardo
66602c3f2f
Merge mozilla-central to mozilla-inbound
2011-11-03 10:46:56 +01:00
Neil Rashbrook
b7b9c37f6f
Bug 698217 DeCOMtaminate nsIPrefServiceInternal r=roc
2011-11-02 14:51:39 +00:00