Commit Graph

503718 Commits

Author SHA1 Message Date
Andrea Marchesini
4623102eac Bug 1323948 - PaintWorkletGlobalScope, r=smaug 2016-12-16 22:21:51 +01:00
Benjamin Smedberg
f76ac32127 Bug 1317032 - If a page uses or removes many <object> elements which are not actually plugins, loading the page goes to a crawl because we recalculate the plugin UI every time. Don't do that by only dispatching a PluginRemoved event for actual plugins, not images/unknown/iframe-type <objects>, r=qdot
MozReview-Commit-ID: I84UcPLObCA

--HG--
extra : rebase_source : afe8c1965ad8277c1825223b3bb655bc09f19218
2016-12-15 10:42:10 -05:00
Andrea Marchesini
769ca2e705 Bug 1323781 - Console API should use OriginAttributes instead a privateBrowsing boolean, r=ehsan, r=smaug 2016-12-16 22:08:31 +01:00
Andrea Marchesini
7e2488aeeb Bug 1322856 - Expose ContextualIdentities (aka containers) to WebExtensions - part 2, r=kmaglione 2016-12-16 22:01:24 +01:00
Andrea Marchesini
95cb113c9f Bug 1322856 - Expose ContextualIdentities (aka containers) to WebExtensions - part 1, r=kmaglione 2016-12-16 22:01:24 +01:00
Mason Chang
b2a25208e6 Bug 1323587. Part 2: Reftest fuzzing for updated gamma and contrast. r=lsalzman 2016-12-15 18:37:38 -08:00
Mason Chang
5902ea8a82 Bug 1323587 Part 1: Use correct gamma and contrast for dwrite fonts. r=lsalzman 2016-12-16 08:04:45 -08:00
Aaron Klotz
1b06d6cc17 Bug 1321936: Check whether new child docs are defunct before doing IPC binding; r=tbsaunde
MozReview-Commit-ID: 2kX991JncyV
2016-12-02 12:33:01 -07:00
Boris Zbarsky
90075801ac Bug 1323930. Align the handling of Promise return values from callbacks with the current wording of the WebIDL spec. r=bholley 2016-12-16 14:08:40 -05:00
Boris Zbarsky
f74b8c3888 Bug 1323274. Disallow nullable Promise types. r=qdot 2016-12-16 14:06:54 -05:00
Dão Gottwald
a4f102118b Bug 1323807 - Make sanitize.js handle the search bar having moved to the overflow or menu panel. r=mak
--HG--
extra : rebase_source : 9b166413b396a718d08c24737aa6715e2f369bb4
2016-12-16 19:57:08 +01:00
Trevor Saunders
fc68eda3fc bug 1324019 - remove TreeMutation::mEventTree field r=davidb
It causes warnings if the logging define is undefined as it is on aurora,
   because the field is then unused.  Since the only uses can easily be
   replaced with the mQueueEvents field we can just do that and remove the
   useless field.
2016-12-16 14:07:44 -05:00
Luke Wagner
c975fbc136 Bug 1321583 - Baldr: freeze the exports object (r=bbouvier)
MozReview-Commit-ID: IGDH7LYKMEX
2016-12-16 12:12:13 -06:00
Luke Wagner
4f38900f70 Bug 1321122 - Baldr: add Module.customSections (r=bbouvier)
* * *
[mq]: out-of-line

MozReview-Commit-ID: 7WdRkGucChE

