User Push date [To Local] | Changeset | Patch author — Commit message |
---|---|---|
cbook@mozilla.com Wed Jun 29 14:13:35 2016 +0000 | b69a5bbb5e40bd426e35222baa600b481e50d265 | Carsten "Tomcat" Book — merge mozilla-inbound to mozilla-central a=merge ← 157 merge changesets [Collapse] |
72993ec9d3030d7d479a0da71551a17fc490124f | Carsten "Tomcat" Book — Backed out changeset f843a97323da (bug 1282870) for bustage on a CLOSED TREE | |
f843a97323dad08103089a4fe94520a3afec7531 | Andrea Marchesini — Bug 1282870 - HTMLInputElement.webkitdirectory should show a DirPicker, r=smaug | |
2bedfec806dd9d09725941ce36174839598ab301 | Eddy Bruel — Bug 1271653 - Non-fallible Debugger.Object getters should be non-static methods;r=fitzgen | |
95019c313bece3f2e729c370197f673b15097e45 | Eddy Bruel — Bug 1271653 - Move remaining helper functions and data for DebuggerObject into class;r=fitzgen | |
a91156574be3fc32621235ddd4c7c99aeff43838 | Eddy Bruel — Bug 1271653 - Add MOZ_MUST_USE to JS native functions for DebuggerObject;r=fitzgen | |
bb8e5533b82975999a61ffd17045cd5cd954a5b6 | Jeff Walden — Backed out changeset 763642feedb0, Windows hates me. r=beepbeepbeep in a CLOSED TREE | |
9b85f918f0db94b8bb5875069686406cc3b19023 | Morgan Phillips — Bug 1282332 - Refuse to parse display names with unquoted, non-numeric, property names; r=jorendorff | |
00aadbafd1140805346013c0ab505a96294cbe25 | Jeff Walden — Bug 1282795 - Extract a side effect on a variable from an assertion expression to avoid a clang compiler warning when a side-effectful expression occurs in an unevaluated context. r=froydnj | |
6fef5909e6174def4b8d545dfd239a491055fa90 | Jeff Walden — Bug 1282795 - Make a variable DebugOnly, and extract a side effect on that variable from an assertion expression to avoid a clang compiler warning when a side-effectful expression appears in unevaluated context. r=froydnj | |
cd248c790c8c9d3ca3eba319858244259d7cba79 | Jeff Walden — Bug 1282795 - Silence warnings when MOZ_ALWAYS_{TRUE,FALSE} are passed expressions with embedded side effects, that would ordinarily trigger side effects but don't inside certain unevaluated contexts within MOZ_ASSERT, which then triggers compiler warnings with new-enough clang. You are not expected to understand this. r=froydnj | |
ddd5a4c1edc8774f7a0179856ecfec36164a4795 | Jeff Walden — Bug 1282795 - Make InvokeState final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<InvokeState>. r=froydnj | |
9c4675f6970fe850de47cffb3b1fb504d35fa563 | Jeff Walden — Bug 1282795 - Don't make the last non-ellipsis argument to ExpandErrorArgumentsVA an enumeration that would be subject to integral promotion, because this would invoke undefined behavior. r=froydnj | |
1aeffbc50a98ca81547cb46d9759d5fe0a11bdfe | Jeff Walden — Bug 1282795 - Make NativeRegExpMacroAssembler and InterpretedRegExpMacroAssembler final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<those types>. r=froydnj | |
0c2f1c16b763e13cd3f96e1fb27e962795d08723 | Jeff Walden — Bug 1282795 - Make VerifyPreTracer final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<VerifyPreTracer>. r=froydnj | |
94cb0c8e7febc61770904fca83ae56c86e5ee43b | Jeff Walden — Bug 1282795 - Make frontend::Parser final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<Parser>. r=froydnj | |
3decbf5a262fa0fdb28417c165800402c385fbc5 | Jeff Walden — Bug 1282795 - Make JS::CompileOptions final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<JS::CompileOptions>. r=froydnj | |
2733f167b8cd6f5c2ce2713f08ebb5e2511a77df | Jeff Walden — Bug 1282795 - Make CodeGenerator final to silence some -Wdelete-non-virtual-dtor warnings caused by Maybe<CodeGenerator>. r=froydnj | |
763642feedb0674298786511e0d8a4d0b67858d6 | Jeff Walden — Bug 1282795 - Forward-declare a bunch of TracerConcrete<T>::concreteTypeName[] so that the default virtual TracerConcrete<T>::typeName() can refer to those declarations before their definitions, without triggering compiler warnings up the wazoo. r=froydnj | |
7b95036211d484cf6270b81c7fb18aa583470e7c | Paul Adenot — Bug 1282820 - Change the specification URL in webidl files for the Web Audio API. DONTBUILD. r=smaug | |
fac4226c7b1e3c4e30138bdfc649f92e27cef834 | Nicolas Silva — Bug 1281775 - Make dib textures not rely on accessing a ShadowLayerForwarder. r=gw280 | |
4675dc158077525777e902a91ddc31c1af79452f | Nicolas Silva — Bug 1281780 - Forward ShadowLayerForwarder texture-related methods to CompositorBridgeChild. r=gw280 | |
a4cbf28c4d9e69c78964c84f460826019d2c07a0 | Jon Coppeard — Bug 822081 - Allow barriers to fire while tracing the heap r=terrence a=abillings | |
d9f92c53cc8028604da6abbe18835d924416ef1f | Lars T Hansen — Bug 1277011 - Abstract asm.js loadHeap and storeHeap on ARM. r=nbp | |
7d1146ff1b8a537283041180035feace75289e02 | Heiher — Bug 1281997 - OdinMonkey: MIPS: Fix callWithPatch out of range. r=luke | |
f58a6621ea9e613fe9f8c7f3758bfd7bad43a871 | Xidorn Quan — Bug 1160847 part 4 - Remove useless lineOffset variable in nsBidiPresUtils::ResolveParagraph. r=jfkthame | |
ba3a66f75ddfb325779691ef6e07b8eb74adb958 | Xidorn Quan — Bug 1160847 part 3 - Restore virtual bidi control characters for reordering. r=jfkthame | |
a6f8f79a0d0e97bf1d9adbdc4fec8a24136019e8 | Xidorn Quan — Bug 1160847 part 2 - Add glue to nsBidiPresUtils to use support for bidi isolate in nsBidi. r=jfkthame | |
386c0b99ebcbb61a6dc089ecb646875c20aee0a8 | Xidorn Quan — Bug 1160847 part 1 - Add some debug functions. r=jfkthame | |
f0b73d5f7b9f101aa9f40dd2d3dded1e0011fb15 | Bevis Tseng — Bug 1281377 - In IDBKeyRange.includes(), do not compare the given value with the unset boundary. r=khuey | |
259215eef842ec7d2e7266e0052ede53c07a853a | Jonathan Kingston — Bug 1279420 - Adding in security.csp.experimentalEnabled pref check to require-sri-for directive in CSP. r=ckerschb | |
4070b1ce5332d1c7926f6223d189da38c856231f | Honza Bambas — Bug 1277275 - Cache I/O queue length telemetry, r=michal | |
ed713102408e02b6162cf0bb7c4bc83c7ea6bd12 | Brad Werth — Bug 1243559 - Removes static casts from calls to FrameProperties::Get, ::Set, and ::Remove, and forces callers to use the type associated with the property. r=dbaron | |
d6718c7f1486bc13e0de59455da493e1af1e9cc2 | Ray Lin — Bug 985915 - Vertically move up closed caption to not overlap control bar. r=rillian | |
3b09a28f58efd4500328e25083e270732359771b | Claas Augner — Bug 979323 - Add "Zoom Text Only" preference to environment telemetry. r=gfritzsche | |
51f0ef5a8b6703b0c4ae2cfe97e3b79193e14b0f | Thomas Nguyen — Bug 1282506 - Fix broken firefox ui tests with test_safe_browsing_initial_download.py. r=whimboo | |
446e67deea8d86a23b7ff3917c5c1d9bd80335fe | Lars T Hansen — Bug 1278283 - Use masm abstractions in wasm baseline compiler. r=nbp | |
4b7a02ecb3f133ef4e354c6f4b0e5b05cce8a59d | Lars T Hansen — Bug 1278283 - Introduce popcnt abstraction for ARM. r=nbp | |
6442cae52e6435d093e58865b5896fb8a24e6863 | Lars T Hansen — Bug 1278283 - Expose max and min in the MacroAssembler + move ARM code. r=nbp | |
208ae77d8a6b846954add96928e5f7ca835cbd37 | Lars T Hansen — Bug 1278283 - Expose many simple operations in the MacroAssembler. r=nbp | |
a8fdc81e834ebdee12534b71dc4384b4c278bb50 | Lars T Hansen — Bug 1282411 - Enable SDIV and UDIV by default on ARM simulator. r=jandem | |
99635fa90e92147257f11e410d4ac362cae8cb6e | Makoto Kato — Bug 1203871 - Part 5. Use mozilla::Move for rect array. r=masayuki | |
d654463ad5faef9d60e44e277cbd3eb3889ccf1e | Makoto Kato — Bug 1203871 - Part 4. Implement QUERY_TEXT_RECT_ARRAY to nsIDOMWindowUtils for unit test. r=masayuki,smaug | |
894a2784d498725b319fef5bdb613582e8ffa088 | Makoto Kato — Bug 1203871 - Part 3. Use eQueryTextRectArray on ContentCache for e10s. r=masayuki | |
eeadf50643feb4def0137e1c38ad55422856cb2e | Makoto Kato — Bug 1203871 - Part 2. Implement eQueryTextRectArray. r=masayuki | |
a1b865bc98fbd23770988d3ddbd0770630407713 | Makoto Kato — Bug 1203871 - Part 1. Add nsIFrame::GetCharacterRectsInRange. r=jfkthame | |
7c4c782250c2a458bf099be6e3a42868d6d030a5 | Andrea Marchesini — Bug 1278320 - DataChannel should return 0 if the stream is not active, r=drno | |
58f760f6a4baf128277f1a3feb71814a421b8066 | Andrea Marchesini — Bug 1282851 - Remove DummyInterfaceWorkers, r=khuey | |
85bb953e8fd0b2fd73b216a7c014bd72236bcd1f | Andrea Marchesini — Bug 1270185 - create dom/url for URL API and its tests, r=ehsan | |
81c91e482d441cba7bf8570bc6202260470b3991 | Andrea Marchesini — Bug 1269161 - Remove the separate worker bindings for URL, r=khuey | |
8896a11ad5400f828b8db883848970bd4892201c | David Anderson — Revoke widget pointer from CompositorBridgeParent on shutdown. (bug 1282343 part 2, r=mattwoodrow) | |
0ac0b0b0968d9254b1510918076853364aff29c7 | David Anderson — Don't leave temporary dangling nsWindow references to CompositorBridgeParent. (bug 1282343 part 1, r=mattwoodrow,kats) | |
a8fcca075fde4ffb11ad527786a740f0072ee6ab | Andy McKay — bug 1282568 sign add-ons in browser_update tests r=aswan | |
348930b0d9db48ced9ec44b5b499517b8e828906 | Phil Ringnalda — Backed out 7 changesets (bug 1267887) for gtest failures and crashes and Marionette crashes on Windows 8 | |
e7e34b315a0a216dd8a5f441b8f77ee0f02d56f5 | Ralph Giles — Bug 1267887 - Add algorithm.h for std::min on msvc. r=kinetik | |
9128f4f940322d706d0dc2f9c8c856180b0e7fb4 | Ralph Giles — Bug 1267887 - Log short opus codec config blocks. r=kinetik | |
c697af8c555a585261792ca7c1f22feb695796f5 | Ralph Giles — Bug 1267887 - Document MP4AudioInfo::IsValid(). r=jya | |
8f1c1957ce80b529cee8c45c16c907a6d712642d | Ralph Giles — Bug 1267997 - Update source for mp4parse v0.4.0. r=kinetik | |
3b1177fd30cb58d5bc8f417bb7738a75a3e3dce7 | Ralph Giles — Bug 1267887 - Update script for mp4parse v0.4.0. r=kinetik | |
72ea61f4f82016bfbc9f9372456a24d3f2feceff | Ralph Giles — Bug 1267887 - Support Opus in mp4 with the rust demuxer. r=kinetik | |
e19c4c4eac51da727b0a5e254a3aca0e08e96bac | Ralph Giles — Bug 1267887 - Experiment with exporting track mime-type. r=kinetik | |
3d40da5e57699583afb009a9978d954e0e034049 | Morris Tseng — Bug 1281686 - Part 3: Using MacIOSurface for RectTextureImage. r=mstange | |
a617a11147181e145bd52f97a7616f7fa7371c57 | Morris Tseng — Bug 1281686 - Part 2: Move RectTextureImage to separate file. r=mstange | |
73fdb982a09d8f2750ff178fd4a0b91fbfc45d8e | Morris Tseng — Bug 1281686 - Part 1: Fix OSX Compile failure due to unified build. r=mstange | |
074b708b01394ba7c4d8b9dc07858851c6a218e4 | Geoff Brown — Bug 1263300 - Skip crashtest 724978.xhtml on Android Debug only; r=dholbert | |
f2110c264778e98b9f09be6c8c3e410b4fb1c1f5 | Ben Kelly — Bug 1279389 P3 Fix OS.File.DirectoryIterator leaks throughout tree. r=yoric | |
494ea9227b697328a7c47ca6e118588bcf30bafb | Ben Kelly — Bug 1279389 P2 Relax the timing in browser_telemetry_toolboxtabs_storage.js to account for osfile worker startup. r=jryans | |
2600b18edec8366b549229e875507cb318fac1e0 | Ben Kelly — Bug 1279389 P1 Enable osfile.reset_worker_delay on non-release builds with a conservative 30 second delay. r=yoric | |
b46f11f21ce31afb0946d76f45b58e0ac40f8832 | Nick Fitzgerald — Bug 1280064 - Address review nits; r=terrence | |
436fd5da2bbfea116ce73bab6a694ac0e6cbd1d8 | Nick Fitzgerald — Bug 1280107 - Use js::Mutex instead of PRLock for PerfMutex; r=terrence | |
c9338313016a7048986e7135b10a379af080bc13 | Nick Fitzgerald — Bug 1280104 - Use js::Mutex/js::ConditionVariable instead of PRLock/PRCondVar in js::Monitor; r=terrence | |
0bd3ecc9e6cfc6924594c6388fa3f50dca34eeff | Nick Fitzgerald — Bug 1280089 - Use js::Mutex/js::LockGuard instead of PRLock/AutoSPSLock for the SPSProfiler; r=terrence | |
c36f5c0bed2c4068260c87107082b75eb3ab9b6e | Nick Fitzgerald — Bug 1280064 - Do not use PRLock in GCRuntime and PRCondVar in GCHelperState; r=terrence | |
310e0872791410454b67ec5edebb49e654055cbf | Dustin J. Mitchell — Bug 1277957: fix tooltool URLs to not include .git; r=garndt a=bustage | |
b4f0bf4b78c75ee40220e140df43b9ab29c19ec5 | Kim Moir — Bug 1282901 - Run tc Android 4.3 API15+ opt and debug builds on all branches r=gbrown | |
4b555450a4d80e208e33342620d27294ee900d59 | Ted Mielczarek — bug 1266368 - move rust.m4 to configure. r=glandium | |
9b1fcf3bae37b9b9da2338fc0f97a91a7f990e3a | Ted Mielczarek — bug 1280220 - find_program should append an exe extension to absolute paths on Windows. r=glandium | |
cf1089793debba142296ec204fce66e60e8ae492 | Ted Mielczarek — bug 1282889 - Don't --enable-rust in artifact builds. r=chmanchester | |
7c3a439aee1c9e5a35fe96d9864c0f741ccb6207 | Nathan Froyd — Bug 1195477 - part 2 - pass -no-integrated-as to libffi when building with clang; r=glandium | |
0f7edd43d27ecc27622c08c03d1229cdef729339 | Nathan Froyd — Bug 1195477 - part 1 - use -no-integrated-as for clang builds on ARM, moz.build changes; r=glandium | |
4f40699e76a94c93a3fe0e69ed5b9d6274a06efc | Daniel Holbert — Bug 1278463: Better-distinguish between "stroke-dasharray" keyword values vs. list values, in StyleAnimationValue.cpp. r=birtles | |
9992f61e73146513ff255d7bfc7b2aecc5ac25e1 | Nathan Froyd — Bug 1282096 - rationalize ARM's FloatRegisters name-accessor code; r=nbp | |
5c0b7eae936afa4d28c8840c3c75e554ee665fe4 | Geoff Brown — Bug 1204281 - Adjust chunks and maxRunTime to avoid tc Linux x86 intermittent timeouts; r=me | |
47c2b7937aa70bc0bdcede6be34d686e36ddd434 | Mike Shal — Bug 1274311 - tier-2 jobs should have rank 0 in the index; r=dustin | |
eef51590d89c21ed69e5186ba3f22c5183cbcf9d | Mike Shal — Bug 1282515 - linux 32-bit TC builds are currently tier-2; r=dustin | |
14663c45b49b8998e61c22c489357424948cfe6d | Eric Rahm — Bug 1282184 - Use lldb from Xcode install rather than system install if possible. r=ted | |
2b0a234db73110df9317a3d03fac6e58db83870e | Sebastian Hengst — Backed out changeset 423f4de189ac (bug 1282750) for failing browser_aboutURLs.js. r=backout | |
9db95c763b66b79f5f46b497f7f769fc7692e6a3 | Sebastian Hengst — Backed out changeset a901563fd181 (bug 1281780) for OS X 10.10 debug for assertion in TextureClient.cpp during R(C) 1246775-1.html. r=backout | |
3f5b0befdac9c69b63ea60183be171a193012f4f | Sebastian Hengst — Backed out changeset dbd3759d9489 (bug 1281775) | |
bb7effd4b6fccb7a6ba6314968de49c218a41a77 | Sebastian Hengst — Backed out changeset 14dfa550c783 (bug 1167235) | |
73deeeaaeb8644a8e1031e599aa2bcca4cdc047a | Sebastian Hengst — Backed out changeset b67548cc946e (bug 1167235) | |
b773c8510ff9e06f646e9797fd4265d2b0d13cd1 | Sebastian Hengst — Backed out changeset 6ee8762044bd (bug 1167235) | |
1dcc4d0ee3d713b40bd3347430b78542a15ee1c5 | Sebastian Hengst — Backed out changeset f534fcb785c9 (bug 1167235) | |
3267fb29a5e14feff10840dabbbcbeefe5ce1f58 | Sebastian Hengst — Backed out changeset 61465f67b591 (bug 1167235) | |
d66eb486e0f1d1a297e0aafc7c9c00d962416aff | Sebastian Hengst — Backed out changeset 169b7053b22d (bug 1167235) | |
c5cba49844eed069e50a54045d1c284643f34165 | Nathan Froyd — Bug 1281626 - part 5 - move nsRunnableFunction into mozilla::detail and rename it; r=khuey | |
62b499433ebd956e08af947a6798c4dcc61aa4a7 | Nathan Froyd — Bug 1281626 - part 4 - change NS_NewRunnableFunction to return already_AddRefed; r=khuey | |
aba3ae25c8ffda82ed8cf75846b93d51de27ec14 | Nathan Froyd — Bug 1281626 - part 3 - make various things accept already_AddRefed<nsIRunnable>; r=khuey | |
5e317ff236ec5074411a14a7859c0624c90101ba | Nathan Froyd — Bug 1281626 - part 2 - make RunnableMethod* internals final classes; r=khuey | |
14345389a69aa48c7352e44b587d7c11a3095396 | Nathan Froyd — Bug 1281626 - part 1 - move nsRunnableMethod* into mozilla::detail and rename them; r=khuey | |
93ac933f0d64016f38154cc67cbaa91f91fd9ef4 | Bob Clary — Bug 1281511 - Add getAndroidSdk() to Mochitest SimpleTest.js, r=gbrown, snorp. | |
13fa965182841312da4b8be269d17c573ee557a7 | Jonathan Griffin — Bug 1277957 - Point to tooltool at GitHub, r=dustin | |
08f48f6431b98185d5027667c6bbb57896a48e50 | Nathan Froyd — Bug 1281786 - make Fennec compile with NDK r12; r=glandium | |
8186a2778f9d184852ee0a7fa369b602fab03111 | Kyle Huey — Bug 1267819: Add a diagnostic assertion. r=froydnj | |
58954ad707106456fa5f6c2b5787430398a4dd64 | Kyle Huey — Bug 1282603: Don't use 'workers': True for *WorkerGlobalScope. r=baku | |
5ceb14aa24e83a0b55eaf5cfa8fe774c6ce032d6 | Kyle Huey — Bug 1282527: Remove remaining PR_ASSERTs outside of NSPR/NSS. r=dbaron | |
f3c807b232685c1a076e96697859830ed687c1ed | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 6 - wrong IDs removed - CLOSED TREE, r=me | |
3896ec4f3a398dd989b89d415014636f39484a87 | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 5 - Search and other stuff, r=gfritzsche | |
0ac748f4d677ff24baaa3b5becd9239c9fd9f16b | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 4 - random things (2), r=chutten | |
dff93c4f631d2182216912fc434c3db993c6405e | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 3 - random things, r=chutten | |
33d663a3d351217ee7cdabe86388c2b199a1bc6e | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 2 - network/cache, r=gfritzsche | |
b022cc28da9b738a9a8d579c2f4dd81429b514da | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 1 - expired keys in nsBrowserApp, r=gfritzsche | |
b73fb8d947d638fcfabbe2aee0e7c8504f8e2f9c | Andrea Marchesini — Bug 1280067 - WorkerThreadModifyBusyCount should be the default value for WorkerRunnable, r=sicking | |
b2bda3d70086d111871f8c425cfaa5cb02bd3052 | Christoph Kerschbaumer — Bug 1279481 - Convert mozJSComponentLoader.cpp to use channel->Open2() r=bholley | |
423f4de189ac9eac5a04bc3ea0f2fe0925214bd4 | Christoph Kerschbaumer — Bug 1282750 - Convert AboutCache to use AsyncOpen2() r=honza | |
063d90be43fc97a4cee4fc0c2afab06dd77b32ab | Christoph Kerschbaumer — Bug 1282554 - Provide helper function to check if channel can be openen using open2() and asyncOpen2() r=bholly | |
5e37b253b0c419289ff72b5ea0f458c88dcacfd7 | Andrew Comminos — Bug 1225044 - Workaround GTK windows freezing on unmap. r=karlt | |
ccce34cee35b61858216ac7dacb67ed8ebe1a2b7 | Dustin J. Mitchell — Bug 1280231: rename types.py to taskgraph.py; r=Callek | |
fe1dcb3feb9aed3827de44011e6dadf21faf6d2a | Dustin J. Mitchell — Bug 1280231: Load kinds in order by dependencies; r=jonasfj | |
88119b527dd6a3130d2d53d1c4fde4b8a738ead4 | Dustin J. Mitchell — Bug 1280231: refactor task kinds to task classes; r=jonasfj | |
6c3e768ce378d09d21721ed90f13b50363fa5b29 | Nathan Froyd — Bug 1282541 - remove postfix increment on register set iterators; r=nbp | |
f09c9e7c842d251a275874d10b377479d6bcc726 | Andrea Marchesini — Bug 1272501 - Add Telemetry to the Blink/Webkit FileSystem API - part 2, r=smaug | |
b65ae48153f6e6dd5db28019e2f115ba1ef91d76 | Andrea Marchesini — Bug 1272501 - Add Telemetry to the Blink/Webkit FileSystem API - part 1, r=smaug | |
80a1f6aa0e72859ae0d88dedea85dec4d1844af2 | Andi-Bogdan Postelnicu — Bug 1282424 - initialize member variable |mSpecularConstantInt| in SpecularLightingSoftware. r=mstange | |
2c0f213c8eeca51ab8f6faeed1b8258a7ef68132 | Nicolas B. Pierron — Bug 1229813 - Enable branch pruning. r=jandem | |
9f7d265848fd128eb02302425e34e08366d86676 | Nathan Froyd — Bug 1281581 - save and restore errno in the profiler's signal handler; r=BenWa | |
c51fe95aa69a401cbbe931c96aa3dc8c601828e2 | Carsten "Tomcat" Book — Backed out changeset e1001d232f8a (bug 1281793) for bustage on a CLOSED TREE | |
03b169a1cd5c8fa3f362104d0041ae96fd9a4cf4 | Carsten "Tomcat" Book — Backed out changeset 4bf710c1a503 (bug 1281793) | |
5297b24d77200a01bdc21a76871b00e01b7e5bdc | Carsten "Tomcat" Book — Backed out changeset 3af9c0fa2ba6 (bug 1281793) | |
1704aab64d91f4ecf089df1ad51534d1a9a5a4f0 | Carsten "Tomcat" Book — Backed out changeset 27b1dd843116 (bug 1281793) | |
28dbd9c39d3e0785994d4d4b922213f5fb5f565b | Carsten "Tomcat" Book — Backed out changeset 81120708f321 (bug 1281793) | |
3531fd03308352bbba467bf91539da325e491105 | Carsten "Tomcat" Book — Backed out changeset d3892088d89b (bug 1281793) | |
a93a814b136904c72ec3b3560b034a6c1aeba05a | Carsten "Tomcat" Book — Backed out changeset af41c2ddcb5a (bug 1278929) for bustage on a CLOSED TREE | |
d3892088d89ba8913f89e40e97fca5c1ff8ba49f | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 6 - histogram-whitelists.json fixed CLOSED TREE, r=me | |
81120708f3219f2fb0a20d0b9ff1d5e1fc6c3891 | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 5 - Search and other stuff, r=gfritzsche | |
27b1dd8431168248a089a12c708edd9de2a446a1 | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 4 - random things (2), r=chutten | |
3af9c0fa2ba67c9306c780620ace2210dd191ab0 | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 3 - random things, r=chutten | |
4bf710c1a5034d6af3e30d20d0ab720678920ace | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 2 - network/cache, r=gfritzsche | |
e1001d232f8ad74681df103f42de157bbba204c1 | Andrea Marchesini — Bug 1281793 - Remove some non-used telemetry IDs - part 1 - expired keys in nsBrowserApp, r=gfritzsche | |
e4d8f1de91a38bc591d0b883f2a093080bdedfae | Jared Wein — Bug 1280606 - Dotted square cuts through the description of icons. r=Gijs | |
3c96cf7b1b9c80a887e18f4cf9f9d6ecfc08eac3 | Andrew Comminos — Bug 1280744 - Set swap interval to 0 when running in ASAP mode on GLX. r=jgilbert | |
af41c2ddcb5ac53d51e96da89f636ed9a7550d4e | Trevor Saunders — bug 1278929 - use std::unique_ptr in DocAccessible::AttrRelProviderArray r=froydnj | |
e5bc108c46ea9b00bb639e73c857ecc6ddf05379 | Carsten "Tomcat" Book — Merge mozilla-central to mozilla-inbound | |
346559e020357ed91123cd60433b9fb716e2a161 | Carsten "Tomcat" Book — Backed out changeset 48e767f0a73f (bug 1248163) for SM-Tc failures | |
bf9ab4f977699dd0dc042f1a7e076d07a3aa7a7f | Andi-Bogdan Postelnicu — Bug 525063 - renamed MOZ_INITIALIZED_OUTSIDE_CONSTRUCTOR -> MOZ_INIT_OUTSIDE_CTOR. r=nfroyd | |
069ae1858a84ab47e15f23a2ab6d184781a94ced | Bryce Van Dyk — Bug 1257716 - Add WebM Clearkey media to eme test list. r=cpearce | |
45e8bedbdc0b62ba1bcb33c76a96c29099c3e240 | Bryce Van Dyk — Bug 1257716 - Handle clearkey encrypted WebMs. r=cpearce | |
48e767f0a73f69782396f8ad8b7523385087b699 | Sander Mathijs van Veen — Bug 1248163 - Inline typed array constructors r=jandem r=Waldo | |
8ab05556d3264ee4799e25ec32baa21ae145fc95 | Andi-Bogdan Postelnicu — Bug 1282408 - initialize ret_ in FunctionValidator constructor. r=jdemooij | |
169b7053b22d5f2ddbba4ed6ea99da6348ad5df2 | Nicolas Silva — Bug 1167235 - Part 6 - Destroy textures while TextureForwarder is still usable. r=gw280 | |
61465f67b5911d7544cf6e3e13f60b7ffec05365 | Nicolas Silva — Bug 1167235 - Part 5 - Unlock canvas2D resources after drawing. r=Bas | |
f534fcb785c9044c1714343113d4685c53d0eefa | Nicolas Silva — Bug 1167235 - Part 4 - Forward the shutdown notification to CanvasRenderingContext2D. r=Bas | |
6ee8762044bd45934bf9b786a6ac3be8ca5007ce | Nicolas Silva — Bug 1167235 - Part 3 - Use TextureReadLock to optimize canvas copy-on-writes. r=Bas | |
b67548cc946e108c183f691e1b42d77ec396516c | Nicolas Silva — Bug 1167235 - Part 2 - Detach DrawTarget snapshots before unlocking TextureClient. r=Bas | |
14dfa550c783cc2cd10d16fed28e9281aae747d2 | Nicolas Silva — Bug 1167235 - Part 1 - Render canvas2D into TextureClient directly. r=Bas | |
dbd3759d948916a989506ea96c253de0f1550c55 | Nicolas Silva — Bug 1281775 - Make dib textures not rely on accessing a ShadowLayerForwarder. r=gw280 | |
a901563fd1811c0b9f48b657b4dfc4bd5444d716 | Nicolas Silva — Bug 1281780 - forward ShadowLayerForwarder texture-related methods to CompositorBridgeChild. r=gw280 |