Commit Graph

446207 Commits

Author SHA1 Message Date
Benjamin Chen
1bb190d317 Bug 1174721 - Use AudioCompactor for GonkAudioDecoderManager. r=sotaro
--HG--
extra : transplant_source : %29%E2H%CF%87k%D4%F4%5Dj%EE%00%CBD%BB%9Em%3C%3A%BC
2015-10-21 10:09:39 +08:00
Andrew McCreight
a70edd2a83 Bug 1158404 - Part 2 - Don't hold alive DataChannelShutdown with a global. r=jesup 2015-10-20 10:47:00 +02:00
Andrew McCreight
62280abb0f Bug 1158404 - part 1 - DataChannelShutdown should instead observe xpcom-will-shutdown. r=jesup
profile-change-net-teardown does not happen in the child process, so this ends up leaking.
2015-10-20 10:47:00 +02:00
Takeshi Kurosawa
da38a008ad Bug 1007975 - div with display:table exposes table semantics r=surkov
- Construct a table accessible object if a content in question is HTML <table>
- Drop checking whether a table accessible object is built by CSS display:table from HTMLTableAccessbile::IsProbablyLayoutTable

--HG--
extra : transplant_source : %15%A0%F3%22%8C%AB%AB%0E%CF%1D%A3H%E4%2Aj%CB8%BDy%F0
2015-10-19 21:46:54 +09:00
Vivien Nicolas
374a46439a Bug 926452 - The call to getComputedStyle in the onStateChange progress listener of BrowserElementChildPreload.js is expensive (~30ms). r=fabrice 2015-10-15 06:40:00 +02:00
L. David Baron
8d8c6fab6e Bug 1216747 followup - Use the correct value when calling SetWritingModeDependency.
--HG--
extra : transplant_source : %05/L%E1%86%EA%B9%E8%D4%9EF%A7%C12%F5.%FC%85%C0Y
2015-10-21 00:12:07 -07:00
Chris Peterson
21b38ce0cc Bug 1216416 - Fix -Wimplicit-fallthrough warnings in widget/cocoa. r=spohl
widget/cocoa/nsChildView.mm:1664:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
widget/cocoa/nsChildView.mm:1761:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
widget/cocoa/nsNativeThemeCocoa.mm:3700:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-10-06 21:03:59 -07:00
Chris Peterson
c72038dc50 Bug 1216414 - Fix -Wimplicit-fallthrough and -Wshadow warnings in uriloader. r=mayhemer
uriloader/exthandler/nsExternalHelperAppService.cpp:1870:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
uriloader/exthandler/nsExternalHelperAppService.cpp:2188:26 [-Wshadow] declaration of 'channel' shadows a previous local
uriloader/prefetch/nsOfflineCacheUpdate.cpp:748:22 [-Wshadow] declaration of 'rv' shadows a previous local
2015-10-19 20:28:34 -07:00
Chris Peterson
662a258a78 Bug 1215900 - Fix clang's -Wimplicit-fallthrough warnings in gfx/ipc/GfxMessageUtils.h. r=mstange
GfxMessageUtils.h:968:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:969:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:970:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:971:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:972:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:973:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:974:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:975:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:976:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:977:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
GfxMessageUtils.h:981:9 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-10-17 22:53:03 -07:00
Daniel Holbert
e16e45364e Bug 1210575 part 6: Implement -webkit-radial-gradient parse quirks with contain/cover keywords, sized shapes, "at" keyword, & angles. r=heycam 2015-10-20 23:35:55 -07:00
Brian Birtles
e81ac381a9 Bug 1212102 - Drop unnecessary assertion comparing timestamps in SystemTimeConverter; r=karlt 2015-10-21 15:26:46 +09:00
David Anderson
7c417e6071 Layer tree invalidation should use the effective clip rect, not the base clip rect. (bug 1189159, r=mattwoodrow)
--HG--
extra : rebase_source : 46b7f5e0e8c7116577f541d82a2c58ce0743262c
2015-10-20 22:59:10 -07:00
JW Wang
dd444c1fe0 Bug 1216031 - Make MediaDecoder::mVideoFrameContainer const. r=kinetik. 2015-10-21 10:48:20 +08:00
JW Wang
1deed476dc Bug 1216850. Part 3 - backout bug 1214073. r=me. 2015-10-21 14:04:20 +08:00
JW Wang
8e64159f84 Bug 1216850. Part 2 - backout bug 1214498. r=me. 2015-10-21 11:45:53 +08:00
JW Wang
8cbe3a5118 Bug 1216850. Part 1 - backout bug 1215003. r=me. 2015-10-21 10:59:56 +08:00
Christoph Kerschbaumer
eee83aa5d8 Bug 1204983 - Deprecate NewTabURL and forward calls to AboutNewTabService (r=florian,olivier)
--HG--
rename : browser/components/newtab/tests/xpcshell/test_NewTabURL.js => browser/components/newtab/tests/xpcshell/test_AboutNewTabService.js
2015-10-20 18:51:25 -07:00
Christoph Kerschbaumer
63983a5737 Bug 1204983 - Allow about: pages to load remote content - tests (r=bholley) 2015-10-09 21:50:31 -07:00
Christoph Kerschbaumer
33fa277605 Bug 1204983 - Allow about: pages to load remote content (r=bholley,bz,florian,dragana) 2015-10-09 22:03:27 -07:00
L. David Baron
2d42688ba5 Bug 1216747 - Record dependency on writing mode in nsRuleNode::ComputeStylePosition. r=heycam
Without the patch, both reftests fail; with it, both pass.
2015-10-20 22:52:57 -07:00
Daniel Holbert
fe03de9f57 (no bug) Fix typo (s/Geck/Gecko/) in log tag for Android PasswordsProvider. r=nalexander 2015-10-20 14:30:29 -07:00
Cameron McCormack
41d0ebc4e9 Bug 1216362 - Measure nsCSSSelector::mAttrList. r=erahm
--HG--
extra : rebase_source : 81a80957a5645676e2079a4d48729cc3b3163e7a
2015-10-21 16:18:36 +11:00
Mike Hommey
3de00b45dd Bug 1216444 - Remove GKMEDIAS_SHARED_LIBRARY. r=mshal
In bug 922912, we folded back gkmedias.dll info xul.dll, so in practice, there
is no default configuration left that exercises GKMEDIAS_SHARED_LIBRARY. And
sure enough, it's been broken for months in many different ways.

