Phil Ringnalda
86d3aebd18
Backed out changeset c9f2cb674778 (bug 1303118) for failures in browser_dbg_watch-expressions-02.js
2016-09-20 18:20:25 -07:00
Heiher
9f272ce341
Bug 1303689 - IonMonkey: MIPS: Implement popcnt32. r=arai
...
---
js/src/jit/MacroAssembler.h | 3 ++-
.../jit/mips-shared/CodeGenerator-mips-shared.cpp | 19 +------------------
.../mips-shared/MacroAssembler-mips-shared-inl.h | 22 ++++++++++++++++++++++
3 files changed, 25 insertions(+), 19 deletions(-)
2016-09-21 08:58:10 +08:00
Heiher
fb9d0996d9
Bug 1303688 - Baldr: MIPS: Take advantage of guard page to simplify asm.js/wasm memory access. r=luke
...
---
js/src/jit/mips-shared/Assembler-mips-shared.h | 2 +
.../jit/mips-shared/CodeGenerator-mips-shared.cpp | 66 +++++-----------------
js/src/jit/mips-shared/CodeGenerator-mips-shared.h | 1 +
.../mips-shared/MacroAssembler-mips-shared-inl.h | 3 +
.../jit/mips-shared/MacroAssembler-mips-shared.cpp | 31 ++++++++++
.../jit/mips-shared/MacroAssembler-mips-shared.h | 4 ++
js/src/jit/mips32/MacroAssembler-mips32-inl.h | 5 +-
js/src/jit/mips32/MacroAssembler-mips32.cpp | 20 ++++++-
js/src/jit/mips32/MacroAssembler-mips32.h | 6 +-
js/src/jit/mips64/MacroAssembler-mips64-inl.h | 5 +-
js/src/jit/mips64/MacroAssembler-mips64.cpp | 20 ++++++-
js/src/jit/mips64/MacroAssembler-mips64.h | 6 +-
12 files changed, 106 insertions(+), 63 deletions(-)
2016-09-21 08:58:05 +08:00
Mats Palmgren
22199e98a7
Bug 1280798 part 3 - [css-grid] More reftests for auto-fill/fit intrinsic sizing.
2016-09-21 02:14:40 +02:00
Mats Palmgren
0ffa12391e
Bug 1280798 part 2 - [css-grid] Take any specified [min-/max-]width/height into account when calculating the number of auto-fill/fit tracks for intrinsic sizing. r=dholbert
2016-09-21 02:14:40 +02:00
Mats Palmgren
782101ebba
Bug 1280798 part 1 - [css-grid] Simplify handling of min-size for repeat track calculation. r=dholbert
2016-09-21 02:14:39 +02:00
Bill McCloskey
49e0576651
Bug 1283681 - Enable dom.ipc.cpows.forbid-cpows-in-compat-addons preference (r=blassey)
2016-09-20 16:24:36 -07:00
Shu-yu Guo
12e768fe6d
Bug 1303118 - Fix 'this' computation for Debugger.Frame.evalWithBindings. (r=efaust)
2016-09-20 16:03:19 -07:00
Jim Chen
27143e4fba
Bug 1303806 - 3. Update sources to reflect new bindings; r=snorp r=nalexander
...
Update #includes to use new headers if necessary. Also remove a couple
of functions in AndroidBridge to clean up the code.
2016-09-20 17:42:08 -04:00
Jim Chen
fc338f45cf
Bug 1303806 - 2. Update auto-generated bindings; r=me
2016-09-20 17:42:08 -04:00
Jim Chen
93c5b51e4a
Bug 1303806 - 1. Move classes from geckoview to Fennec; r=nalexander
...
ANRReporter is a telemetry tool that belongs in Fennec code.
GeckoJavaSampler is a developer tool that belongs in Fennec code.
SwipeDismissListViewTouchListener is only used in FormAssistPopup, which
is no longer referenced in geckoview code.
--HG--
rename : mobile/android/geckoview/src/main/java/org/mozilla/gecko/ANRReporter.java => mobile/android/base/java/org/mozilla/gecko/ANRReporter.java
rename : mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoJavaSampler.java => mobile/android/base/java/org/mozilla/gecko/GeckoJavaSampler.java
rename : mobile/android/geckoview/src/main/java/org/mozilla/gecko/widget/SwipeDismissListViewTouchListener.java => mobile/android/base/java/org/mozilla/gecko/widget/SwipeDismissListViewTouchListener.java
2016-09-20 17:42:08 -04:00
James Willcox
c660f5d482
Bug 1301043 - Remove HLS player if you switch tabs in Fennec r=ahunt
2016-09-20 15:54:00 -05:00
Terrence Cole
f782b9ec74
Bug 1291776 - Assert that we don't create gray arguments; r=sfink
...
--HG--
extra : rebase_source : 6d27a748f0eafe6e1995a54c2820dd0519ca5850
2016-09-15 13:50:03 -07:00
Jordan Lund
eec7a1c8df
Bug 1302590 - remove nightly-fennec kind. use build kind for nightlies, r=dustin
...
* add fennec nightly build to job whitelist
MozReview-Commit-ID: F8MCUWwlFYD
--HG--
rename : taskcluster/ci/signing/signing.yml => taskcluster/ci/build-signing/android-signing.yml
rename : taskcluster/ci/signing/kind.yml => taskcluster/ci/build-signing/kind.yml
extra : rebase_source : 5c6095daaa6d8994d7bdf0d2cc2770e41aca73ca
extra : source : 1b269fb8a704a1a1fd2fe67543b9a083ce155563
2016-09-16 01:20:38 -07:00
Ted Mielczarek
a879be132d
bug 1303980 - update minidump_stackwalk binaries to ones built from latest Breakpad. r=jmaher
...
MozReview-Commit-ID: 7RHRlus75om
--HG--
extra : rebase_source : aba080dae4b532807cb3052d6b746620b4d591a3
2016-09-20 13:26:33 -04:00
Ted Mielczarek
3cb006a783
bug 1303980 - update minidump_stackwalk.sh to build Breakpad from git repo (NPOTB)
...
MozReview-Commit-ID: DA80ulpEaJt
--HG--
extra : rebase_source : c5f278e2b8e87bf4e70140d721871ff24e9732cf
2016-09-20 06:56:01 -04:00
Michael Layzell
73b988acc6
Bug 1303223 - Ensure that panic = 'abort' is specified for all toplevel Cargo.tomls, r=froydnj
...
MozReview-Commit-ID: GX0FJjDVA5q
2016-09-20 13:56:09 -04:00
Nathan Froyd
817fe1571d
Bug 1304017 - improve MultipartBlobImpl refcounting; r=baku
...
MultipartBlobImpl always requires copying the incoming BlobImpl array.
This copying, and its associated refcounting, is unnecessary in many
cases, as we're just going to delete the copied-from array anyway. We
might as well pass in ownership when creating the multipart blob and
avoid all the overhead associated with copying and refcounting.
2016-09-20 21:29:28 -04:00
Nathan Froyd
9709651f99
Bug 1303910 - remove superfluous FallibleTArray in Blob.cpp; r=baku
...
This array only exists to be initialized fallibly so we can swap it into
the infallible array we actually want to use. But we can fallibly
initialize the infallible array directly, so let's do that.
2016-09-20 21:29:28 -04:00
Michael Layzell
030fcbd018
Bug 1303472
- Add a move constructor to nsCOMPtr, r=froydnj
...
MozReview-Commit-ID: 6ECLDmA9Ol
2016-09-20 11:36:14 -04:00
Nicolas B. Pierron
7bf949b840
Bug 1301690 - IonMonkey: Prevent using getPropTryDefiniteSlot when primitives can be used as object. r=jandem
2016-09-20 15:28:41 +00:00
Michael Layzell
0f0181c55e
Bug 1295762 - Part 2: Add tests to ensure that the layout of rust's ns[C]String matches C++'s, r=froydnj
...
MozReview-Commit-ID: FH18iSXkhX5
2016-09-20 11:26:43 -04:00
Michael Layzell
dace0b2e39
Bug 1295762 - Part 1: Implement rust bindings to XPCOM's string types, r=froydnj
...
MozReview-Commit-ID: 7fnWSc3AzlR
2016-09-20 11:26:43 -04:00
Michael Layzell
05bd5a1076
Bug 1300208 - Allow specifying multiple rust crates to mozbuild within the same FINAL_LIBRARY, r=froydnj
...
MozReview-Commit-ID: IIjV4Kg7wOv
2016-09-20 11:26:43 -04:00
Henri Sivonen
eea6b5c9c8
Bug 1288084 - Expose a line number for each attribute, v2; r=wchen
2016-09-20 16:31:57 +02:00
Nicolas Silva
7dc66b85b3
Bug 1303369 - Disable the nsRefreshDriver warnings while false positives are investigated. r=milan
2016-09-20 16:25:52 +02:00
Benjamin Bouvier
92f99e505e
Bug 1303085: updates meta-patches after adding rint/rintf/nearbyint/nearbyintf; r=arai
...
MozReview-Commit-ID: LLDpA6SplXi
--HG--
extra : rebase_source : 2c3450a39832ef71144cb212c3aa04ed66da7f79
extra : histedit_source : 61089440a402dced2d4bbfc41599ea751eec1abb
2016-09-15 20:50:09 +02:00
Benjamin Bouvier
38920d4ca6
Bug 1303085: Add nearbyint/nearbyintf to fdlibm; r=arai
...
MozReview-Commit-ID: GahbeGVPKs
--HG--
extra : rebase_source : 521205f9c6fe5d559efa2d0c854f906857c10f36
extra : histedit_source : bd0bf1fb258fc6aac8a33b18f529a43f0130ff68
2016-09-15 20:57:47 +02:00
Benjamin Bouvier
825a1575d8
Bug 1303085: Add fenv.h to the list of system-headers for rint/rintf; r=glandium
...
MozReview-Commit-ID: 2aOUxKqBj3g
--HG--
extra : rebase_source : 2481b138daa5fca18b8692ab47dbbb2ccdd0394b
extra : histedit_source : 4ad1e9befd98103ce80ffbfc1d70533e33c1e74f
2016-09-15 21:00:03 +02:00
Dão Gottwald
f30ee01d43
Bug 1304004 - Disable test_dv_certificate.py, test_ev_certificate.py, test_mixed_content_page.py, test_mixed_script_content_blocking.py
2016-09-20 15:57:23 +02:00
Sebastian Hengst
63beebe912
Backed out changeset 5caa69daaa2a (bug 1302417) for asserting at TraceLogging.cpp line 548 in many spidermonkey tests. r=backout
2016-09-20 15:44:57 +02:00
Sebastian Hengst
57176d6ee5
Backed out changeset 73ac0ad42d63 (bug 1300546) for failing own test on arm64. r=backout
2016-09-20 15:43:40 +02:00
Kim Moir
e70811ec80
Bug 1303925 - Mac addon build on beta failing following 50 merge r=kmoir DONTBUILD
2016-09-20 09:28:33 -04:00
Hannes Verschore [:h4writer]
3dce725f3d
Bug 1303809 - Fix ion/bug1293542.js to not fail when merging to aurora. r=bbouvier
2016-09-20 02:08:00 +02:00
Hannes Verschore
75ca14183b
Bug 1300546: IonMonkey: Make sure the registers of lhs and rhs don't overlap during ALU, r=bbouvier
2016-09-20 14:48:52 +02:00
h4writer
c31b9c2d2e
Bug 1302417: TraceLogging - Don't run the debug check when the item is an error, r=bbouvier
2016-09-20 14:48:50 +02:00
Domenic Denicola
8052df3b1f
Bug 230307. When cloning a <textarea>, preserve the current value just like we do for <input>. r=ehsan
...
The web platform test is just lifted wholesale from
<https://github.com/w3c/web-platform-tests/pull/3734 >.
2016-09-15 13:52:37 -04:00
Boris Zbarsky
4d0f8a0705
Bug 1302858. Remove unnecessary JS_WrapValue from dom::MaybeWrapObjectValue. r=peterv
2016-09-20 13:25:05 +01:00
Boris Zbarsky
87d24a4a1d
Bug 1297304. Fix our named property DOM proxy code to handle deletion correctly when expandos are involved. r=peterv
2016-09-20 13:24:34 +01:00
Boris Zbarsky
ca48a2a2c0
Bug 1303397. nsScriptLoader should just use nsContentUtils::CheckForBOM instead of rolling its own copy. r=bkelly
2016-09-20 13:24:06 +01:00
Andrea Marchesini
72d886f7a3
Bug 1301249 - nsIDocument::GetDocumentURI() should be fallible, r=smaug
2016-09-20 14:03:05 +02:00
Andrea Marchesini
3d45a22bac
Bug 1301254 - nsINode::GetBaseURI() should be fallible, r=smaug
2016-09-20 14:02:33 +02:00
Andrew Osmond
1286146b81
Bug 1303427 - Continue parsing buffered LZW codes in GIFs even if input stream is complete. r=tn
2016-09-19 09:16:28 -04:00
Dão Gottwald
0d8d30a354
Bug 1303291 - Clean up identity block and control center icons. r=jhofmann
...
--HG--
rename : browser/themes/shared/controlcenter/conn-degraded.svg => browser/themes/shared/controlcenter/connection.svg
rename : browser/themes/shared/identity-block/identity-mixed-active-loaded.svg => browser/themes/shared/identity-block/connection-mixed-active-loaded.svg
rename : browser/themes/shared/identity-block/identity-mixed-passive-loaded.svg => browser/themes/shared/identity-block/connection-mixed-passive-loaded.svg
rename : browser/themes/shared/identity-block/identity-secure.svg => browser/themes/shared/identity-block/connection-secure.svg
2016-09-20 12:53:57 +02:00
Philipp Kewisch
a5e487b1ed
Bug 1298879 - Upgrade to ESLint 3.5.0 for faster linting. r=miker
...
--HG--
extra : amend_source : f9192046a1c22f631d6423ce4ffc6e4e0e11dfc1
2016-09-20 10:27:03 +01:00
Carsten "Tomcat" Book
17d545681a
Merge mozilla-central to mozilla-inbound
2016-09-20 12:02:20 +02:00
Carsten "Tomcat" Book
8910ca900f
merge mozilla-inbound to mozilla-central a=merge
2016-09-20 12:01:29 +02:00
Carsten "Tomcat" Book
65ef85e47c
merge fx-team to mozilla-central a=merge
2016-09-20 12:00:36 +02:00
Phil Ringnalda
2f7e87d4f5
Bug 1282024 - Disable iframe-allowfullscreen.html for failing every time we merge to mozilla-beta
2016-09-19 19:10:10 -07:00
Iris Hsiao
6ca36f4b20
Backed out changeset 1b269fb8a704 (bug 1302590) for Gecko Decision Task bustage
...
--HG--
rename : taskcluster/ci/build-signing/kind.yml => taskcluster/ci/signing/kind.yml
rename : taskcluster/ci/build-signing/android-signing.yml => taskcluster/ci/signing/signing.yml
2016-09-20 10:59:19 +08:00