Boris Zbarsky
8eab85d08a
Speed up canvas comparisons in bidi mochitests. No bug
2009-02-19 22:04:19 -05:00
Edward Lee
143e26d368
Bug 472924 - Remove RDF import from the download manager. r=sdwilsh
...
--HG--
rename : toolkit/components/downloads/test/unit/bug_381535_downloads.rdf => toolkit/components/downloads/test/unit/empty_downloads.rdf
rename : toolkit/components/downloads/test/unit/test_bug_329741.js => toolkit/components/downloads/test/unit/test_old_download_files_removed.js
2009-02-19 17:28:12 -06:00
Shawn Wilsher
b0d2521c47
Bug 476174 - Default Download Directory (DfltDwnld) uses old Safari 2's value instead of Leopard's ~/Downloads
...
This changeset makes us default to the Downloads folder on OS X 10.5 and later,
and the Desktop for 10.4. Additionally, this fixes bug 301647 ([Mac] remove
support of retrieving the 'system' download folder from
nsDirectoryService::GetFile).
r=gavin
r=josh
sr=bsmedberg
ui-r=beltzner
2009-02-19 18:06:49 -05:00
Boris Zbarsky
73f6060a8c
Bug 84106. Actually pass a cache key to web browser persist so that POST result pages have a chance of being read from cache. Also change nsWebBrowserPersist to accept a session history entry, not just an nsIWebPageDescriptor or necko cache key, as its cache key argument. r=gavin, r+sr=jst
2009-02-19 14:18:02 -05:00
Boris Zbarsky
be72381a85
Merging backout
2009-02-19 09:19:42 -05:00
Boris Zbarsky
efc7569cec
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
2009-02-19 09:14:36 -05:00
Gervase Markham
a0c863530c
Bug 473794 - Include Little cms and SunSoft licences in about:licence
2009-02-19 14:14:10 +01:00
Ehsan Akhgari
7ac7fefe4f
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
2009-02-19 09:22:08 +03:30
Dave Townsend
6df26e1de0
Disable tests from bug 435743 due to test failures
2009-02-18 14:19:27 -08:00
Dave Townsend
4c72fcf56f
Re-enable tests from bug 435743
2009-02-18 11:18:06 -08:00
Michael Ventnor
4d352f3f98
Bug 473882 - Fix pane selectors and page info to look good on dark themes. r=rflint
2009-02-18 20:05:02 +01:00
Ted Mielczarek
add2be2e51
remove some unused cruft. rs=bsmedberg (no bug, NPOTB)
2009-02-18 11:17:54 -05:00
Makoto Kato
400343426c
bug 478843 - /toolkit/xre/nsAppRunner.cpp:1424:6: error: #elif with no expression. r=benjamin
2009-02-18 21:01:05 +09:00
Dão Gottwald
a124a21d10
Bug 478517 - There's no Search-close-rtl.png, Search-close.png is correct regardless of the chrome direction. r=enndeakin
2009-02-17 23:18:54 +01:00
Neil Deakin
afce8281bb
Bug 474149, disable some tests temporarily as they fail on some machines
2009-02-17 13:22:37 -05:00
Neil Deakin
90c37e3e72
Bug 399427, don't update caret position when a xul element is focused, r=neil, sr=roc
2009-02-17 10:51:11 -05:00
Neil Deakin
c3cb40f239
Bug 474149, use SetPopupPosition for popup moveTo handling, should fix jumpiness when moving a popup, r+sr=roc
2009-02-17 10:51:11 -05:00
Ted Mielczarek
79405e8e0e
bug 478221 - make 'make upload' upload symbols zip alongside build. r=bsmedberg
2009-02-17 09:18:50 -05:00
Philippe M. Chiasson
b84c0c6c8e
Bug 452866 - "Teach Socorro/crash-stats about comm-central - add support for multiple source directories to buildsymbols." [r=ted.mielczarek]
2009-02-17 07:46:32 +00:00
Ben Turner
856d380956
Merge backout.
2009-02-16 13:09:46 -08:00
Ben Turner
426aea06f2
Backed out changeset 6430d01da9e3 for failing unit tests on Windows.
2009-02-16 13:08:56 -08:00
Philip Chee
e991ddd089
Bug 476814 - Unfork/Unify customizeToolbar.* and customizeToolbarSheet.*; Patch v1.0 Unfork OSX; r=mano
2009-02-16 16:27:20 +01:00
Gavin Sharp
66b5a953ae
Bug 474527 - onbeforeaccept handler in custom extension <prefwindow> can't prevent the window from closing; r=enndeakin
2009-02-16 16:27:16 +01:00
Axel Hecht
b41bb081d7
bug 475618, xulrunner's platform.ini should include repo and sourcestamp, r=bsmedberg
2009-02-16 14:32:39 +01:00
Marco Bonardo
4662ddb1aa
Bug 478218 - onQuit expiration is not working, changes are never synced to disk, r=dietrich a=blocking191
2009-02-16 12:09:19 +01:00
Drew Willcoxon
8b31027ba9
Bug 455315 - when removing a bookmark we recalculate frecency with wrong isBookmark, r=dietrich
2009-02-16 12:09:19 +01:00
Robert Strong
c2b32e272a
Bug 477908 - Set a smaller value for DOWNLOAD_BACKGROUND_INTERVAL for non official builds. r=mconnor
2009-02-15 23:34:56 -08:00
David Humphrey
ea0d8cc6b5
Bug 380163 - Run commandline handlers on Mac when the app is already running, r=josh, sr=bsmedberg
2009-02-15 19:05:55 -08:00
Graeme McCutcheon
8658382ce5
Bug 471776 - Textboxes with emptytext shouldn't enable undo for display and deletion of empty text. r=enndeakin
2009-02-15 17:35:50 +01:00
Ehsan Akhgari
49edf7e991
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
2009-02-15 10:51:04 +03:30
Shawn Wilsher
62e4ff7c7e
Bug 468705 - cache the result of _getSyncTableStatement in nsDBFlush
...
We can avoid some of the statement parsing, which will help mobile out!
r=mak
2009-02-13 18:01:55 -05:00
Josh Aas
4247f950ec
try disabling tests added in 9b79ff7b4707 in order to clear Linux test failures. CLOSED TREE
2009-02-13 12:34:30 -05:00
Vladimir Vukicevic
3bdaaf6021
b=477727; add WINCE_WINDOWS_MOBILE define and associated configure flag; r=ted
2009-02-12 18:26:01 -08:00
Dave Townsend
43487939b9
Bug 435743: Extensions and updates signed by any installed CA should be accepted (tests). r=robstrong
2009-02-12 13:34:52 +00:00
Marco Bonardo
d40d34bee0
Bug 477739 - Exception when clicking star icon (no editBookmarkPanel, broken JSON backup), r=dietrich a=blocking191
2009-02-12 12:32:52 +01:00
Dão Gottwald
0c2a97a8a9
Bug 475327 - New Tab button is still right side of the Tab bar on Linux. r=gavin
2009-02-12 10:18:37 +01:00
John P Baker
2e13402791
Bug 449730 - favicon doesn't show up when dragging a tab between browser windows. r=gavin
2009-02-12 10:17:31 +01:00
Hubert Gajewski
6bdcd07010
Bug 471989 - atEndOfSession define in cookieAcceptDialog.properties should be capitalize; r=gavin.sharp
2009-02-12 05:16:02 +01:00
Dão Gottwald
aa957769f8
Bug 477693 - chromedir attribute needed on toolbarbuttons for pinstripe's .bookmark-item styling. r=enndeakin
2009-02-11 17:46:59 +01:00
Markus Stange
1a371142f3
Bug 477751 - Attempting to drag item from bookmarks toolbar overflow menu results in entire window moving, r=Enn
2009-02-11 16:56:56 +01:00
Markus Stange
e523a92545
Bug 469631 - Cocoa needs a correct combobox/editable menulist widget, r=dao r=josh sr=roc
2009-02-11 16:54:10 +01:00
Marco Bonardo
d6266d9563
Bug 477916 - Don't allow removing the Places root through bookmarks API, r+a191=dietrich
2009-02-11 11:53:35 +01:00
Marco Bonardo
10063403f7
Bug 477793 - Make sure preventive maintenance cannot act on roots, r=sdwilsh a=blocking191
2009-02-11 11:53:35 +01:00
Vladimir Vukicevic
87ea64415b
b=477727; bandaid wince firefox restart crash; r=stuart
2009-02-10 15:10:08 -08:00
Vladimir Vukicevic
10b1b3230a
b=477727; fix unaligned access in URL classifier; r=dcamp,sr=stuart
2009-02-10 15:10:08 -08:00
Taras Glek
44022ace1a
bug 476897 - add pref to disable caret browsing/f7 - r=gavin
2009-02-10 15:10:07 -08:00
Daniel Holbert
59d61972ae
Bug 461047 follow-up patch - Fix a number of small issues from the nsStringArray to nsTArray<nsString> switchover, mostly related to signed vs unsigned array sizes. r+sr=roc
2009-02-10 12:39:43 -08:00
Dave Camp
b30257f34d
Bug 475632: properly update the classifier's clean fragment cache. r=tony
2009-02-09 22:40:39 -08:00
Dave Camp
41168c1c38
Bug 475436: reloading a blocked page would bypass blocking in some cases. r=tony
2009-02-09 22:40:39 -08:00
Marco Bonardo
a8b322321a
bug 474582 - Disable lastModifiedTime check to try fixing test orange on Linux
2009-02-09 21:49:17 +01:00