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 |
neil@parkwaycc.co.uk
|
e8cd48f958
|
Move the "my domain" autocomplete suggestion to a separate JS component b=370306 r=Standard8 sr=bienvenu
|
2008-05-28 05:01:51 -07:00 |
neil@parkwaycc.co.uk
|
adf9704e04
|
Size the autocomplete popup relative to the page's full zoom b=407912 r=ajschult
|
2008-05-25 14:21:59 -07:00 |
bugzilla@standard8.plus.com
|
f7c31461a8
|
Bug 309081 Sync xpfe autocomplete attributes with toolkit ones (sync case). r=mkmelin,sr=Neil
|
2008-05-15 05:45:31 -07:00 |
alqahira@ardisson.org
|
37e3dfae23
|
Bug 432383 - Validation errors in license.html. r=gerv, a1.9=schrep
|
2008-05-07 18:26:47 -07:00 |
gavin@gavinsharp.com
|
237f1889c9
|
Bug 423104: ship en-US spellcheck dictionary README, extracted text by gerv@mozilla.org and handerson@mozilla.com, patch is r=gerv, sr=mconnor, a=beltzner
|
2008-05-06 14:39:06 -07:00 |
stefanh@inbox.com
|
02fb9d91e9
|
Bug 411226 - Migrate SeaMonkey's smart browsing preferences to new pref window (also rename panel to 'Location Bar'). r=IanN, sr=Neil.
|
2008-05-06 10:10:03 -07:00 |
benjamin@smedbergs.us
|
dd98f928bd
|
Bug 423104 - Add lt and nl dictionary licenses to about:license, r=gerv,harvey,smokey a=schrep This patch does not deal with the en-US dictionary license confusion.
|
2008-05-02 10:53:46 -07:00 |
kairo@kairo.at
|
5930a87255
|
cvs remove the xpfe files obsoleted by the recent checkin for bug 383085 which had r=mento, r/sr=Neil via IRC for cvs removal (files are unused now)
|
2008-05-02 10:34:22 -07:00 |
roc+@cs.cmu.edu
|
fe716e18b0
|
Bug 406730. Track window activation status and set an 'active' attribute on the XUL root so we can style window contents based on activation status. Also provide active+inactive colors to Cocoa chrome drawing and use them based on 'main' state. Patch by Markus Strange, r=josh,sr=roc,a=mconnor
|
2008-05-02 04:32:50 -07:00 |
stuart.morgan@alumni.case.edu
|
b1085ebecc
|
Bug 383085: Stop building console, updates, alerts, and extensions in xpfe/ for non-MOZ_XUL_APP (only affects Camino). r=mento a1.9=beltzner
|
2008-05-01 14:38:25 -07:00 |
timeless@mozdev.org
|
7450957199
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-04-06 05:28:34 -07:00 |
gerv@gerv.net
|
8d59359063
|
Bug 422692 - Update about:license for addition of Red Hat's xdg_user_dir_lookup function to xpcom/io/SpecialSystemDirectory.cpp. Patch by gerv; r=reed.
|
2008-04-03 14:49:03 -07:00 |
gerv@gerv.net
|
04e24879a0
|
Bug 424841 - Add licence text for jemalloc and bits of cairo to about:licence. r=mconnor.
|
2008-04-03 07:43:23 -07:00 |
joshmoz@gmail.com
|
a60acbb918
|
fix wonkiness with modal windows resulting from showModalDialog on Mac OS X. b=395465 r=jst r=smichaud sr=vlad a=beltzner
|
2008-03-23 15:30:56 -07:00 |
Olli.Pettay@helsinki.fi
|
758c9b0305
|
Bug 421209, r=cpearce, sr=jst, a=beltzner
|
2008-03-20 13:24:36 -07:00 |
timeless@mozdev.org
|
e2c269222e
|
reverting, wrong patch, missing AMBIGUOUS
|
2008-03-19 14:55:22 -07:00 |
timeless@mozdev.org
|
5da68b2430
|
Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore
|
2008-03-19 14:19:35 -07:00 |
mozilla@weilbacher.org
|
e1a6b200e0
|
Bug 418105: Remove non-cairo Mac gfx code from the tree, r=joshmoz, sr=vladimir, a1.9=beltzner
|
2008-03-14 12:59:41 -07:00 |
blassey@mozilla.com
|
f15f211ef3
|
backing out: switching narrow char system calls to wide char in windows b=418703
|
2008-03-11 15:46:26 -07:00 |
blassey@mozilla.com
|
f4c05b9b4a
|
switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon
|
2008-03-11 14:49:53 -07:00 |
neil@parkwaycc.co.uk
|
a7f36bb657
|
Bug 421202 nsHTTPIndex should be cycle collected r=sayrer a=dsicore
|
2008-03-08 07:47:34 -08:00 |
reed@reedloden.com
|
de8c4ed841
|
Bug 137091 - "Page Setup Box changes size when switching between Portrait/Landscape" [p=martijn.martijn@gmail.com (Martijn Wargers) r=Neil a1.9=damons]
|
2008-03-08 03:28:34 -08:00 |
reed@reedloden.com
|
2393c211f6
|
Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner]
|
2008-03-08 01:44:35 -08:00 |
neil@parkwaycc.co.uk
|
d95c510b0e
|
Fix nsIAutoCompleteController's handleEvent signature change bustage rs=ajschult
|
2008-03-05 16:27:27 -08:00 |
blassey@mozilla.com
|
516adb4afa
|
backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox
|
2008-03-05 14:56:43 -08:00 |
blassey@mozilla.com
|
7297b9e37e
|
switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner
|
2008-03-05 13:39:29 -08:00 |
joshmoz@gmail.com
|
03afe204b5
|
take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc
|
2008-03-04 09:58:52 -08:00 |
timeless@mozdev.org
|
b0ac824349
|
Bug 412822 nsIFilePicker makes it hard to drop in other url systems r=neil a=dsicore
|
2008-02-26 08:12:17 -08:00 |
mozilla@weilbacher.org
|
9c7624ba2f
|
Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner
|
2008-02-21 00:37:27 -08:00 |
jag@tty.nl
|
8a568d61a6
|
Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep
|
2008-02-18 23:36:50 -08:00 |
jag@tty.nl
|
60e16aa5b6
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
timeless@mozdev.org
|
bd8a091020
|
Bug 257427 opening filepicker without first appending a filter crashes patch by jag r=timeless some parts by me r=jag a=dsicore
|
2008-02-09 20:21:17 -08:00 |
surkov.alexander@gmail.com
|
74279b8815
|
Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep
|
2008-02-08 04:55:57 -08:00 |
bugzilla@standard8.plus.com
|
880f4f99d8
|
Bug 414862 Add-On Manger shows only empty panes, minimal function r/sr=Neil
|
2008-01-30 11:04:33 -08:00 |
reed@reedloden.com
|
79f28e4ffa
|
Bug 404661 - "Remove "this gun is loaded" from the about:config warning" (take two) [p=beltzner@mozilla.com (Mike Beltzner) ui-r=beltzner r=dolske a=blocking1.9+]
|
2008-01-28 23:47:31 -08:00 |
joshmoz@gmail.com
|
83160755f6
|
fix performKeyEvent handling so we don't beep when commands are successful. b=376077 r=smichaud sr=roc
|
2008-01-28 22:11:06 -08:00 |
reed@reedloden.com
|
d53ed79b87
|
Bug 404661 - "Remove "this gun is loaded" from the about:config warning" [p=beltzner@mozilla.com (Mike Beltzner) r=dolske ui-r+a1.9=beltzner a=blocking1.9+]
|
2008-01-26 20:19:23 -08:00 |
alqahira@ardisson.org
|
cf82227063
|
Bug 413686 - Add Camino's Growl usage to trunk about:license (and fix stray copyright year). r=gerv, a/1.9=beltzner
|
2008-01-24 23:29:45 -08:00 |
cbarrett@mozilla.com
|
f0f653eb9b
|
Bug 395455 - Remove unused nativescrollbar.xml. r=enn a1.9=schrep
|
2008-01-15 13:51:58 -08:00 |
dwitte@stanford.edu
|
487da505b0
|
Bug 307437 - xpfe and suite should use the newer nsIPrefService APIs instead of nsIPref. r+sr=neil, suite-only change
|
2008-01-12 18:13:24 -08:00 |
benjamin@smedbergs.us
|
c2788c70b8
|
Bug 410610 - Can't open a local HTML file that has accents (special unicode characters) in its filename, r=luser+Neil
|
2008-01-07 08:38:12 -08:00 |
reed@reedloden.com
|
0f9cea1185
|
Bug 411032 - Separate the warning levels so that GTK+ warnings will only assert on something that deserves an assertion [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
|
2008-01-07 01:57:28 -08:00 |
reed@reedloden.com
|
443df96698
|
Bug 307310 - "crash [@ nsAbout::NewChannel]" [p=b.jacques@planet.nl (Bastiaan Jacques) r=timeless a1.9=schrep]
|
2008-01-06 19:10:09 -08:00 |
bzbarsky@mit.edu
|
74e23f9a48
|
Put more recently focused tabs in a window at the beginning of the named item search order. Bug 407421, r+sr=jst, a=schrep
|
2007-12-14 09:32:41 -08:00 |
bzbarsky@mit.edu
|
93b6079de8
|
Fix bug 342504. r=gavin/neil, sr=bsmedberg
|
2007-12-14 09:27:31 -08:00 |
jag@tty.nl
|
46bce4a5b9
|
Bug 401434: Global History ::RowMatches creates UTF16 strings with the wrong length. r=ajschult, sr=neil
|
2007-12-02 20:25:14 -08:00 |
gerv@gerv.net
|
342f3b9e24
|
Bug 400520 - add Breakpad details to about:license. Patch by gerv; a=beltzner.
|
2007-11-30 15:16:55 -08:00 |
enndeakin@sympatico.ca
|
004c87805a
|
Bug 395334, allow noautohide panels to have a parent so they that float and move with their parent, also fixes bug 395123, r=josh,roc,sr=roc
|
2007-11-28 12:18:11 -08:00 |
stuart.morgan@alumni.case.edu
|
bbe582fd5f
|
Bug 405179: Apply scrollbar changes from bug 384612 to xpfe. r+sr+a1.9=sicking
|
2007-11-28 09:49:34 -08:00 |
reed@reedloden.com
|
951f5dfe7a
|
Bug 376976 - "Crash [@ nsGlobalHistory::IsURLInHistory] null pointer dereference" [p=mook.moz+mozbz@gmail.com (Mook) r=Neil sr=biesi (SeaMonkey only)]
|
2007-11-26 23:41:07 -08:00 |
alqahira@ardisson.org
|
8b155ac14f
|
Bug 403164 - Add Sparkle license to about:license. r=gerv, a/1.9=mconnor
|
2007-11-26 17:47:04 -08:00 |
martijn.martijn@gmail.com
|
d6d272a54c
|
Bug 257722 - No visual feedback when clicking on scrollbarbutton in autocomplete popups (no depressed state), r=neil, SeaMonkey-only
|
2007-11-26 12:01:40 -08:00 |
philringnalda@gmail.com
|
570f4ffaaa
|
Bug 403592 - remove incredibly long-dead nsMdbPtr.h, r=bsmedberg, a=schrep
|
2007-11-18 18:37:24 -08:00 |
reed@reedloden.com
|
73aac5afff
|
Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep]
|
2007-11-13 11:14:07 -08:00 |
stuart.morgan@alumni.case.edu
|
d6654a0384
|
Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep
|
2007-11-13 07:09:11 -08:00 |
rflint@ryanflint.com
|
afd5973062
|
Backout bug 396278 due to failing reftests
|
2007-11-13 06:18:36 -08:00 |
reed@reedloden.com
|
1080778724
|
Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep]
|
2007-11-13 02:30:39 -08:00 |
reed@reedloden.com
|
30b1c7c538
|
Bug 383354 - "Listcell items of type "checkbox" do not allow label cropping (typo in binding)" [p=toddw@ActiveState.com (Todd Whiteman) r=Enn a1.9=damons]
|
2007-11-13 00:17:19 -08:00 |
enndeakin@sympatico.ca
|
182df904de
|
Bug 400893, escape should close panels, r+sr=neil,a=beltzner
|
2007-11-12 13:52:13 -08:00 |
jst@mozilla.org
|
793ae64770
|
Fixing bug 392532. Infinite recursion crash when getting scroll chrome flags off of a window at the wrong point in time. r+sr=bzbarsky@mit.edu, a=vladimir@pobox.com
|
2007-11-11 21:48:24 -08:00 |
joshmoz@gmail.com
|
36f4fea2ce
|
remove nsIMenuListener interface and its usage, cuts some memory usage, faster without it, and code is much cleaner. b=400259 r=smorgan sr=roc a=pav
|
2007-11-09 09:38:33 -08:00 |
stuart.morgan@alumni.case.edu
|
abac27716d
|
Backing out bug 402294, since I forgot it needed approval to land
|
2007-11-03 12:13:04 -07:00 |
stuart.morgan@alumni.case.edu
|
9c6711975a
|
Bug 402294: Switch Camino to getting nsIDownload.h from toolkit rather than xpfe. r=mento
|
2007-11-03 11:57:35 -07:00 |
dbaron@dbaron.org
|
74ce73053b
|
Fix incorrectly namespaced spacer elements. b=321402 r=mconnor a=blocking1.9+/M9
|
2007-10-26 11:07:09 -07:00 |
dbaron@dbaron.org
|
f9feb5362b
|
Fix places where XUL was using display:inline to avoid block-wrapping. b=321402 r=mconnor, r+sr=roc, a=blocking1.9+/M9
|
2007-10-25 16:29:24 -07:00 |
bugzilla@standard8.plus.com
|
7ae20c438b
|
Bug 397147 Move/Remove remaining sidebar code in xpfe/components/sidebar to suite r=KaiRo,sr=Neil,a=sayrer
|
2007-10-13 02:36:30 -07:00 |
bugzilla@standard8.plus.com
|
a1c6e4b202
|
Bug 397147 Move/Remove remaining sidebar code in xpfe/components/sidebar to suite r=kairo,sr=Neil,a=sayrer
|
2007-10-13 02:21:15 -07:00 |
martijn.martijn@gmail.com
|
16e4424b70
|
Bug 399316 - Bug introduced with patch for bug 216434 (autocomplete dropdown covers textbox when textbox is near bottom of screen), r=neil, a=mconnor
|
2007-10-12 03:24:00 -07:00 |
neil@parkwaycc.co.uk
|
094819e739
|
Ensure the tree selection exists before trying to do things to it b=397788 r=jag
|
2007-10-08 05:10:51 -07:00 |
sayrer@gmail.com
|
40f813b8b2
|
Bug 398824. Smooth out status notifications. r=biesi, sr/a=mconnor
|
2007-10-06 13:52:21 -07:00 |
gerv@gerv.net
|
c9122f3571
|
Bug 398009 - fix mangled license headers. a=stuart.
|
2007-10-06 05:08:39 -07:00 |