Merge repos - #385
Open
zbynek wants to merge 70 commits into
Open
Conversation
open automatically the menu to the requested item
…ancement Conflicts: src/main/java/com/google/gwt/site/webapp/client/GWTProjectEntryPoint.java
Jd click enhancement
Issue : We load the content of pages by using ajax and we push the new content in the dom before to change the url. Some pages like the home page have image defined by a relative url. As the url is not the good one when we put the content in the DOM, the images are displayed as broken. To reproduce the issue just click on an article (article -> overview) then click on the home link of the top menu. The images are not displayed correctly. Refresh the browser, the images appears. Change-Id: I72a2997d9e6400b97b5e11da05dfd282d17882ff
- Improve sameOrigin regexp. - Protocol should be considered when checking same origin XHR. - Return false instead of calling stopPropagation & preventDefault. - Use gQuery "or" method when getting anchor href. - Use gQuery toggleClass method instead of if/else block. - Formating: replacing tab with space Change-Id: Idd8f779601d301c8fa67dc0d05e7f30de611ba79
- Replace jsni functions with gQuery helper methods. - Use scrollIntoView instead of computing offsets of anchors in code. Change-Id: Ib419844aadd7d6a389a8d91c2a20194d7c110512
- handle links with protocol-agnostic url ex: href="//developers.google.com/appengine" - handle correctly link with relative url (../docs/myarticle.html) - fragment identifier can be defined via an id or via the name attribute - fix bug in the isPushStateCapable computation Change-Id: I7f850e9ce8b8e62596d5e9df30d66224b0f1dfd4
Change-Id: I3db725b7a8260d8ce3bfbd7ac586d07f31f7e244
Change-Id: Icdd8174faf202dfae662345bd068ded60965dd38
Change-Id: I1407b6d9243646a8201a6989081c4dfa997469e6
Change-Id: I86d21c960f6955b9325792de35ca1f3a41611c29
Change-Id: Id327257469ffde35d05b73d93e5a8b1b04d7478f
Update README instructions as well. Change-Id: I7fbc886d3af443f4c33fbea489e01e6e4ee71616
Change-Id: Ib6c68b876508932ccb4a154e05646ef698220fae
See also gwtproject#113 Change-Id: I120b902ad82f9773453f65c7f41436e8084745e3
Firefox doesn't seem to follow redirects to load sourcemaps, this ensures that they work properly when deployed to gwtproject.org.
As discussed in Gitter, GWTQuery breaks navigation when certain Chrome extensions are active. This should also reduce the code size a bit. Closes gwtproject#11 -- all the changes are included here to make Elemental work. Most functionality stays the same, page title for hompage changed, which makes this conflicted with gwtproject#1. Fixes gwtproject#5 Fixes gwtproject#4
) There is room for improvement here, this is meant to be a first draft before we start merging other cleanup, to validate those merges. Fixes gwtproject#7
zbynek
marked this pull request as draft
January 20, 2025 21:11
niloc132
pushed a commit
that referenced
this pull request
Feb 17, 2025
Removes generated files from the repo and makes #385 easier to review by reducing the number of changed files.
Specifically, this gets us to a non-deprecated upload-artifact tag.
Bump versions of actions
zbynek
force-pushed
the
merge
branch
2 times, most recently
from
June 15, 2025 19:57
d3a30e9 to
d091c46
Compare
zbynek
marked this pull request as ready for review
June 17, 2025 23:21
This file contains hidden or 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
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.
Adds the web app sources to this repo and flips the dependency, so that content depends on web-app and not vice versa.
Fixes #409