The gkmedias intermediate library is however kept for webrtc signaling tests.
2015-10-21 14:47:22 +09:00
Mike Hommey
1b21276037 Bug 1215413 - Remove unlisted search plugins. r=adw
The list of search plugins actually installed for the en-US locale is in
browser/locales/en-US/searchplugins/list.txt. It doesn't contain some of
the files that can be found in browser/locales/en-US/searchplugins, and
as a result, those files are installed when using `mach build faster`
because it doesn't rely on that list.txt file.

We might as well remove those unlisted search plugins. They can be found
in the repository history anyways, if necessary at some point in the
future.

For reference, they were removed from list.txt in bug 603298.
2015-10-21 14:47:22 +09:00
Ehsan Akhgari
dff87325f9 Bug 1216813 - Enable fetch-event-network-error.https.html; r=bkelly 2015-10-21 01:46:37 -04:00
Ehsan Akhgari
28cb06cb15 Bug 1216812 - Enable fetch-event-after-navigation-within-page.https.html; r=bkelly 2015-10-21 01:46:36 -04:00
Ehsan Akhgari
78db251cdc Bug 1189581 - Make service-workers/service-worker/fetch-cors-xhr.https.html pass; r=bkelly 2015-10-21 01:46:35 -04:00
Ehsan Akhgari
bf5badd230 Bug 1216695 - Remove the Request.context specific bits from fetch-request-resources.https.html; r=bkelly 2015-10-21 01:46:33 -04:00
Jonathan Watt
38abda8b15 Bug 1099103 - Prevent numbers input using a grouping separator from being mis-processed as if the separator was a decimal separator. r=dholbert
--HG--
extra : rebase_source : ae7f771134638e9d3988750de98a9e0a0374697a
2015-09-17 22:17:35 +01:00
Steve Fink
e1cd84d88d Bug 1211402 - Disable hazard upload to reopen the CLOSED TREE, r=pleasework
--HG--
extra : amend_source : 97b5ff7d1b89257986473b7700f714cba74b03df
2015-10-20 21:10:56 -07:00
Wes Kocher
230d556779 Backed out 10 changesets (bug 1207827) for SM(arm) failures CLOSED TREE
Backed out changeset ed9a39da785e (bug 1207827)
Backed out changeset d518935ddd2e (bug 1207827)
Backed out changeset a77d26defefc (bug 1207827)
Backed out changeset 0ea4e13f313d (bug 1207827)
Backed out changeset 4e69844a11f6 (bug 1207827)
Backed out changeset 26d2719ea5d7 (bug 1207827)
Backed out changeset 771f58704ac9 (bug 1207827)
Backed out changeset 97050efd681e (bug 1207827)
Backed out changeset 5e6973f92d22 (bug 1207827)
Backed out changeset 3175d41f0acf (bug 1207827)
2015-10-20 17:14:24 -07:00
Wes Kocher
040a8332a6 Merge m-c to inbound, a=merge CLOSED TREE 2015-10-20 15:28:33 -07:00
Wes Kocher
06cac163f0 Backed out changeset df12438d4091 (bug 1189581) for wpt failures CLOSED TREE 2015-10-20 15:09:17 -07:00
Wes Kocher
9630ce26b8 Merge b2ginbound to central, a=merge 2015-10-20 14:59:07 -07:00
Wes Kocher
e076823935 Merge fx-team to central, a=merge 2015-10-20 14:53:07 -07:00
Wes Kocher
05d30e3771 Backed out changeset a9a241b0c121 (bug 1207827) for Windows SM bustage CLOSED TREE 2015-10-20 13:53:27 -07:00
Nick Thomas
97f7ee0f24 Bug 1213721 - Tracking bug for migration from ftp.m.o to S3, r=rail
--HG--
rename : testing/mozharness/configs/multi_locale/mozilla-central_android-x86.json => testing/mozharness/configs/multi_locale/ash_android-x86.json
rename : testing/mozharness/configs/multi_locale/mozilla-central_android.json => testing/mozharness/configs/multi_locale/ash_android.json
rename : testing/mozharness/configs/single_locale/mozilla-central_android-api-11.py => testing/mozharness/configs/single_locale/ash_android-api-11.py
rename : testing/mozharness/configs/single_locale/mozilla-central_android-api-9.py => testing/mozharness/configs/single_locale/ash_android-api-9.py
extra : rebase_source : 1591f8be94039157d1ca2d36b5e303948322f290
2015-10-21 09:32:56 +13:00
Ehsan Akhgari
4d5f1e4ac4 Bug 1189581 - Make service-workers/service-worker/fetch-cors-xhr.https.html pass; r=bkelly 2015-10-20 16:43:17 -04:00
Gregor Wagner
3dca58077b Bug 1216498 - Bump SettinsDB version in order to enable pin the web. r=mhenretty 2015-10-20 19:33:56 +02:00
B2G Bumper Bot
44b9048232 Bumping manifests a=b2g-bump 2015-10-20 09:58:08 -07:00
B2G Bumper Bot
5b719b0049 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6575311e4b9d
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #32579 from npark-mozilla/video

 Last Comment Bug 1216389 - Imagecompare: test_browser_play_video.py fails

