Граф коммитов

475307 Коммитов

Автор SHA1 Сообщение Дата
Trevor Saunders 72bac46477 bug 1271436 - use nsIDocShellTreeItem::GetWindow() more r=smaug 2016-05-17 18:16:07 -04:00
Valentin Gosu 26adbcb7e5 Bug 816866 - Trigger a captive portal recheck when a certificate error occurs r=mcmanus 2016-05-17 23:55:52 +02:00
Jakob Stoklund Olesen 94c59e4554 Bug 1136226 - Asm.js: Add small integer SIMD types. r=bbouvier
Almost entirely boilerplate.

Note that IsSimdValidOperationType() does not yet accept 8x16 and 16x8 SIMD
operations which means that none of the new code is reachable yet. We'll turn
this on once IonMonkey has full support for the new SIMD types.
2016-05-17 14:53:56 -07:00
Jakob Stoklund Olesen c63f69db4d Bug 1136226 - Wasm: Codegen for small integer SIMD constants. r=sunfish 2016-05-17 14:53:56 -07:00
Jakob Stoklund Olesen cd0d32a097 Bug 1136226 - Wasm: Generate code for small int SIMD constructors. r=sunfish
SIMD constructors with dynamic arguments are translated to a sequence of
MSimdInsertElement instructions, LLVM style. This may change if we need the
optimization.
2016-05-17 14:53:56 -07:00
Jakob Stoklund Olesen d12579deb1 Bug 1136226 - Wasm: Add opcodes for small integer SIMD types. r=sunfish 2016-05-17 14:53:56 -07:00
Jakob Stoklund Olesen d512bedc76 Bug 1136226 - Wasm: Encode/decode small integer SIMD constants. r=sunfish 2016-05-17 14:53:55 -07:00
Jakob Stoklund Olesen d019dc8621 Bug 1136226 - Wasm: Add small integer SIMD types to WasmTypes.h. r=sunfish 2016-05-17 14:53:55 -07:00
Jakob Olesen 298319dfc5 Bug 1136226 - Add FORALL enumerations for small integer SIMD types. r=sunfish
These are used in the asm.js / wasm code generator.

Also include addSaturate and subSaturate in the SimdOperation enum. They had
been left out by accident.
2016-05-17 14:53:55 -07:00
Chris Manchester 0676d58107 Bug 1272535 - Move MOZ_UPDATE_CHANNEL to Python configure. r=glandium
MozReview-Commit-ID: 2NuZZX1hoEP
2016-05-17 14:40:03 -07:00
Chris Manchester 657b64c828 Bug 1272714 - Move MOZ_ANDROID_HISTORY to Python configure. r=glandium
MozReview-Commit-ID: BRhGpAtEHxp
2016-05-17 14:40:03 -07:00
Chris Manchester 3456d9c06d Bug 1269513 - Move --with-system-hunspell to Python configure. r=glandium
MozReview-Commit-ID: ERnnsr1hnpu
2016-05-17 14:40:03 -07:00
Chris Manchester 3eb90d9dd1 Bug 1269513 - Implement PKG_CHECK_MODULES equivalent in Python configure. r=glandium
MozReview-Commit-ID: mhFMEG0UXz
2016-05-17 14:40:03 -07:00
Chris Manchester 2a763b7273 Bug 1269513 - Add a helper for check_output in Python configure. r=glandium
MozReview-Commit-ID: H3IX5HLyJeu
2016-05-17 14:40:03 -07:00
Chris Manchester 0a11236205 Bug 1269513 - Make queue_debug a no-op if called from within a queue_debug block. r=glandium
MozReview-Commit-ID: 2GO8fV8HseU
2016-05-17 14:40:03 -07:00
Chris Manchester 5225069baf Bug 1269513 - Add a template to execute a depends function only when a given value is present. r=glandium
MozReview-Commit-ID: H99fVOqlh8d
2016-05-17 14:40:03 -07:00
Jonathan Watt e242d3f9fe Bug 1263060, part 2 - Prevent nsFrameLoader from loading sub-documents in XBL bindings documents. r=smaug 2016-05-12 17:22:25 +01:00
Jonathan Watt d270af6900 Bug 1263060, part 1 - Replace redundant nsIDocument::IsResourceDoc() checks in nsFrameLoader with asserts. r=smaug 2016-05-12 17:22:25 +01:00
Wes Kocher 3ac80a6ae8 Merge m-c to inbound, a=merge
--HG--
rename : testing/eslint-plugin-mozilla/lib/rules/.eslintrc => testing/eslint/eslint-plugin-mozilla/lib/rules/.eslintrc
2016-05-17 14:17:19 -07:00
Wes Kocher 1dd8a84da8 Merge fx-team to central, a=merge 2016-05-17 14:15:06 -07:00
Wes Kocher 3e7b9d23cc Merge inbound to central, a=merge 2016-05-17 13:52:35 -07:00
David Anderson 6ad5c3d287 Fix force-enabling Direct2D crashing when acceleration is disabled. (bug 1116540, r?=milan) 2016-05-17 13:46:25 -07:00
Wes Kocher 96732fa5cd Backed out changeset cf899587f05e (bug 1271249) for browser_privatebrowsing_blobUrl.js failures 2016-05-17 13:07:44 -07:00
Andrea Marchesini fa35c9b317 Bug 1267923 - Browser tests fixing, r=me 2016-05-17 18:10:33 +02:00
Jon Coppeard d52f95abce Bug 1273494 - Guard call to JSTracer::setCheckEdges that is only present in DEBUG builds r=jandem a=build_error 2016-05-17 14:49:58 +01:00
Henrik Skupin e07a01ca67 Bug 1270953 - Enhance notification class for Firefox Puppeteer. r=maja_zf
MozReview-Commit-ID: KE117HzhiXM

