User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
kwierso@gmail.com Thu Sep 26 03:27:24 2013 +0000 | 94548c13fd470a8e8979025cf71762b484813f0a | Wes Kocher — Merge inbound to m-c ← 55 merge changesets [Collapse] |
e64ed43f90ad78d17db8fc48d8341131cecf595f | L. David Baron — Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Android. CLOSED TREE | |
0c577bd421ea5e670249c9fecdc8eb600c5335d9 | L. David Baron — Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Mac OS X 10.8, where the Ahem font is behaving in ways it shouldn't. CLOSED TREE | |
acfa7e48b7f2dff25d18366fbc4b8ca23b44e9e2 | Ryan VanderMeulen — Backed out 5 changesets (bug 905493, bug 920125, bug 919603) for mochitest orange on a CLOSED TREE. | |
3139d5f853b98aee3874435b3a328ecfbeab3c4d | Ryan VanderMeulen — Bug 907908 - Mark 776265-1a.html as random-if on Android 2.2 for too many intermittent failures. | |
75f1eb31f5e5025923b0da9ded2710c9890472cc | Ryan VanderMeulen — Bug 907905 - Mark 647192-1.html as random-if on Android 2.2 for too many intermittent failures. | |
ccef656b29735af4322f9924b4623f9b68d207b5 | Boris Zbarsky — Bug 919603 followup. Make sure EventTarget has a [Global] descendant, so it actually works right. r=peterv pending, because CLOSED TREE | |
c42bd1756a79776d23d88b8af28a521bab1ad83a | Brian Smith — Bug 920248: Temporarily disable TLS false start, r=keeler, r=wtc | |
9e259b87bdcfc1b6793f73007c48fd5f05e84451 | L. David Baron — Bug 828312 patch 11: Don't generate change hints for restyling of later continuations, since the handling of the change hints from the first continuation is required to do the necessary work. r=bzbarsky | |
57dddc90e0465816c32448304f0c93b61b023c0e | L. David Baron — Bug 828312 patch 10: Add assertions to check that handling of nsChangeHint_ChildrenOnlyTransform doesn't need to check continuations. r=bzbarsky | |
bab54dc717fe8c94198ba980aaed1af68b2661ed | L. David Baron — Bug 828312 patch 9b: Make handling of RecomputePosition hint check continuations. r=bzbarsky | |
8ba2dc63f1bff15241402a299832e902fac32025 | L. David Baron — Bug 828312 patch 9a: Make sticky positioning handle block-in-inline splits correctly. r=dholbert | |
c9e8dbb04c43d07bfa52aed7cff8a15b9fc48ce8 | L. David Baron — Bug 828312 patch 8: Make handling of UpdateEffects hint check continuations. r=bzbarsky | |
b6efc5e9468744a4ec7d60db73bdaf1de0976ecc | L. David Baron — Bug 828312 patch 7: Use more typical loop structure and don't mutate |frame| in UpdateOverflow hint handling. r=bzbarsky | |
7076f4fa4ecf6482907b4cd3430693a6b53261c7 | L. David Baron — Bug 828312 patch 6: Make early transform handling check continuations. r=bzbarsky | |
044a7c94e02c5bf8432090b7d5a7f0f39fcc5477 | L. David Baron — Bug 828312 patch 5: Don't handle UpdateCursor more than once per round of style change processing, since it's global. r=bzbarsky | |
cab84ad2c07c54ed42e6c4eed0d60742c03798c5 | L. David Baron — Bug 898209 patch 16: Move a comment that should have been moved in patch 15. No review. | |
ed9c22ef51e0478b4d2c2b9e2e3b9b9210fb3f47 | L. David Baron — Bug 898333, patch 2: Change RestyleManager::Restyle's tree traversal to reach next-continuations (and same-display block-in-inline siblings) from their prev-continuation rather than from their parent. r=bzbarsky | |
b680053ea755d57715e2b5e65b94e70bcc406bb0 | L. David Baron — Bug 898333, patch 1: Restyle the :after pseudo-element after the content children. r=bzbarsky | |
8879393c2552aae23373deb63d01e92e7b99172d | Frank Yan — Bug 880672: Add support for unprefixed cursor:grab and cursor:grabbing. r=bzbarsky sr=dbaron | |
f9ae7613751c32703c7081a40331600461d3b503 | Dan Gohman — Bug 916580 - Fix bugs related to the usage of calloc. r=luke | |
732581f15f34cff0afffb29ff3c440ba46f59311 | Brian Hackett — Bug 919140 - Watch for lazy scripts in AddPossibleCallees, r=jandem. | |
e56f23a35f8ba0e7c6192663877d8cfd3b848b70 | Dan Gohman — Bug 916635 - IonMonkey: Rewrite markBlocksInLoopBody to avoid recursion. r=bhackett | |
75607a3b40e5cbc6fd5875d270b78f71bd112bac | Fernando Jiménez — Bug 919429 - [Message manager] We must not force weak listeners to implement Ci.nsIMessageListener. r=smaug | |
c8d86292e455feaea218dd0bc7a18082eefd98de | Ryan VanderMeulen — Merge m-c to inbound. | |
4b29ce0b2ffff326413001c61ad22b39486e5134 | Boris Zbarsky — Bug 919603 part 2. Change this-handling in codegen to only do the special global object stuff on interfaces where it might matter. r=peterv | |
b0a051ec55b72bc61193252cdbaaa26f6ff99951 | Boris Zbarsky — Bug 919603 part 1. Introduce support for the [Global] extended attribute. r=peterv | |
baa9a774aad17ec4c132629c5cb3ec75da7f03e3 | Boris Zbarsky — Bug 920125. getOwnPropertyDescriptor on Xrays for DOM interface and prototype objects should actually work. r=peterv | |
e03276bf4eaad73a68870937c0c22958a68695a7 | Boris Zbarsky — Bug 905493. Fix setting document.location via an Xray to not enter the content compartment. r=peterv | |
cd28a8561332997de08a56339960a4b1fb418489 | Benoit Girard — Bug 918833 - Improved profiler thread register. r=ehsan | |
6ea361ff5333ea0f1cb7ebbf712b1a419ca63e6b | Peter Van der Beken — Bug 920196 - Make QueryInterface opt-in for WebIDL interfaces. r=bz. | |
f99ae4b40f644139a6cd2d65ec495965e6dcd74b | Daniel Holbert — Bug 919813 part 2: Upgrade NS_ERROR to MOZ_ASSERT in nsFrame's impl of SetPrevInFlow, SetNextInFlow, SetPrevContinuation, SetNextContinuation. rs=mats | |
cc2ba4d86b8021f3faf7f401b71c0303ecae4282 | Daniel Holbert — Bug 919813 part 1: Remove never-checked return value from frame methods SetPrevInFlow, SetNextInFlow, SetPrevContinuation, SetNextContinuation. r=mats | |
0a2182931c5007bcefecd6527d603821b71f3269 | Ms2ger — Bug 920064 - Fix DOM test_interfaces.html; r=jgraham | |
75c782b0ec276fe1aabdf7ec5f6e8c07154d7211 | Ms2ger — Bug 920043 - Update DOM tests from web-platform-tests; f=RyanVM rs=mounir | |
dca996cd431e4d27fae71123760744e290dcebdc | Ms2ger — No bug - Update parseManifest.py. | |
0d367aa1e6c94c26d47e63dbd988402ae6d4cc9c | Ms2ger — Bug 919520 - Update web-platform-tests tests; r=jgraham | |
2ac30931b19b9caae6706947c6c515885cbd6302 | Ryan VanderMeulen — Backed out changesets af0dda676cb7, 550e2f5b4224, and bb76828c5f22 (bug 842828) for B2G bustage and xpcshell failures. | |
ff7c4578831c63fa56838113b7d0c349ed63b269 | Aaron Klotz — Bug 867757, Part 2: Gives SPS the ability to immediately sample the current thread's stack and annotate it. r=BenWa | |
c231777cadca81f0638bb0e9c188a2147a34ed8f | Dan Gohman — Bug 917841 - Use overflow-resistant arithmetic in binary searches. r=luke | |
f4087a24f020e6f5522fbd655259110f829dcdb7 | Ted Mielczarek — bug 919635 - package Steeplechase tests and extra bits in test package. r=gps | |
162e33423f59d1087794fa28fe8d1fe7f93b5b80 | Ted Mielczarek — Bug 919635 - Add manifests for Steeplechase tests to moz.build. r=gps | |
80f98d7940032eefca1e3549f367116d131623b2 | John Hopkins — Bug 918414 - look for gapi.data on c: then e:. r=catlee | |
583e9f08aeeb95bfac8861ae875a30aaf8841a1b | Ryan VanderMeulen — Backed out changeset 0d924e17bba4 (bug 869613) for checktest failures. | |
523b572e9987d2896eab5dd25aa44f441a5ceae5 | Honza Bambas — Bug 919087 - Intermittent TEST-UNEXPECTED-FAIL | test_cache2-22-anon-visit.js, r=michal | |
659b2b598537f881eb72d0aa35030bb3810a7891 | Honza Bambas — Bug 919468 - build issue in CacheStorageService.cpp with logging off, r=michal | |
af0dda676cb795cbc6509d74ae1faf604fcebcbc | Monica Chew — Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp) | |
550e2f5b42246ea41f8cf28eff4b71541cfee8cf | Monica Chew — Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop) | |
bb76828c5f22e236f848fa7df7aacd0b58522315 | Monica Chew — Bug 842828: Check local list to suppress remote lookups (r=paolo) | |
07ce4364fbec7c570963ba37d9b986b8a08073d9 | Jan Beich — Bug 919968 - Simplify ContextToPC() and make it work on non-Linux ARM. r=luke | |
4f71815d8c597def405544685b80fd34de75339f | Ryo ONODERA — Bug 919968 - Fix AsmJS build errors on Solaris/i386 and NetBSD/amd64. r=luke | |
740e70e5716e34d58b837fd377b88831ac82e47e | Birunthan Mohanathas — Bug 919729 - Remove unnecessary MOZILLA_INTERNAL_API checks from nsIFrame.h. r=bz | |
ab3635da717ea961c688cb69d69b595a03462f9a | Brian Grinstead — Bug 918884 - Implement a method to get the DOM element that owns a docshell. r=bz | |
eb18a564629a5060160345f2b7bbe583fd083ac7 | Birunthan Mohanathas — Bug 906852 - Make layout/style/nsFontFaceLoader.* pointer notation follow layout code style. r=mats | |
0d924e17bba428895d796075c2689048be0ea3cf | Tareq Khandaker — Bug 869613 - Make mach build some/deeper/path do dependencies for some and |