Commit Graph

2345 Commits

Author SHA1 Message Date
Shu-yu Guo
f2f1b10394 Bug 1220564 - Update chrome code uses of genexprs and legacy comprehensions. (r=billm) 2016-01-06 16:02:16 -08:00
Wes Kocher
67d8b18f42 Merge m-c to inbound, a=merge CLOSED TREE 2016-01-05 16:52:09 -08:00
Wes Kocher
00fbeedd1b Backed out changeset 3aca7055f52f (bug 1236329) because something from this push turned browser_video_test.js permafail on mulet CLOSED TREE 2016-01-05 15:14:48 -08:00
Jonathan Griffin
5707644ec5 Bug 1232780 - Disable mochitests which fail on e10s so we can get that suite running, a=test-only 2016-01-05 12:02:47 -08:00
Boris Zbarsky
4229aa8e05 Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug 2016-01-05 15:05:23 -05:00
Kit Cambridge
9785f44f12 Bug 1234054 - Enable Push and service worker notifications on Desktop release builds. r=ehsan 2016-01-04 14:32:33 -07:00
Kit Cambridge
64ff2873e3 Bug 1227300, Part 7 - Update test interfaces. a=testonly 2015-11-23 15:03:20 -08:00
Mike Conley
b2714bfdee Bug 1218594 - Regression test. r=felipe 2016-01-04 13:46:58 -05:00
Mike Conley
926e5ec40f Bug 1218594 - Fix some bad test assertion strings. r=felipe 2016-01-04 13:46:40 -05:00
Kearwood (Kip) Gilbert
e86a5a6f2b Bug 1218482 - Enable WebVR By Default,r=bz
- dom.vr.enabled is now "true" by default for non-release builds.
- dom.vr.add-test-devices is now "0" by default, so that content may detect
  VR devices accurately.
2015-10-26 19:56:49 -07:00
Xidorn Quan
d6731e1448 Bug 1180351 - Followup: Disable pointerlock tests on Windows for frequently failing tests. r=turning off tests 2015-12-31 14:47:55 +01:00
Xidorn Quan
89967b89dc Bug 1180351 - Enable pointerlock tests on Windows and Linux. r=smaug 2015-12-31 10:50:32 +11:00
Phil Ringnalda
657283eccb Back out changeset 3769091b5a3e (bug 1218482) for frequent "Assertion failure: mCompositorThreadHolder" on b2g 2015-12-29 19:32:45 -08:00
Kearwood (Kip) Gilbert
8f58ca6677 Bug 1218482 - Enable WebVR By Default,r=bz
- dom.vr.enabled is now "true" by default for non-release builds.
- dom.vr.add-test-devices is now "0" by default, so that content may detect
  VR devices accurately.
