Recommended Posts

Electrolysis Cookies issue has been now fixed (which caused you logout from certain site and doesn't allow logging in).
__________________________________________________________________________________________________
From Mozilla-Inbound:
 
Canvas2D:
drawImage where the source and destination canvas are the same is 100x slower than copying through a temporary canvas - https://bugzilla.mozilla.org/show_bug.cgi?id=1083672
 
Content Security Policy:
CSP: violated directive empty when sending reports - https://bugzilla.mozilla.org/show_bug.cgi?id=1084652
 
Cleanup, Removal, Refactoring, Rename:
Remove ancient and unused Perl scripts - https://bugzilla.mozilla.org/show_bug.cgi?id=1085187
Remove gfxContext::NewSubPath - https://bugzilla.mozilla.org/show_bug.cgi?id=1088753
Remove reference to non-existing loop-call.png - https://bugzilla.mozilla.org/show_bug.cgi?id=1088568
remove JSOP_ENDINIT - https://bugzilla.mozilla.org/show_bug.cgi?id=588522
js::ParseTask has unused data members - https://bugzilla.mozilla.org/show_bug.cgi?id=1089467
Remove the gfxPattern returning variant of nsCSSBorderRenderer::CreateCornerGradient - https://bugzilla.mozilla.org/show_bug.cgi?id=1087930
Get rid of the gfxContext::GetCairo call in nsNativeThemeGTK::DrawWidgetBackground - https://bugzilla.mozilla.org/show_bug.cgi?id=1087732
Get rid of the ASCII variants of nsRenderingContext::DrawString/GetWidth - https://bugzilla.mozilla.org/show_bug.cgi?id=1087982
Remove set-only flags from HTMLContentSink - https://bugzilla.mozilla.org/show_bug.cgi?id=1086510
Remove gfxContext::Arc/NegativeArc - https://bugzilla.mozilla.org/show_bug.cgi?id=1085321
Rename nsLayoutUtils::GetStringWidth to nsLayoutUtils::AppUnitWidthOfStringBidi - https://bugzilla.mozilla.org/show_bug.cgi?id=1088781
 
Crash Fixes:
crash in mozilla::layers::DeviceManagerD3D9::CreateTexture - https://bugzilla.mozilla.org/show_bug.cgi?id=1074382
crash in gfxUtils::EncodeSourceSurface - https://bugzilla.mozilla.org/show_bug.cgi?id=1076910
[e10s] CPOW crash with PCookieServiceChild::SendGetCookieString in content process - https://bugzilla.mozilla.org/show_bug.cgi?id=1056018
crash in ReleaseSliceNow - https://bugzilla.mozilla.org/show_bug.cgi?id=997908
[e10s] crash in mozilla::a11y::DocAccessibleParent::AddChildDoc - https://bugzilla.mozilla.org/show_bug.cgi?id=1088148
Crash in mozilla::layers::CompositorD3D11::HandleError - https://bugzilla.mozilla.org/show_bug.cgi?id=1089364
[e10s] crash in mozilla::net::HttpChannelParent::FailDiversion - https://bugzilla.mozilla.org/show_bug.cgi?id=1079367
(e10s-plugin-ipc) Have multiple content processes "share" plugin subprocesses - https://bugzilla.mozilla.org/show_bug.cgi?id=641685
Stop trying to send nsIPluginTag over IPC - https://bugzilla.mozilla.org/show_bug.cgi?id=1085710
[e10s] Cannot login on various websites because cookies aren't sent in e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1049299
crash in AutoGCSlice::~AutoGCSlice - https://bugzilla.mozilla.org/show_bug.cgi?id=1072801
 Crash [@ getClass] with poisoned pointer - https://bugzilla.mozilla.org/show_bug.cgi?id=1066659
Firefox 33.0.1+ startup crash with signature [@ @0x0 | AllocateCB(void*, _D3DDDICB_ALLOCATE*) ] - https://bugzilla.mozilla.org/show_bug.cgi?id=1089413
 
CSS Parsing and Computation:
Make RuleNodeWithReplacement handle animations and transitions like RulesMatching codepath does - https://bugzilla.mozilla.org/show_bug.cgi?id=1087541
Flex container with "overflow-y: auto" is jumping when shown, with fading overlay scrollbars - https://bugzilla.mozilla.org/show_bug.cgi?id=1081072
 
DOM:
[Humblebundle games relevant issue] Treat persistent storage as temporary storage - https://bugzilla.mozilla.org/show_bug.cgi?id=1089764
Implement the manifest processor part of W3C Manifest - https://bugzilla.mozilla.org/show_bug.cgi?id=1079453
[OLDIE] wrong filename on title when viewing an image from a PHP file (Content-Disposition is not used) - https://bugzilla.mozilla.org/show_bug.cgi?id=224209
Inaccessible context menu is presented with right-click when in Pointer lock mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1090906
Stop using WindowProxy for IDL arguments - https://bugzilla.mozilla.org/show_bug.cgi?id=1087378
NS_ERROR_FAILURE in WebSocket in SharedWorker - https://bugzilla.mozilla.org/show_bug.cgi?id=1090183
Quota usage not decreased when removing unsuccessfully copied files - https://bugzilla.mozilla.org/show_bug.cgi?id=1068787
Process Promise resolution runnables outside of main event queue - https://bugzilla.mozilla.org/show_bug.cgi?id=1013625
Move Promise.cpp to a model where settlement immediately queues the invocation of "then" callbacks - https://bugzilla.mozilla.org/show_bug.cgi?id=1083783
WebSocketChannel is kept alive until shutdown - https://bugzilla.mozilla.org/show_bug.cgi?id=1090170
 Promise.name is an empty string, it should be "Promise" - https://bugzilla.mozilla.org/show_bug.cgi?id=1084001
picture element: selection by type does not work - https://bugzilla.mozilla.org/show_bug.cgi?id=1045532
Default `sizes` attribute value for `srcset` should be 100vw - https://bugzilla.mozilla.org/show_bug.cgi?id=1052417
(srcset-mixed-content) Block mixed content <img srcset> and <picture> - https://bugzilla.mozilla.org/show_bug.cgi?id=1055750
<img srcset> and <picture> load ordering not in line with spec - https://bugzilla.mozilla.org/show_bug.cgi?id=1037643
Null deref unsetting img sizes attribute - https://bugzilla.mozilla.org/show_bug.cgi?id=1076587
Wrong stack frame lines for scripts dynamically injected using <script> element - https://bugzilla.mozilla.org/show_bug.cgi?id=982153
Move XPathNSResolver to WebIDL - https://bugzilla.mozilla.org/show_bug.cgi?id=1018658
Remove 'instant' option for the 'scroll-behavior' CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=1086948
 
Editor:
[OLDIE] CSS white-space property not supported on textareas - https://bugzilla.mozilla.org/show_bug.cgi?id=82711
 
Electrolysis (e10s):
[Regression from below bug] after restart, restored e10s windows are non-e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1092163
[backed OUT] Disable autostart and suppress prompt for e10s if privacy.trackingprotection.enabled is true - https://bugzilla.mozilla.org/show_bug.cgi?id=1088904
[LANDED but BACKED OUT] Enable e10s shims by default, even when browser.tabs.remote.autostart pref is false - https://bugzilla.mozilla.org/show_bug.cgi?id=1063156
"Save Snapshot As" dialog box doesn't open - https://bugzilla.mozilla.org/show_bug.cgi?id=1067721
[MemShrink] UDPSocket and UDPSocketChild form a cycle - https://bugzilla.mozilla.org/show_bug.cgi?id=1080096
Disable tilt for E10S - https://bugzilla.mozilla.org/show_bug.cgi?id=1086492
Loading youtube takes 3x longer in e10s when using Adblock Plus - https://bugzilla.mozilla.org/show_bug.cgi?id=1062713
Plugins can't load w/e10s (bug 641685 regression) - https://bugzilla.mozilla.org/show_bug.cgi?id=1091621
Tabview can leak if it is open when a tab is restored in e10s mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1090456
[Printing] Introduce PPrinting.ipdl and proxies for opening printing UI - https://bugzilla.mozilla.org/show_bug.cgi?id=1082579
[Printing] Make PrintUtils and printPreviewBindings.xml e10s friendly - https://bugzilla.mozilla.org/show_bug.cgi?id=1082575

Split UITour.jsm into chrome and content parts that communicate via messages - https://bugzilla.mozilla.org/show_bug.cgi?id=1073238
Investigate white/black/garbage frame seen when switching between tabs with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=1049551
 
Graphics:
Make nsRenderingContext a stack class - https://bugzilla.mozilla.org/show_bug.cgi?id=651021
Only input and context glyphs, not output, are significant when checking for features that involve <space> - https://bugzilla.mozilla.org/show_bug.cgi?id=1090869
Cleanup gralloc textures code - https://bugzilla.mozilla.org/show_bug.cgi?id=1077301
 Don't copy DrawTargetCG data into the snapshot if the DrawTarget goes away - https://bugzilla.mozilla.org/show_bug.cgi?id=1074842
Don't use REPEAT in CompositorD3D11 - https://bugzilla.mozilla.org/show_bug.cgi?id=1088417
 
JS Engine:
[jsdbg2 Debugger API] ArgumentsObjects with JS_OPTIMIZED_OUT magic slots misbehave - https://bugzilla.mozilla.org/show_bug.cgi?id=1092032
IonMonkey: Remove useless NOPs - https://bugzilla.mozilla.org/show_bug.cgi?id=1091793
SharedArrayBuffer length should not bias so heavily toward asm.js - http://hg.mozilla.org/integration/mozilla-inbound/shortlog/92fef8eaceea

8x slower on dart2js output of Tracer benchmark vs v8 -

https://bugzilla.mozilla.org/show_bug.cgi?id=1090583
[leave open] Don't allocate stack slots for aliased locals - https://bugzilla.mozilla.org/show_bug.cgi?id=1090491
Fix MacroAssemblerMIPS::ma_callIonHalfPush(Label *label) - https://bugzilla.mozilla.org/show_bug.cgi?id=1091828
Implement missing functions for nursery pointers for MIPS - https://bugzilla.mozilla.org/show_bug.cgi?id=1090952
[leave open] Implement atomicFetch and compareExchange methods for MIPS - https://bugzilla.mozilla.org/show_bug.cgi?id=1090957
Do not call peekToken after matchToken failed in frontend/Parser.cpp - https://bugzilla.mozilla.org/show_bug.cgi?id=1089038
Make BytecodeSite a TempObject to save on duplicates - https://bugzilla.mozilla.org/show_bug.cgi?id=1082875
Stop allowing random objects on function scope chains - https://bugzilla.mozilla.org/show_bug.cgi?id=1089026
Unregress octane-box2d - https://bugzilla.mozilla.org/show_bug.cgi?id=1091795
[leave opne] Use @@iterator symbol instead of placeholder string - https://bugzilla.mozilla.org/show_bug.cgi?id=918828
EmitElemOpBase's automagical JSOP_SWAP is too magical - https://bugzilla.mozilla.org/show_bug.cgi?id=1089758
[leave open] OdinMonkey: add a pref that throws (with stack trace) on unaligned or null heap access - https://bugzilla.mozilla.org/show_bug.cgi?id=1088655
Optimize TypedObject.length in Ion - https://bugzilla.mozilla.org/show_bug.cgi?id=1091010
Change JSAPI for defining accessors to assume JSNative accessors, not JSPropertyOP ones - https://bugzilla.mozilla.org/show_bug.cgi?id=1088002
Bailouts when calling performance.now() if the window's shape has changed since we compiled the ion code - https://bugzilla.mozilla.org/show_bug.cgi?id=1081274
Use common-descriptor logic more often in TypedObjectPrediction - https://bugzilla.mozilla.org/show_bug.cgi?id=1085029
Use inline data for small transparent typed objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1083600
[leave open] Remove GCChunkSet - https://bugzilla.mozilla.org/show_bug.cgi?id=1074961
Replace rgba(...,0) and hsla(...,0) with 'transparent' in CSS gradients - https://bugzilla.mozilla.org/show_bug.cgi?id=1088578
Australis - Use Windows 8 style icons for new-tab, tab scrollbox, and dropdowns (on Windows 8) - https://bugzilla.mozilla.org/show_bug.cgi?id=983259
"Illegal character" error shouldn't be overwritten by other error message - https://bugzilla.mozilla.org/show_bug.cgi?id=1066827
Don't do a major GC when the store buffer is full - https://bugzilla.mozilla.org/show_bug.cgi?id=1089582
Use a smaller initial size for the srcnotes vector - https://bugzilla.mozilla.org/show_bug.cgi?id=1087207
Ignore replace_malloc allocation function pointers - https://bugzilla.mozilla.org/show_bug.cgi?id=1089932
Pull out WeakMap unbarriering to a single location - https://bugzilla.mozilla.org/show_bug.cgi?id=1088307
Split up the GC helper thread into separate and independent HelperThread tasks - https://bugzilla.mozilla.org/show_bug.cgi?id=1074942
 Wrong initialization of JS in workers - https://bugzilla.mozilla.org/show_bug.cgi?id=1082178
JIT inspector is broken by compartment-per-addon - https://bugzilla.mozilla.org/show_bug.cgi?id=1083648
Various Baseline IC stubs guard on post-operation shapes even when the operation changed the shape - https://bugzilla.mozilla.org/show_bug.cgi?id=1084150
OdinMonkey: accept (and ignore) non-semantic processing directives - https://bugzilla.mozilla.org/show_bug.cgi?id=1088328
SharedArrayBuffer length should not bias so heavily toward asm.js - https://bugzilla.mozilla.org/show_bug.cgi?id=1068684
More in-tree consumers that call typed array constructors without "new" - https://bugzilla.mozilla.org/show_bug.cgi?id=997973
IonMonkey: support the x86/x64 VEX instruction encoding - https://bugzilla.mozilla.org/show_bug.cgi?id=1065339
 
Layout:
The lostpointercapture event must be dispatched before any other pointer events - https://bugzilla.mozilla.org/show_bug.cgi?id=1073563
Unable to dynamically change scroll-behavior property - https://bugzilla.mozilla.org/show_bug.cgi?id=1082098
Enable CSSOM-View scroll behavior CSS property by default - https://bugzilla.mozilla.org/show_bug.cgi?id=1087562
Enable CSSOM-View scroll behavior DOM method extensions by default - https://bugzilla.mozilla.org/show_bug.cgi?id=1087559
Make it possible to insert custom content from privileged JS code via CanvasFrame's CreateAnonymousContent - https://bugzilla.mozilla.org/show_bug.cgi?id=1020244
placeholder not displayed on cloned HTML textarea elements - https://bugzilla.mozilla.org/show_bug.cgi?id=1088158
[Vertical Writing Mode] incomplete logicalization of nsLineLayout::AllowForStartMargin - https://bugzilla.mozilla.org/show_bug.cgi?id=1087954
[Vertical Writing Mode] In a block with vertical writing-mode, only the first of a series of child blocks (e.g. paragraphs) appears correctly - https://bugzilla.mozilla.org/show_bug.cgi?id=1083892
[Vertical Writing Mode] block with vertical-rl writing-mode is totally misplaced relative to its (horizontal) containing block - https://bugzilla.mozilla.org/show_bug.cgi?id=1086883
Move the final variant of nsRenderingContext::DrawString to nsLayoutUtils - https://bugzilla.mozilla.org/show_bug.cgi?id=1088071
Convert touch caret code to using :-moz-native-anonymous so that it doesn't expose styles for magic attribute names to content - https://bugzilla.mozilla.org/show_bug.cgi?id=1088179
 remove inconsistent null check of aContent from nsSubDocumentFrame::Init - https://bugzilla.mozilla.org/show_bug.cgi?id=620275
[Vertical Writing Mode] avoid passing unconstrained inline-size to block reflow - https://bugzilla.mozilla.org/show_bug.cgi?id=1088547
Pass nsFontMetrics objects through to code that needs it instead of storing it on the nsRenderingContext - https://bugzilla.mozilla.org/show_bug.cgi?id=1088625
Move nsRenderingContext::GetBoundingMetrics to nsLayoutUtils - https://bugzilla.mozilla.org/show_bug.cgi?id=1088599
Move nsRenderingContext's remaining GetWidth methods to nsLayoutUtils - https://bugzilla.mozilla.org/show_bug.cgi?id=1088550
 
MathML:
nsDisplaymtdBorder::GetBounds does not set out parameter *aSnap - https://bugzilla.mozilla.org/show_bug.cgi?id=1074697
height of brackets generated by mfenced doesn't match height of separators - https://bugzilla.mozilla.org/show_bug.cgi?id=727804
 
Moz2D:
Make nsCSSRendering::PaintBoxShadowOuter construct a Moz2D Path to do its clipping - https://bugzilla.mozilla.org/show_bug.cgi?id=1090614
Add a RectCornerRadii struct to Moz2D's PathHelpers.h to help with porting border painting code to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1090494
Port caret painting to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1090611
Port FrameLayerBuilder.cpp's DebugPaintItem helper to Moz2D  - https://bugzilla.mozilla.org/show_bug.cgi?id=1090607
Port nsCSSRendering::PaintDecorationLine() to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1085529
Port the code that uses gfxContextPathAutoSaveRestore to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1089397
Port gfxFontMissingGlyphs to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1089177
 Propagate font smoothing background colors to layers - https://bugzilla.mozilla.org/show_bug.cgi?id=1055634
Add support for specifying the font smoothing background color to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1055622
Port nsDisplayNotation::Paint to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1085533
Port gfxQuartzNativeDrawing to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1087685
Port the code that uses gfxContext::PixelSnappedRectangleAndSetPattern to Moz2D - https://bugzilla.mozilla.org/show_bug.cgi?id=1087568
 
Security:
[DO READ] Create an SSL Error Reporting Mechanism - https://bugzilla.mozilla.org/show_bug.cgi?id=846489
Stop offering RC4 in the first handshakes - https://bugzilla.mozilla.org/show_bug.cgi?id=1088915
Connection information claims RC4 is "high grade" - https://bugzilla.mozilla.org/show_bug.cgi?id=947149
Implement RFC6125-compliant name matching in mozilla::pkix - https://bugzilla.mozilla.org/show_bug.cgi?id=1063281
enable pinning for facebook - https://bugzilla.mozilla.org/show_bug.cgi?id=1004781
Sandbox the content process on Mac - https://bugzilla.mozilla.org/show_bug.cgi?id=1076385
Fix inappropriate_fallback alert handling - https://bugzilla.mozilla.org/show_bug.cgi?id=1088950
NS_SecurityCompareURIs doesn't do the right thing for Blob URIs - https://bugzilla.mozilla.org/show_bug.cgi?id=1088617
 Factor out common DER sequence unwrapping logic into reusable functions - https://bugzilla.mozilla.org/show_bug.cgi?id=1083539
Add more SSL/TLS connection information to "Page Info" - https://bugzilla.mozilla.org/show_bug.cgi?id=886752
 
SVG:
Convert all the SVG functions that take an nsRenderingContext to take a gfxContext instead - https://bugzilla.mozilla.org/show_bug.cgi?id=1091321
Ignore SVG rect radii and calculate the bounds of rounded rects using Math when we have a rectilinear transform - https://bugzilla.mozilla.org/show_bug.cgi?id=1090916
PathBuilderCG::Arc bug causes rotation transforms applied to circle with stroke-dasharray to be treated as zero degrees at multiples of 90 degrees - https://bugzilla.mozilla.org/show_bug.cgi?id=949661
Calculate the bounds of circles and ellipses using Math when we have a rectilinear transform - https://bugzilla.mozilla.org/show_bug.cgi?id=1090211
ssigning to innerHTML on an SVG element should create elements in the SVG namespace - https://bugzilla.mozilla.org/show_bug.cgi?id=886390
2.4% Win8 SVG Opacity regression on inbound (v.35) Oct 3 from push 7c26c6d5b2fb - https://bugzilla.mozilla.org/show_bug.cgi?id=1080688
 
WebGL and CanvasGL:
Use IDXGIKeyedMutex for synchronization with D3D11 angle - https://bugzilla.mozilla.org/show_bug.cgi?id=1066312
Support MOZ_GL_DEBUG_ABORT_ON_ERROR with WebGL - https://bugzilla.mozilla.org/show_bug.cgi?id=1088345
Add prefs for enabling d3d11 angle - https://bugzilla.mozilla.org/show_bug.cgi?id=1091609
Add support for ANGLE D3D11 path - https://bugzilla.mozilla.org/show_bug.cgi?id=912196
 
Notable Bugs

Links from external applications sometimes fail to open when Firefox is hidden - https://bugzilla.mozilla.org/show_bug.cgi?id=1017595
Aurora doesn't run simultaneously with other Firefox version (on a machine with 0 profiles) - https://bugzilla.mozilla.org/show_bug.cgi?id=1090967
Update pdf.js to version 1.0.937 - https://bugzilla.mozilla.org/show_bug.cgi?id=1092160
Make it easy to add "Developer tools" button in toolbar besides addons button - https://bugzilla.mozilla.org/show_bug.cgi?id=1067337
"Restore defaults" breaks customize mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1089591
Fullscreen API should restore sidebar if it was open before entering fullscreen - https://bugzilla.mozilla.org/show_bug.cgi?id=714675
Legacy sync "change password" and "recovery key" options don't work with incontent prefs - https://bugzilla.mozilla.org/show_bug.cgi?id=1091320
Update in-tree libpng to version 1.6.14 - https://bugzilla.mozilla.org/show_bug.cgi?id=1087841
Websites untrusted in Nightly and not in Firefox Stable - https://bugzilla.mozilla.org/show_bug.cgi?id=1089104
Add-on background update always skipped - https://bugzilla.mozilla.org/show_bug.cgi?id=1090450
Firefox won't close with Avast 2015 10.0.2206 when HTTPS scanning is enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1087674
Add ability to highlight Dev. Tools and WebIDE toolbar buttons - https://bugzilla.mozilla.org/show_bug.cgi?id=1078455
Pref network.websocket.enabled is no longer reasonable - https://bugzilla.mozilla.org/show_bug.cgi?id=1091016
Session restored about:newtab pages are retained in session history - https://bugzilla.mozilla.org/show_bug.cgi?id=1077738
[For UI Tour purpose] Add ability to pre-populate sync credentials from another profile in about:accounts - https://bugzilla.mozilla.org/show_bug.cgi?id=1079835
[MemShrink] memory leak on freeciv HTML5 game causing computer to be unusable - https://bugzilla.mozilla.org/show_bug.cgi?id=1081926
[Windows Vista only] Disabled of input (type=text) doesn't grey the background  - https://bugzilla.mozilla.org/show_bug.cgi?id=451771
[MemShrink] nsTArray does not use exponential array growth on large arrays (>1024 bytes) - https://bugzilla.mozilla.org/show_bug.cgi?id=1048044
Gmail background cut off due to side bars - https://bugzilla.mozilla.org/show_bug.cgi?id=1085187
Download glow icon looks small on dark themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1088712
expose privacy.trackingprotection.enabled in privacy preferences - https://bugzilla.mozilla.org/show_bug.cgi?id=1031033
[Mac OS X 10.10] Facebook's old "Facebook Photo Uploader" (fbplugin) crashes on load on OS X Yosemite - https://bugzilla.mozilla.org/show_bug.cgi?id=1086977
UITour: Highlight positioning breaks when icon target moves into "more tools" overflow panel - https://bugzilla.mozilla.org/show_bug.cgi?id=1085330
[Mac Fullscreen bug] The "minimize/maximize/close" buttons are displayed over the tab after "Forget!" the data from Full Screen - https://bugzilla.mozilla.org/show_bug.cgi?id=1079222
Jittery images on www.neontv.co.nz - https://bugzilla.mozilla.org/show_bug.cgi?id=1088498
(Windows Aero) Can't make content completely transparent anymore - https://bugzilla.mozilla.org/show_bug.cgi?id=1052900
Update ANGLE to get Intel D3D11 texture upload performance work around - https://bugzilla.mozilla.org/show_bug.cgi?id=1085046
YouTube permafreeze with MediaSource Extensions enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1089480
Text/label for canceling mouse pointer lock doorhanger with ESC key doesn't linewrap, gets cropped, but popup is bigger  - https://bugzilla.mozilla.org/show_bug.cgi?id=892110
Forget button should call more attention to it closing all tabs/windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1089421
Profile manager does not remember last used profile - https://bugzilla.mozilla.org/show_bug.cgi?id=1089694
Firefox does not scale to 2500 tab in performance - https://bugzilla.mozilla.org/show_bug.cgi?id=1029471
Scroll position should be reset when I select the other pane in preferences - https://bugzilla.mozilla.org/show_bug.cgi?id=1018066
Implement bookmarks notifications from Bookmarks.jsm - https://bugzilla.mozilla.org/show_bug.cgi?id=1081099
 Forget button can fail to clear cookies by running sanitizer too early - https://bugzilla.mozilla.org/show_bug.cgi?id=1088137
PluralForm.jsm calls PluralForm.get.caller which is not allowed in "strict mode" - https://bugzilla.mozilla.org/show_bug.cgi?id=1086527
No progressbar for some downloads, downloads panel shows them as failed - https://bugzilla.mozilla.org/show_bug.cgi?id=971897
disable http/1 framing enforcement from 237623 - https://bugzilla.mozilla.org/show_bug.cgi?id=1088850
UnregisterWindow holds window list lock during callbacks, can make addons cause deadlocks - https://bugzilla.mozilla.org/show_bug.cgi?id=1074557
[HTTP/2] Implement nsIHttpPushListener for associated channels to accept h2 pushes - https://bugzilla.mozilla.org/show_bug.cgi?id=1024730
Reset legacy homepages to about:home - https://bugzilla.mozilla.org/show_bug.cgi?id=1077740
Firefox 33 failing to load images, css, etc. from local cache based on cache-control max-age - https://bugzilla.mozilla.org/show_bug.cgi?id=1083922
[Mac OS X 10.10] Tooltips should use vibrancy (translucency) on Yosemite - https://bugzilla.mozilla.org/show_bug.cgi?id=1075653
about:welcomeback needs radio buttons - https://bugzilla.mozilla.org/show_bug.cgi?id=1080934
Implement the async bookmarking API for single items - https://bugzilla.mozilla.org/show_bug.cgi?id=1068009
 
Random:
Move getReversedHost from Bookmarks.jsm to PlacesUtils - https://bugzilla.mozilla.org/show_bug.cgi?id=1090205
Stop putting random objects on function scope chains in Gecko - https://bugzilla.mozilla.org/show_bug.cgi?id=1088228
CompactGC bit by bit landing - https://bugzilla.mozilla.org/show_bug.cgi?id=650161
Update PSL for .jp and .pl and blogspot domain list - https://bugzilla.mozilla.org/show_bug.cgi?id=1091474 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1069069 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1088684
Remove mosreg.ru from public suffix list - https://bugzilla.mozilla.org/show_bug.cgi?id=1090800
New TLD additions for TLDs contracted with ICANN through 10/04/2014 - https://bugzilla.mozilla.org/show_bug.cgi?id=1077796
Send NS_NETWORK_LINK_DATA_CHANGED event on Mac OS X - https://bugzilla.mozilla.org/show_bug.cgi?id=1079385
[EME] Decrypted content needs to be inaccessible from JS - https://bugzilla.mozilla.org/show_bug.cgi?id=1071482
FormHistory.jsm: "update op='bump' does not correctly reference a entry" for empty search terms - https://bugzilla.mozilla.org/show_bug.cgi?id=1083167
[MemShrink] Delete reply in MessageChannel::DispatchSyncMessage and DispatchInterruptMessage if channel isn't connected - https://bugzilla.mozilla.org/show_bug.cgi?id=1089833
Allow annotations set using CrashReporter::AnnotateCrashReport() to be removed subsequently - https://bugzilla.mozilla.org/show_bug.cgi?id=1088938
CacheIndex merges journal with pending updates incorrectly - https://bugzilla.mozilla.org/show_bug.cgi?id=1074832
Unpref Media Source Extensions (for WebM) in non-release builds - https://bugzilla.mozilla.org/show_bug.cgi?id=1000686
Use PLDHashTableOps to allocate PLDHashTables - https://bugzilla.mozilla.org/show_bug.cgi?id=1084161
[MemShrink] Tool to capture and reproduce Firefox's memory allocations - https://bugzilla.mozilla.org/show_bug.cgi?id=1083686
 Use double-dash options in Firefox's help message - https://bugzilla.mozilla.org/show_bug.cgi?id=1080302
Handle cycle collector reentrance better - https://bugzilla.mozilla.org/show_bug.cgi?id=1087799
Implement History.remove - https://bugzilla.mozilla.org/show_bug.cgi?id=834545
Change Aurora's default profile behavior to use channel-specific profiles - https://bugzilla.mozilla.org/show_bug.cgi?id=1024110
Port worker module loader to use sourceURL - https://bugzilla.mozilla.org/show_bug.cgi?id=1082581
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
What is Developer Edition browser? Mentioned in the bug - If someone can shed some light:
Add ability to highlight Dev. Tools and WebIDE toolbar buttons - https://bugzilla.mozilla.org/show_bug.cgi?id=1078455
 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Bad Change though still "back out default browser prompting change"  modal dialog - https://bugzilla.mozilla.org/show_bug.cgi?id=1086958
 
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
New Polaris project, oriented toward Privacy features:
Create a pref to control Polaris - https://bugzilla.mozilla.org/show_bug.cgi?id=1081343

From Mozilla Inbound:

 

Cleanup:

Cleanup in Editor - https://bugzilla.mozilla.org/show_bug.cgi?id=1086349 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1088054

 

Layout:

Convert the nsLayoutUtils helpers that paint images and take an nsRenderingContext to take a gfxContext instead - https://bugzilla.mozilla.org/show_bug.cgi?id=1091323

 

Moz2D:

Replace gfxCornerSizes with Moz2D's RectCornerRadii - https://bugzilla.mozilla.org/show_bug.cgi?id=1091794

 

SVG:

Stop over inflating for stroke-miterlimit in nsSVGUtils::PathExtentsToMaxStrokeExtents - https://bugzilla.mozilla.org/show_bug.cgi?id=1077355

 

WebGL:

Add support to ANGLE for using IDXGIKeyedMutex - https://bugzilla.mozilla.org/show_bug.cgi?id=1092582

 

Notable Bugs

Full Screen Toolbar Autohide Sensitivity - https://bugzilla.mozilla.org/show_bug.cgi?id=515196

Window with few tabs is locked, frozen and all white in some odd cases - https://bugzilla.mozilla.org/show_bug.cgi?id=1064864

Native theming for Mac OS X disclosure buttons - https://bugzilla.mozilla.org/show_bug.cgi?id=1085134

 

Random:
[MemShrink] |Pickle| should use moves instead of copies - https://bugzilla.mozilla.org/show_bug.cgi?id=1092010

Since about Firefox 33 I have been getting horrendous performance from Firefox it constantly freezes(flash crashes alot more than usual), sometimes it stalls for an entire minute then it will become responsive only to stall again a few seconds later. Also the tab graphics & even the web page content will all brake sometimes. For example I might close a tab but the tab graphic won't go & will start to brake, resizing the window usually fixes it.

 

I mean it generally works more than it doesn't, but Firefox really feels increasingly sluggish to me.

Since about Firefox 33 I have been getting horrendous performance from Firefox it constantly freezes(flash crashes alot more than usual), sometimes it stalls for an entire minute then it will become responsive only to stall again a few seconds later. Also the tab graphics & even the web page content will all brake sometimes. For example I might close a tab but the tab graphic won't go & will start to brake, resizing the window usually fixes it.

 

I mean it generally works more than it doesn't, but Firefox really feels increasingly sluggish to me.

 

You updated to 33.0.2? Try Firefox Beta to foresee whether it got fixed in upcoming version or not.

Since about Firefox 33 I have been getting horrendous performance from Firefox it constantly freezes(flash crashes alot more than usual), sometimes it stalls for an entire minute then it will become responsive only to stall again a few seconds later. Also the tab graphics & even the web page content will all brake sometimes. For example I might close a tab but the tab graphic won't go & will start to brake, resizing the window usually fixes it.

 

I mean it generally works more than it doesn't, but Firefox really feels increasingly sluggish to me.

 

Same here, sometimes spends like 10sec to do things like a click

Mozilla have decided they're only going to support 64bit builds on 7+, people still on Vista or XP are going to be stuck on the 32bit builds until they get their systems up to date.

Great! I quite like this change. I don't foresee 64-bit Firefox working too well on XP 64-bit box.

Mozilla have decided they're only going to support 64bit builds on 7+, people still on Vista or XP are going to be stuck on the 32bit builds until they get their systems up to date.

Hmm, so they are leaving out quite a large chunk of their users, because I remember the Windows XP netbook craze during 2009 & 10. :/

That's the problem. Those netbook users will eventually be stuck with an older version of Firefox.

it's not like they're dropping support for the 32bit version of firefox

Yeah, what they said.

32bit builds will continue to be available, but if you want to run a 64bit build you'll need to be running 7 at least (Because nobody cares about XP64, or Vista for some reason). As an upside the 64bit build can then have any conditional "Is this API available?" code removed and just rely on the new APIs introduced in 7.

The Servo layout engine is Mozilla's experimental project written in the Rust programming language and seeking for a high level of parallelism in the rendering and layout of web-pages. While there's not yet any firm plans to replace Gecko with Servo inside Firefox on the desktop, the new engine continues to be developed and was talked about a few weeks back at LinuxCon Europe 2014 in Germany.

Aside from talking about the usual Servo points with the work done by Mozilla and Samsung, some new performance numbers were shared that show how fast Servo is relative to Gecko when it comes to handling web-pages:

Mozilla's Servo Engine Is Crazy Fast Compared To Gecko

Rendering CNN's web-site was much faster with Servo than Gecko, even when just running Servo with one CPU thread.

Handling Reddit is also much faster with Servo than Gecko and blew way past Gecko when using its multi-threading abilities.

For those wishing to embed the Servo Engine within their own applications for web rendering, Servo seeks to have a stable API/ABI, will be a C-based interface, considered "flexible" by its developers, and has already been largely designed.

In 2015 the Mozilla developers might try embedding the Servo Engine within Firefox Android and Firefox OS, but there's not yet any plans for using Servo to replace Gecko within Firefox or Thunderbird.

The Servo road-map the 2015 plans include releasing an alpha-quality browser using Servo as its rendering engine, landing a Servo component authored in Rust into Gecko, and implementing more features.


The LinuxCon Europe 2014 slides about Servo can be found in PDF form.

http://events.linuxfoundation.org/sites/events/files/slides/LinuxConEU2014.pdf

Servo really is quite cool, I'm not sure if it will replace Gecko, but it's always possible (Only reason you want to keep the old code is to avoid re-implementing everything and introducing bugs, but if you're doing that anyway?)

(I'll cut down to mere worthy and some serious bugs rather than posting down huge list, also Notable bugs include mostly UI affecting bugs, I will only post Cleanup bugs which remove hefty lines and deadcodes)
From Mozilla-Inbound:
 
CSS Parsing and Computation
nsRuleNode::ComputeTextData sets up mControlCharacterVisibility in the wrong order - https://bugzilla.mozilla.org/show_bug.cgi?id=1094360
Reorder KTables in nsCSSProps - https://bugzilla.mozilla.org/show_bug.cgi?id=1094460

ship the 'isolation' CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=1091885
 
DOM
Speed up "performance" getter on workers - https://bugzilla.mozilla.org/show_bug.cgi?id=1063879
[Oldie] onchange event is incorrectly fired for select lists with disabled items - https://bugzilla.mozilla.org/show_bug.cgi?id=346043
Process remaining Promise microtasks before blocking inside a nested event loop in the main thread - https://bugzilla.mozilla.org/show_bug.cgi?id=1094248
CustomElements in imports should be upgraded too - https://bugzilla.mozilla.org/show_bug.cgi?id=1093033
Imports should block DOMContentLoaded event of the import parent - https://bugzilla.mozilla.org/show_bug.cgi?id=1093028

[leave open] ServiceWorkers: Implement interaction with controlled windows from worker scope - https://bugzilla.mozilla.org/show_bug.cgi?id=982726

IndexedDB consistently 5 times slower than Chrome - https://bugzilla.mozilla.org/show_bug.cgi?id=1088043

Treat persistent storage as temporary storage - https://bugzilla.mozilla.org/show_bug.cgi?id=1089764

Inconsistent <input accept=...> behavior - https://bugzilla.mozilla.org/show_bug.cgi?id=826185
 
Electrolysis (e10s)
[LANDED but BACKED OUT] commands not updated properly - https://bugzilla.mozilla.org/show_bug.cgi?id=1060529
Downloading attachment over https results in corrupted file - https://bugzilla.mozilla.org/show_bug.cgi?id=1073872
Get Browser Toolbox up for Content Process - https://bugzilla.mozilla.org/show_bug.cgi?id=1060093
Properly disable e10s when HW acceleration is disabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1095559
Searching from a new tab's address bar does not work the first time when e10s is enabled - https://bugzilla.mozilla.org/show_bug.cgi?id=1093161
New tabs opened from links in existing tabs should appear immediately to the right of the current tab - https://bugzilla.mozilla.org/show_bug.cgi?id=1058116
make top window URI available in the parent http channel - https://bugzilla.mozilla.org/show_bug.cgi?id=1088183
clarify prefs UI when e10s is disabled for whatever reason - https://bugzilla.mozilla.org/show_bug.cgi?id=1094409
enable e10s by default on Nightly (only) - https://bugzilla.mozilla.org/show_bug.cgi?id=1093691
Update the e10s notification - https://bugzilla.mozilla.org/show_bug.cgi?id=1093689
update Social.jsm OpenGraphBuilder - https://bugzilla.mozilla.org/show_bug.cgi?id=1053973
Get social activation working with e10s - https://bugzilla.mozilla.org/show_bug.cgi?id=915547

Attempting to install an XPI that requires HTTP authentication should focus the tab performing the install - https://bugzilla.mozilla.org/show_bug.cgi?id=1082871

Entering the url to an XPI in the address bar will use the current page's URL as the referrer for security checking the install - https://bugzilla.mozilla.org/show_bug.cgi?id=1082764

RemoteWebNavigation.loadURI should accept and pass referrer arguments - https://bugzilla.mozilla.org/show_bug.cgi?id=1093221

If a background tab requests HTTP auth the tab isn't switched to before displaying the auth dialog - https://bugzilla.mozilla.org/show_bug.cgi?id=1091287

optgroup w/o a lable attribute prevent select from opening - https://bugzilla.mozilla.org/show_bug.cgi?id=1093865

Add string overload for nsIDOMWindowUtils::removeSheet method - https://bugzilla.mozilla.org/show_bug.cgi?id=1093048

Restart with e10s disabled if an existing e10s user enables tracking protection - https://bugzilla.mozilla.org/show_bug.cgi?id=1089774

geolocation ipc does not return error codes to child processes - https://bugzilla.mozilla.org/show_bug.cgi?id=811470

Fix about: protocol shim for Adblock - https://bugzilla.mozilla.org/show_bug.cgi?id=1091953

Don't send so many CPOWs in content policy shim - https://bugzilla.mozilla.org/show_bug.cgi?id=1091959

Add shim support for sandboxes with expanded principals - https://bugzilla.mozilla.org/show_bug.cgi?id=1092444

Enable e10s shims by default, even when browser.tabs.remote.autostart pref is false - https://bugzilla.mozilla.org/show_bug.cgi?id=1063156

add string overload for nsIDOMWindowUtils::loadSheet method - https://bugzilla.mozilla.org/show_bug.cgi?id=1089230

 

------ (e10s) but Related to Addons and JS Engine --------
Don't send messages for isCallable and isConstructor CPOW hooks - https://bugzilla.mozilla.org/show_bug.cgi?id=1091964
Package the shim's "object tag" along with all new CPOWs - https://bugzilla.mozilla.org/show_bug.cgi?id=1091970
Unprivileged scopes can't call content-to-chrome CPOWs - https://bugzilla.mozilla.org/show_bug.cgi?id=1092446
 
Graphics
Make imgStatusTracker state as simple and monotonic as possible - https://bugzilla.mozilla.org/show_bug.cgi?id=1084136
Transparent borders are not transparent enough when a border-radius is used - https://bugzilla.mozilla.org/show_bug.cgi?id=1094063
(unicode-range) implement unicode-range support in user font set - https://bugzilla.mozilla.org/show_bug.cgi?id=475891

Scrollbar disappears in sidebar with position:fixed - https://bugzilla.mozilla.org/show_bug.cgi?id=1089380
 
HTML Parser
Create elements in the document on the "intended parent" - https://bugzilla.mozilla.org/show_bug.cgi?id=1091425
 
Javascript
[jsdbg2] Debugger.Memory.prototype.takeCensus doesn't find all the roots - https://bugzilla.mozilla.org/show_bug.cgi?id=1083456
Many small cleanups to property setting ([[set]]) to improve compliance - https://bugzilla.mozilla.org/show_bug.cgi?id=1090537
Merge JSResolveOp and JSNewResolveOp; remove JSCLASS_NEW_RESOLVE - https://bugzilla.mozilla.org/show_bug.cgi?id=993026
[Leave Open] Cleanup jsiter - https://bugzilla.mozilla.org/show_bug.cgi?id=1091900
Make ToNumber(string) support binary and octal literals - https://bugzilla.mozilla.org/show_bug.cgi?id=1079120
IonMonkey MIPS: Implement unboxNonDouble methods and ma_sw(Register data, BaseIndex &address) - https://bugzilla.mozilla.org/show_bug.cgi?id=1095524
Remove unsized array typed objects - https://bugzilla.mozilla.org/show_bug.cgi?id=1092318
Generate baseline set ICs for accessor properties before performing the relevant operation - https://bugzilla.mozilla.org/show_bug.cgi?id=1089050
IonMonkey: GVN: DeadIfUnused should not check for resume points - https://bugzilla.mozilla.org/show_bug.cgi?id=1050160
Odin: a few tweaks for SIMD type checking and testing - https://bugzilla.mozilla.org/show_bug.cgi?id=1094261
Baseline-compile generators - https://bugzilla.mozilla.org/show_bug.cgi?id=1093573
Huge regression with using split after landing of bug 1054330 - https://bugzilla.mozilla.org/show_bug.cgi?id=1086530

[MemShrink] OOM calls ShrinkGCBuffers, but ShrinkGCBuffers does its work off-main-thread - https://bugzilla.mozilla.org/show_bug.cgi?id=1093307

[bit by bit landing] Remove GCChunkSet - https://bugzilla.mozilla.org/show_bug.cgi?id=1074961

Repeated bailouts when passing new objects - https://bugzilla.mozilla.org/show_bug.cgi?id=914255

Optimize reads from reference members of TypedObjects - https://bugzilla.mozilla.org/show_bug.cgi?id=1092238

Optimize writes to reference members of TypedObjects - https://bugzilla.mozilla.org/show_bug.cgi?id=1091329

selfhost string substr/slice/substring - https://bugzilla.mozilla.org/show_bug.cgi?id=1052839

Inline InlineTypedObject creation in Ion - https://bugzilla.mozilla.org/show_bug.cgi?id=1091015

const should be block-scoped and an initializer should be required - https://bugzilla.mozilla.org/show_bug.cgi?id=611388

Slice 1 of a GC lasts 40ms with asm.js game - https://bugzilla.mozilla.org/show_bug.cgi?id=1084672

[Leave Open] Refine the range of constants outside the int32 range - https://bugzilla.mozilla.org/show_bug.cgi?id=1093356

Don't allocate stack slots for aliased locals - https://bugzilla.mozilla.org/show_bug.cgi?id=1090491

Inline forEach when we can remove the scope chain - https://bugzilla.mozilla.org/show_bug.cgi?id=1087468

Regexp performance issue - https://bugzilla.mozilla.org/show_bug.cgi?id=1091459

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

Fix barrier computation for MNewDerivedTypedObject - https://bugzilla.mozilla.org/show_bug.cgi?id=1091725

IonMonkey: Create LIsObjectAndBranch - https://bugzilla.mozilla.org/show_bug.cgi?id=1023154

Globals end up with resolve hooks, which makes it hard to optimize things on their proto chain - https://bugzilla.mozilla.org/show_bug.cgi?id=1073766

Audio does not play - https://bugzilla.mozilla.org/show_bug.cgi?id=1073805
 
Layout
Spaces between characters are not equal for "text-align-last: justify" - https://bugzilla.mozilla.org/show_bug.cgi?id=1063857
[Performance and Power consumption improvement] Hidden (positioned offscreen) gif activates the refresh driver - https://bugzilla.mozilla.org/show_bug.cgi?id=969406
When checking for nearby clickable elements PositionedEventTargeting doesn't stop at the body - https://bugzilla.mozilla.org/show_bug.cgi?id=1093686
CSS borders are broken if some of the corners have a border-radius and  border-radius > sum of the border-radius and the width/height of the element's content area - https://bugzilla.mozilla.org/show_bug.cgi?id=1094480
horizontal scrollbar on a right-to-left scrollframe does not work properly - https://bugzilla.mozilla.org/show_bug.cgi?id=1093949

vertical writing-mode support for single-line <input> fields - https://bugzilla.mozilla.org/show_bug.cgi?id=1085311

Changing CSS will-change should not reconstruct the frame - https://bugzilla.mozilla.org/show_bug.cgi?id=974125

Enable will-change CSS property - https://bugzilla.mozilla.org/show_bug.cgi?id=961871
 
Networking
h2: REFUSED_STREAMs should be retried on the same connection - https://bugzilla.mozilla.org/show_bug.cgi?id=1049814
[http/2] HTTP_1_1_REQUIRED error code - https://bugzilla.mozilla.org/show_bug.cgi?id=1091263

Support bind in SocketTransport for ssl - https://bugzilla.mozilla.org/show_bug.cgi?id=1087213

reason phrases for http 207 and 208 - https://bugzilla.mozilla.org/show_bug.cgi?id=1092613

Buggy origin check on PUSH_PROMISE - https://bugzilla.mozilla.org/show_bug.cgi?id=1055306

alt-svc 04 - https://bugzilla.mozilla.org/show_bug.cgi?id=1092368

SPDY SSL websockets unable to connect - https://bugzilla.mozilla.org/show_bug.cgi?id=1090866
 
SVG

Incorrect orient="auto" behavior for SVG <polyline> and <polygon> markers - https://bugzilla.mozilla.org/show_bug.cgi?id=1093327
Make invalidation of rendering observers async - https://bugzilla.mozilla.org/show_bug.cgi?id=1090936

animated updates to a <use> within a <pattern> do not cause a repaint - https://bugzilla.mozilla.org/show_bug.cgi?id=975757
 
Notable Bugs

Async Places Transactions: Solution for implementing Cancel/Undo in bookmarks dialog and Star UI - https://bugzilla.mozilla.org/show_bug.cgi?id=982115

[sync] UI Tour should cause a migration to aurora when highlighting Sync - https://bugzilla.mozilla.org/show_bug.cgi?id=1095420

Customizable theme picker fires a lightweight-theme-styling-update with the default theme ID - https://bugzilla.mozilla.org/show_bug.cgi?id=1093368

Avoid using concatenated name in installer - https://bugzilla.mozilla.org/show_bug.cgi?id=1094505
[Linux - GTK+ Input Method] Make nsGtkIMModule simpler - https://bugzilla.mozilla.org/show_bug.cgi?id=1083067
certificate import - Files of type "Certificate Files" doesn't show .p7b files - https://bugzilla.mozilla.org/show_bug.cgi?id=940994
[WebRTC] Can`t hear sound using Audio getUserMedia test page on first try - https://bugzilla.mozilla.org/show_bug.cgi?id=1090293
[Oldie] Make UnEscapeURIForUI escape bidirectional formatting characters - https://bugzilla.mozilla.org/show_bug.cgi?id=415491
Enable update badges in Aurora - https://bugzilla.mozilla.org/show_bug.cgi?id=1095511
Dev edition bug fixes - https://bugzilla.mozilla.org/show_bug.cgi?id=1094138 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1094296
enable pinning on services.mozilla.com - https://bugzilla.mozilla.org/show_bug.cgi?id=1030135
[Mac OS X Lion or later Progressive Tiling work] Enable the CrossProcessMutex code for use on OS X - https://bugzilla.mozilla.org/show_bug.cgi?id=1072093
Aurora doesn't run simultaneously with other Firefox version (on a machine with 0 profiles) - https://bugzilla.mozilla.org/show_bug.cgi?id=1090967
[Mac OS X] Incomplete titlebar repainting when titlebar buttons move - https://bugzilla.mozilla.org/show_bug.cgi?id=1095210
Loader.jsm should neither flush nor perform main thread I/O - https://bugzilla.mozilla.org/show_bug.cgi?id=989326
give access to about:support data to specific whitelisted Mozilla websites - https://bugzilla.mozilla.org/show_bug.cgi?id=1079563
[sync] about:accounts?action=migrateToDevEdition fails if there is no default profile - https://bugzilla.mozilla.org/show_bug.cgi?id=1095231
[leave open] jemalloc 3 RSS regression - https://bugzilla.mozilla.org/show_bug.cgi?id=762448
[sync new Addition] Sync about:newtab pinned items - https://bugzilla.mozilla.org/show_bug.cgi?id=739820
[Linux] Expose Linux sandboxing status in an about: page - https://bugzilla.mozilla.org/show_bug.cgi?id=1077057
inline MathML does not play well with font inflation - https://bugzilla.mozilla.org/show_bug.cgi?id=1002526
Copy context menu stops working in Page Info - https://bugzilla.mozilla.org/show_bug.cgi?id=1095036
AMD early 2010 or 2011 driver blacklist because of lag with OMTC On - https://bugzilla.mozilla.org/show_bug.cgi?id=1089183 ; https://bugzilla.mozilla.org/show_bug.cgi?id=1093863
[Oldie] localhost URLs with spaces are redirected to search when opened from history drop-down - https://bugzilla.mozilla.org/show_bug.cgi?id=690307

bookmark folder open all does not work with only one url in the folder - https://bugzilla.mozilla.org/show_bug.cgi?id=1090609

"Enable E10S (multi-process)" preference checkbox should not be displayed in Aurora's about:preferences - https://bugzilla.mozilla.org/show_bug.cgi?id=1085622

Printing and print preview from view source will be broken - https://bugzilla.mozilla.org/show_bug.cgi?id=1089815

[Mac OS X] Disclosure button focus ring could be a bit better - https://bugzilla.mozilla.org/show_bug.cgi?id=1093312

Firefox does not remember tracking protection setting - https://bugzilla.mozilla.org/show_bug.cgi?id=1092808

[Mac OS X] Tracking Protection: no HiDPI friendly icon in preferences - https://bugzilla.mozilla.org/show_bug.cgi?id=1091901

Back out default browser prompting change - https://bugzilla.mozilla.org/show_bug.cgi?id=1086958

Driver version mismatch should blacklist any graphics features - https://bugzilla.mozilla.org/show_bug.cgi?id=1093694

Upgrade to SQLite 3.8.7.1 - https://bugzilla.mozilla.org/show_bug.cgi?id=1091076

Add an optional badge to the hamburger menu when updates are available - https://bugzilla.mozilla.org/show_bug.cgi?id=1080406

about:newtab search should show placeholder text, even when logo is showing - https://bugzilla.mozilla.org/show_bug.cgi?id=1026568

[Mac OS X] Add a background glow/outline/graphic to the fullscreen button on dark themes - https://bugzilla.mozilla.org/show_bug.cgi?id=1018845

Crash on watching VP9 video on systems without SSE4 - https://bugzilla.mozilla.org/show_bug.cgi?id=1074860

PGO all the things on Windows - https://bugzilla.mozilla.org/show_bug.cgi?id=1084162

Nightly uses d3dcompiler_46 instead of _47 - https://bugzilla.mozilla.org/show_bug.cgi?id=1092813

Cannot change window size mode and window controls disappear after restarting in full screen mode - https://bugzilla.mozilla.org/show_bug.cgi?id=1063121

Scientific inaccuracy in spelling checker dictionary, Apatosaurus should be included - https://bugzilla.mozilla.org/show_bug.cgi?id=1078360

Back button is missing a border on hover - https://bugzilla.mozilla.org/show_bug.cgi?id=1091656

The windows installer bypasses the profile selection logic when it tries to launch the installed app - https://bugzilla.mozilla.org/show_bug.cgi?id=1091605

 
Random

Aurora builds should not be identified by the update channel - https://bugzilla.mozilla.org/show_bug.cgi?id=1095934
[For DMD Cumulative Memory Profiling] Use a segmented vector in SnowWhiteKiller - https://bugzilla.mozilla.org/show_bug.cgi?id=1094564
[Thunderbird oldie] Unable to drag multiple attachments to OS file folder - https://bugzilla.mozilla.org/show_bug.cgi?id=270292
[ARM Debian Linux] ARM hard-float: XPCOM incorrectly places some arguments - https://bugzilla.mozilla.org/show_bug.cgi?id=1050258
Debugging rendering helpers - https://bugzilla.mozilla.org/show_bug.cgi?id=1082902
Improve layer-tree dumping - https://bugzilla.mozilla.org/show_bug.cgi?id=1083635
make_opcode_doc.py needs to be updated to support new XDR_BYTECODE_VERSION notation in Xdr.h - https://bugzilla.mozilla.org/show_bug.cgi?id=1092522
smart card monitor threads not unloading/ending properly - https://bugzilla.mozilla.org/show_bug.cgi?id=1039642
[bACKED Out] Window is occasionally hidden upon exiting a full screen HTML5 video - https://bugzilla.mozilla.org/show_bug.cgi?id=1026865

Expose constant root GUIDs - https://bugzilla.mozilla.org/show_bug.cgi?id=1071505

logalloc doesn't properly record allocation sizes for calloc calls - https://bugzilla.mozilla.org/show_bug.cgi?id=1093174

New TLD additions for TLDs contracted with ICANN from 2014-10-04 to 2014-11-02 - https://bugzilla.mozilla.org/show_bug.cgi?id=1093382

Enable play/ pause, previous, next and stop media AppCommands - https://bugzilla.mozilla.org/show_bug.cgi?id=1091025

Deprecate GetKeywordForURI - https://bugzilla.mozilla.org/show_bug.cgi?id=1064365

Enable AVX2 support in libvpx - https://bugzilla.mozilla.org/show_bug.cgi?id=1092136
 
-----------------------------------------------------------------------------------------------------
 
SHA-1 Depreciation
Add SHA-1 warnings to web console for end entities - https://bugzilla.mozilla.org/show_bug.cgi?id=1068949
 
What is UPDATE Badge?
Read this: http://www.ghacks.net/2014/11/10/display-an-update-badge-in-firefox/

 

Firefox Developer Edition

https://www.mozilla.org/en-US/firefox/developer/

Good afternoon :)

 

I had a total of 3 addons for the last few years,  Xmarks, Adblock plus and flashblock! I'm currently using 33.1.

 

So last week I ditched Xmarks and started using Firefox Sync in hope to get a more responsive and faster Firefox, namely trying to get rid of 1, 2 seconds to load each page, where without add-ons is almost always instant.

 

Noticed a bit of more responsive UI.

 

Now I'm wondering if there are better alternatives to adblock plus and flashblock. I don't really use any advanced options of adblock plus or in flashblock, I only block flash and not even HTML5!

 

So what alternatives with performance in mind are available?

Good afternoon :)

 

I had a total of 3 addons for the last few years,  Xmarks, Adblock plus and flashblock! I'm currently using 33.1.

 

So last week I ditched Xmarks and started using Firefox Sync in hope to get a more responsive and faster Firefox, namely trying to get rid of 1, 2 seconds to load each page, where without add-ons is almost always instant.

 

Noticed a bit of more responsive UI.

 

Now I'm wondering if there are better alternatives to adblock plus and flashblock. I don't really use any advanced options of adblock plus or in flashblock, I only block flash and not even HTML5!

 

So what alternatives with performance in mind are available?

 

Click to Play - in case of Flashblock or try this alternative addon though with some limitations:https://addons.mozilla.org/en-US/firefox/addon/flash-control/

Adblock Plus replaced with Adblock Edge - https://addons.mozilla.org/en-US/firefox/addon/adblock-edge

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

    • DVD only? What kind of self-respecting optical disk backup/ripping tool doesn't support Blu-ray these days? I burned all my DVDs like 15+ years ago...
    • ...but you're Johnny, from Australia?    
    • Glow 26.9 by Razvan Serea Glow provides detailed reporting on every hardware component in your computer, saving you valuable time typically spent searching for CPU, motherboard, RAM, graphics card, and other stats. With Glow, all the information is conveniently presented in one clean interface, allowing you to easily access and review the comprehensive hardware details of your system. Glow provides detailed information on various system aspects, including OS, motherboard, processor, memory, graphics card, storage, network, battery, drivers, and services. The well-organized format ensures easy access to the required information. You can export all the gathered data to a plain text file, facilitating sharing with others for troubleshooting purposes. No installation needed. Just decompress the archive, launch the executable, and access computer-related information. Glow runs on Windows 11 and Windows 10 64-bit versions. Glow 26.9 changelog: New Features The processor hardware detection engine has been significantly enhanced beyond traditional Intel and AMD architectures. Native support is now available for modern platforms such as Apple Silicon (M-Series) and the newly introduced NVIDIA Spark. In addition, all ARM-based processors can now be accurately distinguished between ARM32 and ARM64 architectures, providing precise hardware reporting. This marks a major milestone for Glow's hardware detection capabilities. The RAM manufacturer identification algorithm has been expanded. JEDEC vendor codes for popular brands such as Patriot, PNY, Team Group, GeIL, Lexar (Longsys), and Asgard/Gloway have been integrated into the database. This significantly reduces the likelihood of incorrect or "Unknown Manufacturer" results and improves overall hardware detection accuracy. New Public IP Address and Internet Service Provider (ISP) features have been added to the Network section. To ensure reliability, this information is retrieved from the trusted service ipwho.is. When Hiding Mode is enabled, no requests are sent and these features remain hidden, as they may expose sensitive information. The search engine used in the Installed Drivers, Installed Services, and Installed Applications sections has been enhanced. You can now perform more flexible and accurate searches using initials, partial matches, and loosely arranged character sequences. The TS Preloader loading bar has been rebuilt using our modern TS Custom Controls graphics library, developed entirely in-house. As a result of this infrastructure upgrade, the loading bar now features smooth rendering and rounded corners that align with the visual style of Windows 11. [TS Updater] A new validation algorithm has been added to check whether the target application is currently running before the update process begins. Bug Fixes Resolved a condition that could prevent TS Preloader from shutting down safely during rare application crash scenarios. Fixed a text alignment issue in the Network section affecting the display of DNS addresses. Alignment is now rendered correctly. [TS Updater] Fixed an issue that could prevent the updated application's executable "*.exe" file from being located after the update process. [TS Updater] Fixed a bug that could leave outdated "*.sha256" files in the application directory after an update. [TS Updater] Fixed a rare issue that could cause subfolders to be moved into the root directory after an update. [TS Updater] Fixed an issue during the first launch that could cause flickering and a temporary white window appearance due to Windows Defender interactions. Changes A small improvement has been made to the internet connectivity detection algorithm. Connectivity checks are now performed in the background with minimal impact on the user interface thread. The keyboard shortcuts in the top menu have been reorganized and simplified to provide a consistent experience across all Türkaysoft applications and to avoid potential conflicts with standard Windows shortcuts. The TS Preloader splash image has been updated with a Türkiye-themed stadium design to celebrate Türkiye's qualification for the 2026 FIFA World Cup—its first appearance in 24 years. Congratulations, Türkiye! The TS Custom Controls module has been updated to version 26.6, delivering improved stability and a more polished visual appearance. [TS Updater] The application icon has been redesigned to provide a more modern and refined look. Note: Always unzip the program before using it. Otherwise you may get an error. Download: Glow 26.9 | 1.8 MB (Open Source) Links: Glow Homepage | Screenshot | Github Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DWARF mini review: the world's smallest smart telescope for night and day sky captures by Steven Parker DWARFLAB reached out to me asking if I was interested in checking out the DWARF mini, which is a portable astronomy telescope designed for amateur astronomers. Why do I say it's for amateurs? Well, for starters, it's not what you'd call "high end"; it's more of a professional-grade starting point for amateurs serious about capturing what's up there in our night and day skies. A typical amateur astronomer is most likely thousands of dollars deep into the hobby, and I will make no claims that this DWARF mini (at a fraction of the cost) could replace it all, okay? Well, if you read on, it will be clearer what I am trying to convey. Disclosure: DWARFLAB provided a free sample without any editorial input or review pre-approval. I have always been interested in looking up and observing the night sky. I see satellites crossing the sky above my garden most nights, and I am always looking at the moon. Yeah, I have a 200MP camera on my phone, but at 200X zoom, AI takes over and makes the pretty moon pictures that I snap, the DWARF mini does not, you get an actual true picture of what you can barely see with the naked eye. Before we start, let's share the highlights of the DWARF mini in bite-sized format: Pocket-Sized & Ultra-Lightweight Weighing just 1.85 lbs (840g), the DWARF mini easily fits into a backpack or large pocket. Its all-in-one, compact design makes it the ultimate grab-and-go digital telescope for hiking, camping, or traveling to dark-sky locations. Intuitive App Control & Built-in Sky Atlas Go from unboxing to your first shot in just 3 minutes! The DWARFLAB App provides a seamless experience with an interactive star map. Simply select your target and start exploring without the steep learning curve of traditional setups. Auto GOTO & 360° Pivot Freedom Enjoy pinpoint automated tracking with full 360° rotation. Powered by a high-sensitivity Sony IMX662 sensor (1/2.8-inch, 2.9μm pixels), it captures amazing, low-noise astro details, bringing faint nebulas and star clusters to life with stunning clarity. Pro-Level EQ Mode & Long Exposure Unlock advanced deep-space imaging with Equatorial (EQ) Mode. Supporting impressive single-frame exposures up to 90 seconds and featuring built-in light pollution filters, it easily cuts through city glow to reveal intricate celestial structures. Smart Cloud Processing & All-Ages Fun Effortlessly enhance your raw data with integrated cloud processing for professional-grade results. Perfect for beginners, kids, and adults, this telescope makes exploring and sharing the wonders of the universe an exciting, family-friendly adventure. The packaging is a pretty minimal affair with the outer box opening like a flap to reveal the plastic mould of the DWARF mini sitting in it. Below, the Sun filter, charging cable, cleaning cloth, and documentation can be found. DWARFLAB also provided a Mini Hydraulic Tripod ($89.99), and I highly recommend getting it if you plan on purchasing the DWARF mini, as it fully supports the motorized tracking feature of the telescope; plus, at 840g, the weight of the telescope, you will need a tripod that supports more than the weight of a smartphone anyway. What's in the box DWARF Mini Smart Telescope × 1 Sun Filter x 1 Type-C to Type-C Cord x 1 Cleaning Cloth x 1 User Guide With that out of the way, here are the full specs: DWARF mini Dimensions (DWH): 60.70 mm x 100.38 × 183.61 (2.39" x 3.95" x 7.23") Weight: 840g (1.85lbs) Aperture diameter: 30 mm (telephoto), 3.4 mm (wide angle) Image Sensor: SONY IMX662 1/2.8" (Telephoto) OmniVision OS02K10 1/2.8" (Wide-angle) Focal length: 150 mm (telephoto), 6.7 mm (wide-angle) Equivalent focal length: 1016 mm (telephoto), 45 mm (wide-angle) Shutter Speed: Tele - 1/10000-90s, Wide - 1/10000-30s Maximum exposure time: 90s (telephoto & wide-angle), Both in EQ mode Rotation range: Lens: 225°, Base: 360° Effective Pixels: 2.07M Maximum Resolution: 1920 × 1080 (Telephoto & Wide-angle) Built-in filters: Astro, Dark, Duo-Band (Telephoto), Astro (Wide-angle) Output: JPG, FITS, TIFF, MP4 Shooting Mode: Photos, Videos, Astronomy, Burst Shooting, Time-lapse Photography Storage: 64 GB Battery: Built-in 7000 mAh, supports external USB charging Charging Port: Type-C NPU: 1 TOPS Features: WiFi, NFC NFC One-Touch Connection Astronomy Post-Processing/Appointment Shooting/Astronomy Mosaic Wi-Fi Transmission Range: 15m (open environment) Color: Black Compatibility: iOS & Android smartphones/tablets Warranty: 2-years (24-months) MSRP: $399 Design Charge port On/off button Lens On the DWARF mini itself, it is a pretty minimal affair. On one side, there is a Type-C USB port to charge the non-removable 7000 mAh battery, and on the other side, a large button to power on or off the telescope. The button is flanked by an LED that is green when connected via the DWARFLAB app, or lights up red when being powered off. Below the button, there are four LEDs that indicate battery power. The DWARF mini does not have any sharp edges as all sides are rounded off; it has a good heft to it, but the weight of it feels quite balanced in the hand, so it isn't top or bottom-heavy. On the front there is the DWARFLAB logo which is quite small and there are no other markings on it. The tripod offers full 360° rotation of the motorized base, which allows for tracking for the time-lapse mode, but also for the 90-second captures of nearer objects in the sky, such as the Sun or the moon. Usage To get started, simply power on the DWARF mini and open the DWARFLAB app, tap on Connect, and it will scan for the DWARF mini over the Wi-Fi network. The device supports both 2.4 GHz and 5 GHz Wi-Fi, as well as Bluetooth for discovery, so connection issues were minimal in my experience with it. As previously noted in the specs, the DWARF mini will stay connected with a phone or tablet up to 15 meters in an open environment, such as a backyard. Lighting status Powering on: The green circular light will rotate and breathe in turn Powering off: The red circular light is gradually extinguished Connecting: Green light strip rotating Connected: Green light strip solid/always on 4 lights 1= 0-25%, 2= 25-50%, 3= 50-75%, 4= 75-100% battery power To view the full lighting status, such as tracking mode and connection failure, you can check the user guide on the official DWARFLAB page. DWARFLAB app Above, you can see the steps undertaken to connect the DWARFLAB app to my Galaxy S26 Ultra. Weirdly, I got an alert that a firmware update failed to get uploaded to the DWARF mini the first time, but upon retrying, it worked. Then place the DWARF mini outside, make sure your smartphone or tablet is connected to it, and then head back inside, because you can manage it from the comfort of your home. Simply enter the Atlas tab in the app and search for what you want to capture, and then tap on the camera icon; the DWARF mini will then attempt to track the object and give you a live view right on your connected device. Results I've had the DWARF mini since April, but even though my garden is south-facing, I had a lot of trouble trying to capture a good image of the moon. In the end, it was possible after I took it with me on a trip to my parents in Southend, UK, at the end of May. Here is a capture of the moon, resulting from 20 stacked images over a 90-second exposure. What you are seeing here is not AI-assisted. A good example of what I mean is the latest flagships with their 200MP cameras claiming to capture things like closeups of the moon, and while they are not as good as the above example on the DWARF mini, the resulting image on smartphones is actually AI-assisted above 30X zoom. Here is an example of a similar shot at the moon at 200X zoom using an HONOR Magic8 Pro. The difference is clear. Next, here we have a shot of the daytime moon. Here is a shot of Arcturus, the red giant star, which is the fourth brightest in the night sky. As previously mentioned, it could be a bit clearer, but clouds passing in front of it muddied the shot a bit. The Sun The DWARF mini also ships with a sun filter, meaning you can take great shots of the sun as well. Tracking Sun Resulting (stacked) shot Live zoom The pictures themselves are limited to Full HD, and some of the examples actually came out in HD (1280x720), but this is because the standard telescopic result is in 720p while "Wide" is in 1080p. Above you can see how in the app the Sun is tracked, the resulting capture, and Live zoom. I have only scratched the surface of what is possible with this telescope; I found several examples online of shots of the Milky Way, among others, such as nebulae and galaxies. All of this requires patience and knowledge, although if you know what you are looking for, simply enter it in the Atlas tab in the DWARFLAB app, tap the camera icon, and the telescope will attempt to track it. Conclusion The good The DWARF mini definitely places itself in a price point that makes astrology accessible to anyone looking to get started in the hobby. Say you want to have a closer look at the moon, simply enter it in the Atlas, and the Live view also lets you zoom in and snap pictures. The bad Some issues I came across while operating the DWARF mini were that it sometimes failed to connect unless I held my smartphone right next to it, and finding and tracking sometimes took several attempts to get it calibrated. I discovered that it helped if I sort of positioned and pointed the telescope in the general area it was supposed to detect, but this obviously wouldn't work with objects you can't see with the naked eye; more testing is required for that. Another bit of advice is to ensure that the lens is clean. While making the examples of live zooming on the sun, I discovered that the telescope lens and sun filter were not completely clean, and only after cleaning with a microfiber cloth was I able to get a decent shot of the sun. Where to buy and a coupon Okay, $399 is not cheap for a side hobby, but nor is a $1,500 smartphone flagship that you'll most likely have for a couple of years. This is a one-time entrance into astrology, and it won't become obsolete in one year like a smartphone. It's a thumbs up from me. The DWARF mini is available to buy right now in the U.S. and U.K. at the links below. DWARF mini for $399 on the official site DWARF mini for $399 on Amazon U.S. Use the NEOWIN5OFF coupon code for an additional 5% off at checkout (expires June 21) As an Amazon Associate, I earn from qualifying purchases.
  • Recent Achievements

    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      504
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      75
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!