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

482108 Коммитов

Автор SHA1 Сообщение Дата
Emilio Cobos Álvarez 289ca90dc4 Bug 1285474: Add mozilla::RestyleManagerBase to share logic between RestyleManager and ServoRestyleManager. r=bholley
Partially implement some restyling APIs to take rid of some gecko-only code
paths.

MozReview-Commit-ID: L5i6Kr2Qars
2016-07-12 00:33:57 -07:00
Cameron McCormack acd21d26c0 Bug 1285474: Decide style system backend type for documents earlier. r=bholley
MozReview-Commit-ID: 7A4t3957CWe
2016-07-12 00:33:57 -07:00
Emilio Cobos Álvarez 474ff66ca4 Bug 1285474: stylo: Add dirtiness-tracking hooks for Servo and convenient methods. r=bholley
Also, guard with asserts the access to the new shared flags.

MozReview-Commit-ID: H9UFFHRPmiu
2016-07-12 00:33:57 -07:00
Emilio Cobos Álvarez 5990bbc7d5 Bug 1285474: stylo: Add nsINode method for knowing if the current document is using Servo's style back-end. r=bholley
MozReview-Commit-ID: 3sRE7BZj1tu
2016-07-12 00:33:57 -07:00
Emilio Cobos Álvarez 580accea5d Bug 1285474: stylo: Reuse some element restyle-related flags for Servo-styled nodes. r=bholley
MozReview-Commit-ID: 86FS1s725KL
2016-07-12 00:33:57 -07:00
Seth Fowler ddf805118b No bug - Add an NS_WARNING to report when we hit the SurfaceCache-size heuristic limit for SourceBuffer. r=me DONTBUILD 2016-07-12 00:31:59 -07:00
Sotaro Ikeda d3c9a7b82c Bug 1286130 - Use recycled SharedPlanarYCbCrImage in WMFVideoMFTManager r=mattwoodrow 2016-07-12 00:29:43 -07:00
Carsten "Tomcat" Book 84989f0753 Backed out changeset bda8deb45e63 (bug 1271650) for hazard failures 2016-07-12 09:10:44 +02:00
Carsten "Tomcat" Book 131e83368d Backed out changeset bfa204468133 (bug 1271650) 2016-07-12 09:10:31 +02:00
Carsten "Tomcat" Book 8ed5d02b3a Backed out changeset 2879d03b9ce4 (bug 1271650) 2016-07-12 09:10:30 +02:00
Carsten "Tomcat" Book b2adeea93a Backed out changeset b1f55b62daef (bug 1271650) 2016-07-12 09:10:29 +02:00
Carsten "Tomcat" Book 643583a587 Backed out changeset c374964ed8db (bug 1271650) 2016-07-12 09:10:28 +02:00
Eddy Bruel 199b17c66b Bug 1271650 - Implement a C++ interface for DebuggerFrame.implementation;r=fitzgen 2016-07-12 06:45:48 +02:00
Eddy Bruel 7f2fb4210b Bug 1271650 - Implement a C++ interface for DebuggerFrame.type;r=fitzgen 2016-07-12 06:45:48 +02:00
Eddy Bruel c106f22150 Bug 1271650 - Implement a C++ interface for DebuggerFrame.getOlder;r=fitzgen 2016-07-12 06:45:48 +02:00
Eddy Bruel ccd0efd79a Bug 1271650 - Implement a C++ interface for DebuggerFrame.getOffset;r=fitzgen 2016-07-12 06:45:48 +02:00
Eddy Bruel a277ee33de Bug 1271650 - Implement a C++ interface for DebuggerFrame.isLive;r=fitzgen 2016-07-12 06:45:47 +02:00
Christoph Kerschbaumer 1b5a3e5dc5 Bug 1234813 - WPT Tests update: sendBeacon should not throw if blocked by content policies. r=james 2016-07-12 07:28:47 +02:00
Christoph Kerschbaumer 0cd1f7698a Bug 1234813 - Tests for: sendBeacon should not throw if blocked by Content Policy. r=barnes 2016-07-12 07:26:37 +02:00
Christoph Kerschbaumer b36ec459a4 Bug 1234813 - sendBeacon should not throw if blocked by Content Policy. r=rbarnes 2016-07-12 07:26:11 +02:00
Christoph Kerschbaumer 68b180b34f Bug 1255240 - Test content policy types within content policies for targeted links in iframes. r=smaug 2016-07-11 20:58:57 +02:00
Timothy Nikkel 8b8ea4c0be Bug 1276467. Enforce that any items creating when we descend into an out-of-flow for which we don't have the proper clip are invisible. r=mattwoodrow
Just giving them an empty visible rect isn't enough because the initial visible rect can be ignored when we compute visibility.

