Commit Graph

257618 Commits

Author SHA1 Message Date
Steve Fink
3f54bcd160 Bug 1193550 - Add safety check to prevent tools/ dir from getting blown away, r=jlund 2015-08-12 17:04:47 -07:00
Ryan VanderMeulen
d9218aa2a4 Backed out changesets 7bf71f3a4465 and 6ec8b34e2bc6 (bug 1188750) for Android 4.3 dom/crypto/test/test_indexedDB.html timeouts.
CLOSED TREE
2015-08-13 14:46:28 -04:00
Ryan VanderMeulen
d7d6ab82b7 Bug 1093431 - Skip browser_styleinspector_tooltip-closes-on-new-selection.js on Linux for frequent timeouts.
CLOSED TREE
2015-08-13 14:29:19 -04:00
Jan de Mooij
ef2953fb66 No bug - Fix bug1106719.js jit-test to allow overrecursion on a CLOSED TREE. r=me 2015-08-13 20:14:05 +02:00
Ryan VanderMeulen
1dece1252f Backed out changesets 0cf9bfd5af47 and e18c579d29f1 (bug 1193033) for Win7 debug relevant-mutations.html permafail.
CLOSED TREE
2015-08-13 14:15:23 -04:00
Ryan VanderMeulen
7bacf85e8a Backed out changeset f99b27e40987 (bug 1193924) for B2G emulator bustage.
CLOSED TREE
2015-08-13 12:45:05 -04:00
Nathan Froyd
ea9523cda0 Bug 1186444 - part 2 - remove MODULE_OPTIMIZE_FLAGS from config.mk; r=mshal 2015-07-22 11:17:49 -04:00
Nathan Froyd
43a8488186 Bug 1186444 - part 1 - move uses of MODULE_OPTIMIZE_FLAGS to moz.build's CFLAGS; r=mshal
Now that we have moz.build, we can be guaranteed that any flags we add
in moz.build will be added after everything else has been setup.  So any
uses of MODULE_OPTIMIZE_FLAGS can be moved to moz.build's
CFLAGS/CXXFLAGS without any unusual repercussions.  We do have to verify
that MOZ_OPTIMIZE is in effect, though.
2015-07-22 11:04:32 -04:00
Tim Taubert
12bb5e5dfa Bug 1188750 - Add test to ensure NSS is initialized before the WebCrypto API tries to deserialize a key f=keeler r=khuey 2015-08-08 16:58:39 +02:00
Tim Taubert
a2fe6725d6 Bug 1188750 - CryptoKey::ReadStructuredClone() needs to ensure NSS is initialized before trying to deserialize a key r=keeler 2015-08-07 14:27:14 +02:00
David Major
7b70cf2306 Bug 1193546: Fix the way that webrtc requests warnings-as-errors. r=glandium f=jesup 2015-08-13 11:58:01 -04:00
Christoph Kerschbaumer
6b79781da5 Bug 1192955 - Use channel->ascynOpen2 for PING in docshell/base/nsDocShell.cpp (r=sicking) 2015-08-13 08:53:28 -07:00
Christoph Kerschbaumer
1da578e09c Bug 1193924 - Add assertion to AsyncOpen to make sure asyncOpen2() was called first when securityflags in loadInfo are set (r=sicking) 2015-08-12 21:36:33 -07:00
Andrew Halberstadt
b835a2b05d Bug 1184696 - Add clobber targets to |mach clobber|; Ability to clobber compiled python files, r=gps
This change adds a 'what' parameter to |mach clobber| which facilitates clobbering other things as well.
E.g, |mach clobber python| now clobbers all .pyc and .pyo files in the tree. Multiple clobber targets can
be specified, e.g |mach clobber objdir python|. By default |mach clobber| without arguments will only
remove the currently active objdir, the same as before.
2015-07-20 14:38:18 -04:00
James Graham
ed5121d447 Bug 1194251 - Fixup metadata after increasing test timeout, a=testonly 2015-08-13 16:58:14 +01:00
Ben Kelly
f48c066c9a Bug 1193767 Re-enable service worker network interception on nightly. r=baku 2015-08-13 08:55:03 -07:00
Gabor Krizsanits
40f4b4b71c Bug 1175940 - UIResolutionChanged should not trigger sync messages from content to chrome. r=mconley 2015-08-13 16:42:19 +02:00
Mike Shal
a2fc9f784a Bug 1118778 - Write upload properties from upload.py; r=glandium 2015-08-05 15:43:15 -04:00
Benjamin Bouvier
d0c95cb56b Bug 1191756: Improve tests to not always exit with status 3 (OOM); r=jonco 2015-08-13 17:28:48 +02:00
Jacek Caban
49e4ae2d79 Bug 1192248 - Fixed WinIMEHandler.cpp cross compilation. r=masayuki 2015-08-13 17:37:57 +02:00
Jacek Caban
0f781eabcc Bug 1193864 - Fixed dom/media/platforms/wmf/ compilation on mingw. r=cpearce 2015-08-13 17:37:40 +02:00
Heiher
17cd782f59 Bug 1194072 - IonMonkey: MIPS32: Add an option to mark JIT pages as non-writable. r=nbp CLOSED TREE 2015-08-13 08:23:22 -07:00
Mason Chang
c8c6e68b76 Bug 1193842 - Delete touch resampling preference and non resampling paths. r=kats 2015-08-13 08:23:14 -07:00
Gerald Squelart
9dd7bcf1c5 Bug 1193142 - Evict as many trailing frames as needed to meet the eviction request - r=jya 2015-08-13 08:23:07 -07:00
Jerry Shih
18a99fe0b8 Bug 1192192 - fix quad culling method. r=nical 2015-08-13 08:22:58 -07:00
Benjamin Chen
9e272f7a7e Bug 1188155: Enable MOZ_GONK_MEDIACODEC in moz.build. r=k17e 2015-08-12 18:28:49 +08:00
Jim Mathies
dbf8e2ba18 Bug 1152080 - Plugin configuration clip rects should be treated as visible rects. r=roc 2015-08-11 13:07:34 -05:00
Mason Chang
8e20cbd768 Bug 1144946 - Delete PreciseRefreshDriverTimerWindowsDwmVsync refresh driver timer. r=roc 2015-08-13 08:22:28 -07:00
Antonio de Luna Lopez
8eb27fe442 Bug 1110476 - Stripped url fragment from Request::GetUrl() by calling either nsIURI::SetRef() or workers::URL::SetHash() in Request's url getter utility methods. Stripped url fragment from Response::GetUrl() by adding the method InternalRequest::StripFragmentAndSetUrl() which calls nsIURI::SetRef(). Added a test in dom/tests/mochitest/fetch/test_request.js for Request::GetUrl(). Removed manual url stripping from dom/cache/TypeUtils.cpp. r=bkelly 2015-08-13 08:22:19 -07:00
Ryan VanderMeulen
122afee494 Merge m-c to inbound. a=merge
CLOSED TREE
2015-08-13 11:13:24 -04:00
Ryan VanderMeulen
a9edb1d72e Merge fx-team to m-c. a=merge 2015-08-13 11:00:54 -04:00
Ryan VanderMeulen
9de6d3e1b7 Bug 1192449 - Skip browser_audioTabIcon.js on e10s for frequent failures. 2015-08-13 10:49:14 -04:00
James Graham
eef832294a Bug 1194251 - Increase timeout on selection/addRange.html to avoid intermittent timeouts, a=testonly on a CLOSED TREE 2015-08-13 15:48:17 +01:00
Ryan VanderMeulen
8593c1cee6 Merge inbound to m-c. a=merge 2015-08-13 10:43:42 -04:00
Ryan VanderMeulen
e0b88fb05b Backed out changeset 4a8f45990368 (bug 1185640) for causing serviceworker w-p-t permacrashes.
CLOSED TREE
2015-08-13 10:13:55 -04:00
Sotaro Ikeda
caffe42db7 Bug 1192352 - Fix fence handling of display mirroring r=nical 2015-08-13 06:52:49 -07:00
B2G Bumper Bot
6c38df4a5c Bumping manifests a=b2g-bump 2015-08-13 06:08:35 -07:00
B2G Bumper Bot
b0ec5fe75e Bumping manifests a=b2g-bump 2015-08-13 05:57:11 -07:00
B2G Bumper Bot
f03e65341c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3248bd9e707a
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #31339 from evanxd/bug-1160374

