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

488380 Коммитов

Автор SHA1 Сообщение Дата
Sebastian Hengst 1dd98c7608 Merge mozilla-central to mozilla-inbound. r=merge a=merge 2016-08-19 12:39:57 +02:00
Nicolas Silva 0923b0fd39 Bug 1294351 - Avoid removing and re-applying the drawing states with PersistentBufferProviderBasic. r=Bas 2016-08-19 12:00:26 +02:00
Jon Coppeard 35539866a9 Bug 1293239 - Revert nursery resizing heuristics r=terrence 2016-08-19 10:44:01 +01:00
Jon Coppeard d170af87c1 Bug 1293209 - Don't assert tables are empty if the embedding leaked JS GC things r=terrence 2016-08-19 10:44:01 +01:00
Iris Hsiao 67de9ad6e4 Backed out changeset 3172e3fa6e24 (bug 1294606) 2016-08-19 17:42:14 +08:00
Iris Hsiao e3f411bb25 Backed out changeset defd76119eda (bug 1294606) 2016-08-19 17:41:57 +08:00
Iris Hsiao 0cadff9393 Backed out changeset 4d05a40172ca (bug 1294606) for Spider Monkey ARM64 bustage 2016-08-19 17:41:45 +08:00
Franziskus Kiefer d75c53e790 Bug 1296266 - Land NSS_3_27_BETA1, r=kaie
--HG--
extra : amend_source : 1408228c898d6683a384508ca2154fc9d8895e81
2016-08-19 11:20:21 +02:00
Heiher d8e57bddcc Bug 1294606 - Part 3: Add tests for SignExtend. r=nbp
---
 .../jit-test/tests/ion/dce-with-rinstructions.js   | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)
2016-08-19 17:07:52 +08:00
Heiher c8cef5ba11 Bug 1294606 - Part 2: Folds Lsh/Rsh same bits to SignExntend. r=nbp
---
 js/src/jit/CodeGenerator.cpp                       | 16 +++++++++
 js/src/jit/CodeGenerator.h                         |  1 +
 js/src/jit/Lowering.cpp                            | 13 ++++++++
 js/src/jit/Lowering.h                              |  1 +
 js/src/jit/MIR.cpp                                 | 27 +++++++++++++++
 js/src/jit/MIR.h                                   | 39 ++++++++++++++++++++++
 js/src/jit/MOpcodes.h                              |  1 +
 js/src/jit/MacroAssembler.h                        |  3 ++
 js/src/jit/Recover.cpp                             | 37 ++++++++++++++++++++
 js/src/jit/Recover.h                               | 12 +++++++
 js/src/jit/arm/MacroAssembler-arm-inl.h            | 12 +++++++
 js/src/jit/arm64/MacroAssembler-arm64-inl.h        | 12 +++++++
 .../mips-shared/MacroAssembler-mips-shared-inl.h   | 12 +++++++
 js/src/jit/shared/LIR-shared.h                     | 16 +++++++++
 js/src/jit/shared/LOpcodes-shared.h                |  1 +
 .../jit/x86-shared/MacroAssembler-x86-shared-inl.h | 12 +++++++
 js/src/vm/Interpreter-inl.h                        | 11 ++++++
 17 files changed, 226 insertions(+)
2016-08-19 17:07:47 +08:00
Heiher f5130bf88d Bug 1294606 - Part 1: Implement LIRGenerator::useByteOpRegisterAtStart. r=nbp
---
 js/src/jit/arm/Lowering-arm.cpp                 | 6 ++++++
 js/src/jit/arm/Lowering-arm.h                   | 1 +
 js/src/jit/arm64/Lowering-arm64.cpp             | 6 ++++++
 js/src/jit/arm64/Lowering-arm64.h               | 1 +
 js/src/jit/mips-shared/Lowering-mips-shared.cpp | 6 ++++++
 js/src/jit/mips-shared/Lowering-mips-shared.h   | 1 +
 js/src/jit/none/Lowering-none.h                 | 1 +
 js/src/jit/x64/Lowering-x64.cpp                 | 6 ++++++
 js/src/jit/x64/Lowering-x64.h                   | 1 +
 js/src/jit/x86/Lowering-x86.cpp                 | 6 ++++++
 js/src/jit/x86/Lowering-x86.h                   | 1 +
 11 files changed, 36 insertions(+)