2015-10-26 19:56:49 -07:00
Masatoshi Kimura
32d0aaf87b Bug 1234700 - Hide window.showModalDialog when e10s is enabled. r=jimm 2015-12-29 23:47:46 +09:00
Birunthan Mohanathas
a09a1b5499 Bug 1221106 - Follow-up: Fix future test_interfaces.html failure for Permission{s,Status} interfaces. r=baku
DONTBUILD
2015-12-23 11:50:05 +02:00
Morris Tseng
a009840cee Bug 1172796 - Part 8: Add ImageBitmapRenderingContext to test_intefaces.html r=smaug 2015-12-18 14:52:17 +08:00
Jeff Gilbert
5ce88488eb Bug 1232864 - Hotfix broken test. - r=bholley 2015-12-16 17:50:15 -08:00
Jeff Gilbert
a122fe3674 Bug 1232864 - Hotfix exposed interface test on a CLOSED TREE. - r=bholley 2015-12-16 16:27:28 -08:00
Jonas Sicking
9d711c3aaf Bug 1226909 part 3: Move logic of when to initiate CORS preflight into channels. Allow CORS preflight to happen when doing a same-origin to cross-origin redirect. r=ckerschb 2015-12-06 18:33:14 -05:00
Sebastian Hengst
2d6490dc4b Backed out changeset 09d64535bcda (bug 1216687), a7f1a289dd78, 4dbf06183e6c, 26318a5e3006, 9ae2af3cf86d (bug 1226909) for M(1,2,5) oranges. r=backout 2015-12-05 16:34:47 +01:00
Jonas Sicking
83a2fbd789 Bug 1226909 part 3: Move logic of when to initiate CORS preflight into channels. Allow CORS preflight to happen when doing a same-origin to cross-origin redirect. r=ckerschb 2015-12-05 01:46:20 -08:00
Mark Capella
36dedbdf68 Bug 1215959 - (GeckoCarets2) - Flip on by default in nightly, r=snorp 2015-12-03 13:33:15 -05:00
Lars T Hansen
24ab5fa8d9 Bug 1176214 - Part 11: Changes to DOM, except for WebGL. r=bz, r=clb 2015-11-25 19:04:50 +01:00
Neil Deakin
e8278c18c7 Bug 1227461, don't iterate multiple times past the top-level document during tab navigation, prevents hang navigating in page info dialog, r=smaug 2015-12-02 09:34:42 -05:00
Andrew McCreight
92f6d9c99b Bug 1226708 - part 2 - Make geolocation mozSettings tests fail slightly less with e10s. r=baku
They still do not pass, but now they fail instead of just timing out.
2015-11-23 11:45:00 +01:00
Blake Kaplan
20a89c5ff7 Bug 1171215 - Compute third-partyness in the loadinfo instead of nsIHttpChannelInternal so that other protocols correctly respect the third-party cookie pref. r=sicking/ckerschb 2015-11-30 13:25:29 -08:00
Ehsan Akhgari
af981ccfd0 Bug 1226686 - Enable service workers on release builds for desktop and Android; r=baku 2015-11-30 09:46:42 -05:00
Mark Goodwin
875c6e2ca0 Bug 1216736 - Provide xpcshell tests for basic Fetch usage from chrome js r=baku 2015-11-23 10:07:18 +00:00
Ehsan Akhgari
a2fcdab18e Bug 1210302 - Part 4: Add automated tests; r=sicking 2015-11-20 16:32:53 -05:00
Andrew McCreight
96039fcd64 Bug 1225942 - Enable some M1 e10s tests that seem to work. r=mrbkap 2015-11-18 11:00:00 +01:00
Tooru Fujisawa
7e18b44563 Bug 1224790 - Use SetFakeModal instead of SetModal for non-modal window opened by modal window. r=smaug, mstange 2015-11-18 20:12:26 +09:00
Wes Kocher
29734c35d6 Merge m-c to inbound, a=merge 2015-11-16 17:27:08 -08:00
Wes Kocher
69ec321b3a Merge inbound to m-c a=merge 2015-11-16 17:20:42 -08:00
Wes Kocher
a0bc417359 Backed out 2 changesets (bug 1218433) for wpt failures CLOSED TREE
Backed out changeset 1cc8cc0444c0 (bug 1218433)
Backed out changeset 5418ca0e0378 (bug 1218433)
2015-11-16 11:13:43 -08:00
Andrea Marchesini
2c2377c7bd Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-16 22:41:03 +00:00
Phil Ringnalda
ee1873a636 Merge m-c to b-i 2015-11-15 19:17:19 -08:00
Phil Ringnalda
06f8b30b23 Bug 1079617 - Increase the timeout of browser_test_new_window_from_content.js 2015-11-14 15:00:33 -08:00
Andrea Marchesini
6facb5ccae Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-16 16:57:29 +00:00
Sebastian Hengst
ff21448579 Backed out 2 changesets (22360424ed15, 325a67608df0) (bug 1218433) for W(1,2) failures. r=backout on a CLOSED TREE
Backed out changeset 22360424ed15 (bug 1218433)
Backed out changeset 325a67608df0 (bug 1218433)
2015-11-15 15:56:45 +01:00
Thinker K.F. Li
f3492c1ca0 Bug 1208673 - Do HitTest with skipping non-leaf preserve-3d transform items. r=roc 2015-11-15 14:47:27 +01:00
Andrea Marchesini
72edebc14d Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-15 11:57:06 +00:00
Bevis Tseng
3cd11275ae Bug 859764 - Part 1.1: Turn IDL Implementation into Internal-Only Interface. r=echen, r=smaug 2015-10-19 19:46:08 +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
Andrea Marchesini
8fe7bf2c2a Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-12 14:51:17 +00:00
Michael Layzell
18bc9dcb5e Bug 1166138 - Make img srcset react to resize/viewport changes, r=jdm 2015-11-12 09:39:23 -05:00
Wes Kocher
bdf6374df8 Backed out 2 changesets (bug 1218433) for android CSP test failures in m(10) CLOSED TREE
Backed out changeset 50af9a9ba6d9 (bug 1218433)
Backed out changeset 5d8b8744419f (bug 1218433)
2015-11-11 10:22:08 -08:00
Andrea Marchesini
9f58d18fec Bug 1218433 - Use AsyncOpen2 in dom/workers/ScriptLoader.cpp - part 1, r=sicking 2015-11-11 16:59:46 +00:00
Carsten "Tomcat" Book
92ef7db17d Merge mozilla-central to mozilla-inbound 2015-11-11 12:44:18 +01:00
Ben Tian
2624e964fe Bug 1168298 - Support OBEX authentication procedure, r=shuang, r=mrbkap 2015-11-10 11:34:11 +08:00