Ryan VanderMeulen
25d7744226
Backed out changeset 03090e5ca9b9 (bug 1318418)
2016-12-17 21:57:26 -05:00
Phil Ringnalda
3abfe370ac
Merge m-i to m-c, a=merge
...
MozReview-Commit-ID: 3TWj1elRxgV
2016-12-17 14:00:48 -08:00
Phil Ringnalda
86db739c9b
Merge autoland to m-c, a=merge
...
MozReview-Commit-ID: 2Cf04qf6pHC
2016-12-17 13:59:51 -08:00
ffxbld
e9619c7a06
No bug, Automated HPKP preload list update from host bld-linux64-spot-302 - a=hpkp-update
2016-12-17 06:24:02 -08:00
ffxbld
cb1d76b491
No bug, Automated HSTS preload list update from host bld-linux64-spot-302 - a=hsts-update
2016-12-17 06:23:59 -08:00
Wes Kocher
1b3fc382aa
Backed out 5 changesets (bug 1302470) for causing bug 1323200 a=backout
...
Backed out changeset 005adbf78cd2 (bug 1302470)
Backed out changeset 113f7b13475c (bug 1302470)
Backed out changeset 3d2569996ebc (bug 1302470)
Backed out changeset b92b78271941 (bug 1302470)
Backed out changeset 5b92678afff8 (bug 1302470)
MozReview-Commit-ID: FgeA5OQV8WP
--HG--
extra : histedit_source : 4513cf8271a0bf4d2ca373b5b87aac2c5beeddf9%2C489053b6db62d02f62b4f240fcd9a40fee09dbfb
2016-12-16 16:45:09 -08:00
Wes Kocher
678edfadfb
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: 85xWi937vw6
2016-12-16 16:22:39 -08:00
Iulian Radu
074a78e4ff
Bug 1322565 - Remove gecko.handlerService.allowRegisterFromDifferentHost pref, r=gijs
...
MozReview-Commit-ID: Dlpt96MfoNP
--HG--
extra : rebase_source : 0355d5422af8a991057211fabd69f7fdfe3440f2
2016-12-16 01:53:50 +02:00
Paolo Amadini
8131ab6c9d
Bug 1300755 - Notification anchors are not hidden when the user types in the location bar. r=past
...
MozReview-Commit-ID: 5xY87Jnekv7
--HG--
extra : rebase_source : 0aacb6a4afcd11bf731220df694dc7c12d73dc38
2016-12-15 14:39:30 +01:00
Jonathan Kew
72ded08f57
Bug 1323338 - Update IDN tables. r=smontagu
2016-12-17 09:46:52 +00:00
Andrea Marchesini
ed7e7b4ae2
Bug 1323941 - navigationStart should not be exposed to workers as timing attribute, r=bz
2016-12-17 07:51:22 +01:00
Boris Zbarsky
d68defe92d
Bug 1324044. Add fingerprinting resistance in GetSupportedNames in nsMimeTypeArray and nsPluginArray. r=qdot
2016-12-17 00:25:52 -05:00
Boris Zbarsky
6c52415c65
Bug 1324035 part 4. Change nsContentUtils::ResistFingerprinting to just take a dom::CallerType instead of having all its consumers check it. r=qdot
2016-12-17 00:25:52 -05:00
Boris Zbarsky
e1d25f85a4
Bug 1324035 part 3. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsPluginArray. r=qdot
2016-12-17 00:25:52 -05:00
Boris Zbarsky
ab5ab96017
Bug 1324035 part 2. Stop using nsContentUtils::ThreadSafeIsCallerChrome in nsMimeTypeArray. r=qdot
2016-12-17 00:25:52 -05:00
Boris Zbarsky
e36aa537d8
Bug 1324035 part 1. Fix codegen to pass a CallerType to Length() calls that are generated for indexed getters if the indexed getter itself needs a CallerType. r=qdot
2016-12-17 00:25:52 -05:00
Andrea Marchesini
9c9e0b6c60
Bug 1324169 - VoidFunction should be moved to Function.webidl for Worklet global scopes, r=me
2016-12-17 07:19:50 +01:00
Andrea Marchesini
d8964cfa9d
Bug 1322858
- Fix the URL of the AudioWorklet spec in webidl files, r=me
2016-12-17 07:19:02 +01:00
Gabriel Luong
1e634e99df
Bug 1322028 - Avoid destructuring requires where possible in the inspector. r=jdescottes
2016-12-17 12:44:56 +09:00
Jeff Gilbert
2df2270570
Bug 1324157 - Check dst colorDrawBuffers against src in BlitFramebuffer. - r=lenzak800
...
MozReview-Commit-ID: 1vzUTG4RD5
2016-12-16 18:46:18 -08:00
Wes Kocher
be707b2af1
Merge m-c to inbound, a=merge
2016-12-16 16:52:46 -08:00
Nicholas Nethercote
df925b776c
Bug 1321374 - Simplify js::Class handling relating to nsIXPCScriptable. r=mccr8, sr=bholley.
...
This patch removes XPCNativeScriptableShared and XPCNativeScriptableSharedMap,
which results in a net reduction of ~100 lines of code.
2016-12-14 08:33:46 +11:00
Chris Peterson
78f7bd1dd7
Bug 1323923 - Part 2: Suppress more clang warnings and unify CLANG_CXX/CLANG_CL warning flags in gfx/cairo. r=lsalzman
...
gfx/cairo/cairo/src/cairo-image-surface.c:1225:35 [-Wabsolute-value] using floating point absolute value function 'fabs' when argument is of integer type
gfx/cairo/cairo/src/cairo-image-surface.c:1227:35 [-Wabsolute-value] using floating point absolute value function 'fabs' when argument is of integer type
gfx/cairo/cairo/src/cairo-quartz-surface.c:1919:12 [-Wunreachable-code] code will never be executed
gfx/cairo/cairo/src/cairo-quartz-surface.c:1920:6 [-Wunreachable-code] code will never be executed
gfx/cairo/cairo/src/cairo-quartz-surface.c:3530:18 [-Wunused-variable] unused variable 'i'
gfx/cairo/cairo/src/cairo-version.c:39:9 [-Wmacro-redefined] 'CAIRO_VERSION_H' macro redefined
2016-12-15 23:59:12 -08:00
Chris Peterson
a2deb2ec60
Bug 1323923 - Part 1: Fix -Wunknown-warning-option clang warning in gfx/cairo. r=lsalzman
...
warning: unknown warning option '-Wno-unused-but-set-variable'; did you mean '-Wno-unused-const-variable'? [-Wunknown-warning-option]
2016-12-15 23:58:57 -08:00
Jeff Gilbert
b74d781464
Bug 1315866 - Always-too-large level during tex image specification is INVALID_VALUE. - r=ethlin
...
MozReview-Commit-ID: 9fBznguuq1l
2016-12-16 15:00:57 -08:00
Jeff Gilbert
a33624e1d6
Bug 1323363 - Fix non-paranoid PBO uploads. - r=ethlin
...
MozReview-Commit-ID: L0nCELNAmBc
2016-12-16 15:00:55 -08:00
Jeff Gilbert
96603c419d
Bug 1323617 - Don't assert for performance trap when srcPremult == dstPremult, even if the formats allow us to skip premult. - r=ethlin
...
MozReview-Commit-ID: 4OIdz48KhfH
2016-12-16 15:00:52 -08:00
Jeff Gilbert
7eee1ae7b9
Bug 1323617 - Fix canvas_sub_rectangle tests. - r=ethlin
...
MozReview-Commit-ID: 8wWDiiyp7ZS
2016-12-16 15:00:50 -08:00
Sebastian Hengst
e921d27d57
Backed out changeset 5a145b21bd64 (bug 1322856) for failing own test test_ext_contextual_identities.js. r=backout
2016-12-16 23:52:11 +01:00
Sebastian Hengst
c3883dcc9c
Backed out changeset 5db9fcefa874 (bug 1322856)
2016-12-16 23:50:59 +01:00
Sebastian Hengst
abaf5679ca
Backed out changeset 48994775ce8f (bug 1322856)
2016-12-16 23:50:33 +01:00
Ray Lin
5148fc1d9d
Bug 1319569 - Remove unused timeThumb binding in videocontrols.xml and unreferenced statistics formatting styling from videocontrols.css. r=jaws
...
The timeThumb is no longer used since bug 1271765 and the statistics were removed by bug 1270853.
MozReview-Commit-ID: 3Pwl381IBdz
2016-12-16 02:22:00 -05:00
Stone Shih
3774a3f4e1
Bug 1323132
- PointerUp's buttons should be 0 when it's generated from touch. r=smaug
...
MozReview-Commit-ID: 36FFFPhaChb
--HG--
extra : rebase_source : ff51747daf407562f35b21edafc61c91a6f698a7
extra : histedit_source : a6293003098377a3eac73ad81aa98af79f552d92
2016-12-12 21:44:13 +08:00
Stone Shih
805b755bb1
Bug 1322994 - Update pointerevent web-platform-tests. r=smaug
...
MozReview-Commit-ID: CFnBxbCaVVk
--HG--
rename : dom/events/test/pointerevents/pointerevent_pointermove-on-chorded-mouse-button.html => dom/events/test/pointerevents/pointerevent_pointermove_on_chorded_mouse_button-manual.html
rename : dom/events/test/pointerevents/pointerevent_suppress_compat_events_on_click.html => dom/events/test/pointerevents/pointerevent_suppress_compat_events_on_click-manual.html
rename : dom/events/test/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse.html => dom/events/test/pointerevents/pointerevent_suppress_compat_events_on_drag_mouse-manual.html
rename : dom/events/test/pointerevents/test_pointerevent_pointermove-on-chorded-mouse-button.html => dom/events/test/pointerevents/test_pointerevent_pointermove_on_chorded_mouse_button-manual.html
rename : dom/events/test/pointerevents/test_pointerevent_suppress_compat_events_on_click.html => dom/events/test/pointerevents/test_pointerevent_suppress_compat_events_on_click-manual.html
rename : dom/events/test/pointerevents/test_pointerevent_suppress_compat_events_on_drag_mouse.html => dom/events/test/pointerevents/test_pointerevent_suppress_compat_events_on_drag_mouse-manual.html
extra : rebase_source : 47e428039914001c64194ab28510f113e7e6dba4
extra : histedit_source : 225f1675260b86f4dd5daa7ed272f6071672e543
2016-12-12 11:21:29 +08:00
Andrea Marchesini
e4bb5f373c
Bug 1322856 - Eslint failures in Extension.jsm fixed - part 3, r=me
2016-12-16 22:47:51 +01:00
Andrea Marchesini
3f9ca03e22
Bug 1323676 - Remove ConsoleTimerStart.started, r=bgrins
2016-12-16 22:42:10 +01:00
Andrea Marchesini
365e4a9f12
Bug 1323967 - Improve how Worklet tests are written, r=smaug
2016-12-16 22:21:51 +01:00
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