========

https://hg.mozilla.org/integration/gaia-central/rev/64a17896811d
Author: No-Jun Park <npark@mozilla.com>
Desc: wait until the control disappears, and tap to reinstantiate

========

https://hg.mozilla.org/integration/gaia-central/rev/73d9fe4df569
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32600 from ferjm/bug1215458.sync.bookmarks.disable.phone.enable.tv

Bug 1215458 - Disable bookmarks sync on the phone and enable it on th…

========

https://hg.mozilla.org/integration/gaia-central/rev/68625bcac1e4
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1215458 - Disable bookmarks sync on the phone and enable it on the TV. r=michielbdjong
2015-10-20 09:55:16 -07:00
B2G Bumper Bot
a2e88ec813 Bumping manifests a=b2g-bump 2015-10-20 09:09:12 -07:00
B2G Bumper Bot
4d855c52c7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/53c32f466d99
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #32524 from davidflanagan/bug1198932

Bug 1198932 - allow screenshots in the camera app r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2950a326b0d1
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1198932 - allow screenshots in the camera app

cleanup code and add tests
2015-10-20 09:06:25 -07:00
Sebastian Kaspari
56e65abbc0 Bug 1204917 - Remove Nightly flag: Always grow close button hit area. r=margaret
--HG--
extra : commitid : 97yxs1SMXdO
extra : rebase_source : 5beeffa3127c330514930545bcabf630c7c9ddcb
2015-10-20 13:29:03 +02:00
Sebastian Kaspari
a887df9ca8 Bug 1204917 - Remove Nightly flag from tab thumbnail aspect ratio. r=margaret
--HG--
extra : commitid : 26N8ECiN3TH
extra : rebase_source : 05f3d5de32afbd55eec0c4c593c8166a8bee4f00
2015-10-20 13:04:12 +02:00
Sebastian Kaspari
e0ef389b25 Bug 1204917 - Remove Nightly flag from full screen tabs tray. r=margaret
--HG--
extra : commitid : 4akotUXYFp5
extra : rebase_source : 5bcf57e7b2da318929df616b33f5f74923864eed
2015-10-20 13:01:48 +02:00
Sebastian Kaspari
220f8575d6 Bug 1204851 - Inline back button in tabs panel layout. r=margaret
Previously we used a ViewStub to only show the back button for some configurations. Now we
show the button always, so we can get rid of the ViewStub.

