Commit Graph

28773 Commits

Author SHA1 Message Date
Vincent Povirk
11f98b1551 Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
Brad Lassey
e69e2357aa bug 1264651 - remove dom.max_child_script_run_time pref, remove old pref from prefs files r=billm a=ritu
MozReview-Commit-ID: EFuBPe7Fo7v
2016-04-14 11:29:10 -04:00
Kartikaya Gupta
6f0d890f05 Bug 1250924 - Disable displayport expiry on B2G because it causes the screen to go back while adjusting volume. r=gerard-majax
MozReview-Commit-ID: 3qXrgL2oQWS
2016-03-03 08:31:33 -05:00
J. Ryan Stinnett
23f50b043f Bug 1238160 - Set tab context's isolation from frame attr. r=smaug
Renames existing nsFrameLoader::OwnerIsBrowser* methods to add "Moz" prefix for
clarity.

Adds nsFrameLoader::OwnerIsIsolatedMozBrowserFrame which checks the noisolation
attribute of mozbrowser frames, if present.

This is used to set isolation in nsFrameLoader::GetNewTabContext only when true.

MozReview-Commit-ID: Dz02xBoKh1P
2016-03-02 10:35:56 -06:00
J. Ryan Stinnett
0af8bf06b1 Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer
This change renames OriginAttributes.mInBrowser to mInIsolatedMozBrowser and
nsIPrincipal::GetIsInBrowserElement to GetIsInIsolatedMozBrowserElement.  Other
methods that pass these values around also have name changes.

Tokens such as "inBrowser" have previously been serialized into cache keys, used
as DB column names, stored in app registries, etc.  No changes are made to any
serialization formats.  Only runtime method and variable names are updated.

No behavior changes are made in this patch, so some renamed methods may have
nonsensical implementations.  These are corrected in subsequent patches
focused on behavior.

MozReview-Commit-ID: 66HfMlsXFLs
2016-03-02 10:35:56 -06:00
Ehsan Akhgari
a67a5febad Bug 1251875 - Part 1: Remove the dom.serviceWorkers.interception.enabled pref; r=bkelly 2016-03-01 09:16:38 -05:00
Ting-Yu Lin
fc55382935 Bug 1097398 Part 1 - Move AccessibleCaret default assets to layout/style/. r=nalexander, r=heycam
Default AccessibleCaret assets were in editor for historical reasons. Because
ua.css references them, I move them to layout/style/ and add them in jar.mn so
that we don't have to package them in various products.

MozReview-Commit-ID: 7K7qr9FK784
2016-02-16 16:55:28 +08:00
Henrik Skupin
cb4f63d4a3 Bug 1239808 - Fix B2G build script and configs for test_packages.json renaming. r=chmanchester
MozReview-Commit-ID: 7tJS7LTPiLt
2016-02-25 21:44:21 +01:00
Francois Marier
5eb5b1b255 Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
MozReview-Commit-ID: DLC1KDvYbUH
2016-02-25 21:34:01 -08:00
Phil Ringnalda
09910de5eb Back out 2 changesets (bug 1245992) for several browser-chrome failures
Backed out changeset 6d9614f87daf (bug 1245992)
Backed out changeset 34e6eea401e3 (bug 1245992)
2016-02-25 19:15:16 -08:00
Francois Marier
4f4fa27d76 Bug 1245992 - Update the Safe Browsing phishing interstitial page. r=flod,past
MozReview-Commit-ID: JnYOqtCIib7
2016-02-24 16:23:25 -08:00
Steve Fink
dd4d216fca Bug 1243231 - Implement a taskcluster-based b2g hazard build, r=garndt,terrence 2016-02-22 17:09:02 -08:00
Steve Fink
cbafbf3aee Bug 1243233 - Upgrade mulet compiler from gcc 4.7.3 to gcc 4.9.3, r=glandium 2016-02-11 16:04:44 -08:00
Phil Ringnalda
af4b02227d Merge f-t to m-c, a=merge 2016-02-20 17:25:14 -08:00
KM Lee
f215a2f617 Bug 1248907 - Remove hard-coded responsive view size to mulet when launching Gaia. r=ochameau 2016-02-18 02:37:00 +01:00
Liang-Heng Chen
135c4b8b2b Bug 1000040 - Part 2: Implement EthernetManager; r=vicamo 2016-02-19 16:06:29 +08:00
Fabrice Desré
238deb8b51 Bug 1248781 - Don't hardcode MOZ_APP_VERSION in confvars.sh r=gwagner 2016-02-16 23:29:38 -08:00
Shih-Chiang Chien
bc0f7bd48d Bug 1231416 - fix Mulet UA string generation rule. r=fabrice.
MozReview-Commit-ID: 69fIxw0FO9l
2016-02-16 18:54:12 +08:00
ISHIKAWA, Chiaki
72d38a6835 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
David Rajchenbach-Teller
a4d88c56a6 Bug 1243706 - Release PerformanceStats/PerformanceWatcher;r=Felipe
MozReview-Commit-ID: 4XT21bfBSa9
2016-01-28 13:41:14 +01:00
Mike Hommey
ecad3301ab Bug 1247162 - Generate a header defining MOZ_SOURCE_*. r=mshal
The behavior is not entirely idempotent (most notably for
buildconfig.html), but this can be improved later if necessary.
It is idempotent where it matters.

