-
Notifications
You must be signed in to change notification settings - Fork 2k
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
2fix panel fixed #71
Closed
Closed
2fix panel fixed #71
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… Top Sites. r=mhaigh --HG-- extra : commitid : EmTBWJym0G5 extra : rebase_source : 3a7da1955f6d32d4dc91e83f794762c67caa769e extra : amend_source : b7237073e98f23ae035267cbfd92e826bbff1f20
…split pane" settings list too. r=mhaigh --HG-- extra : commitid : 6Uk60s2GQJz extra : rebase_source : 31af607f861c23bfe521f7cc60347f8516b15414 extra : amend_source : 1c5b0a819d99e0ed70b8392f28e4d5a59f4109b4
…haigh This patch creates a copy of the GeckoAppBase style in v21/themes.xml and removes the custom icons for copy, cut and paste we use on v11+. Instead the system icons, that match the look&feel of the ActionBar, will be used. --HG-- extra : commitid : bb07iANzjF extra : rebase_source : 3b057830c78f5cac1361474d3c60eeaf86eda1d6 extra : amend_source : 86e0168b47967e3e66cd36b151b33ccefd2e2af7
--HG-- extra : commitid : BhsXY0CQs7q extra : rebase_source : 91fe3aaf9d8db34e5bc4207bc6206e81cc27dd8f extra : amend_source : 2832c984de83935b6059630cc2cfd192ecdbaf20
…d view context menu. r=mhaigh --HG-- extra : commitid : DAQWE3WT17Y extra : rebase_source : ad8d8ea56dda94c310e23254ec1dbb317f505eea extra : amend_source : c09ebcab0123549e6e2c2d8bd84d54e79090ae62
--HG-- extra : commitid : 42jnomXCwar extra : rebase_source : 02412c2bb22c5252ee4d32fc4ef19eea4859f3f9 extra : amend_source : da7cb9cd2e9192110de2fb56d2096e23404a4e8e
…rofiles and not guest profiles. r=ally From browser.js's point of view there's no difference between restricted and guest profiles. Both use the parental controls API. So there are only two "simple" solutions here: * 1) Add a method to nsIParentalControlsService to determine whether the current profiles is a restricted or a guest profile (Something like isGuest()). But then every platform using this interface would require to at least implement a stub for this method. * 2) Add a new restriction that controls installing the theme. This patch implements option 2. While this restriction is not of much use besides deciding whether we need to install a specialized theme (DISALLOW_DEFAULT_THEME), it still offers the most flexibility. In a follow-up bug we could decide to make the restriction configurable by the device admin (requires localized strings). --HG-- extra : commitid : 1HcJmNLuz7b extra : rebase_source : d43407713b7d41a546213e75b7d5e4f03a8b3d78
…riction. r=ally --HG-- extra : commitid : J22yazD1MKd extra : rebase_source : 3ba75b27cac6c5d0625517371bc11a831b4b88af
…n anchor icons on the chat window toolbar in RTL mode (should be the same as LTR). r=mikedeboer
…ooltip; r=miker --HG-- extra : commitid : 7xb7Bvh5row extra : rebase_source : 6fe4c901db0ccf7de223a3abbc5afd9c80afe0f4
… and don't want the dynamic resizer.
moz-v2v-gh
pushed a commit
that referenced
this pull request
Jun 19, 2019
… x-www-form-urlencoded., a=testonly Automatic update from web-platform-tests CORB should block event-stream, gzip and x-www-form-urlencoded. This CL adds CORB coverage for: 1) text/event-stream, application/x-www-form-urlencoded, based on the code review discussion in a previous CL here: https://chromium-review.googlesource.com/c/chromium/src/+/1604244/4/services/network/cross_origin_read_blocking.cc#227 2) application/gzip, which wasn't mentioned explicitly in the CR discussion above, but which is ranked #212 in the spreadsheet mentioned in whatwg/fetch#860 (comment) and therefore probably should have been included in r659671 together with x-gzip (ranked #54) and zip (ranked #71). Bug: 802836 Change-Id: I8c10f900110a2cb471437a19425bfd5e38aed2fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1628809 Reviewed-by: Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#663824} -- wp5At-commits: 4308b47e147274f6702a0c1add77488fbc75a309 wpt-pr: 17006
moz-v2v-gh
pushed a commit
that referenced
this pull request
Apr 2, 2020
Pick commits: - 432259a: Run `cargo fmt` - c9f0499: Revert `derive(Debug)` removal (#75) - f9abca8: Replace the custom input linear buffer by something based on ringbuf. (#74) - 4eafcc8: Fix the resampler-calling code to use the correct semantic (#71) - 828efbc: Merge pull request #72 from ChunMinChang/rm-debug-trait Differential Revision: https://phabricator.services.mozilla.com/D69250 --HG-- extra : moz-landing-system : lando
luyahan
added a commit
to luyahan/gecko-dev
that referenced
this pull request
Nov 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.