--HG--
extra : commitid : EcIVAzNG08l
extra : rebase_source : 4bf70217fee2c8913a8343da1bf579b183c81693
2015-10-20 12:48:16 +02:00
Sebastian Kaspari
b20d449c97 Bug 1204917 - Remove Nightly flag for back button in tabs tray. r=margaret
--HG--
extra : commitid : 3eWonkL2jBq
extra : rebase_source : e641b2c31b7082175851eb99c396af56ad2d613c
2015-10-20 12:43:33 +02:00
Nick Alexander
d8b296faa4 Bug 1216434 - Don't symlink to objdir in |mach gradle-install|. r=sebastian
DONTBUILD NPOTB

This has always been possible with Gradle -- Gradle doesn't care where
in the file tree resources are found.  (Gradle is perfectly happy to
take resources from outside of the root project directory.)  IntelliJ,
however, displays resources outside of known "content roots" in
special and frankly unhelpful ways.  Here, we avoid that on a
technicality: IntelliJ doesn't acknowledge (or even register a content
root!) for the non-standard AndroidManifest.xml locations set in
build.gradle.  This means we don't see odd content roots in unexpected
places in IntelliJ.

With this change, the formerly failing command

mach clobber && mach configure && mach gradle-install

completes successfully.  That gets us one step closer to being able to
open Fennec in IntelliJ without running additional commands.

--HG--
extra : commitid : 6KuAzJIpq3Y
extra : rebase_source : 0b85181412d86fa49ee52cf7d612dd3c4028dfb6
extra : histedit_source : 6b8d8171810501a0af053df080b336af70c456b6
2015-10-18 16:44:04 -07:00
Nick Alexander
3d37255928 Bug 1216430 - Use Gradle version 2.7. r=sebastian
DONTBUILD NPOTB

--HG--
extra : commitid : A0aZcd0tZL8
extra : rebase_source : df35101b7ee2164837c98f9e8f768d2f8ea8aeb0
extra : histedit_source : 57291b70b841c84d6542ded8f2a3fa0263ae4732
2015-10-18 17:05:29 -07:00