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

573753 Коммитов

Автор SHA1 Сообщение Дата
Andrea Marchesini 4dbb2feaf1 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 19 - Resist finger-printing enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini cd3be47aa8 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 18 - FetchObserver API enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini 210efe6cb8 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 17 - Network Information enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini 49aa47edd3 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 16 - Webkit/Blink directory picker enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini 8ad8463643 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 15 - Offscreen Canvas enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini aba8740db3 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 14 - Request Context enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini 04278a029a Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 13 - Streams API enabled, r=asuth 2017-12-13 14:02:46 -06:00
Andrea Marchesini 03cfc272e6 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 12 - Push enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini c9c405725a Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 11 - Promise Rejection Event enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini 2ee056048d Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 10 - StorageManager enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini e21d3ed9a0 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 9 - ServiceWorker testing enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini 3bb525bc3a Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 8 - ServiceWorkers enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini d2985dddf0 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 7 - Notification Request-Interaction enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini 6577e4aae3 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 6 - Notification API enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini a1cad5ae6d Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 5 - Performance logging enabled, r=asuth 2017-12-13 14:02:45 -06:00
Andrea Marchesini 9447a08bbc Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 4 - DOM Cache testing enabled, r=asuth 2017-12-13 14:02:44 -06:00
Andrea Marchesini bd8d59c237 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 3 - DOM Caches enabled, r=asuth 2017-12-13 14:02:44 -06:00
Andrea Marchesini 33df556d46 Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 2 - image bitmap, r=asuth 2017-12-13 14:02:44 -06:00
Andrea Marchesini 6b770adcfa Bug 1419771 - Introduce DOMPreferences, a thread-safe access to preferences for DOM - part 1 - dump enabled, r=asuth 2017-12-13 14:02:44 -06:00
Jan de Mooij 606779ec4e Bug 1416727 - Fix some problems with Baseline's Call IC. r=djvj 2017-12-06 14:18:21 +01:00
Mike Park 288d6e290a Bug 1424275 - Show element quad outline for shape-outside in CSS shapes highlighter. r=gl
MozReview-Commit-ID: x1R9V0ZA3l
2017-12-08 14:38:40 -05:00
Jeff Walden 22fddd8fb3 Bug 1424420 - Adjust AutoAwaitIsKeyword template parameters slightly so a full parser type need not be written out. r=arai
--HG--
extra : rebase_source : 71991d60647fbc7cfa092d81d9a8e073bed25f36
2017-12-12 15:17:52 -06:00
Jeff Walden 159471f578 Bug 1424420 - Change the name of some |Node pn| in function-parsing functions to |Node funcNode|. r=arai
--HG--
extra : rebase_source : f2ab92f370c9481b540d5387a50418114f732399
2017-12-12 15:17:31 -06:00
Jeff Walden 596de35304 Bug 1424420 - Rename Parser to GeneralParser, and move all partially-specialized (by ParseHandler) functions in GeneralParser into a new Parser class inheriting from GeneralParser. This permits these functions to be specialized without having two identical definitions when CharT isn't solely char16_t. r=arai
--HG--
extra : rebase_source : 69d54d9c373742fe1fe30a15e6438a0e0a4173ed
2017-12-08 04:19:23 -06:00
Jeff Walden a5083c6395 Bug 1424394 - Split TokenStream in Parser across Parser and ParserBase. r=arai
--HG--
extra : rebase_source : 02f9275a69287164a1a6bf15e984ae26a3abeeb8
2017-12-05 23:58:47 -08:00
Jeff Walden cb0c7b62e2 Bug 1424394 - Split Parser::reportNoOffset into Parser::{error,warning}NoOffset. r=arai
--HG--
extra : rebase_source : b0a9a905cb236a29dea8fd8420d935f8e1257c2a
2017-04-17 15:05:39 -07:00
Jeff Walden 7941d1eed0 Bug 1424394 - Decouple TokenStream and TokenStreamBase from being related only through inheritance, but rather through a generalized static system. r=arai
--HG--
extra : rebase_source : 99d9e4ee32f2198d9ff013fdf71e33d2c731de8b
2017-12-05 23:58:47 -08:00
Jeff Walden c9da71f6fc Bug 1424394 - Remove ErrorReporter::offset(), replacing its sole use (passing it to ErrorReporter::lineNumAndColumnIndex) with a new ErrorReporter::currentLineAndColumn(). Also rename ErrorReporter::lineNumAndColumnIndex to ErrorReporter::lineAndColumnAt for consistent naming aesthetics. r=Yoric
--HG--
extra : rebase_source : 2c6c9063a193aa89a7c70399384643587cea994b
2017-12-05 23:58:47 -08:00
Jeff Walden 32bc201dee Bug 1424394 - Change ErrorReporter::reportErrorNoOffset to take a va_list of parameters, not direct varargs. r=Yoric
--HG--
extra : rebase_source : 2bfe40572fc2247b7973150afec01d4258e7b168
2017-11-06 13:21:06 -08:00
Jeff Walden bb6b547236 Bug 1424394 - Move various error-reporting functions in ParserBase into Parser, when they require knowing the character type of the source text being parsed. r=arai
--HG--
extra : rebase_source : 513086a52e80e8ce0e51218ab8fecf523a457ee4
2017-11-03 15:59:08 -07:00
Jeff Walden 33445efe3e Bug 1424394 - Simplify some of the invoke-member-function bits into a single shared instance, then pass around this-/member-function-computing structs at call sites. r=glandium
--HG--
extra : rebase_source : c78bf90616abf26306152068c1b6a151da3bf2aa
2017-12-05 23:58:42 -08:00
Jeff Walden 7244750cf9 Bug 1424394 - Un-backout bug 1363116's changes, now that the underlying problem has been hacked around. r=arai
--HG--
extra : rebase_source : 7e58f12b8e95c9d01ac6ff51a11e666126e1aeea
2017-12-04 13:45:12 -08:00
Jeff Walden d8e7913993 Bug 1424394 - Pass va_list* rather than va_list to certain TokenStream error-reporting functions, to hack around issues reported in bug 1363116. r=arai
--HG--
extra : rebase_source : 95d6aadc84a97442229a1031d18d7cd77b4ddf97
2017-12-02 00:41:29 -08:00
Jeff Walden a2b3166337 Bug 1424387 - Add a bunch more argument-sanity-checking assertions to FullParseHandler. r=arai
--HG--
extra : rebase_source : 94fa7303b73a8c717bbdd4e70e933ecf6bd4cc24
2015-02-18 13:12:54 -08:00
Morris Tseng 49929d098e Bug 1415034 - Add drop-shadow support. r=kats
The long-chain.html failure is tracking by
https://github.com/servo/webrender/issues/2197

