Граф коммитов

528 Коммитов

Автор SHA1 Сообщение Дата
Wes Kocher 073cad9d12 Merge b2g-inbound to m-c 2014-01-14 15:44:06 -08:00
Dale Harvey 98a188341f Bug 959199 - Track whether contextmenu was handled. r=kats 2014-01-14 18:03:14 +00:00
Kartikaya Gupta 44b361f178 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 b01b3d73a3 Bug 958254 - Remove an unnecessary (and harmful) assertion. r=ajones 2014-01-09 16:54:34 -05:00
Kartikaya Gupta 918519c377 Bug 907179 - Label the velocity vector as being in screen units. r=botond 2014-01-08 17:53:58 -05:00
Kartikaya Gupta 570d06ad25 Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond 2014-01-06 13:26:44 -05:00
Kartikaya Gupta 90f48f82d8 Bug 952170 - Remove unnecessary static_cast. r=smaug 2014-01-06 12:25:56 -05:00
Ehsan Akhgari 1b83407ce9 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 de37e93bb2 Bug 952977: Use gfx::Matrix in ipdl r=nical 2013-12-26 13:06:53 -05:00
Vivien Nicolas 88d9b0d654 Bug 950300 - Cancel APZC panning is the first touchmove is preventDefault'ed. r=kats 2013-12-20 10:11:01 +01:00
Vivien Nicolas 765b279eed 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 bc4112895d 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 0b8bb93d3e 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 9c58c3aa92 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 e3463fe50e Bug 948238 - Read browser.tabs.remote once at startup and never again (r=bsmedberg) 2013-12-12 14:13:20 -08:00
Ryan VanderMeulen 8c7c4ef7ab Merge m-c to inbound on a CLOSED TREE. 2013-12-11 22:39:20 -05:00
Dale Harvey 543aa991a9 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 6395b6b2cf Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz 2013-12-11 17:51:56 -08:00
Ryan VanderMeulen 2b53da578d Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Randell Jesup 3a2d8af198 Bug 853356: backout p3 2013-12-10 01:03:21 -05:00
Phil Ringnalda 377213c805 Merge m-c to b-i 2013-12-07 11:21:04 -08:00
Phil Ringnalda cacf62c269 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 21fb590f55 merge m-c to b2g-inbound 2013-12-06 20:49:02 -06:00
Alfredo Yang 4dbe3a921d Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey 2013-12-06 17:38:52 -05:00
Kartikaya Gupta 6a13913a77 Bug 814435 - Prevent scrollbars from fading out while user is scrolling. r=botond 2013-12-09 22:14:55 -05:00
Carsten "Tomcat" Book 5791a07e96 Backed out changeset 2762cab83d31 (bug 937317) WinXP Build Bustage on a CLOSED TREE 2013-12-06 08:43:02 +01:00
Bobby Holley 289325dbf8 Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz 2013-12-05 21:34:16 -08:00
Benoit Girard e437a282e0 Bug 940706 - Fix gesture detection transformation with APZC. r=kats,botond 2013-12-05 18:17:37 -05:00
Chris Lord 4cb7e3c097 Bug 944047 - Store the last FrameMetrics for sub-frames in TabChild. r=botond
As well as the root frame, make sure to store the last received FrameMetrics
for sub-frames in TabChild. This prevents us sending scroll events triggered
by the APZC back to the APZC.
2013-12-05 20:47:21 +00:00
Chris Lord 6d5ec9a183 Bug 944047 - Capture scroll events in TabChild. r=kats
Set useCapture to true in the event listener on scroll events. It appears that
scroll events for sub-frames are often(/always?) swallowed before they reach
this point.
2013-12-05 20:47:20 +00:00
Chris Lord fb4d60d0b5 Bug 945277 - Align sub-frame display ports to tile boundaries. r=botond
Bug 907743 only addressed the root frame, this patch updates APZCCallbackHelper
to make the same alterations on sub-frame metrics.
2013-12-05 13:12:12 +00:00
Vivien Nicolas 7f8f476c76 Bug 943831 - Apps can be size incorrectly, ignoring the viewport rules. r=kats 2013-12-03 16:10:26 +01:00
Ryan VanderMeulen f97d8d195d Backed out changeset 4d07001e9afc (bug 673569) because it depends on bug 682048 which is being backed out. 2013-12-03 22:43:52 -05:00
Bill McCloskey b928be8f52 Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg) 2013-11-23 21:32:45 -08:00
Botond Ballo 861b6aad0d Bug 942799 - Respect height=device-height in meta viewport tag on B2G. r=mbrubeck,ehsan 2013-11-26 18:55:27 -05:00
Chris Lord 42aaafa72c Bug 943348 - Make sure displayport is set on before-first-paint in TabChild. r=botond
Make sure to set the scroll ID on the FrameMetrics used to update on the
before-first-paint signal.
2013-11-27 14:28:57 +00:00
Chris Lord 2b33da1618 Bug 907743 - Align display port to tile boundaries when tiles are enabled. r=botond,kats
This aligns display ports to tile boundaries, taking care to compensate for
the difference between the requested scroll position and the actual scroll
position.
2013-09-10 18:21:04 -04:00
Ryan VanderMeulen 90315d8451 Backed out changeset de63b66f3d12 (bug 907743) for Windows bustage.
CLOSED TREE
2013-11-26 14:12:05 -05:00
Chris Lord 28c6b5343c Bug 907743 - Align display port to tile boundaries when tiles are enabled. r=botond,kats
This aligns display ports to tile boundaries, taking care to compensate for
the difference between the requested scroll position and the actual scroll
position.
2013-09-10 18:21:04 -04:00
Trevor Saunders 158a12ab72 bug 939049 - get rid of useless QIs r=smaug 2013-11-15 11:32:12 -05:00
Ed Morley 7de91970da Backed out changeset 998d2d5e743d (bug 919878) on suspicion of causing shutdown hangs on OS X 2013-11-20 12:32:52 +00:00
Ryan VanderMeulen 7c7b6a11fe Merge inbound to m-c. 2013-11-19 20:43:15 -05:00
Bill McCloskey c530571717 Bug 919878 - Improve failure handling for TabChild::InitRenderingState (r=mattwoodrow) 2013-11-19 13:20:28 -08:00
Botond Ballo 774451c530 Bug 900092 - Remove FrameMetrics::ROOT_SCROLL_ID. r=kats,tn 2013-11-08 19:07:00 -05:00
Phil Ringnalda bcebbd2882 Back out babac1cc0741:ad287f78608a (bug 939049) for OS X build bustage
CLOSED TREE
2013-11-19 07:35:17 -08:00
Trevor Saunders 41d1ebb524 bug 939049 - get rid of useless QIs r=smaug 2013-11-15 11:32:12 -05:00
Kartikaya Gupta 9e421b8c64 Bug 937688 - Make UpdateZoomConstraints take a full ScrollableLayerGuid. r=botond 2013-11-14 12:35:41 -05:00
Kartikaya Gupta 769fa270c3 Bug 937688 - Get the guid from ReceiveInputEvent and use it in the callback to ContentReceivedTouch. r=botond 2013-11-13 13:20:31 -05:00
Kartikaya Gupta c8cb03f12d Bug 937688 - Pass the presShellId and viewId from TabChild to RenderFrameParent when requesting a zoom. r=botond 2013-11-13 13:20:30 -05:00
Kartikaya Gupta 5231178e52 Bug 937688 - Refactor some code to extract a TabChild::GetDocument method. r=botond 2013-11-13 13:20:30 -05:00