Граф коммитов

455205 Коммитов

Автор SHA1 Сообщение Дата
Alastor Wu 6a38526a4d Bug 1228564 - part 1 : revert the changeset of bug 1190040. r=baku. 2015-12-24 17:17:30 +08:00
Sebastian Hengst 5c95c86381 Backed out changeset 3bb04c310d05 (bug 1223297) for M(4) failures on Android. r=backout 2015-12-28 00:54:49 +01:00
Sebastian Hengst 5a0c92b331 Backed out changeset 6daddfb64d72 (bug 1228437) for timing out in test_NuwaProcessCreation.html on B2G ICS emulator debug. r=backout 2015-12-27 23:33:02 +01:00
Mike Hommey ce3914c897 Bug 1225384 - Change how the default resource "host names" are handled. r=michal
The meaning of resource:///, resource://app/ and resource://gre/ needs to
remain constant. Unfortunately, the model of the resource protocol handler
is that it is possible to set substitutions that change their meaning.

So, we forbid setting overwriting the substitutions for those three
special "host names".

Unfortunately, with e10s, the full list of substitutions is also sent to
the content process, which then sets substitutions, making it harder to
know in which cases SetSubstitution is valid for those three "host names"
or not.

So instead of trying to find the right heuristics, use the recently added
SubstitutingProtocolHandler::ResolveSpecialCases API to handle the three
"host names" instead of storing them as "normal" substitutions.

Still actively reject SetSubstitution with the three special "host names"
so as to find issues such as bug 1224000 instead of allowing the chrome
manifest entry and have it silently ignored.

Additionally, make GetSubstitution return the URIs for the three special
"host names" through GetSubstitutionInternal, replacing what was originally
added in bug 257162. Those changes from bug 257162 relied on the
resource:app string being handled by nsXREDirProvider::GetFile, but that was
removed in bug 620931, effectively making that code now in
GetSubstitutionInternal useless.
2015-12-28 06:49:05 +09:00
Sebastian Hengst 3c1eb47e3a Backed out changesets 961f205d340d, 14a4637e9d96 and 14a4637e9d96 (bug 1228564) for failing Android M(4) test_browserElement_inproc_AudioChannel.html. r=backout 2015-12-27 22:28:08 +01:00
Chris Peterson f3abb8a9e8 Bug 1235235 - Fix -Wimplicit-fallthrough warning in media/mtransport/. r=ekr
media/mtransport/transportlayerdtls.cpp:872:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:03:13 -08:00
Chris Peterson bcbe81d63d Bug 1235234 - Fix unintentional switch fallthrough in ipc/chromium/ found by -Wimplicit-fallthrough warning. r=gcp
ipc/chromium/src/base/process_util_mac.mm:132:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-22 22:10:24 -08:00
Chris Peterson e4bb03dc8f Bug 1235186 - Part 2: Fix -Wclass-varargs warning in layout/. r=dholbert
layout/base/nsLayoutDebugger.cpp:189:36: warning: passing object of class type 'AnimatedGeometryRoot' through variadic constructor [-Wclass-varargs]
2015-12-22 18:29:35 -08:00
Chris Peterson 68d33ca9b5 Bug 1235186 - Part 1: Fix -Wformat warnings in layout/. r=dholbert
layout/base/AccessibleCaret.cpp:129:48 [-Wformat-extra-args] data argument not used by format string
layout/generic/nsContainerFrame.cpp:425:71 [-Wformat] more '%' conversions than data arguments
layout/style/FontFaceSet.cpp:798:10 [-Wformat] format specifies type 'int' but the argument has type 'size_type' (aka 'unsigned long')
layout/style/Loader.cpp:1817:12 [-Wformat] format specifies type 'unsigned int' but the argument has type 'nsICSSLoaderObserver *'
layout/style/Loader.cpp:1817:35 [-Wformat] format specifies type 'unsigned int' but the argument has type 'mozilla::css::SheetLoadData *'
layout/style/Loader.cpp:1827:12 [-Wformat] format specifies type 'unsigned int' but the argument has type 'nsICSSLoaderObserver *'
layout/style/Loader.cpp:1827:23 [-Wformat] format specifies type 'char *' but the argument has type 'mozilla::css::SheetLoadData *'
2015-12-24 16:04:20 -07:00
Chris Peterson 4f6bd2b0d7 Bug 1235185 - Fix clang -Wclass-varargs warnings in js/. r=bhackett
js/src/jit/BacktrackingAllocator.cpp:1039:13 [-Wclass-varargs] passing object of class type 'js::jit::CodePosition' through variadic function
js/src/jit/Safepoints.cpp:168:56 [-Wclass-varargs] passing object of class type 'js::jit::SafepointSlotEntry' through variadic function
js/src/jit/Safepoints.cpp:198:57 [-Wclass-varargs] passing object of class type 'js::jit::SafepointSlotEntry' through variadic function
2015-12-23 23:23:34 -07:00
Kartikaya Gupta a99ad5c222 Bug 1228564 - Follow-up to fix static analysis build bustage. r=me
--HG--
extra : commitid : BazDeeUXc8U
2015-12-27 10:27:15 -05:00
Kartikaya Gupta bda9903434 Bug 1234950 - When advancing APZ animations, use the next vsync timestamp instead of the current one, since that is what will be composited. r=mstange
--HG--
extra : commitid : 7dGwaW6JsJE
2015-12-27 10:20:40 -05:00
Kartikaya Gupta 76cc51b1d0 Bug 1234950 - Advance APZ animations after updating the layer shadow transforms, rather than before. r=mstange
--HG--
extra : commitid : IrI8bVaN0gp
2015-12-27 10:20:40 -05:00
Alastor Wu 7ff9329b36 Bug 1228564 - part 2 : check audio capturing when the agent is registered/unregistered. r=baku.
--HG--
extra : commitid : B7NcXGTFGrv
2015-12-24 17:28:45 +08:00
Alastor Wu b4cb129af1 Bug 1228564 - part 1 : revert the changeset of bug 1190040. r=baku.
--HG--
extra : commitid : JZF4VU0qxpg
2015-12-24 17:17:30 +08:00
Alastor Wu fe4028261e Bug 1223297 - Multiple audio channel test. r=baku.
--HG--
extra : commitid : 2NjuRX1unk3
2015-11-18 10:01:14 +08:00
Markus Stange e40139b856 Bug 1235223 - Fix typos in layers history document.
--HG--
extra : commitid : 45SVimxbmjv
2015-12-27 11:41:44 +01:00
Vladan Djeric 8a014a7505 Bug 1228437 - Add BHR stats from e10s child process. r=nchen 2015-12-26 19:34:11 -05:00
Jeff Muizelaar 7e889ff52e Bug 1235223. Update history document. 2015-12-26 18:19:59 -05:00
Shakthi Wijeratne 285907dcb9 Bug 1232669 - Fixed typo MOOUSEMOVE in nsWindow r=chutten
--HG--
extra : commitid : 7RzzVWr0A91
2015-12-20 20:09:32 -08:00
Landry Breuil cb1fa398ed Bug 1225753: move $prefix default initialization before it gets used r=glandium
--HG--
extra : commitid : 2xboEEUEFU6
2015-12-26 13:40:54 -05:00
ywu 0a79595e4f Bug 1222899 - Handle geolocation-device-events callback. r=kchen
During this GPS engine is turned ON by the modem,
we make the location tracking icon visible to user.

