Blake Kaplan
|
b7fe13ed8d
|
Bug 980586 - Remove old e10s prompt code. r=smaug
|
2014-03-10 08:57:07 -04:00 |
|
Ed Morley
|
f562024ef3
|
Backed out changeset f94ee00aa4d6 (bug 974197) for causing gaia-ui-test failures
|
2014-03-07 15:45:59 +00:00 |
|
Matt Woodrow
|
521ba48e03
|
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
|
2014-03-07 16:24:32 +13:00 |
|
Botond Ballo
|
4f2d09b6dc
|
Bug 978840 - Calculate displayport based on up-to-date scrollable rect on first paint. r=tn
|
2014-03-04 19:02:37 -05:00 |
|
Masayuki Nakano
|
bbe753556e
|
Bug 974318 part.10 Remove WidgetTextEvent::rangeCount and WidgetTextEvent::rangeArray r=smaug
|
2014-03-04 22:48:28 +09:00 |
|
Tim Taubert
|
ffd5e21904
|
Bug 978540 - [e10s] Correctly maintain active state for remote docShells r=smaug
|
2014-02-20 12:26:13 +01:00 |
|
Matt Woodrow
|
3afcb0e4a9
|
Bug 975592 - Make sure we find the correct composition manager when updating child process layer trees. r=nical
|
2014-02-25 11:45:40 +13:00 |
|
Phil Ringnalda
|
7026acca89
|
Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
CLOSED TREE
|
2014-02-24 21:06:18 -08:00 |
|
Olli Pettay
|
a1bd6cd1b9
|
Bug 927078 - Don't copy string data when sending messages using message manager, r=bsmedberg
|
2014-02-25 04:14:22 +02:00 |
|
Kartikaya Gupta
|
67b0f58d3c
|
Bug 941995 - Disable double-tapping and click delay on pages that are device-width or narrower (B2G). r=mbrubeck,botond
|
2014-02-24 19:22:45 -05:00 |
|
Matt Woodrow
|
ba35ade5f6
|
Bug 974197 - Fire MozAfterPaint after the compositor runs. r=roc
|
2014-02-25 12:55:39 +13:00 |
|
Tom Schuster
|
af660267b7
|
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
|
2014-02-23 21:19:43 +01:00 |
|
Phil Ringnalda
|
f934f856a6
|
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
CLOSED TREE
|
2014-02-23 12:59:52 -08:00 |
|
Tom Schuster
|
3c25b27dd9
|
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
|
2014-02-23 21:19:43 +01:00 |
|
Kartikaya Gupta
|
00971445c1
|
Bug 968991 - Only initialize the root metrics after getting both before-first-paint and the mInnerSize dimensions. r=botond
|
2014-02-21 18:12:43 -05:00 |
|
Tom Schuster
|
07c70d08d5
|
Bug 910384 - Change nsFilePickerProxy to be asynchronous and add a proper IPDL protocol for it. r=jdm
|
2014-02-18 01:30:06 +01:00 |
|
Vivien Nicolas
|
7d85075b49
|
Bug 972081 - Highlighting seems broken with APZC enabled. r=kats,fabrice
|
2014-02-15 01:45:45 +01:00 |
|
Bill McCloskey
|
adf8cc1615
|
Bug 960783 - Add nsILoadContext flags for remote (out-of-process) windows (r=ehsan)
|
2014-02-11 09:00:54 -08:00 |
|
Alfredo Yang
|
9fe833bee7
|
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
|
2014-02-09 15:34:40 -05:00 |
|
Doug Sherk
|
8837bb44bf
|
Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats
|
2014-02-07 18:13:50 +01:00 |
|
Olli Pettay
|
e8497a910f
|
Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
|
2014-02-06 16:16:41 +02:00 |
|
Kartikaya Gupta
|
aefdf36549
|
Bug 963278 - Better fix to deal with concurrent scroll updates from APZ and other places. r=tn,botond,jimm
|
2014-02-05 17:43:20 -05:00 |
|
Doug Sherk
|
1215e0fb9c
|
Bug 968112: Remove acceleration code from APZC r=kats
|
2014-02-05 15:15:05 +01:00 |
|
Benoit Jacob
|
49238a878d
|
Bug 959448 - Convert most of LayersTypes.h to typed enums - r=nrc
find content/media dom/ipc widget/ gfx/tests gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)LAYERS_\(NONE\|BASIC\|OPENGL\|D3D9\|D3D10\|D3D11\|CLIENT\|LAST\)\($\|[^A-Za-z0-9_]\)/\1LayersBackend::LAYERS_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::BUFFER_\2\3/g'
find widget gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)BUFFER_\(BUFFERED\)\($\|[^A-Za-z0-9_]\)/\1BufferMode::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(DRAW\|DRAW_SNAPPED\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)CLIP_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1DrawRegionClip::CLIP_\2\3/g'
find gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SURFACE_\(NONE\|OPAQUE\|SINGLE_CHANNEL_ALPHA\|COMPONENT_ALPHA\)\($\|[^A-Za-z0-9_]\)/\1SurfaceMode::SURFACE_\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(STRETCH\|SENTINEL\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::\2\3/g'
find gfx/ipc/ gfx/layers/ layout/ -type f | xargs sed -i 's/\(^\|[^A-Za-z0-9_]\)SCALE_\(NONE\)\($\|[^A-Za-z0-9_]\)/\1ScaleMode::SCALE_\2\3/g'
|
2014-01-23 13:26:41 -05:00 |
|
Bill McCloskey
|
30719d72e7
|
Bug 938904 - [e10s] Make tooltips work (r=smaug,enn)
|
2014-01-22 12:27:23 -08:00 |
|
Bill McCloskey
|
9ce027751e
|
Bug 919878 - Fix abort in graphics code if content process shuts down quickly (r=mattwoodrow)
|
2014-01-15 13:10:39 -08:00 |
|
Alexandre Poirot
|
e71e141230
|
Bug 891882 - DOMWindowUtils.sendMouseEvent dispatch events with isSynthesized chrome attribute set to true. r=smaug
|
2014-01-15 09:28:04 -05:00 |
|
Wes Kocher
|
72392df81e
|
Merge b2g-inbound to m-c
|
2014-01-14 15:44:06 -08:00 |
|
Dale Harvey
|
7b8cef6d5e
|
Bug 959199 - Track whether contextmenu was handled. r=kats
|
2014-01-14 18:03:14 +00:00 |
|
Kartikaya Gupta
|
37f950bbb2
|
Bug 952170 - Don't try to get touch points from events which don't have any. r=smaug
|
2014-01-14 09:29:15 -05:00 |
|
Botond Ballo
|
92fcefeb70
|
Bug 958254 - Remove an unnecessary (and harmful) assertion. r=ajones
|
2014-01-09 16:54:34 -05:00 |
|
Kartikaya Gupta
|
fda8bef8a1
|
Bug 907179 - Label the velocity vector as being in screen units. r=botond
|
2014-01-08 17:53:58 -05:00 |
|
Kartikaya Gupta
|
9964f1abe1
|
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
|
2014-01-06 13:26:44 -05:00 |
|
Kartikaya Gupta
|
c99deef0bc
|
Bug 952170 - Remove unnecessary static_cast. r=smaug
|
2014-01-06 12:25:56 -05:00 |
|
Ehsan Akhgari
|
68bfe70f09
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.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 PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
David Zbarsky
|
30b05d4fae
|
Bug 952977: Use gfx::Matrix in ipdl r=nical
|
2013-12-26 13:06:53 -05:00 |
|
Vivien Nicolas
|
8c6319ca89
|
Bug 950300 - Cancel APZC panning is the first touchmove is preventDefault'ed. r=kats
|
2013-12-20 10:11:01 +01:00 |
|
Vivien Nicolas
|
0815e38a58
|
Bug 950489 - While changing the range of an input type range the page is moving as well. r=kats
|
2013-12-19 01:12:47 +01:00 |
|
Bill McCloskey
|
13d81577d4
|
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
|
2013-11-23 21:32:45 -08:00 |
|
Kartikaya Gupta
|
cadff49718
|
Bug 949132 - Use the FrameMetrics flag on the layers update to update APZC scroll offset instead of tracking it in widget code. r=Cwiiis
|
2013-12-16 12:04:46 -05:00 |
|
Kartikaya Gupta
|
db615424ca
|
Bug 950180 - Ensure the innerWidth is correct in resize events fired to content. r=Cwiiis
|
2013-12-16 10:05:23 -05:00 |
|
Bill McCloskey
|
5e71ae9215
|
Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg)
|
2013-12-12 14:13:20 -08:00 |
|
Ryan VanderMeulen
|
bae12afe89
|
Merge m-c to inbound on a CLOSED TREE.
|
2013-12-11 22:39:20 -05:00 |
|
Dale Harvey
|
4a63e3b6a6
|
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
|
2013-12-12 00:39:06 +00:00 |
|
Bobby Holley
|
73db08e4a0
|
Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz
|
2013-12-11 17:51:56 -08:00 |
|
Ryan VanderMeulen
|
ee77e97c67
|
Merge b2g-inbound to m-c.
|
2013-12-10 15:38:44 -05:00 |
|
Randell Jesup
|
fcee2113a5
|
Bug 853356: backout p3
|
2013-12-10 01:03:21 -05:00 |
|
Phil Ringnalda
|
3a8ca7971d
|
Merge m-c to b-i
|
2013-12-07 11:21:04 -08:00 |
|
Phil Ringnalda
|
52ab05db1f
|
Back out 35371620801a:bf2019278b77 (bug 937317) for gaia-ui-test bustage and frequent timeouts in its own test
|
2013-12-07 11:08:56 -08:00 |
|
Wes Kocher
|
9c5fc53f19
|
merge m-c to b2g-inbound
|
2013-12-06 20:49:02 -06:00 |
|