Nicholas Nethercote
|
548d26e429
|
Bug 1224403 (part 11) - Remove a GetBoundsUntyped() call. r=kats.
|
2015-11-12 15:37:18 -08:00 |
|
Nicholas Nethercote
|
f384f42d29
|
Bug 1224403 (part 10) - Make nsScreenGonk::GetNaturalBoundsUntyped() typed. r=kats.
|
2015-11-12 05:44:43 -08:00 |
|
Nicholas Nethercote
|
b1180947eb
|
Bug 1224403 (part 9) - Remove GetRestoredBoundsUntyped(). r=kats.
The typed version can be used everywhere without difficulty.
|
2015-11-12 05:43:01 -08:00 |
|
Nicholas Nethercote
|
ed2c7d6ad2
|
Bug 1224403 (part 8) - Use LayoutDeviceIntMargin more in HyperTextAccessible. r=kats.
|
2015-11-12 05:34:27 -08:00 |
|
Nicholas Nethercote
|
6a7413b7e2
|
Bug 1224403 (part 7) - Use LayoutDeviceIntMargin more in IMMHandler. r=kats.
|
2015-11-12 05:22:44 -08:00 |
|
Nicholas Nethercote
|
16431fcc25
|
Bug 1224403 (part 6) - Remove one WidgetToScreenOffsetUntyped() call. r=kats.
|
2015-11-12 05:08:31 -08:00 |
|
Nicholas Nethercote
|
0cb0681ce5
|
Bug 1224403 (part 5) - Make OnDefaultButtonLoaded() return/take a LayoutDeviceIntMargin. r=kats.
|
2015-11-12 04:34:29 -08:00 |
|
Nicholas Nethercote
|
15961fc6fb
|
Bug 1224403 (part 4) - Make {Get,Set}NonClientMargins() return/take a LayoutDeviceIntMargin. r=kats.
This required adding {To,From}UnknownMargin().
|
2015-11-11 23:05:04 -08:00 |
|
Nicholas Nethercote
|
9172fc3129
|
Bug 1224403 (part 3) - Make mNonClientOffset a LayoutDeviceIntMargin. r=kats.
Surprisingly enough, this requires no other changes, because it's only ever
accessed on a per-field basis, rather than the entire struct at once.
|
2015-11-11 20:04:01 -08:00 |
|
Nicholas Nethercote
|
92d3c8eb1b
|
Bug 1224403 (part 2) - Split GetClientOffset() into typed and untyped versions. r=kats.
|
2015-11-11 19:56:06 -08:00 |
|
Nicholas Nethercote
|
0dd9ab6cb8
|
Bug 1224403 (part 1) - Make Configuration::mBounds a LayoutDeviceIntRect. r=kats.
|
2015-11-10 16:27:26 -08:00 |
|
Ralph Giles
|
7ca2542cf2
|
Bug 1218124 - Add vpx_once patch to update script. r=gerald
From 3fae7b20918a3a3c8a9dc6e7f92aef0d19fb20fa Mon Sep 17 00:00:00 2001
|
2015-11-12 17:00:07 -08:00 |
|
Ralph Giles
|
3d8e94a154
|
Bug 1218124 - Use InterlockCompare in win32 vpx_once(). r=gerald
From 64f73cc1f7f57ca6643b027eae63041fec408ea8 Mon Sep 17 00:00:00 2001
|
2015-11-06 16:42:49 -08:00 |
|
John Lin
|
ec598a5c72
|
Bug 1211802 - Recognize 'avc?' as mp4 video. r=jya
|
2015-11-11 19:13:00 +01:00 |
|
Dave Huseby
|
91ebc31678
|
Bug 1220688 - catch and ignore JS exceptions when working with nsAutoJSString. r=bz
|
2015-11-12 13:12:00 +01:00 |
|
Tom Tromey
|
0ed99f560f
|
Bug 1221292 - move nondeterministicGetWeakMapKeys to ThreadSafeChromeUtils; r=bz
|
2015-11-11 12:55:00 +01:00 |
|
Nils Ohlmeier [:drno]
|
511585bca6
|
Bug 1223160 - added SDP parser file reader. r=bwc
|
2015-11-09 13:57:29 -08:00 |
|
Nicholas Parkanyi
|
5d9e161a84
|
Bug 1223652 - Remove redundant else block after return statement in CGBlockScopeList::findEnclosingScope. r=arai
|
2015-11-11 16:33:00 +01:00 |
|
Maja Frydrychowicz
|
f40f8f5c15
|
Bug 1223429 - Return exit code 10 when Marionette harness has failing tests; r=automatedtester
|
2015-11-10 13:09:13 -05:00 |
|
Eddy Bruel
|
0bd0631455
|
Bug 1224237 - Remove the !baseURL check from ServiceWorkerContainer::Register;r=bkelly
|
2015-11-13 10:48:49 +01:00 |
|
Nicholas Nethercote
|
227b8c93ab
|
Bug 1186783 (part 1) - Replace nsBaseHashtable::EnumerateRead() calls in netwerk/. r=michal.
|
2015-11-03 16:25:22 -08:00 |
|
Nicholas Nethercote
|
28cfa4194e
|
Bug 1187151 (part 2) - Replace nsBaseHashtable::Enumerate() calls in dom/base/ with iterators. r=janv.
|
2015-11-13 00:25:28 -08:00 |
|
Nigel Babu
|
424a9ed0d9
|
Backed out changeset 80a79987da8b (bug 1221758) for xpcshell bustage on CLOSED TREE
|
2015-11-13 14:49:14 +05:30 |
|
Jonas Sicking
|
3d10e6b356
|
Bug 1223647 followup. Indicate that we're failing the correct WPT tests. Landing on a CLOSED TREE
|
2015-11-12 23:36:10 -08:00 |
|
Magnus Melin
|
afb5db1ab3
|
Bug 1221758 - don't run cache2 tests when cache2 isn't used. r=michal.novotny
Was causing test failures for Thunderbird where cache2 isn't in use yet.
|
2015-11-13 08:12:30 +02:00 |
|
Randell Jesup
|
9644dd13fd
|
Bug 1224442: null-check GMP Parent Shmem messages from the Child to handle messages after shutdown r=cpearce
|
2015-11-13 01:08:01 -05:00 |
|
Sotaro Ikeda
|
cd73d98813
|
Bug 1221446 - Add virtual display support to GonkDisplayJB r=mwu
|
2015-11-12 21:09:58 -08:00 |
|
Jonas Sicking
|
7865684c57
|
Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb
|
2015-11-10 21:16:12 -08:00 |
|
Jonas Sicking
|
a5c3f20e97
|
Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice
|
2015-11-12 12:40:45 -08:00 |
|
Phil Ringnalda
|
d0243d3c3a
|
Back out changeset cd0be67d2344 (bug 1224307) for test_page_scroll_with_fixed_pos.html bustage
CLOSED TREE
|
2015-11-12 20:18:38 -08:00 |
|
Phil Ringnalda
|
925c670636
|
Back out changeset 13335ded96b9 (bug 1081272) for test_page_scroll_with_fixed_pos.html bustage
CLOSED TREE
|
2015-11-12 20:18:03 -08:00 |
|
Phil Ringnalda
|
8ec91197ee
|
Bug 1183959 - Disable test_file_os_delete.html on e10s
CLOSED TREE
|
2015-11-12 20:01:39 -08:00 |
|
Kyle Huey
|
286f2da9bc
|
Bug 1224061: Fuck bluetooth. r=me CLOSED TREE
|
2015-11-13 11:01:40 +08:00 |
|
Kyle Huey
|
4af397cabd
|
Bug 1224061: Followup to fix b2g bustage r=me CLOSED TREE
|
2015-11-13 10:27:43 +08:00 |
|
Kyle Huey
|
e049e164e6
|
Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL
|
2015-11-13 09:23:59 +08:00 |
|
Nathan Froyd
|
70563b2178
|
Bug 1217571 - fix the imagelib cache to work in e10s; r=seth
nsICachingChannel isn't available in the child process; we have to use
nsICacheInfoChannel instead.
|
2015-11-12 15:09:52 -05:00 |
|
Shu-yu Guo
|
a064648b31
|
Bug 1223007 - Fix eval redeclaration check for Debugger.Frame.eval. (r=efaust)
|
2015-11-12 17:01:34 -08:00 |
|
Jeff Gilbert
|
09a5c6135d
|
Bug 1209612 - Formalize client vs display EGL exts, and don't check client exts on ANDROID due to topcrash. - r=jrmuizel,snorp
|
2015-11-12 13:41:45 -08:00 |
|
Matt Brubeck
|
1b8c41f878
|
Bug 1081272 - Include position and transform when computing header/footer size [r=tn]
|
2015-11-12 16:55:02 -08:00 |
|
Matt Brubeck
|
be645a4f48
|
Bug 1224307 - Fix page scrolling for non-full-width fixed headers/footers [r=tn]
|
2015-11-12 16:55:00 -08:00 |
|
Kyle Huey
|
d9adfa1d30
|
Bug 1224061: Make Event::InitEvent infallible. r=smaug
|
2015-11-13 08:09:42 +08:00 |
|
Wes Kocher
|
cc9ff8e1cc
|
Merge m-c to inbound, a=merge CLOSED TREE
|
2015-11-12 16:26:18 -08:00 |
|
Wes Kocher
|
6b2c6f8e8b
|
Merge b2ginbound to central, a=merge
|
2015-11-12 16:10:14 -08:00 |
|
Wes Kocher
|
bede662992
|
Merge fx-team to central, a=merge
|
2015-11-12 16:04:09 -08:00 |
|
Sebastian Hengst
|
5a75efb57f
|
Backed out changesets 5a3092c456c0,8dcbfd14f1e5 (bug 1218433) for M3, W3 failures and M10 failure on Android. r=backout a=merge
* * *
Backed out changeset 8dcbfd14f1e5 (bug 1218433)
dom/security/test/csp/test_child-src_worker-redirect.html | CSP child-src worker test other-src-worker_redir-same - got "Error: Failed to load script (nsresult = 0x805e0006)", expected "blocked"
dom/security/test/csp/test_child-src_worker.html | Test timed out.
dom/security/test/csp/test_child-src_worker_data.html | Test timed out.
|
2015-11-12 18:44:51 +01:00 |
|
B2G Bumper Bot
|
9aa6223898
|
Bumping manifests a=b2g-bump
|
2015-11-12 09:41:56 -08:00 |
|
B2G Bumper Bot
|
ef123440ef
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/03c4db27ecf4
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #32994 from albertopq/1196194-edge-race
Bug 1196194 - Avoding switching to a new app while switching via edge gesture r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/cd961e40b863
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1196194 - Avoding switching to a new app while switching via edge gesture
|
2015-11-12 09:40:14 -08:00 |
|
B2G Bumper Bot
|
69cfdef3ad
|
Bumping manifests a=b2g-bump
|
2015-11-12 08:42:19 -08:00 |
|
B2G Bumper Bot
|
46e964f008
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/4b9d1644e67f
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #33099 from hkasemir/1223275-email-notificationHelper
Bug 1223275 - migrate email app to NotificationHelper r=jrburke
========
https://hg.mozilla.org/integration/gaia-central/rev/174c8f14532a
Author: Heidi Kasemir <heidi.kasemir@gmail.com>
Desc: Bug 1223275 - migrate email app to NotificationHelper
|
2015-11-12 08:40:31 -08:00 |
|
B2G Bumper Bot
|
eb1c69e14a
|
Bumping manifests a=b2g-bump
|
2015-11-12 08:16:41 -08:00 |
|