-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Fix mdl-layout screen resize memory leak #5431
Open
jakelauritsen
wants to merge
41
commits into
google:mdl-1.x
Choose a base branch
from
derivita:jakelauritsen/fix-mdl-layout-screen-resize-mem-leak
base: mdl-1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix mdl-layout screen resize memory leak #5431
jakelauritsen
wants to merge
41
commits into
google:mdl-1.x
from
derivita:jakelauritsen/fix-mdl-layout-screen-resize-mem-leak
Commits on Jul 2, 2024
-
- Remove event handlers from `window` when the tooltip is not showing. - Get rid of component deconstruction remnants. `downgradeElements` was updated in dec 2015 to not actually do any downgrading, because at the time none of the components needed deconstruction. A memory leak was then added to the Tooltip component in May 2016. These changes to `downgradeElements` were problematic: - It still removes the `data-upgraded` attributes from dom elements, even though no deconstruction actually happened. This means that calling `upgradElement` again will double-upgrade the element. - the `createComponents_` array no longer serves any purpose.
Configuration menu - View commit details
-
Copy full SHA for e8141de - Browse repository at this point
Copy the full SHA e8141deView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c94dd6 - Browse repository at this point
Copy the full SHA 5c94dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb09760 - Browse repository at this point
Copy the full SHA eb09760View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07dd0fd - Browse repository at this point
Copy the full SHA 07dd0fdView commit details -
Merge pull request #2 from derivita/ehalsmer/fix-undefined-textfield-…
…placeholder Fix undefined textfield placeholder
Configuration menu - View commit details
-
Copy full SHA for 650a98e - Browse repository at this point
Copy the full SHA 650a98eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c56ec3c - Browse repository at this point
Copy the full SHA c56ec3cView commit details -
Merge pull request #3 from derivita/ehalsmer/modify-textfield-fix
Modify textfield fix to remove ?
Configuration menu - View commit details
-
Copy full SHA for d96333c - Browse repository at this point
Copy the full SHA d96333cView commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 132b66e - Browse repository at this point
Copy the full SHA 132b66eView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddfe15d - Browse repository at this point
Copy the full SHA ddfe15dView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 931218e - Browse repository at this point
Copy the full SHA 931218eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c9facb - Browse repository at this point
Copy the full SHA 2c9facbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcba4c0 - Browse repository at this point
Copy the full SHA dcba4c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d863be4 - Browse repository at this point
Copy the full SHA d863be4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946af60 - Browse repository at this point
Copy the full SHA 946af60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69bfe86 - Browse repository at this point
Copy the full SHA 69bfe86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80c8571 - Browse repository at this point
Copy the full SHA 80c8571View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20be522 - Browse repository at this point
Copy the full SHA 20be522View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f81b5 - Browse repository at this point
Copy the full SHA 95f81b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379cfb9 - Browse repository at this point
Copy the full SHA 379cfb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29f050 - Browse repository at this point
Copy the full SHA a29f050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 556aec7 - Browse repository at this point
Copy the full SHA 556aec7View commit details
Commits on Jul 19, 2024
-
Merge pull request #7 from derivita/nathan/reviewdog
Add CI Build for tests
Configuration menu - View commit details
-
Copy full SHA for 6295cb6 - Browse repository at this point
Copy the full SHA 6295cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49ff685 - Browse repository at this point
Copy the full SHA 49ff685View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8251b - Browse repository at this point
Copy the full SHA bf8251bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0c4664 - Browse repository at this point
Copy the full SHA e0c4664View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25123a6 - Browse repository at this point
Copy the full SHA 25123a6View commit details -
Co-authored-by: Ryan Brown <ryan@derivita.com>
Configuration menu - View commit details
-
Copy full SHA for 2ac6dfe - Browse repository at this point
Copy the full SHA 2ac6dfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873dc20 - Browse repository at this point
Copy the full SHA 873dc20View commit details -
Configuration menu - View commit details
-
Copy full SHA for fde3ac6 - Browse repository at this point
Copy the full SHA fde3ac6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ed0df3 - Browse repository at this point
Copy the full SHA 2ed0df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b260b - Browse repository at this point
Copy the full SHA 89b260bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971e663 - Browse repository at this point
Copy the full SHA 971e663View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243ed70 - Browse repository at this point
Copy the full SHA 243ed70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 499e3ad - Browse repository at this point
Copy the full SHA 499e3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for e864a23 - Browse repository at this point
Copy the full SHA e864a23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce3abd - Browse repository at this point
Copy the full SHA 8ce3abdView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c63e700 - Browse repository at this point
Copy the full SHA c63e700View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb40d5 - Browse repository at this point
Copy the full SHA cbb40d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d7b23 - Browse repository at this point
Copy the full SHA 11d7b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c203b9 - Browse repository at this point
Copy the full SHA 1c203b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e468c - Browse repository at this point
Copy the full SHA 83e468cView commit details
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.