This allows to get rid of config/makefiles/rcs.mk and its uses.
2016-02-12 07:16:14 +09:00
Benjamin Smedberg
bf956c8961 Bug 1221724 followup - remove B2G and android references to redit, r=bustage on a CLOSED TREE 2016-02-11 11:44:33 -05:00
Kartikaya Gupta
125288610d Bug 1245925 - Revert cset 2ae6e19e2caf now that a proper fix has landed. r=me 2016-02-11 08:14:17 -05:00
Mason Chang
a66ff25878 Bug 1246952. Cleanup references to vsync prefs. r=kats 2016-02-10 08:31:48 -08:00
Justin Wood
0016fff476 Bug 1242641 - Update gtk3 package in tooltool to specify the fontconfig path in the setup.sh r=glandium 2016-02-05 16:21:19 -05:00
Nick Thomas
c5f710ef0d Bug 1242641 - GTK+3 still not working for buildbot builds on beta. r=rail
gtk3/setup.sh at unpack time in tooltool
2016-01-29 22:19:48 +13:00
Kartikaya Gupta
f4dd3cf910 Bug 1245925 - Disable displayport expiry on B2G for now. r=me and DONTBUILD because B2G only 2016-02-06 10:47:43 -05:00
Wes Kocher
f286430995 Backed out changeset 65e246baede4 (bug 1242641) for valgrind bustage CLOSED TREE 2016-02-04 11:42:34 -08:00
Nick Thomas
3cf3ab7318 Bug 1242641 - GTK+3 still not working for buildbot builds on beta. r=rail
gtk3/setup.sh at unpack time in tooltool
2016-01-29 22:19:48 +13:00
Juan Gomez
5b883e889a Bug 1235990 - Correct array type checking. r=shu 2016-01-07 08:05:00 +01:00
Francois Marier
ddc7eb4ee2 Bug 1237856 - Add prefs to honor/ignore Application Reputation verdicts. r=gcp 2016-02-02 15:07:06 -05:00
Birunthan Mohanathas
17d3900e5b Bug 1204202 - Package Universal CRT DLLs for VS2015. r=glandium,ehsan 2016-02-02 17:42:04 +02:00
Birunthan Mohanathas
c425756352 Bug 1204202 - Remove packaging for now obsolete appcrt140.dll/desktopcrt140.dll on VS2015. r=ehsan 2016-02-02 17:42:04 +02:00
Thomas Zimmermann
8e0af4dfc3 Bug 1196221: Add libfdio to sources.xml for ICS emulators, r=gsvelto
Until bug 1243436 has been resolved, updates to B2G manifests are
not reliably mirrored in the sources.xml files. This patch adds an
entry for libfdio on ICS emulators.
2016-02-02 15:19:58 +01:00
Mark Goodwin
8fd1c92167 Bug 1241821 - Create a SecurityReporter component for TLS Error Reports r=mossop, keeler
This takes the TLS Error Reporting functionality used in the aboutNetError.xhtml
and aboutCertError.xhtml error pages and moves it to its own component. This
allows us to make use of this same error reporting functionality from elsewhere.
Notably, this allows us to send error reports for issues that occur when loading
subresources.
The xpcshell test included is in security/manager/ssl/tests because we need to
make use of tlsserver functionality from the PSM tests.
2016-01-30 08:07:38 +00:00
Wes Kocher
9cc0b33a50 Backed out changeset a1439ce8da77 (bug 1219482) to hopefully fix the intermittent hazard failures CLOSED TREE 2016-01-29 10:15:26 -08:00
B2G Bumper Bot
1cd3bdcdd7 Bumping manifests a=b2g-bump 2016-01-29 07:50:49 -08:00
B2G Bumper Bot
0ed4b4878d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/07d30dcbe75d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #26996 from autra/bug1087933

