Commit Graph

415089 Commits

Author SHA1 Message Date
Robert Longson
1738032ea7 Bug 1149516 - draw continuous stroke if stroke-dasharray = 0. r=jwatt 2015-04-03 18:58:05 +01:00
Markus Stange
1e93b914e1 Bug 1150941 - Disable animated-position reftests for intermittent failures / unexpected passes.
--HG--
extra : rebase_source : f8868dcc60b87060a2e43ffb1f369d047f7f51e5
2015-04-03 13:01:56 -04:00
Steven Michaud
33228918ed Bug 1110911 - Move Mac sandboxing code into plugin-container. r=cpearce,areinald,jld 2015-04-03 11:51:41 -05:00
Nikhil Marathe
5fd11f09af Bug 1109751 - Bustage fix. r=bustage 2015-04-03 09:41:10 -07:00
Luke Wagner
eeb4b48b4d Bug 1150858 - Unwrap the correct object in ArrayBuffer.transfer (r=sfink)
--HG--
extra : rebase_source : 29cd797c9194ff80bf2686f64c9a63230f07c63a
2015-04-03 08:33:19 -05:00
Andrew McCreight
3fb5c58fd6 Bug 1147946, part 7 - Remove trailing whitespace from nsXULContentSink.cpp. r=baku 2015-04-03 08:56:54 -07:00
Nikhil Marathe
403581f769 Bug 1109751 - Request and Response constructors should set mime type. r=baku
--HG--
extra : transplant_source : %F3%C3Z%D1%E4%ABTte%80%0D%F5%A9%9AI%B5J%A8W%24
extra : histedit_source : 33c98443b879f7d29fff3e98b640a22c77f462c6
2015-02-03 12:59:32 -08:00
Nikhil Marathe
dd5c91927a Bug 1109751 - Consume FormData support in Fetch API. r=baku
--HG--
extra : transplant_source : %B0%0F%AB%E9%DBV%D1%86%980%28L%EC%CBI%0A%09%26%FDS
extra : histedit_source : 39fe8278cf135aa63a59ef4024432fab9ce5c7ee
2015-04-02 10:51:13 -07:00
Milan Sreckovic
ca548f75af Bug 1149954 - Only Skia canvases need be considered for acceleration. Carry r=jmuizelaar from bug 1124249 2015-04-01 15:23:20 -04:00
Cykesiopka
c2f2ce39ec Bug 1149805 - Switch head_psm.js to Assert.jsm methods and add expected result strings. r=keeler 2015-04-02 05:50:00 -04:00
Gerald Squelart
1e83508718 Bug 1148179 - [EME] Tests to provide keys before track data. r=edwin
--HG--
rename : dom/media/test/test_eme_playback.html => dom/media/test/test_eme_playback_init_then_keys_then_data.html
2015-04-01 21:23:00 -04:00
Blake Wu
4ae1b58790 Bug 1146729 - [FFOS] Enable MP4Reader for MSE and local playback. r=cpearce 2015-03-24 10:31:39 +08:00
Jed Davis
ae42a23a28 Bug 1143934 - Disallow mozSetFileNameArray in content processes. r=ehsan
Summary of rationale: it never entirely worked, in that the File objects
it created would cause form submission to fail, and the longer-term plan
for content-process system-principal scripts is to remove APIs that allow
direct filesystem access.
2015-03-31 20:47:00 -04:00
Jed Davis
9690f1b2d6 Bug 1143934 - Work around SessionStore dependency on current brokenness. r=ttaubert
Currently, setting a file input element's value property in a content
process creates a File object that seems valid but causes form
submission to fail -- inexplicably so, from the user's point of view.
The next patch will make that throw, so this patch prepares SessionStore
by making it catch that exception and leave that element unrestored (but
continue with the rest of the form).  The user would already have needed
to manually re-pick the file -- until bug 1122855 is fixed to make
SessionStore properly e10s-enabled -- but this makes that more obvious.
2015-03-31 20:34:00 -04:00
Jed Davis
5f05e21de0 Bug 1143934 - Fix assorted forms mochitests for e10s-compatibility. r=smaug
The bug 143220 test no longer attempts to read the chrome value property
from the input elements, because that would use PBlob::GetFilePath which
isn't allowed on B2G, and those checks aren't really necessary anymore.
2015-03-31 20:33:00 -04:00
Francois Marier
010b5fcc6f Bug 1138721 - Application reputation should check mac file extensions. r=mmc
Specify the download type when doing a remote lookup.
2015-03-31 21:24:00 -04:00
Heiher
b1799beeb6 Bug 1150384 - IonMonkey: MIPS: Fix build failure caused by Bug 1143011. r=rankov
--HG--
extra : rebase_source : 4a0804688f32a9eb9544ad3e7cb247521c9fa00d
2015-04-02 01:00:00 -04:00
Heiher
79251d122d Bug 1150380 - IonMonkey: MIPS: Fix JitRuntime::generateProfilerExitFrameTailStub. r=rankov
--HG--
extra : rebase_source : 013463497d81a6bd81bad9b12b2db301f0b611b7
2015-04-02 00:46:00 -04:00
YFdyh000
e934278bbc Bug 1146875 - Fix the leak-gauge.html broken and add a encoding declaration. r=dbaron
--HG--
extra : rebase_source : 48bfdde1adfa4f9b5de31d5338ffdb5fbe463850
2015-03-24 06:23:00 -04:00
Gervase Markham
1478c1b490 Bug 1137114 - New TLD additions for TLDs contracted with ICANN from 2015-01-27 to 2015-02-26. r=gerv
--HG--
extra : rebase_source : fdb9273c5acef5e9191c6012a2f6ec1bd73ee8fe
2015-04-02 03:34:00 -04:00
Dragana Damjanovic
ef6b522bde Bug 1136969 - Add a check that OnStartRequest is called just once during the lifetime of a channel. r=mcmanus
--HG--
extra : rebase_source : 756ae3c377788dfe9cf4b073fddc8d99f6021b77
2015-04-02 06:12:00 -04:00
Cykesiopka
6680672cfb Bug 488480 - Correct documentation about the function hasMatchingOverride() in nsICertOverrideService.idl. Original patch by Johnathan Nightingale. r=keeler
IGNORE IDL

