Граф коммитов

501887 Коммитов

Автор SHA1 Сообщение Дата
Florian Quèze dcdba1c4c0 Bug 1319844 - Fix a few broken paths, r=Gijs. 2016-11-28 12:29:31 +01:00
Florian Quèze 5bf00d6bcb Bug 1319854 - Unused resource://gre/modules/osfile/osfile_{unix,win}_{back,front}.jsm files, r=Yoric. 2016-11-28 12:29:30 +01:00
Lars T Hansen a88e9af85a Bug 1286816 - wasm baseline, optimize boolean expressions for control. r=h4writer
--HG--
extra : rebase_source : 0657614b1897b2381538938ac9afb48eb93c6ac3
2016-11-27 23:41:08 +01:00
Lars T Hansen fb0c308c86 Bug 1286816 - wasm baseline, test cases for boolean optimization for control. r=h4writer
--HG--
extra : rebase_source : fa2ed2092172339e2f8241d1ebca73e1eb9731ca
2016-11-18 10:56:10 +01:00
Lars T Hansen be5343a9bb Bug 1286816 - wasm baseline, simplify code generation of branches. r=h4writer
--HG--
extra : rebase_source : 4d89e03260d1ffab2647da1f6ccb64c98c4e8061
2016-11-24 09:20:01 +01:00
Lars T Hansen d7303641a2 Bug 1286816 - InvertCondition(DoubleCondition). r=h4writer
--HG--
extra : rebase_source : 361378fed6a126288efbe54483073ae6d663fb3c
2016-11-24 09:17:45 +01:00
Lars T Hansen 3b19620030 Bug 1286816 - branch64(reg,reg) stub for arm64. r=h4writer
--HG--
extra : rebase_source : d88d1a16a4eead7dbf4ca090a889a0837cc63a83
2016-11-24 09:32:37 +01:00
Chris Pearce 19f0b2fe44 Bug 1320614 - Remove MediaKeys::mNodeId as it's only ever written and never read. r=gerald
MozReview-Commit-ID: BWfrjzdfph

--HG--
extra : amend_source : 784b9d8341dc2fad29c522b5faa147a2a81a9388
2016-11-28 12:12:34 +13:00
Jan de Mooij b1ffa95873 Bug 1320118 part 3 - Introduce AutoStubFrame to emit stub frames. r=evilpie 2016-11-28 09:53:53 +01:00
Jan de Mooij 13c45aee41 Bug 1320118 part 2 - Clean up tryAttachNative to handle all cases in the switch statement. r=evilpie 2016-11-28 09:52:36 +01:00
Jan de Mooij efd66cb025 Bug 1320118 part 1 - Remove emitted_ bool from GetPropIRGenerator. r=evilpie 2016-11-28 09:51:48 +01:00
Nicolas Silva a247565f19 Bug 1309200 - Add gfxPlatfrom::GetSoftwareBackend. r=Bas 2016-11-28 09:40:29 +01:00
Tooru Fujisawa e8a6742e43 Bug 1320388 - Move JSFunction::HAS_REST to JSScript and LazyScript. r=evilpie 2016-11-28 12:29:19 +09:00
Tooru Fujisawa 8284590e18 Bug 1320408 - Part 3: Remove JSContext* parameter from JSFunction::getBoundFunctionArgument. r=jandem 2016-11-28 12:29:17 +09:00
Tooru Fujisawa a0d3730cfd Bug 1320408 - Part 2: Change JSFunction::getOrCreateScript to static method. r=jandem 2016-11-28 12:29:17 +09:00
Tooru Fujisawa 6e4269027d Bug 1320408 - Part 1: Change JSFunction::getLength and JSFunction::getUnresolvedLength to static method. r=jandem 2016-11-28 12:29:16 +09:00
Mats Palmgren 3b94adedc9 Bug 1319958 (followup) - Add the place-content/items/self shorthands to devtools. r=bustage 2016-11-28 01:51:32 +01:00
Mats Palmgren e6c84d38b0 Bug 1319958 - [css-grid] Sprinkle some place-items/self/content shorthands around in the Grid reftests to increase test coverage. 2016-11-28 00:44:22 +01:00
Mats Palmgren 0965da8493 Bug 1319958 - [css-align][css-grid][css-flexbox] Implement the place-items/self/content shorthands. r=dholbert 2016-11-28 00:44:22 +01:00
Sebastian Hengst f6618cb892 Backed out changeset 8a6c538cf61a (bug 943918) for failing own test tab-size-length.html on at least Windows 8 x64 opt+debug and OS X debug. r=backout 2016-11-28 00:41:19 +01:00
Sebastian Hengst 8a78fcdecc Backed out changeset 0c5eb3fd9fb5 (bug 943918) 2016-11-28 00:39:27 +01:00
Sebastian Hengst d88586f1c1 Backed out changeset 5cfdfff9c5c8 (bug 943918) 2016-11-28 00:39:23 +01:00
Xidorn Quan 5eac149d87 Bug 1258916 part 10 - Not attach HTTP directive to tests which need ahem font. r=dbaron
MozReview-Commit-ID: E4ItEEmThcC