When we enter an out of flow without saved clip data we set a flag on the builder indicating all items created should be invisible. When we enter a visible out of flow (ie one with saved clip data) inside the first out of flow we clear the flag so items created inside the second out of flow can be visible.
2016-07-12 00:49:11 -05:00
Andrea Marchesini 86086055d5 Bug 1285955 - URL.revokeObjectURL should not remove '?' or '#' from the input, r=smaug 2016-07-12 07:36:48 +02:00
Wes Kocher 2d88ea542c Backed out changeset 27054f5883df (bug 1282944) for jsreftest failures CLOSED TREE 2016-07-11 17:54:16 -07:00
Wes Kocher 5ca0c64a7a Backed out changeset fab721467f68 (bug 1199296) for breaking lots of tests, including SM tests CLOSED TREE 2016-07-11 16:42:12 -07:00
Wes Kocher 0bdaa84a39 Backed out changeset f7af9f4cf7ed (bug 1283826) for GTest failures CLOSED TREE 2016-07-11 16:37:14 -07:00
Jim Chen 1ea9e5b8da Bug 1285570 - Update auto-generated bindings; r=me 2016-07-11 18:07:35 -04:00
Jim Chen 247c8dadf2 Bug 1285570 - Implement VISITED event as native method; r=snorp
Convert the VISITED event in GeckoEvent to a native method call in
GeckoAppShell.
2016-07-11 18:07:35 -04:00
Jim Chen 71a6e62f73 Bug 1283739 - Prevent reentrant calls to showSoftInput and hideSoftInput; r=esawin
Add a check to showSoftInput and hideSoftInput To prevent an infinite
recursive loop of showSoftInput indirectly calling
onCreateInputConnection, which calls showSoftInput again,
2016-07-11 18:07:35 -04:00
Michael Smith d62989d9eb Bug 1282944 - Link excess lazy builders immediately, instead of throwing them away. (r=h4writer) 2016-07-11 14:45:02 -07:00
Eric Faust ff5887ef18 Bug 1199296 - Don't allow method definitions to be legacy generators. (r=shu) 2016-07-11 14:45:00 -07:00
Kartikaya Gupta 68f6d2f529 Bug 1283826. r=mstange
MozReview-Commit-ID: HsAN1RYCFCP
2016-07-11 17:17:18 -04:00
Jim Chen 77a100ac1c Bug 1280446 - Follow-up to fix another possible crash; r=me 2016-07-11 17:16:57 -04:00
Wes Kocher 2d35edb521 Merge m-c to inbound, a=merge 2016-07-11 14:07:52 -07:00
Wes Kocher c44d0b1673 Merge fx-team to central, a=merge 2016-07-11 14:01:50 -07:00
Wes Kocher 79c14ffdc6 Merge inbound to central, a=merge 2016-07-11 13:56:12 -07:00
Jeff Gilbert 8f2a6142de Bug 1285117 - Just return 0 on assert path. CLOSED TREE
MozReview-Commit-ID: 8s2vJzloBHj
2016-07-11 13:53:19 -07:00
Jonathan Kew 9c3f72ea61 Bug 1286011 - Allow system-wide font fallback to be attempted for characters with 'unknown' script. r=emk 2016-07-11 21:25:23 +01:00
Jeff Gilbert 697771cf14 Bug 1136410 - Build fix.
MozReview-Commit-ID: DQuWFTgsFLf
2016-07-11 13:18:36 -07:00
Jeff Gilbert 8bbaf9eeee Bug 1136410 - Forbid attrib aliasing. - r=mtseng'
MozReview-Commit-ID: 6shjIyJQQ6V
2016-07-11 13:18:36 -07:00
Jeff Gilbert 71c6eb5a53 Bug 1285117 - Reintroduce WebGL2 compressed formats. - r=ethlin
MozReview-Commit-ID: IYNkrE33ywr
2016-07-11 13:11:39 -07:00
Jeff Gilbert b1e4820ae3 Bug 1285676 - Don't call into GL for GetFramebufferAttachmentParameter. - r=ethlin
MozReview-Commit-ID: G7ub5GG7bJ
2016-07-11 13:10:18 -07:00
Jeff Gilbert c98755a4a2 Bug 1285676 - Use actual bit depths for depth and stencil. - r=ethlin
MozReview-Commit-ID: FX3Ev3noJ6U
2016-07-11 13:10:18 -07:00
Jeff Gilbert 01b81487c4 Bug 1285661 - Pare back usage of //// for code block separation.
MozReview-Commit-ID: Lgn5yVNhxEr
2016-07-11 13:06:56 -07:00
Jeff Gilbert ff25018f0a Bug 1285661 - Add WebGL2 to about:support. - r=jrmuizel 2016-07-11 13:06:56 -07:00
Mark Banner 64acf23056 Bug 1285974 - Land version 1.4.3 of the Loop system add-on in mozilla-central, rs=Standard8 for already reviewed code. 2016-07-11 16:22:03 +01:00
Kim Moir 48bcc9bd27 revert Bug 1273564 - Linux x64 asan jobs: Can't figure out symbols_url from installer_url: r=coop 2016-07-11 11:12:01 -04:00
Carsten "Tomcat" Book c4f94c21a0 Merge mozilla-central to fx-team 2016-07-11 16:25:10 +02:00
Carsten "Tomcat" Book 6139c05b2d Merge mozilla-central to mozilla-inbound 2016-07-11 16:24:23 +02:00
Carsten "Tomcat" Book bd92616152 merge mozilla-inbound to mozilla-central a=merge 2016-07-11 16:21:15 +02:00