Recommended Posts

Hmm... Didn't try personally but it seems to tout about per-site feature: https://addons.mozilla.org/en-us/firefox/addon/uacontrol/

 

It works, but not in the page i want because it recognizes user agent using js :/

 

The page I want btw its this http://player.cfox.com/ , i have Flash disabled and it doesnt work. So I need to spoof user agent to open it like in a mobile. In Chrome using User Agent Switcher addon works and in Firefox too but its not per website only

It works, but not in the page i want because it recognizes user agent using js :/

 

The page I want btw its this http://player.cfox.com/ , i have Flash disabled and it doesnt work. So I need to spoof user agent to open it like in a mobile. In Chrome using User Agent Switcher addon works and in Firefox too but its not per website only

 

Install this as well to bypass using current addon: https://addons.mozilla.org/de/firefox/addon/user-agent-js-fixer/

 

 

This addon can change the JavaScript User-Agent on a per-site basis, rather than changing for the whole session.

It does nothing by itself, but it complements the functionality of another addon like UAControl or ua-site-switch. No additional configuration is required, it uses the same settings from them.

 

From mozilla-inbound, its landed in two version in M35 and M36 due to this week merger.

 

Crashes:

Constant crashes on lichess.org after 20141011 Nightly - https://bugzilla.mozilla.org/show_bug.cgi?id=1081686

Large OOM in mozilla::WebGLContext::TexImage2D_base - https://bugzilla.mozilla.org/show_bug.cgi?id=1079848

[Crashes otherwise] improved DNS cache pruning - https://bugzilla.mozilla.org/show_bug.cgi?id=1077084

Firefox crash [@ nsUrlClassifierPrefixSet] - https://bugzilla.mozilla.org/show_bug.cgi?id=1050108

AsyncShutdownTimeout "AddonManage - https://bugzilla.mozilla.org/show_bug.cgi?id=1079312

Crash in mozilla::TextComposition::OnCompositionEventDiscarded - https://bugzilla.mozilla.org/show_bug.cgi?id=1081992

Crash [@ mozilla::layers::ImageContainer::CreateImage(mozilla::ImageFormat) ] - https://bugzilla.mozilla.org/show_bug.cgi?id=1060896

Nightly startup crash spike in nsDocument::AdoptNode with randomly-named library on stack - https://bugzilla.mozilla.org/show_bug.cgi?id=1078674

[e10s] Crash on child process shutdown in ShadowLayerForwarder::InWorkerThread - https://bugzilla.mozilla.org/show_bug.cgi?id=1065881

 

CSS Parsing and Computation:

[MemShrink] |nsComputedDOMStyle::CreatePrimitiveValueForClipPath| can leak |val| - https://bugzilla.mozilla.org/show_bug.cgi?id=1081350

Pseudo-elements should always be separated by two colons in selectorText - https://bugzilla.mozilla.org/show_bug.cgi?id=949651

 

CSS:

Implement ellipse/circle shape functions for clip-path - https://bugzilla.mozilla.org/show_bug.cgi?id=1074522