--HG--
extra : rebase_source : 3e2f7be6a165caf413726d13c9ccee26abbd2925
2015-04-02 05:45:00 -04:00
Tom Schuster
613dace39e Bug 1125567 - Remove FindClassPrototype/FindClassObject. r=jorendorff 2015-04-03 17:01:14 +02:00
Ryan VanderMeulen
77e6b93b5e Merge b2g-inbound to m-c. a=merge
CLOSED TREE
2015-04-03 10:47:50 -04:00
Ryan VanderMeulen
d02a0611f8 Merge inbound to m-c. a=merge 2015-04-03 10:20:37 -04:00
Tooru Fujisawa
62e60b5bf9 Add explicit keyword to AsyncScrollBase constructor to fix static analysis build (bug 1139220 part 6, r=shu) 2015-04-03 18:33:51 +09:00
B2G Bumper Bot
d3bd8db132 Bumping manifests a=b2g-bump 2015-04-03 00:02:32 -07:00
B2G Bumper Bot
170e5675de Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2b1fea55c45a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150743 - merge pull request #29318 from KevinGrandon:bug_1150743_update_private_window_language to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/fcb2b8aa638f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1150743 - Update Private browsing advise language r=mhenretty
2015-04-03 00:00:21 -07:00
B2G Bumper Bot
e169dcd6e8 Bumping manifests a=b2g-bump 2015-04-02 20:09:47 -07:00
B2G Bumper Bot
3f7c074856 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9ec66d675d7a
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1122097 - merge pull request #28820 from hfiguiere:bug1122097-special-name to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/274632dbd8ef
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1122097 - Test that a file with &, >, <, ~ and some Unicode is properly displayed.
2015-04-02 20:07:37 -07:00
Naoki Hirata
e791f12581 Backed out changeset 1f5a169f0476 (bug 1139206) due to it causing bug 1150716 2015-04-02 18:17:36 -07:00
Wes Kocher
a472418ab8 Merge m-c to b2ginbound a=merge 2015-04-02 18:06:00 -07:00
Wes Kocher
326f9e3906 Merge b2g-inbound to m-c a=merge 2015-04-02 17:55:28 -07:00
B2G Bumper Bot
021118a415 Bumping manifests a=b2g-bump 2015-04-02 17:39:56 -07:00
B2G Bumper Bot
61444bb0ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/72dc2d124f9f
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #29316 from DouglasSherk/1150420-master

