Skip to content

Commit d8651e7

Browse files
committed
Update metadata
1 parent cfed167 commit d8651e7

File tree

1 file changed

+38
-23
lines changed

1 file changed

+38
-23
lines changed

docs/index.html

Lines changed: 38 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,12 @@
9696
<tfoot></tfoot>
9797
<tbody>
9898
<tr>
99-
<td><a href ="https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/1398712/"> 1398712</a> <sup><b>(MAC)</b></sup></td>
100-
<td><a href="https://chromium.googlesource.com/chromium/src/+/9ecc0a268632e324e76976fadf05850f7943afac">9ecc0a268632e324e76976fadf05850f7943afac</a></td>
99+
<td><a href ="https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/1398917/"> 1398917</a> <sup><b>(MAC)</b></sup></td>
100+
<td><a href="https://chromium.googlesource.com/chromium/src/+/f75720b8716989421584fa23c9ed13a0240ab87f">f75720b8716989421584fa23c9ed13a0240ab87f</a></td>
101101
</tr>
102102
<tr>
103-
<td><a href ="https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/1398764/">1398764</a> <sup><b>(WIN)</b></sup></td>
104-
<td><a href="https://chromium.googlesource.com/chromium/src/+/4bdbb269335f1ea37cffa947dce44bbb5c4058e4">4bdbb269335f1ea37cffa947dce44bbb5c4058e4</a></td>
103+
<td><a href ="https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Win/1398966/">1398966</a> <sup><b>(WIN)</b></sup></td>
104+
<td><a href="https://chromium.googlesource.com/chromium/src/+/31d36e87786258a2e2f15c08c803286623012540">31d36e87786258a2e2f15c08c803286623012540</a></td>
105105
</tbody>
106106
</table>
107107
<hr><table>
@@ -110,19 +110,19 @@
110110
commit
111111
</th>
112112
<td>
113-
9ecc0a268632e324e76976fadf05850f7943afac
113+
f75720b8716989421584fa23c9ed13a0240ab87f
114114
</td>
115115
<td>
116116
<span>
117117
[
118-
<a href="/chromium/src/+log/9ecc0a268632e324e76976fadf05850f7943afac">
118+
<a href="/chromium/src/+log/f75720b8716989421584fa23c9ed13a0240ab87f">
119119
log
120120
</a>
121121
]
122122
</span>
123123
<span>
124124
[
125-
<a href="/chromium/src/+archive/9ecc0a268632e324e76976fadf05850f7943afac.tar.gz">
125+
<a href="/chromium/src/+archive/f75720b8716989421584fa23c9ed13a0240ab87f.tar.gz">
126126
tgz
127127
</a>
128128
]
@@ -134,10 +134,10 @@
134134
author
135135
</th>
136136
<td>
137-
Zequan Wu &lt;zequanwu@google.com&gt;
137+
John Rummell &lt;jrummell@chromium.org&gt;
138138
</td>
139139
<td>
140-
Thu Dec 19 18:43:28 2024
140+
Thu Dec 19 23:37:14 2024
141141
</td>
142142
</tr>
143143
<tr>
@@ -148,16 +148,16 @@
148148
Chromium LUCI CQ &lt;chromium-scoped@luci-project-accounts.iam.gserviceaccount.com&gt;
149149
</td>
150150
<td>
151-
Thu Dec 19 18:43:28 2024
151+
Thu Dec 19 23:37:14 2024
152152
</td>
153153
</tr>
154154
<tr>
155155
<th class="Metadata-title">
156156
tree
157157
</th>
158158
<td>
159-
<a href="/chromium/src/+/9ecc0a268632e324e76976fadf05850f7943afac/">
160-
a8d5cd6ab7748d996f33f1ba1df924a7ff70b1f7
159+
<a href="/chromium/src/+/f75720b8716989421584fa23c9ed13a0240ab87f/">
160+
94f6c2576747703f44615935ee92306b2b0308b2
161161
</a>
162162
</td>
163163
</tr>
@@ -166,29 +166,44 @@
166166
parent
167167
</th>
168168
<td>
169-
<a href="/chromium/src/+/9ecc0a268632e324e76976fadf05850f7943afac%5E">
170-
fce275e454ae9591be27430a98de3b7dbf6cd4f0
169+
<a href="/chromium/src/+/f75720b8716989421584fa23c9ed13a0240ab87f%5E">
170+
c038132b800bdc454af24ac2e48e1f6b3bd3bc37
171171
</a>
172172
<span>
173173
[
174-
<a href="/chromium/src/+/9ecc0a268632e324e76976fadf05850f7943afac%5E%21/">
174+
<a href="/chromium/src/+/f75720b8716989421584fa23c9ed13a0240ab87f%5E%21/">
175175
diff
176176
</a>
177177
]
178178
</span>
179179
</td>
180180
</tr>
181181
</table>
182-
<hr style="height:1px;border-width:0;color:gray;background-color:gray"><pre class="u-pre u-monospace MetadataMessage">Hoist up common expressions to speed up compilation on generated code.
182+
<hr style="height:1px;border-width:0;color:gray;background-color:gray"><pre class="u-pre u-monospace MetadataMessage">Revert "DumpWithoutCrashing on unknown MediaCodec errors"
183183

