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

552994 Коммитов

Автор SHA1 Сообщение Дата
Mason Chang cdb7204303 Bug 1389338 - Show Off Main Thread Status in about:support. r=rhunt 2017-08-14 21:08:18 -07:00
Ryan Hunt 1b09c0adcc Bug 1390295 - Initialize DrawTargetCapture::mFormat before using it. r=mchang
MozReview-Commit-ID: 7x1MLj088uM

--HG--
extra : amend_source : cd29e74623cb69997d6cb1525b7fe03ebadd90e3
2017-08-14 15:52:11 -05:00
Henrik Skupin f0d69131d1 Bug 1387092 - Update geckodriver readme for proxyType 'direct'. r=ato
MozReview-Commit-ID: DKttdSJajcD

--HG--
extra : rebase_source : 9ab4f76b2ac59d9c07d3dded9c47eda5a9f72310
2017-08-11 18:58:18 +02:00
Henrik Skupin 57339723eb Bug 1387092 - Add support for proxyType "direct". r=ato
The webdriver spec has been updated a while ago and renamed the proxyType
for not using a proxy from "noProxy" to "direct".

MozReview-Commit-ID: FjDIK8XCba8

--HG--
extra : rebase_source : ab41d737c9ba06c8883bfd36839807e6c3316c92
2017-08-11 11:55:51 +02:00
Gijs Kruitbosch 8aa9c66d0c Bug 1374315 - fix CSS overflow:hidden in overflow panel and page action panel to fix rounded corners, r=mikedeboer
MozReview-Commit-ID: B5lHCaAMvyu

--HG--
extra : rebase_source : 0eb5ac61a7eb2082d501a95919d06c49bcbb1c08
2017-08-15 13:03:33 +01:00
Aryeh Gregor 11e2c13fc6 Bug 1390170 - DOMException.prototype should have .message and .name r=bkelly
The spec requires that they be interface members:

  https://heycam.github.io/webidl/#idl-DOMException

This means they're on the prototype.  This change brings us in line with
Chrome, Edge, and WebKit, as tested by
<https://github.com/w3c/web-platform-tests/pull/6875>.

MozReview-Commit-ID: A1cKpmlCNCs

--HG--
extra : rebase_source : 1bce93cdb44fe6718289a86314bbe8ab4afea6ed
2017-08-14 18:52:18 +03:00
Sebastian Hengst ad97051e47 Backed out changeset fb0d8aeff611 (bug 1390260) for failing mochitest browser_bug422590.js. r=backout 2017-08-15 17:13:15 +02:00
Nicholas Nethercote a83fefd956 Bug 1390036 (part 1) - Remove most remaining uses of nsXPIDLString. r=erahm.
CompareCacheHashEntry::mCrit[] is the only case where the nsXPIDLString-ness
was important. The patch adds an explicit SetIsVoid() call to that class's
constructor and changes some null checks to IsVoid() checks.

--HG--
extra : rebase_source : e68befcde4dd098bac2a550bc666eaf3bf1298d7
2017-08-11 18:31:22 +10:00
Andrew Swan 4aa628649e Bug 1389193 Include extensions.legacy.enabled in telemetry environment r=rweiss
MozReview-Commit-ID: JdPL8nsnaxX

--HG--
extra : source : 1511f6e09362fd231162f9474006040f227cfaa9
extra : amend_source : 98aa0cb977be01ff207b799031a2523ddb3ba478
2017-08-10 22:25:51 -07:00
Bevis Tseng 4d83a58f38 Bug 1390080 - Label ImageCache. 2017-08-15 10:51:54 +08:00
Gabriel Luong dfd8ca657b Bug 1390298 - Change the fonts used in the Inspector. r=bgrins 2017-08-15 19:21:49 -07:00
Wes Kocher be24aec8e9 Merge m-c to inbound a=merge
MozReview-Commit-ID: JqsSD85rE4W
2017-08-15 19:15:22 -07:00
sotaro 12647820ef Bug 1390413 - Remove unnecessary webrender keys deletion r=kats 2017-08-16 10:09:35 +09:00
Karl Tomlinson d0d5e37ae6 bug 1389641 add 'f' to literal initializer for float const r=trivial
Address MSVC build failures.

