diff --git a/polygerrit-ui/app/elements/gr-ajax.html b/polygerrit-ui/app/elements/gr-ajax.html
index 9671b37e6d..97f35281a2 100644
--- a/polygerrit-ui/app/elements/gr-ajax.html
+++ b/polygerrit-ui/app/elements/gr-ajax.html
@@ -79,6 +79,13 @@ limitations under the License.
},
},
+ ready: function() {
+ // Used for debugging which element a request came from.
+ var headers = this.$.xhr.headers;
+ headers['x-requesting-element-id'] = this.id || 'gr-ajax (no id)';
+ this.$.xhr.headers = headers;
+ },
+
generateRequest: function() {
return this.$.xhr.generateRequest();
},
diff --git a/polygerrit-ui/app/elements/gr-change-view.html b/polygerrit-ui/app/elements/gr-change-view.html
index 8bef101571..35153d42c6 100644
--- a/polygerrit-ui/app/elements/gr-change-view.html
+++ b/polygerrit-ui/app/elements/gr-change-view.html
@@ -38,6 +38,7 @@ limitations under the License.
height: 4.1em;
}
.header {
+ align-items: center;
background-color: var(--view-background-color);
display: flex;
max-width: var(--max-constrained-width);
@@ -57,6 +58,15 @@ limitations under the License.
overflow: hidden;
text-overflow: ellipsis;
}
+ .patchSelectLabel {
+ margin-left: var(--default-horizontal-margin);
+ }
+ .header select {
+ margin-left: .5em;
+ }
+ .header gr-reply-dropdown {
+ margin-left: var(--default-horizontal-margin);
+ }
section {
margin: 10px 0;
padding: 10px var(--default-horizontal-margin);
@@ -87,26 +97,39 @@ limitations under the License.
}
Owner | -[[change.owner.name]] | +[[_change.owner.name]] |
Reviewers |
[[reviewer.name]]
@@ -129,15 +152,15 @@ limitations under the License.
| |
Project | -[[change.project]] | +[[_change.project]] |
Branch | -[[change.branch]] | +[[_change.branch]] |
Topic | -[[change.topic]] | +[[_change.topic]] |
Strategy | @@ -147,21 +170,20 @@ limitations under the License.Updated |
|