Commit Graph

500145 Commits

Author SHA1 Message Date
Boris Zbarsky
e04996b20a Bug 1317597. Stop using LegacyIsCallerChromeOrNativeCode use in nsObjectLoadingContent. r=qdot
These checks date back to when we didn't have webidl bindings and could end up
exposing random XPCOM methods to the web.  That doesn't happen anymore.
2016-11-15 12:46:32 -05:00
Boris Zbarsky
f4760a6a1b Bug 1317596. Stop using LegacyIsCallerChromeOrNativeCode in geolocation code. r=jdm 2016-11-15 12:46:32 -05:00
Boris Zbarsky
62e08b6904 Bug 1317367 part 4. Pass an explicit CallerType to HTMLInputElement::GetValueInternal. r=smaug
I'm not 100% sure that I'm being very consistent in my handling of
mFocusedValue, but since that's not used for file inputs, I don't think it
matters much...

A bigger problem is if people start using this caller type for things other than
file inputs.
2016-11-15 12:46:32 -05:00
Boris Zbarsky
a59a621bb6 Bug 1317367 part 3. Pass an explicit CallerType to HTMLInputElement::SetValue at all callsites. r=smaug 2016-11-15 12:46:31 -05:00
Boris Zbarsky
def4685edd Bug 1317367 part 2. Make HTMLInputElement::GetValue infallible again; just return empty string on OOM. To a first approximation no one checks the return value anyway. r=smaug 2016-11-15 12:46:31 -05:00
Boris Zbarsky
452b292356 Bug 1317367 part 1. Get rid of the XPCOM MozGet/SetFileNameArray methods on HTMLInputElement. r=smaug 2016-11-15 12:46:31 -05:00
Boris Zbarsky
bc74bb03f3 Bug 1316661 part 6. Get rid of nsIObjectLoadingContent.hasRunningPlugin, since it's unused. r=smaug 2016-11-15 12:46:31 -05:00
Kris Maglione
b865966d97 Bug 1308416: Un-request longer timeout for browser_ext_windows_create, since the last failure was before it was split up.
MozReview-Commit-ID: 7CMC31puAOP

--HG--
extra : rebase_source : e05cd93d3e8723b579c93c9b017e374f8c42f583
2016-11-15 09:45:05 -08:00
Ms2ger
562f01a27a Bug 1316636 - Remove Web Storage tests from imptests; r=jgraham
These should not be platform-specific, and already run in web-platform-tests.
2016-11-15 18:40:59 +01:00
Kris Maglione
4e22a4cec8 Bug 1315769, 1308416: Request longer timeouts for tests that can't be split up.
MozReview-Commit-ID: IWRk3FYqKIE

--HG--
extra : rebase_source : d9026951238d71142700c042d235414c840fd8fa
2016-11-15 09:36:27 -08:00
Timothy Nikkel
ed6c3f2ae9 Bug 1317551. Make the main image drawing path ask for async notifications. r=aosmond
We don't want sync notifications during painting.
2016-11-15 11:28:11 -06:00
Andrea Marchesini
824b91b129 Bug 1317688 - Get rid of old code in IPC Blob, r=qdot 2016-11-15 18:15:57 +01:00
Kris Maglione
a92ba39567 Bug 1312492: Fix intermittent. r=me
MozReview-Commit-ID: 2l8z5BLP4hs