2016-08-19 17:07:39 +08:00
Mark Banner f39cd14a1c Bug 1291641 - Make the Pocket system add-on as e10s compatible. r=mixedpuppy
Move the about: handler registration into the content process, and set the flag on the add-on.

MozReview-Commit-ID: Ken10jJH9o8

--HG--
extra : rebase_source : 1b23f082718d1cfd89e89fa37f84af1fc69c2f85
2016-08-18 13:59:59 +01:00
Sebastian Kaspari 7c6fac4fc8 Bug 1296357 - Remove unused drawables/scrollbar.png. r=ahunt
MozReview-Commit-ID: 3TkteHjrko6

--HG--
extra : rebase_source : d6a0973f895f25bb98867c04b6fb8095a9a7a783
2016-08-18 19:05:38 +02:00
Patrick Brosset d85ca4e057 Bug 1295607 - Avoid CSP errors when drawing the window into the eyedropper; r=miker
Pages defining CSP response headers used to be a problem for the eyedropper.
Indeed, the eyedropper would take a screenshot of the window with
canvas.drawWindow and then load the resulting data as an Image. But in order
to access the Image() constructor, it would use the content window:
new window.Image(), and that wasn't possible with CSP headers.

With this change, the eyedropper creates an ImageBitmap with
window.createImageBitmap() and that doesn't cause CSP errors, and still works
fine because ImageBitmap are consumable by the eyedropper.

This change also adds a new test to prevent this bug from coming back.

MozReview-Commit-ID: 7f3HCXJtTiv
2016-08-18 14:37:04 +02:00
Sebastian Hengst 76d1079896 Merge mozilla-central to fx-team. r=merge a=merge 2016-08-19 12:41:03 +02:00
Patrick Brosset 3ca2b33eec Bug 1289553 - Move the eyedropper label so it's always visible; r=jdescottes
This adds a few new CSS selectors that are used to move the label to the
top and/or left/right of the eyedropper canvas.
The CSS rules use transform and a quick transition.
The eyedropper highlighter then just makes use of this by adding top, left,
right attributes to the DOM depending on its position.

This also adds a test for this, and while testing, I discovered a bug in
shared/layout/utils.js that I fixed here too. Sometimes, the node passed is
actually a DOCUMENT_NODE and so we must account for this in a couple of places
in this file to avoid JS errors.

MozReview-Commit-ID: H969k3mEDJE


MozReview-Commit-ID: 9qOCYVp4mld
2016-08-18 15:17:47 +02:00
Sebastian Hengst 6d2886e2f3 Backed out changeset 6c02985bc0c8 (bug 996691) for failing browser_dbg_variables-view-data.js and browser_bug_869003_inspect_cross_domain_object.js. r=backout 2016-08-19 09:41:07 +02:00
Claas Augner 5fd7c05de8 Bug 1291835 - Prevent last search engine from being removed. r=florian 2016-08-18 20:42:03 +02:00
Alastor Wu c45a13bb5a Bug 1295023 - ignore to set the same value for the ready state. r=rillian
MozReview-Commit-ID: 9OWJfnWAwj9

--HG--
extra : rebase_source : 2679535cb78587a685604312e0e105c53c52a135
2016-08-18 19:10:31 +08:00
Jeremy Chen 037578d1bd Bug 1293210 - get cap height from GDI backend. r=jfkthame
MozReview-Commit-ID: 6EIgsJnzZz4

--HG--
extra : rebase_source : 6490db176730170b4bdbbdbcf5c8005829b1b27e
2016-08-18 17:43:54 +08:00
Jeremy Chen 5459f4df5a Bug 1293210 - get cap height from FT2 backend. r=jfkthame
MozReview-Commit-ID: 7EnaxRYpwJU

--HG--
extra : rebase_source : 043d0f5601d261adb122c5ffe408daa07965fd4b
2016-08-18 17:43:54 +08:00
Jeremy Chen 16b102d35e Bug 1293210 - get cap height from DirectWrite backend. r=jfkthame
MozReview-Commit-ID: KC45V4pZZU1