184-
It took Clang 4m30s to compile the generated file gen/third_party/blink/renderer/core/style/computed_style_base.cc when msan is enabled. This change does pre-optimizations by hoisting up some common expressions to speed up the compilation.
184+
This reverts commit 387ba6aeed6d14c1a712c2bee04590edf7997d4f.
185185

186-
Bug: 383350295
187-
Change-Id: <a href="https://chromium-review.googlesource.com/#/q/I8c94febb5feea70e3a64dd9e82bfdcdc7a135fa3">I8c94febb5feea70e3a64dd9e82bfdcdc7a135fa3</a>
188-
Reviewed-on: <a href="https://chromium-review.googlesource.com/c/chromium/src/+/6108257">https://chromium-review.googlesource.com/c/chromium/src/+/6108257</a>
189-
Reviewed-by: Rune Lillesveen &lt;futhark@chromium.org&gt;
190-
Commit-Queue: Zequan Wu &lt;zequanwu@google.com&gt;
191-
Cr-Commit-Position: refs/heads/main@{#1398712}
186+
Reason for revert: Have enough data
187+
188+
Original change's description:
189+
&gt; DumpWithoutCrashing on unknown MediaCodec errors
190+
&gt;
191+
&gt; To get a better idea of unknown MediaCodec errors, call
192+
&gt; DumpWithoutCrashing with the exception string as a key.
193+
&gt;
194+
&gt; Bug: b:376720476
195+
&gt; Change-Id: <a href="https://chromium-review.googlesource.com/#/q/I6ca6d0fe3a6ebfba91f840d7170e30f0d50e849f">I6ca6d0fe3a6ebfba91f840d7170e30f0d50e849f</a>
196+
&gt; Reviewed-on: <a href="https://chromium-review.googlesource.com/c/chromium/src/+/6098822">https://chromium-review.googlesource.com/c/chromium/src/+/6098822</a>
197+
&gt; Commit-Queue: John Rummell &lt;jrummell@chromium.org&gt;
198+
&gt; Reviewed-by: Dale Curtis &lt;dalecurtis@chromium.org&gt;
199+
&gt; Cr-Commit-Position: refs/heads/main@{#1397491}
200+
201+
Bug: b:376720476, b:385187557, b:385009816
202+
Change-Id: <a href="https://chromium-review.googlesource.com/#/q/I8459d4ada3ce896e19f47bb0987d55c81e62baf4">I8459d4ada3ce896e19f47bb0987d55c81e62baf4</a>
203+
Reviewed-on: <a href="https://chromium-review.googlesource.com/c/chromium/src/+/6112476">https://chromium-review.googlesource.com/c/chromium/src/+/6112476</a>
204+
Reviewed-by: Dale Curtis &lt;dalecurtis@chromium.org&gt;
205+
Commit-Queue: John Rummell &lt;jrummell@chromium.org&gt;
206+
Cr-Commit-Position: refs/heads/main@{#1398917}
192207
</pre>
193208

194209
</body>

0 commit comments

Comments
 (0)