Changes between Version 2 and Version 3 of LayoutTestsSearchPath
- Timestamp:
- Apr 27, 2012, 3:36:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LayoutTestsSearchPath
v2 v3 50 50 Another way to think of it is that directory X-1 contains all and only the files that were different between versions X-1 and X, and then realize that this is, in a sense, associative (but not commutative). 51 51 So, if you want to find the differences between Leopard (Lion-2) and Lion, you can look for delta(Lion-2, Lion-1) then delta(Lion-1, Lion) (but you can't reverse the order). 52 53 == Chromium-specific notes ==54 55 The Chromium port tries to match the Apple baselines where possible (but we prioritize Chromium results over upstream results), so we look in both the chromium version-specific path and then the Apple version-specific path.