--HG--
extra : rebase_source : 8f4716d2ddb308f37450c400cdfdd5fdf018e6e9
2016-08-18 17:43:54 +08:00
Jeremy Chen c0c0bf1903 Bug 1293210 - get cap height from platform APIs for non-sfnt fonts on Mac. r=jfkthame
MozReview-Commit-ID: IiHQQoIvQ3f

--HG--
extra : rebase_source : bc585b776f1712333fc841df66700771d6d2af87
2016-08-18 17:43:54 +08:00
Jeremy Chen 7fe92af520 Bug 1293210 - add cap height support to nsFontMetrics. r=jfkthame
MozReview-Commit-ID: 8EXWUtbuN3s

--HG--
extra : rebase_source : 120cc3476faae7d63f2e96f2973ea9e6d9a93c16
2016-08-18 17:43:54 +08:00
Cameron McCormack d6d90e9bb0 Bug 1295852 - Part 5: Check for generated content containers more precisely in nsTransitionManager assertion. r=boris
MozReview-Commit-ID: 3GNdT8ubKDb

--HG--
extra : rebase_source : b2507e5a084a2a351e78522f64231b63b22ccdf4
2016-08-19 11:46:46 +08:00
Cameron McCormack 792c4f4eb0 Bug 1295852 - Part 4: Check for generated content containers more precisely when reflowing grid containers. r=me
I'm not convinced that we can actually get regular content
<_moz_generated_content_before> elements in here, since it's only if
CompareTreePosition returned 0 that we look at the element name,
but might be best to make this test stronger in any case.

MozReview-Commit-ID: 8CgxcU9AbDA

--HG--
extra : rebase_source : 4a47ed62895d83f720ec7ccfde253e2c1945b34f
2016-08-19 11:46:43 +08:00
Cameron McCormack 6b7cc9d914 Bug 1295852 - Part 3: Check for generated content containers correctly when generating DOM ranges from a11y selections. r=masayuki
MozReview-Commit-ID: 9yTyi2MB0SQ

--HG--
extra : rebase_source : 336751029363a9a4ac50fa394df1e1482a0b7e47
2016-08-19 11:17:00 +08:00
Cameron McCormack ef76cd4cfc Bug 1295852 - Part 2: Check for generated content containers correctly in Element.getAnimations(). r=boris
MozReview-Commit-ID: E6HkQED2ND8

--HG--
extra : rebase_source : 780677c7fddc2c69b89e3bfbbb99d88c57fe1a3e
2016-08-19 11:16:52 +08:00
Cameron McCormack 039ea8d7a5 Bug 1295852 - Part 1: Add nsINode methods for testing whether a node is a ::before/::after generated content container. r=bholley
MozReview-Commit-ID: 662ltv2rv0V

--HG--
extra : rebase_source : 842872351965d66a31cc3827317887e4542c21d7
2016-08-19 11:16:45 +08:00
Jean-Yves Avenard 8ac9ba75d3 Bug 1296152: [ffmpeg] Don't use all CPUs available when decoding. r=mattwoodrow
MozReview-Commit-ID: C4CTiC9H79A

--HG--
extra : rebase_source : 05c37856dc72c0b08e23c523cfa41e011b3802ea
2016-08-18 15:34:19 +10:00
Andrew Comminos 6c78c89f37 Bug 1281241 followup - Use legacy taskcluster instances for XPCShell and ASAN devtools. r=philor 2016-08-18 01:09:47 -04:00
cku 177446e0ae Bug 1294171 - Part 2. Create a reftest for data url mask. r=mstange
MozReview-Commit-ID: IcXmbVd9nUA

--HG--
extra : rebase_source : 9c5b71b3bc7d6a3548083747fb2d94da00604dd5
2016-08-18 12:14:19 +08:00
cku 3cd159aa2b Bug 1294171 - Part 1. Treat unresolvable mask as no mask before support image mask. r=mstange
MozReview-Commit-ID: 9f2k7NtpYuR