--HG--
extra : rebase_source : 46be974a5f1afe4ee4f41ec0c2367063347516ee
2017-08-16 12:32:32 +12:00
Johann Hofmann bee1b4f407 Bug 1371230 - Replace permission icons in preferences and make location icon platform-specific. r=Perry
MozReview-Commit-ID: 39eRrTM6jI1
2017-08-14 23:54:06 +02:00
Ryan Hunt c2b3db2bf5 Bug 1389539 - Remove unused ResetCompositor declaration. r=jrmuizel
MozReview-Commit-ID: 9dK2eYYvidS

--HG--
extra : rebase_source : 306feca93b1ad246ff22b43d001560b2aee83765
extra : source : 17ff23c6314b402ec2e92bb14343a3b5b677b823
2017-08-10 15:33:26 -05:00
Ryan Hunt 2bf4c04dc3 Bug 1389335 - Only check APZTestDataEnabled when APZPaintLogHelper is created. r=botond
MozReview-Commit-ID: 50JCZSIcLIn

--HG--
extra : rebase_source : 131d06bf77d3c35b05d8f30b4d904f932e544492
extra : source : e96f885e6bf924faa83ff27b6087a16c28a904cf
2017-08-14 00:48:11 -04:00
Tobias Schneider 933774634d Bug 1369360 - (Intermittent intersection-observer/timestamp.html) Make testing for expected time origins more reliable. r=jgraham
--HG--
extra : rebase_source : d352fa0cf223da37179739afeed76df08c682aef
2017-08-14 20:11:37 -07:00
Tobias Schneider 1106966bc4 Bug 1299848 - Rename test-async-print.html to test-async-paged.html. r=dholbert
--HG--
rename : layout/reftests/printing/test-async-print.html => layout/reftests/printing/test-async-paged.html
extra : rebase_source : 91f4e873c7e3747e7465b93d329111690ed2a7d2
2017-08-14 10:26:39 -07:00
Bevis Tseng b31fd1ee95 Backed out changeset c29f8828b859
--HG--
extra : rebase_source : 4a32c7d30c128dd9041e209c6226030c7fba567c
2017-08-15 10:45:28 +08:00
Bevis Tseng b82cc3550d Backed out changeset 2ae749fba6a0
--HG--
extra : rebase_source : d111b3773db29497456484f535963f439283433b
2017-08-15 10:45:00 +08:00
Yoshi Huang 95ff9cfd64 Bug 1385308 - Test about:newtab should have firstPartyDomain. r=smaug
Update the test to verify about:newtab should have firstPartyDomain set
when we enable the pref.

We split about:newtab from browser_firstPartyIsolation_aboutPages.js because
about:newtab needs special care.

In the original test browser_firstPartyIsolation_aboutPages.js, when calling
tabbrowser.addTab, if it found out the uri is about:newtab, it will use
the preloaded browser, however the preloaded browser is loaded before when we
turn on the firstPartyIsolation pref, which won't have the pref set.

To prevent to use the preloaded browser, a simple trick is open a window
first.
2017-08-15 10:35:28 +08:00
Bevis Tseng 5c9d90a951 Bug 1367497 - Part 2: Make gfxFontCache use an expiration tracker that can assert the Servo font metrics mutex is locked. r=bevis,jfkthame 2017-08-15 10:04:32 +08:00
Evan Tseng c34f6b5842 Bug 1389002 - Update background color as #F9F9FA to match updated Photon visual spec and the background color of toolbar. r=jaws,timdream
MozReview-Commit-ID: HtPnAyD1bjf

--HG--
extra : rebase_source : f9aefe62e35aa984462507222af837d4578527a1
2017-08-10 15:12:44 +08:00
Emilio Cobos Álvarez af1bc71c5d Bug 1390650: stylo: Remove some unused FFI functions. r=bholley,xidorn
MozReview-Commit-ID: K9fXGRmgkr4

--HG--
extra : rebase_source : 2428cd915b9d7f4b75b23df99e9d532034ff63a7
2017-08-15 23:21:30 +02:00
Wes Kocher 6fc856c286 Merge m-c to autoland, a=merge
MozReview-Commit-ID: DihMPQQtOlw
2017-08-15 23:17:09 -07:00
KuoE0 fa58525e28 Bug 1384802 - Update the expectation of test cases. r=emilio,jryans
MozReview-Commit-ID: 6XtbkWWSFyr

--HG--
extra : rebase_source : 664431ccc8dba4cf3154bd26c2997f6ea110ba61
2017-08-15 10:21:13 +08:00
Jeremy Chen e3effad2d4 Bug 1387982 - re-enable filter tests in test_transitions_per_property.html. r=hiro
The reason of the previous failure is we wrongly use default color for drop-shadow
functions that without specified color component. Since this has been resolved in
bug 1388220, we can enable these two tests now.