--HG--
extra : source : 9c6424b5a452cd7244a5ff100b8d72b6fa89f49d
2016-11-28 10:13:08 +11:00
Xidorn Quan 3c31d970c0 Bug 1258916 part 9 - Optimize re.sub usage in import script. r=dbaron
This reduces the time to import by ~30% with css-writing-modes included.

MozReview-Commit-ID: JsnkRfTFnp6

--HG--
extra : source : 76731753ce13d2d9e427935112b02df2781cd44a
2016-11-28 10:13:08 +11:00
Robert Strong 2251b023e9 Bug 1320590 - remove reportError for microcode detection since AMD cpu's don't always have the registry key that is checked. r=felipc 2016-11-27 14:09:37 -08:00
Sebastian Hengst f679e2cf8e Backed out changeset 132bb5e7c5b8 (bug 1315332) for bustage. r=backout 2016-11-27 22:02:43 +01:00
Thomas Wisniewski fe33117844 Bug 1309219 - Only allow valid base64-values for CSP nonce and hash sources, per spec. r=francois 2016-11-24 21:46:09 -05:00
Thomas Wisniewski d32b92271b Bug 943918 - Part 3: reftest for tab-size:<length> and tab-size:<number>. r=heycam 2016-11-25 00:22:56 -05:00
Thomas Wisniewski 813450469e Bug 943918 - Part 2: layout for tab-size:<length> and tab-size:<number>. r=heycam 2016-11-25 00:18:11 -05:00
Thomas Wisniewski ae1257b378 Bug 943918 - Part 1: style system support for tab-size:<length> and tab-size:<number>. r=heycam 2016-11-24 23:23:14 -05:00
Honza Bambas a7d0c738da Bug 1315332 - Don't reuse the connection for conn-based auth schemes when asking user for credentials, r=mcmanus 2016-11-27 21:24:43 +01:00
Sebastian Hengst da69754231 Backed out changeset 39e0069c673e (bug 1317562) for failing reftest 368020-1.html on OS X and Windows. r=backout 2016-11-27 14:07:18 +01:00
Timothy Nikkel 651143f578 Bug 1317562. Make style images use async image notifications when requesting decoding. r=aosmond 2016-11-27 01:33:02 -06:00
Phil Ringnalda af7c09796f Merge m-c to m-c, a=merge 2016-11-26 17:54:22 -08:00
Phil Ringnalda 6486a0ac34 Merge autoland to m-c, a=merge 2016-11-26 17:53:09 -08:00
Jan de Mooij c2a90e4728 Bug 1319437 part 5 - Use CustomAutoRooter for CacheIRWriter. r=jonco 2016-11-26 21:19:23 +01:00
Jan de Mooij a9b7b0f949 Bug 1319437 part 4 - Port code for unshadowed GETPROP on DOM proxies to CacheIR. r=nbp 2016-11-26 21:19:23 +01:00
Jan de Mooij 3b098fa9d7 Bug 1319437 part 3 - Support 64-bit fields in CacheIR stubs. r=nbp 2016-11-26 21:19:23 +01:00
Jan de Mooij dad5fb18d0 Bug 1319437 part 2 - Port code for GETPROP on shadowing DOM proxies to CacheIR. r=nbp 2016-11-26 21:19:23 +01:00
Jan de Mooij 3cba9f4a2a Bug 1319437 part 1 - Add a generic proxy GETPROP stub to CacheIR. r=nbp 2016-11-26 21:19:22 +01:00
Tom Schuster a4860e9fe0 Bug 1192038 - Update RegExp Xray code. r=bholley,arai 2016-11-26 19:17:39 +01:00
Tom Schuster 99fbdc777a Bug 1192038 - Handle RegExp correctly in devtools. r=fitzgen 2016-11-26 19:02:30 +01:00
Tom Schuster 5b23f0bb78 Bug 1192038 - Tests. r=arai 2016-11-26 19:01:59 +01:00
Tom Schuster 2f8dca68e0 Bug 1192038 - Use ordinary object for RegExp prototype. r=arai,jandem 2016-11-26 19:01:17 +01:00
Andrew McCreight 908a323277 Backed out changeset 2bbc7be933e2 (bug 1309070) for causing bug 1320041. 2016-11-26 09:31:17 -08:00
ffxbld 26452cdaf3 No bug, Automated blocklist update from host bld-linux64-spot-470 - a=blocklist-update 2016-11-26 06:26:23 -08:00
ffxbld a7167d4fb1 No bug, Automated HPKP preload list update from host bld-linux64-spot-470 - a=hpkp-update 2016-11-26 06:26:21 -08:00
ffxbld c63fb4dbba No bug, Automated HSTS preload list update from host bld-linux64-spot-470 - a=hsts-update 2016-11-26 06:26:19 -08:00
Phil Ringnalda dc33a3b7dc Merge m-i to m-c, a=merge 2016-11-25 21:26:21 -08:00
Phil Ringnalda 53c5c8448e Merge autoland to m-c, a=merge 2016-11-25 21:25:18 -08:00