MozReview-Commit-ID: FECidSvTQrY
2017-12-13 12:57:01 -06:00
Sebastian Hengst 64b87f0c48 Backed out changeset fd2a2e17aef3 (bug 1415034) for build bustage at layout/painting/nsDisplayList.cpp:9992. r=backout 2017-12-13 19:48:08 +02:00
Morris Tseng c9fab1d021 Bug 1415034 - Add drop-shadow support. r=kats
The long-chain.html failure is tracking by
https://github.com/servo/webrender/issues/2197

MozReview-Commit-ID: FECidSvTQrY
2017-12-13 10:53:33 -06:00
Ben Kelly af4aa7e6aa Bug 1424943 Fix test_error_reporting.html not to race network vs Clients API. r=tt 2017-12-13 09:58:26 -05:00
Ben Kelly 909001ec5a Bug 1424754 Fix some corner cases in PartiallySeekableInputStream cloning and serialization. r=baku 2017-12-13 09:56:31 -05:00
Gabriel Luong 9da6ed3ccf Bug 1424669 - Enable negative line numbers in the grid inspector. r=pbro 2017-12-13 09:54:34 -05:00
Emilio Cobos Álvarez c8ce812620 Bug 1424950: Add missing repository.callsign to .arcconfig. r=dkl
Summary: MozReview-Commit-ID: 74DSn04pBig

Reviewers: dkl

Bug #: 1424950

Differential Revision: https://phabricator.services.mozilla.com/D335

MozReview-Commit-ID: 3hdaZ2s1MjL
2017-12-13 15:38:18 +01:00
Joel Maher 186ca20b63 Bug 1422928 - Disable browser/base/content/test/alerts/browser_notification_replace.js on windows for frequent failures. r=me, a=testonly 2017-12-13 06:25:43 -05:00
Joel Maher 2616acc166 Bug 1383061 - Disable /css/css-backgrounds-3/border-image-slice-001.xht on linux debug for frequent failures. r=me, a=testonly 2017-12-13 06:25:40 -05:00
Andrea Marchesini fbb63ae853 Bug 1424183 - nsMultiplexInputStream must call OnInputStreamReady only when there is data available, r=smaug 2017-12-13 05:11:12 -06:00
Andrea Marchesini de5ec36de8 Bug 1424183 - nsMultiplexInputStream must move to the following stream if the current one doesn't have data to read, r=smaug 2017-12-13 05:11:12 -06:00
Andrea Marchesini 11fc30c324 Bug 1424183 - nsMultiplexInputStream must call OnInputStreamReady when closed, r=smaug 2017-12-13 05:11:11 -06:00
Andrea Marchesini ef2a2db56a Bug 1424183 - nsMultiplexInputStream must not call AsyncOpen on more than the current stream, r=smaug 2017-12-13 05:11:11 -06:00
Tim Taubert 43288c7d24 Bug 1407093 - Web Authentication - WD-07 updates for user handles r=jcj,smaug
Reviewers: jcj, smaug

Reviewed By: jcj, smaug

Bug #: 1407093

Differential Revision: https://phabricator.services.mozilla.com/D328
2017-12-13 11:15:16 +01:00
Narcis Beleuzu 71f4a218d8 Merge mozilla-central to inbound. r=merge a=merge on a CLOSED TREE 2017-12-13 12:24:41 +02:00
Cosmin Sabou b0098afaea Merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-12-13 12:14:29 +02:00