--HG--
extra : rebase_source : eefe2b6c7141784516bddf9e913162f3744e0b7e
2016-05-17 13:43:24 +02:00
Henrik Skupin b9da89429b Bug 1270953 - Enhance utils module for permissions. r=maja_zf
MozReview-Commit-ID: GfpvGV2uhFx

--HG--
extra : rebase_source : 21eb35902b4686c704fa9214f80ee01b08c8d2bc
2016-05-17 13:44:09 +02:00
Tooru Fujisawa 642f05ea77 Bug 1263340 - Part 4: Followup for @@split - Apply optimized path for empty string too. r=till 2016-05-18 04:26:41 +09:00
Martin Stransky 9e176d8f04 Bug 1271579 - Set GtkTextDirection and GtkStateFlags in ClaimStyleContext, r=karlt 2016-05-17 12:52:04 -07:00
David Woodhouse 311f885efd Bug 1270046 - Accept "AF" response from Samba 4.3.8, r=honzab.moz 2016-05-17 12:51:49 -07:00
Daniel Stenberg a59148f843 Bug 1270147 - remote the SpeculativeConnect call, r=mcmanus 2016-05-17 12:51:24 -07:00
Nick Fitzgerald 518bb9b3a0 Bug 1271407 - Remove unnecessary methods from `js::ScriptSource`; r=luke
This commit removes the following methods from `js::ScriptSource`:

* `compressedChars`
* `compressedBytes`
* `uncompressedChars`

They are throwbacks from when `ScriptSource` had this big, hand-rolled tagged
union, and these methods were getters that did all sanity asserts on the tag
state. That union has since been replaced with a `mozilla::Variant`, so we
should just use `mozilla::Variant`'s type-safe accessors instead.
2016-05-17 12:51:08 -07:00
Jessica Jong eb72222ba6 Bug 1265968 - fire change event after selected item is changed in dropdown. r=smaug 2016-05-17 12:50:50 -07:00
Wes Kocher c033991528 Merge inbound to central, a=merge 2016-05-16 14:19:52 -07:00
Eddy Bruel c6ba11793c Bug 1265722 - Decouple WalkerFront from WalkerActor;r=jryans 2016-05-16 16:44:06 +02:00
Sebastian Hengst 0403458e2a Backed out changeset 454ff63e5995 (bug 1271585) for crash in mediatest test_dataChannel_basicAudio.html on Android. r=backout 2016-05-16 16:20:01 +02:00
Sebastian Hengst 1b83aa6ad5 Backed out changeset ba3e7b53306b (bug 1271585) 2016-05-16 16:18:57 +02:00
Jon Coppeard 0dc2cc6613 Bug 1272604 - Fix hazard analysis failure r=me 2016-05-16 15:16:30 +01:00
Eddy Bruel 7f3fbd2eac Bug 1265722 - Decouple NodeListFront from NodeListActor;r=jryans 2016-05-16 14:14:29 +02:00
Eddy Bruel 52e0e2d00c Bug 1265722 - Decouple NodeFront from NodeActor;r=jryans 2016-05-16 14:04:42 +02:00
Alexandre Poirot 9f0ddbd261 Bug 1266828 - Convert ViewHelpers.jsm into a module. r=tromey
--HG--
rename : devtools/client/shared/widgets/ViewHelpers.jsm => devtools/client/shared/widgets/view-helpers.js
2016-05-16 03:13:30 -07:00
Andi-Bogdan Postelnicu 70548f08ce Bug 1273075 - initialize |mPixelsPerFrame| and |mPixelsFilled|. r=jrmuizel
MozReview-Commit-ID: AzevXVRAZvM

--HG--
extra : rebase_source : 1d94ea2901db7aac43ec404deac923b4a587c096
2016-05-16 12:17:37 +03:00
Jon Coppeard b308c4d6a9 Bug 1272604 - Fix bad implicit conversion constructor build error r=me 2016-05-16 14:38:29 +01:00
Jon Coppeard 35a9e3a430 Bug 1272604 - Add a zeal mode to check the heap after a moving GC r=terrence 2016-05-16 14:23:09 +01:00
Mark Hammond 722fb8db38 Bug 1266640 - Avoid persisting the clusterURL and forget other cached ones when it changes. r=rnewman
MozReview-Commit-ID: JBmiZtc20yt
2016-05-16 17:52:16 +10:00
Phil Ringnalda 06062f9178 Merge m-c to f-t 2016-05-15 20:42:29 -07:00
Phil Ringnalda 4124f4b6e3 Merge f-t and m-i to m-c, a=merge 2016-05-15 20:37:48 -07:00
Rail Aliiev 0c0b64a43e Bug 1253757 - Branch specifics for relpro on esr45 r=jlund a=release DONTBUILD
MozReview-Commit-ID: 8PExudPpYxj

--HG--
extra : rebase_source : 78ea107a7c7edfc02055260ae924981e4ad7f498
2016-05-15 19:23:06 -04:00
Sebastian Hengst c327e18391 Bug 1272986 - Removal call of E10SUINotification.checkStatus. r=Felipe
E10SUINotification got removed in bug 1227230.

MozReview-Commit-ID: BqPcMCM1tOY

--HG--
extra : rebase_source : f9173be0ddb9ee5b802ebe9765c11d82b29fd7df
2016-05-15 19:51:00 +02:00
Ben Kelly 62ecdfc256 Bug 1093357 P3 Convert Cache to use IPCStream and AutoIPCStream. r=asuth
* * *
Bug 1093357 P3 interdiff 001 Use AutoIPCStream in dom/cache
2016-05-15 10:32:09 -07:00