User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Fri Oct 09 09:43:23 2015 +0000 | d01dd42e654b8735d86f9e7c723cc869a3b56798 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 69 merge changesets [Collapse] |
4fed2969228466303141ed72f29cba5d123ea079 | Eric Faust — Bug 1141863 - Followfollowfollowup: Remove redundant assert causing rooting hazards. (r=Waldo over IRC) CLOSED TREE | |
38f4ce29926d6336c00910f7795ee257be4eb704 | Jeff Walden — Bug 1141863 - Last followup fix for a couple jstest failures. r=orange in a CLOSED TREE | |
fa77b9c41225fbd66e3a0305dd97a1fbaa5d3951 | Jeff Walden — Bug 1206594 - Followup hazard-fix. r=H-bustage in a CLOSED TREE | |
f83a07527af8b00b1849d438282bb99b846f3f7f | Eric Faust — Bug 1141863 - Followup: Clean up proxy get traps to handle new |this| creation semantics. (rs=Waldo) CLOSED TREE | |
40f2d8c486bfdc6201a5bab9131a833d0c60269f | Xidorn Quan — Bug 1212607 - Re-expose -moz-window-dragging property to the content. r=dbaron | |
e28dde22ac26e864405c1e4d0e6a5524bfe7aeba | Xidorn Quan — Bug 1211344 - Stop setting various window attributes when they are not in 'persist' attribute. r=enndeakin | |
0c9a1a3a654eddc1df3506406564e0221ec033bf | Jim Blandy — Bug 1206596: Address review nits. DONTBUILD r=fitzgen | |
82b5260c2eb347df1ee16823b50a808d4c23f54e | Jim Blandy — Bug 1206594: Address review comments. r=fitzgen | |
b5a67fbf08051b7961cef6b9a8c8835fd3f87f50 | Eric Faust — Bug 1141863 - Tests. (r=jorendorff) | |
f6598d998f3ef5f1f07ece07ad2da6188de7d0f8 | Eric Faust — Bug 1141863 - Part 2: Implement ES6 SuperCall. (r=jandem, r=jorendorff) | |
cd25dbf77e5720c5895c330e015270617066ebff | Eric Faust — Bug 1141863 - Part 1: Make |this| object creation account for new.target. (r=jandem, r=jorendorff) | |
a59b5b0139b4ceb73edba874d64a07af3430c251 | Eric Faust — Bug 1169740 - Implement a TDZ-like behavior for |this| in derived class constructors. (r=jandem, r=jorendorff, inputs on nit resoulution from Waldo) | |
a71d7c5dc7bb1549fd0fb720ec8e6cdae1941b27 | Ehsan Akhgari — Bug 1194243 - Keep the message manager alive in doUninstall() to be able to signal the result back; r=myk | |
430a7d299e7ee2b2b513753ca971c365eddc4fbe | Wes Kocher — Merge m-c to inbound, a=merge | |
df0f9214b22402bd7badcd4d3547da1e3bf7ff5a | Jim Blandy — Bug 1206596: Change js::SavedStacks to use mozilla::FastBernoulliTrial. r=fitzgen | |
2a4b512df31d589ff52000cd172be8eb8cf17851 | Jim Blandy — Bug 1206596: Make random_generateSeed visible, and let it generate wider seeds. r=fitzgen | |
08ad86045731a2668b20541ca7d388d5968a4371 | Jim Blandy — Bug 1206594: Update SavedStacks sampling probability only when a Debugger changes its probability, not on every sample taken. r=fitzgen | |
09bde5536609afa6b9cd0af71245433f920b33b4 | Jim Blandy — Bug 1206594: Pass SavedStacks::chooseSamplingProbability its JSCompartment directly. r=fitzgen | |
0140d126b76b4fe692b22d880f897496370ef480 | Jim Blandy — Bug 1206357: Add mfbt/FastBernoulliTrial.h, implementing efficient random sampling. r=waldo | |
de953677a1819ad7e64e647d4c5d6093b2cc76c2 | Jeff Walden — Bug 1052139 - Make more objects on the global prototype chain have immutable [[Prototype]], when we enable enforcement of this requirement. r=bz | |
692c2ac8d341d25c2afb269b0afd5076b142e9c1 | Jeff Walden — Bug 1052139 - Make the [[Prototype]] of various (but not all) objects on the window object's [[Prototype]] chain immutable. BUT, also disable the code that actually respects immutable-prototype handling -- it'll be a one-liner to revert this when we're ready to do so. Making the rest of the chain immutable will happen in separate patches. r=bz | |
a2788bc9ed7ea00773d977cd71ba52764fef3980 | Jeff Muizelaar — Bug 1213019. Get UnmapBuffer as part of MapBufferRanges features. r=jgilbert | |
997861ff71b1af99db75eeb9796f4f115f35871a | Lee Salzman — Bug 998042 - 4-byte align Skia surfaces to interoperate with Cairo r=jrmuizel | |
8c1e280e0bb545391c3ac9c8e29c1504a2593b06 | Milan Sreckovic — Bug 1208234: Stop the null pointer crash. r=bas | |
571d943ef5fffb60d6e6144e63a178adaf644576 | Jonas Sicking — Bug 1211751: Remove nsIChannelEventSink-forwarding from EventSource and FetchDriver. It's never needed. r=smaug | |
298e7602ddcdd546bea061ccb9afe2f57d641169 | Michael Layzell — Bug 1211979 - Annotate crashes triggered by MOZ_RELEASE_ASSERT, r=froydnj | |
bf388a8e620ba36cbb15fd3393d2c67838096531 | Wes Kocher — Backed out changeset ab9dbd4c1ec4 (bug 1212343) for oomInArrayProtoTest.js bustage | |
1a5167cd76888a6cfe7d94ab333fe444c7b0681b | Wes Kocher — Merge m-c to inbound, a=merge | |
fd660e3112d6f2f1d9d121450eaff6ed1ac31a76 | Sajal Kayan — Bug 1211168 - Fix resource timing domainLookupStart by setting the timestamp only once. r=mcmanus | |
b07364d8053fd8ab7af61fd16e44e48a4250f023 | Ehsan Akhgari — Bug 1208794 - Add support for MacOSX64 Static Analysis opt builds using TaskCluster; r=ted,dustin | |
c66bf1d6890b605846f5a3dd49d7e1aad4563bbb | Patrick McManus — bug 1208114 - fix h2 connect tunnels r=hurley | |
71882ec538cd0371797d4ed1e30e58f240dad973 | Eric Rahm — Bug 1212681 - Enable MSE mochitests on e10s. r=jya | |
7ba3263d5483ee4c20173b8e150c90368d11e736 | John Dai — Bug 1207548 - Add ssltunnel in xulrunner.zip. r=wcosta | |
b8b729c0dfb21298fc5fcc5a06461ed59165c518 | Shu-yu Guo — Bug 1212183 - Followup: add back comment that got lost between backout and relanding. DONTBUILD | |
0b1fbd9ec5498a47ef31dca8ba952d0e048ff7b8 | Wes Kocher — Backed out changeset 3cd86929d883 (bug 1208114) for test_video_playback.py crashes | |
b8b6944505bcdf215561bf9296a08ff5da4a29df | Patrick McManus — bug 1211706 - fix network io loop spin when clearing h2 flow control buffer r=hurley | |
39ccbc9935c23400d960223012dbcf846008a810 | Boris Zbarsky — Bug 732209 way delayed followup. Make the comments a bit clearer. DONTBUILD | |
d68116719755ae6f51be5198ae2a91916741f7cd | Jim Chen — Bug 1209574 - Switch GeckoInputConnection for each new GeckoView; r=esawin | |
64460d7a57db2fbdb05213ddbb538636adcb0637 | Jim Chen — Bug 1209574 - Move GeckoEditable management to nsWindow; r=esawin | |
fd8e1746870e57c537646dfd219847e55727cba9 | Jim Chen — Bug 1209574 - Move InputConnectionHandler out of gfx package; r=esawin | |
e3c955ddee7b89986d99ff8d61f0c433a6d446f9 | Jim Chen — Bug 1209574 - Generate constants for non-accessible static final fields; r=snorp | |
25b2caf967ea2adefefe4b215d0bc4558fea9ac6 | Jim Chen — Bug 1209574 - Generate C++ name for any Java class in chain of declared classes; r=snorp | |
dee668cc4bb8a13d8225ee45628d55b9e824baa5 | Jim Chen — Bug 1200426 - Convert PROCESS_OBJECT GeckoEvent to native call; r=snorp | |
8ca3465da60607ebbfa2902f4031cf93aca71cbb | Jim Chen — Bug 1200426 - Allow specifying parameter type when queuing native calls; r=snorp | |
b37d2cb075ada571185ef3d355261f22fc6592a2 | David Anderson — Fix layers.acceleration.force-enabled not working. (bug 1212659, r=jrmuizel) | |
f627ad014e6c30a0a3fd0f00210107ae78e7ab1d | Sean Stangl — Bug 1212656 - ARM64: Fix automation build failures. (r=efaust) | |
3cd86929d8835f2b162dc2c8654ae9af2a54e06f | Patrick McManus — bug 1208114 - fix h2 connect tunnels r=hurley | |
f2f0e5491de5472f1ec4f1a744e48bbc946ab2d8 | Daniel Holbert — Bug 1212680: Simplify gradient in browser_ruleview_authored.js, & avoid depending on supportedness of -moz & -webkit prefixed gradients. r=tromey | |
793fcff5028b211e3f59710eb6c87c20d7f0861c | Ting-Yu Lin — Bug 1212732 - Update caret in cursor mode on scroll-end if it was logically visible. r=roc | |
32227d966b607f6635a60026f6d73eee947e4407 | Kilik Kuo — Bug 1211364 - Check frame validity earlier when decoded frames arrive in MDSM. r=jwwang | |
eb52856f029c683f7c30fc177b0b6fdbde1ca6c1 | Lee Salzman — Bug 1210493 - enlarge stroke bounds by line width when doing a quick-reject in SkDraw::drawRect. r=jmuizelaar | |
a55417fff920fdbafe61db812cfccd1f5faca471 | Daniel Stenberg — Bug 1201037 - only send "HTTP pings" on seemingly idle connections, r=mcmanus | |
5cf375bf524d54dab84c9d4ada093cf08d6bb7b1 | Daniel Stenberg — Bug 1201037 - coalesce network-events on Windows, r=mcmanus | |
4e3c40a187a1b16afa0052123971e2567c4631e0 | Daniel Stenberg — Bug 1201037 - (Linux) squash network-change events during 1000ms, r=mcmanus | |
7f9eddce2499554e6a46bf6128599a316675865a | Bobby Holley — Bug 1212693 - Remove skipCOWCallableChecks. r=bz | |
06d223e905d55b79bb46d3777d27623fad32b34a | Rail Aliiev — Backout Bug 1188483 - desktop_l10n.py should support --locale $locale:$revision r=jlund DONTBUILD | |
da767cf4ce869798fc9cf78b8809c9f709248a50 | Wes Kocher — Backed out changeset a4e0f0475b78 (bug 1212258) for SM(e) orange | |
df9bd3a65292788d5b679ff5d8b1e092e538cabd | Bobby Holley — Bug 1212658 - Remove needless IsCallerChrome check in nsMenuPopupFrame. r=bz | |
ecabb878492d482b3caac0b125df41e8a9278a39 | Jon Coppeard — Bug 1212756 - Fix jstests --debug option r=terrence | |
1f46ca0a518a0a9be083fa93877731b1c38ed5ba | Jon Coppeard — Bug 1212349 - Encapsulate the shell's per-runtime state r=jandem | |
ab9dbd4c1ec40988c1cedc031a12c89b2feaf25e | Jon Coppeard — Bug 1212343 - Propagate OOM from SafepointWriter r=nbp | |
e04c59fd01c4b07898f805938e131afb3d71f7e5 | Andrea Marchesini — Bug 949376 - MessageEvent::initMessageEvent, r=smaug | |
a4e0f0475b789412d8f575661b88a53c9589807d | Nicolas B. Pierron — Bug 1212258 - ARM Assembler::as_b: Add oom check before reading the BufferOffset for debug assertions. r=jolesen | |
f68b62d3af7f66075303094a4eae7424b5bc6248 | Dustin J. Mitchell — Bug 1212877: improve build.sh to run from any directory; r=wcosta DONTBUILD | |
4a9ccb4535beb551579442f761154cffce110809 | Ryan VanderMeulen — Bug 1212880 - Add ifdefs to fix TabParent.cpp bustage with --disable-accessibility specified. r=tbsaunde | |
7bb910d936f2e9e9c78db9f79846a5a1fe9096d5 | Ehsan Akhgari — Bug 1182727 - Part 17: Fix some incorrect file names in tooltool mnifests, DONTBUILD | |
b32f769e751b7ebd51d2d30236bee0fbb13b61c9 | Ehsan Akhgari — Bug 1182727 - Part 16: Fix a bug in build_tar_package | |
311d1b1ba00b9f1124b088dda486c7f241ed16b1 | Aryeh Gregor — Bug 1156062 part 1c - Convert remaining callers of nsEditor::SplitNodeDeep; r=ehsan |