Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from servo:master #1

Merged
merged 6,167 commits into from
Apr 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
6167 commits
Select commit Hold shift + click to select a range
32f92d1
style: implement -moz-inert CSS property.
asurkov Jul 26, 2020
7c3d815
style: Make text-combine-upright not animatable.
birtles Jul 27, 2020
8f89ebf
style: Add parsing for cross-fade from CSS Image Values and Replaced …
0xekez Jul 31, 2020
9bfcb3d
style: Rename overflow:-moz-hidden-unscrollable to overflow:clip.
jeremy-ir Aug 1, 2020
b29824b
style: Implement overflow:clip/visible combinations.
Aug 1, 2020
687fc20
style: Use Overflow::is_scrollable in StyleAdjuster.
emilio Aug 3, 2020
1f36216
style: Update euclid in stylo.
nical Aug 5, 2020
dfa715a
style: Fix a silly mistake in which we'd prefer a local name / tag in…
emilio Aug 10, 2020
ca7e1ec
style: Invalidate for CSSOM changes in a more fine-grained way.
emilio Aug 10, 2020
0d7922c
style: Remove layout.css.shadow-parts.enabled.
emilio Aug 11, 2020
5ba426a
style: Remove layout.css.is-where-selectors.enabled.
emilio Aug 11, 2020
2167a0c
style: Remove layout.css.comparison-functions.enabled.
emilio Aug 11, 2020
73a9c57
style: Implement :-moz-any() as an alias of :is().
emilio Aug 12, 2020
9d55296
style: Fix two minor issues with scrollbar style caching.
emilio Aug 16, 2020
25de2a4
style: Update the prefers-contrast media query to use the new more/le…
0xekez Aug 17, 2020
5d5d4f4
style: Remove layout.css.offset-logical-properties.enabled.
shnmorimoto Aug 17, 2020
cf496e4
style: Make the document blocked by the topmost element in the top la…
sefeng211 Aug 17, 2020
9fd3d9a
style: Support forced colors media feature.
0xekez Aug 17, 2020
c200b67
style: Make media queries and viewport units in print be evaluated ag…
emilio Aug 19, 2020
f2dfe7f
style: Bail out when collecting invalidations for nested rules if any…
emilio Aug 20, 2020
16e0fd3
style: Replace :-moz-native-anonymous-no-specificity with :where(:-mo…
vyv03354 Aug 26, 2020
35716fd
style: Only apply grayscale filter for printing on print preview.
emilio Aug 27, 2020
74c449c
style: Rename ::file-chooser-button to ::file-selector-button, and en…
emilio Sep 1, 2020
cd7619d
style: Make @font-face and @counter-style serialization closer other …
emilio Sep 5, 2020
ad0f637
style: Speed up custom property diffing.
emilio Sep 8, 2020
768db07
style: Make appearance: button behave like auto.
emilio Sep 10, 2020
19c2407
style: Remove -moz-user-disabled.
emilio Sep 11, 2020
83448b6
style: Remove -moz-suppressed.
emilio Sep 13, 2020
f2e7652
style: Allow :is() and :where() to have better error recovery.
emilio Sep 14, 2020
1f8c9ae
style: [css-lists-3][css-pseudo-4] Add support for 'text-transform' o…
Sep 15, 2020
c99d6ad
style: Consider display: none elements as having current style for an…
emilio Sep 19, 2020
60d89cf
style: CSSOM should respect rule-level property restrictions.
emilio Sep 21, 2020
74a46d9
style: Don't optimize ::before/::after away if content/display have b…
emilio Sep 21, 2020
ca03f4d
style: Implement the math-style property.
fred-wang Sep 23, 2020
dab46fc
style: Implement displaystyle attribute on all MathML elements.
fred-wang Sep 24, 2020
4a625be
style: Remove all references to the preference 'layout.css.moz-touch-…
akshay1992kalbhor Sep 25, 2020
4dfcf58
style: Rename -moz-math-script-level to math-depth.
fred-wang Sep 26, 2020
1a5f48b
style: Implement CSS parsing for the math-depth property.
fred-wang Sep 28, 2020
379fb98
style: When resetting background color for high contrast, preserve al…
emilio Sep 29, 2020
384fd59
style: Use Option::as_deref() in style code.
emilio Oct 8, 2020
2b55918
style: Properly distinguish between empty children and no children in…
emilio Oct 8, 2020
436632f
style: Introduce InspectorUtils.supports().
emilio Oct 9, 2020
61685ca
style: Serialize a 0/0 ratio as 0/0 in all value stages.
BorisChiou Oct 12, 2020
a1fa0c6
style: Use LookAndFeelCache to pass Gtk theme-derived scrollbar color…
heycam Oct 15, 2020
a4f8271
style: Always serialize ratio with both components.
emilio Oct 15, 2020
a497b03
style: Use separate Scrollbar and ThemedScrollbar ColorIDs.
heycam Oct 16, 2020
8a723d4
Standardize on Black for Python code in `mozilla-central`.
Oct 21, 2020
5b42605
style: Remove unused DeclarationBlock::get_at_importance.
emilio Oct 26, 2020
d246b9e
style: Remove "scrollbar-small" -moz-default-appearance value and rep…
mstange Oct 27, 2020
e2545ee
style: Use the -moz-default-appearance values "scrollbar-horizontal" …
mstange Oct 27, 2020
20d2a06
style: Use document quirks mode rather than sheet quirks mode for sty…
emilio Oct 30, 2020
5d38874
style: Don't waste string space before making values immutable.
emilio Nov 6, 2020
bdbe8fd
style: Shrink custom property maps before making them immutable.
emilio Nov 6, 2020
42abdb9
style: Fix font loading invalidation to account for metrics coming fr…
emilio Nov 6, 2020
e1bf164
style: Fix declaration block serialization and logical properties.
emilio Nov 8, 2020
4771d7d
style: Make focus-visible match the spec more closely.
emilio Nov 13, 2020
1e815ab
style: Replace obsolete -moz-mac-yosemite-theme media query with a ne…
mstange Nov 16, 2020
178e627
style: Replace plugin behavior with a basic fallback
davidp3 Nov 18, 2020
4ea378a
style: Remove support for XUL grid display values.
nt1m Nov 17, 2020
9f40b9b
style: Avoid some allocations in selector serialization.
emilio Nov 22, 2020
85b45cd
style: Add support for touch-action:pinch-zoom - Rewrite to_css and p…
sunitasen Nov 23, 2020
9f20a24
style: Add support for touch-action:pinch-zoom - Add pinch-zoom suppo…
sunitasen Nov 24, 2020
55e9d8c
style: Remove layout.css.conic-gradient.enabled preference.
nt1m Nov 30, 2020
eb257a4
style: Separate out some of the declaration precedence components fro…
Dec 1, 2020
5277275
style: Make CssUrl::is_fragment marginally more efficient.
emilio Dec 3, 2020
bd2566d
style: Update cssparser to get ParserState in rule parser.
emilio Dec 4, 2020
108f619
style: Use a more precise rule start for sanitization.
emilio Dec 4, 2020
45af831
style: Remove layout.css.xul-tree-pseudos.content.enabled.
emilio Dec 14, 2020
5f4da63
style: Remove some text-decoration prefs that are always on.
emilio Dec 14, 2020
54f5b24
style: Remove trailing empty lines
ikartikgautam Dec 15, 2020
019e6a3
style: Rename -moz-autofill to just autofill.
emilio Dec 16, 2020
72a0dba
style: Expose :autofill behind a pref to content, and add :-webkit-au…
emilio Dec 16, 2020
a3f84f8
style: Remove layout.css.moz-any-is-is.enabled.
emilio Dec 16, 2020
f58301e
style: Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization.
emilio Dec 17, 2020
0dc6c32
style: Make next_in_preorder generate slightly better code.
emilio Dec 23, 2020
610ebe2
style: Reorder some conditions when handling class/part attributes.
emilio Jan 2, 2021
b8d4640
style: Inline nsTArray::deref.
emilio Jan 2, 2021
892b0ff
style: Use an AutoTArray for atom arrays in attributes (class / part).
emilio Jan 4, 2021
a4506d9
style: Remove some dead plugins code.
emilio Jan 4, 2021
65a06d5
style: Support full <image> syntax in list-style-image as per spec.
emilio Jan 7, 2021
f27003c
style: Teach style_derive's map_type_params about mapping self correc…
emilio Jul 16, 2020
4f28a8c
style: Implement parsing and serialization for most of image-set().
emilio Jan 7, 2021
7ddd46a
style: Implement source selection for image-set.
emilio Jan 8, 2021
ad8ac70
style: Remove the moz-focus-outer code.
emilio Jan 11, 2021
70edd23
style: Remove layout.css.file-selector-button.enabled pref.
emilio Jan 11, 2021
f16305d
style: Remove layout.css.unknown-webkit-pseudo-element.
emilio Jan 11, 2021
df7ea83
style: Allow resource:// stylesheets to use chrome-only rules.
emilio Jan 17, 2021
45b8373
style: Add dark mode to plaintext.css, and a document rule to target …
emilio Jan 17, 2021
eec9297
style: remove svg.transform-box.enabled pref
longsonr Jan 18, 2021
f4a8acc
style: Add a non-native-theme media query.
emilio Jan 21, 2021
1927a67
Bug 1687239 part 3 - Remove the PluginProblem UA Widget and related C…
Jan 25, 2021
96c08d7
style: Add page-size parsing to Servo
Jan 27, 2021
4d8f55a
style: Add a more sensible scrollbar size API to nsITheme, and use it…
emilio Jan 28, 2021
84cabf2
style: Support Grid/Flex/Table/Column layout for the rendered legend …
Jan 30, 2021
e084d8e
style: Remove focus-visible feature flag.
emilio Feb 2, 2021
5fe702f
style: Move caption-side outside of mako.
emilio Feb 7, 2021
20f5e14
style: Remove the need for needs_context in the mako glue.
emilio Feb 9, 2021
db03b2c
style: Normalize NaN to zero as a result of calc().
emilio Feb 10, 2021
3a64fa2
style: Normalize NaN in some other font-related lengths etc.
emilio Feb 10, 2021
75d6be4
style: Make Linux tab bar use the darker of the highlight / highlight…
emilio Feb 11, 2021
4cb0a78
style: Minor cleanup of our @page rule setup.
emilio Feb 12, 2021
48db30f
style: Hide non-standard values of caption-side.
pierretallotte Feb 12, 2021
36e6c68
style: Rustfmt cascade.rs.
emilio Feb 16, 2021
1b18b06
style: Switch properties to use a bitfield to determine validity in r…
Feb 16, 2021
b0d05d1
style: Cache substituted values from shorthand properties during the …
emilio Feb 17, 2021
490db1e
style: Reduce the amount of code generated by UnparsedValues::substit…
emilio Feb 17, 2021
e6aaafd
style: Remove -moz-mac-fullscreen-button value.
mstange Feb 17, 2021
742c5e0
style: Use a base class for Shorthand and Longhand
Feb 19, 2021
4dc475d
style: Rename alias to aliases in Longhand and Shorthand
Feb 19, 2021
b90f5f0
style: Hide :-moz-submit-invalid behind a pref.
emilio Feb 23, 2021
786b08a
style: Increase custom property size limit a bit.
emilio Feb 23, 2021
35b080e
style: Implement :user-valid and :user-invalid.
emilio Feb 24, 2021
52d39fc
style: Move Ratio into independent files.
BorisChiou Feb 25, 2021
0ef2410
style: Implement Animate trait and ComputeSquaredDistance trait for <…
BorisChiou Feb 25, 2021
a5cb6c6
style: Remove prefers-contrast: forced as per CSSWG resolution.
emilio Feb 25, 2021
a0c6628
Miscellaneous rebase fixes.
emilio Feb 25, 2021
c4ad61f
style: Don't allow to parse image-set(none).
emilio Feb 26, 2021
80dae5b
Rustfmt.
emilio Feb 26, 2021
919ff06
style: Fix Gecko nightly warning.
emilio Feb 26, 2021
9ce200a
style: Implement :-moz-any() as an alias of :is().
emilio Aug 12, 2020
639bada
style: Replace :-moz-native-anonymous-no-specificity with :where(:-mo…
vyv03354 Aug 26, 2020
89c2e39
style: Minor cleanup: Use shorthand initialization in selectors.
emilio Sep 13, 2020
5980525
style: Allow :is() and :where() to have better error recovery.
emilio Sep 14, 2020
6728aad
style: Fix selectors unit tests.
emilio Sep 14, 2020
b1dbbb2
Backed out 2 changesets (bug 1664718) for causing wpt and bc failures.
Sep 14, 2020
7e6d70f
style: Allow :is() and :where() to have better error recovery.
emilio Sep 14, 2020
191d522
style: Implement complex :not().
emilio Oct 29, 2020
a95ce79
style: Fix clippy warnings
sylvestre Nov 17, 2020
e9c1d49
style: Fix lint error in matching.rs a=lint-fix
Nov 17, 2020
484cf57
style: Avoid some allocations in selector serialization.
emilio Nov 22, 2020
7d62876
Auto merge of #28214 - servo:SimonSapin-patch-2, r=jdm
bors-servo Feb 26, 2021
3bcde6f
style: Fix clippy warnings
sylvestre Nov 17, 2020
5158f65
Revert euclid update.
emilio Feb 26, 2021
31e8e41
Miscellaneous build / tidy fixes.
emilio Feb 26, 2021
e6c7c1b
Revert intermittent crash.
jdm Feb 26, 2021
2fe3279
Remove intermittent crash.
jdm Feb 27, 2021
48b2fe9
Auto merge of #28213 - servo-wpt-sync:wpt_update_26-02-2021, r=jdm
bors-servo Feb 27, 2021
aa4d2b0
selectors: Cherry-pick some fixes that got lost.
emilio Feb 26, 2021
fd51cdd
Keep not parsing conic gradient, update WPT expectations.
emilio Feb 26, 2021
b196bfe
Auto merge of #28217 - servo:gecko-sync, r=emilio,jdm
bors-servo Feb 27, 2021
b993721
Update web-platform-tests to revision b'd04481569b4924284b8dd53b6430e…
Feb 28, 2021
45df01c
Delete 2020 failure.
jdm Feb 28, 2021
8c2ea9f
Auto merge of #28222 - servo-wpt-sync:wpt_update_28-02-2021, r=jdm
bors-servo Feb 28, 2021
af0bf93
Update web-platform-tests to revision b'd05fefcf165fd03947238957b00b0…
Mar 1, 2021
970ab03
Auto merge of #28227 - servo-wpt-sync:wpt_update_01-03-2021, r=servo-…
bors-servo Mar 1, 2021
357f902
build(deps): bump serde_json from 1.0.62 to 1.0.64
dependabot-preview[bot] Mar 2, 2021
2084f90
Update web-platform-tests to revision b'75b1ecef754b4c81ab92f9dd7d066…
Mar 2, 2021
92d6c89
Auto merge of #28228 - servo:dependabot/cargo/serde_json-1.0.64, r=jdm
bors-servo Mar 2, 2021
b577baf
Add linux failure.
jdm Mar 3, 2021
e13a046
Auto merge of #28230 - servo-wpt-sync:wpt_update_02-03-2021, r=jdm
bors-servo Mar 3, 2021
a8b8db9
build(deps): bump generic-array from 0.12.3 to 0.12.4
dependabot-preview[bot] Mar 3, 2021
5cd4d02
Update web-platform-tests to revision b'b964db08565d01d21c778783da8e9…
Mar 3, 2021
ffb6a28
Auto merge of #28235 - servo-wpt-sync:wpt_update_03-03-2021, r=servo-…
bors-servo Mar 3, 2021
902af56
Auto merge of #28232 - servo:dependabot/cargo/generic-array-0.12.4, r…
bors-servo Mar 3, 2021
885a29c
Update web-platform-tests to revision b'e58cde68851afa192214f60a021f1…
Mar 4, 2021
8aad769
Auto merge of #28239 - servo-wpt-sync:wpt_update_04-03-2021, r=servo-…
bors-servo Mar 4, 2021
3abcd42
Update web-platform-tests to revision b'e055b8d439d6f4b09635f1f0c3180…
Mar 5, 2021
0c9d57e
Revert intermittent crash.
jdm Mar 5, 2021
c220d88
Auto merge of #28241 - servo-wpt-sync:wpt_update_05-03-2021, r=jdm
bors-servo Mar 6, 2021
3b0b810
Support extra arguments when running with --debug.
jdm Mar 6, 2021
1023157
Update to winit 0.24.
jdm Nov 20, 2020
49ddc5e
Only request synchronous repaint when a resize will actually occur.
jdm Mar 3, 2021
4a46a47
Auto merge of #28243 - servo:jdm-patch-46, r=jdm
bors-servo Mar 6, 2021
31f9c69
Update web-platform-tests to revision b'79fa4cf76e0d39e3fc1b7ead85e06…
Mar 6, 2021
89fa14c
Auto merge of #28246 - servo-wpt-sync:wpt_update_06-03-2021, r=servo-…
bors-servo Mar 6, 2021
2aa4778
Correct format.
pecastro Mar 6, 2021
c66255b
Copy to C: on Windows instead of manually cloning.
jdm Mar 6, 2021
379002f
Update web-platform-tests to revision b'f02e5df558aa05be8f192ffbeb165…
Mar 7, 2021
3a8cb5b
Auto merge of #28247 - servo-wpt-sync:wpt_update_07-03-2021, r=servo-…
bors-servo Mar 7, 2021
b1d72f6
Use swap() instead of load()/store() in get_and_reset_text_shaping_pe…
delosrogers Mar 7, 2021
4ebbec0
Add space between parameters
delosrogers Mar 7, 2021
eb7588b
Auto merge of #28248 - delosrogers:issue-#28243, r=emilio
bors-servo Mar 7, 2021
d3e26fa
Update web-platform-tests to revision b'0f46f31799cccd7421a588d053d05…
Mar 8, 2021
d14628d
Auto merge of #28252 - servo-wpt-sync:wpt_update_08-03-2021, r=servo-…
bors-servo Mar 8, 2021
bdfcca3
Add PRECONDITION_FAILED to grouping_formatter.py
ghostd Jan 31, 2021
3b38240
Fix some 'nosniff' tests
ghostd Nov 26, 2020
550d80a
Auto merge of #28253 - ghostd:gh-25756, r=jdm
bors-servo Mar 8, 2021
6c98c32
Update web-platform-tests to revision b'0339b7e9ebef65f3288f07167a17c…
Mar 9, 2021
1936832
Remove intermittent wdspec error.
jdm Mar 10, 2021
36a6fbc
Remove intermittent wdspec error.
jdm Mar 10, 2021
8741558
Remove intermittent failure.
jdm Mar 10, 2021
647e250
Remove intermittent error.
jdm Mar 10, 2021
57897e1
Auto merge of #28258 - servo-wpt-sync:wpt_update_09-03-2021, r=jdm
bors-servo Mar 10, 2021
728707a
Update web-platform-tests to revision b'0e0fe1b20da0d80eacadc326dec72…
Mar 10, 2021
7627a3a
Auto merge of #28261 - servo-wpt-sync:wpt_update_10-03-2021, r=servo-…
bors-servo Mar 10, 2021
84b06ab
Work around absense of winit::event_loop in headless case.
pecastro Mar 11, 2021
490c215
Work around bug in winit 0.24 crashing servo headless in macOS.
pecastro Mar 10, 2021
4f7b2cf
build(deps): bump byteorder from 1.4.2 to 1.4.3
dependabot-preview[bot] Mar 11, 2021
14fbe15
Auto merge of #28263 - servo:dependabot/cargo/byteorder-1.4.3, r=jdm
bors-servo Mar 11, 2021
56531f4
Update web-platform-tests to revision b'ac590e83f80632559480abda677db…
Mar 11, 2021
5dd0cba
Auto merge of #27865 - servo:github-actions-dev, r=jdm
bors-servo Mar 12, 2021
2985d48
Auto merge of #28264 - servo-wpt-sync:wpt_update_11-03-2021, r=servo-…
bors-servo Mar 12, 2021
05d5eff
Update mozjs
sagudev Mar 12, 2021
425057c
Fix errors
sagudev Mar 12, 2021
a265a2a
Formating
sagudev Mar 12, 2021
2e35fc5
Disable hanging hang monitor tests on windows
jdm Mar 12, 2021
d424eaa
Fix ModuleEvaluate
sagudev Mar 13, 2021
d8c398c
fmt
sagudev Mar 13, 2021
129c583
Update to 3/12 rustc nightly.
jdm Mar 12, 2021
8a5d593
Auto merge of #28272 - jdm:rustup2, r=jdm
bors-servo Mar 14, 2021
6f70bc8
Update boto3
jdm Mar 14, 2021
a96ccb6
Auto merge of #28276 - servo:jdm-patch-49, r=jdm
bors-servo Mar 14, 2021
21e3154
Don't use headless winit event loop on macOS.
jdm Mar 14, 2021
68e200a
Auto merge of #28236 - pecastro:winit_0_24_surfman, r=jdm
bors-servo Mar 14, 2021
c63dc1f
build(deps): bump regex from 1.4.2 to 1.4.5
dependabot-preview[bot] Mar 14, 2021
c4589b9
Auto merge of #28288 - servo:dependabot/cargo/regex-1.4.5, r=jdm
bors-servo Mar 15, 2021
9e1f6ee
Ignore warnings.
jdm Mar 15, 2021
d467ce7
Auto merge of #28271 - servo:jdm-patch-46, r=jdm
bors-servo Mar 15, 2021
337cc18
Update cargo.lock
sagudev Mar 15, 2021
75d9a12
Update test results.
sagudev Mar 15, 2021
b0b2acb
Merge branch 'master' into master
sagudev Mar 15, 2021
bc1e78f
build(deps): bump openssl-sys from 0.9.60 to 0.9.61
dependabot-preview[bot] Mar 15, 2021
b1eaf67
build(deps): bump unicode-xid from 0.2.0 to 0.2.1
dependabot-preview[bot] Mar 15, 2021
bed03d6
Auto merge of #28291 - servo:dependabot/cargo/unicode-xid-0.2.1, r=jdm
bors-servo Mar 15, 2021
7d61777
Auto merge of #28290 - servo:dependabot/cargo/openssl-sys-0.9.61, r=jdm
bors-servo Mar 16, 2021
c544691
build(deps): bump openssl from 0.10.32 to 0.10.33
dependabot-preview[bot] Mar 16, 2021
59d93f4
build(deps): bump wayland-sys from 0.24.0 to 0.24.1
dependabot-preview[bot] Mar 16, 2021
c8921e1
Update source repo
sagudev Mar 16, 2021
5f91212
Auto merge of #28268 - sagudev:master, r=jdm
bors-servo Mar 16, 2021
3ad28f6
Update mozjs
sagudev Mar 18, 2021
b921cd1
Fix errors
sagudev Mar 19, 2021
c806777
Update mozjs
sagudev Mar 19, 2021
f8b68ec
Update mozdebug for py3 fixes.
jdm Mar 21, 2021
0539043
Auto merge of #28303 - servo:jdm-patch-46, r=jdm
bors-servo Mar 21, 2021
d6a2c06
build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidy
dependabot[bot] Mar 25, 2021
b19438a
Minor fixes in simpleservo: improve embedding C header generation. Do…
philip-lamb Mar 29, 2021
b641499
Auto merge of #28307 - philip-lamb:phil-simpleservo-fixes, r=jdm
bors-servo Mar 29, 2021
b8a74e8
Improve IME messaging to embedder with insertion point index and mult…
philip-lamb Mar 29, 2021
970a3b6
Auto merge of #27851 - ghostd:fix-nosniff, r=jdm
bors-servo Mar 29, 2021
f77b5dc
Auto merge of #28295 - servo:dependabot/cargo/wayland-sys-0.24.1, r=jdm
bors-servo Mar 29, 2021
b3ea7db
Auto merge of #28305 - servo:dependabot/pip/python/tidy/pyyaml-5.4, r…
bors-servo Mar 29, 2021
b3126ea
Update mozjs
sagudev Mar 29, 2021
2e7be21
Add port blocking for tftp, netbios-ns, snmp, rtsp, h323gatestat, h32…
ghostd Mar 8, 2021
9f7e7cf
Update documentation for Python 3
ghostd Mar 8, 2021
1f22af9
Remove the Ubuntu get-pip part
ghostd Mar 10, 2021
cf9e406
Auto merge of #28262 - ghostd:port-blocking, r=jdm
bors-servo Mar 30, 2021
45a89bc
clang-fmt
philip-lamb Mar 30, 2021
5944efc
Auto merge of #28294 - servo:dependabot/cargo/openssl-0.10.33, r=jdm
bors-servo Mar 30, 2021
94e337f
Auto merge of #28308 - philip-lamb:phil-ime-textentry, r=jdm
bors-servo Mar 30, 2021
61d7775
Update imagedata.rs
sagudev Mar 30, 2021
36ed2b6
build(deps): bump atomic_refcell from 0.1.6 to 0.1.7
dependabot-preview[bot] Mar 30, 2021
5f91ab0
fmt
sagudev Mar 30, 2021
3ef3ee5
Fix warning
sagudev Mar 30, 2021
c52d84d
Auto merge of #28300 - sagudev:master, r=jdm
bors-servo Mar 30, 2021
e33559f
Auto merge of #28314 - servo:dependabot/cargo/atomic_refcell-0.1.7, r…
bors-servo Mar 30, 2021
e7445a5
Auto merge of #28254 - ghostd:fix-doc-python3, r=jdm
bors-servo Mar 30, 2021
e7d2d98
build(deps): bump gif from 0.11.1 to 0.11.2
dependabot-preview[bot] Mar 31, 2021
fc2e8c1
Auto merge of #28318 - servo:dependabot/cargo/gif-0.11.2, r=jdm
bors-servo Mar 31, 2021
3dd769c
Don't run full CI against master pushes.
jdm Apr 4, 2021
49ea3e0
Auto merge of #28327 - servo:jdm-patch-49, r=jdm
bors-servo Apr 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 6 additions & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ ar = "aarch64-linux-gnu-ar"
[target.x86_64-pc-windows-msvc]
linker = "lld-link.exe"

[target.x86_64-uwp-windows-msvc]
linker = "lld-link.exe"

[target.i686-pc-windows-msvc]
linker = "lld-link.exe"

[target.aarch64-pc-windows-msvc]
linker = "lld-link.exe"

[target.aarch64-uwp-windows-msvc]
linker = "lld-link.exe"
121 changes: 121 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
---
Language: Cpp
BasedOnStyle: Mozilla
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: MultiLine
BinPackArguments: true
BinPackParameters: true
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: false
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
AfterExternBlock: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakBeforeBinaryOperators: None
BreakBeforeBraces: Attach
BreakBeforeInheritanceComma: false
BreakInheritanceList: BeforeColon
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BreakConstructorInitializers: BeforeColon
BreakAfterJavaFieldAnnotations: false
BreakStringLiterals: true
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
FixNamespaceComments: true
ForEachMacros:
- foreach
- Q_FOREACH
- BOOST_FOREACH
IncludeBlocks: Preserve
IncludeCategories:
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
Priority: 2
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
Priority: 3
- Regex: '.*'
Priority: 1
IncludeIsMainRegex: '(Test)?$'
IndentCaseLabels: false
IndentPPDirectives: None
IndentWidth: 2
IndentWrappedFunctionNames: false
JavaScriptQuotes: Leave
JavaScriptWrapImports: true
KeepEmptyLinesAtTheStartOfBlocks: true
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
NamespaceIndentation: None
ObjCBinPackProtocolList: Auto
ObjCBlockIndentWidth: 2
ObjCSpaceAfterProperty: false
ObjCSpaceBeforeProtocolList: true
PenaltyBreakAssignment: 2
PenaltyBreakBeforeFirstCallParameter: 19
PenaltyBreakComment: 300
PenaltyBreakFirstLessLess: 120
PenaltyBreakString: 1000
PenaltyBreakTemplateDeclaration: 10
PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 60
PointerAlignment: Right
ReflowComments: true
SortIncludes: false
SortUsingDeclarations: true
SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeCpp11BracedList: false
SpaceBeforeCtorInitializerColon: true
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInContainerLiterals: true
SpacesInCStyleCastParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
UseTab: Never
...

1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: ["https://crowdfunding.lfx.linuxfoundation.org/projects/servo"]
Loading