MozReview-Commit-ID: C3bPcLYQwvW

--HG--
extra : rebase_source : c39d1465658e358110bdccb32649a7fdea4c562c
2017-08-16 10:54:18 +08:00
Rex Lee 57d0a89d3f Bug 1389416 - Match UITour's highlight with Photon's style. r=Gijs
MozReview-Commit-ID: E2NHJws0z1T

--HG--
extra : rebase_source : 3a5c3b61b3eca58213f734ccce915d7be7468467
2017-08-14 15:37:18 +08:00
Rex Lee 99100e77a2 Bug 1389541 - Wrap speech bubble of onboarding icon correctly. r=gasolin,Pike
MozReview-Commit-ID: 7u3JApw5Qmy

--HG--
extra : rebase_source : 600c0cca163e829795816ccc4e21b36512a671a1
2017-08-14 14:40:25 +08:00
KuoE0 1bc64693ba servo: Merge #18099 - Make emtpy rule can be inserted into rule tree (from KuoE0:make-empty-rule-can-be-inserted-into-rule-tree); r=emilio
<!-- Please describe your changes on the following line: -->
We really want to ensure empty rule nodes appear in the rule tree for devtools, this condition ensures that if we find an empty rule node, we insert it at the normal level.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix [Bug 1384802](https://bugzilla.mozilla.org/show_bug.cgi?id=1384802)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because of the test cases are in Gecko.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: dc654c991238305d6fc0524173c85f40d7b9e90f

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 75f99790a3111b47d8135d31af42443624426efc
2017-08-15 23:11:04 -05:00
Mike Hommey 60432eb34f Bug 1390704 - Skip 694165-1.xhtml crashtest on stylo debug. r=bholley
--HG--
extra : rebase_source : cad1d36159767362c646f3a8ed05ae7568c5d1eb
2017-08-16 12:54:04 +09:00
J. Ryan Stinnett 418161625f Bug 1390691 - Fix up Servo_StyleSet_MediumFeaturesChanged for Linux 32-bit ABI. r=manishearth
Bindgen bitfield enums don't work as return values with the Linux 32-bit ABI at
the moment because they wrap the value in a struct.

This causes the Rust side to believe the caller will pass along space for the
struct return value, while C++ believes it's just an integer value.

MozReview-Commit-ID: LY6z7lEKgOp

--HG--
extra : rebase_source : deb9739bd100e2162e7c93d6d45d7029d7793355
2017-08-15 17:10:13 -05:00
J. Ryan Stinnett f68386ce04 Bug 1390691 - Fix up Servo_TakeChangeHint for Linux 32-bit ABI. r=manishearth
Bindgen bitfield enums don't work as return values with the Linux 32-bit ABI at
the moment because they wrap the value in a struct.

This causes the Rust side to believe the caller will pass along space for the
struct return value, while C++ believes it's just an integer value.

MozReview-Commit-ID: 6qqVVfU8Mb2

--HG--
extra : rebase_source : 825985977307b50ae8a80ab182e54a3f7b95eafc
2017-08-14 22:11:53 -05:00
J. Ryan Stinnett bdb91a3c76 Bug 1390691 - Fix up Gecko_CalcStyleDifference for Linux 32-bit ABI. r=manishearth
Bindgen bitfield enums don't work as return values with the Linux 32-bit ABI at
the moment because they wrap the value in a struct.

This causes the Rust side to believe the callee expects space for the struct
return value, while C++ believes it's just an integer value.

MozReview-Commit-ID: FRBqlZuMiAR

--HG--
extra : rebase_source : d1b2af4b965c000a5bd8e1792ae166cba5e152a9
2017-08-14 20:02:01 -05:00
J. Ryan Stinnett 7c022405a1 Bug 1390691 - Fix up Servo_StyleSet_Init for Linux 32-bit ABI. r=manishearth
Rust was treating this as returning an `Owned` types which uses a struct, while
C++ saw it as just a pointer.

This disagreement violates the Linux 32-bit ABI, and also the pointer was deemed
to be more correct anyway.

MozReview-Commit-ID: AQJkdU02vfh

--HG--
extra : rebase_source : d53d7a395944f65d71f14e540cc6d6bac4582187
2017-08-14 17:21:51 -05:00
J. Ryan Stinnett 009c046841 servo: Merge #18100 - Fix up Stylo return types for Linux 32-bit ABI (from jryans:stylo-linux32); r=Manishearth
https://bugzilla.mozilla.org/show_bug.cgi?id=1390691

Source-Repo: https://github.com/servo/servo
Source-Revision: 736e963efd81563545f292751176c219c3fe0fdc

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 1a5d497175816f3a1d7d0a8daa382a71692997ee
2017-08-15 22:11:50 -05:00
Ted Mielczarek 90080d65c7 bug 1388820 - remove repo manifest support from symbolstore.py. r=chmanchester
MozReview-Commit-ID: LbDc6YKGpqX

--HG--
extra : rebase_source : 780467dc43d6f001946310879e71a6400e005eef
extra : source : 6b4f89f34b11bcb987511cdb6923920d2596f001
2017-08-09 13:36:07 -04:00
Aki Sasaki 841f307fc1 bug 1391079 - remove errant .sig files. r=rstrong
MozReview-Commit-ID: 3RPxjVGUSVb

--HG--
extra : rebase_source : a2d937a97b1e8214f5397c090cb1ff718850dafa
2017-08-17 12:28:53 -07:00
Gabriele Svelto 7a192b0fc6 Bug 1376795 - Print a message when quitting in response to a content crash; r=cyu
MozReview-Commit-ID: HluXiBtux23

--HG--
extra : rebase_source : 16c168c048ee14db93d4df66c6dfa761952c3577
2017-08-16 11:22:04 +02:00
Dustin J. Mitchell b17efe62bb Bug 1389850: use per-level decision and image workers; r=bstack
MozReview-Commit-ID: BoUuPRUgGnm

--HG--
extra : rebase_source : 93b3fa521acd08e2ef91b47e80fbba42a94bb154
2017-08-16 13:23:13 +00:00
Nathan Froyd 2a27fdebfc Bug 1378830 - part 2 - add tests for {LIB,PROG}_IS_C_ONLY; r=chmanchester
Adding PROG_IS_C_ONLY seems like a good point to add tests, and once we
have tests for that, adding tests for the existing library support is
not too difficult.
2017-08-17 16:21:22 -04:00
Nathan Froyd c150b738a2 Bug 1378830 - part 1 - define PROG_IS_C_ONLY variables for PROGRAM and SIMPLE_PROGRAMS; r=chmanchester
Similar to the existing LIB_IS_C_ONLY variable, these variables indicate
that the program in question has only C sources and so can be linked by
the C compiler rather than the C++ compiler.  We need to add a little
more information to BaseProgram so we can avoid emitting periods into
Makefile variables.
2017-08-17 16:21:23 -04:00
Luke Chang 5f77fde5a0 Bug 1387988 - [Form Autofill] Optimize "findLabelElements" function. r=MattN
MozReview-Commit-ID: EGtBzv2GZFj

--HG--
extra : rebase_source : 128aadbbc57aa3d170aba2b139246df4f3426f20
2017-08-08 19:01:40 +08:00
Paul Bone e576261a1f Bug 1386660 - Part 4: Refactor pref code in nsJSEnvironment.cpp. r=jonco 2017-08-08 13:11:24 +10:00
Paul Bone 73cca4c47d Bug 1386660 - Part 3: Provide code to reset SM/GC parameters. r=jonco 2017-08-17 11:18:10 +10:00
Paul Bone 7b3f7718b5 Bug 1386660 - Part 2: Use float for zoneAllocThresholdFactor. r=sfink 2017-08-17 10:57:41 +10:00
Paul Bone e9c591a48a Bug 1386660 - Part 1: Update a comment to reflect current code. r=jonco 2017-08-08 12:11:00 +10:00
Randall Barker 687d31efab Bug 1382292 - Revert PLANAR_YCBCR case in GLBlitHelper.cpp on Android so that when a canvas uses a video frame as source, it is not flipped r=kvark
MozReview-Commit-ID: 1RZ5G1vkB7U
2017-08-17 12:02:17 -07:00
Johann Hofmann 6ca462be34 Bug 1368143 - Modernize browser_bug902156.js. r=nhnt11
- Switches to add_task and async functions.
- Waits for the correct url to be loaded in BTU.browserLoaded.
- Gets rid of all the CPOWs because we don't like them.

MozReview-Commit-ID: HysaFYIEtVq

--HG--
extra : rebase_source : 8065cb8f84b50d7260f36fbc1e6186c782590899
2017-08-07 15:12:03 +02:00