--HG--
extra : rebase_source : b39ef5f82382fd9d7f237d1dabd6d834b8bbefa0
2016-08-18 11:24:28 +08:00
Oriol e0f291a2fa Bug 996691 - Stop ignoring empty string property names when inspecting an object. r=fitzgen 2016-08-17 18:03:00 -04:00
Wes Kocher 221a8574f7 Merge m-c to fx-team, a=merge 2016-08-18 16:33:20 -07:00
Lin Clark 1f90a0eb35 Bug 1295337 - New console frontend: Automate creation and update of stubs. r=bgrins
MozReview-Commit-ID: KtJLRAMqGVC

--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/stubs.js => devtools/client/webconsole/new-console-output/test/fixtures/stubs/consoleApi.js
2016-08-18 16:04:57 -07:00
Peter Elmers 79ff11951a Bug 1295254 - New console frontend: Add support for navigation marker. r=linclark
MozReview-Commit-ID: EcXsOKH5jgx
2016-08-18 16:04:35 -07:00
Lin Clark cfb090c9fc Bug 1295254 - Part 1: Add support for navigatedMessages.
MozReview-Commit-ID: CwezKrewGJP
2016-08-18 16:04:35 -07:00
Nicolas Chevobbe d8d0dd3e36 Bug 1294499 - New console frontend: Add collapsible stacktrace for console.error/trace messages. r=linclark
MozReview-Commit-ID: LctpJdFtxX0
2016-08-18 16:04:35 -07:00
Lin Clark 6a66311928 Bug 1294505 - New console frontend: Update stubs. r=me
MozReview-Commit-ID: 1g7xRNj2oAk
2016-08-18 16:04:34 -07:00
Jaideep Bhoosreddy 1546eccc1a Bug 1294498 - New console frontend: Add a file location component. r=linclark
MozReview-Commit-ID: 5VnQnWQsoZF
2016-08-18 16:04:33 -07:00
Brian Grinstead 21c0458602 Bug 1292325 - New console frontend: Add a waitForMessages function for end-to-end testing. r=linclark
MozReview-Commit-ID: H908h06zfNJ
2016-08-18 16:04:33 -07:00
Lin Clark 70cb4eb07e Bug 1292322 - New console frontend: Clean up React warnings. r=bgrins
MozReview-Commit-ID: AhhSP61tl7w
2016-08-18 16:04:32 -07:00
Lin Clark eaf9255215 Bug 1291832 - New console frontend: Remove all category/severity cruft. r=nchevobbe
MozReview-Commit-ID: IyAqX1vzY0m
2016-08-18 16:04:32 -07:00
Nicolas Chevobbe 9d740d0f97 Bug 1291358 - Part 2: New console frontend: Add support for console.trace();r=linclark
MozReview-Commit-ID: G7Ghf07BiSl
2016-08-18 16:04:32 -07:00
Brian Grinstead ec262e55ae Bug 1291352 - New console frontend: Add basic mochitest-browser test;r=linclark
MozReview-Commit-ID: KQITgqdMb2l
2016-08-18 16:04:31 -07:00
Lin Clark b620bd73c0 Bug 1291358 - New console frontend: Add LocalizationHelper to mocks. r=nchevobbe
MozReview-Commit-ID: 5ChNIANDumt
2016-08-18 16:04:31 -07:00
Lin Clark fb5572eb78 Bug 1291056 - New console frontend: Use require-hacker to load mocks in npm tests. r=bgrins
MozReview-Commit-ID: 8ndzzDqCRTB

--HG--
rename : devtools/client/webconsole/new-console-output/test/fixtures/l10n.js => devtools/client/webconsole/new-console-output/test/fixtures/L10n.js
2016-08-18 16:04:30 -07:00
Lin Clark fe62fe8b51 Bug 1290545 - New console frontend: Adjust severity filtering rules. r=bgrins
MozReview-Commit-ID: AGoMyxQYoEN
2016-08-18 16:04:23 -07:00
Jared Wein cdbd6b66a8 Bug 1294885 - Apply padding to the start and end of the Bookmarks Toolbar so bookmark items don't appear abutted to the edge of the window. r=dao
MozReview-Commit-ID: I7InOZHkW8p

--HG--
extra : rebase_source : 94f613e24abb0d9f37f6f5deb2b4a7af8d300672
2016-08-18 15:13:39 -04:00