..
aboutmemory
Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
2010-09-09 08:21:47 -07:00
alerts
Bug 611540 - [SeaMonkey] mochitest-plain-5: intermittent test_alerts.html failure "Observer is notified within 15 seconds", leaking to test_alerts_noobserve.html or test_Microformats.html; (Av3a) Add executeSoon(), Remove in-test timeout, Remove cookie in "noobserve" case, Have more (explicit) check messages.
2010-11-15 20:58:34 +01:00
apppicker
Bug 569542: fix appPicker.js's getFileDisplayName function, and make all copies of this method identical, r=Neil
2010-06-07 10:29:25 -04:00
autocomplete
Bug 556007 (3/3) - Respond to dynamic modifications of a datalist element when the popup with its values is open. r=dolske a2.0=sicking
2010-09-10 07:20:16 +02:00
build
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00
commandlines
Bug 613725 and bug 593106 - Crashes on Windows because varargs and references don't mix, use a pointer instead. r=Mossop a=blocking2.0
2010-11-22 15:11:04 -05:00
console
Bug 619910 - Misplaced autocomplete suggestions when typing a command in a new line; f=mihai.sucan r=gavin.sharp approval2.0=gavin.sharp
2010-12-21 09:31:31 +00:00
contentprefs
Bug 559992. Implement a caching mechanism for the contentprefs service and use it to retrieve page-specific zoom values, avoiding zoom flicker with back/forward navigation. r=gavin sr=vlad a=blocking-betaN
2010-12-28 12:45:04 -08:00
cookie
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
2010-05-27 12:33:54 -07:00
ctypes
Bug 602891 part B - Backend support for jetpack-process crashes and crash recovery, r=cjones
2010-11-17 15:57:02 -05:00
downloads
bug 622684 - updates should not be downloaded to "<sdcard>/downloads" r=mbrubeck a=blocking-fennec
2011-01-03 17:32:57 -05:00
exthelper
Fix review comments from bug 568691 comment 45.
2010-06-24 11:56:28 -04:00
faststart
Bug 568691 followup - Fix manifest/registration for the faststartup component, r=bsmedberg
2010-07-02 09:52:33 -04:00
feeds
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
2010-06-22 12:59:15 -04:00
filepicker
Back out 0a01860cef28 (Bug 569497) because of freezes (Bug 601314). a=blocking-fennec
2010-10-04 09:14:34 -07:00
find
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
2010-04-29 19:35:39 +01:00
help
Backed out changeset ecd1948992eb
2010-10-29 16:07:46 +13:00
intl
Make the 'More Encodings' submenus non-localizable. Bug 610638, r=emk, a=bsmedberg
2010-11-14 16:41:43 +02:00
microformats
Bug 490152 - test_framerecursion.html | Error thrown during test: onLoad is not defined - got 0, expected 1; r=gavin a=orange-fix
2010-11-22 03:13:37 -05:00
parentalcontrols
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
passwordmgr
Bug 600551 - Password manager not working with input type=email. r=dolske, a=blocking
2010-11-19 18:45:55 -05:00
perf
Bug 492849 - Implement Object.preventExtensions, Object.isExtensible. a=waldo,jimb, r=brendan
2010-09-21 11:35:29 -07:00
places
Bug 606966 - Need an async history visit API exposed to JS
2011-01-11 11:01:26 -08:00
printing
Bug 506041 Part 2: Correct misspellings in source code
2010-05-13 14:19:50 +02:00
prompts
Fix and reenable test from bug bug 620145. a=bustage
2011-01-07 19:47:21 -08:00
remote
Bug 588449 - Fennec on Linux/Qt on N900 bustage. r=doug.turner a=npodb
2010-08-20 18:03:57 -07:00
satchel
Bug 527935 - Part 2: Fix some unit tests to deal with the changes in the input event; r=dolske a=blocking-final+
2010-12-17 14:47:09 -08:00
search
Bug 535538 - searchplugins cannot be found if chrome:// search engine loading is used with flat chrome [r=gavin a=blocking-fennec]
2010-11-04 22:04:19 -04:00
startup
back out about:startup due to crashes during mochitests (a89f24bf1798) a=bustage
2010-12-08 03:43:33 -06:00
statusfilter
Bug 531256 Move nsBrowserStatusFilter from xpfe/browser to toolkit/components/statusfilter. r=dtownsend,sr=Neil
2010-03-03 11:19:57 +00:00
typeaheadfind
Bug 618183 - TypeAheadFind object is kept alive too long, r=jst, a=blocking
2010-12-29 10:11:26 +02:00
url-classifier
Bug 581628. We can end up in situations where mConnection is null due to our use of async proxies that eat error codes. r=sdwilsh, a=bzbarsky
2010-11-19 09:18:08 -05:00
urlformatter
Bug 595394 - Error: formatURL: Couldn't find value for key: SIDEBAR_VERSION; (Bv1) Improve nsIURLFormatter.idl documentation.
2010-09-15 13:58:50 +02:00
viewconfig
Bug 600860 - Add application role to distinguish our more interactive xul pages; r=enndeakin,marco.zehe a=dtownsend
2010-10-07 13:37:28 -04:00
viewsource
Bug 571567 - use <menupopup> instead of <popup>. r=enn
2010-06-22 08:34:21 +02:00
webapps
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00
Makefile.in
Bug 590225 - webapps OS level integration for Android a=blocking-fennec, r=mwu,vladimir, blassey
2010-10-15 14:16:45 -04:00
nsDefaultCLH.js
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
2010-06-22 12:59:15 -04:00
nsDefaultCLH.manifest
Bug 568691 - Convert existing JS components to use NSGetFactory and add manifest files for them. In a followup we will link the .manifest files together at packaging time. This patch was developed on Linux: Windows and Mac may require additional changes.
2010-06-22 12:59:15 -04:00