Commit Graph

3285 Commits

Author SHA1 Message Date
Justin Dolske
f2847be93e Bug 399703 - Password manager offers to store logins with empty passwords. r=gavin 2008-09-07 00:12:34 -07:00
Justin Dolske
b371c503be Bug 447788 - Login not filled if existing form username differs in case. r=gavin. 2008-09-07 00:01:11 -07:00
Justin Dolske
3047dd6c7e Bug 446109 - Password manager can overwrite an existing password in an input. r=gavin 2008-09-06 23:52:15 -07:00
Justin Dolske
46a8525595 Bug 400795 - initial form fill and username autocomplete should share common code. r=gavin 2008-09-06 22:19:02 -07:00
Simon Bunzli
49182a7674 b=338039, p=zeniko, r=enndeakin. Provide easy, right way to restart an application. 2008-09-06 23:30:13 -05:00
Bo Yang
a36c065dd8 Bug 448613 - Initialize nsToolkit correctly when libxul is enabled in a debug version; Av3a; r=benjamin sr=roc 2008-09-07 01:52:54 +02:00
Robert Strong
da91a7ed13 Bug 454026 - Updates directory not removed on install on Vista. r=jmathies 2008-09-22 12:28:45 -07:00
Jason Barnabe
c6373484d6 Bug 318048 - viewing source in external editor never deletes the temp. file; r=gavin.sharp 2008-09-22 21:16:27 +02:00
Ted Mielczarek
7ea12faeb2 bug 448155 - builds should have changeset ID in about:buildconfig when possible. r=bsmedberg
--HG--
rename : toolkit/content/buildconfig.html.in => toolkit/content/buildconfig.html
2008-09-22 14:00:38 -04:00
Michael Kaply
1874e128b3 Bug #430540 - r=sayrer - Microformats - handle microformats in a floated div 2008-09-21 20:14:45 -05:00
Michael Kaply
9bf32f765f Bug #433884 - r=sayre - Microformats - Invalid geos should not appear in vcard at all 2008-09-21 19:05:06 -05:00
Michael Kaply
a1701eca46 Bug #430691 - r=sayre - microformats - When parsing tel or email, ignore type when inferring value 2008-09-21 18:48:15 -05:00
Neil Rashbrook
150fe2417b Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Serge Gautherie
a0323e6f21 Backed out changeset fa8fbd81159d
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
to try to fix leak
2008-09-20 19:41:50 +02:00
Paul O'Shannessy
4e838263de Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh) 2008-09-20 17:02:26 +02:00
Oleg Romashin
33ad3b765b Bug 455527 - In some cases Embedding startup crashes if gAppData == null. r=benjamin. 2008-09-20 03:59:55 -04:00
Marco Bonardo
5edd5fff2c Bug 418671 - Clean up places views drag and drop code, r=mano 2008-09-19 17:47:45 +02:00
Mark Banner
cc8c1ff2e3 Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string. r=enndeakin,ui-review=mconnor 2008-09-19 16:30:51 +01:00
stefanh@inbox.com
3ad678e83f Bug 455749 - Update regionNames.properties. r=smontagu. 2008-09-19 17:12:06 +02:00
Shawn Wilsher
5d3ab665f0 backout merge 2008-09-18 15:05:36 -04:00
Shawn Wilsher
9bf0fdc3ad backout merge 2008-09-18 15:03:15 -04:00
Shawn Wilsher
f46423d1af Backed out changeset eb14737f8488 (places fsync work) 2008-09-18 15:02:55 -04:00
Shawn Wilsher
9bc5bb6827 backout merge 2008-09-18 15:02:17 -04:00
Shawn Wilsher
47008f4df3 Backed out changeset c99b7659dc0a (places fsync work) 2008-09-18 15:01:51 -04:00
Shawn Wilsher
8df9786bcd backout merge 2008-09-18 15:01:01 -04:00
Shawn Wilsher
900250bc91 Backed out changeset f3c9af143cc1 (places fsync work) 2008-09-18 15:00:30 -04:00
Shawn Wilsher
09255da4ab Backed out changeset dabae13daacb 2008-09-18 14:47:31 -04:00
Shawn Wilsher
f909f6ff81 Test breakage fix from bug 449640 2008-09-18 13:51:33 -04:00
Shawn Wilsher
16fef55947 Bug 450290 - Sync the temp tables to the permanent tables.
This changeset adds code that is run at app-startup that will flush out changes
to the temporary tables into the permanent ones.  For moz_places, this is done
whenever we sync moz_historyvisits and when we add or modify a bookmark.  For
moz_historyvisits, this is done on a timer controlled by the preference
places.syncDBTableIntervalInSecs.
Changeset includes full test coverage for the above behaviors.
r=dietrich
r=Mak77

