DOM/board/review: Difference between revisions

From MozillaWiki
< DOM‎ | board
Jump to navigation Jump to search
(Update fields and components)
(add table of contents)
 
Line 1: Line 1:
'''Bug With Patches up for Review'''
__TOC__
 
=== '''Open Bugs with Patches Up for Review''' ===
<bugzilla>
<bugzilla>
     {
     {
Line 15: Line 17:
</bugzilla>
</bugzilla>
<hr />
<hr />
'''Open bugs with r- patches'''
=== '''Open Bugs with r- Patches''' ===
<bugzilla>
<bugzilla>
     {
     {
Line 34: Line 36:
</bugzilla>
</bugzilla>
<hr />
<hr />
'''Open bugs with r+ patches'''
=== '''Open Bugs with r+ Patches''' ===
<bugzilla>
<bugzilla>
     {
     {

Latest revision as of 21:30, 23 July 2018

Open Bugs with Patches Up for Review

Full Query
Assigned to ID Summary Status Priority Last change time
421933 Map Enter to click as per HTML 5 spec NEW P5 2022-10-10T21:56:36Z
Masatoshi Kimura [:emk] 918567 Hide interface objects for MozAfterPaint from content ASSIGNED -- 2022-10-11T01:07:56Z
Karl Tomlinson (:karlt) 1467023 get CycleCollectedJSContext from JSContext private when available in dom/bindings methods REOPENED P3 2022-10-11T21:40:11Z

3 Total; 3 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Open Bugs with r- Patches

Full Query
Assigned to ID Summary Status Priority Last change time
238044 Change the popupwindow event to have all the info from popupblocked plus a handle to the new window NEW -- 2022-10-10T21:16:17Z
240080 Implement CSS Editing Object Model NEW P5 2022-10-10T21:16:31Z
256290 remove (or change) |-moz-evil:lying-event-handler| text from the involved JS console error/warning(s) NEW -- 2022-11-14T12:11:48Z
277713 infinite loop (slow script) warning should also be displayed in JS Console NEW P5 2025-10-29T10:24:23Z
313306 Fails to render properly if the sum of the widths in table elements exceeds 100% NEW P5 2022-10-10T21:28:51Z
342935 nsGlobalWindow add/release ref should be thread-safe NEW P5 2022-10-10T21:35:24Z
421933 Map Enter to click as per HTML 5 spec NEW P5 2022-10-10T21:56:36Z
[:fabrice] Fabrice Desré 441770 Add 'sizes' getter/setter to link elements ASSIGNED -- 2022-10-10T22:02:28Z
503739 protocol javascript: does not enable javascript 1.7+ NEW P5 2022-10-10T22:36:33Z
Olli Pettay [:smaug][bugs@pettay.fi] 519657 Selecting text across many DOM elements is slow NEW P5 2022-10-10T22:41:34Z
520621 XPath is much slower than Safari NEW P5 2022-10-10T22:41:54Z
523941 dom netOffline shouldn't mention menus NEW -- 2022-10-10T22:43:02Z
564208 After screwing with __proto__, iterating throws "Illegal operation on WrappedNative prototype object" NEW P5 2022-10-10T22:56:31Z
565031 Make is_space() in nsImageMap.cpp HTML5-compliant NEW -- 2022-10-10T22:56:48Z
570115 Showing FilePicker dialogs does not send DOMWillOpenModalDialog NEW -- 2022-10-10T22:58:18Z
585621 Stop doing 1-byte detection for the text passed to createTextNode NEW P3 2025-04-09T13:16:33Z
593623 Don't dispatch DOMTitleChanged if the title hasn't changed NEW P5 2022-10-10T23:05:46Z
605372 Restrict notification icons to a few schemes NEW P5 2022-10-10T23:09:42Z
651123 Make nsTextStateManager::ContentAppended not use the index parameter NEW -- 2022-10-10T23:25:59Z
661752 Ensure that when <input>.files is available to a web page the file sizes are already populated NEW -- 2022-10-10T23:29:08Z
684192 Update reflectUnsignedInt to match the tests in reflectInt NEW P5 2022-10-10T23:56:41Z
684221 Test and fix HTMLTableCellElement attributes reflection NEW P5 2022-10-10T23:56:42Z
694034 Add Telemetry probes for innerHTML NEW P5 2022-10-11T00:00:34Z
739874 Input type "password" doesn't receive Focus event with a mouse click NEW -- 2022-10-11T00:16:59Z
740274 ELM brace cleanup NEW P5 2022-10-11T00:17:07Z
764498 movementX and movementY have the wrong value for mousedown and mouseup NEW P5 2024-08-24T02:51:00Z
784686 Creating websocket from a sandbox without any window object NEW -- 2022-10-11T00:30:46Z
795961 chrome-document-global-created may fire for the initial about:blank load in a docshell NEW P5 2022-10-11T00:34:18Z
847376 Implement HTMLMediaElement.getStartDate() NEW P5 2022-10-11T00:48:22Z
853870 fix rebuilding individual *Binding.{cpp,h} files NEW P5 2022-10-11T00:50:11Z
859067 Fix warnings in content/base/src/Element.cpp NEW P5 2022-10-11T00:51:38Z
878349 nsEventListenerManager needs to pass the element and event name as a compile option to JSAPI NEW P5 2022-10-11T00:56:54Z
903239 No way to avoid having to set priority of style properties REOPENED P5 2022-10-11T01:03:50Z
911746 special-case javascript: URLs that return undefined if link target is _blank NEW P5 2022-10-11T01:06:12Z
912492 Consider clearing HTMLInputElement.files when HTMLInputElement.openDirectoryPicker returns NEW P5 2022-10-11T01:06:23Z
947676 MIXED_CONTENT_UNBLOCK_COUNTER telemetry probe seems to not be measuring the right thing NEW -- 2022-10-11T15:14:19Z
Makoto Kato [:m_kato] 960480 Implement remote NS_QUERY_CHARACTER_AT_POINT for Microsoft IME NEW -- 2022-10-11T15:18:27Z
1061578 Node.isDefaultNamespace(), Node.lookupNamespaceURI() and Node.lookupPrefix() are wrong NEW P5 2022-10-11T15:47:51Z
1144940 Some Screen coordinate cleanups NEW P5 2024-09-22T12:17:37Z
1155340 Generate better jitinfo for autogenerated maplike/setlike methods NEW P3 2022-10-11T16:15:46Z
1220287 Get rid of some non-used prefs NEW -- 2024-09-25T13:14:37Z
1224800 Automatically set loadgroup when a channel is created with a loadingNode NEW -- 2022-10-25T10:00:28Z
1263398 Implement nsIFileWatcherService for GTK3 NEW -- 2024-09-26T12:17:56Z
1334383 Intermittent application crashed [@ TimerThread::Run] NEW P5 2025-09-29T06:43:16Z
1339324 Test that timeouts are indeed throttled in background tabs with paused audio. NEW P3 2022-10-11T19:01:01Z
1377560 Don't keep nsContentList's alive NEW P2 2022-10-11T19:27:00Z
1408488 Assertion failure: !mPendingReadyPromises.Contains(window), at dom/workers/ServiceWorkerManager.cpp:1414 NEW P3 2024-03-24T07:50:17Z
1436834 Use a separate event target for docgroups NEW P2 2022-10-11T21:15:59Z
1450168 Fix some fetch header internals to better follow the spec text NEW P3 2022-10-11T21:27:01Z
Masatoshi Kimura [:emk] 1484186 PointerEvent.preventDefault() does nothing in WebExtensions, but works in content scripts ASSIGNED P3 2022-10-11T21:53:47Z
1498619 FeaturePolicy should support document.domain changes NEW P2 2024-09-25T13:11:40Z

51 Total; 51 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Open Bugs with r+ Patches

Full Query
Assigned to ID Summary Status Priority Last change time
197919 Non Mouse Click & Max Number of Popups Exceptions NEW P5 2022-10-10T21:09:51Z
199053 Problem evaluating form data if input type="file" field is left empty NEW -- 2022-10-10T21:09:59Z
238041 nsDOMEvent::AllocateEvent assigns a PR_Now() into a PRUint32 NEW P3 2022-10-10T21:16:17Z
239372 ESM caches profile preferences and constantly gets others NEW P5 2022-10-10T21:16:28Z
295285 onpopupshowing does not expose accesskeys (event.shiftKey) NEW -- 2022-10-10T21:25:17Z
331109 Code cleanup for nsGlobalWindow.cpp NEW -- 2022-10-10T21:32:37Z
331630 Remove nsEventStatus NEW P5 2020-12-14T15:19:39Z
332640 screen object doesn't work if docshell has no content viewer NEW P5 2022-10-10T21:33:03Z
343999 window.home() incorrectly handles multiple home pages specified with | NEW -- 2025-09-17T12:47:09Z
362340 error event handler in invisible frames is not called NEW P5 2022-10-10T21:40:02Z
Peter Van der Beken [:peterv] 363383 moving XBL-bound nodes between documents makes them unusable (customize toolbar dialog) REOPENED -- 2022-10-17T16:21:53Z
377092 Expose a way to set the originating principal of a javascript: URI on that URI NEW -- 2022-10-10T21:43:35Z
423521 improve XUL template CC traversal NEW P5 2022-10-10T21:57:06Z
433089 <area> test for bug 409604 is unreliable REOPENED -- 2024-02-27T15:57:49Z
463491 When save dialog is open in pop up blocker does not work at all REOPENED -- 2024-02-27T16:59:15Z
471769 nsGlobalWindow can't call getService from its destructor NEW P5 2022-10-10T22:27:23Z
482763 Move dom/src/events and content/events to dom/events NEW P5 2022-10-10T22:30:32Z
515494 Remove xlink support in nsGenericElement NEW P5 2023-02-05T14:49:12Z
518711 break up nsHTMLDocument::StartDocumentLoad NEW -- 2022-10-10T22:41:14Z
527623 Intermittent test_bug503481b.html | Test timed out. REOPENED P5 2022-10-10T22:44:05Z
534566 nsPropertyTable could be much more efficient NEW P5 2022-10-10T22:46:35Z
Hiroyuki Ikezoe (:hiro) 559932 Intermittent content/html/document/test/test_bug445004.html | uncaught JS exception - TypeError: uri.match(...) is null at content/html/document/test/test_bug445004.html:50 NEW P3 2022-10-10T22:55:05Z
562791 Add NS_TIME_FUNCTION to content code NEW P5 2022-10-10T22:56:07Z
577979 Factor out WindowOwnerStillExists bits into a subclass NEW P5 2022-10-10T23:00:40Z
583775 Use HTMLWhitespace to trim whitespace for script event handlers attributes NEW -- 2022-10-10T23:02:32Z
585008 mark DEBUG only variables as ifdef DEBUG in content NEW -- 2022-10-10T23:02:56Z
Olli Pettay [:smaug][bugs@pettay.fi] 641477 Throw UNSPECIFIED_EVENT_TYPE_ERR if event isn't initialized before dispatching NEW -- 2022-10-10T23:22:12Z
Timothy Nikkel (:tnikkel) 641598 Regression from Firefox 3.6: onblur event handler fires after calling focus() NEW -- 2023-09-26T04:49:21Z
655947 nsContentUtils::ComparePoints assumes that anonymous content bound to a DOM node always precedes any of the node children NEW -- 2022-10-10T23:27:25Z
Olli Pettay [:smaug][bugs@pettay.fi] 669698 Implement "linked remote browser" to load the inspector in the same content process as the content it inspects ASSIGNED -- 2022-10-10T23:31:36Z
670030 Register moz-filedata uris so they can be passed across processes NEW P5 2022-10-10T23:31:45Z
697955 There is no onload event fired for VideoDocuments NEW -- 2022-10-11T00:02:01Z
711479 potential NULL pointer dereference in content/base/src/nsDocument.cpp NEW P5 2022-10-11T00:07:03Z
715376 implement per-page event queue, to allow timeout grouping/prioritization/etc NEW P3 2025-03-01T09:29:38Z
734134 test_simpleThread.html is() calls miss message parameter NEW P4 2022-11-21T12:14:02Z
755041 Fix build warnings under content/base/ NEW P5 2022-10-11T00:21:35Z
769726 Idle API needs bfcache tests NEW P5 2022-10-11T00:25:53Z
774939 Re-enable browser-frame OOP tests for native-android REOPENED P5 2022-10-11T00:27:32Z
779459 Try to not fire timers in background tabs when there is an active mousewheel transaction NEW P5 2022-10-11T00:29:02Z
801357 Remove nsIScriptContext::Get/SetProcessingScriptTag() REOPENED -- 2022-10-11T00:35:35Z
804472 mozTCPSocket dumps debug info always NEW P5 2022-10-11T00:36:35Z
Peter Van der Beken [:peterv] 817270 Support CC for DOM bindings that own their non-refcounted native ASSIGNED -- 2022-10-11T00:40:02Z
832788 Fix MSVC build warnings in dom/bindings NEW -- 2022-10-11T00:43:59Z
842476 leak in child process in test_browserElement_oop_SetVisibleFrames.html with bug 404077 patches NEW -- 2024-02-27T16:49:26Z
893117 Remove xpidl for HTML elements NEW -- 2022-10-11T01:01:05Z
900969 Failing deviceorientation test_bug615597.html for b2g mochitest REOPENED P5 2022-10-11T01:03:12Z
924582 track cpu usage by funneling events through per-document queues NEW P5 2022-10-11T15:06:56Z
926546 test_input_range_mouse_and_touch_events.html | ###!!! ASSERTION: we should be in a pseudo-element that is expected to contain elements NEW P5 2022-10-11T15:07:33Z
927521 ContentPermissionPrompt in at least two products sometimes calls back asynchronously and sometimes calls back synchronously NEW P5 2022-10-11T15:07:54Z
Masatoshi Kimura [:emk] 969762 dump() doesn't support non-ASCII message on Windows REOPENED -- 2022-10-11T15:21:20Z
Jim Blandy :jimb 971673 [jsdbg2] Debugger hooks need to instantiate an AutoEntryScript ASSIGNED P3 2024-01-11T03:59:58Z
Kagami Rosylight [:saschanaz] (they/them) 973604 Standardize or hide from content Element.prototype.setCapture and Document.prototype.releaseCapture ASSIGNED P5 2023-02-06T21:05:12Z
1029451 [e10s] Synthesized mouseover blocked by EventUtils.disableNonTestMouseEvents(true) in mochitest-browser and dt NEW P5 2022-10-11T15:39:45Z
1062275 Replace IsInDoc() calls with either IsInComposedDoc() or IsInUncomposedDoc() and remove IsInDoc() NEW -- 2022-10-11T15:48:02Z
1075125 GetCurrentDoc fixes in content/svg NEW P5 2022-10-11T15:51:59Z
1091883 Investigate if the same origin check in SetReferrer should use triggeringPrincipal instead of loadingPrincipal, and fix if necessary REOPENED P5 2025-09-01T12:14:20Z
Olli Pettay [:smaug][bugs@pettay.fi] 1107064 click() function not called with combination of disable=true, false, true ASSIGNED -- 2022-10-11T15:59:51Z
1113676 img resources missing from resource-timing entries when loaded from cache NEW P2 2024-05-24T14:53:40Z
1122564 make array appending more efficient in HTMLInputElement.cpp NEW P3 2022-06-06T14:18:05Z
[:fabrice] Fabrice Desré 1130900 langpacks making testing noisy REOPENED -- 2022-10-11T16:07:11Z
1148156 Print the window ID in the ++--DOMWINDOW logging REOPENED -- 2022-10-11T16:12:59Z
1163148 Convert HTMLFieldSetElement::mDependentElements and mFirstLegend to strong pointers NEW P3 2022-10-11T16:18:58Z
1168274 Collapse all the resize events before fullscreen to the last one NEW P5 2024-10-15T13:00:49Z
1170795 Calling FetchEvent.respondWith() with a malformed synthesized redirected response causes us to hit the network NEW P3 2024-12-06T15:31:18Z
1189015 After removing an animated element w/ Animations Devtools open, "ASSERTION: shouldn't have observed an animation being removed/added twice: 'Not Reached', file dom/base/nsDOMMutationObserver.h" NEW P3 2025-04-12T05:25:20Z
1193821 Add thread and process CPU time for performance object NEW -- 2022-10-11T17:33:26Z
1199977 CSP: Inline violation reporting and remove LogViolationDetails from nsIContentSecurityPolicy NEW P3 2022-10-11T17:36:30Z
1212239 Disallow directory picking for non-"secure context" pages (to encourage HTTPS uploads) NEW -- 2024-10-29T03:40:03Z
1229283 Test cases that checks animation or transition is pulled back from the compositor and is rendered correctly when it's finished NEW P5 2022-10-11T17:50:48Z
1261839 add telemetry for service worker failures NEW P2 2022-10-11T18:10:58Z
1272554 Add lambda versions of nsIDocument::EnumerateSubDocuments NEW -- 2023-04-06T06:03:45Z
1274731 On linux, Firefox should speak with dbus asynchronously for the retrieving of battery status. NEW P3 2022-10-11T18:19:33Z
1275493 [non-e10s] Do not update the combobox display text until the popup has been closed NEW P5 2020-12-16T11:37:46Z
1279771 Issue with execCommand('copy') in change events in e10s NEW P3 2022-10-11T18:22:57Z
1281455 Prevent BrowserElementChildPreload._getContentDimensions to throw if called too early NEW P3 2022-10-11T18:24:15Z
1284518 Make NS_CompareLoadInfoAndLoadContext only compare OriginAttributes NEW P3 2022-10-11T18:25:49Z
1297305 [Test] Move the test of document-timeline to web platform tests. NEW P5 2022-10-11T18:32:22Z
1316087 Do not fall back to systemPrincipal within LoadURI when load is of TYPE_SUBDOCUMENT NEW P3 2022-10-11T18:43:23Z
1318387 BroadcastChannel should wait until the security checks are completed NEW P3 2022-10-11T18:44:55Z
1321428 Land the ScrollTimeline API behind a pref NEW P3 2024-09-22T12:18:59Z
1336760 Intermittent TEST-UNEXPECTED-TIMEOUT | testing/web-platform/tests/payment-request/allowpaymentrequest/allowpaymentrequest-attribute-same-origin-bc-containers.https.html | expected OK NEW P5 2022-10-11T18:59:19Z
1345346 Intermittent browser/components/originattributes/test/browser/browser_firstPartyIsolation.js | leaked 1 docShell(s) until shutdown REOPENED P5 2022-10-11T19:04:30Z
1346774 Investigate add-on carve outs for frame-ancestors (and subjectToCSP infrastructure in general) NEW P3 2025-02-04T15:20:29Z
1356570 Intermittent test_fullscreen-api-race.html | The window should be in fullscreen NEW P3 2022-12-26T06:02:03Z
1357132 Do we still need the style attr special-casing in nsGenericHTMLElement::CopyInnerTo? NEW P3 2022-10-11T19:12:42Z
1364696 Intermittent open-features-tokenization-screenx-screeny.html,open-features-tokenization-top-left.html | Unable to locate window: 4294967875 NEW P3 2024-02-27T19:24:43Z
1367445 TabGroup::InBackground shouldn't allocate NEW P3 2022-10-11T19:19:34Z
1379534 Make RestyleManager::UpdateOnlyAnimationStyle() more appropriate NEW P3 2022-10-11T19:28:23Z
1389922 Align document.all with spec NEW P3 2022-10-11T19:34:59Z
1394102 FetchEvent.request.signal should be correctly aborted NEW P2 2024-05-07T20:52:30Z
1405342 Can't make inactive devtools (chrome) iframes NEW P3 2025-07-30T16:34:53Z
Chris Martin [:cmartin] 1412336 Device orientation in A-Frame demo doesn't work ASSIGNED P2 2022-10-11T19:52:47Z
1421150 Intermittent dom/events/test/test_DataTransferItemList.html | TypeError: _EU_maybeWrap(...) is null - Should not throw any errors REOPENED P2 2022-10-11T20:01:23Z
1425702 clear mIsTopLevelContentDocument / mIsContentDocument when a document is removed from a docshell NEW P2 2022-10-11T21:06:41Z
1433624 Use rust-url's form-urlencoded parser instead of implementing it in C++ NEW -- 2022-10-11T21:13:24Z
1440212 When can we fire "load" events on iframes async from "load" firing on the window inside? REOPENED P2 2022-10-11T21:18:45Z
1451381 Worker event listeners can leak owning window NEW P2 2022-10-11T21:27:58Z
Hiroyuki Ikezoe (:hiro) 1453568 cancel event is not fired when setting null timeline ASSIGNED P3 2022-10-11T21:29:32Z
1459974 Sync StorageActivityService data on disk NEW P2 2025-03-11T06:48:19Z
1463015 Remove mozIDOMWindow/mozIDOMWindowProxy NEW P2 2023-11-06T12:20:07Z
1464541 Intermittent /service-workers/service-worker/fetch-canvas-tainting-video.https.html | url "https://web-platform.test:8443/service-workers/service-worker/resources/fetch-access-control.py?VIDEO&mode=cors&url=https%3A%2F%2Fwww1.web-platform ... NEW P3 2025-06-13T14:09:05Z
1472303 ServiceWorkerRegistration::Update() should block self-update during evaluation regardless of Inner implementation NEW P3 2022-10-11T21:44:35Z
1473630 Correct dispatching of CSP Violation events for iframe elements NEW P3 2022-10-11T21:45:30Z
1474213 Clarify document usage in dom/animation NEW P3 2022-10-11T21:46:00Z
1499422 fullscreen and payment features should have 'self' as default value NEW -- 2024-09-25T13:11:29Z
1508123 Support 'src' allowList for FeaturePolicy in sandboxed iframes NEW -- 2024-09-25T13:10:24Z
Olli Pettay [:smaug][bugs@pettay.fi] 1521955 ContentSink should interrupt DOM creation if there is pending vsync NEW P2 2022-10-11T22:25:19Z
1877195 Expand mixed-content download protection to all http downloads REOPENED P5 2024-07-12T14:17:56Z

108 Total; 108 Open (100%); 0 Resolved (0%); 0 Verified (0%);