--HG--
extra : commitid : a8t4t12RtC
2015-12-26 13:39:42 -05:00
Hiroyuki Ikezoe 14a9ac51e5 Bug 1218646 - Skip to check whether property can run on compositor or not if mWinsInCascade is false. r=birtles
--HG--
extra : commitid : EEO5SsbNCyo
2015-12-25 07:14:02 +09:00
Olli Pettay 2b2b2cc690 Bug 1155730, implement History.scrollRestoration r=jst 2015-12-26 12:59:09 +02:00
Ryan VanderMeulen 8b2a176dce Merge m-c to inbound. a=merge 2015-12-25 20:50:27 -05:00
Ryan VanderMeulen 9a3523097f Merge fx-team to m-c. a=merge 2015-12-25 20:33:39 -05:00
Ryan VanderMeulen 46797d1b04 Merge b2g-inbound to m-c. a=merge 2015-12-25 20:31:45 -05:00
Gabriel Luong 55b92178f1 Bug 1206463 - Eslint cleanup for source editor r=mratcliffe 2015-12-25 15:57:20 -05:00
Nathan Froyd cdf653febd Backout 6a9d0f869621 (bug 1232458) for adding inappropriate colors to our CLOSED TREE 2015-12-24 21:45:30 -05:00
Nathan Froyd ab5d9124c6 Bug 1232458 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in WindowsDllBlocklist.cpp; r=aklotz 2015-12-24 21:38:44 -05:00
Mike Hommey 760c2af23b Bug 1113930 - Use the actual stack end address on x86 OSX and Android for the stack walker. r=froydnj
Also, in the unlikely case none of the supported methods is available, error
out at compile time, because it's not supposed to happen, apart if something
like what bug 989499 did happens again.
2015-12-25 06:47:05 +09:00
Mike Hommey 878186971a Bug 1113930 - Move __libc_stack_end related code block from StackWalk.cpp in a non-OSX section. r=froydnj
Bug 989499 unfortunately moved it to a OSX-only section, which broke using
__libc_stack_end, which is Linux-specific (glibc, really).
2015-12-25 06:45:55 +09:00
Daniel Holbert a1e28f28c1 Bug 1204897: Attempt to work around randomorange in test_bug332655-1.html by using an unthemed <input> widget. r=jfkthame 2015-12-24 13:08:32 -08:00
Tooru Fujisawa ea91538804 Bug 1234402 - Crash on OOM in AlternativeGenerationList constructor. r=bbouvier 2015-12-25 04:36:52 +09:00
Swaroop Rao 11121f64f0 Bug 1226209 - Update order of "Clear private data" checkboxes so that default unchecked boxes are at the bottom. r=nalexander
--HG--
extra : commitid : CUu1vTWgwtb
2015-12-24 12:51:43 -05:00
Thinker K.F. Li 7022b0f440 Bug 1226904 - Fix boundary checking for leaves collecting. r=roc
--HG--
extra : rebase_source : 6338083654b2ad0de0ef7aa4987de1323f44c4b5
2015-12-22 19:17:00 -05:00
Bogdan Postelnicu 51402b39bd Bug 1234177 - check to see if mFunctions.append returned error. r=bholley
DONTBUILD because this is a backout/reland to fix author info.