Bug 1160374 - Bind this r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/e97f871e5def
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1160374 - Bind this r=gasolin
2015-08-13 05:55:31 -07:00
B2G Bumper Bot
f6e606e30c Bumping manifests a=b2g-bump 2015-08-13 02:44:42 -07:00
B2G Bumper Bot
c4551b731b Bumping manifests a=b2g-bump 2015-08-13 02:17:13 -07:00
B2G Bumper Bot
007fa949f5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a089e40af575
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #30970 from rickychien/basemodule

Bug 1156596 - Support device type in base module r=@john-hu

========

https://hg.mozilla.org/integration/gaia-central/rev/6c19bce639d9
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1156596 - Support device type in base module
2015-08-13 02:15:33 -07:00
Sebastian Hengst
a13e35fa41 Backout bedff4a78d9a (bug 1190474) for B2G ICS Emulator Cpp unittests permafail. r=backout 2015-08-13 09:08:45 +02:00
John Daggett
a7dab25f24 Bug 1192699 - eliminate the two-stage system fontlist initialization under DirectWrite. r=m_kato 2015-08-13 15:04:25 +09:00
Jean-Yves Avenard
d2198983dc Bug 1190238: P3. Do not loop calling MediaResource::Read or ReadAt, let MediaResourceIndex do it for us. r=cpearce
This allows to remove a fair amount of duplicated logic.
Most of it is in obsoleted code though.
2015-08-13 15:27:10 +10:00
Jean-Yves Avenard
ef1c06d3e5 Bug 1190238: P2. Have MediaResourceIndex::ReadAt() only stop early when reaching EOS or error. r=cpearce
MediaResource::ReadAt() requires to loop several times to ensure that all data has been read as it may return less data than requested.
This will allow to remove the handling of this particular shortcoming in MediaResources' users.
2015-08-13 15:27:09 +10:00
Jean-Yves Avenard
dec5952989 Bug 1190238: P1. Remove MediaResource::Read/Seek. r=cpearce
This functionality is now replaced with a dedicated new MediaResourceIndex class.
This allows for concurrent Read/Seek use of the MediaResource without having side effects.
2015-08-13 15:27:09 +10:00
Jamin Liu
7c9df6e2b5 Bug 1192695 - Use pref instead of pre-defined C string as origin of bluetooth app. r=btian 2015-08-13 12:56:09 +08:00
Jim Chen
762de3b81a Bug 1192082 - Iniialize/deinitialize JNI in nsAppShell; r=snorp
First we need to set the Gecko thread JNIEnv* in nsAndroidStartup, but
after that we can initialize and deinitialize the rest of JNI, including
AndroidBridge, in GeckoAppShell. This makes nsAppShell control the
AndroidBridge lifetime. Over time, parts of the AndroidBridge
functionality will be migrated to nsAppShell.
2015-08-13 00:53:40 -04:00
Jim Chen
694b610321 Bug 1192082 - De-clutter AndroidBridge init/deinit; r=snorp
Merge all the init code into AndroidBridge constructor and
AndroidBridge::ConstructBridge; merge all the deinit code into
AndroidBridge destructor and AndroidBridge::DeconstructBridge.

In particular, the SetMainThread call is obsolete and removed.
2015-08-13 00:53:39 -04:00