Kartikaya Gupta
9c3bee6673
Bug 1141127 - When inside a slop area around the first touchstart, prevent touchmove events from going to content. r=botond
...
--HG--
extra : commitid : E3IfNyFrc0G
2015-11-04 17:09:52 -05:00
Botond Ballo
ca6ad4ebaa
Bug 1220898
- Make nsIntMargin a typedef for mozilla::gfx::IntMargin. r=nical
...
--HG--
extra : source : a0ebe522b207e15b6b959cce7f7e0ded6d60c1c8
2015-11-02 18:20:58 -05:00
Bill McCloskey
253fd15a51
Bug 1218552 - Fix GTK drag-and-drop coordinate scaling on HiDPI displays (r=karlt)
2015-11-04 13:40:15 -08:00
Bill McCloskey
4926726649
Bug 1191557 - User inner-window-destroyed notification (r=kmag)
2015-11-04 13:40:15 -08:00
Bill McCloskey
ac2ca63fc1
Bug 1215167 - Forbid unsafe browser CPOWs (disabled by default for now) (r=mrbkap)
2015-11-04 13:40:15 -08:00
Michael Froman
e3f3d60e8c
Bug 1192813 - update the default candidate as new candidates arrive. r=bwc
2015-10-01 10:20:11 -05:00
Gijs Kruitbosch
3718ce387c
Bug 1221444, r=bz
...
--HG--
extra : commitid : KNAjQV8ZZZG
extra : rebase_source : aae0193c47347b32a85a3c374b8dc6f2f2fb0fb8
2015-11-04 16:54:44 +00:00
Nathan Froyd
555ffcc8b5
Bug 1221326 - use Endian.h more widely in bluetooth code; r=btian
2015-11-02 15:13:10 -05:00
Sebastian Hengst
7397339686
Backed out changeset c780a165dca1 (bug 1098131) for bc7 failures, at least on Linux. r=backout
...
browser_backButtonFitts.js | uncaught exception - TypeError: this.mCurrentBrowser.docShell is null at chrome://browser/content/tabbrowser.xml:4004
2015-11-04 20:41:16 +01:00
Terrence Cole
560a121a57
Backout f7cb9a24f1ec (Bug 1219498) for its sinister associations with the GC on a CLOSED TREE.
...
--HG--
extra : rebase_source : 44a8b2a86f8a403ef7ff7a1441aaa3a8a743a1f8
2015-11-04 11:37:21 -08:00
Kartikaya Gupta
1ca49c085c
Bug 1194546 - Ensure that the timeout to allow the transaction to expire waits long enough. r=botond
...
--HG--
extra : commitid : C6hifevCLzO
2015-11-04 14:23:14 -05:00
Kartikaya Gupta
489b582b4b
Bug 1194546 - Wait for the layer tree to reach the compositor before starting to scroll. r=botond
...
--HG--
extra : commitid : 6C8iDPDIm8E
2015-11-04 14:21:06 -05:00
Bill McCloskey
3311406a6e
Bug 967873 - Ignore content process DOMWillOpenModalDialog event in e10s (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
792331791d
Bug 967873 - browser_onbeforeunload_navigation.js fix for e10s (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
cb38fc540e
Bug 967873 - Allow RemotePrompt to be closed while it's being opened (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
c76ae8f933
Bug 967873 - Test changes for async removeTab (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
e135491cfd
Bug 967873 - Start TabView when starting tests that might lazily load it (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
0bb94168c1
Bug 967873 - Make browser_relatedTabs.js not race in e10s (r=Gijs)
2015-11-04 10:56:15 -08:00
Bill McCloskey
de23733337
Bug 1219504 - Test changes (r=Gijs,mconley,jryans,MattN,Mossop)
2015-11-04 10:56:15 -08:00
Bill McCloskey
ea830e8a7b
Bug 1219504 - BrowserTestUtils changes (r=mconley)
2015-11-04 10:56:15 -08:00
Jeff Muizelaar
6933e0086e
Bug 1220783. Map GetUniformIndices names. r=jgilbert
...
This is needed for things to work with the shader translator
2015-11-04 13:35:35 -05:00
Jeff Muizelaar
d9ae377b3f
Bug 1218559. Implement FindUniformBlockByMappedName. r=jgilbert
2015-11-04 13:35:35 -05:00
Jeff Muizelaar
c0980e9573
Bug 1218944. Transform feedback linking should use varyings intead of attribs. r=jgilbert
2015-11-04 13:35:35 -05:00
George Wright
00c482fdda
Bug 1098131 - Don't invalidate layers when simply changing SizeMode r=smaug
2015-11-04 13:23:03 -05:00
Nathan Froyd
f8a4c9d877
Bug 1221151 - use [infallible] in nsILoadInfo.idl instead of manual %{C++ blocks; r=jduell
...
Using [infallible] generates the exact same code as we already have in
the %{C++ blocks. Let's get rid of the %{C++ blocks.
2015-11-03 10:51:24 -05:00
Ben Kelly
3025699ad0
Bug 1214361 Test final response types after redirect. r=sicking a=abillings
2015-11-04 09:02:14 -08:00
Gregory Szorc
202a3968b4
Bug 1213959 - Set SHELL in Read the Docs environment; r=ted
...
The Read the Docs environment doesn't have SHELL defined. This causes
mach.mixin.process's import to fail, as it insists on finding an active
shell. While we could fix mach.mixin.process to not raise if the
variable is not set, this is a bit more work and has wider build system
and mach implications. So we employ a quick hack instead.
DONTBUILD (NPOTB)
--HG--
extra : commitid : 23fRi9TQht4
extra : rebase_source : 4b3d0833f789a73fee67c0cadcf525434f08f78b
2015-11-04 08:26:26 -08:00
Ben Kelly
fb374694d7
Bug 1221308 Fix some service worker related warnings. r=baku
2015-11-04 08:26:46 -08:00
Ben Kelly
4e457a4ca4
Bug 1221279 Don't crash while clearing imgLoader cache when disconnected document is destroyed. r=smaug
2015-11-04 08:26:46 -08:00
Daniel Holbert
d7c529e1a0
Bug 1221112: When checking for ::before/::after while sorting flex items by DOM order, dig past placeholder to out-of-flow frame. r=mats
2015-11-04 07:48:59 -08:00
Terrence Cole
44e23f3ceb
Bug 1220703 - Remove AutoDisableStoreBuffer; r=jonco
...
--HG--
extra : rebase_source : d7c4f67d1debbb0758a967149697a8b644f29307
2015-11-04 07:07:01 -08:00
Terrence Cole
def83fe44a
Bug 1219498 - Move all GC state setup to be per-cycle; r=jonco
...
--HG--
extra : rebase_source : 61ea887604e6ad9387cda2f4ce1fab8c61e69959
2015-11-02 07:04:56 -08:00
Eddy Bruel
4bad6b08ad
Bug 1218363 - nsIServiceWorkerManager should notify its listeners when a service worker is (un)registered;r=catalinb
2015-11-04 15:17:02 +01:00
Nick Fitzgerald
908edc488e
Bug 1221218
- Use by-filename breakdown in the memory tool; r=jsantell
...
This commit adds support for traversing by: "filename" edges in census
breakdowns and reports and makes the default coarse-type breakdown use a
filename sub-breakdown for scripts.
2015-11-04 05:49:34 -08:00
Nick Fitzgerald
c779fbdd5b
Bug 1221177 - Add a ByFilename breakdown for JS::ubi::Node censuses; r=sfink
2015-11-04 05:49:34 -08:00
Nick Fitzgerald
5f11f88cfb
Bug 1220918 - Serialize and deseriliaze JS::ubi::Node's script filenames in heap snapshots; r=sfink
2015-11-04 05:49:33 -08:00
Nick Fitzgerald
704858e786
Bug 1220031 - Add JS::ubi::Node::scriptFilename; r=sfink
2015-11-04 05:49:33 -08:00
Carsten "Tomcat" Book
fb394133cc
Backed out changeset 6e4244690d03 (bug 1218363) for m-oth bustage
...
--HG--
extra : rebase_source : 33397d7b8bd802aad355ebbdb7ee4cb30171ceb0
2015-11-04 14:26:43 +01:00
Dan Minor
4d8b873ab9
Bug 1214239 - [Web Audio] StereoPannerNode ignores input gain when pan is 0 r=padenot
...
This modifies the special case code for pan == 0.0f to apply the input gain.
--HG--
extra : commitid : LAEwrqMnjQi
extra : rebase_source : 735cabd0f9bc7a857a8382c712329e8353b88ad0
2015-10-21 11:59:58 -04:00
Mats Palmgren
ac4183b989
Bug 1176792 part 3 - [css-grid] Reftests for the 'grid-column-gap' and 'grid-row-gap' properties.
2015-11-04 13:46:32 +01:00
Mats Palmgren
4e5cfec08a
Bug 1176792 part 2 - [css-grid] Implement layout for the 'grid-column-gap' and 'grid-row-gap' properties. r=dholbert
2015-11-04 13:46:32 +01:00
Mats Palmgren
4aaaee94eb
Bug 1176792 part 1 - [css-grid] Implement the 'grid-column-gap', 'grid-row-gap', and 'grid-gap' properties in the style system. r=dholbert
2015-11-04 13:46:32 +01:00
Boris Chiou
7203e534eb
Bug 1208940 - Move ComputedTimingFunction to its own file. r=bbirtles
2015-11-01 22:41:00 +01:00
Marcos Caceres
9859867e5b
Bug 1169633 - [Browser API] getWebManifest(). r=kanru, r=bholley
2015-11-03 03:52:00 +01:00
Carsten "Tomcat" Book
66acd27cd3
Merge mozilla-central to mozilla-inbound
2015-11-04 12:31:11 +01:00
Andrea Marchesini
9d98f9a481
Bug 1215235 - Drop support for jar: URIs by default, r=bz
2015-11-04 11:19:02 +00:00
Carsten "Tomcat" Book
3e11f2fe34
merge mozilla-inbound to mozilla-central a=merge
2015-11-04 11:59:46 +01:00
Carsten "Tomcat" Book
15320b5333
merge fx-team to mozilla-central a=merge
2015-11-04 11:57:59 +01:00
Matt Woodrow
43e4c98e28
Bug 1203199 - Bustage fix. CLOSED TREE
2015-11-04 16:51:22 +13:00
Matt Woodrow
dad4ebe210
Bug 1203199 - Fix driver range with blacklist to avoid blacklisting other OSes.
...
--HG--
extra : rebase_source : e2dc29a94aa88fd3d181aa2171cece9d61c103c5
2015-11-04 16:17:00 +13:00