Revert "Bug 1054818 - [Sora][Call][Settings]The call time display abnorm...

========

https://hg.mozilla.org/integration/gaia-central/rev/f44e303db1f8
Author: Doug Sherk <github@sherk.me>
Desc: Revert "Bug 1054818 - [Sora][Call][Settings]The call time display abnormal after user change the system time."

This reverts commit 853f00e11418a11f72fcdbf99d40c7c9c237e3a4.
2015-04-02 17:37:45 -07:00
Wes Kocher
52d9150eba Backed out changeset 39d74e5c3df5 (bug 1149897) for frequent bc3 timeout errors
--HG--
extra : source : dfee21ce5b78159f60d25f0ef8ff62edc62e17cc
2015-04-02 16:12:06 -07:00
Wes Kocher
64dfc0694b Merge inbound to m-c a=merge 2015-04-02 17:45:19 -07:00
Wes Kocher
790cf4e487 Backed out changeset a1a88af9e251 (bug 1142240) for bc1 orange 2015-04-02 15:50:37 -07:00
B2G Bumper Bot
9cd3503b70 Bumping manifests a=b2g-bump 2015-04-02 15:29:47 -07:00
B2G Bumper Bot
2c3d487cde Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eea7ee4fcbcd
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #29079 from mikehenrty/bug-1144500-no-pointer-events-shb

Bug 1144500 - Ignore pointer events on SHB bar

========

https://hg.mozilla.org/integration/gaia-central/rev/be71da114031
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1144500 - Prevent SHB container from stealing keyboard focus
2015-04-02 15:27:36 -07:00
Bill McCloskey
61ad988f3a Bug 1150660 - Fix sendAsyncMessage() uses to not trigger warnings in dom/apps r=fabrice 2015-04-02 13:53:27 -07:00
Ryan VanderMeulen
1755e88a07 Merge m-c to b2g-inbound. a=merge 2015-04-02 16:23:41 -04:00
Ryan VanderMeulen
8cd202eaa0 Merge inbound to m-c. a=merge 2015-04-02 16:20:54 -04:00
Jan Beich
d8a32020cb Bug 1145988 - Unbreak build on non-SPS platforms after bug 1129249. r=dholbert f=chiajung 2015-04-02 21:43:48 +02:00
James Graham
780a07e341 Bug 1150821 - Update web-platform-tests expected data to revision 1bb38c25b4720fbfd8ca086ef9275ac3e465c659, a=testonly 2015-04-03 10:15:53 +01:00
James Graham
1d9588519d Bug 1150821 - Update web-platform-tests to revision 1bb38c25b4720fbfd8ca086ef9275ac3e465c659, a=testonly
--HG--
rename : testing/web-platform/tests/.gitmodules => testing/web-platform/tests/tools/.gitmodules
2015-04-03 10:15:36 +01:00
James Graham
da908aba36 Bug 1150821 - Update to latest wptrunner, a=testonly 2015-04-03 10:15:20 +01:00
Tooru Fujisawa
2f82fd85a0 Bug 1097922 - Remove temporary aliases for -moz-text-decoration-*. r=dbaron 2015-04-03 17:47:38 +09:00
B2G Bumper Bot
84d517d734 Bumping manifests a=b2g-bump 2015-04-02 12:00:04 -07:00
B2G Bumper Bot
eacc3c62f4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b4d8fb4976cc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1150317 - merge pull request #29303 from KevinGrandon:bug_1150317_move_css to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/c86744b242bb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1150317 - Move gaia-grid RTL css into external.css
2015-04-02 11:57:53 -07:00