Mark Finkle
|
67deaee8ec
|
Bug 795132 - Cache DPI to avoid making JNI calls r=blassey
|
2012-09-28 15:05:50 -04:00 |
|
Kartikaya Gupta
|
d7d7286376
|
Bug 791263 - Disable screenshotting under low-memory conditions. r=blassey
|
2012-09-25 15:46:17 -04:00 |
|
Chris Peterson
|
2bbe1801e8
|
Bug 793062 - Remove unused PostToJavaThread() and ExecuteNextRunnable(). r=blassey
|
2012-09-20 17:44:24 -07:00 |
|
Brad Lassey
|
75c91e8bb9
|
bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle
|
2012-09-12 23:47:08 +02:00 |
|
Benoit Girard
|
278f539276
|
Bug 791640 - EventTracer will only measure the main thread responsiveness, fixes profiling hang. r=blassey
|
2012-09-20 14:23:15 -04:00 |
|
Kartikaya Gupta
|
1423fe6080
|
Bug 792496 - Remove ScreenshotHandler delegation stubs from GeckoAppShell. r=cpeterson
|
2012-09-19 17:15:55 -04:00 |
|
Ehsan Akhgari
|
5bde8f6511
|
Backout bug 792109, bug 749053 and bug 779500 because of leaks in debug tests
|
2012-09-19 15:42:18 -04:00 |
|
Brad Lassey
|
1a18ca678b
|
bug 727352 - don't use JSON for viewport meta data r=kats,mfinkle
|
2012-09-13 15:07:57 +02:00 |
|
Wes Johnston
|
9de6088842
|
Bug 787271 - Add methods to call in jni through ctypes. r=mfinkle,blassey
|
2012-09-12 11:31:17 -07:00 |
|
Brad Lassey
|
32325f3ccc
|
bug 770289 - JNIEnv->NewString can throw and needs to be caught before another JNI call, handle NewStringUTF r=kats
|
2012-09-05 00:23:02 -04:00 |
|
Brad Lassey
|
6c5fc26c4f
|
bug 761503 - return a bool from PumpMessageLoop to indicate if work was performed r=snorp
|
2012-06-05 01:14:12 -04:00 |
|
Zoe Bellot
|
1de92dd943
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-26 23:16:22 -03:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Ed Morley
|
3be08a2757
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Zoe Bellot
|
c19b4bcb2c
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-17 12:02:18 +02:00 |
|
Kartikaya Gupta
|
be0f4d02e1
|
Bug 776906 - Fix thumbnails on Nexus 7. r=blassey
|
2012-08-13 20:01:31 -04:00 |
|
Kartikaya Gupta
|
ec065c8262
|
Bug 763166 - Fix race condition that could result in using an uninitialized AndroidBridge. r=snorp
|
2012-07-31 17:34:06 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
a9921e1d15
|
Bug 773637 - Kill NS_SCRIPTABLE annotations, Part 1: Remove NS_*PARAM annotations. r=ehsan
|
2012-07-06 15:14:07 -05:00 |
|
James Willcox
|
12af787121
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ed Morley
|
c289f9f162
|
Backout 4987ffd173a4 (bug 687267) for bustage
|
2012-07-23 14:47:54 +01:00 |
|
James Willcox
|
a60fcafab7
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert,blassey
|
2012-07-20 15:20:51 -04:00 |
|
Ms2ger
|
45a14cadbf
|
Bug 776142 - Back out bug 687267 / changeset 8571114112b2 on a CLOSED TREE.
|
2012-07-22 14:02:18 +02:00 |
|
James Willcox
|
18e78b0b0f
|
Bug 687267 - Initial support for Flash on Honeycomb r=bgirard,vlad,jgilbert
|
2012-07-20 15:20:51 -04:00 |
|
Brad Lassey
|
36dd4be2f5
|
bug 763166 - crash in mozilla::AndroidGeckoLayerClient::SetFirstPaintViewport r=kats
|
2012-07-17 10:25:48 -04:00 |
|
Kartikaya Gupta
|
d2eb819965
|
Back out 083d36bafbc8 (bug 763166) on suspicion of android talos redness. r=me
|
2012-07-13 17:34:58 -04:00 |
|
Kartikaya Gupta
|
dbe3816e67
|
Bug 769269 - Update the graphics code to be able to deal with blowing away the layer controller, client, and view and creating them afresh. r=ajuma
|
2012-07-13 10:19:46 -04:00 |
|
Kartikaya Gupta
|
38228d9ea0
|
Bug 763166 - Add a AndroidBridge::GetJNIForCompositorThread function to avoid using GetJNIForThread. r=blassey
|
2012-07-13 09:36:43 -04:00 |
|
Ryan VanderMeulen
|
0af2df084e
|
Backout 7ddda33608c6 (bug 772672) due to robocop orange.
|
2012-07-12 21:35:19 -04:00 |
|
Brad Lassey
|
19b307da99
|
bug 772672 - CreateCompositor can hold up the Gecko thread, waiting for a surface r=ajuma
|
2012-07-12 16:49:58 -04:00 |
|
Kartikaya Gupta
|
3dc81ebcd9
|
Bug 772993 - Fix compiler warnings for widget/android. r=cpeterson
|
2012-07-12 12:52:52 -04:00 |
|
Benoit Jacob
|
13ade0c3e1
|
Bug 766251 - 1/5 - GfxInfo on Android: the Java and AndroidBridge parts - r=kats,jrmuizel
|
2012-07-05 10:12:10 -04:00 |
|
Brad Lassey
|
9e0eb9c535
|
bug 770289 - JNIEnv->NewString can throw and needs to be caught before another JNI call, follow up to fix whitespace r=kats
|
2012-07-02 15:32:34 -04:00 |
|
Brad Lassey
|
05a91df7c9
|
bug 770289 - JNIEnv->NewString can throw and needs to be caught before another JNI call r=kats
|
2012-07-02 15:12:50 -04:00 |
|
Brad Lassey
|
a8b4be18f8
|
bug 749917 - crash in mozilla::AndroidBridge::CheckURIVisited r=kats
|
2012-07-02 13:54:10 -04:00 |
|
Brad Lassey
|
c8cec3a911
|
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding r=kats,cjones
|
2012-06-14 09:08:51 -07:00 |
|
Kartikaya Gupta
|
c15efed5f5
|
Bug 753444 - Remove device-space page rect from setPageRect as it is not needed. r=jrmuizel
|
2012-06-13 13:49:40 -04:00 |
|
James Willcox
|
bdd38c0d32
|
Bug 759747 - Fix up fullscreen Flash handling on Android 4.0+ r=blassey
|
2012-06-06 22:39:36 -04:00 |
|
James Willcox
|
fdea80e445
|
Bug 759799 - Hook up Hal WakeLocks on Android r=blassey
|
2012-06-06 22:39:01 -04:00 |
|
Brad Lassey
|
a7fbcda140
|
backing out bug 755070 for potential talos panning regression
|
2012-06-05 22:55:18 -04:00 |
|
Brad Lassey
|
54911a2c0f
|
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, only copy the region that was painted r=kats
|
2012-06-05 14:59:01 -04:00 |
|
Brad Lassey
|
750134b2e1
|
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, only update dirty rects, reuse a single bytebuffer and stop using java bitmaps r=kats
|
2012-06-04 11:56:31 -04:00 |
|
Phil Ringnalda
|
5d3a3a0d2f
|
Back out 3a23e11202f9 (bug 761503) for XUL build bustage
|
2012-06-05 08:28:37 -07:00 |
|
Brad Lassey
|
be938898c3
|
bug 761503 - return a bool from PumpMessageLoop to indicate if work was performed r=snorp
|
2012-06-05 01:14:12 -04:00 |
|
Kartikaya Gupta
|
d2fd48255b
|
Bug 760458 - When taking thumbnail screenshots account for RTL pages as well. r=bnicholson
|
2012-06-01 23:50:57 -04:00 |
|
Matt Brubeck
|
3024f60165
|
Back out bug 760342 for Windows build error, bug 755070 for Android crashes, and bug 760458 because it depends on 755070
|
2012-06-01 17:45:02 -07:00 |
|
Kartikaya Gupta
|
d203db5424
|
Bug 760458 - When taking thumbnail screenshots account for RTL pages as well. r=bnicholson
|
2012-06-01 20:30:46 -04:00 |
|
Brad Lassey
|
8bf0654eae
|
bug 755070 - Scrolling causes after paint notifications which causes screenshotting which causes checkerboarding, only update dirty rects, reuse a single bytebuffer and stop using java bitmaps r=kats
|
2012-06-01 18:54:48 -04:00 |
|
James Willcox
|
ee96d9bd79
|
Bug 727421 - Implement full screen support for Flash on Android r=blassey
|
2012-05-30 12:10:49 -04:00 |
|
James Willcox
|
e4f181e22b
|
Backout 814d564578d1 due to xul bustage
|
2012-05-30 11:58:50 -04:00 |
|