--HG--
extra : rebase_source : 4f72e11e4c7197242732e1636b569ffd16b16dcb
2016-12-16 12:07:36 -06:00
Gabriele Svelto
1b8ffd2807 Bug 1293656 - Send crash pings for content crashes complete with stack traces r=bsmedberg
* * *
Bug 1293656 - Fix the test_process_error.xul test
2016-10-19 12:51:29 +02:00
Gabriele Svelto
d55bb9094c Bug 1293656 - Store all crash annotations in the crash manager's database and filter out privacy-sensitive ones when sending a crash ping r=bsmedberg 2016-10-19 12:48:19 +02:00
Gabriele Svelto
6cc37ab472 Bug 1293656 - Clean up the exception handler code r=ted 2016-10-19 12:38:56 +02:00
Geoff Brown
6e9dba7f78 Bug 1323988 - Set gfx.logging.level=1 during tests; r=milan 2016-12-16 10:19:40 -07:00
Joel Maher
783b8ae596 Bug 1322705 - add support for MOZ_UPDATER in manifests. r=rstrong,ted.
MozReview-Commit-ID: HTnh9OOe01F
2016-12-16 11:55:13 -05:00
Peter Moore
43d8906bc4 Bug 1319487 - don't explicitly set env vars APPDATA, LOCALAPPDATA, TEMP, TMP in generic-worker tasks,r=grenade 2016-12-16 17:28:36 +01:00
Jonathan Watt
e3366cf656 Bug 1322729 - Have gfxContext always use DrawTarget::PushLayer/PopLayer. r=lsalzman 2016-12-16 11:02:04 -05:00
Lee Salzman
90fe07ab69 Bug 1322729 - fix DrawTargetSkia::BorrowCGContext to work with PushLayer. r=mchang
MozReview-Commit-ID: Hl2t9gxIdYI
2016-12-16 11:02:04 -05:00
Lee Salzman
a3ecdc5084 Bug 1322729 - fix DrawTargetTiled to forward SetPermitSubpixelAA. r=mchang
MozReview-Commit-ID: 7aicn9Crru9
2016-12-16 11:02:04 -05:00
Lee Salzman
a55eee6d3f Bug 1322729 - fix DrawTargetTiled::PushLayer to properly handle clipping. r=mchang
MozReview-Commit-ID: 2otVOl9J4pZ
2016-12-16 11:02:04 -05:00
Carsten "Tomcat" Book
09ad3f43ec Backed out changeset a6e2d96c1274 (bug 1322565) for eslint failure 2016-12-16 16:41:22 +01:00
Claas Augner
9f96024af4 Bug 1282881 - Remove telemetry probe for the “Zoom Text Only” feature in Firefox 53. r=gfritzsche 2016-12-13 22:55:35 +01:00
Iulian Radu
0185db5f4d Bug 1322565 - Remove gecko.handlerService.allowRegisterFromDifferentHost. r=gijs 2016-12-16 01:53:50 +02:00
Honza Bambas
b862dc4c74 Bug 1312243 - Block authentication dialog pop-ups by cancling 3 of them in a row, r=Dolske+mcmanus 2016-12-16 03:42:00 +01:00
Carsten "Tomcat" Book
a244c7fb4a merge mozilla-inbound to mozilla-central a=merge 2016-12-16 16:04:50 +01:00
Carsten "Tomcat" Book
863e8736fb merge autoland to mozilla-central a=merge 2016-12-16 16:02:56 +01:00
ffxbld
6ae95421db No bug, Automated HPKP preload list update from host bld-linux64-spot-412 - a=hpkp-update 2016-12-16 06:25:58 -08:00
ffxbld
1176b88ea7 No bug, Automated HSTS preload list update from host bld-linux64-spot-412 - a=hsts-update 2016-12-16 06:25:56 -08:00
Carsten "Tomcat" Book
c6f3dc11fc Backed out changeset 781555873370 (bug 1319992) for frequent test failurs in mediasource-endofstream.html 2016-12-16 12:41:41 +01:00
Carsten "Tomcat" Book
ae2d6964b3 Backed out changeset d3366444625b (bug 1319992) 2016-12-16 12:41:10 +01:00
Carsten "Tomcat" Book
ba4d31d333 Backed out changeset ab31c60d46d7 (bug 1319992) 2016-12-16 12:41:08 +01:00
Carsten "Tomcat" Book
96bde6ffe2 Backed out changeset 49877fd60322 (bug 1319992) 2016-12-16 12:41:06 +01:00
Carsten "Tomcat" Book
8ac85b373f Backed out changeset f982627067f7 (bug 1319992) 2016-12-16 12:41:05 +01:00
Carsten "Tomcat" Book
733406a32d Backed out changeset 96f486d2a6c7 (bug 1323913) 2016-12-16 12:41:03 +01:00
Carsten "Tomcat" Book
ef7bd543e4 Backed out changeset e6091803e801 (bug 1243415) for wr test bustage 2016-12-16 12:32:47 +01:00
Carsten "Tomcat" Book
c78316b55c Backed out changeset 7ec63ef95514 (bug 1243415) 2016-12-16 12:32:25 +01:00
Carsten "Tomcat" Book
1c5c762785 Backed out changeset 1a07b3fcb30b (bug 1243415) 2016-12-16 12:32:23 +01:00
Carsten "Tomcat" Book
1adf9f3831 Backed out changeset 62c28040b388 (bug 1243415) 2016-12-16 12:32:21 +01:00
Carsten "Tomcat" Book
3dba61aa37 Backed out changeset b7e547b2f592 (bug 1243415) 2016-12-16 12:32:19 +01:00
Carsten "Tomcat" Book
d34872123d Backed out changeset f108db686ca2 (bug 1243415) 2016-12-16 12:32:17 +01:00
Carsten "Tomcat" Book
d6aef7b832 Backed out changeset 4bd98277bf9e (bug 1243415) 2016-12-16 12:32:15 +01:00
Carsten "Tomcat" Book
c5da4a74c3 Backed out changeset 56ff773fe562 (bug 1243415) 2016-12-16 12:32:13 +01:00
Carsten "Tomcat" Book
6fce6188df Backed out changeset 7c18fbb292d1 (bug 1323781) for assertion failures
--HG--
extra : rebase_source : 0d9518d855e463eb85e262452e9a957716735f12
2016-12-16 11:57:24 +01:00
Cameron McCormack
366f6eb24d Bug 1323892 - Disable currently crashing stylo crashtests. r=xidorn
MozReview-Commit-ID: 2BNjdBWdT5V
2016-12-16 18:54:41 +08:00
Shawn Huang
aad0ff9e12 Bug 1270038 - Add permission 'persistent-storage' for StorageManager, r=baku 2016-12-16 18:00:53 +08:00
Andrea Marchesini
e65baf57a5 Bug 1323172 - Fix some mochitest failures, r=me 2016-12-16 10:23:49 +01:00