--HG--
extra : rebase_source : d0518cd618d44d80e66062a945ec8d881fbbcceb
2016-11-15 08:51:37 -08:00
Michael Layzell
363b71590c Bug 1317705 - Pass aRestoreImmediately through to SessionStoreInternal, r=Yoric
MozReview-Commit-ID: ENRssR9Wmun
2016-11-15 11:32:42 -05:00
Andrew McCreight
12eaf5ca37 Backed out changeset 63cafb0c2f0f (bug 1315837) for causing bug 1317415. 2016-11-15 07:59:24 -08:00
Gabriel Luong
4a0456c98e Bug 1308260 - Part 1: Emit an event with the new grid layout actors on page navigations from the LayoutActor. r=pbro 2016-11-16 00:52:32 +09:00
Jan de Mooij
fe63cb28aa Bug 1317402 - Clear the isBigEnoughForAShapeTable cache when removing dictionary shapes. r=jonco 2016-11-15 16:47:14 +01:00
Jan de Mooij
2ae2fb85cd Bug 1315262 - Don't purge shape tables in the self-hosting zone. r=jonco 2016-11-15 16:46:17 +01:00
Jan de Mooij
f8afc80a70 Bug 1310125 part 2 - Port Baseline scripted getter IC stub to CacheIR. r=h4writer 2016-11-15 15:54:14 +01:00
Jan de Mooij
0146e7a2b0 Bug 1310125 part 1 - Don't use |holder| for own property getters/setters in IonBuilder. r=h4writer 2016-11-15 15:54:12 +01:00
Eugen Sawin
5196420c32 Bug 1283629 - [1.1] Check for cached library file availability before reusing it. r=glandium 2016-11-15 15:19:25 +01:00
Jonathan Kew
48a1d6a49a Bug 1314932 - Reduce content-process startup time on MacOSX by passing the system font list from chrome to content process via the GetXPCOMProcessAttributes message. r=mstange 2016-11-15 13:58:29 +00:00
Ehsan Akhgari
56cf7af4fe Bug 1312209 - Make some small fixes to runtests.py in case a test manifest isn't found; r=ted
Before these changes we get a bunch of Python errors.
Now we get a human readable warning saying the test
manifest does not exist.
2016-11-15 08:31:35 -05:00
Sebastian Hengst
e1115d457e Backed out changeset fb3473c1770d (bug 1316450) for landing on wrong integration tree. r=backout on a CLOSED TREE 2016-11-15 14:11:00 +01:00
Sebastian Hengst
78b7da1b11 Merge m-c to mozilla-inbound. r=bustage-fix a=bustage-fix on a CLOSED TREE 2016-11-15 14:04:45 +01:00
Sebastian Hengst
511303c11e Bug 1316450 - Enforce that nothing new depends on the XPCOM glue: Re-add sdp_unittests because its removal hasn't been merged around yet. r=bustage-fix a=bustage-fix on a CLOSED TREE
MozReview-Commit-ID: KxrK2dKjhia
2016-11-15 14:04:05 +01:00
Sebastian Hengst
3d31cd6935 Merge m-c to mozilla-inbound. r=bustage-fix a=bustage-fix on a CLOSED TREE 2016-11-15 13:56:01 +01:00
Sebastian Hengst
d980649453 Bug 1316450 - Enforce that nothing new depends on the XPCOM glue: Remove sdp_unittests, not sdp_file_parser. r=bustage a=bustage on a CLOSED TREE
MozReview-Commit-ID: Kg0822lNuc7
2016-11-15 13:54:00 +01:00
Sebastian Hengst
0a916ec674 Merge m-c to mozilla-inbound. r=bustage-fix a=bustage-fix on a CLOSED TREE 2016-11-15 13:46:45 +01:00
Sebastian Hengst
fc95af0673 Bug 1316450 - Enforce that nothing new depends on the XPCOM glue: Remove sdp_unittests (removed in bug 1316886) and TestMinStringAPI (removed in bug 1316732). r=bustage-fix a=bustage-fix on a CLOSED TREE
MozReview-Commit-ID: FEsOFc6Jvp1
2016-11-15 13:44:31 +01:00
Carsten "Tomcat" Book
106d39cf20 Merge mozilla-central to mozilla-inbound 2016-11-15 12:33:34 +01:00
Carsten "Tomcat" Book
8cfa5253e8 merge mozilla-inbound to mozilla-central a=merge 2016-11-15 12:26:41 +01:00
Bob Owen
7593d137fb Bug 1315212: Allow for failed call to wrapped DrawTarget in DrawTargetRecording::CreateSimilarDrawTarget. r=bas
MozReview-Commit-ID: 4SMixY4Nook
2016-11-15 11:10:02 +00:00
Bob Owen
c4a371a6ce Bug 1316783: Record mSamplingRect for PatternType::SURFACE when using DrawTargetRecording. r=mstange
MozReview-Commit-ID: 8JWzW2cOSXK
2016-11-15 11:09:51 +00:00
Daisuke Akatsuka
2a84d7eb81 Bug 1315600 - Part 2: Add test. r=pbro
MozReview-Commit-ID: B9AikFP5sEH