--HG--
extra : commitid : 44X9bWULWTE
2015-12-24 14:14:43 -05:00
Kartikaya Gupta 0f22bb9cfc Back out cset 1f862b370ab3 (bug 1234177) for landing with wrong author.
--HG--
extra : commitid : 2ThdQ6HBscM
2015-12-24 14:16:55 -05:00
Hiroyuki Ikezoe ad26e984f4 Bug 1234966 - nsStylePosition::MaxDifference should include nsChangeHint_NeutralChange because CalcDiffrence returns it. r=heycam
--HG--
extra : commitid : FVjhKfDcAUz
2015-12-24 09:35:18 +09:00
Kartikaya Gupta 79e5e89e88 Bug 1235067 - Remove unused argument. r=jmaher
--HG--
extra : commitid : 30gssTRIXbl
2015-12-24 14:14:49 -05:00
Kartikaya Gupta dd31769177 Bug 1234177 - check to see if mFunctions.append returned error. r=bholley
--HG--
extra : commitid : BpAqgipPvYN
2015-12-24 14:14:43 -05:00
Bruce Sun 1d0ce088da Bug 1234127: Change |BluetoothAdapter.pairingReqs| as a nullable object; r=btian, r=mrbkap 2015-12-21 16:48:47 +08:00
B2G Bumper Bot 295b4b89a8 Bumping manifests a=b2g-bump 2015-12-24 03:16:10 -08:00
B2G Bumper Bot 652a74af81 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d94421f71f89
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #33641 from timdream/input-mgmt-inputfocus-eventlistener

Bug 1224128 - inputfocus/inputblur should be dispatched by HierarchyManager only, r=alberto

========

https://hg.mozilla.org/integration/gaia-central/rev/26dcd010fb50
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1224128 - inputfocus/inputblur should be dispatched by HierarchyManager only
2015-12-24 03:14:47 -08:00
B2G Bumper Bot 646514a387 Bumping manifests a=b2g-bump 2015-12-24 02:16:01 -08:00
B2G Bumper Bot b3b7c5ddf0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f5e706d90e95
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #33510 from gasolin/issue-1229635

Bug 1229635 - use make test-integration command for integration test, r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/499968b13b83
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1229635 - use make test-integration command for integration test, r=gaye
2015-12-24 02:14:35 -08:00
B2G Bumper Bot 5132827ee5 Bumping manifests a=b2g-bump 2015-12-24 00:00:39 -08:00
B2G Bumper Bot 5f0809def9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/607f7211c57f
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #32532 from ythej/bug-941763

Bug 941763 - [SMS] Sent and recieved SMS containing an invalid URL(with dot prefix)

========

https://hg.mozilla.org/integration/gaia-central/rev/1ba3c9ae5660
Author: ythej <yvtheja@gmail.com>
Desc: Bug 941763 - [B2G][SMS] Sent and recieved SMS containing an invalid URL like '.Website.com' are highlighted and function as hyperlinks
2015-12-23 23:59:15 -08:00
B2G Bumper Bot 6c938e4136 Bumping manifests a=b2g-bump 2015-12-23 23:35:01 -08:00
B2G Bumper Bot 020a1d3eb6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3e8dfd231dee
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33640 from raylin/1202945-openIncompatibleSettingsDialog-dialog-service

Bug 1202945 - Change IncompatibleSettingsDialog to DialogService,

========

https://hg.mozilla.org/integration/gaia-central/rev/eee220397916
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1202945 - Change IncompatibleSettingsDialog to DialogService,
r=gasolin
2015-12-23 23:33:37 -08:00