[status is stil but both patches landed but BACKED OUT but it didn't show] Implement isolation CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=1077872

 

DOM:

indexedDB.open fails for certain database names - https://bugzilla.mozilla.org/show_bug.cgi?id=1056939

We can have several DOMContentLoaded events with HTML Imports - https://bugzilla.mozilla.org/show_bug.cgi?id=1081677

Add .then() method to DOMRequest - https://bugzilla.mozilla.org/show_bug.cgi?id=839838

Port BoxObject to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=979835

DOMException InvalidStateError when setPointerCapture was invoke on element from alien document tree - https://bugzilla.mozilla.org/show_bug.cgi?id=1080361

LoadGroups of import document should be contained directly by the LoadGroup of the master document - https://bugzilla.mozilla.org/show_bug.cgi?id=1082540

Remove DOMConstructor related code from classinfo - https://bugzilla.mozilla.org/show_bug.cgi?id=1080503

IonMonkey: Don't leave discarded defs sitting around in resume point operands - https://bugzilla.mozilla.org/show_bug.cgi?id=1055690

[MemShrink] nsXMLHttpRequest::mResponseBlob and ::mDOMFile and ::mNotificationCallbacks need to be CCed - https://bugzilla.mozilla.org/show_bug.cgi?id=1081415

[bit by Bit landing] (dom-fetch-api) Implement the Fetch specification - https://bugzilla.mozilla.org/show_bug.cgi?id=1039846

[Relevant to Fetch API] Blob as one of the types in a Union crashes in workers - https://bugzilla.mozilla.org/show_bug.cgi?id=1071290

GenerateAsymmetricKeyTask fails if no private key usages are passed - https://bugzilla.mozilla.org/show_bug.cgi?id=1078847

AccessKeyLabel should be available for detached nodes - https://bugzilla.mozilla.org/show_bug.cgi?id=1037990

Storing LoadInfo on all channels created through NS_NewInputStreamChannel - https://bugzilla.mozilla.org/show_bug.cgi?id=1063197

 

Electrolysis (e10s):

RemoteBlob->RemoteBlobImpl broke threadsafety assumptions - https://bugzilla.mozilla.org/show_bug.cgi?id=1080867

Investigate white/black/garbage frame seen when switching between tabs with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1049551

stdout doesn't propagate from the child to parent in Windows XP builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1037445

About:certerror should be loaded remotely - https://bugzilla.mozilla.org/show_bug.cgi?id=1082791

[e10s] Switching tabs removes focus from the tab strip - https://bugzilla.mozilla.org/show_bug.cgi?id=1081156

Rework slice handling for remote blobs - https://bugzilla.mozilla.org/show_bug.cgi?id=1079546

 

EME:

[EME] Ensure CDMProxy is passed through from MSReader to subreader - https://bugzilla.mozilla.org/show_bug.cgi?id=1059049

Make MediaKeys.isTypeSupported() more accurate - https://bugzilla.mozilla.org/show_bug.cgi?id=1067216

[EME] Implement keyschange event - https://bugzilla.mozilla.org/show_bug.cgi?id=1081755

[EME] Resolve EME promises with void rather than undefined - https://bugzilla.mozilla.org/show_bug.cgi?id=1057891

 

Graphics & Imagelib:

[MemShrink] |gfxFontEntry::InputsForOpenTypeFeature| leaks |featurelookups| - https://bugzilla.mozilla.org/show_bug.cgi?id=1082167

Record the number of bytes decoded on a per-decoder basis - https://bugzilla.mozilla.org/show_bug.cgi?id=1079628

[bACKED OUT] Eliminate the DecodeRequest class from RasterImage and move its contents elsewhere - https://bugzilla.mozilla.org/show_bug.cgi?id=1079653

[MemShrink] Avoid reoptimizing optimized SourceSurfaceCairos - https://bugzilla.mozilla.org/show_bug.cgi?id=1082745

Remove unused thebes things in nsLayoutUtils - https://bugzilla.mozilla.org/show_bug.cgi?id=1083393

Convert Matrix4x4::TranslatePost/ScalePost callers to Matrix4x4::PostTranslate/PostScale - https://bugzilla.mozilla.org/show_bug.cgi?id=1082477

Get rid of some unused gfxContext flags - https://bugzilla.mozilla.org/show_bug.cgi?id=1082518

Remove gfxContext::OriginalSurface - https://bugzilla.mozilla.org/show_bug.cgi?id=1082553

Convert drawing of HTML image map area focus to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083215

Rename Matrix4x4::Translate/Scale to Matrix4x4::PreTranslate/PreScale - https://bugzilla.mozilla.org/show_bug.cgi?id=1082483

Don't convert alpha surfaces into RGBA surfaces for FilterNodeTransformSoftware - https://bugzilla.mozilla.org/show_bug.cgi?id=1076695

Port all code using nsRenderingContext::DrawEllipse/FillEllipse and gfxContext::Ellipse to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083221

Port all code using nsRenderingContext::SetLineStyle/nsLineStyle to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083501

Add a pref to force-disable use of gralloc surfaces - https://bugzilla.mozilla.org/show_bug.cgi?id=1082895

[bACKED OUT] Cleanup gralloc textures code - https://bugzilla.mozilla.org/show_bug.cgi?id=1077301

 

 

JS Engine:

Typed objects are not ArrayBufferViews (yet) - https://bugzilla.mozilla.org/show_bug.cgi?id=1082141

Ensure that the background finalize state is not reset before the ArenaList state is synchronized between threads - https://bugzilla.mozilla.org/show_bug.cgi?id=1081952

IonMonkey: inline richards :204 - https://bugzilla.mozilla.org/show_bug.cgi?id=911738

Remove ConservativeGCData - https://bugzilla.mozilla.org/show_bug.cgi?id=1082299

JSObject::is<ArrayBufferViewObject>() and JS_IsArrayBufferViewObject - https://bugzilla.mozilla.org/show_bug.cgi?id=1003997

ARMv6 simulator support for atomics - https://bugzilla.mozilla.org/show_bug.cgi?id=1077346

MObjectState / MArrayState should be transparent for Float32 type - https://bugzilla.mozilla.org/show_bug.cgi?id=1078696

Turn Scalar Replacement on by default - https://bugzilla.mozilla.org/show_bug.cgi?id=1069307

OdinMonkey: Valgrind detects Conditional jump or move depends on uninitialised value(s) involving IsFloatLiteral - https://bugzilla.mozilla.org/show_bug.cgi?id=1077031

OdinMonkey: add maximum-length requirement to change-heap definition - https://bugzilla.mozilla.org/show_bug.cgi?id=1082107

land Nightly-only ArrayBuffer.transfer - https://bugzilla.mozilla.org/show_bug.cgi?id=1081379

[MemShrink] |js::MallocProvider| alloc functions leak memory after calling |onOutOfMemory| - https://bugzilla.mozilla.org/show_bug.cgi?id=1081260

Use Maybe instead of an optional constructor on AutoLockGC - https://bugzilla.mozilla.org/show_bug.cgi?id=1082794

Let the eval "//# sourceURL=..." trick work for stack traces - https://bugzilla.mozilla.org/show_bug.cgi?id=583083

[jsdbg2] Add an API to get all live objects that match some query (Debugger.prototype.findObjects) - https://bugzilla.mozilla.org/show_bug.cgi?id=1082761

Remove property iterator from JSAPI - https://bugzilla.mozilla.org/show_bug.cgi?id=1081660

Drag and drop links to the bookmarks bar broke recently - https://bugzilla.mozilla.org/show_bug.cgi?id=1083376

Better comments in jsproxy.h and proxy handler classes - https://bugzilla.mozilla.org/show_bug.cgi?id=1081255

Rename ProxyHandler::keys -> getOwnEnumerablePropertyKeys - https://bugzilla.mozilla.org/show_bug.cgi?id=1081280

Handlify js::GetPropertyKeys and Snapshot - https://bugzilla.mozilla.org/show_bug.cgi?id=1083204

Use @@iterator symbol instead of placeholder string  - https://bugzilla.mozilla.org/show_bug.cgi?id=918828

Add miscellaneous symbol support  - https://bugzilla.mozilla.org/show_bug.cgi?id=1082672

Use a better buffer growth strategy during XDR encoding - https://bugzilla.mozilla.org/show_bug.cgi?id=1084114

Make the FrameStateVector in SavedStacks::AutoFrameStateVector have a nonzero minimum size - https://bugzilla.mozilla.org/show_bug.cgi?id=1083229

 

Layout:

Don't pass nscoord in-params by reference in nsBidiPresUtils methods - https://bugzilla.mozilla.org/show_bug.cgi?id=1080621

animation of CSS transform: rotateX() shakes as it crosses rotation of 0 - https://bugzilla.mozilla.org/show_bug.cgi?id=1078262

 

Vertical Writing Mode:

Fix a trivial inefficiency in vertical text run drawing code - https://bugzilla.mozilla.org/show_bug.cgi?id=1082083

vertical writing-mode text frames get incorrect visual overflow rect - https://bugzilla.mozilla.org/show_bug.cgi?id=1081867

incorrect line-breaking within embedded spans in vertical writing mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1083104

 

WebGL2:

WebGL2: basic support for 3D textures - https://bugzilla.mozilla.org/show_bug.cgi?id=1081125

Skip redundant deferred texture image initialization when doing full-image updates - https://bugzilla.mozilla.org/show_bug.cgi?id=1082248

WebGL2: Catch GL errors such as OUT_OF_MEMORY in texStorage entry points - https://bugzilla.mozilla.org/show_bug.cgi?id=1082277

WebGL2: implement invalidateFramebuffer - https://bugzilla.mozilla.org/show_bug.cgi?id=1076456

WebGL2: implement TEXTURE_IMMUTABLE_FORMAT for getTexParameter - https://bugzilla.mozilla.org/show_bug.cgi?id=1080299

WebGL2: Implement some miscellaneous parameters - https://bugzilla.mozilla.org/show_bug.cgi?id=1081419

Don't do readback internal to ShSurf_Basic - https://bugzilla.mozilla.org/show_bug.cgi?id=1081363

WebGL2: Support non-power-of-two textures - https://bugzilla.mozilla.org/show_bug.cgi?id=1080921

WebGL2: Add support for TEXTURE_BINDING_3D - https://bugzilla.mozilla.org/show_bug.cgi?id=1082952

texParameter and getTexParameter should accept the TEXTURE_3D target in WebGL2 mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1083447

WebGL2: support TEXTURE_BASE_LEVEL and TEXTURE_MAX_LEVEL - https://bugzilla.mozilla.org/show_bug.cgi?id=1080957

SkiaGL glue being attempted on every frame on Windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1082850

Remove pedantic filtering that snuck back in - https://bugzilla.mozilla.org/show_bug.cgi?id=1083931

WebGL2: Add texImage3D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083936

 

Notable Bugs:

[site Impact] Unresponsive script doing String.match - possible regression cause by irregexp - https://bugzilla.mozilla.org/show_bug.cgi?id=1077514

[Mac OS X 10.10] The slide-down titlebar in fullscreen is transparent - https://bugzilla.mozilla.org/show_bug.cgi?id=1069658

"What is this page" link appears on "blank" version of about:newtab - https://bugzilla.mozilla.org/show_bug.cgi?id=1081157

[Mac OS X 10.10] Update window shadows - https://bugzilla.mozilla.org/show_bug.cgi?id=1081160

sanitize.js should pass the date range being cleared to the permission manager and content pref service - https://bugzilla.mozilla.org/show_bug.cgi?id=1058442

Notification onclick handler not permitted for window.focus() - https://bugzilla.mozilla.org/show_bug.cgi?id=874050

[Regression] Bookmarks and history on sidebar do nothing when clicked - https://bugzilla.mozilla.org/show_bug.cgi?id=1082880

(POODLE) Padding oracle attack on SSL 3.0 - https://bugzilla.mozilla.org/show_bug.cgi?id=1076983

Autocomplete of username/password should generate change event - https://bugzilla.mozilla.org/show_bug.cgi?id=1077308

[For Async Places] folderReadOnly doesn't pertain to bookmarks or results - https://bugzilla.mozilla.org/show_bug.cgi?id=1068671

Reproducible APZC failure and 300ms scroll delay - https://bugzilla.mozilla.org/show_bug.cgi?id=1071686

Textarea resize handle increase size and looks blurry when border property is changed - https://bugzilla.mozilla.org/show_bug.cgi?id=1072704

[Addon Compatibility] Disallow exposing privileged functions via COWs - https://bugzilla.mozilla.org/show_bug.cgi?id=1082450

UI Tour: Add ability to highlight search provider in search menu - https://bugzilla.mozilla.org/show_bug.cgi?id=1068284

Implement confirmation dialog shown before unblocking downloads - https://bugzilla.mozilla.org/show_bug.cgi?id=1068660

Make use of the new infoURL item from the blocklist for plugins with an update - https://bugzilla.mozilla.org/show_bug.cgi?id=1038145

OdinMonkey: loosen detachment limitations - https://bugzilla.mozilla.org/show_bug.cgi?id=1081277

[Web Crypto API] Add support for ECDSA to WebCrypto API - https://bugzilla.mozilla.org/show_bug.cgi?id=1034854

[Mac OS X 10.9.5] Download failure on OSX 10.9.5 with parental control on - https://bugzilla.mozilla.org/show_bug.cgi?id=1073134

Update SVG camelCase knowledge to omit names dropped from the spec - https://bugzilla.mozilla.org/show_bug.cgi?id=1066483

opening a new Private Browsing Window doesn't focus the location bar - https://bugzilla.mozilla.org/show_bug.cgi?id=1074081

Use Array.map in Updater_fillEmptyCells - https://bugzilla.mozilla.org/show_bug.cgi?id=1075226

Add back a way to test UITour on origins not whitelisted by default - https://bugzilla.mozilla.org/show_bug.cgi?id=1081772

Copy Username menu item does not have access key in Saved Passwords box - https://bugzilla.mozilla.org/show_bug.cgi?id=771215

stopPropagation during a keypress breaks some findbar actions - https://bugzilla.mozilla.org/show_bug.cgi?id=1052992

content-prefs.sqlite is corrupted(and site specific zoom level is lost)when downgrade from Nightly35.0a1 to Aurora34.0a2 and earlier - https://bugzilla.mozilla.org/show_bug.cgi?id=1074817

Include a "donate" link in the About Firefox dialog - https://bugzilla.mozilla.org/show_bug.cgi?id=1074896

Regression detected for DNS_RENEWAL_TIME on the 25th of September (Telemetry Data) - https://bugzilla.mozilla.org/show_bug.cgi?id=1074789

Composition in a designMode editor is canceled when you click the editor on Linux - https://bugzilla.mozilla.org/show_bug.cgi?id=1083629

 

Random:

Fix "octal literals and octal escape sequences are deprecated" warning - https://bugzilla.mozilla.org/show_bug.cgi?id=1080007

various UUID has to be updated for the 34 beta release - https://bugzilla.mozilla.org/show_bug.cgi?id=1081935

Audit printf()s in dom/ipc - https://bugzilla.mozilla.org/show_bug.cgi?id=589320

Fix pre-setData() calls to .available() - https://bugzilla.mozilla.org/show_bug.cgi?id=1082114

Relative position on TD or TH gives misleading warning - https://bugzilla.mozilla.org/show_bug.cgi?id=1081683

split-profile should take arguments for jprof location and program location - https://bugzilla.mozilla.org/show_bug.cgi?id=1082265

Switch to GET for fetch to allow caching of links data from redirect - https://bugzilla.mozilla.org/show_bug.cgi?id=1075620

Add-ons manager not updating after lightweight theme is uninstalled - https://bugzilla.mozilla.org/show_bug.cgi?id=1079817

Attempting to start Firefox can result in "Couldn't load XPCOM" due to reading uninitialised memory - https://bugzilla.mozilla.org/show_bug.cgi?id=1081906

Attempt to lock an already-locked mutex in nsComponentManangerImpl::RegisterContractIDLocked - https://bugzilla.mozilla.org/show_bug.cgi?id=1079311

Reduce the noise from the warn only sandbox by not reporting NAME_NOT_FOUND errors - https://bugzilla.mozilla.org/show_bug.cgi?id=1080567

Add node existence check to CustomizeMode's onDragEnd - https://bugzilla.mozilla.org/show_bug.cgi?id=1062014

Prettify about:webrtc - https://bugzilla.mozilla.org/show_bug.cgi?id=971110

[self Signed SSL issue] mozilla::pkix, cannot override sec_error_ca_cert_invalid with version 1 certificate, and other scenarios (with or without pkix) - https://bugzilla.mozilla.org/show_bug.cgi?id=1042889

[TSF] Candidate window position is always the top-left of browser window or just disappeared if IMM IME is active in TSF mode (~ATOK 2010, Japanist) - https://bugzilla.mozilla.org/show_bug.cgi?id=1081993

Remove deprecated nsIChannelPolicy - https://bugzilla.mozilla.org/show_bug.cgi?id=1041180

Log spew "No valid manifest directive." when uninstalling an add-on - https://bugzilla.mozilla.org/show_bug.cgi?id=1079451

Make CPOWs support symbol ids - https://bugzilla.mozilla.org/show_bug.cgi?id=1071177

 

---------------------------------------------------------------------------------------------------------------------------------------------------

 

Some Back porting Fixes + Reopened + Bit by bit landing:

Fixing of Session Restore multiple instances in Aurora - https://bugzilla.mozilla.org/show_bug.cgi?id=1081135

[Reopen] drawImage on MediaStream assigned to <video> stopped working again - https://bugzilla.mozilla.org/show_bug.cgi?id=879717

Compacting GC landing bits by bits - https://bugzilla.mozilla.org/show_bug.cgi?id=650161

 

---------------------------------------------------------------------------------------------------------------------------------------------------

 

Since now Nightly builds are maintained on Visual Studio 2013 Update 3 and 64-bit linker also make 32-bit (I could be wrong on linker thing), new version PGO (Profile Guided Optimization) is better and more mature, so Firefox is shifting its split .dll back to main xul.js file to speed up startup and performance improvements.

 

Fold gkmedias.dll back into xul.dll - https://bugzilla.mozilla.org/show_bug.cgi?id=922912

Fold js back into libxul - https://bugzilla.mozilla.org/show_bug.cgi?id=609976

  • Like 1

Lots of problems with Adobe Flash crashing for a few days now , any tips to sort it out folks?

 

Latest Nightly with only Adblock installed and everythings up to date.

 

Bug URL (now it has patch): https://bugzilla.mozilla.org/show_bug.cgi?id=1082670

 

Workarounds:

- Disable Protect Mode of Flash using this guide: http://kb.mozillazine.org/Flash#Disabling_Protected_Mode_in_Flash_11.3 or https://forums.adobe.com/thread/1018071#TemporaryWorkaround

- Set environment variable: https://bugzilla.mozilla.org/show_bug.cgi?id=1082670#c14

- Some said Nightly 64-bit is also works

  • Like 2

More from Inbound:

 

Crash Fixes:

Crash when searching on expansys.ca - https://bugzilla.mozilla.org/show_bug.cgi?id=1083425

Crash on Yosemite when changing system appearance - https://bugzilla.mozilla.org/show_bug.cgi?id=1084589

crash @nsContentUtils::HasDistributedChildren - https://bugzilla.mozilla.org/show_bug.cgi?id=1083814

Crash [@ js::jit::RangeAnalysis::truncate] - https://bugzilla.mozilla.org/show_bug.cgi?id=1080438

crash in mozilla::net::Http2Session::CleanupStream - https://bugzilla.mozilla.org/show_bug.cgi?id=1073825

crash in mozilla::dom::XMLDocument::Load - https://bugzilla.mozilla.org/show_bug.cgi?id=1084513

Crash with Proxy.revocable - https://bugzilla.mozilla.org/show_bug.cgi?id=1072817

 

CSS:

Implement isolation CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=1077872

Implement CSSOM-View scroll-behavior CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=1010538

Implement alternative to CSSOM-View scroll-behavior Element.scrollTop and Element.scrollLeft extensions - https://bugzilla.mozilla.org/show_bug.cgi?id=1045754

 

 

CSS Parsing and Computation:

Clean up AnimationPlayerCollection::PseudoElement() - https://bugzilla.mozilla.org/show_bug.cgi?id=1084039

Flex container with "overflow-y: auto" is jumping when shown, with fading overlay scrollbars - https://bugzilla.mozilla.org/show_bug.cgi?id=1081072

Pseudo-elements should always be separated by two colons in selectorText - https://bugzilla.mozilla.org/show_bug.cgi?id=949651

Segmentation fault on Wikipedia search page, if Firefox was compiled with LLVM 3.5.0 - https://bugzilla.mozilla.org/show_bug.cgi?id=1083461

Switch dynamic CounterStyle objects to use arena allocation - https://bugzilla.mozilla.org/show_bug.cgi?id=1077718

 

DOM:

Move TreeColumn to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=1081692

(NavigationController) Implement Navigation Controller interfaces for ServiceWorkers - https://bugzilla.mozilla.org/show_bug.cgi?id=898524

AudioChannel implementation can cause multiple sounds without any possibility to stop the sound - https://bugzilla.mozilla.org/show_bug.cgi?id=1004306

WebIDL for WindowRoot - https://bugzilla.mozilla.org/show_bug.cgi?id=1082839

Only Events with a wrapper should trigger GC more likely - https://bugzilla.mozilla.org/show_bug.cgi?id=1084421

Add host and olderShadowRoot properties to ShadowRoot interface - https://bugzilla.mozilla.org/show_bug.cgi?id=1083587

Replace ResolveWorkerClasses by appropriate [Exposed=System] annotations - https://bugzilla.mozilla.org/show_bug.cgi?id=1084439

We don't correctly codegen stringifiers and jsonifiers on non-concrete interfaces - https://bugzilla.mozilla.org/show_bug.cgi?id=1083591

Capture some stack information in Promises - https://bugzilla.mozilla.org/show_bug.cgi?id=1083851

Add a way to get the promises that depend on a given promise via PromiseDebugging - https://bugzilla.mozilla.org/show_bug.cgi?id=1083950

Avoid shadowing iter variable in DOM bindings generated code - https://bugzilla.mozilla.org/show_bug.cgi?id=1082583

Consider putting union types in the binding files where they're used - https://bugzilla.mozilla.org/show_bug.cgi?id=1068740

Do not wrap the DOMRequest in a promise in test_mmi_call_forwarding.js - https://bugzilla.mozilla.org/show_bug.cgi?id=1084381

Do not wrap the DOMRequest in a promise in Bluetooth tests - https://bugzilla.mozilla.org/show_bug.cgi?id=1084389

URLSearchParams, URLUtils and URLUtilsReadOnly should use USVStrings instead DOMStrings - https://bugzilla.mozilla.org/show_bug.cgi?id=1085297

Store creation and settlement timestamps in promises - https://bugzilla.mozilla.org/show_bug.cgi?id=1084030

(dom-fetch-api) Implement the Fetch specification - https://bugzilla.mozilla.org/show_bug.cgi?id=1039846

Make nsITreeBoxObject and nsIBoxObject scriptable again - https://bugzilla.mozilla.org/show_bug.cgi?id=1083793

BrowserElementChildPreload.js shouldn't duplicate the categorization of NSS/certificate errors provided by nsINSSErrorsService - https://bugzilla.mozilla.org/show_bug.cgi?id=1057497

The lostpointercapture event on document when capturing element is removed - https://bugzilla.mozilla.org/show_bug.cgi?id=1080360

DOMMatrix does not implement stringifier from spec - https://bugzilla.mozilla.org/show_bug.cgi?id=1082663

typo in Console::ShouldIncludeStackrace method name - https://bugzilla.mozilla.org/show_bug.cgi?id=1085471

 

Electrolysis (e10s):

HttpChannelChild's mSecurityInfo is null, fails for GetSecurityInfo - https://bugzilla.mozilla.org/show_bug.cgi?id=1083325

Update PageThumbs to support remote content - https://bugzilla.mozilla.org/show_bug.cgi?id=698371

[e10s] Accessing gBrowser.sessionHistory hangs or brings down the browser - https://bugzilla.mozilla.org/show_bug.cgi?id=1077587

 

Graphics, Layers and Layouts:

Get rid of nsLayoutUtils::NSColorToColor - https://bugzilla.mozilla.org/show_bug.cgi?id=1083761

Activate ImageBridge by default when OMTC on - https://bugzilla.mozilla.org/show_bug.cgi?id=1027365

Add a full occlusion culling pass to LayerManagerComposite  - https://bugzilla.mozilla.org/show_bug.cgi?id=1085223

[Performance Improvement] Firefox window with lots of tabs becomes sluggish due to floods of afterpaint events - https://bugzilla.mozilla.org/show_bug.cgi?id=1078005

 

 

JavaScript:

Does FrameState really need to refcount the principals - https://bugzilla.mozilla.org/show_bug.cgi?id=1083232

Generators should run on the interpreter stack - https://bugzilla.mozilla.org/show_bug.cgi?id=987560

[ES6] Update ToPropertyKey to accept Symbol wrapper objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1083047

Refine WeakSet handling - https://bugzilla.mozilla.org/show_bug.cgi?id=1081978

[Compacting GC] This value for scripts not marked in Ion frame - https://bugzilla.mozilla.org/show_bug.cgi?id=1083716

Fix length property for functions exported to self-hosting - https://bugzilla.mozilla.org/show_bug.cgi?id=1084278

Update ToPropertyKey to accept Symbol wrapper objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1083047

land Nightly-only ArrayBuffer.transfer - https://bugzilla.mozilla.org/show_bug.cgi?id=1081379

Remove AutoEnterAnalysis from Recover isntructions - https://bugzilla.mozilla.org/show_bug.cgi?id=1083781

[leave open] Manage memory differently for native vs. non-native objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1073842

Splay Latency browser numbers are much lower than in shell - https://bugzilla.mozilla.org/show_bug.cgi?id=958492

Refactor definition of finalization phases - https://bugzilla.mozilla.org/show_bug.cgi?id=1085435

 

Moz2d Conversion:

Undo the breakage to gfx.color_management.mode=1 (eCMSMode_All) caused by the Moz2D porting work - https://bugzilla.mozilla.org/show_bug.cgi?id=1084093

Port the code calling nsRenderingContext::SetClip() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083533

Port the code calling nsRenderingContext::FillPolygon() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083557

Port the code calling nsRenderingContext::DrawRect() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1083597

Port the code that uses the nsRenderingContext::FillRect methods to Moz2d - https://bugzilla.mozilla.org/show_bug.cgi?id=1083753

Port the code that uses nsRenderingContext::DrawLine() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1085159

Port the code that uses nsRenderingContext::IntersectClip() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1085160

Get rid of the nsRenderingContext::SetColor() method- https://bugzilla.mozilla.org/show_bug.cgi?id=1085165

Get rid of nsRenderingContext's DeviceContext and any need for it to know about app-units-per-device-pixel - https://bugzilla.mozilla.org/show_bug.cgi?id=1085167

Make Moz2D's UserToDevicePixelSnapped honor disabling of pixel snapping and scale ignoring as gfxContext::UserToDevicePixelSnapped does - https://bugzilla.mozilla.org/show_bug.cgi?id=1082530

 

Networking:

per-app-offline: figure out why DNS sometimes still causes network traffic when offline - https://bugzilla.mozilla.org/show_bug.cgi?id=1057688

Make url.hostname not omit IPv6 delimiters - https://bugzilla.mozilla.org/show_bug.cgi?id=1082723

DNS: Enable getting TTL by default for Windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1084645

 

 

Sandboxing:

[Pre-Vista testing] Inherit stdout/err for sandboxed process pre-Vista for testing purposes - https://bugzilla.mozilla.org/show_bug.cgi?id=1083701

Lock down Linux content process clone(2) flags - https://bugzilla.mozilla.org/show_bug.cgi?id=1078838

 

SIMD:

SIMD (interpreter): Update shuffle implementations - https://bugzilla.mozilla.org/show_bug.cgi?id=1083238

 

SVG:

Replace "greyscale" SVG filter with filter: grayscale(1) - https://bugzilla.mozilla.org/show_bug.cgi?id=1079719

 

Web Animation:

Implement play and pause on AnimationPlayer - https://bugzilla.mozilla.org/show_bug.cgi?id=1070745

Expose AnimationPlayer.playState - https://bugzilla.mozilla.org/show_bug.cgi?id=1037321

Rename AnimationPlayer::GetCurrentTimeDuration - https://bugzilla.mozilla.org/show_bug.cgi?id=1078119

Provide better encapsulation of AnimationPlayer - https://bugzilla.mozilla.org/show_bug.cgi?id=1078122

 

WebGL and CanvasGL:

Add Acquire and Release semantics to SharedSurface - https://bugzilla.mozilla.org/show_bug.cgi?id=1070308

Use fallible new for large allocations, infallible otherwise - https://bugzilla.mozilla.org/show_bug.cgi?id=1083611

Use our RAII helper to unlock DrawTarget bits after locking - https://bugzilla.mozilla.org/show_bug.cgi?id=1084696

 

Notable Bugs

Reject EV certificates with key sizes below RSA 2048 - https://bugzilla.mozilla.org/show_bug.cgi?id=622859

Add trusted identity block to remaining end-user facing about: pages - https://bugzilla.mozilla.org/show_bug.cgi?id=1051847

HTMLLinkElement not in DOM is used for favicon - https://bugzilla.mozilla.org/show_bug.cgi?id=1083895

Accessing IPv6 URLs without typing the protocol and the first bracket throws a JS error in the Browser Console - https://bugzilla.mozilla.org/show_bug.cgi?id=1079707

[AVX2 acceleration support] Update or cherry-pick decoding optimizations from libvpx upstream - https://bugzilla.mozilla.org/show_bug.cgi?id=1063356

Report pinning violations by CA - https://bugzilla.mozilla.org/show_bug.cgi?id=1054498

Remove dead #social-toolbar-item CSS since there is nothing called social-toolbar-item defined outside of the CSS - https://bugzilla.mozilla.org/show_bug.cgi?id=1081203

Sync no longer shows login failed notification bar on user-initiated sync - https://bugzilla.mozilla.org/show_bug.cgi?id=1082970

Update pdf.js to version 1.0.907 - https://bugzilla.mozilla.org/show_bug.cgi?id=1084158

Mixed content detection does not take redirection into account - https://bugzilla.mozilla.org/show_bug.cgi?id=418354

Updater installs Mozilla Maintenance Service without consent - https://bugzilla.mozilla.org/show_bug.cgi?id=1051223

Window is occasionally hidden upon exiting a full screen HTML5 video - https://bugzilla.mozilla.org/show_bug.cgi?id=1026865

[MemShrink] jemalloc3 builds exhibit negative heap-unclassified values in about:memory - https://bugzilla.mozilla.org/show_bug.cgi?id=1082199

Borders of lightweight themes don't adapt in customization mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1075435

reset legacy browser.startup.homepage values to "about:home" - https://bugzilla.mozilla.org/show_bug.cgi?id=1077740

Firefox 33.0 Linux 32 bit version menubar is dark on bright-text lightweight themes (LWT) - https://bugzilla.mozilla.org/show_bug.cgi?id=1083668

Don't allow Firefox to be the default browser but not check on startup to see if it's still the default browser - https://bugzilla.mozilla.org/show_bug.cgi?id=1041516

SearchBar formhistory drop down only shows 7 items when only searching form history - https://bugzilla.mozilla.org/show_bug.cgi?id=1060675

[still Open] After upgrading to Firefox 33, window is BLACK with OMTC enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1083071

mix-blend-mode and CSS filters don't work well together - https://bugzilla.mozilla.org/show_bug.cgi?id=1083241

Empty line in Panic/Forget menu under some conditions - https://bugzilla.mozilla.org/show_bug.cgi?id=1074520

InstallTrigger always sends third party cookies regardless of cookie settings - https://bugzilla.mozilla.org/show_bug.cgi?id=1084646

 

Random:

[For Boot 2 Gecko project but affect Desktop as well] [Text Selection] Enabling non-editable fields support for selection caret - https://bugzilla.mozilla.org/show_bug.cgi?id=1062735

Add support for DH to WebCrypto API - https://bugzilla.mozilla.org/show_bug.cgi?id=1034856

Stop using XOW handlers for everything but Window and Location - https://bugzilla.mozilla.org/show_bug.cgi?id=1083060

Add 'Send Video To Device' to the context menu for sending videos from desktop to a second screen - https://bugzilla.mozilla.org/show_bug.cgi?id=1054959

"Update Scanner" add-on does not work on Nightly35.0a1 - https://bugzilla.mozilla.org/show_bug.cgi?id=1081537

Improve JSM WebIDL ergonomics and Implement [Exposed=System] - https://bugzilla.mozilla.org/show_bug.cgi?id=1073124

[Addons Compatibility] Turn off COWs for Functions - https://bugzilla.mozilla.org/show_bug.cgi?id=1081990

More addon SDK fixups for __exposedProps__ removal - https://bugzilla.mozilla.org/show_bug.cgi?id=1084385

Remove NPAPI async drawing model - https://bugzilla.mozilla.org/show_bug.cgi?id=1072528

FF needs correct check PointerCapture for correct firing pointerover/pointerout events - https://bugzilla.mozilla.org/show_bug.cgi?id=1078327

[For Boot 2 Gecko project] [Touch Caret] Make touch caret hide when its position is not in the area of the scrollport - https://bugzilla.mozilla.org/show_bug.cgi?id=1082486

WeaveCrypto unable to initialize on Mac with Brew's system NSS installed - https://bugzilla.mozilla.org/show_bug.cgi?id=1034979

[Addons Compatibility] Stop Remapping COWed standard prototypes - https://bugzilla.mozilla.org/show_bug.cgi?id=1081985

main thread fails to identify as the main thread in metrofx - https://bugzilla.mozilla.org/show_bug.cgi?id=1042708

Eliminate PPluginIdentifier - https://bugzilla.mozilla.org/show_bug.cgi?id=1081353

Drop support for JSPropertyOp getters/setters in sandboxes - https://bugzilla.mozilla.org/show_bug.cgi?id=1085071

[CC] change WaitingForGC to be based on the number of JS objects, not all objects - https://bugzilla.mozilla.org/show_bug.cgi?id=727965

Fix error throwing and warning reporting APIs  - https://bugzilla.mozilla.org/show_bug.cgi?id=1063241

[Linux MemShrink] Reduce heap churn caused by calls to get_content_type_from_mime_type() - https://bugzilla.mozilla.org/show_bug.cgi?id=1084193

 

--------------------------------------------------------------------------------------

 

Compacting GC is landing bit by bit - https://bugzilla.mozilla.org/show_bug.cgi?id=650161

From Mozillazine:

 

Source: https://wiki.mozilla.org/Platform/2014-10-21

 

Electrolysis (e10s) (blassey)
  • Please help dogfood e10s in Nightly!
  • 26% of Nightly browser sessions are using e10s.
  • We plan to enable e10s by default for Nightly users in just a couple weeks, so please test your add-ons and feature areas now to avoid surprises.

 

Electrolysis default to "enable" Soon...

 

-----------------------------------------------------------------------------------------------------------------------------------

 

Adobe Flash plugin bug has been fixed by Mozilla, so it was not from Adobe side but from Mozilla side due to firefox shifting to VS2013 compiler.

Bug URL: https://bugzilla.mozilla.org/show_bug.cgi?id=1082670

From Mozillazine:

 

Source: https://wiki.mozilla.org/Platform/2014-10-21

 

Electrolysis default to "enable" Soon...

...

It's still pretty broken on my Mac, often when I switch tabs it's just blank for 10-20 seconds afterwards, but then again I'm only going to have this Mac for another day so meh.

It really does need APZ before it's enabled by default in release builds, take scrolling out of the content process and into the chrome one (For most things, JS scrolling code is sync and needs to run in the client process)

Edit: Now that I think about it, tiling is kinda broken too. It might just be my Mac since Vibrancy in Yosemite is also kinda broken.

Its Intel Graphic Media Q45/Q43 Express chipset. Windows 7 32b.  No Electrolysis enabled. Can't say for another PC right now, but that is older. Laptop Lenovo T61.

But I just wanted to know am I alone or not. If yes, I'm alone, I will look for some meassures here locally.

Its Intel Graphic Media Q45/Q43 Express chipset. Windows 7 32b.  No Electrolysis enabled. Can't say for another PC right now, but that is older. Laptop Lenovo T61.

But I just wanted to know am I alone or not. If yes, I'm alone, I will look for some meassures here locally.

 

It shouldn't be happening with you since you are using Nightly, although this is relevant bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1083071

 

Workaround mentioned:

- Disable OMTC (Off the main thread compositing)

- Updating driver, here is the latest driver link: https://downloadcenter.intel.com/Detail_Desc.aspx?DwnldID=22165

I sent you a message with screen capture. By the way it is not secret. Screen looks this:

http://qrz.lt/ly2w/Capture.JPG

will try your sugestions later today or tomorrow.

 

It shouldn't be happening with you since you are using Nightly, although this is relevant bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1083071

 

I sent you a message with screen capture. By the way it is not secret. Screen looks this:

http://qrz.lt/ly2w/Capture.JPG

will try your sugestions later today or tomorrow.

 

Install latest driver, it seems like layer issue:

 

- Otherwise open Firefox and go to "about:config" without quotes and disable this preference and restart and see.

 

 

layers.offmainthreadcomposition.enabled

From mozilla-inbound:

 

CSS Parsing and Computation:

CSS gradients should work on premultiplied colors - https://bugzilla.mozilla.org/show_bug.cgi?id=591600

Flex container with "overflow-y: auto" is jumping when shown, with fading overlay scrollbars - https://bugzilla.mozilla.org/show_bug.cgi?id=1081072

implement a pseudo-class that matches native-anonymous content, exposed only to UA style sheets (or maybe also chrome) - https://bugzilla.mozilla.org/show_bug.cgi?id=1082899

 

DOM:

Remove nsIJSNativeInitializer - https://bugzilla.mozilla.org/show_bug.cgi?id=842498

Add nsIContentPolicy::TYPE_FETCH - https://bugzilla.mozilla.org/show_bug.cgi?id=1082924

Get rid of the quickstubs infrastructure - https://bugzilla.mozilla.org/show_bug.cgi?id=1019191

NS_ERROR_UNEXPECTED when calling appendChild or importNode on template.content - https://bugzilla.mozilla.org/show_bug.cgi?id=1084502

Update MutationObserver.observe() method - more flexible options and throw a JavaScript TypeError - https://bugzilla.mozilla.org/show_bug.cgi?id=973638

Wrong stack frame lines for scripts dynamically injected using <script> element - https://bugzilla.mozilla.org/show_bug.cgi?id=982153

Add newChannel2 to nsIProtocolHandler so we can attach a LoadInfo to the created channel - https://bugzilla.mozilla.org/show_bug.cgi?id=1067471

Add newChannel2 to nsIoService that allows loadinfo propagation - https://bugzilla.mozilla.org/show_bug.cgi?id=1076896

Eliminate XPCQuickStubs.h/cpp - https://bugzilla.mozilla.org/show_bug.cgi?id=1087404

 

Editor:

Make nsWSRunObject::GetNextWSNodeInner infallible - https://bugzilla.mozilla.org/show_bug.cgi?id=1058576

Pasting html in a contenteditable span duplicates the blank span instead of pasting contents - https://bugzilla.mozilla.org/show_bug.cgi?id=858918

incorrect inline-size used for line breaking within nested block frames - https://bugzilla.mozilla.org/show_bug.cgi?id=1083748

 

Electrolysis (e10s):

Report resource-timing in the content process - https://bugzilla.mozilla.org/show_bug.cgi?id=1064706

swapFrameLoader not implemented for e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=918634

Collect no SessionStore information for about:tabcrashed pages - https://bugzilla.mozilla.org/show_bug.cgi?id=1070096

[e10s] Use session restore to reload crashed tabs - https://bugzilla.mozilla.org/show_bug.cgi?id=1065785

implement very basic support of OOp accessible documents - https://bugzilla.mozilla.org/show_bug.cgi?id=982842

[e10s] Right click menu not showing up for links in Zimbra email messages - https://bugzilla.mozilla.org/show_bug.cgi?id=1069966

e10s: ensure we instantiate content decoder(s) as needed for diverted channels - https://bugzilla.mozilla.org/show_bug.cgi?id=1012917

Perma plugin crash - https://bugzilla.mozilla.org/show_bug.cgi?id=1087410

After a content process crash links to external sites from pinned tabs are opened in the same tab instead of opening a new tab - https://bugzilla.mozilla.org/show_bug.cgi?id=1080055

Mixed content blocker doorhanger doesn't work - https://bugzilla.mozilla.org/show_bug.cgi?id=1068360

X11 cut-and-paste broken with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1068811

 

Graphics and Imagelib:

Make shift-reload bypass the image cache for data URIs - https://bugzilla.mozilla.org/show_bug.cgi?id=1084543

[Addons Compatibility] ::-moz-tree-progressmeter doesn't consider color: CSS rules anymore - https://bugzilla.mozilla.org/show_bug.cgi?id=1086610

Add a full occlusion culling pass to LayerManagerComposite - https://bugzilla.mozilla.org/show_bug.cgi?id=1085223

Not all D3D11 result codes are checked - https://bugzilla.mozilla.org/show_bug.cgi?id=1087270

Cleanup gralloc textures code - https://bugzilla.mozilla.org/show_bug.cgi?id=1077301

 

JS Engine, GC, SIMD, asm.js and JS Library:

IonMonkey: Implement RToFloat32 Recover Instruction - https://bugzilla.mozilla.org/show_bug.cgi?id=1076922

SIMD backend: implement Shuffle - https://bugzilla.mozilla.org/show_bug.cgi?id=1021716

OdinMonkey - SIMD: add support for swizzle, shuffle - https://bugzilla.mozilla.org/show_bug.cgi?id=1059408

Do not suppress GC while recovering instruction under bailouts - https://bugzilla.mozilla.org/show_bug.cgi?id=1083866

SIMD.float32x4.greaterThan gets integer comparison - https://bugzilla.mozilla.org/show_bug.cgi?id=1084609

[Leave Open] Try to lock down down the global prototype chain - https://bugzilla.mozilla.org/show_bug.cgi?id=1052139

Make the preventExtensions hook return succeeded/failed rather than always indicate failure by reporting an error - https://bugzilla.mozilla.org/show_bug.cgi?id=1085566

SIMD: Avoid dependence on Math.fround for SIMD.float32x4? - https://bugzilla.mozilla.org/show_bug.cgi?id=1077175

Reduce heap churn caused by TempAllocator - https://bugzilla.mozilla.org/show_bug.cgi?id=1085740

filterTypesAtTest - set TypeSet to Undefined/Null in else branch - https://bugzilla.mozilla.org/show_bug.cgi?id=1059187

TryAttachGlobalNameStub doesn't handle properties on the global's proto chain - https://bugzilla.mozilla.org/show_bug.cgi?id=1063878

Incrementalize type information sweeping - https://bugzilla.mozilla.org/show_bug.cgi?id=1072564

Stop atomizing eval strings for the eval cache - https://bugzilla.mozilla.org/show_bug.cgi?id=1087232

(a) = ...; aborts syntax parsing - https://bugzilla.mozilla.org/show_bug.cgi?id=1084959

Many bailouts when accessing the length or byteLength property of a Uint8Array - https://bugzilla.mozilla.org/show_bug.cgi?id=1081268

Optimize IsNullOrLikeUndefined(AndBranch) - https://bugzilla.mozilla.org/show_bug.cgi?id=1087496

Don't blindly make MMinMax optimize for double's - https://bugzilla.mozilla.org/show_bug.cgi?id=1042823

[LANDED But BACKED OUT] Remove GCChunkSet - https://bugzilla.mozilla.org/show_bug.cgi?id=1074961

OdinMonkey: change argument type of Math.min/max from 'int' to 'signed' - https://bugzilla.mozilla.org/show_bug.cgi?id=1085680

Atomics and locks for SharedArrayBuffer: Plain JS - https://bugzilla.mozilla.org/show_bug.cgi?id=979594

Enable lazylinking on ARM/MIPS - https://bugzilla.mozilla.org/show_bug.cgi?id=1079806

Slice is slow on sparse arrays - https://bugzilla.mozilla.org/show_bug.cgi?id=1087963

Give consumers a sane way to work with cross-compartment wrappers for Date objects - https://bugzilla.mozilla.org/show_bug.cgi?id=857138

Optimize ArrayBuffer.transfer - https://bugzilla.mozilla.org/show_bug.cgi?id=1087643

 

Layout:

Only set layout.imagevisibility.enabled to true in all.js - https://bugzilla.mozilla.org/show_bug.cgi?id=1035422

[Not enabled - Leave Open] (will-change) Enable will-change CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=961871

[Layout:Text - Vertical Writing Mode] Make nsFloatManager use logical coordinates - https://bugzilla.mozilla.org/show_bug.cgi?id=1062963

[Layout:Text - Vertical Writing Mode] Make nsFlowAreaRect logical - https://bugzilla.mozilla.org/show_bug.cgi?id=1079139

[Layout:Text - Vertical Writing Mode] multiple application of container-width to block-dir position of spans within a line with writing-mode:vertical-rl - https://bugzilla.mozilla.org/show_bug.cgi?id=1082844

CSS 3D transform clipped wrongly - https://bugzilla.mozilla.org/show_bug.cgi?id=1081185

Rename the snapping variant of NSRectToRect to NSRectToSnappedRect - https://bugzilla.mozilla.org/show_bug.cgi?id=1086708

Refactor & expose some background-image positioning/sizing code - https://bugzilla.mozilla.org/show_bug.cgi?id=1084500

Add support for interpolation hints to CSS gradients - https://bugzilla.mozilla.org/show_bug.cgi?id=1074056

Destroy the frames for an element before calling UnbindFromTree and changing its shadowroot/binding in Element::CreateShadowRoot - https://bugzilla.mozilla.org/show_bug.cgi?id=1083855

 

Networking:

Multiple HTTP2 Connections on shift-reload - https://bugzilla.mozilla.org/show_bug.cgi?id=1069724

http 421 retry - https://bugzilla.mozilla.org/show_bug.cgi?id=1082261

nsiHttpChannelInternal.allowSpdy is racy - https://bugzilla.mozilla.org/show_bug.cgi?id=1082039

update proxy selection idl with https proxying comments - https://bugzilla.mozilla.org/show_bug.cgi?id=1085329

 

Security:

A pref to control TLS version fallback - https://bugzilla.mozilla.org/show_bug.cgi?id=1083058

Update source URL used for fetching HSTS and HPKP preload lists from Google - https://bugzilla.mozilla.org/show_bug.cgi?id=1083085

Malformed CSP frame-src directive disables CSP - https://bugzilla.mozilla.org/show_bug.cgi?id=1086612

Implement RFC6125-compliant name matching in mozilla::pkix - https://bugzilla.mozilla.org/show_bug.cgi?id=1063281

Use typedef for the length of mozilla::pkix::Input/Reader for safer casting - https://bugzilla.mozilla.org/show_bug.cgi?id=1085497

 

SVG:

SVG Polygons are not closed - https://bugzilla.mozilla.org/show_bug.cgi?id=1085092

Avoid creating a Moz2D Path object to draw SVG <rect>, <image> and <line> elements - https://bugzilla.mozilla.org/show_bug.cgi?id=1074161

 

WebGL and CanvasGL:

Mac ATI point-sprite flip bug is fixed in 10.9 - https://bugzilla.mozilla.org/show_bug.cgi?id=1087631

Optional context creation attribs aren't updated when we create a context - https://bugzilla.mozilla.org/show_bug.cgi?id=1087634

 

Notable Bugs:

Hamburger Doorhanger appear not on its place [menu's position is wrong] - https://bugzilla.mozilla.org/show_bug.cgi?id=1083724

Bookmarks chevron does not get inverted with dark lightweight themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1075415

Add flag to chromehang when user selects "Continue" in Plugin Hang UI - https://bugzilla.mozilla.org/show_bug.cgi?id=818307

Share button tooltip shouldn't use title capitalization - https://bugzilla.mozilla.org/show_bug.cgi?id=1084419

[Mac OS X 10.10] White border on URL bar for popup window - https://bugzilla.mozilla.org/show_bug.cgi?id=1082002

no e10s window menu options when all windows are closed on Mac - https://bugzilla.mozilla.org/show_bug.cgi?id=1087356

Line next to find button in menu - https://bugzilla.mozilla.org/show_bug.cgi?id=1078337

Update sqlite to 3.8.6.1 - https://bugzilla.mozilla.org/show_bug.cgi?id=1088143

[Mac OS X 10.10] FF crashes using behind-window vibrancy on Yosemite in 32-bit mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1085475

Revert do not track preferences to be a simple on/off switch - https://bugzilla.mozilla.org/show_bug.cgi?id=1042135

Empty line in Panic/Forget menu under some conditions - https://bugzilla.mozilla.org/show_bug.cgi?id=1074520

about:welcomeback needs radio buttons - https://bugzilla.mozilla.org/show_bug.cgi?id=1080934

Render newtab page grid and sites in a single step using a DocumentFragment - https://bugzilla.mozilla.org/show_bug.cgi?id=1070620

 

Random:

[MemShrink] Report the allocation size to the OOM abort - https://bugzilla.mozilla.org/show_bug.cgi?id=1085701

Stop storing certs used for MAR verification in EXE resource files - https://bugzilla.mozilla.org/show_bug.cgi?id=902761

Remove some "Leaky" remnants - https://bugzilla.mozilla.org/show_bug.cgi?id=1087128

Remove strings marked "remove post-Australis" - https://bugzilla.mozilla.org/show_bug.cgi?id=1083632

Add GPU Profiling - https://bugzilla.mozilla.org/show_bug.cgi?id=737967

Transition more fields of FrameMetrics to use getters/setters - https://bugzilla.mozilla.org/show_bug.cgi?id=1058614

Add a way to select the autocomplete popup in CSS based on which input it is opened for - https://bugzilla.mozilla.org/show_bug.cgi?id=1085745

Reduce heap churn involving |input_overflow_buf_| - https://bugzilla.mozilla.org/show_bug.cgi?id=1087834

FullGCTimerFired doesn't need to pass around a reason - https://bugzilla.mozilla.org/show_bug.cgi?id=1085626

Composition string doesn't appear after forcibly commit composition by moving focus on Linux - https://bugzilla.mozilla.org/show_bug.cgi?id=1083098

nsGtkIMModule::DeleteText() calls DispatchCompositionChangeEvent() with wrong argument - https://bugzilla.mozilla.org/show_bug.cgi?id=1084302

BACKED OUT Intel Blacklist - After upgrading to Firefox 33, window is BLACK at startup with OMTC enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1083071

Gecko Profiler 1.13.7 addon does not work in Nightly36.0a1, The tab displays "Symbolicating..." forever. - https://bugzilla.mozilla.org/show_bug.cgi?id=1087374

Remove unused nsIFrameLoader::renderMode - https://bugzilla.mozilla.org/show_bug.cgi?id=1087293

Test DMD on TBPL (Windows) - https://bugzilla.mozilla.org/show_bug.cgi?id=1076446

DMD: add ability to do diffs of memory dumps and some tweaks - https://bugzilla.mozilla.org/show_bug.cgi?id=1014343 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1085727

 

Create a pref to control Polaris - https://bugzilla.mozilla.org/show_bug.cgi?id=1081343

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

QVVF5ZD.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Posts

    • Microsoft confirms a new, useful Teams' app is coming very soon by Sayan Sen In the modern digital workspace meeting recordings and summaries are very commonplace, still finding the right recap later can be surprisingly difficult. To address that inconvenience Microsoft is working on a new dedicated meeting recap application designed to bring all meeting recaps into a single, centralized location. In a recent announcement on its Microsoft 365 roadmap website, the company has confirmed the new applet and has explained how the new experience will work and why it believes it can help users stay on top of discussions without having to search through multiple chats, calendars, or files. For those unfamiliar, meeting recaps provide a summary of key discussions, decisions, action items, and other relevant information generated after a meeting ends. They are intended to help participants revisit important points while also allowing those who missed the meeting to quickly catch up on what happened. Traditionally locating older recaps could require users to navigate through various conversations or meeting histories. The new meeting recap app aims to simplify that process by gathering all available recaps into one dedicated hub. According to Microsoft, this should make it easier to browse past meetings, review outcomes, and stay informed about ongoing projects and discussions. One notable feature of the applet is the addition of quick filters which are meant to allow users to instantly narrow down the list of available recaps and surface specific meetings without manually searching through extensive records. Audio recap is also there. If you're wondering how long these recaps will last before self-expiring, the app will provide access to meeting recaps from the past 30 days or approximately one month. You can view the feature entry here on the official Microsoft 365 (M365) website under roadmap ID 564614. Its rollout is set to begin this month (June 2026). Do keep in mind though that new feature rollouts often get delayed.
    • Does it have couch co-op is the question I have here.
    • 7 Days: "Enough is enough," Computex 2026, and the next trillion-dollar company by Aditya Tiwari 7 Days is a weekly roundup of picks of what's been happening in the world of technology - written with a dash of humor, a hint of exasperation, and an endless supply of (black) coffee. This week's highlights are packed with hardware announcements from Computex 2026, Microsoft's BUILD developer conference, and lawsuits against OpenAI and Ring. Let's get started. You can check out the recent issues of the 7 Days weekly roundup. "Enough is enough" From "bribing" users to forcing Edge at startup, Microsoft has turned over every stone to make people use its web browser. Browser Choice Alliance (which includes Chrome, Opera, and Vivaldi) is now after the Redmond giant once more and has penned an open letter to highlight dissatisfaction with its practices. The letter to CEO Satya Nadella emphasizes that "enough is enough" and Microsoft should respect browser choices on Windows. BCA laid down a list of actions to level the playing field and believes that browsers should compete on merit. In other browser news, a fresh update to Firefox fixed a massive VPN button and a bug that disrupted page layout. The Ladybird Browser Project announced that it will no longer accept public pull requests and limit changes to those made by its maintainers as it moves towards its first alpha release. Computex 2026 In one of the week's hottest stories, AMD is trying to make DDR5 RAM even faster on Ryzen systems with its new EXPO ULL (Ultra Low Latency). The feature will enable support for even lower CAS Latency DDR5, bringing significant performance gains over normal EXPO. AMD released new octa-core 3D V-cache CPUs in the form of the new Ryzen 7 5800X3D and Ryzen 7 7700X3D for AM4 and AM5, respectively. The company also brought the 9070 GRE to the USA and other countries. Compared to the NVIDIA RTX 5060 Ti, AMD claims the 9070 GRE offers 22% faster performance and 26% better value. The expo also set the stage for Intel's Crescent Island GPU for data center AI workloads and inference. It can pack up to 480GB LPDDR5X VRAM, and the cooling department is handled by an air cooler with a 350W TDP. The silicon giant's AI-focused data center strategy also includes Clearwater Forest, which comprises new Xeon 6+ up to 288 E-cores. Intel unveiled its OpenVINO Physical AI framework to enable scalable, lower-cost edge robotics with improved efficiency. The company said it has found a way to fill the "missing link" that made it difficult to deploy physical AI at scale across the edge. The next trillion-dollar company? Image via DepositPhotos.com Hitting the trillion-dollar mark is the new fashion in the tech industry. NVIDIA has already done so by a wide margin, and now its CEO, Jensen Huang, says Marvell will be the next trillion-dollar company because of its key role in the AI revolution. Marvell is an American semiconductor company founded in 1995; its stock price jumped by 22% this week after Huang's comment. Backlash for employee tracking Meta previously rolled out the Model Capability Initiative (MCI) tracking system to track keystrokes and screen content within specific apps to train its AI models. It wasn't long before employees raised privacy concerns and complained that the software consumed excessive data and battery life. The company is scaling back by introducing controls that allow employees to pause the tracking for up to 30 minutes and request exemptions. In other news, Meta patched an exploit that reportedly allowed attackers to take over accounts by tricking the Meta AI support assistant. The attackers managed to take control of a dormant Obama White House Instagram account that hadn't posted since 2017. This week in software news Catch up on some of the latest software news updates that arrived throughout the week: Hard battle for AV2: The new AV2 video codec can reduce average bitrate by 30-34% compared to AV1, delivering substantial improvements at equivalent visual quality. However, according to VideoLAN's Jean-Baptiste Kempf, the increased efficiency would come at the cost of dramatically higher computational complexity, making the job for existing CPUs much more difficult. Ring faces lawsuit: The smart doorbell brand is in a legal battle over its "Familiar Faces" feature. The lawsuit claims that the feature collects facial data from millions of other Americans (think delivery drivers, neighbors, mail carriers, and pedestrians) who pass by a camera without their consent. Tuta joins Euro-Office: The German email provider has joined the European effort to break free from American-made software. The open-source office alternative to Microsoft 365 and Google Docs is due for a release this month. Vim Classic: The new Vim fork has successfully launched its first stable version, 8.3.0, which is completely free of LLM-generated code. It's based on Vim 8.2.0148 because the developers wanted to dodge the heavy maintenance footprint of the newer Vim9 Script engine. However, some modern plugins may not work because of it. Fending off data scraping: Strava is done with data scraping for AI. The fitness platform put public data behind a paywall and a login screen to stop AI companies from hammering its servers. DLSS 4.5 Ray Reconstruction: It brings an updated version of NVIDIA's transformer model that promises to deliver even better image quality than before in ray-traced and path-traced games. Fastfetch 2.64 released: The popular command-line system info tool has been updated with experimental scripting support, streamlined compilation options, a smarter logo renderer, and Codec module support. Shotcut 26.6 Beta: The latest beta of the free video editor adds OpenFX and VST2 plugin support, UI tweaks, HDR preview upgrades, and a range of bug fixes. KDE Plasma 6.8: A few changes slated for the next release include a warning on the lock screen that shows when the "Slow Keys" accessibility feature is active, so you don't type incorrect passwords. Improved Linux gaming: Canonical has promoted the Arm64 Steam Snap to the stable channel, using FEX emulation to bring PC gaming to Snapdragon and NVIDIA hardware. This week in hardware news Catch up on some of the latest hardware news updates that arrived throughout the week alongside Computex 2026: Surface Laptop Ultra: NVIDIA is back in the CPU chip game with the new RTX Spark, which debuted on the Surface Laptop Ultra. Promised to be the most powerful Surface to date, it packs a 15-inch mini-LED display, 20-core NVIDIA Grace CPU, NVIDIA Blackwell RTX graphics, and 128GB of unified memory. More information is yet to arrive, alongside RTX Spark-powered computers from other brands. Surface RTX Spark Dev Box: It's a high-performance desktop workstation designed specifically for AI development. With 128GB of unified memory, Surface RTX Spark Dev Box can deliver 1 petaflop of AI compute and run models with up to 120 billion parameters locally, significantly reducing reliance on cloud GPU instances. ROG XBOX Ally X20: ASUS celebrated the 20th anniversary of the ROG brand with a new handheld device, featuring a completely redesigned mainboard, an upgraded display, better joysticks, and even a translucent chassis. Majorana 2: Microsoft unveiled its latest quantum chip, claiming it's 1000x more reliable than last year's Majorana 1. The new development has accelerated the timeline to achieve practical quantum computing from 2035 to 2029. Sony gaming accessories: Sony finally attached a release date to a few of its gaming accessories, including FlexStrike Wireless Fight Stick and 27” Gaming Monitor with DualSense Charging Hook. Both are releasing in August this year. Leaky Surface: Some leaked promo material of the upcoming Surface Pro hints at what the device could offer. The tablet will be powered by a 12-core Snapdragon X2 Elite processor paired with a new Neural Processing Unit operating at up to 80 TOPS. This week in Google News Catch up on some of the latest Google news updates that arrived throughout the week: How to train your AI? An AI model is as good as the data it's trained on. Google is reportedly reaching out to Android developers to get their private codebases to train models and improve development tools, while giving them some cash in return. Design your band: Google published the physical design blueprints for the Fitbit Air, opening doors for anyone with the required skills to customize the screenless tracker and build accessories. The search giant said that certified accessories can also get the official "Made for Google" badge. It's optional now: The UK's competition watchdog has enabled publishers to opt out of Google's generative AI search features, such as AI Overviews and AI Mode. It's also forcing Google to attribute content properly, using clear links to sources, in all AI-generated answers. This week in Apple News Catch up on some of the latest Apple news updates that arrived throughout the week: What to expect? WWDC 2026 is just around the corner. Alongside refinements to Liquid Glass, the iOS 27 update could be centered on the long-awaited upgrade to Siri. iPadOS 27 is also expected to get a major AI boost this year, among various expected updates. Apple smart glasses: If you're hoping to see Apple's new smart glasses at WWDC, you might have to wait. Those plans are reportedly delayed until late 2027. It's said Apple is cautious about launching hardware that relies on underdeveloped visual intelligence systems. Keep in check: A recent court ruling that lifted an injunction on the Texas Age Assurance Law (SB 2420), Apple had to enforce strict age-verification and parental-consent rules for new Apple accounts created in Texas. This week in AI news Catch up on the latest artificial intelligence news updates that arrived throughout the week: OpenAI faces lawsuit: Florida Republican Attorney General James Uthmeier took OpenAI to court, claiming that the AI lab released an unsafe product and misled the public about safety risks associated with ChatGPT. France gets cash for AI: SoftBank plans to invest up to €75 billion ($87 billion) in France's AI infrastructure, making it one of the largest investments in Europe's AI sector. Up to €45 billion will be used to build two AI data centers in Le Bosquel and Dunkirk. AI chaos slows down: After weeks of AI-generated noise and late submissions, Linus Torvalds said that things have quietened down for Linux 7.1 RC6, which is smaller than RC5, and we could be on track for a normal release cycle. ChatGPT memory upgrade: The AI chatbot got a major architectural upgrade to its memory system, significantly improving its long-term context retention. It improved factual recall from 67.9% in 2025 to 82.8% in 2026, and accuracy over time improved from 52.2% to 75.1%. Lockdown Mode expanded: OpenAI is rolling out ChatGPT's Lockdown Mode to all personal and self-serve ChatGPT Business accounts. The feature improves security by disabling live web browsing, Deep Research, Agent Mode, and more. Codex on ChatGPT: The full Codex experience is now available in the ChatGPT app to support knowledge workers, who represent about 20% of Codex users. A new Codex feature called Sites enables users to create and share interactive hosted websites and apps. This week in Microsoft News You can download the Surface Laptop Ultra wallpapers in high resolution. Windows 11 is dominating the gaming market, and data from Steam showed nearly 70% of all participants were using a Windows 11 PC. A third-party tool called OfflineInsiderEnroll is for insiders who want to unlock Windows 11 features with a Microsoft account. You can check out Taras's freshly baked Microsoft Weekly roundup to catch up on all the interesting stories this week. This week in science news Image by Drew Rae via Pexels Catch up on some of the latest science and out-of-this-world updates that arrived throughout the week: How will the Sun end? Astronomers found that an ancient white dwarf star is still consuming rocky planetary debris after cooling for three billion years, proving systems remain active long after their host star dies. Eye of Sauron: Scientists solved a cosmic mystery. A distant black hole is pointing its intense jet straight at Earth, creating an optical illusion that makes the blindingly bright stream look surprisingly low. This week in gaming news Catch up on some of the latest gaming and virtual world updates that arrived throughout the week: Summer Game Fest: The event went live on June 5 from the Dolby Theatre in Los Angeles, California. The two-hour showcase was hosted by video game journalist Geoff Keighley and introduced games across multiple genres. New racing game: Some former Forza Horizon team members created a brand-new racing game called Clutch. The game offers a story-driven campaign, multiplayer action, and aims to be a "benchmark in car customization." FSR hits a new milestone: AMD announced that the latest generation of its FSR technology now officially supports 300 games, a considerable jump from just 30 at launch. What else in gaming? The latest issue of Pulasthi's Weekend PC Game Deals curates several exciting games on sale this week. The final leg of the Epic Games Store's mystery giveaways brings copies of Rogue Waters and Songs of Conquest to claim for PC gamers. Xbox Free Play Days welcomed ten new games this weekend from a single publisher, including Little Rocket Lab, Spirittea, Descenders Next, and Let's Build a Zoo. Meanwhile, Prime members can grab Mafia III, Tomb Raider remasters, and 13 more games in June to keep. That said, here are some more stories from the gaming world: Crystal Dynamics pushes Tomb Raider remake to 2027 A roguelike and a 4X strategy game are free to claim on the Epic Games Store Looks like EA's Star Wars Zero Company will be out this August God of War Laufey announced, introducing Kratos' wife as new protagonist From the review corner If you have been thinking about capturing the night sky, the DWARF mini is the world's smallest smart telescope for night-and-day sky captures, which Steven reviewed this week. For an amateur astronomer spending $399, the telescope offers premium build quality, automated tracking, and a low learning curve. However, the tracking may not always work straight away, and the connection can be finicky. GEEKOM Air12 2026 Edition It's a small mini PC from GEEKOM fitted with an Intel Tiger Lake Pentium Gold 7505, up to 16GB of RAM, and up to a 512GB SSD. GEEKOM Air12 2026 Edition comes with a lightweight chassis, a 15W TDP, supports up to three 4K 60Hz displays, and Type-C on the front. However, points are deducted for its single-rank (2666 MHz) DDR4 RAM, and the front USB port is data-only. AMD RX 9070 GRE Steven and Sayan joined their forces to put the new AMD RX 9070 GRE against the RX 9070, RX 9070 XT, NVIDIA 5070 FE, and some other cards in gaming as well as productivity. AMD has pitched it against the Nvidia RTX 5060 Ti 16GB, which is typically sold at around this price range. The GRE performed quite well against both the 7800 XT and the 4070. It offers balanced performance, sufficient VRAM, and runs cool. However, the ray tracing might feel mediocre. Cuktech 10 Ultra How about a wall charger with a big screen that shows the stats in real time? Taras reviewed the Cuktech 10 Ultra charger, which features four ports, a large display, and up to 110W of power output. Its 1.57-inch display with 700 nits max brightness is the main highlight, capable of showing total output power, current temperature, power distribution across ports, and more. 007 First Light Pulasthi's review of 007 First Light said the game delivers an immersive, globe-trotting origin story for James Bond, packed inside a tightly choreographed action game. It features over-the-top action sequences, Bond's right amount of overconfidence, and satisfying gunplay. On the other hand, stealth can be too predictable, enemy AI is not very bright, and the missing FOV slider is a pain. More price drops! We got you covered with some hot tech deals all week. For some reason, if you missed out on a great discount, here is a summary of some recent deals that are still alive: Samsung 990 PRO SSD 2TB NVMe - $389.99 (39% off) Sonos Sub 4 - Wireless Subwoofer - $759 (16% off) Logitech MX Creative Console - $159.99 (20% off) To view all of our recent deals, click here. So, these were some of the biggest tech news and other updates from this week. There will be more issues of our 7 Days series in the coming weeks and months, so stay tuned. You can also support Neowin by registering for a free member account or subscribing to extra member benefits, along with an ad-free tier option. Have a great weekend!
    • Thanks, Sony and Nintendo, you effectively killed platform-agnostic gaming. Long gone are the days when you could wish to play a specific game on whatever platform you were. Now, you have to buy the hardware just to play that single game. What, you're only interested in THAT game and nothing more? Bad luck, suck it and buy our console.
  • Recent Achievements

    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
  • Popular Contributors

    1. 1
      +primortal
      492
    2. 2
      PsYcHoKiLLa
      248
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      70
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!