| mgiuca | 844fee6 | 2016-02-23 00:31:09 | [diff] [blame] | 1 | # git hyper-blame master ignore list. |
| 2 | # |
| 3 | # This file contains a list of git hashes of revisions to be ignored by git |
| 4 | # hyper-blame (in depot_tools). These revisions are considered "unimportant" in |
| 5 | # that they are unlikely to be what you are interested in when blaming. |
| 6 | # |
| 7 | # Instructions: |
| 8 | # - Only large (generally automated) reformatting or renaming CLs should be |
| 9 | # added to this list. Do not put things here just because you feel they are |
| 10 | # trivial or unimportant. If in doubt, do not put it on this list. |
| 11 | # - Precede each revision with a comment containing the first line of its log. |
| 12 | # - Only put full 40-character hashes on this list (not short hashes or any |
| 13 | # other revision reference). |
| 14 | # - Append to the bottom of the file (revisions should be in chronological order |
| 15 | # from oldest to newest). |
| 16 | # - Because you must use a hash, you need to append to this list in a follow-up |
| 17 | # CL to the actual reformatting CL that you are trying to ignore. |
| mgiuca | 1a7fad9 | 2016-05-03 00:57:23 | [diff] [blame] | 18 | |
| 19 | # This block of commits mechanically renamed scoped_ptr to std::unique_ptr and |
| 20 | # make_scoped_ptr to base::WrapUnique, throughout the codebase. |
| 21 | # Convert //android_webview to use std::unique_ptr |
| 22 | 08daa0770adc348a5e3852200352b2cd7f620d21 |
| 23 | # Convert //storage to use std::unique_ptr |
| 24 | c6378bdd46cb9fbeb4e7a0fbb37d820f8b82232d |
| 25 | # Convert //gin to use std::unique_ptr |
| 26 | c862da8ac734722d6928b64ae87564bf2ee0d2ae |
| 27 | # Convert //url to use std::unique_ptr |
| 28 | ea64f7caeafef5b77b656d03b4b8c4ec8edab4c0 |
| 29 | # convert //rlz to std::unique_ptr |
| 30 | 03c6cc125a0f63fcf549db5caa525ad5941fffd8 |
| 31 | # convert //apps to std::unique_ptr |
| 32 | ecb4a22b939cdcd3e022ee2c452dd7f866d1dfb5 |
| 33 | # convert //testing to std::unique_ptr |
| 34 | d1b5b043fcf499cf46d059f5bb72a6ab07f04d88 |
| 35 | # convert //headless to std::unique_ptr |
| 36 | c3d183bef609f3c4dab124572281ba13257d37a6 |
| 37 | # convert //chrome_elf to std::unique_ptr |
| 38 | 1795070c67cd08f5c5437b4e0d3ae6e5d3e5fd13 |
| 39 | # convert //mash to std::unique_ptr |
| 40 | 1aaf50682f5b06bea8db36316dcddde48444b54e |
| 41 | # Convert //base to use std::unique_ptr |
| 42 | 093de9b30c0ba6ded896506a297314e5ed818b89 |
| 43 | # Convert media/mojo/ to use std::unique_ptr |
| 44 | f1bc82901463a76329b480e1ce55638d105f4616 |
| 45 | # Convert //sandbox to use std::unique_ptr |
| 46 | d521b63cb0fe3d78ed64bbba2c4cfacfeb7ebfd3 |
| 47 | # Convert //remoting to use std::unique_ptr |
| 48 | 0765c49ae6fb26c49c98bf9205d690174de3c0e4 |
| 49 | # Convert //blimp to use std::unique_ptr |
| 50 | 1b185c49a6f2e9eea0bac36132f79b8ce50f529a |
| 51 | # Convert //ppapi to use std::unique_ptr |
| 52 | ced9224fbb7866e6ea7e9da221c0b2570008bd55 |
| 53 | # Convert //third_party/WebKit from scoped_ptr to std::unique_ptr |
| 54 | a37bedae9c23a82bf8b2f9011d06c9933e0048db |
| 55 | # Nuke WebPassOwnPtr<T> and replace it with std::unique_ptr<T>. |
| 56 | e0d99834d5d8f817c55828c1f53b4d0946b2d6df |
| 57 | # Convert //ios from scoped_ptr to std::unique_ptr. |
| 58 | 942f39d75745824a53ef6ce896bb2462010476bb |
| 59 | # Convert //chrome/browser/download from scoped_ptr to std::unique_ptr |
| 60 | abbf4465acfdb9c8d6223c680b634f1fd506813e |
| 61 | # Convert //printing to use std::unique_ptr |
| 62 | c3df9bafc8db94bd613fbd76c61abe5057f7a82d |
| 63 | # Convert //chrome/browser/android from scoped_ptr to std::unique_ptr |
| 64 | aeceb05e862d97596a0e005a17a4f7d61183b818 |
| 65 | # Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr |
| 66 | 24002d093cd0d2b540b0b1895d0044d44a30450d |
| 67 | # Convert //sync from scoped_ptr to std::unique_ptr |
| 68 | c3e80570c413b058d8f855a695610b38072d6519 |
| 69 | # Convert //chrome/browser/profiles from scoped_ptr to std::unique_ptr |
| 70 | 6e25ed32b8e7dca8352af477dbc82b67ac836736 |
| 71 | # Convert //chrome/browser/extensions from scoped_ptr to std::unique_ptr |
| 72 | c963c714c99f34bd80b392d9896ca9cecd66fb6d |
| 73 | # Convert //chrome/browser/ui from scoped_ptr to std::unique_ptr |
| 74 | 9603ab9714083051fc19942aa171d88af2cd379c |
| 75 | # Convert //chromecast from scoped_ptr to std::unique_ptr |
| 76 | 3c3c93d549f8685459c9d938e81f1e68c888ad6c |
| 77 | # Convert //ash from scoped_ptr to std::unique_ptr |
| 78 | a9454747427889f70d14df4646f7f599d00df02d |
| 79 | # Convert //chrome/browser/sync_file_system from scoped_ptr to std::unique_ptr |
| 80 | 566c3c55ebc5fa4600c3e6259938c3f9e1baf483 |
| 81 | # Convert //google_apis from scoped_ptr to std::unique_ptr |
| 82 | f064cccace7bf4d940a494042754760f07e8164f |
| 83 | # Convert //chromeos from scoped_ptr to std::unique_ptr |
| 84 | 0a6e80cc6b045cb1217a59ad3c9e764c36fb0260 |
| 85 | # Convert //tools to use std::unique_ptr |
| 86 | a500b69aa06c2bc084a3b1867b9824f4218014de |
| 87 | # Convert crypto to std::unique_ptr |
| 88 | d1a1847163c0038284a7053b41ba0dedfad9b7b7 |
| 89 | # Convert //dbus from scoped_ptr to std::unique_ptr |
| 90 | 2a193281aac690b3fdfba1246d6b36877553a9be |
| 91 | # Convert //chrome/browser/media from scoped_ptr to std::unique_ptr |
| 92 | c16dc809e7c8026d8fad7d9169f324df7ab6b1ce |
| 93 | # Convert //content/renderer/media from scoped_ptr to std::unique_ptr |
| 94 | 67e2c0a015fb2d2d2584a44b96da1620d2678bf5 |
| 95 | # Convert //content/browser/renderer_host/media from scoped_ptr to std::unique_ptr |
| 96 | fd6a38135a1dd716d0f00a86900a03a931a697db |
| 97 | # Convert //content/browser/media from scoped_ptr to std::unique_ptr |
| 98 | 3b4fe476046af664ea30dcfffb10956eeaba3b9e |
| 99 | # Convert //content/browser/loader from scoped_ptr to std::unique_ptr |
| 100 | 40ce7b38f09de969a106da37e4dec11464da18c6 |
| 101 | # Convert //content/child from scoped_ptr to std::unique_ptr |
| 102 | c864f52514c7e8cf9992a524e0294b1cc32c1db5 |
| 103 | # Convert //content/browser/fileapi from scoped_ptr to std::unique_ptr |
| 104 | b4e18e45c933153b06833a33bf6352c5da38125a |
| 105 | # Convert //content/browser/download from scoped_ptr to std::unique_ptr |
| 106 | f6c40587bc9ee68ef8102992ea5c52cc8e0c6933 |
| 107 | # Convert //cc from scoped_ptr to std::unique_ptr. |
| 108 | 60bc3bcfa8b7141986c5e4b3c357c7e03393f230 |
| 109 | # Convert //content/browser/frame_host from scoped_ptr to std::unique_ptr |
| 110 | 9bfa516692718597507a3339a33dafdc7c2f00ba |
| 111 | # Convert //content/renderer from scoped_ptr to std::unique_ptr |
| 112 | cedca561f373a9f2d102e7bd896712b504b445db |
| 113 | # Convert //content/browser/service_worker from scoped_ptr to std::unique_ptr |
| 114 | 86be9c00e6a13acad1851ddc64182a94347c9420 |
| 115 | # Convert //content/browser/cache_storage from scoped_ptr to std::unique_ptr |
| 116 | 92ae1414e686f8f8ba9c5c663b34552362641feb |
| 117 | # Convert //content/browser/indexed_db from scoped_ptr to std::unique_ptr |
| 118 | 531cca917021e753d5215ddb194200be075944ac |
| 119 | # Convert //content/common from scoped_ptr to std::unique_ptr |
| 120 | 4ac58c7a6c73f0972e73ce420749f886a8aec18c |
| 121 | # Convert //content/browser from scoped_ptr to std::unique_ptr |
| 122 | 5971627d34ab2cca303e4a4552fecf2f019f61c6 |
| 123 | # Convert //content from scoped_ptr to std::unique_ptr |
| 124 | 6003e0b1ac1acb0a3973abbca62881d2b6acc0b1 |
| 125 | # Convert device/bluetooth to std::unique_ptr |
| 126 | 08c9d69b0c0d625d2ce38e3d8402f36e1226f0fc |
| 127 | # Change WebBlobRegistry::createBuilder to return a std::unique_ptr. |
| 128 | ae4a290306d308cd6c7187df85c1825edf3354db |
| 129 | # Convert device to std::unique_ptr |
| 130 | acd68a2e07af43fa67def3830555f294eff2ac8e |
| 131 | # Convert skia to std::unique_ptr |
| 132 | b743cc6790dd88fd5b53e4a21f089a38b40a53f8 |
| 133 | # JPEG decoding: replace ownership comments with std::unique_ptr. |
| 134 | b587f9a457ee20bfc4e3055f3b79ad7b522c8682 |
| 135 | # Convert //sql to use std::unique_ptr |
| 136 | d82cd995ba83303302900ebe7704a9fab405ef93 |
| 137 | # Convert //chrome/browser/safe_browsing from scoped_ptr to std::unique_ptr |
| 138 | 7bacc0eaa9eb6edb22c9e2734e0e57e64e8b4125 |
| 139 | # Convert chrome/renderer to std::unique_ptr |
| 140 | fabb28482dce40e1ac570beb5b9eef5832f9a9b1 |
| 141 | # convert //courgette to std::unique_ptr |
| 142 | 1007a4af51fee305fd95933d9bdcd83c89f9df29 |
| 143 | # Convert chrome/browser/printing to std::unique_ptr |
| 144 | 6cb57924b37070a844c7626bc2ab8850c7cf17dd |
| 145 | # Convert //components/drive from scoped_ptr to std::unique_ptr |
| 146 | f427502355334e64faa24798a34f7db9f3bf7871 |
| 147 | # Convert //chrome/browser/supervised_user from scoped_ptr to std::unique_ptr |
| 148 | f624e47486f525e6d266b99f90bcb81ad8f57295 |
| 149 | # Convert chrome/common to std::unique_ptr |
| 150 | 8b51c0ab6c7b58cfa186691dcc973527371b2309 |
| 151 | # Replace scoped_ptr with std::unique_ptr in //ui |
| 152 | 25c52c3f3c407fd9f5678c0079c877ccef34c090 |
| 153 | # Convert //components/dom_distiller from scoped_ptr to std::unique_ptr |
| 154 | fecbe3fea62c512555c2f9c63b936331c9915619 |
| 155 | # Convert pdf/ to use std::unique_ptr. |
| 156 | 79ce717c93677da7d3db074bad0349995980ce93 |
| 157 | # Convert //components/data_reduction_proxy from scoped_ptr to std::unique_ptr |
| 158 | 5197113e6864b0530dd8b489615c089facd06e70 |
| 159 | # Convert a few components from scoped_ptr to std::unique_ptr |
| 160 | 532924d626b6538b547fd00793f0373bb5271df2 |
| 161 | # Convert //chrome/test from scoped_ptr to std::unique_ptr |
| 162 | ba06265360528b619b4e6df792b0fb06350a2602 |
| 163 | # Convert //chrome/browser/media_galleries from scoped_ptr to std::unique_ptr |
| 164 | 5ea05e40ab4ad7a6f6dbd4fabd2ffe061d9e15f2 |
| 165 | # Convert //chrome/browser/devtools from scoped_ptr to std::unique_ptr |
| 166 | b8eac3a8edbd7864438f5e326893fa52da75c16f |
| 167 | # Convert //chrome/installer from scoped_ptr to std::unique_ptr |
| 168 | f5d315cecedf2bc83f7499d9c4311215db51ecc6 |
| 169 | # Convert media/formats to std::unique_ptr |
| 170 | f402ab9f3f02d00d87c840fe79863f4ac0609ba1 |
| 171 | # Convert //chrome/browser/local_discovery from scoped_ptr to std::unique_ptr |
| 172 | bf70795c3d53b4c087b4276069bc8798048497da |
| 173 | # Convert //chrome/browser/net from scoped_ptr to std::unique_ptr |
| 174 | 4e7c042ce7fda2baafe59dd88481b2de67644170 |
| 175 | # Convert //chrome/browser/spellchecker from scoped_ptr to std::unique_ptr |
| 176 | 4d0d72efb14b4746ff054fd1867058dc6997cafd |
| 177 | # Convert //chrome/browser/apps from scoped_ptr to std::unique_ptr |
| 178 | 71f677162f1b860b005e20fc9c2f2417bdfb7030 |
| 179 | # Convert //chrome/browser/metrics from scoped_ptr to std::unique_ptr |
| 180 | 1edb03a4943e4e3de4116adcc031e2dfabbb7805 |
| 181 | # Convert //chrome/browser/history from scoped_ptr to std::unique_ptr |
| 182 | b11f7ae342eeba3a126b8270171ab3c6981e0bf7 |
| 183 | # Convert //chrome/browser/sync from scoped_ptr to std::unique_ptr |
| 184 | 0569a0ed6347980265b437c61b5849ee2ca2c529 |
| 185 | # Convert //chrome/browser/policy from scoped_ptr to std::unique_ptr |
| 186 | 08cfe9ba9528151087b93894baaf4390a4ad75d0 |
| 187 | # Convert //chrome/browser/search_engines from scoped_ptr to std::unique_ptr |
| 188 | 878bd271da9444eba2a823fe30f0c316656b0d0d |
| 189 | # Change scoped_ptr to std::unique_ptr in //net/url_request. |
| 190 | 8522a25bece204fd7281ec764af1e0c8e36329d6 |
| 191 | # Change scoped_ptr to std::unique_ptr in //net/spdy. |
| 192 | aee3e1ec72a9985aa20be4ccf514774373737705 |
| 193 | # Change scoped_ptr to std::unique_ptr in //net/socket. |
| 194 | 655b66c64362dbea1b7e27207545234f7b908106 |
| 195 | # Change scoped_ptr to std::unique_ptr in //net/websockets. |
| 196 | 9c5cab5a712d0762319d115a30f5baed1d07416c |
| 197 | # Change scoped_ptr to std::unique_ptr in //net/quic. |
| 198 | ad1777e9c39dc1c7c4d4fb6293a01ca470595134 |
| 199 | # Change scoped_ptr to std::unique_ptr in //net/disk_cache. |
| 200 | d04b92dd6de3bbe80c94955ac3347523e891f93d |
| 201 | # Change scoped_ptr to std::unique_ptr in //net/base. |
| 202 | 42edb859e1917c96b988fa2f4e204de63aeb18ae |
| 203 | # Change scoped_ptr to std::unique_ptr in //net/dns. |
| 204 | 22f90e716ad8674d122781cda62ab739ecb7271c |
| 205 | # Revert of Change scoped_ptr to std::unique_ptr in //net/base. |
| 206 | 49964c23cbba511c110cfb642f5685694a895d49 |
| 207 | # Change scoped_ptr to std::unique_ptr in //net/proxy. |
| 208 | 8a98ca292bd722516ad23b2d85fdb5663a33dab3 |
| 209 | # Change scoped_ptr to std::unique_ptr in //net/cert. |
| 210 | 3a4770da8b56e8f4c0ef1a85f5786afe35f5401e |
| 211 | # Change scoped_ptr to std::unique_ptr in //net/http. |
| 212 | 1fd259a0929d9c8ee68923e29ec1bd60d88f5690 |
| 213 | # Change scoped_ptr to std::unique_ptr in //net/base. |
| 214 | 7f767e658961d89959af3bd143e7719fcaca8445 |
| 215 | # Change scoped_ptr to std::unique_ptr in //net. |
| 216 | a9850e17ec8a7e5e754d2b804ea1a93ff2352310 |
| 217 | # Convert //chrome/browser from scoped_ptr to std::unique_ptr |
| 218 | 4af48586364b625a8bfce51b10aa4a76109a9108 |
| 219 | # Convert //chrome from scoped_ptr to std::unique_ptr |
| 220 | c0e39d57d0c16684ff7c99632fba9a49d4d2431e |
| 221 | # convert //gpu to std::unique_ptr |
| 222 | 6682b1c4aac00aee61b09ba8f6084f1790429315 |
| 223 | # Convert //extensions/renderer from scoped_ptr to std::unique_ptr |
| 224 | f6f806674c4f6ebbb8b20197ae5b6c7a40bba08f |
| 225 | # Convert //components/policy from scoped_ptr to std::unique_ptr |
| 226 | a3451b74e1aac0c538d7d6824bd714553eb0141e |
| 227 | # Convert //services from scoped_ptr to std::unique_ptr |
| 228 | 39fafebd8ff93ca8aac361926e6b3ef840302328 |
| 229 | # Convert //extensions/browser/api from scoped_ptr to std::unique_ptr |
| 230 | ccfc5401e32e24f29847cd91f643d03ed651b19a |
| 231 | # Convert //components/proximity_auth from scoped_ptr to std::unique_ptr |
| 232 | 2f01269f405de0dfd12cb1dc56459c4492d65b8b |
| ben | 6b0453d1 | 2016-07-02 04:27:19 | [diff] [blame] | 233 | # Convert //services/ui from scoped_ptr to std::unique_ptr |
| mgiuca | 1a7fad9 | 2016-05-03 00:57:23 | [diff] [blame] | 234 | c314381373dc794d3875428994ec7a74edda77e4 |
| 235 | # Convert //components/exo from scoped_ptr to std::unique_ptr |
| 236 | 31759da04512d5815aff6c30134e33856638889d |
| 237 | # Convert //extensions/browser from scoped_ptr to std::unique_ptr |
| 238 | f5d2410841791e8c32739a4418159489e1dde324 |
| 239 | # Convert //components/sync_driver from scoped_ptr to std::unique_ptr |
| 240 | b21a1b10f9a753d3b66e448ca8fa74ac83d5c2cb |
| 241 | # Convert //jingle from scoped_ptr to std::unique_ptr |
| 242 | 18e946f9ab6250614430fd09cccb849005ca7aeb |
| 243 | # Convert //components/gcm_driver from scoped_ptr to std::unique_ptr |
| 244 | a77e28eb3b14d816f2c880d3185af8522c04f6bc |
| 245 | # Convert //components/metrics from scoped_ptr to std::unique_ptr |
| 246 | d99c42a1a3c4566d5cdbac0bbbed5c266d09cfeb |
| 247 | # Convert //media/cast from scoped_ptr to std::unique_ptr |
| 248 | 8a9783e4c8d986f835f8cc2760267d6c1c7b0b57 |
| 249 | # Convert //components/bookmarks from scoped_ptr to std::unique_ptr |
| 250 | acd3f5279c9bc0c73f25976e1cdfa72f43309dba |
| 251 | # Convert //components/search_engines from scoped_ptr to std::unique_ptr |
| 252 | d967d950d071094d70cb480dc3158a48949a7167 |
| 253 | # Convert //components/webcrypto from scoped_ptr to std::unique_ptr |
| 254 | 7036d1e571ea31ea7ae35c9cc71890cef2fa90d7 |
| 255 | # Convert //components/cronet from scoped_ptr to std::unique_ptr |
| 256 | fe3745e624cc39bca68defa70d92390baf897c8a |
| 257 | # Convert //components/history from scoped_ptr to std::unique_ptr |
| 258 | 00dfa74c4fe33466816c58d175b60c3a5d4683b4 |
| 259 | # Convert //components/omnibox from scoped_ptr to std::unique_ptr |
| 260 | 259570ccaf98009037d611aac72e9d809d4d438f |
| 261 | # Convert //mojo from scoped_ptr to std::unique_ptr |
| 262 | 40c732a8f3bb63cc6a16a200819f9d01da3e6039 |
| 263 | # Convert //media/filters from scoped_ptr to std::unique_ptr |
| 264 | 254c536ce14380dc8009240cfff27117a1d52897 |
| 265 | # Convert //components/sessions from scoped_ptr to std::unique_ptr |
| 266 | c51ac9e88916cb09ed5f0c4ea7d00d835f4223c7 |
| 267 | # Convert //media/capture from scoped_ptr to std::unique_ptr |
| 268 | b8259a16dea373e71505b1f8d9a02b96612161df |
| 269 | # Convert //components/domain_reliability from scoped_ptr to std::unique_ptr |
| 270 | 04a35cd4ca655ce8092705d501678ba9edfd005a |
| 271 | # Convert //components/scheduler from scoped_ptr to std::unique_ptr |
| 272 | c0d9887721c7d00ad99a7df09ebae75720503a6a |
| 273 | # Convert //components/update_client from scoped_ptr to std::unique_ptr |
| 274 | d0fc6aa9a949b8093d5e836e3d6443e869495c6a |
| 275 | # Convert //components/content_settings from scoped_ptr to std::unique_ptr |
| 276 | b94ac84f0dc33dcba4d27424777a14fadbb659ef |
| 277 | # Convert //components/nacl from scoped_ptr to std::unique_ptr |
| 278 | 24f43a5e9841b7177688291a625a373c3b8ba365 |
| 279 | # Convert //components/prefs from scoped_ptr to std::unique_ptr |
| 280 | 5f043bc0ea7c069e3ef5e6ef903b98f4e84ec4cb |
| 281 | # Convert //components/user_prefs from scoped_ptr to std::unique_ptr |
| 282 | b707c5c8bed8656c800f613b46967b916e1a7f44 |
| 283 | # Convert //media/blink from scoped_ptr to std::unique_ptr |
| 284 | 3076abbf53ffb74830a097f1c4f7dd232f246fad |
| 285 | # Convert //components/data_usage from scoped_ptr to std::unique_ptr |
| 286 | 154b22210617a1f3f58d0a19d8b30ea9409b98e4 |
| 287 | # Convert //extensions/{common,shell} from scoped_ptr to std::unique_ptr |
| 288 | 7c2ca35e78f7ba433da3eef399753148fe30f127 |
| 289 | # Convert //components/offline_pages from scoped_ptr to std::unique_ptr |
| 290 | e399ff07e13116e446b1ee904c1f6c970eb5bc3b |
| 291 | # Convert //components/copresence from scoped_ptr to std::unique_ptr |
| 292 | 477cae30f89224646d3135ae03cdf93d4901dd78 |
| 293 | # Convert //components/browser_sync from scoped_ptr to std::unique_ptr |
| 294 | d4593e75ceb64dbf966fc77530f4bd38cdcb687c |
| 295 | # Replace scoped_ptr with std::unique_ptr in //components/signin |
| 296 | fc1ac3074134f30e46543f5d9ca97d5d2a6d0282 |
| 297 | # Convert //components/json_schema from scoped_ptr to std::unique_ptr |
| 298 | 6430b2ca82390ebcecedc6c0dbf54008af8322ca |
| 299 | # Replace scoped_ptr with std::unique_ptr in //components/syncable_prefs |
| 300 | 4d55af59cf486412be6e5e458417f6a423abd7da |
| 301 | # Replace scoped_ptr with std::unique_ptr in //components/suggestions. |
| 302 | 501f801f0aa603ae08f213091de67f23476eb40e |
| 303 | # Convert scoped_ptr to std::unique_ptr in //components/translate. |
| 304 | 396f876cf9e02a21687bb78364c2e3c930287e9e |
| 305 | # Use std::unique_ptr in components/search_provider_logos. |
| 306 | ef0ef5d8d5ac805e400ed5826a8b9ca57aececbe |
| 307 | # Replace scoped_ptr with std::unique_ptr in //components/sync_sessions |
| 308 | 5b9c7ed6b732c9b65c851413d0fa5612edc95b85 |
| 309 | # Convert //third_party from scoped_ptr to std::unique_ptr |
| 310 | 91cdd51340b8f6a0cc13ec9f5199defbea6cd49c |
| 311 | # Convert //extensions from scoped_ptr to std::unique_ptr |
| 312 | 4a7e93b6b2a43ecf9476695bb9046d59a39629dc |
| 313 | # Convert //components/guest_view from scoped_ptr to std::unique_ptr |
| 314 | bb7e2b70c8aace67356a53230d104738ebc92693 |
| 315 | # Convert //components/safe_browsing_db from scoped_ptr to std::unique_ptr |
| 316 | 45f93419065eb07f861fe59e3f969e2b3255b2ed |
| 317 | # Convert //components/invalidation from scoped_ptr to std::unique_ptr |
| 318 | b753c6fb8b539a9c5febe08f6b159f01b98ecfa8 |
| 319 | # Convert //media/audio from scoped_ptr to std::unique_ptr |
| 320 | 7089de047f9845b19afd5b671ace13aa1aa3ad42 |
| 321 | # Convert scoped_ptr to std::unique_ptr in //ipc. |
| 322 | 03de39b2f64eb2e9fbe69947be3d10042f30469e |
| 323 | # Convert //components/[u-z]* from scoped_ptr to std::unique_ptr |
| 324 | 3f767dc3724b2e3f36c17ee760007475de7e63cc |
| 325 | # Convert //components/[o-t]* from scoped_ptr to std::unique_ptr |
| 326 | 82beb4ff418b0dcb40bd6b860d2e9793a0193118 |
| 327 | # Replace scoped_ptr with std::unique_ptr in //media/base. |
| 328 | 6aaed6a40bc23a872e14f19a39ff2d7998c803d0 |
| 329 | # Convert //components/[a-e]* from scoped_ptr to std::unique_ptr |
| 330 | a0ee5fb8a4dbf546b8da197a055dd3997f3dc475 |
| 331 | # Replace scoped_ptr with std::unique_ptr in //media. |
| 332 | 4d43bc26cc5d105edb1e976582803ea931e572e1 |
| 333 | # Convert //components/[f-n]* from scoped_ptr to std::unique_ptr |
| 334 | 84c358e7a3b1658bf396d39716fb0fffbb0aa018 |
| mgiuca | a9fc453 | 2016-06-07 05:19:25 | [diff] [blame] | 335 | |
| 336 | # Move code in ui/gl/* from gfx:: to gl:: |
| 337 | 7a4638457b6cb7ba351c57b98f1871209604cb81 |
| mgiuca | 6cdb7ad | 2016-06-27 05:14:57 | [diff] [blame] | 338 | |
| 339 | # Remove OwnPtr from Blink. |
| 340 | f5f08765522594f41a1c032754e4fbc30e90c134 |
| 341 | |
| jamescook | 92bcf77 | 2016-06-25 17:23:10 | [diff] [blame] | 342 | # clang-format all of //ash |
| 343 | b8dcef526018a47e7cd985cef724c464d0d958a6 |
| ricea | 5958170 | 2016-09-15 11:11:23 | [diff] [blame] | 344 | |
| 345 | # Re-write many calls to WrapUnique() with MakeUnique() |
| 346 | f7a5d36f502f953bdceaeb9a4c31ab621f89be08 |
| 347 | 2b385fe1ca886bbfbc38648f1498a154ac85925a |
| 348 | c4bfd81cdab01a081b08d362b864df0dcac4740a |
| 349 | d689a77f1fcbd63909fc6eebf3df553715fef9bf |
| 350 | ed4d66a321cf2f053ce0c3c81e8ad51a453d75ec |
| 351 | 7344d1ab4a98fedab5e75070a8b03aa894ff3b74 |
| 352 | c5ddf366ba98d052497b5dc56187704f914ec8f6 |
| 353 | 6c0773df4a2c301b1d109c9a1ce50b2181fceb50 |
| 354 | a40b2de1242abca45b546dc13114d1a5aaa41134 |
| 355 | c9462d4d25114bbdfa25f6e1ca28eca3303e8286 |
| 356 | 799a1fd2f3dcb409f751b950f767db427664cbd1 |
| 357 | eb5cdbe2b1cb6dedbb51c544b0cc94b20984eadf |
| 358 | 68860bd0684a7cfdc2bf07ff768bd540a60a6e9e |
| 359 | 5e27337b381e1ee8c487f4b4cab71a9a0e6d1b0f |
| 360 | 04dff7f22bbbbfe8b696e7f0dba2c11fdb6f38ed |
| 361 | 85bddde312d17e38e859de39f861711d504732b6 |
| 362 | 6affa5574c8085dfc255f13ff49cb19edbc96ad9 |
| 363 | fccaf874e0338cd3a27c0ef71c635399d2197de2 |
| 364 | df0a9da0c9e6b7ceed46e057ea5ad87a97932b9c |
| 365 | 08e66e6f17755de8d0082593183f7d67ce13cb57 |
| 366 | da4bffb6ef5cb7c8894c64d4666ac6a5da4d80fb |
| 367 | 8133ff702313ecbb52f3903838418cf5de676ab5 |
| 368 | ebb92b4123f784b2fc950a2e762b0ef2c8342764 |
| 369 | 46ad5f4fc0f8d35f71c890431e8e4518d228f2e3 |
| 370 | 1f0ae4df06a2a8c764c3659679525a201d7a20e7 |
| 371 | b6983d553d1cd861d8f7c42a07ee209da696e1d5 |
| 372 | 0c937aa64f5309be50d077dd0d29014cf2d0e9b3 |
| 373 | bb40326f4ba96cb2691e33855d07a75cbb9c57b7 |
| 374 | edb3f078970c02c48cb0eccc07170e9463f63eda |
| 375 | 3cdd7ebe8bd324d3174e8ec3253190908e717a36 |
| 376 | 175211e0e340c1e0a01286b96aca51e700294b5b |
| 377 | bc3c05e020ebed67cf32ff9648e7ed2b0e9f82c3 |
| 378 | 91d6fc12ddbd78adc66ca00d54a9c318b4e3b6b7 |
| 379 | 8fcde24af7919904a7f2f9b9d452da8c575095db |
| 380 | 29649b991045c05394dc42641068934b9d494e80 |
| 381 | 85ec579564402fad9b6f0d593decf686846fb61f |
| 382 | 34f9699d9be6dd32931c9e694f61b3022346f4e5 |
| 383 | 55d8215215c10a413f227b8bcf0e3a826e7b5b2a |
| 384 | 641bb021db42cdfd711a97bdc16077c64bb87aea |
| 385 | 9b4b8464d50e235b25ceb2872d44d09a258837f2 |
| 386 | d4fe03704abb4c3628cddff5c7aa8f82b86b2b21 |
| 387 | 2deef68d60652155b338b88b1acc1f4be1c51ee3 |
| 388 | ec7c3997e21fc154ab89a26779d00220c48324f4 |
| 389 | 86fa1dd92331ce969c55ade017aab9950e0c5156 |
| 390 | a63ce1fb29a4c1aa568d916aaba717986d515b86 |
| ricea | f50f962 | 2016-09-20 02:49:47 | [diff] [blame] | 391 | |
| 392 | # This block of commits mechanically updates auto to auto* where a raw pointer |
| 393 | # would be deduced. |
| 394 | # mash: Change auto to not deduce raw pointers. |
| 395 | e8f87e7cc93e47aeea704006fe1ebdf273ddaba9 |
| 396 | # media: Change auto to not deduce raw pointers. |
| 397 | ea7a7551eb59fb06ae5a488ee20faf91b2695d7d |
| 398 | # base: Change auto to not deduce raw pointers. |
| 399 | 5170bf98eb5ad7c6ebbdad175ecd478c3e48ead0 |
| 400 | # net: Change auto to not deduce raw pointers. |
| 401 | 6f21f24e143e691e3635c06e906b1f8917d33dbd |
| 402 | # ash: Change auto to not deduce raw pointers. |
| 403 | eb900a1e034e1abddcaf7fdd7bb05c0d75cf0b62 |
| 404 | # extensions: Change auto to not deduce raw pointers. |
| 405 | 63daf7ca9ccff9c04a584cb97237ee0eb6c13fa7 |
| 406 | # gin: Change auto to not deduce raw pointers. |
| 407 | 1ee03c4c04b838817fd89a9c384facf40a289dae |
| 408 | # blimp: Change auto to not deduce raw pointers. |
| 409 | 2f37e9e61a72d10f5c9be9d5021445eacec42ad0 |
| 410 | # tools/gn: Change auto to not deduce raw pointers. |
| 411 | 238f0a029f813ddc3c5a3438d8896a01cf1c5aaf |
| 412 | # gpu: Change auto to not deduce raw pointers. |
| 413 | f4cde239e090fbb84afc4cd8315d22f92e6fb3e3 |
| 414 | # various: Change auto to not deduce raw pointers. |
| 415 | 981aa5a100145aee038661b81db780edbb257a09 |
| 416 | # components: Change auto to not deduce raw pointers. |
| 417 | 2de366b533c783f31c6233f4034a8fa070b29db9 |
| 418 | # android_webview: Change auto to not deduce raw pointers. |
| 419 | 038b95619952006436c8feeb058e4ff45f510697 |
| 420 | # base: Change auto to not deduce raw pointers. |
| 421 | 4058ac6be8672005d3113d49b945d9874e01f37c |
| 422 | # content: Change auto to not deduce raw pointers. |
| 423 | 10e0d5f672745230042c700577feb7fc66f00f15 |
| 424 | # chrome/browser/memory: Change auto to not deduce raw pointers. |
| 425 | 0b93e11fe659a7d3e68bdc318f4d0ec1eef69ad4 |
| 426 | # chrome/browser/extensions: Change auto to not deduce raw pointers. |
| 427 | ae72b08137e2ca7af8b3fef367af33be0866ef64 |
| 428 | # chrome/browser/chromeos: Change auto to not deduce raw pointers. |
| 429 | 668a5386d4e352fccf29893b848797d2993fa8b2 |
| 430 | # chrome/browser/android: Change auto to not deduce raw pointers. |
| 431 | c5999f9e1035f7a7f32c416c080afaa8cb0837f7 |
| 432 | # chrome/browser/password_manager: Change auto to not deduce raw pointers. |
| 433 | 6bcf17c7e6c8a5968a63a9d761d2dda7ecfbbe39 |
| 434 | # media: Change auto to not deduce raw pointers. |
| 435 | 7c035fee8e8c3c0667923a161253a13594ed021c |
| 436 | # chrome/browser/ui: Change auto to not deduce raw pointers. |
| 437 | e825f6a8e8ab12b450409be005d41a7849f0d6ab |
| 438 | # chromecast: Change auto to not deduce raw pointers. |
| 439 | 8dd57e1b56672be11e9539d9223ffa583cd8625f |
| 440 | # services/{ui,shell}: Change auto to not deduce raw pointers. |
| 441 | 6b86f80e5578519fcf5b3a19767bd53e86112f15 |
| 442 | # chrome/browser/task_management: Change auto to not deduce raw pointers. |
| 443 | 922b0234f015fe1cb46d40a4cca119efadd5bee5 |
| 444 | # ui/ozone/platform/drm: Change auto to not deduce raw pointers. |
| 445 | f1172137682cec61334b4822f862c782ccbd9167 |
| 446 | # ash: Change auto to not deduce raw pointers. |
| 447 | 4ee88f9978720b2d7f7d683f933c4d6bccb23413 |
| 448 | # ui/{chromeos,display}: Change auto to not deduce raw pointers. |
| 449 | cb7343e6af785c9b194f7d9aaa713df94facdcab |
| 450 | # chrome/common/safe_browsing: Change auto to not deduce raw pointers. |
| 451 | bd00db280f3c20df00d5f178c518370a920c2648 |
| 452 | # chrome/app: Change auto to not deduce raw pointers. |
| 453 | 3af234130c64de89299201845b46dcbd11eae4b1 |
| 454 | # ui/arc/notification: Change auto to not deduce raw pointers. |
| 455 | b62fb540edd2d4fceaf6693a51d691cb195e9047 |
| 456 | # ui/base/cocoa: Change auto to not deduce raw pointers. |
| 457 | 3986a102dcd2e16aacb98b19b743a94e86f3aa20 |
| 458 | # google_apis: Change auto to not deduce raw pointers. |
| 459 | 3d26e74634a9470e3ac06911ee899ce0ffc06339 |
| 460 | # device: Change auto to not deduce raw pointers. |
| 461 | b0e145b14f1ae5821f187e2297e538ac56c763dc |
| 462 | # chromeos/dbus: Change auto to not deduce raw pointers. |
| 463 | daead0ee14bf28ce22e7603a685fe1c12ae31607 |
| 464 | # ios/chrome: Change auto to not deduce raw pointers. |
| 465 | 952ffe1735f2c5b41a8eab6851f6d6a2fb673152 |
| 466 | # chrome/browser/printing: Change auto to not deduce raw pointers. |
| 467 | 19df8256c07f1c044cb3638849ea8bc928493b2e |
| 468 | # chrome/browser/notifications: Change auto to not deduce raw pointers. |
| 469 | d11ed91e72f49c6ec0d9cd2a3d5ae7bfe451b618 |
| 470 | # chrome/browser/media: Change auto to not deduce raw pointers. |
| 471 | fabf492cd95ecc8450cef4f46da08652d694c206 |
| 472 | # chrome/common: Change auto to not deduce raw pointers. |
| 473 | 4e388dd146895127c51b881fdbbdcf524e2a90f9 |
| 474 | # chrome/browser/safe_browsing: Change auto to not deduce raw pointers. |
| 475 | ae7d4b87b676f061748707109b20ab4814953a41 |
| 476 | # chrome/browser/profiles: Change auto to not deduce raw pointers. |
| 477 | e1fee825d91a55d177dcad13ea8e59f0a6b7bb4c |
| 478 | # chrome/browser/renderer_host: Change auto to not deduce raw pointers. |
| 479 | 89f7240e789d4e077b87c14a6094adf7be61daae |
| 480 | # chrome/browser/renderer_context_menu: Change auto to not deduce raw pointers. |
| 481 | f1af449e6d087f4542485401ea5fab3a63b1d68b |
| 482 | # chrome/utility/safe_browsing: Change auto to not deduce raw pointers. |
| 483 | b20a6b27f2c4a845973b4d8cc828ef3c2f51f050 |
| 484 | # chrome/browser/metrics: Change auto to not deduce raw pointers. |
| 485 | 418dc6a24457bcb6c2c8ffdd95f5993c7e3e05de |
| 486 | # io_thread_unittest: Change auto to not deduce raw pointers. |
| 487 | 0168cdbec15153330d9a7f6528316176b02282c3 |
| 488 | # chrome/test: Change auto to not deduce raw pointers. |
| 489 | bb89de9c690710b8e43e60f421b9e2c3462638ea |
| 490 | # mojo/edk/system: Change auto to not deduce raw pointers. |
| 491 | e122d0f1cd07bb86382804d973b097185e75dc6e |
| 492 | # chrome/browser/apps: Change auto to not deduce raw pointers. |
| 493 | 5d70c084a742a5e4ef37c8a40e4b31e11306f8c7 |
| 494 | # chrome/installer: Change auto to not deduce raw pointers. |
| 495 | 87fe42802477a954f8a60ebda917f6cfc8244f7f |
| 496 | # chrome/browser/search: Change auto to not deduce raw pointers. |
| 497 | 04706fdd21f2dbcb9444d55048412878fffe0888 |
| 498 | # chrome/utility: Change auto to not deduce raw pointers. |
| 499 | 142de3b623ab5cafdc8fbedbea7474790878c2e6 |
| 500 | # chrome/browser/guest_view: Change auto to not deduce raw pointers. |
| 501 | a5be776a37c46f6a8792756cec52973d4390a845 |
| 502 | # sandbox: Change auto to not deduce raw pointers. |
| 503 | 587cf8faa9a3914d98abb0330cffcc80f284c998 |
| 504 | # chrome/browser/sessions: Change auto to not deduce raw pointers. |
| 505 | 291fde65aa2a5ee3a1036fe90cc063243e1dc51f |
| 506 | # chrome/browser/devtools: Change auto to not deduce raw pointers. |
| 507 | 6f27af2b5c060be8ccfeb7b11be15414144c2879 |
| 508 | # extensions/browser/api: Change auto to not deduce raw pointers. |
| 509 | 437438d084b2ce1227a2860f8ee5698797b8835c |
| 510 | # chrome/browser/spellchecker: Change auto to not deduce raw pointers. |
| 511 | fe45a535ea84cba23a9b1355d36525db0d408280 |
| 512 | # chrome/browser/background: Change auto to not deduce raw pointers. |
| 513 | 49740b50472837cc4b4a3ed8402ac56802338464 |
| 514 | # chrome/browser/download: Change auto to not deduce raw pointers. |
| 515 | 747f5543ff5e4c201bcba0182bfd24e5e6896d28 |