Saturday, May 1, 2021

Weekly browser binaries (20210501)

New NewMoon 27 Build!

32bit https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod.7z
32bit SSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod-sse.7z
32bit noSSE https://o.rthost.win/palemoon/palemoon-27.10.0.win32-git-20210501-202b273a2-xpmod-ia32.7z

64bit https://o.rthost.win/palemoon/palemoon-27.10.0.win64-git-20210501-202b273a2-xpmod.7z

source repo: https://github.com/roytam1/palemoon27

repo changes since my last build:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - partial of  Bug 1153658 - browser_compartments.js logspam. r=yoric (8e2c21aa5)
 - Bug 1178653 - Refactor construction code to use an interface consistent with the spec, with the one exception using an out-of-the-way, differently-named method. r=efaust (d316259d7)
 - Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley (515acb8d7)
 - Bug 1147664 - Detailed mode for PerformanceStats (low-level). r=jandem (dda8d84de)
 - Bug 1147664 - Detailed mode for PerformanceStats (high-level). r=mossop (b86076568)
 - Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm (e20fa8bfd)
 - Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm (5196acc57)
 - Bug 1122161 - Redirected channels should respect skip service worker flag. r=nsm (f4288392e)
 - Bug 1170937 - Set the URL on the Response object created from a fetch() properly if the underlying channel gets redirected; r=baku (45febabb3)
 - Bug 1173029 - Remove mFinalURL from InternalResponse; r=baku a=KWierso (6bdc1083b)
 - Bug 1137683 - Use a loadgroup derived from the document's when updating a ServiceWorker; r=bkelly (fabaa2602)
 - Bug 1164397 - Part 1: Use the original channel URI for constructing the cache entry key when we're dealing with an intercepted channel; r=mcmanus (b20ab36c7)
 - Bug 1164397 - Part 2: Add an API for overriding the original URI on HttpChannelBase; r=mcmanus (20021722f)
 - Bug 1164397 - Part 3: Add an API for overriding the original URI on nsJARChannel; r=jdm (492b6fd6f)
 - Bug 1164397 - Part 4: Add infromation about whether a channel was redirected to ChannelInfo; r=jdm (e2ce84660)
 - Bug 1164397 - Part 5: Save the redirected flag and the redirected URI in the DOM cache; r=bkelly (7d2d1fc92)
 - Bug 1162018 - Add an automated test to ensure that a redirected Request won't be visible to a service worker if it had triggered the original fetch(); r=jdm (0397a073f)
 - Bug 1164397 - Part 6: Add a test case for the service worker responding with a redirected Response; r=jdm (e83e0bee4)
 - Bug 1164397 - Part 7: Add a test case for the redirected Response object being stored in the DOM Cache; r=jdm (7a82916d8)
 - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. Tests. r=jdm (fe8f128c5)
 - Bug 1171285 - Part 1: Add a script for regenerating the application.zip used by test_app_protocol.html; r=jdm (ec303b3b2)
 - Bug 1171285 - Part 2: Fix test_app_protocol.html to finish both index.html and controlled.html tests; r=jdm (2e68e6665)
 - Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Tests. r=jdm (b0095fc3b)
 - Bug 1164397 - Part 8: Add a test case for the service worker for an app:// URI responding with a redirected Response; r=jdm (460e834c9)
 - Bug 1169044 - Patch 3 - Store and set principal with script URI on ServiceWorkers. r=ehsan (6e0b0102a)
 - Bug 1164397 - Part 9: Add a test case for the service worker for an app:// URI responding with a redirected HTTPS response; r=jdm (1be195f5a)
 - Bug 1164397 - Part 10: Add a test case for the service worker for an app:// URI responding with cached HTTP and HTTPS responses; r=jdm# Please enter the commit message for your changes. Lines starting (56432b7b5)
 - Bug 1164397 - Part 11: Add a test case for the service worker responding to HTTPS normal and cached Responses; r=jdm (6ec238455)
 - Bug 1164397 - Part 12: Add a test case for the service worker responding to normal and cached HTTP->HTTPS responses; r=jdm (925a1970f)
 - Bug 1190074 - PerformanceGroup now uses mozilla::RefPtr;r=jandem (53dc0a640)
 - Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan (cdedce447)
 - Bug 1172824: Initialize a few members in CompartmentCheckTracer (CID 1304705); r=terrence (3db40160c)
 - missing bit of 1166678 (9fb0cceeb)
 - Bug 1139473: File some metadata for the js/src/ subdirectory; r=jorendorff (9dc4a29a7)
 - Bug 1173889 - Strongly type the CallbackTracer dispatch function; r=jonco, r=mccr8 (19b47dc70) (516d358f3)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1185749 - Implement a DynamicTraceable HashMap subclass that can be used with Rooted; r=jonco (3f84bdb30)
 - Bug 1186609 - Implement a DynamicTraceable Vector subclass for use with Rooted; r=sfink (fa5b47e5b)
 - Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings (34dbc3ca0)
 - Bug 1156295 - Refactor GC rooting in StructType::DefineInternal() r=terrence (ec40a1701)
 - Bug 1185755 - Use Rooted to simplify FieldInfoHash rooting; r=jonco (8dc66d7cd)
 - Bug 1189072 - Make DefaultTracer for struct types call T::trace; r=fitzgen (96f79bc6f)
 - Bug 1149294 - Part 1: Don't trace permanent atoms and well known symbols that are owned by a parent JSRuntime inside SimpeEdgeVectorTracer; r=terrence (7ce049a33)
 - Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley (5737cd923)
 - Bug 1147679 - Use PR_GetFileInfo64 when deserializing heap snapshots; r=jimb (1ce8cd241)
 - Bug 1147680 - Use PR_MemMap when deserializing heap snapshots; r=jimb (04e5a370d)
 - Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out in to a new (4967637e2)
 - Bug 1173829. Fix some compile issues in code generated by bindings codegen for non-concrete interfaces. r=peterv (3e0f93640)
 - Bug 1170274 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan (8c1595d29)
 - Bug 1170274 - patch 2 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan CLOSED TREE (5626d631f)
 - Bug 1096550 - Update content scale when swapping remote tabs between windows. r=roc. (ed974edf4)
 - Bug 1180017: Give GCCellPtr is<T> and as<T> methods, replacing isFoo and toFoo methods. Fix callers. r=terrence (b95645bbb)
 - pointer style (a46b905fe)
 - pointer style (cb548fd44)
 - Bug 1151182 - Fix type for JSOP_THROWMSG documentation comment. r=efaust (f9bce9df7)
 - Bug 1077318 - Part 2: Fix the order of include in AsmJSModule.cpp. r=evilpie (a61716e33)
 - Bug 1155006: Fix unified build sensitivities in js/src. r=shu (b0f166ec9)
 - Bug 988463 - Add in support for tracelogging on ARM. r=h4writer (10345729b)
 - Bug 1190077 - Move RDTSC and prmjtime.* to vm/Time.*. r=nbp (b72c1f366) (6885f7ffc)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (d7087db63)
 - Bug 1186450 - Fix TraceableHashTable's GC template definitions; r=jonco (72b84c9b7)
 - Bug 1189722 - Fix const methods in MutableTraceableVectorOperations r=terrence (db8841981)
 - Bug 1182428 - Fix the ObjectGroup hazards, r=jonco (f3e9b1eff)
 - Bug 1028418 - Part 1: Make the InterpreterFrame::Flags enum typed the way it is used; r=shu (927cc66c5)
 - Bug 1028418 - Part 2: Make the BaselineFrame::Flags enum typed the way it is used; r=shu (488f2f6e9)
 - Bug 1028418 - Part 3: Take a bit on each of interpreter, baseline, and rematerialized frames for marking whether there is a js::SavedFrame for the given frame in the js::SavedStacks cache; r=shu (7aca9dd37)
 - Bug 1028418 - Part 4: Fix whitespace alignment in the InterpreterFrame::Flags enum; r=me (1bcce1eb9)
 - pointer and space style (9720a44a8)
 - Bug 1184235 - Add mozilla::Vector::emplaceBack; r=froydnj (98026070a)
 - Bug 1184238 - Use emplaceBack instead of growByUninitialized(1) and pByUninitialized(1) and placement-new in js::SavedStacks; r=shu (a6708e701)
 - Bug 1184318 - Use emplaceBack instead of growByUninitialized(1) and placement-new in js/src/jit/MIR.h; r=shu (2ad5e0e28)
 - pointer style (89342947f)
 - Bug 1149495 - SavedFrame objects should handle all uint32 values. r=shu (af0a5ced2)
 - Bug 1157456 - Re-wrap results in SavedFrame accessors; r=jorendorff (29a2d0ccc)
 - Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence (9d5e98223)
 - Bug 1184839 - Provide an overloaded == operator for mozilla::Variant; r=Waldo (93d7d2c2d)
 - Bug 1195590 - Fix treating saved frame bit as part of the frame type. r=djvj (c2ff877dd)
 - Bug 1028418 - Part 5: Minimize stack walking when capturing SavedFrame stacks with a cache; r=shu (f5426807f)
 - Bug 1028418 - Part 6: Fix GC + SavedFrame test that made assumptions that are no longer true; r=shu (5cc355c30)
 - Bug 1028418 - Part 7: Tests for caching edge cases; r=shu (d608a7da4)
 - Bug 1028418 - Part 0: Fix typo in js/src/vm/Stack.h; r=me (b3084ac03)
 - Bug 1164294 - Move OrderedHashTable to ds (1767e38d8)
 - Bug 1173864 - Make MarkStack private in GCMarker; r=jonco (2f570c51e)
 - Bug 1166041 - Wait for nursery sweeping to finish before shutting down; r=jonco (761638a57)
 - Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence (8f522f335)
 - Bug 1166041 - Fix memory leaked by nursery when we hit OOM r=terrence (cd3095efa)
 - Bug 1150349 - Update the zone triggers when updating GC parameters; r=jonco (b17dee3f8)
 - Bug 1186156 - Move the PersistentRooted list heads into RootLists; r=sfink (9afc5d93f) (6964ded9a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175485 part 1 - Allow inner iterator of ReverseIterator deref to any type, and change IntegerIterator, EnumeratedRange, and nsFrameList::Iterator to return value type instead of a reference. r=roc,waldo (83c53e8e8)
 - Bug 1175485 part 2 - Add static_assert to MakeRange to ensure it is used with integers. r=waldo (2b6fc759a)
 - Bug 1175485 part 3 - Remove unused operators, typedefs and IteratorTraits. r=waldo (91bc5407d)
 - Bug 1175485 part 4 - Add unit test for integer range. r=waldo (ec2b7d4c1)
 - Bug 1188204 - Fix more constructors in MFBT; r=froydnj (099428523)
 - Bug 1187985 - Make PersistentRooted use rootKind to find its lists; r=sfink (0c223593a)
 - Bug 1184191 - Assert in release mode if we reenter the garbage collector r=terrence (3207d3631)
 - Bug 1188124 - Use rootKind to select the right PersistentRooted list head; r=sfink (47009c787)
 - Bug 1174849 - Remove "serviceworker" from RequestContext; r=smaug,bkelly (138e480ea)
 - Bug 1174868 - Avoid storing RequestContext inside InternalRequest; r=nsm,bkelly,smaug (779a05075)
 - Bug 1147668 - Correctly reflect video and track RequestContext values; r=smaug (90f265d5f)
 - Bug 1148818 - Re-enable the Cache part of test_request_context.html on Android now that it passes (782fe9777)
 - Bug 1148935 - Correctly reflect worker and sharedworker RequestContext values; r=smaug (fd40e01d8) (202b273a2)

Known Issue(s):
- media playback function may be buggy. the issue may be relexed by setting media.mediasource.format-reader to true in about:config.


New regular/weekly KM-Goanna release:
https://o.rthost.win/kmeleon/KM76.4.3-Goanna-20210501.7z

Changelog:

Out-of-tree changes:
* update Goanna3 to git b4028f07d...202b273a2:
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - partial of  Bug 1153658 - browser_compartments.js logspam. r=yoric (8e2c21aa5)
 - Bug 1178653 - Refactor construction code to use an interface consistent with the spec, with the one exception using an out-of-the-way, differently-named method. r=efaust (d316259d7)
 - Bug 1175098 - PerformanceStats for e10s. r=felipe, r=mconley (515acb8d7)
 - Bug 1147664 - Detailed mode for PerformanceStats (low-level). r=jandem (dda8d84de)
 - Bug 1147664 - Detailed mode for PerformanceStats (high-level). r=mossop (b86076568)
 - Bug 1164304 - Run all fetch tests in the service worker context as well; r=nsm (e20fa8bfd)
 - Bug 1143981 - Reroute all fetch tests through a transparent service worker; r=nsm (5196acc57)
 - Bug 1122161 - Redirected channels should respect skip service worker flag. r=nsm (f4288392e)
 - Bug 1170937 - Set the URL on the Response object created from a fetch() properly if the underlying channel gets redirected; r=baku (45febabb3)
 - Bug 1173029 - Remove mFinalURL from InternalResponse; r=baku a=KWierso (6bdc1083b)
 - Bug 1137683 - Use a loadgroup derived from the document's when updating a ServiceWorker; r=bkelly (fabaa2602)
 - Bug 1164397 - Part 1: Use the original channel URI for constructing the cache entry key when we're dealing with an intercepted channel; r=mcmanus (b20ab36c7)
 - Bug 1164397 - Part 2: Add an API for overriding the original URI on HttpChannelBase; r=mcmanus (20021722f)
 - Bug 1164397 - Part 3: Add an API for overriding the original URI on nsJARChannel; r=jdm (492b6fd6f)
 - Bug 1164397 - Part 4: Add infromation about whether a channel was redirected to ChannelInfo; r=jdm (e2ce84660)
 - Bug 1164397 - Part 5: Save the redirected flag and the redirected URI in the DOM cache; r=bkelly (7d2d1fc92)
 - Bug 1162018 - Add an automated test to ensure that a redirected Request won't be visible to a service worker if it had triggered the original fetch(); r=jdm (0397a073f)
 - Bug 1164397 - Part 6: Add a test case for the service worker responding with a redirected Response; r=jdm (e83e0bee4)
 - Bug 1164397 - Part 7: Add a test case for the redirected Response object being stored in the DOM Cache; r=jdm (7a82916d8)
 - Bug 1169296 - Intercepting top-level document loads is not working with JAR channels. Tests. r=jdm (fe8f128c5)
 - Bug 1171285 - Part 1: Add a script for regenerating the application.zip used by test_app_protocol.html; r=jdm (ec303b3b2)
 - Bug 1171285 - Part 2: Fix test_app_protocol.html to finish both index.html and controlled.html tests; r=jdm (2e68e6665)
 - Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Tests. r=jdm (b0095fc3b)
 - Bug 1164397 - Part 8: Add a test case for the service worker for an app:// URI responding with a redirected Response; r=jdm (460e834c9)
 - Bug 1169044 - Patch 3 - Store and set principal with script URI on ServiceWorkers. r=ehsan (6e0b0102a)
 - Bug 1164397 - Part 9: Add a test case for the service worker for an app:// URI responding with a redirected HTTPS response; r=jdm (1be195f5a)
 - Bug 1164397 - Part 10: Add a test case for the service worker for an app:// URI responding with cached HTTP and HTTPS responses; r=jdm# Please enter the commit message for your changes. Lines starting (56432b7b5)
 - Bug 1164397 - Part 11: Add a test case for the service worker responding to HTTPS normal and cached Responses; r=jdm (6ec238455)
 - Bug 1164397 - Part 12: Add a test case for the service worker responding to normal and cached HTTP->HTTPS responses; r=jdm (925a1970f)
 - Bug 1190074 - PerformanceGroup now uses mozilla::RefPtr;r=jandem (53dc0a640)
 - Bug 1169086 followup: Add missing 'override' annotation to VerifyTraceProtoAndIfaceCacheCalledTracer::trace() method decl. rs=ehsan (cdedce447)
 - Bug 1172824: Initialize a few members in CompartmentCheckTracer (CID 1304705); r=terrence (3db40160c)
 - missing bit of 1166678 (9fb0cceeb)
 - Bug 1139473: File some metadata for the js/src/ subdirectory; r=jorendorff (9dc4a29a7)
 - Bug 1173889 - Strongly type the CallbackTracer dispatch function; r=jonco, r=mccr8 (19b47dc70) (516d358f3)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1185749 - Implement a DynamicTraceable HashMap subclass that can be used with Rooted; r=jonco (3f84bdb30)
 - Bug 1186609 - Implement a DynamicTraceable Vector subclass for use with Rooted; r=sfink (fa5b47e5b)
 - Bug 1155985 - Set FieldInto::mType just before storing to reserved slot. r=jonco, a=abillings (34dbc3ca0)
 - Bug 1156295 - Refactor GC rooting in StructType::DefineInternal() r=terrence (ec40a1701)
 - Bug 1185755 - Use Rooted to simplify FieldInfoHash rooting; r=jonco (8dc66d7cd)
 - Bug 1189072 - Make DefaultTracer for struct types call T::trace; r=fitzgen (96f79bc6f)
 - Bug 1149294 - Part 1: Don't trace permanent atoms and well known symbols that are owned by a parent JSRuntime inside SimpeEdgeVectorTracer; r=terrence (7ce049a33)
 - Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley (5737cd923)
 - Bug 1147679 - Use PR_GetFileInfo64 when deserializing heap snapshots; r=jimb (1ce8cd241)
 - Bug 1147680 - Use PR_MemMap when deserializing heap snapshots; r=jimb (04e5a370d)
 - Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out in to a new (4967637e2)
 - Bug 1173829. Fix some compile issues in code generated by bindings codegen for non-concrete interfaces. r=peterv (3e0f93640)
 - Bug 1170274 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan (8c1595d29)
 - Bug 1170274 - patch 2 - A better string parser for nsGenericHTMLElement::GetURIListAttr, r=ehsan CLOSED TREE (5626d631f)
 - Bug 1096550 - Update content scale when swapping remote tabs between windows. r=roc. (ed974edf4)
 - Bug 1180017: Give GCCellPtr is<T> and as<T> methods, replacing isFoo and toFoo methods. Fix callers. r=terrence (b95645bbb)
 - pointer style (a46b905fe)
 - pointer style (cb548fd44)
 - Bug 1151182 - Fix type for JSOP_THROWMSG documentation comment. r=efaust (f9bce9df7)
 - Bug 1077318 - Part 2: Fix the order of include in AsmJSModule.cpp. r=evilpie (a61716e33)
 - Bug 1155006: Fix unified build sensitivities in js/src. r=shu (b0f166ec9)
 - Bug 988463 - Add in support for tracelogging on ARM. r=h4writer (10345729b)
 - Bug 1190077 - Move RDTSC and prmjtime.* to vm/Time.*. r=nbp (b72c1f366) (6885f7ffc)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - pointer style (d7087db63)
 - Bug 1186450 - Fix TraceableHashTable's GC template definitions; r=jonco (72b84c9b7)
 - Bug 1189722 - Fix const methods in MutableTraceableVectorOperations r=terrence (db8841981)
 - Bug 1182428 - Fix the ObjectGroup hazards, r=jonco (f3e9b1eff)
 - Bug 1028418 - Part 1: Make the InterpreterFrame::Flags enum typed the way it is used; r=shu (927cc66c5)
 - Bug 1028418 - Part 2: Make the BaselineFrame::Flags enum typed the way it is used; r=shu (488f2f6e9)
 - Bug 1028418 - Part 3: Take a bit on each of interpreter, baseline, and rematerialized frames for marking whether there is a js::SavedFrame for the given frame in the js::SavedStacks cache; r=shu (7aca9dd37)
 - Bug 1028418 - Part 4: Fix whitespace alignment in the InterpreterFrame::Flags enum; r=me (1bcce1eb9)
 - pointer and space style (9720a44a8)
 - Bug 1184235 - Add mozilla::Vector::emplaceBack; r=froydnj (98026070a)
 - Bug 1184238 - Use emplaceBack instead of growByUninitialized(1) and pByUninitialized(1) and placement-new in js::SavedStacks; r=shu (a6708e701)
 - Bug 1184318 - Use emplaceBack instead of growByUninitialized(1) and placement-new in js/src/jit/MIR.h; r=shu (2ad5e0e28)
 - pointer style (89342947f)
 - Bug 1149495 - SavedFrame objects should handle all uint32 values. r=shu (af0a5ced2)
 - Bug 1157456 - Re-wrap results in SavedFrame accessors; r=jorendorff (29a2d0ccc)
 - Bug 1155618 - Fix places where OOM errors are not reported to the context in js::DependentAddPtr r=terrence (9d5e98223)
 - Bug 1184839 - Provide an overloaded == operator for mozilla::Variant; r=Waldo (93d7d2c2d)
 - Bug 1195590 - Fix treating saved frame bit as part of the frame type. r=djvj (c2ff877dd)
 - Bug 1028418 - Part 5: Minimize stack walking when capturing SavedFrame stacks with a cache; r=shu (f5426807f)
 - Bug 1028418 - Part 6: Fix GC + SavedFrame test that made assumptions that are no longer true; r=shu (5cc355c30)
 - Bug 1028418 - Part 7: Tests for caching edge cases; r=shu (d608a7da4)
 - Bug 1028418 - Part 0: Fix typo in js/src/vm/Stack.h; r=me (b3084ac03)
 - Bug 1164294 - Move OrderedHashTable to ds (1767e38d8)
 - Bug 1173864 - Make MarkStack private in GCMarker; r=jonco (2f570c51e)
 - Bug 1166041 - Wait for nursery sweeping to finish before shutting down; r=jonco (761638a57)
 - Bug 1166041 - Add some assertions to help catch leaked slots memory r=terrence (8f522f335)
 - Bug 1166041 - Fix memory leaked by nursery when we hit OOM r=terrence (cd3095efa)
 - Bug 1150349 - Update the zone triggers when updating GC parameters; r=jonco (b17dee3f8)
 - Bug 1186156 - Move the PersistentRooted list heads into RootLists; r=sfink (9afc5d93f) (6964ded9a)
- import changes from `dev' branch of rmottola/Arctic-Fox:
 - Bug 1175485 part 1 - Allow inner iterator of ReverseIterator deref to any type, and change IntegerIterator, EnumeratedRange, and nsFrameList::Iterator to return value type instead of a reference. r=roc,waldo (83c53e8e8)
 - Bug 1175485 part 2 - Add static_assert to MakeRange to ensure it is used with integers. r=waldo (2b6fc759a)
 - Bug 1175485 part 3 - Remove unused operators, typedefs and IteratorTraits. r=waldo (91bc5407d)
 - Bug 1175485 part 4 - Add unit test for integer range. r=waldo (ec2b7d4c1)
 - Bug 1188204 - Fix more constructors in MFBT; r=froydnj (099428523)
 - Bug 1187985 - Make PersistentRooted use rootKind to find its lists; r=sfink (0c223593a)
 - Bug 1184191 - Assert in release mode if we reenter the garbage collector r=terrence (3207d3631)
 - Bug 1188124 - Use rootKind to select the right PersistentRooted list head; r=sfink (47009c787)
 - Bug 1174849 - Remove "serviceworker" from RequestContext; r=smaug,bkelly (138e480ea)
 - Bug 1174868 - Avoid storing RequestContext inside InternalRequest; r=nsm,bkelly,smaug (779a05075)
 - Bug 1147668 - Correctly reflect video and track RequestContext values; r=smaug (90f265d5f)
 - Bug 1148818 - Re-enable the Cache part of test_request_context.html on Android now that it passes (782fe9777)
 - Bug 1148935 - Correctly reflect worker and sharedworker RequestContext values; r=smaug (fd40e01d8) (202b273a2)

* Notice: the changelog above may not always applicable to XULRunner code which K-Meleon uses.

A goanna3 source tree that has kmeleon adaption patch applied is available here: https://github.com/roytam1/palemoon27/tree/kmeleon76

Known Issue(s):
- media playback function may be buggy. the issue may be relexed by setting media.mediasource.format-reader to true in about:config.

No comments:

Post a Comment