Bug 1087933 - Allow to add recipients to a message being written in a thread

========

https://hg.mozilla.org/integration/gaia-central/rev/ddaa0b230187
Author: Augustin Trancart <augustin.trancart@gmail.com>
Desc: Bug 1087933 - Add recipients in a sms conversation. r=julienw

The 'addRecipients' button redirects to the Composer with current subject, text, attachments and
recipients of the current conversation. So we are not technically adding recipients to a thread.
2016-01-29 07:49:14 -08:00
B2G Bumper Bot
3713093885 Bumping manifests a=b2g-bump 2016-01-29 06:50:53 -08:00
B2G Bumper Bot
900eb88479 Bumping manifests a=b2g-bump 2016-01-29 06:40:50 -08:00
B2G Bumper Bot
c320f6aec4 Bumping manifests a=b2g-bump 2016-01-29 05:55:44 -08:00
B2G Bumper Bot
998e07d35d Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cfb89ab99e78
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #33997 from JohanLorenzo/bug-1232680-2

Bug 1232680 - Repair and reactivate call_log_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/be44cd8b6dac
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1232680 - Repair and reactivate call_log_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/45f37f66c7b0
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #33987 from danhuang1202/1236852_network_error_ui_polish

Bug 1236852 - network error ui polish

========

https://hg.mozilla.org/integration/gaia-central/rev/f3566dfa0721
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1236852 - Network Error UI polish. r=lchang, yifan
2016-01-29 05:54:09 -08:00
B2G Bumper Bot
ce2dec23c9 Bumping manifests a=b2g-bump 2016-01-29 04:46:46 -08:00
B2G Bumper Bot
b278041d74 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5897c4500d47
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #33995 from danhuang1202/1244041_move_delete_button_out_of_input_field

Bug 1244041 - move delete button out of input field in fxa process. r…

========

https://hg.mozilla.org/integration/gaia-central/rev/f6b1d32f2941
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1244041 - move delete button out of input field in fxa process. r=seanlee
2016-01-29 04:45:10 -08:00
B2G Bumper Bot
ae49816ce6 Bumping manifests a=b2g-bump 2016-01-29 04:10:49 -08:00
B2G Bumper Bot
c5e437c02b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/22e6bd3604f9
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33982 from luke-chang/1237223_tv_metrics_track_preview

Bug 1237223 - [TV] FxOS TV Metrics - The usage of the preview window from Marketplace is not recorded by metrics, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/0c2f410bd844
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1237223 - [TV] FxOS TV Metrics - The usage of the preview window from Marketplace is not recorded by metrics
2016-01-29 04:09:08 -08:00
B2G Bumper Bot
3f6a30ce92 Bumping manifests a=b2g-bump 2016-01-29 02:46:52 -08:00
B2G Bumper Bot
e6264a252a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 1241422 - [TV][2.5][Web Apps] Press option key to show notification r=@luke-chang

========

https://hg.mozilla.org/integration/gaia-central/rev/49c7a3ab5ffc
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1241422 - [TV][2.5][Web Apps] Press option key to show notification
2016-01-29 02:45:08 -08:00
B2G Bumper Bot
01dcda06df Bumping manifests a=b2g-bump 2016-01-29 00:42:17 -08:00
B2G Bumper Bot
4ff727b4f1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f2fc06b625a9
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #33968 from rexboy7/1242396-sendToTvMetrics

Bug 1242396 - [TV][Metrics] Track "Send to TV" usage. r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/48f2c8a49834
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1242396 - [TV][Metrics] Track "Send to TV" usage
2016-01-29 00:40:15 -08:00