--HG--
rename : toolkit/components/places/tests/unit/head_bookmarks.js => toolkit/components/places/tests/background/head_background.js
2008-09-18 11:10:47 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
ec97557606 Bug 449640 - Modify the places backend to use the temporary tables &
Bug 450705 - Optimize the query changes from the temp table rewrite
This changeset merges patches from two bugs to actually use the temporary tables
created for places.
Bug 449640 patch by Shawn Wilsher <sdwilsh@shawnwilsher.com>
r=dietrich, r=Mak77
Bug 450705 patch by Marco Bonardo <mak77@bonardo.net>
r=sdwilsh, r=dietrich, r=Mardak
2008-09-18 11:10:34 -04:00
Shawn Wilsher
a981391a48 Bug 449086 - Create temporary tables for frequently used places tables
This changeset creates two temporary tables that will be used when inserting
data into moz_places and moz_historyvisits.  This will reduce the number of
writes as well as the number of fsyncs that happen.
r=dietrich
2008-09-18 11:10:09 -04:00
Mark Banner
551d87fd25 Back out changeset 493bbc89ca54 / Bug 325842 2008-09-18 12:05:12 +01:00
Mark Banner
969a0fb15b Bug 325842 Make setting the autocomplete attribute 'completeDefaultIndex' do something sane when the search string does not match the beginning of the result string [r=enndeakin ui-r=mconnor] 2008-09-18 10:09:24 +01:00
Robert O'Callahan
34d5a63301 Bug 454004 - Ctrl+Home / Ctrl+End don't work in Mail Compose window; r+sr=mats.palmgren 2008-09-18 01:28:17 +02:00
Robert Kaiser
a84761b588 bug 453840 - make it possible to create files in the final place for releases, r=ted 2008-09-17 22:53:09 +02:00
Karsten Düsterloh
46ea3f0c28 Bug 438793: treelines for help viewer (NPOFF); r=dao 2008-09-17 22:17:37 +02:00
Ehsan Akhgari
ffac8dc216 Bug 447648 - error message when clearing cookies; r=dcamp 2008-09-17 15:24:35 +02:00
Atsushi Sakai
9e76ec1419 Bug 446536 - Don't save proxy settings for SSL, FTP, Gopher, SOCKS; "test" part; r=gavin.sharp 2008-09-17 15:12:20 +02:00
Atsushi Sakai
6ce040a0bb Bug 446536 - Don't save proxy settings for SSL, FTP, Gopher, SOCKS; "fix" part; r=gavin.sharp 2008-09-17 15:09:37 +02:00
Markus Stange
d1428fa84e Bug 350471 - Reenable pixel scrolling (two-finger touchpad), r=smaug r=smichaud sr=roc 2008-09-17 13:27:19 +02:00
Markus Stange
f300402b06 Bug 439354 - OS X toolbar background doesn't have a good gradient, part 3 / 3, r=mconnor 2008-09-16 13:13:55 +02:00
Neil Rashbrook
1de2da69af 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
Michael Kaply
87a5849856 Bug #429181 - Microformats - header/include coexistence not working
r=sayre
2008-09-14 22:37:41 -05:00
Michael Kaply
f3a089056a Bug #430672 - Microformats - Collapse whitespace in value design pattern
r=sayre
2008-09-14 22:15:00 -05:00
Gavin Sharp
43846126f2 Bug 454022: external editor doesn't work on Mac, r=zeniko 2008-09-15 09:15:43 -04:00
Michael Kaply
54e348143c Bug #433759 - Microformats - handle empty hCalendar description
r=sayre
2008-09-14 18:58:05 -05:00
Dave Townsend
5a0d4e5f00 Bug 454842: Remove unneccessary hack from bug bug 299716 tests that was hiding a now non-existant assertion. r=robstrong 2008-09-14 12:06:53 -04:00
Dave Townsend
8ceb68f79e Bug 368972: Default width/height for plugin placeholders should be 240px/200px (pinstripe fix and mochitest). r+sr=dbaron 2008-09-14 12:03:56 -04:00
Josh Aas
7dd41fda05 clean up plugin entries in toolkit-makefiles. b=453880 r=kairo r=ted 2008-09-13 19:49:09 -04:00
Neil Deakin
f846a77739 Bug 452080, autocomplete panel flickers on mobile because it hardcodes a panel height, instead don't resize when a height is specified, r=gavin 2008-09-13 17:03:07 -04:00
Neil Deakin
f7f3593429 Bug 444735, move search service to toolkit, r=gavin
--HG--
rename : browser/components/search/nsIBrowserSearchService.idl => toolkit/components/search/nsIBrowserSearchService.idl
rename : browser/components/search/nsSearchService.js => toolkit/components/search/nsSearchService.js
rename : browser/components/search/nsSearchSuggestions.js => toolkit/components/search/nsSearchSuggestions.js
2008-09-13 17:01:14 -04:00
Neil Deakin
b30f2e3192 Bug 455091, disable minimize test on Linux due to intermittent failures 2008-09-13 15:48:08 -04:00
Oleg Romashin
fc5fa8db11 Bug 445934 - Layout linking broken in NS_OSSO disable-libxul configuration. r=ted.mielczarek 2008-09-13 07:47:45 +03:00
Phil Ringnalda
361780e6f7 Bug 427965 - remove obsolete install.it, r=rob_strong,pike 2008-09-12 20:56:43 -07:00
Karsten Düsterloh
b5d6625788 Bug 454867: Gnomestripe needs decent treeline styles (for now); r=dao/gavin 2008-09-12 22:58:26 +02:00
Robert Strong
e4e22311ff Bug 454357 - ?force=1 is appended to update url even when the url supplies params. r=dtownsend 2008-09-12 13:18:32 -07:00
Masayuki Nakano
311c53bac4 Bug 454531 default autocomplete panel doesn't have level="top" r=gavin 2008-09-12 02:56:47 +09:00
Marco Bonardo
1d4ddeb7ae Bug 430442 - Undo and redo in the library are sometimes not correctly working, r=dietrich 2008-09-11 16:16:54 +02:00
Robert Strong
325b84ba57 Fix intermittent failure of Bug 451085 on Mac OS X. r=me 2008-09-10 19:17:07 -07:00
Robert Kaiser
2c0122f06d 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
Robert Kaiser
b465c64a64 bug 383833 - eliminate toolkit's mork-based history implementation, step 2: finally kill toolkit history, r=mano 2008-09-11 01:04:06 +02:00
Neil Deakin
f3e1336106 Bug 452805, rearrange so that flavours are ordered in same order as getSupportedFlavours returns, r=neil 2008-09-10 12:57:58 -04:00
Neil Deakin
5194966cd0 Bug 435848, don't allow xul popups in minimized windows, fix window.windowState property and window.restore() on Mac, r=josh,sr=roc 2008-09-10 12:57:57 -04:00
Brad Lassey
f7f1eae0c2 Bug 437950 - Support for mailto: r=cbiesinger 2008-09-10 12:10:23 -04:00
Graeme McCutcheon
5a0b5c0a9b Bug 449116 - Findbar highlighting should not explicitly repaint selection. r=mano 2008-09-10 14:06:49 +02:00
Marco Bonardo
016e09eab3 Bug 451499 - wrong folder icon appears on smart bookmarks, r=dietrich 2008-09-06 17:21:55 +02:00
Robert Strong
acf9005b85 Bug 353177 - Details link has ugly focus while downloading an update. r=dietrich 2008-09-05 09:57:23 -07:00
Shawn Wilsher
c7fa5f7164 Bug 453181 - Remove code that is labeled REMOVE ME
This changeset removes a bunch of code that was labeled REMOVE ME with a release
stated.  All those releases have passed, so let's get rid of the code.
r=dietrich
2008-09-05 12:20:40 -04:00
Oleg Romashin
77c933f0f8 Bug 453821 - Places building in embedding-minimal profile failed. r=edilee. 2008-09-05 17:49:49 +03:00
Honza Bambas
ffe9977404 bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
Natch
dd515511f2 Bug 423469: Theme preview splitter can be moved too far to the left and right. r=mossop 2008-09-05 11:36:22 +01:00
Natch
bdf4fe6426 Bug 424317: Add-on Updates dialogue shown at startup has buttons in the wrong order/position. r=mossop 2008-09-05 10:50:12 +01:00
Kai Liu
917d558796 Bug 433109 - Menu items suffer from vertical alignment problems on Windows, r=gavin,vlad 2008-09-04 20:20:18 -07:00
Shawn Wilsher
6f881e6434 Bug 451590 - nsNavHistory needs nsIClassInfo with THREADSAFE flag
This changeset marks nsNavHistory as threadsafe so we can use the database
connection on more than one thread in JS.  It also adds assertions on every
other public API to ensure that it is only running on the main thread.
r=dietrich
r=bent
2008-09-04 18:11:14 -04:00
Gavin Sharp
02170ceef8 Bug 418343: sort form history autocomplete results alphabetically, r=sdwilsh 2008-09-04 18:05:33 -04:00
Robert Strong
ce890771ed Bug 453693 - updater.exe sometimes creates the lock file in the wrong directory. r=ted.mielczarek 2008-09-04 13:40:28 -07:00
Justin Dolske
4f5890e60b Bug 361517 - Don't fill in passwords / usernames in readonly fields. r=gavin. 2008-09-04 13:08:57 -07:00
Robert Strong
39719eaef4 Test for Bug 390746 2008-09-04 11:15:33 -07:00
Ben Turner
0fb86c8894 Bug 409424 - "Growl integration leaks". r=sdwilsh, josh. sr=jst. 2008-09-04 10:38:47 -07:00
Simon Wagner
2c6f2ecec6 Bug 452958 - Livemarks service does not show children with empty titles, r=dietrich 2008-09-04 19:00:18 +02:00
Robert Strong
c17bd4ecef Bug 390746 - Software Update displays 'AUS: Update XML File Malformed (200)' if system clock is off. ui-r=boriss, r=dtownsend 2008-09-04 09:54:01 -07:00
Mark Banner
8d3cdf378e 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
Régis Caspar
62ad98fef2 Bug 438755, 415579, 419956. Add cancel install as appropriate and disable install button for installed add-ons 2008-09-04 11:11:52 +01:00
Arpad Borsos
3a20bec497 Bug 452316 - "remove photon remains from allmakefiles" [r=ted.mielczarek] 2008-09-04 10:33:18 +01:00
Shawn Wilsher
f22841cdcd Bug 452777 - regression from lastInsertRowID: Undo folder deletion mix up views
r=Mak77
2008-09-03 12:45:20 -04:00
Håkan Waara ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
1652f1d792 Bug 422511 - "Open with 'TextEditor.app'" Should be "Open with 'TextEditor'"
This changeset gets an application bundle's name instead of the bundle's file
name on OS X.
Original patch by Håkan Waara, updated by Shawn Wilsher.
Original patch r=sdwilsh, sr=biesi
Updated patch r=hwaara, sr=biesi
2008-09-03 12:22:16 -04:00
Mark Banner
41e23d2acb Bug 445146 Move editor/ui from mozilla-central to comm-central, build changes r=ted, move r/sr=Neil 2008-09-03 14:35:28 +01:00
Natch
c44117d58c Bug 449402: Don't fetch thumbnails in Add-ons manager if loading images is disabled. r=mossop 2008-09-03 08:42:16 +01:00
Josh Aas
a1acc28838 move default plugin out of samples into modules/plugin. b=360955 rs=jst
--HG--
rename : modules/plugin/samples/default/mac/DefaultPlugin.xcodeproj/project.pbxproj => modules/plugin/default/mac/DefaultPlugin.xcodeproj/project.pbxproj
rename : modules/plugin/samples/default/mac/DefaultPluginPrefix.h => modules/plugin/default/mac/DefaultPluginPrefix.h
rename : modules/plugin/samples/default/mac/English.lproj/InfoPlist.strings => modules/plugin/default/mac/English.lproj/InfoPlist.strings
rename : modules/plugin/samples/default/mac/Info-DefaultPlugin.plist => modules/plugin/default/mac/Info-DefaultPlugin.plist
rename : modules/plugin/samples/default/mac/Makefile.in => modules/plugin/default/mac/Makefile.in
rename : modules/plugin/samples/default/mac/NullPlugin.cpp => modules/plugin/default/mac/NullPlugin.cpp
rename : modules/plugin/samples/default/mac/NullPlugin.rsrc => modules/plugin/default/mac/NullPlugin.rsrc
rename : modules/plugin/samples/default/mac/npmac.cpp => modules/plugin/default/mac/npmac.cpp
rename : modules/plugin/samples/default/mac/npnul.pkg => modules/plugin/default/mac/npnul.pkg
rename : modules/plugin/samples/default/os2/Makefile.in => modules/plugin/default/os2/Makefile.in
rename : modules/plugin/samples/default/os2/dbg.cpp => modules/plugin/default/os2/dbg.cpp
rename : modules/plugin/samples/default/os2/dbg.h => modules/plugin/default/os2/dbg.h
rename : modules/plugin/samples/default/os2/dialogs.cpp => modules/plugin/default/os2/dialogs.cpp
rename : modules/plugin/samples/default/os2/dialogs.h => modules/plugin/default/os2/dialogs.h
rename : modules/plugin/samples/default/os2/maindll.cpp => modules/plugin/default/os2/maindll.cpp
rename : modules/plugin/samples/default/os2/npnul.pkg => modules/plugin/default/os2/npnul.pkg
rename : modules/plugin/samples/default/os2/npnulos2.h => modules/plugin/default/os2/npnulos2.h
rename : modules/plugin/samples/default/os2/npnulos2.ico => modules/plugin/default/os2/npnulos2.ico
rename : modules/plugin/samples/default/os2/npnulos2.rc => modules/plugin/default/os2/npnulos2.rc
rename : modules/plugin/samples/default/os2/npos2.cpp => modules/plugin/default/os2/npos2.cpp
rename : modules/plugin/samples/default/os2/npshell.cpp => modules/plugin/default/os2/npshell.cpp
rename : modules/plugin/samples/default/os2/plugin.cpp => modules/plugin/default/os2/plugin.cpp
rename : modules/plugin/samples/default/os2/plugin.h => modules/plugin/default/os2/plugin.h
rename : modules/plugin/samples/default/os2/utils.cpp => modules/plugin/default/os2/utils.cpp
rename : modules/plugin/samples/default/os2/utils.h => modules/plugin/default/os2/utils.h
rename : modules/plugin/samples/default/unix/Makefile.in => modules/plugin/default/unix/Makefile.in
rename : modules/plugin/samples/default/unix/npnul.pkg => modules/plugin/default/unix/npnul.pkg
rename : modules/plugin/samples/default/unix/npshell.c => modules/plugin/default/unix/npshell.c
rename : modules/plugin/samples/default/unix/npunix.c => modules/plugin/default/unix/npunix.c
rename : modules/plugin/samples/default/unix/nullplugin.c => modules/plugin/default/unix/nullplugin.c
rename : modules/plugin/samples/default/unix/nullplugin.h => modules/plugin/default/unix/nullplugin.h
rename : modules/plugin/samples/default/windows/Makefile.in => modules/plugin/default/windows/Makefile.in
rename : modules/plugin/samples/default/windows/Npnul32.dsp => modules/plugin/default/windows/Npnul32.dsp
rename : modules/plugin/samples/default/windows/dbg.cpp => modules/plugin/default/windows/dbg.cpp
rename : modules/plugin/samples/default/windows/dbg.h => modules/plugin/default/windows/dbg.h
rename : modules/plugin/samples/default/windows/dialogs.cpp => modules/plugin/default/windows/dialogs.cpp
rename : modules/plugin/samples/default/windows/dialogs.h => modules/plugin/default/windows/dialogs.h
rename : modules/plugin/samples/default/windows/maindll.cpp => modules/plugin/default/windows/maindll.cpp
rename : modules/plugin/samples/default/windows/npnul.pkg => modules/plugin/default/windows/npnul.pkg
rename : modules/plugin/samples/default/windows/npnul32.def => modules/plugin/default/windows/npnul32.def
rename : modules/plugin/samples/default/windows/npnul32.dsw => modules/plugin/default/windows/npnul32.dsw
rename : modules/plugin/samples/default/windows/npnul32.rc => modules/plugin/default/windows/npnul32.rc
rename : modules/plugin/samples/default/windows/npshell.cpp => modules/plugin/default/windows/npshell.cpp
rename : modules/plugin/samples/default/windows/npwin.cpp => modules/plugin/default/windows/npwin.cpp
rename : modules/plugin/samples/default/windows/plugicon.ico => modules/plugin/default/windows/plugicon.ico
rename : modules/plugin/samples/default/windows/plugin.cpp => modules/plugin/default/windows/plugin.cpp
rename : modules/plugin/samples/default/windows/plugin.h => modules/plugin/default/windows/plugin.h
rename : modules/plugin/samples/default/windows/resource.h => modules/plugin/default/windows/resource.h
rename : modules/plugin/samples/default/windows/utils.cpp => modules/plugin/default/windows/utils.cpp
rename : modules/plugin/samples/default/windows/utils.h => modules/plugin/default/windows/utils.h
2008-09-02 12:57:44 -04:00
Marco Bonardo
fed5a1056a Bug 442731 - GIF favicons are not resampled in places.sqlite (large icons are stored), r=dietrich, pavlov 2008-09-02 13:59:59 +02:00
Dave Townsend
38b92580c3 Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong 2008-09-02 12:53:34 +01:00
Arpad Borsos
3c87be4ffc 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
Justin Dolske
7bf3216066 Bug 443880. Comment-only change to IDL. r=me, b=443880 2008-09-02 00:35:19 -07:00
Nickolay_Ponomarev
cb89d4ee0f Bug 255726 - about:config context menus do not have default options bolded. r=gavin, ui-r=beltzner 2008-09-02 08:47:46 +02:00
Robert Strong
0bc3b8e923 Bug 452657 - Remove richview from toolkit. r=dtownsend 2008-09-01 13:38:42 -07:00
Robert Strong
55c6ac149b Bug 452128 - Only try to elevate when updating from the application. r=ted.mielczarek 2008-09-01 13:09:57 -07:00
Dão Gottwald
e04c03cec5 Bug 450733 - Deprecate the timed textbox binding. r=enndeakin 2008-08-31 02:44:12 +02:00
Ere Maijala
b81632d3b5 Bug 212316 - Mozilla must handle WM_ENDSESSION message to cleanly unload in case of exiting or restarting windows, r=neil, sr=bsmedberg 2008-08-30 11:57:48 +03:00
Ian Neal
b73a10ba1b Bug 431636 - "seamonkey -h" should mention -migration switch
p=me r=benjamin sr=neil
2008-08-29 22:12:52 +01:00
Shawn Wilsher
837500c108 Bug 452486 - Create components when we actually have a profile
This changeset allows components to register for the profile-after-change
category in the category manager such that they will be initialized when this
topic would normally be dispatched.
r=bsmedberg
2008-08-29 16:40:05 -04:00
Dave Townsend
e62d0391bf Bug 421551: Update Growl framework to 1.1.4. rs=sdwilsh 2008-08-29 18:05:02 +01:00
Justin Dolske
b80359c0ad Whitespace change to force builds. 2008-08-28 14:55:52 -07:00
Paul O'Shannessy
94d1c67b17 Bug 451479 – storage-mozStorage should use COUNT in countLogins. r=dolske, r=sdwilsh 2008-08-28 13:13:42 -07:00
Dave Townsend
7f4c059a7f Backed out changeset 47db77d641d4 from bug 449027 2008-08-28 10:58:17 +01:00
Dave Townsend
35890474fa Bug 449027: Support specifying application range for plugins in blocklist.xml. r=robstrong 2008-08-28 10:55:43 +01:00
Josh Aas
044f0f4026 fix bustage when crashreporter is disabled 2008-08-28 01:23:43 -04:00
Josh Aas
83f26bfaf1 Include obj-c exception info in crash reports. b=451709 r=ted r=bent sr=roc 2008-08-28 00:41:38 -04:00
Shawn Wilsher
538d2ecdf2 Bug 429988 - Use a background thread for places work when possible
This changeset creates a JS module that acts as a wrapper for a background
thread to do places work on.
Tests included!
r=bent
r=dietrich
2008-08-27 22:33:01 -04:00
Armen Zambrano Gasparnian
43fa2bfa56 Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg 2008-08-27 21:49:12 -04:00
Doug Turner
c73edaa453 Bug 452485. wrong check for oom during hardward callback. r=stuart 2008-08-27 06:36:57 -07:00
stefanh@inbox.com
80d194e392 Backing out bug 439354 (changesets a2709097171f and b54001303198) and the dependent bug 449833 (changeset 2b246e03252b) due to perf regressions on Leopard talos boxen. 2008-08-27 21:40:25 +02:00
Robert Strong
29abe2126d Additional tests from Bug 451164. r=dtownsend 2008-08-27 11:05:13 -07:00
Shawn Wilsher
1fa8b0b68c Bug 448054 - Alerts service named notifications are not handled correctly.
Named notifications will now work as expected on OS X with growl.  Also fixed a
few whitespace issues as well as added vim and emacs filemode lines.
r=gavin
2008-08-27 13:02:24 -04:00
Robert Strong
4ee2c65ce0 Bug 405257 - gUpdates.wiz is null in some cases. r=dtownsend 2008-08-27 09:43:07 -07:00
Markus Stange
43c58b9418 Bug 439354 - OS X toolbar background doesn't have a good gradient. Part 2 (browser, toolkit). r=mconnor. 2008-08-27 17:47:16 +02:00
Neil Deakin
be65b4c8f2 Bug 356295, fix up tests caused by EventUtils.js switch to ClientRects instead of box objects 2008-08-27 08:08:41 -04:00
Neil Deakin
7ad96d6b3e Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc 2008-08-27 08:07:27 -04:00
Gavin Sharp
d9b7a7a51b Backed out changeset 7fdbccdc1e94 2008-08-26 19:40:21 -04:00
Gavin Sharp
6b325928cd Bug 452135: add nsBadCertHandler to packages-static, patch by Manish Singh <manish@flock.com>, r=me 2008-08-26 19:39:16 -04:00
Robert Strong
e4c9bca4fd Bug 452174 - Make updater binary parent-pid command line arg optional. r=bsmedberg 2008-08-26 14:06:45 -07:00
Robert Kaiser
ea10cc6e87 bug 386906 - remove xpfe chrome registry, r=bsmedberg 2008-08-26 20:02:43 +02:00
Robert Kaiser
93edae459d 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
Dave Townsend
183cb721bb Bug 430943: Add-ons manager displays Get Add-ons pane even when disabled. r=robstrong 2008-08-26 09:44:52 +01:00
Axel Hecht
1224e6be8f bug 451409, include license for russian dictionary in about:license, patch=unghost@mozilla-russia.org, r=gerv 2008-08-26 10:15:40 +02:00
Mark Banner
ee5ce2182f Bug 438861 Autocomplete does not pass back previous results to a second search. r=enndeakin 2008-08-26 08:34:19 +01:00
Justin Dolske
8c122f03b9 Bug 451155 – Password manager does not work correctly on IDN site whose name contains any character over U+0100. r=gavin 2008-08-25 15:32:59 -07:00
Dan Mills
eeaa4d7fc5 Bug 438925: recognize data: hack as localized prefs in formatURLPref. r=gavin 2008-08-25 14:21:10 -07:00
Robert Strong
27f27a81b4 Remove bogus log statement added by Bug 451164 2008-08-25 11:16:51 -07:00
Robert Strong
4931825ce9 Bug 451692 - updater.exe debug exception - dbgheap.c Line 1279 _CrtlsValidHeapPointer(pUserData). r=bsmedberg 2008-08-25 11:12:25 -07:00
Magnus Melin
46f92fcb9d Bug 444319 - toolkit --help lists non-working -height and -width options, but they don't work in most apps. r=gavin.sharp 2008-08-25 18:38:52 +03:00
Boris Zbarsky
fc1785cbc1 Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux 2008-08-25 11:08:28 -04:00
Neil Deakin
7c92721496 Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc 2008-08-25 21:56:29 +12:00
Markus Stange
637a6507ee Bug 451124 - Fix vertical alignment of context menu submenus. r=Neil. 2008-08-24 23:09:57 +02:00
Håkan Waara
a7170863b1 Bug 394901 - make nsIUserInfo implementation on mac work, and modernize it. r=vlad and r=ted on configure change 2008-08-24 22:44:41 +02:00
Mark Banner
ef334735f9 Backout bug 438861 due to Lk/MH regression 2008-08-24 20:45:57 +01:00
stefanh@inbox.com
efae893209 Bug 451258 - Unused var in customizeCharset.js (actually fix one declaration and remove 3 vars). r=gavin. 2008-08-24 21:13:18 +02:00
Robert Strong
cfda98c8b6 Bug 451164 - Update error messages are often incorrect. r=dtownsend 2008-08-24 11:43:50 -07:00
Mark Banner
c29c0614a5 Bug 438861 Autocomplete does not pass back previous results to a second search. r=enndeakin 2008-08-24 19:37:40 +01:00
Robert Kaiser
cc5775ddaa bug 380786 - clean up xpfe/ after suite moving to toolkit, r=ted sr=Neil 2008-08-24 19:51:03 +02:00
Edward Lee
2958cfc7b7 Bug 451760 - Allow matching at beginning of title/url by pref. r=dietrich 2008-08-24 10:45:33 -05:00
Håkan Waara
cded043ea4 Backed out changeset 55c678462f90 2008-08-20 10:35:07 +02:00
Håkan Waara
cbc9282f2e bug 394901 - modernize nsIUserInfo and make it actually working (for example for non-ASCII names) on mac. r=vlad 2008-08-20 08:58:58 +02:00
Serge Gautherie
e88bf641eb Bug 445376 - In </toolkit/*>, "use a xul <stringbundle/> instead of including the strres.js code"
(Av1) <print*.*>
r=Enn
2008-08-20 00:27:04 -05:00
Shawn Wilsher
631638c56c Bug 451244 - nsNavHistory does not use threadsafe refcounting
This changeset makes nsNavHistory use the threadsafe addref and release macros
so database access can be done off of the main thread via nsPIPlacesDatabase.
r=dietrich
2008-08-19 23:31:53 -05:00
Mike Hommey
ac562b10cf Bug 441140 - "Xremote doesn't work when DISPLAY is not set but --display is" [r=bsmedberg] 2008-08-19 23:12:51 -05:00
Arpad Borsos
7dcef3f649 Bug 445143 - "clean mozilla-central from unneeded references to suite, mail, etc." [r=Standard8 r=ted] 2008-08-19 23:05:00 -05:00
BartZilla
390dd5b8fa Bug 448626 - "fix a (probably harmless) mistake in nsUrlClassifierDBServiceWorker::IsCanonicalizedIP()" [r=dcamp] 2008-08-19 22:47:10 -05:00
Joe Drew
7f741a1112 Bug 446675 - "Remove BeOS port of gfx" [r=vlad] 2008-08-19 22:45:02 -05:00
Dave Camp
66ad0d3422 Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295) 2008-08-19 17:55:30 -07:00
Neil Deakin
f58dac1bbf Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc 2008-08-20 10:31:45 +12:00