Phil Ringnalda
761929bf63
Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
...
CLOSED TREE
2014-02-24 21:06:18 -08:00
Matt Woodrow
387770d792
Bug 974197 - Fire MozAfterPaint after the compositor runs. r=roc
2014-02-25 12:55:39 +13:00
Tom Schuster
368ff61eab
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Phil Ringnalda
eb31fa81a5
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
...
CLOSED TREE
2014-02-23 12:59:52 -08:00
Tom Schuster
8472e2081d
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Kartikaya Gupta
af2350f8ba
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
f573c1ca86
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
acdcf9342b
Bug 972081 - Highlighting seems broken with APZC enabled. r=kats,fabrice
2014-02-15 01:45:45 +01:00
Alfredo Yang
4ed8628dbb
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
a1acaa79fc
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
Kartikaya Gupta
3b9d933124
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
Bill McCloskey
5ec2160ccd
Bug 938904 - [e10s] Make tooltips work (r=smaug,enn)
2014-01-22 12:27:23 -08:00
David Zbarsky
d26395dbc2
Bug 952977: Convert CreateMatrix to gfx::Matrix r=nical
2014-01-20 16:52:04 -05:00
Josh Aas
cbf4bb1d5b
Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 1. r=bent
2014-01-17 11:46:41 -06:00
Tom Schuster
5e3191afd2
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00
Bill McCloskey
86ded12d47
Bug 919878 - Fix abort in graphics code if content process shuts down quickly (r=mattwoodrow)
2014-01-15 13:10:39 -08:00
David Zbarsky
19e7f7ce22
Bug 952977: Use gfx::Matrix in ipdl r=nical
2013-12-26 13:06:53 -05:00
Vivien Nicolas
62f6f02e42
Bug 950300 - Cancel APZC panning is the first touchmove is preventDefault'ed. r=kats
2013-12-20 10:11:01 +01:00
Bill McCloskey
c36ad87d02
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
cede2efb3a
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
Ryan VanderMeulen
da7f948f87
Merge m-c to inbound on a CLOSED TREE.
2013-12-11 22:39:20 -05:00
Dale Harvey
6ecc49a360
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
26194b5ac5
Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz
2013-12-11 17:51:56 -08:00
Ryan VanderMeulen
c8bf34a922
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Randell Jesup
4ae26c99d7
Bug 853356: backout p3
2013-12-10 01:03:21 -05:00
Phil Ringnalda
04520ec010
Merge m-c to b-i
2013-12-07 11:21:04 -08:00
Phil Ringnalda
d1ba8751f2
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
871ed2b150
merge m-c to b2g-inbound
2013-12-06 20:49:02 -06:00
Alfredo Yang
8bf7bb0542
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
434cbb1f01
Bug 814435 - Prevent scrollbars from fading out while user is scrolling. r=botond
2013-12-09 22:14:55 -05:00
Carsten "Tomcat" Book
ebbaf3e01f
Backed out changeset 2762cab83d31 (bug 937317) WinXP Build Bustage on a CLOSED TREE
2013-12-06 08:43:02 +01:00
Bobby Holley
e97eb203e1
Bug 937317 - Make TabChildGlobal implement nsIGlobalObject. r=bz
2013-12-05 21:34:16 -08:00
Chris Lord
ffa4f41c94
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
Ryan VanderMeulen
78978f0439
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
256d5bf889
Bug 673569 - Let each frame script have its own anonymous scope (r=smaug,Waldo,mrbkap,bsmedberg)
2013-11-23 21:32:45 -08:00
Ed Morley
6aeaf5f552
Backed out changeset 998d2d5e743d (bug 919878) on suspicion of causing shutdown hangs on OS X
2013-11-20 12:32:52 +00:00
Bill McCloskey
9fe3e19d0c
Bug 919878 - Improve failure handling for TabChild::InitRenderingState (r=mattwoodrow)
2013-11-19 13:20:28 -08:00
Kartikaya Gupta
8ef2108534
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
9a11821ebe
Bug 937688 - Refactor some code to extract a TabChild::GetDocument method. r=botond
2013-11-13 13:20:30 -05:00
Andrea Marchesini
a8b74ee333
Bug 916091 - patch 1 - nsIMessageSender should send the nsIPrincipal with the messages, r=smaug
2013-11-06 17:21:15 +00:00
Reuben Morais
d4256d98ac
Backed out 4 changesets (bug 853356) for breaking permission prompts.
2013-11-06 01:32:42 -02:00
Ryan VanderMeulen
8920f1cca6
Merge inbound to m-c.
2013-11-05 15:28:52 -05:00
Kyle Huey
90d7e97201
Bug 933099: Banish <windows.h> from nsGlobalWindow.cpp. r=bz
2013-11-05 22:16:25 +08:00
Alfredo Yang
08159d8a3e
Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey
2013-11-05 16:29:52 +08:00
Kan-Ru Chen (陳侃如)
bbe73cebbf
Backout 6d33ac3a2b14
2013-11-05 14:59:22 +08:00
Alfredo Yang
6d3246b7b3
Bug 853356 - Part3 Pass a string array instead of a single string to support multiple permissions request. r=khuey
2013-11-05 14:08:45 +08:00
Wes Kocher
f0c23390fe
Backed out changeset bad6c063b01f (bug 932274) for build bustage
2013-11-04 14:40:50 -08:00
David Zbarsky
906bff4c2b
Bug 932274: Use Moz2D size classes in ipdl r=nical
2013-11-04 16:43:10 -05:00
Nathan Froyd
640bb8fea7
Bug 918651 - part 7a - fix source files bootlegging things from IPDL headers; rs=ehsan
2013-10-18 16:57:55 -04:00
Doug Turner
ac37f38bda
Backing out 987b3ec24f68
2013-10-31 20:25:46 -07:00