--HG--
extra : rebase_source : c094edaffc8a527bfa2410503fdd332f02e24cd1
2016-11-15 14:10:22 +09:00
Daisuke Akatsuka
97b57b377b Bug 1315600 - Part 1: Mask behind animation name is too long for animations running on the compositor. r=pbro
MozReview-Commit-ID: 3emNof5b908

--HG--
extra : rebase_source : 5b149fc33529ac6ce756741ea154901b62ba414d
2016-11-15 10:19:17 +09:00
Kris Maglione
0c9bfc0605 Bug 1317366: Handle blocking WebRequest listeners returning non-object values. r=mixedpuppy
MozReview-Commit-ID: HMbgONPqsKU

--HG--
extra : rebase_source : 08e20cd9e7b6732ab05ae2d1aeada8c80bdf222c
2016-11-14 21:34:23 -08:00
Dan Minor
91c5b2836f Bug 1316888 - Port sdp_unittests to xul gtest; r=bwc
MozReview-Commit-ID: 12qrqpZq2pW

--HG--
rename : media/webrtc/signaling/test/sdp_unittests.cpp => media/webrtc/signaling/gtest/sdp_unittests.cpp
extra : rebase_source : 3fd494a06040a8046abb2ad21b2083e20b501260
2016-11-11 12:24:03 -05:00
Jan de Mooij
44e40b79ad Bug 981201 - Stop using JS_IsRunning in PreciseGCRunnable::Run and remove JS_IsRunning. r=bholley 2016-11-15 10:58:30 +01:00
Jonathan Kew
922cccfc52 Bug 1316540 - Update version requirement for --with-system-icu to 58.1 for Unicode 9 support. r=waldo 2016-11-15 09:22:43 +00:00
Dão Gottwald
3f7e022777 Bug 1315948 - Simplify openLinkIn. r=gijs 2016-11-15 09:59:33 +01:00
André Bargull
96d41c633a Bug 1317311: Check for absent instead of undefined argument in TypedArray.prototype.lastIndexOf. r=evilpie 2016-11-14 12:26:23 -08:00
André Bargull
b8d7c0826c Bug 1317310: Disallow trailing decimal digit after null-escape in character classes in Unicode regular expressions. r=arai 2016-11-14 12:26:59 -08:00
André Bargull
7993c40cc7 Bug 1317309: Throw a TypeError when passing a Symbol value to ToAtom. r=till 2016-11-14 12:28:35 -08:00
André Bargull
9af44ca171 Bug 1317308: Don't match Mongolian vowel separator as white space in regular expressions. r=arai 2016-11-14 12:28:13 -08:00
André Bargull
ae832a8e94 Bug 1317307: Throw a TypeError when attempting to change array.length to accessor property. r=till 2016-11-14 12:27:52 -08:00
Nicolas B. Pierron
6ff62e4d56 Bug 1316830 - Use default value instead of duplicating code. r=bbouvier 2016-11-14 07:27:00 +01:00
Nicolas Chevobbe
cfd14cf481 Bug 1307941 - Add DOM nodes highlighter in new console frontend; r=bgrins
Add in serviceContainer highlight and unhighlight utils function so they can
be accessible in components.
Fix EvaluationResult component to pass the serviceContainer to the MessageBody.
Modify ElementNodeRep and TextNodeRep to allow passing them function properties
`onDOMNodeMouseOver` and `onDOMNodeMouseOut` that will be called respectively
on mouseOver and mouseOut.
Add a mochitest in the webconsole to make sure we indeed highlight and unhighlight
node as expected, and add tests in Reps to make sure the passed functions get called
as expected.

MozReview-Commit-ID: 8o8WM7vBfMM

--HG--
extra : rebase_source : 445f02a72b1c9859c0b034ca9e941a7f3df9f4e0
2016-11-04 23:53:35 +01:00
Phil Ringnalda
21a7a3eb46 Backed out changeset 6d6366a2842e (bug 1317359) for test_checks_configure.py bustage
CLOSED TREE
2016-11-14 21:36:44 -08:00
Mike Hommey
e8b62f1ea5 Bug 1317359 - Propagate MOZ_ADJUST_SDK_KEY to old-configure. r=chmanchester
--HG--
extra : rebase_source : ad7b1089d99b9c3477ef882a5664341fe648b41f
2016-11-15 07:43:39 +09:00