Граф коммитов

13450 Коммитов

Автор SHA1 Сообщение Дата
Jonathan Steele 2224e98ff2 Bug 456892 - "Removal TopLevelWindowIsModal" [r+sr=Neil] 2008-10-01 00:37:53 -05:00
Robert O'Callahan 9617ccbc59 Backing out bug 448830 2008-09-28 23:13:58 +13:00
Jeremy Lea b971d67ca6 Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint their own types so that we can catch errors by distinguishing pixels from appunits. r+sr=roc 2008-09-28 20:38:34 +13:00
Neil Rashbrook 1204945e7d Followup to bug 443370 to fix handling of RESULT_NOMATCH_ONGOING r=ajschult 2008-09-27 21:36:13 +01:00
Robert O'Callahan 933a4085b6 Backing out bug 448830 2008-09-26 13:10:26 +12:00
Jeremy Lea 9848d4cb07 Bug 448830. Make nsIntRect/nsIntSize/nsIntPoint/nsIntMargin separate types so we get appunit vs pixel typechecking. r+sr=roc 2008-09-26 10:42:19 +12:00
Karsten Düsterloh 73a94cfffc Bug 427817: remove files obsoleted by pref panel migration; r/sr=neil 2008-09-24 20:23:58 +02:00
Serge Gautherie 9be23e1856 Bug 453129 - Remove (2) remnant <nsHistoryLoadListener.h>; Av1; r+sr=neil 2008-09-24 06:47:10 +02:00
Mark Banner c5e6a2b2f6 Fix SeaMonkey bustage from bug 325842. looks reasonable from Neil over irc. 2008-09-19 19:56:33 +01:00
Neil Rashbrook fc32198da7 Bug 454862 Move nsDocLoadObserver so we don't have to copy it during the build process r=ted
--HG--
rename : xpfe/bootstrap/nsDocLoadObserver.cpp => xpfe/bootstrap/appleevents/nsDocLoadObserver.cpp
rename : xpfe/bootstrap/nsDocLoadObserver.h => xpfe/bootstrap/appleevents/nsDocLoadObserver.h
2008-09-18 10:10:22 +01:00
Neil Rashbrook a4e8181755 Bug 454862 Move nsSigHandlers.cpp and showOSAlert.cpp to toolkit/xre instead of copying them there during the build process r=ted
--HG--
rename : xpfe/bootstrap/nsSigHandlers.cpp => toolkit/xre/nsSigHandlers.cpp
rename : xpfe/bootstrap/showOSAlert.cpp => toolkit/xre/showOSAlert.cpp
2008-09-15 16:08:25 +01:00
Arpad Borsos 8cfdcdd170 Bug 451909 - kill MOZ_XUL_APP now that all apps set it; 'xpfe' part; r=neil 2008-09-15 15:07:44 +02:00
Robert Kaiser 0aa8acbd76 bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil 2008-09-11 01:08:57 +02:00
Masayuki Nakano 56d0fa6247 Bug 451015 <panel> element should not be topmost window r=deakin+gavin, sr=neil 2008-09-08 21:58:07 +09:00
Neil Rashbrook c61e2ca385 Bug 453999 Fix handling of partial autocomplete results r=ajschult 2008-09-07 11:01:00 +01:00
Neil Rashbrook a72b9df750 Bug 453999 Bail out early when the autocomplete field is empty r=ajschult 2008-09-07 11:00:17 +01:00
Mark Banner 1341ad1d37 Bug 364168 Winhooks commandline options won't work in suiterunner. r/sr=Neil
--HG--
rename : xpfe/components/jar.mn => xpfe/components/autocomplete/jar.mn
2008-09-04 17:12:18 +01:00
Josh Aas 7be29ef19f fix encoding of window titles in apple events. b=448087 r=smichaud sr=roc 2008-09-03 21:21:46 -04:00
Arpad Borsos 0f9ad64028 Bug 451909 kill MOZ_XUL_APP now that all apps set it. docshell/toolkit cleanup r=benjamin, makefile cleanups r=ted 2008-09-02 10:45:14 +01:00
Serge Gautherie eebabdb379 Bug 453113 - Remove remnant |#include "nsIAutoCompleteSession.h"| from Xpfe <nsGlobalHistory.h>. r/sr=Neil 2008-09-01 12:54:22 +01:00
Robert Kaiser a9c66a9011 bug 380786 - clean up xpfe/ after suite moving to toolkit - clean up xpfe/components, r=ted sr=Neil 2008-08-26 19:39:30 +02:00
Robert Kaiser 089dfd0bd6 bug 380786 - clean up xpfe/ after suite moving to toolkit, r=ted sr=Neil 2008-08-24 19:51:03 +02:00
Dave Camp 9434a19b68 Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295) 2008-08-19 17:55:30 -07:00
Neil Deakin 9c0c4f8ec8 Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc 2008-08-20 10:31:45 +12:00
Mark Banner aad2183d97 Bug 450072 Kill obsolete nsResetPref.js. r/sr=Neil 2008-08-18 18:54:10 +01:00
Robert Kaiser 68e493056e followup kinda-typo fix to bug 443370, use correct index to fix error when doing async autocomplete updates, r=Neil over IRC, NPOTB for FF 2008-08-16 01:49:14 +02:00
Neil Rashbrook 21943037f8 Bug 443370 Toolkit async autocomplete support for xpfe's autocomplete r=ajschult 2008-08-15 13:46:49 +01:00
Mark Banner ee71aa86ca Bug 450087 Move filepicker source code files from xpfe to toolkit. r=ted
--HG--
rename : xpfe/components/filepicker/public/Makefile.in => toolkit/components/filepicker/public/Makefile.in
rename : xpfe/components/filepicker/public/nsIFileView.idl => toolkit/components/filepicker/public/nsIFileView.idl
rename : xpfe/components/filepicker/src/Makefile.in => toolkit/components/filepicker/src/Makefile.in
rename : xpfe/components/filepicker/src/filepicker.pkg => toolkit/components/filepicker/src/filepicker.pkg
rename : xpfe/components/filepicker/src/nsFilePicker.js.in => toolkit/components/filepicker/src/nsFilePicker.js.in
rename : xpfe/components/filepicker/src/nsFileView.cpp => toolkit/components/filepicker/src/nsFileView.cpp
rename : xpfe/components/filepicker/src/nsWildCard.cpp => toolkit/components/filepicker/src/nsWildCard.cpp
rename : xpfe/components/filepicker/src/nsWildCard.h => toolkit/components/filepicker/src/nsWildCard.h
2008-08-11 14:07:51 +01:00
Ere Maijala c4357775bb Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
2008-08-01 10:32:32 -07:00
Mark Banner 24fdaccb02 Bug 441526 Implement highlightNonMatches in toolkit autocomplete. r/sr=Neil for xpfe parts,r=enndeakin for toolkit parts 2008-07-28 09:05:37 -07:00
Ted Mielczarek 316a23c38b merge to backout bug 112294 2008-07-23 08:51:30 -04:00
Ted Mielczarek 483e638bb9 Backed out changeset ed4c2de9fa70 from bug 112294 - failing unit tests 2008-07-23 08:50:22 -04:00
Mark Banner d493789ba5 Bug 446678 Fix test_autocomplete2.xul crashing on SeaMonkey, and fix the test by implementing the searchcomplete event. crash patch by Neil,r=me,other changes by me,r/sr=Neil. 2008-07-23 10:51:14 +01:00
Ere Maijala e8cb6c0617 Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=neil/smaug
sr=roc
2008-07-23 10:26:24 +03:00
Steven Michaud 849e2fec66 Make sure Destroy() is called before an nsIWidget is destroyed. b=434089 r=bzbarsky sr=vladimir 2008-07-18 10:54:12 -05:00
Luis de la Rosa 991f9fa93c Bug 427448 - Applescript curl & ptit query worked in FF2 fails in FF3
r=josh, sr=roc
2008-07-17 13:02:34 -04:00
Serge Gautherie fca5c884a1 Bug 444605 – Remove obsolete references to <nsUpdateNotifier.js>. r=rstrong/jag 2008-07-12 12:13:38 +02:00
Robert Kaiser 9c46f67cc1 fix xpfe autocomplete bustage from bug 438861 to be really in sync with cvs 2008-07-09 19:41:48 +02:00
Justin Wood 6667426271 Bug 440515 Allow up/down arrows to be home/end on the Mac r=Standard8,stefanh [p=Neil]
(from) Bug 443837 - Get SeaMonkey/Thunderbird patches from cvs trunk into mozilla-central
2008-07-08 01:00:48 -04:00
Justin Wood d890ad7495 Fix xpfe autocomplete bustage from bugs 366837/438861 [p=Standard8]
(from) Bug 443837 - Get SeaMonkey/Thunderbird patches from cvs trunk into mozilla-central
2008-07-08 01:00:36 -04:00
Justin Wood 2aaaf51514 "LDAP server connection failed" message erases address b=366837 also Autocomplete only passes back previous results for first search session b=438861 r=ajschult [p's=Neil]
(from) Bug 443837 - Get SeaMonkey/Thunderbird patches from cvs trunk into mozilla-central
2008-07-08 01:00:24 -04:00
Justin Wood 738e00080d Bug 270128 Menu access key should close autocomplete r=aaronlev,ajschult [p=Neil]
(from) Bug 443837 - Get SeaMonkey/Thunderbird patches from cvs trunk into mozilla-central
2008-07-08 00:59:45 -04:00
Robert Kaiser 329e5d40e9 bug 440932 - toolkit dlmgr should be buildable by suite, supplemantal patch for including config.mk early enough, r=ted 2008-07-06 22:37:07 +02:00
Gavin Sharp 9d2af08412 Bug 441876: remove UTF-7 option from browser Character Encoding menus, r=smontagu, sr=bzbarsky 2008-07-05 20:53:48 -04:00
Josh Aas b499ac5fe0 Re-landing. Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc 2008-06-28 03:55:30 -04:00
Josh Aas 04885ac85b back out 433952 2008-06-27 02:52:18 -04:00
Josh Aas 0eba6d9b0d remove change I didn't mean to make in bug 433952 2008-06-27 02:17:20 -04:00
Josh Aas 77f8ca077e Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc 2008-06-27 00:14:45 -04:00
Justin Wood 35a96dbcba Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway 2008-06-25 21:12:25 -04:00
Mark Banner fc6cf68ee3 Bug 432293 Non-browser apps shouldn't need to build xpfe/components/history/public. r=ted,sr=Neil 2008-06-03 10:16:40 +01:00