Chris Double
dd7fc2d9fd
Bug 457964 - changed media paused type to boolean - r+sr=roc
2008-10-29 10:54:17 +13:00
Shawn Wilsher
ffb57e62b1
Bug 462047 - nsPlacesDBFlush.js should have an error handler.
...
This changeset adds the handleError method from mozIStorageStatementCallback to
nsPlacesDBFlush so we can report errors to the error console if they occur.
r=dietrich
2008-10-28 17:44:35 -04:00
Benjamin Smedberg
3a3f316c84
Backed out changeset affcc1c08bc0 (deCOM frame enumerator) due to regression from it or bug 461410.
2008-10-28 02:47:40 -04:00
Benjamin Smedberg
d89e3c2841
Bug 461212 - deCOM frame enumerator, r=mats.palmgren sr=roc
2008-10-28 00:47:19 -04:00
Honza Bambas
7f2567b670
Bug 455871 - [mac] Regression: drag & drop is not working at all after some-time of browser usage; fix, v2 + colorpicker test update; r+sr=roc
2008-10-28 05:44:29 +01:00
Masayuki Nakano
547f377f79
Bug 247161 scrollbar arrows rendered incorrectly with <meta http-equiv="MSThemeCompatible" content="no"/> r=enndeakin, sr=neil
2008-10-28 10:50:21 +09:00
Marco Bonardo
f118fc44e0
Bug 460947 - fsync stuff has a wrong query for expiration sites cap
...
r=dietrich
2008-10-27 18:52:23 -04:00
Marco Bonardo
ed77be778c
Bug 459934 - should lazy-load places autocomplete statements
...
r=dietrich
r=sdwilsh
2008-10-27 18:52:23 -04:00
Shawn Wilsher
53d9ccaa7e
Bug 459789 - lazily get mDB[Invalid|Old]Frecencies
...
r=dietrich
2008-10-27 18:52:23 -04:00
Shawn Wilsher
d3792f99c1
Bug 459788 - Lazily get mDBBookmarkToUrlResult
...
r=dietrich
2008-10-27 18:52:23 -04:00
Shawn Wilsher
53bf616b5a
Bug 459786 - lazily get mDBVisitTo[Visit|URL]Result
...
r=dietrich
2008-10-27 18:52:23 -04:00
Shawn Wilsher
5c893a5e9c
Bug 459787 - remove mDBUrlToUrlResult
...
This changeset removes an unused query that was in the startup path.
r=dietrich
2008-10-27 18:52:22 -04:00
Shawn Wilsher
c7e57e1cb1
Bug 459781 - create our string bundle in a more sane way
...
This changeset only creates the string bundle when we need it, and only in one
place as opposed to two separate places.
r=dietrich
2008-10-27 18:52:22 -04:00
Shawn Wilsher
d3d72c5b09
Bug 459776 - date formatter is unused
...
This changeset removes a small part of code that places does in startup that is
not used or needed.
r=dietrich
2008-10-27 18:52:22 -04:00
Shawn Wilsher
34a4755e8b
Bug 459773 - Creating a collation is expensive
...
This makes a lazy getter for getting our collation saving us about 3% of places
startup time.
r=dietrich
2008-10-27 18:52:21 -04:00
Marco Bonardo
27bd310336
Bug 455474 - cleanup nsNavBookmarks::Init
...
r=dietrich
2008-10-27 18:52:21 -04:00
Marco Bonardo
e8ac5aeecb
Bug 459491 - nsPlacesDBFlush could use async queries instead of background thread
...
r=sdwilsh
--HG--
rename : toolkit/components/places/tests/background/head_background.js => toolkit/components/places/tests/sync/head_sync.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addBookmark.js => toolkit/components/places/tests/sync/test_database_sync_after_addBookmark.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addBookmark_batched.js => toolkit/components/places/tests/sync/test_database_sync_after_addBookmark_batched.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addVisit.js => toolkit/components/places/tests/sync/test_database_sync_after_addVisit.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addVisit_batched.js => toolkit/components/places/tests/sync/test_database_sync_after_addVisit_batched.js
rename : toolkit/components/places/tests/background/test_database_sync_after_modifyBookmark.js => toolkit/components/places/tests/sync/test_database_sync_after_modifyBookmark.js
rename : toolkit/components/places/tests/background/test_database_sync_after_quit_application.js => toolkit/components/places/tests/sync/test_database_sync_after_quit_application.js
rename : toolkit/components/places/tests/background/test_multiple_bookmarks_around_sync.js => toolkit/components/places/tests/sync/test_multiple_bookmarks_around_sync.js
rename : toolkit/components/places/tests/background/test_multiple_visits_around_sync.js => toolkit/components/places/tests/sync/test_multiple_visits_around_sync.js
2008-10-27 18:52:21 -04:00
Shawn Wilsher
866c0b3978
Bug 459315 - Wrap favicon work in a transaction
...
This wraps a series of statements that run on the main thread to reduce the
number of fsyncs that end up happening.
r=dietrich
2008-10-27 18:52:21 -04:00
Shawn Wilsher
2a07d62a96
Bug 459299 - nsNavHistory::SetPageTitleInternal is slow
...
This caches a statement that is created any time a pages title changes. The
creation of the statement took roughly 66% of the functions execution time
according to shark.
It also removes a transaction that was not needed in this method.
r=dietrich
2008-10-27 18:52:21 -04:00
Marco Bonardo
f6e56b6916
Bug 456029 - optimize the temp table triggers
...
This changeset makes the triggers work much faster which should greatly reduce
the timings of adding a visit and a bookmark.
r=sdwilsh
2008-10-27 18:52:21 -04:00
Shawn Wilsher
7a2e763702
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
2008-10-27 18:52:20 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
3fc608c2a6
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-10-27 18:52:20 -04:00
Shawn Wilsher
825b607244
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-10-27 18:52:19 -04:00
Dão Gottwald
47985bcf1a
Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin
2008-10-27 23:42:20 +01:00
Markus Stange
e480835f2f
Bug 457864 - Fix tests to not rely on mouse wheel scrolling being synchronous, r=smaug
2008-10-27 20:24:33 +01:00
Dão Gottwald
6ca3e946c8
Backed out changeset 80ce2b5adcc5
2008-10-27 18:52:29 +01:00
Dão Gottwald
c656eab6fd
Bug 461631 - tabbox.xml#tabs shouldn't determine the parent tabbox over and over again. r=enndeakin
2008-10-27 16:58:24 +01:00
Peter Weilbacher
61bfd14213
[OS/2] Bug 461342: do not lxLite-compress the main executables to prevent icon corruption on some systems, r=wuno
2008-10-26 22:53:57 +01:00
Peter Weilbacher
72975b3beb
[OS/2] Bug 461229: remove tooltip-label from pmstripe's popup.css, r=wuno
2008-10-26 22:17:26 +01:00
Ehsan Akhgari
ac3b7926d1
Merge landing of bug 416714
2008-10-26 22:36:24 +03:30
Ehsan Akhgari
f377a59787
Bug 461714 - Duplicate handleLoad functions in test_privbrowsing.html, r=dolske
2008-10-26 22:34:15 +03:30
Peter Weilbacher
732e9737df
[OS/2] Bug 461650: menu text of background windows should stay unchanged on OS/2, r=dao
2008-10-26 19:45:55 +01:00
Mark Banner
cf03623cfc
Bug 461341 MailNews usernames need decoding on signons file upgrade. r=dolske
2008-10-26 14:27:46 +00:00
Ehsan Akhgari
030f3484b4
Merge landing of bug 461629
2008-10-26 01:19:03 +03:30
Ehsan Akhgari
5ac9cafede
Bug 461629 - Need to remove the "private-browsing-enter" observer at the end of test_privbrowsing.html, r=dolske
2008-10-26 01:16:02 +03:30
stefanh@inbox.com
15f6817fcf
Bug 460668 - Remove useless search-sidebar-closebutton from help.xul (also add emptytext attribute and remove some obsolete css). NPODB. r=Neil.
2008-10-25 17:10:10 +02:00
Nick Kreeger
f8c99dbdd2
Merge bug 458856
2008-10-24 15:43:59 -07:00
Nick Kreeger
ab3431ae6c
Checking in fix for bug 458856 - tree horizontal scroll bar messes up drag-n-drop column rearranging. r=neil/sr=roc
2008-10-24 14:48:33 -07:00
Ben Hearsum
059a931551
bug 453840: fix up pretty name support for win32. r=ted.mielczarek, patch=me
2008-10-24 15:47:48 -04:00
Justin Dolske
0b0b563969
Bug 449522 - Context menu for HTML5 <video> elements. r=gavin, ui-r=boriss
2008-10-22 23:36:52 -07:00
Dão Gottwald
9388b2d6e0
Bug 460934 - tooltip-label class should be globally available. r=neil
2008-10-22 19:15:25 +02:00
Robert Strong
51ac46cda7
Bug 324121 - (EM Patch) Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning. r=dtownsend
2008-10-21 17:48:52 -07:00
Alexander L. Slovesnik
7133447dfb
Bug 335266 - If update of Thunderbird was paused, incorrect message is shown; r=robert.bugzilla
2008-10-22 01:37:51 +02:00
Dmitry Potapov
7214c98ab9
Bug 412610 - "MAXPATHLEN too small for glibc's realpath()" (define MAXPATHLEN as PATH_MAX when PATH_MAX is available) [r=bsmedberg]
2008-10-20 22:55:57 -05:00
Mike Hommey
1f37f46951
Bug 422991 - "'make distclean' misses some files" (cleanup browser/installer) [r=bsmedberg]
2008-10-20 22:17:16 -05:00
Ehsan Akhgari
0d9adfa8b0
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [passwordmgr part]; r=dolske
2008-10-21 01:58:43 +03:30
Axel Hecht
2fbe46e94a
bug 458014, refactor browser/locales/Makefile.in, support both manifests in JarMaker.py, r=ted
2008-10-20 21:57:47 +02:00
Dão Gottwald
f220cbe813
Bug 460769 - arrowscrollbox destruction should cancel smooth scrolling. r=enndeakin
2008-10-20 18:52:12 +02:00
Neil Deakin
d7f87f78dc
Bug 417257, exception using tooltiptext because of binding inheritance of popup, r=neil
2008-10-20 11:33:49 -04:00
Julien RIVAUD
3a6b664ae0
Bug 419293 - "downloading update" dialog's hide button has unneeded and wrong icon; r=gavin.sharp
2008-10-20 14:24:35 +02:00
Dave Camp
1d4a5c99dc
Bug 439281: Handle lookup and expiration of safebrowsing subs by add chunk id rather than host key. r=tony
2008-10-19 20:48:25 -07:00
Dave Camp
4555e35bca
Bug 453723: Short-circuit known-clean hosts in the url-classifier. r=tony
2008-10-19 20:07:46 -07:00
Ehsan Akhgari
c33562fa7e
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [satchel part]; r=mconnor
2008-10-20 00:47:36 +03:30
Ehsan Akhgari
35cba1898f
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [contentprefs part]; r=mconnor
2008-10-20 00:46:22 +03:30
Ehsan Akhgari
229637b291
Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [places part]; r=dietrich
2008-10-20 00:44:59 +03:30
Dave Townsend
6160a863f3
Bug 427155: Searching add-ons for /find bar/ generates an error. r=robstrong, r=laura
2008-10-18 15:03:55 +01:00
Markus Stange
24c418dbdf
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-18 11:57:46 +02:00
Ryan Flint
a65427f3a0
Bug 460235 - Additional search service Ts improvements. r=gavin
2008-10-17 22:34:33 -04:00
Ryan Flint
a1852bf97a
Bug 460235 - Additional search service Ts improvements. r=gavin
2008-10-17 22:24:47 -04:00
Daniel
6c57ef3165
Bug 458588 - remove uses of -moz-outline* and drop the aliases afterwards; m-c part; r=(gavin.sharp + myk) sr=bzbarsky
2008-10-18 00:46:15 +02:00
Asaf Romano
ea32ac412c
Bug 459323 - Drag and Drop in input controls is broken. r=smaug, sr=sicking.
2008-10-17 22:04:55 +02:00
Shawn Wilsher
5edc587690
Backout places fsync changes
2008-10-17 12:29:34 -04:00
Marco Bonardo
877c2f729e
followup to bug 459934, fix memory leak, mpa=mano, for post facto review
2008-10-17 08:56:25 -04:00
Marco Bonardo
4d5942f11f
Bug 459934 - should lazy-load places autocomplete statements
...
r=dietrich
r=sdwilsh
2008-10-17 06:12:53 -04:00
Shawn Wilsher
8cb912ef64
Bug 459789 - lazily get mDB[Invalid|Old]Frecencies
...
r=dietrich
2008-10-17 06:12:53 -04:00
Shawn Wilsher
10cebaa66f
Bug 459788 - Lazily get mDBBookmarkToUrlResult
...
r=dietrich
2008-10-17 06:12:53 -04:00
Shawn Wilsher
2f47ae77b2
Bug 459786 - lazily get mDBVisitTo[Visit|URL]Result
...
r=dietrich
2008-10-17 06:12:53 -04:00
Shawn Wilsher
653538e53f
Bug 459787 - remove mDBUrlToUrlResult
...
This changeset removes an unused query that was in the startup path.
r=dietrich
2008-10-17 06:12:53 -04:00
Shawn Wilsher
bb7e0e8c36
Bug 459781 - create our string bundle in a more sane way
...
This changeset only creates the string bundle when we need it, and only in one
place as opposed to two separate places.
r=dietrich
2008-10-17 06:12:53 -04:00
Shawn Wilsher
d9d1b7f304
Bug 459776 - date formatter is unused
...
This changeset removes a small part of code that places does in startup that is
not used or needed.
r=dietrich
2008-10-17 06:12:52 -04:00
Shawn Wilsher
1d0921f3e0
Bug 459773 - Creating a collation is expensive
...
This makes a lazy getter for getting our collation saving us about 3% of places
startup time.
r=dietrich
2008-10-17 06:12:52 -04:00
Marco Bonardo
867daf5b5f
Bug 455474 - cleanup nsNavBookmarks::Init
...
r=dietrich
2008-10-17 06:12:52 -04:00
Marco Bonardo
53ea567322
Bug 459491 - nsPlacesDBFlush could use async queries instead of background thread
...
r=sdwilsh
--HG--
rename : toolkit/components/places/tests/background/head_background.js => toolkit/components/places/tests/sync/head_sync.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addBookmark.js => toolkit/components/places/tests/sync/test_database_sync_after_addBookmark.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addBookmark_batched.js => toolkit/components/places/tests/sync/test_database_sync_after_addBookmark_batched.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addVisit.js => toolkit/components/places/tests/sync/test_database_sync_after_addVisit.js
rename : toolkit/components/places/tests/background/test_database_sync_after_addVisit_batched.js => toolkit/components/places/tests/sync/test_database_sync_after_addVisit_batched.js
rename : toolkit/components/places/tests/background/test_database_sync_after_modifyBookmark.js => toolkit/components/places/tests/sync/test_database_sync_after_modifyBookmark.js
rename : toolkit/components/places/tests/background/test_database_sync_after_quit_application.js => toolkit/components/places/tests/sync/test_database_sync_after_quit_application.js
rename : toolkit/components/places/tests/background/test_multiple_bookmarks_around_sync.js => toolkit/components/places/tests/sync/test_multiple_bookmarks_around_sync.js
rename : toolkit/components/places/tests/background/test_multiple_visits_around_sync.js => toolkit/components/places/tests/sync/test_multiple_visits_around_sync.js
2008-10-17 06:12:52 -04:00
Shawn Wilsher
f5d2e83ae5
Bug 459315 - Wrap favicon work in a transaction
...
This wraps a series of statements that run on the main thread to reduce the
number of fsyncs that end up happening.
r=dietrich
2008-10-17 06:12:52 -04:00
Shawn Wilsher
4d5fb2f862
Bug 459299 - nsNavHistory::SetPageTitleInternal is slow
...
This caches a statement that is created any time a pages title changes. The
creation of the statement took roughly 66% of the functions execution time
according to shark.
It also removes a transaction that was not needed in this method.
r=dietrich
2008-10-17 06:12:52 -04:00
Marco Bonardo
b71369cd19
Bug 456029 - optimize the temp table triggers
...
This changeset makes the triggers work much faster which should greatly reduce
the timings of adding a visit and a bookmark.
r=sdwilsh
2008-10-17 06:12:52 -04:00
Shawn Wilsher
4f97936d8c
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-10-17 06:12:51 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
5715c324ab
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-10-17 06:12:51 -04:00
Shawn Wilsher
5790687517
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-10-17 06:12:50 -04:00
Justin Dolske
f797fdd19e
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
2008-10-16 15:20:21 -07:00
Shawn Wilsher
810e90b149
Bug 460315 - set journal_mode to TRUNCATE
...
Sets the journal_mode to the places database to TRUNCATE
r=dietrich
2008-10-16 15:59:33 -04:00
Chris Double
7c6c3f79d2
Bug 459765 - Update to libsydneyaudio r3730 r=kinetik
2008-10-16 16:16:29 +13:00
Dão Gottwald
380e4ca4f6
Bug 397493 - Add-ons Update should skip "Continue" if all updates have been successful. ui-r=boriss, r=dtownsend
2008-10-15 15:56:25 +02:00
Robert Strong
7dcd3c33d2
Bug 459218 - Wizard back and next / finish buttons have incorrect space between them (wonstripe). r=dtownsend
2008-10-15 01:39:38 -07:00
Ehsan Akhgari
7ebe50fe0c
Bug 459988 - Download manager does not send the dl-cancel notification, r=sdwilsh
2008-10-15 10:57:23 +03:30
Ehsan Akhgari
4c6e8ba514
Bug 457110 - Support in-memory DB for the downloads manager back-end, r=sdwilsh
2008-10-15 10:54:52 +03:30
Markus Stange
d1ef260d47
Bug 450944 - Turn off shadow for the autoscroll icon, r=mconnor
2008-10-14 17:36:38 +02:00
Marco Bonardo
564c306794
Bug 458683 - Backup only uri nodes into tag containers, r=dietrich
2008-10-14 17:24:08 +02:00
Neil Rashbrook
b50d21d9c9
Bug 459571 Places autocomplete results contain incorrect search string r=sdwilsh,mardak
2008-10-14 14:54:17 +01:00
Neil Rashbrook
434a05f6c1
Bug 459329 Download Manager should honour --disable-vista-sdk-requirements r=sdwilsh
2008-10-14 14:48:55 +01:00
Ben Hearsum
347a38192a
backout bug 453840 to fix win32 l10n
2008-10-13 20:42:23 -04:00
Markus Stange
64f4d1c1e2
Bug 394892 - Draw checkboxes and radiobuttons with NSButtonCell, r=josh sr=dbaron
2008-10-13 18:58:40 +02:00
Marco Bonardo
3b22c3d551
Bug 457698 - nsNavHistoryFolderResultNode::OnItemAdded ignores dynamic containers, r=dietrich
2008-10-13 18:14:50 +02:00
Marco Bonardo
6d926ff1b7
Bug 457686 - appendURINode should not append to a dynamic container if we are inside an excludeItems query, r=dietrich
2008-10-13 18:06:50 +02:00
Marco Bonardo
56441e9d6e
Bug 457681 - if ExcludeReadOnlyFolders is false, readonly dynamic containers are still excluded, r=dietrich
2008-10-13 17:58:36 +02:00
Marco Bonardo
b1351fc910
Bug 457677 - PlacesUtils ignores dynamic containers, r=dietrich
2008-10-13 17:54:25 +02:00
Edward Lee
12436dcf0c
Bug 414326 - Use DownloadUtils for software update downloads. r=sdwilsh, r=robstrong
2008-10-13 10:50:10 -05:00
Markus Stange
47b6afd709
Merge backout of bug 398928
2008-10-13 14:33:01 +02:00
Markus Stange
b6747539e3
Backed out changeset 151e51ec625e (bug 398928) because of unit test orange
2008-10-13 14:30:47 +02:00
Marco Bonardo
68881489cf
Bug 458013 - QueryResultNode Tag refresh optimization is useless as it is, r=dietrich
2008-10-13 14:11:27 +02:00
Markus Stange
bbe8b505b9
Bug 398928 follow-up to fix preferences pane switching, r=Neil
2008-10-13 11:27:40 +02:00
Markus Stange
6cbd4557ec
Bug 398928 - Allow moving a window by dragging toolbar or statusbar, r=enndeakin
2008-10-13 11:24:51 +02:00
Markus Stange
9054ac4763
Bug 414728 - Use text-shadow in the statusbar on Mac, r=rflint
2008-10-13 11:07:00 +02:00
Justin Dolske
d2a5ba9d51
Bug 394611 - Always prompt the user before changing a stored password. r=gavin
...
(relanding with workaround to avoid leak)
2008-10-12 20:05:11 -07:00
Robert Strong
f8a5069900
Partial backout of Bug 453733 to fix Bug 459569
2008-10-12 16:03:38 -07:00
Ben Turner
311284ddff
Bug 455436 - "XPConnect insists on using its own error reporter even when another is already set." r+sr=jst.
2008-10-12 11:32:34 -07:00
Dão Gottwald
0f1ae10b49
Bug 459457 - global.css cleanup: kill formatting.css, remove obsolete stuff, rtl fixes and more. r=neil
2008-10-12 15:25:51 +02:00
Peter Weilbacher
b8af3f6c3f
[OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 2
2008-10-11 14:49:03 +03:00
Justin Dolske
d3e7c4da65
Merge retardedness.
2008-10-10 21:42:19 -07:00
Justin Dolske
1d366de337
Backed out changeset 2f36cde1694c (bug 394611, due to leaks)
2008-10-10 21:39:25 -07:00
Antonio Gomes
936599abd6
Bug 444801 - Implement pref support on snav; r=(doug.turner + mark.finkle)
2008-10-11 03:24:56 +02:00
Jim Mathies
4976b1709a
Bug 445158 - Consider providing a pref that allows users to avoid check for "Launching Applications and Unsafe Files" Internet option; r=(sdwilsh + tellrob)
2008-10-11 03:15:51 +02:00
Steffen Wilberg
afdcf5bda0
In about:config, make accel+f focus the filter box instead of invoking the find bar; r=neil
2008-10-11 03:10:48 +02:00
Justin Dolske
addac0ea7f
Bug 394611 - Always prompt the user before changing a stored password. r=gavin
2008-10-10 18:05:48 -07:00
Robert Strong
6df3911e4a
Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg
2008-10-10 16:17:58 -07:00
Robert Strong
635de34829
Bug 453733 - Software update fails if current directory is root directory (win32 only). r=ted.mielczarek, r=bsmedberg
2008-10-10 16:04:01 -07:00
Robert Strong
570ccf44f5
Bug 458839 - Move errors.xul from update over to extensions since the add-ons mgr. is the only consumer. r=dtownsend
2008-10-10 15:36:46 -07:00
Justin Dolske
9b815f280a
Bug 426991 - Form submission extremely slow on large forms (with form Form history turned on). r=sdwilsh, r=gavin
2008-10-10 14:51:49 -07:00
Arpad Borsos
8b11d938d2
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
2008-10-10 17:04:34 +02:00
Dão Gottwald
d5148beada
Bug 450554 - focus restoring for panels uses a wonky timeout during popuphiding, should wait for popuphidden instead. r=neil
2008-10-10 13:47:17 +02:00
Dão Gottwald
a973462805
Bug 164608 - Menu bars in background windows should be grayed out (disabled appearance). r=neil
2008-10-10 13:11:22 +02:00
Daniel Brooks
dd8dd7dd69
bug 451025: <preferences> element should work outside of a <prefwindow> — fix test failures
2008-10-10 00:23:55 -05:00
Neil Rashbrook
b4f697d73c
Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn (forgot copied file)
2008-10-10 00:25:37 +01:00
Daniel Brooks
e2d8bf93f7
merge bug 451025 — <preferences> element should work outside of a <prefwindow>
2008-10-09 18:15:57 -05:00
Daniel Brooks
e7b73c0816
bug 451187 — <preferences> element should work outside of a <prefwindow>
2008-10-09 18:14:17 -05:00
Neil Rashbrook
4c8fb2c5af
Bug 455880 Move <filefield> to toolkit/content/widgets r=Enn
...
--HG--
rename : toolkit/mozapps/preferences/preferences.xml => toolkit/content/widgets/filefield.xml
2008-10-10 00:04:06 +01:00
Neil Rashbrook
156ff04651
Bug 69710 Disabled menu items need more three-dimensional appearance r=dao
2008-10-10 00:00:46 +01:00
Brian Crowder
6af65853b1
Bug 422793 - remove unused showOSAlert, r=neil
2008-10-09 13:44:17 -07:00
stefanh@inbox.com
afd0f25554
Follow-up fix for bug 458775 (actually use the right attribute). NPOTDFB.
2008-10-09 19:30:47 +02:00
Ben Hearsum
74b8c68139
bug 453840: make it possible to create files in the final place for releases - follow-up to MOZ_PKG_PRETTYNAMES patch to support win32
2008-10-09 08:53:28 -04:00
stefanh@inbox.com
f550b0f0e5
Bug 458775 - Make use of new search textbox widget in Help. r=dao. NPOTDFB.
2008-10-09 18:32:45 +02:00
Dave Townsend
b9adbd3ed7
Bug 457632: notificationbox doesn't remove notifications immediately. r=neil@parkwaycc.co.uk
2008-10-09 10:35:01 +01:00
Robert Sayre
6579c458ac
Merge.
2008-10-08 21:17:03 -04:00
Shawn Wilsher
acda45683c
Backout of places fsync work.
2008-10-08 20:43:03 -04:00
Shawn Wilsher
8b2eb62a70
Removing debugging code from earlier today in the download manager test.
2008-10-08 19:37:05 -04:00
Robert Sayre
bef8140a39
Bug 458959. this.JSON is enumerable. r+sr=mrbkap
2008-10-08 19:33:26 -04:00
Shawn Wilsher
de1e984f08
More test file cleanup so failed runs don't cause perpetual failures...
2008-10-08 16:31:14 -04:00
Shawn Wilsher
a4fad3b421
Remove the places.sqlite file for download manager tests because of expiration tests.
2008-10-08 16:07:22 -04:00
Shawn Wilsher
c98997004c
A bit more debugging output for the test...
2008-10-08 15:57:10 -04:00
Shawn Wilsher
51502c3da6
Adding some dump statements to figure out what is gong on with tinderbox.
2008-10-08 15:26:39 -04:00
Marco Bonardo
aa1a80c7fa
Bug 456029 - optimize the temp table triggers
...
This changeset makes the triggers work much faster which should greatly reduce
the timings of adding a visit and a bookmark.
r=sdwilsh
2008-10-08 13:12:53 -04:00
Shawn Wilsher
e957f42a86
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-10-08 13:12:48 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
3489e87121
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-10-08 13:12:42 -04:00
Shawn Wilsher
871b5a0213
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-10-08 13:10:04 -04:00
Dão Gottwald
386ee8df12
Bug 438302 - Remove Pinstripe text-shadow hacks. r=rflint
2008-10-08 16:40:36 +02:00
Serge Gautherie
486d7099bd
Bug 453166 - 'TestCrashReporterAPI' : "mFreeCount: LEAKED 231 + mAdoptFreeCount: LEAKED 7"; r=benjamin
2008-10-08 02:22:46 +02:00
Ryan Flint
253b150aeb
Bug 394979 - Search Service is slow on startup. r=gavin
2008-10-06 16:57:18 -04:00
Daniel Holbert
72c410a648
Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe
2008-10-01 23:49:45 -07:00
Justin Dolske
c7a8de4b6c
Bug 448909 - Need more controls WHATWG Video tag. r=mconnor, r=bz
2008-10-01 01:00:22 -07:00
Reed Loden
4afd91a53f
Add missing </ul> to address review comment for bug 450358.
2008-10-01 01:28:17 -05:00
Chris Double
76c66a1f3e
Bug 450358 - "Xiph and CSIRO licenses should appear in about:license for media/* code" [r=gerv]
2008-10-01 01:25:12 -05:00
Justin Dolske
f5dac2e8aa
Bug 457358 - need to reset UTF8 converter after it encounters invalid input (pwmgr problems in FF3.0.3). r=gavin
2008-09-30 22:08:46 -07:00
Ben Turner
21e1a3e936
Bug 450452 - 'Implement XHR (minus X) for worker threads. r+sr=jst'
2008-09-30 16:56:57 -07:00
Doug Turner
9d5f8695fc
Merge
2008-09-30 16:18:13 -07:00
Asaf Romano
cbd3ebb899
merge
2008-10-01 02:08:26 +03:00
Doug Turner
e7058cf257
Adding Ws2 to link line for windows mobile. patch by blassey, r=dougt
2008-09-30 14:37:55 -07:00
Doug Turner
4eff22b11e
Bug 420928, 457331. Fixes main entry point on windows ce. minor windows mobile fixes in XR. r=bsmedberg
2008-09-30 14:34:55 -07:00
Dave Camp
da772567c5
Merge for backout of bug 453723.
2008-09-30 12:25:20 -07:00
Dave Camp
60ab0e3cd6
Backed out changeset 74aad43f37a5 (bug 453723).
2008-09-30 12:24:43 -07:00
Dave Camp
39772c885f
Merge for backout of 38a48d485876
2008-09-30 12:24:10 -07:00
Dave Camp
c7fe99888b
Backed out changeset 38a48d485876 (bug 426932).
2008-09-30 12:23:31 -07:00
Arpad Borsos
3da6ac3d8d
bug 445321 - remove --enable-glitz and related defines. r=vlad,ted
2008-09-30 13:53:38 -04:00
Asaf Romano
68844daabf
Bug 456048 - Use the new D&D API in tabbrowser.
2008-09-30 18:19:00 +03:00
Markus Stange
e384335a50
Bug 456216 - Add attributes "first-visible" and "last-visible" to the first and last visible radio buttons of the Add-ons Manager toolbar, r=Mossop
2008-09-30 12:59:42 +02:00
Dave Townsend
37ae694376
Remove unnecessary strings from bug 391728.
2008-09-30 10:02:34 +01:00
Marco Bonardo
bd07734758
Bug 448584 - Don't save invalid uri nodes while doing a JSON backup (don't stop while saving data), r=dietrich
2008-09-30 10:41:36 +02:00
Dietrich Ayala
89c275d5aa
Bug 420331 - wyciwyg: uris show up in location bar (r=mardak)
2008-09-29 23:46:52 -07:00
Dave Townsend
88609aff7a
Bug 391728: No placeholder for disabled plugins (frontend). r=gavin
...
--HG--
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/gnomestripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/gnomestripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/pinstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/pinstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/pinstripe/mozapps/plugins/pluginDisabled.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-16.png => toolkit/themes/winstripe/mozapps/plugins/pluginBlocked-16.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric-aero.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled-aero.png
rename : toolkit/themes/winstripe/mozapps/plugins/pluginGeneric.png => toolkit/themes/winstripe/mozapps/plugins/pluginDisabled.png
2008-09-30 07:31:19 +01:00
Dietrich Ayala
2fa7f086c3
test for bug 331459 - Places query ignores onlyBookmarked
2008-09-29 23:28:08 -07:00
Dietrich Ayala
5d9c44b264
pushing test for bug 433317, forgot to check-in initially
2008-09-29 23:22:46 -07:00
Dave Camp
54db31ddcb
Workaround for race in tests for bug 453723. Tracking a better solution in bug 457790.
2008-09-29 18:49:41 -07:00
Marco Bonardo
a599a40812
Follow-up to Bug 329534 - Live bookmarks load way too aggressively. Try to workaround possible VM timers bugs that could cause test failures. r=dietrich
2008-09-30 01:24:44 +02:00
Dave Camp
670a9b8f96
Bug 453723: Short-circuit known-clean hosts in the url-classifier. r=tony
2008-09-29 16:18:21 -07:00
Dave Camp
415594b7fe
Backed out changeset 1a971f9406f8 due to unit test failures.
2008-09-28 17:14:46 -07:00
Dave Camp
7a5ba0ed93
Bug 453723: Short circuit known-clean hosts and fragments in the url-classifier. r=tony
2008-09-28 16:42:19 -07:00
Dão Gottwald
0630abcf7b
Bug 288194 - XUL <textbox> is too hard to focus. r=enndeakin
2008-09-28 20:58:48 +02:00
Mark Banner
273f9cbd00
Backed out changeset 93928936b1ab bug 382690 due to check-in during string freeze.
2008-09-28 15:54:24 +01:00
Steffen Wilberg
282fdc2971
Bug 382690: In about:config, make accel+f focus the filter box instead of invoking the find bar. r=neil
2008-09-28 09:49:08 +02:00
Dietrich Ayala
c75159123b
Bug 457396 - in test_history_expiration add the visit in the past to circumvent possible VM timing bugs (for mak77@bonardo.net, r=sdwilsh)
2008-09-27 14:17:30 -07:00
Takeshi Ichimaru
820d6827ba
Bug 329534 - Live bookmarks load way too aggressively (lock up/hang/freeze browser), r=dietrich, mak77
2008-09-27 13:05:28 +02:00
Karl Tomlinson
a5d88b8c31
b=454730 MOZ_PANGO_CFLAGS for toolkit/xre r=bsmedberg
2008-09-27 12:17:28 +12:00
Shawn Wilsher
25ae6c3b9f
merge for backout of bug 456910
2008-09-26 15:55:41 -04:00
Shawn Wilsher
abd0d61c89
Backed out changeset ebafcda56f98 (bug 456910)
...
Backed out for Tp regression (bug 457288)
2008-09-26 15:55:03 -04:00
Shawn Wilsher
4a538b5c1c
Backout of last four changesets (places fsync work)
2008-09-26 14:20:14 -04:00
Marco Bonardo
ac570e5be2
Bug 456029 - optimize the temp table triggers
...
This changeset makes the triggers work much faster which should greatly reduce
the timings of adding a visit and a bookmark.
r=sdwilsh
2008-09-26 13:47:29 -04:00
Shawn Wilsher
2a6d34742b
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-26 13:47:19 -04:00
Marco Bonardo ext:(%2C%20Shawn%20Wilsher%20%3Csdwilsh%40shawnwilsher.com%3E)
b9562883b9
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-26 13:45:59 -04:00
Shawn Wilsher
124206e4de
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-26 13:43:41 -04:00
Dave Townsend
c4f31bbd86
Bug 391728: No placeholder for disabled plugins (strings) r=gavin
2008-09-25 20:31:04 -07:00
Taras Glek
63334ec525
bug 417125: fix prbool issues, r+sr=roc
2008-09-25 15:39:18 -07:00
Karl Tomlinson
a1f89017f4
b=454730 Move shutdown of GTK's fontmap from gfxPlatformGtk to nsAppRunner r=roc sr=bsmedberg
2008-09-26 10:38:25 +12:00
Doug Turner
ee0b5f64a6
Bug 457053 - MessageBoxA doesn't exists on windows mobile. r=bsmedberg
2008-09-25 14:34:53 -07:00
Serge Gautherie
aaf9eb3a99
Bug 453220 - In <nsDragAndDrop.js>, "Error: redeclaration of const kNonStringDataLength"; (Bv1) Move the const; r=enndeakin
2008-09-25 23:32:17 +02:00
Shawn Wilsher
af8e0300cd
Bug 456910 - Stop using exclusive locking in places
...
This allows us to greatly reduce the number of fsyncs when upgrading to sqlite.
The perf loss in no longer using this locking is not significant (10^-6 %).
r=dietrich
2008-09-25 13:50:41 -04:00
Graeme McCutcheon
b82214fc9e
Bug 451286 - 'Highlight all' does not seem to work at all across frames; r=mano
2008-09-25 18:37:44 +02:00
Graeme McCutcheon
fece23f5c9
Bug 429723 - Empty findbar turns red and "Phrase not found" is displayed when "Highlight all" is enabled and search term is removed; r=mano
2008-09-25 18:27:52 +02:00
Josh Aas
b7e93895fb
Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton
2008-09-25 12:23:33 -04:00
Marco Bonardo
77bb2e6d9c
Bug 407468 - Livemark loading and failed to load messages should be static menuitems from menu.xml, original patch by Michael Schonfeld <dev@schonfeld.org>, r=mano
2008-09-25 12:30:33 +02:00
Mark Banner
8e77653874
Part of bug 360648 Thunderbird autocomplete migration, enable building of the toolkit autocomplete implementation for Thunderbird. Only affects Thunderbird. t=ted,dmose
2008-09-24 17:54:14 +01:00
Justin Dolske
d261d66277
Bug 454708 - storage-Legacy can throw when calling ConvertToUnicode. r=gavin
2008-09-24 09:12:23 -07:00
Ted Mielczarek
018a3e394b
bug 448155 - bustage fix for scratchbox's old mercurial
2008-09-23 12:10:40 -04:00
Gavin Sharp
97caa62981
Merge backout with previous tip
2008-09-23 11:47:43 -04:00
Vladimir Vukicevic
44547978d9
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage (again); r=me
2008-09-22 17:34:42 -07:00
Vladimir Vukicevic
3222066eb1
b=448155; fixup patch for hg identify -i not working in scratchbox to fix mobile build bustage; r=me
2008-09-22 17:30:36 -07:00
Phil Ringnalda
b65979710c
Bug 454360 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2008-09-09 21:33:27 -07:00
Robert Strong
bc2c387004
[Win32] Bug 454130 - Deprecate the ini creation macros from common.nsh. r=jmathies
2008-09-09 19:17:16 -07:00
Ted Mielczarek
468a3823fc
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Ben Turner
50902af701
Merge backout.
2008-09-08 13:51:17 -07:00
Ben Turner
db0c18578b
Bug 435848 - Backed out changeset 9b9968a7c755 due to failing unit tests.
2008-09-08 13:50:45 -07:00
Robert Strong
38a27e41e8
Bug 451085 - Add updater tests for applying mar files. r=dtownsend
2008-09-08 11:57:10 -07:00
Robert Strong
d871875d8e
Bug 453870 - Give app update some XPCOMUtils love. r=dtownsend
2008-09-08 11:37:30 -07:00
Neil Deakin
90fdd3385a
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-08 12:09:35 -04:00
Dão Gottwald
015f4e5929
merge
2008-09-08 15:19:37 +02:00
Dão Gottwald
729e394eb6
Backed out changeset 34b79df24e18
2008-09-08 15:19:10 +02:00
Anoop Saldanha
adb7b1e579
Bug 436553 - Automate litmus test for closing the download manager; r=sdwilsh
2008-09-08 15:06:42 +02:00
Masayuki Nakano
fff8c31ca3
Bug 451015 <panel> element should not be topmost window r=deakin+gavin, sr=neil
2008-09-08 21:58:07 +09:00
Dão Gottwald
9e167ed4c8
Bug 331940 - Should be able to pass a line number to the external viewer/editor (add missing semicolon)
2008-09-08 14:10:11 +02:00
Simon Bünzli
e5ebc38a43
Bug 331940 - Should be able to pass a line number to the external viewer/editor. r=gavin
2008-09-08 14:06:06 +02:00
Simon Bünzli
6a35d54e4e
Bug 424644 - button for default action ("Restart Firefox") should be on the left. r=ted
2008-09-08 14:01:53 +02:00
KUROSAWA, Takeshi
8cdc35e80a
Bug 422677 - datepicker/timepicker should handle third separator (ex. for YYYY年MM月DD日 format). r=enndeakin
2008-09-08 13:41:07 +02:00
Ehsan Akhgari
22b02ac324
Bug 372826 - Update about:license, about:buildconfig to the new style/look of about:. r=gavin
2008-09-08 10:49:48 +02:00
Ginn Chen
b807ca4816
Bug 440714 use -xldscope for Sun Studio on Solaris r=vladimir,benjamin sr=benjamin
2008-09-08 14:21:07 +08:00
Simon Bünzli
27f912551c
Bug 380752 - Choose better accesskeys for about:config. r=gavin
2008-09-07 18:05:46 +02:00
Steffen Wilberg
5222d5ac9f
Bug 449669 - use the new search textbox binding in about:config. r=mano
2008-09-07 17:57:24 +02:00
Serge Gautherie
d583b6d94c
Bug 450938 - "test_417228-other-roots.js:89: strict warning: assignment to undeclared variable excludedFolderId"; Av1; r=mano
2008-09-07 16:46:41 +02:00
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
Robert Strong
b03db64c2d
Bug 450790 - Remove testnsUpdateService.js. r=dtownsend
2008-08-19 15:22:11 -07:00
Robert Strong
56b461156d
Followup to bug 446527 - make %LOCALE% optional, r=dtownsend,bsmedberg
2008-08-19 15:37:00 -04:00
Oleg Romashin
3689c78e35
Bug 436830 - AutoConfig module not covered by MOZ_PREF_EXTENSIONS ifdef, r=bsmedberg
2008-08-19 15:30:56 -04:00
Marco Bonardo
f682e17963
Bug 411966 - Wrong favicon appears in the bookmarks list, r=dietrich
2008-08-19 11:26:16 -04:00
Paul Rouget
62a480b9cd
Bug 402655 - Editable trees: double-click for cell editing also expands/collapses container treeitem. unit test by Marco Bonardo <mak77@bonardo.net>. r=enndeakin, sr=neil
2008-08-19 10:55:49 -04:00
Serge Gautherie
006237fb18
Bug 312661 - Software Update 1st step displays 'AUS: Update XML File Malformed (200)' if working offline . r=rstrong
2008-08-18 20:49:32 -07:00
Oleg Romashin
31287c3ee2
Remove the rest build rules for old embedding API - bug 450936. r=pavlov
2008-08-19 02:55:55 +03:00
Steffen Wilberg
4d8adefcee
still Bug 430980, fix indent.
2008-08-18 21:57:43 +02:00
Steffen Wilberg
afc9fe8cef
Bug 430980: don't package help viewer theme/locale files. r=gavin
2008-08-18 21:52:20 +02:00
Mark Banner
334818b1d5
Bug 450072 Kill obsolete nsResetPref.js. r/sr=Neil
2008-08-18 18:54:10 +01:00
Neil Deakin
fe4ae1694f
Bug 393429, remove debugging line from popup test so it runs entirely, r= gavin
2008-08-18 13:53:59 -04:00
Marco Bonardo
9ac24ff28a
Bug 427142 sporadic test_393498.js failure on bm-win2k3-pgo01 because of VM timer issues. r=dietrich
2008-08-18 12:55:24 -04:00
Robert Strong
13b6095ca1
Bug 446527 - major update not offered when some language packs are installed. r=dtownsend, r=bsmedberg
2008-08-17 19:15:10 -07:00
Justin Dolske
3ee8efc7fc
Fix tests on Windows and re-enable mozStorage for password manager (bug 288040)
2008-08-17 16:12:57 -07:00
Robert Strong
b32937f301
Adding general application update service tests from Bug 446527. r=dtownsend, r=bsmedberg
2008-08-16 22:40:34 -07:00
Stuart Parmenter
c126af8547
bug 448989. Merging the mozilla-qt repository. r=me,vlad
2008-08-16 23:18:27 -07:00
Dietrich Ayala
974dc64fd8
Bug 450674 - Fix test_expiration.js
...
r=sdwilsh
2008-08-16 18:34:36 -04:00
Shawn Wilsher
b77395a679
Bug 449884 - Stop using mozIStorageConnection::GetLastInsertRowID
...
It turns out that this is not a safe function to use at all when you start using
the database connection on more than one thread. It also does not work as
expected when triggers are used to insert data into a database.
r=dietrich
2008-08-16 18:28:28 -04:00
Shawn Wilsher
186dba48ff
Bug 444763 - Use an unshared cache connection instead of a shared one
...
This makes places no longer use a shared cache for the database. This wins us
about 7% for location bar queries. For those needing access to the places
database now, they should QI nsINavHistoryService to nsPIPlacesDatase and get
the database connection off of it.
r=dietrich
2008-08-16 18:23:24 -04:00
Shawn Wilsher
d2b18f154b
Bug 449506 - Expose the places db connection
...
This adds a private interface that consumers can QI to to get access to the
internal database connection.
r=dietrich
2008-08-16 18:21:23 -04:00
Robert Strong
acf4fab526
Adding general application update service tests from Bug 446527 without the Makefiles since the tree is not green - NPOB for now. r=dtownsend, r=bsmedberg
2008-08-16 13:27:09 -07:00
romaxa
b9dd045b06
Bug 408925: XRE_InitEmbedding does not initialize properly profilelock and gDirServiceProvider. r=bsmedberg
2008-08-16 16:20:35 +01:00
Matthew Gertner
1587df72eb
Bug 435033: -override is not passed to spawned process on EM restart. r=bsmedberg
2008-08-16 16:19:43 +01:00
Mike Hommey
8ffe1d929d
Bug 441137: Handle -remote earlier. r=bsmedberg
2008-08-16 16:18:43 +01:00
romaxa
666a1bc911
Bug 441979: gAppData null check not required in nsXREDirProvider::GetUserDataDirectoryHome. r=bsmedberg
2008-08-16 16:13:35 +01:00
Régis Caspar
45ff8740fb
Bug 386434: Add-ons aren't sorted correctly in Add-ons manager (problem with non-ascii chars). r=dtownsend
2008-08-16 16:05:07 +01:00
Kai Engert
b896a8b0e7
Backed out changeset 3770c42e3118
2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4
Bug 428009, hook up ssltunnel to mochitest
...
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Justin Dolske
062f461cf0
Partially backout bug 288040 while looking into annoying Windows test failures.
2008-08-15 21:14:58 -07:00
Justin Dolske
7ed9fcca50
Test bustage fix.
2008-08-15 17:52:42 -07:00
Paul O'Shannessy
348021ae37
Bug 288040 – convert signons3.txt to mozstorage. r=dolske, r=sdwilsh
...
--HG--
rename : storage/test/unit/corruptDB.sqlite => toolkit/components/passwordmgr/test/unit/data/corruptDB.sqlite
2008-08-15 15:41:22 -07:00
Neil Deakin
a3d15d68b0
Bug 111034, add clientXXX, scrollXXX properties, attempt 2, r+sr=roc, attempt 2 with microformat fix
2008-08-15 18:26:37 -04:00
Kevin Brosnan
89c6530f47
Bug 414083: 'Add-ons' should not be capitalized in offlineUpdateMsg. r=robstrong
2008-08-15 16:26:25 +01:00
Dave Townsend
b48b06ff04
Bug 448051: Add function names through the extension manager. r=robstrong
2008-08-15 16:23:48 +01:00
Oleg Romashin
f60c5c61e0
Removed old embedding API
...
Removed old GLITZ stuff
2008-08-15 09:31:55 +03:00
Oleg Romashin
38e95b5eeb
merge with mozilla-central
2008-08-16 03:39:26 -04:00
Dave Camp
3c89848dc7
Bug 434805: work harder to recover from url-classifier db corruption. r=tony
2008-08-14 22:46:41 -07:00
Doug Turner
5082f6b3c6
bug 450467. on OSSO, use vendor and app name when calling osso_init. r=bsmedberg
2008-08-12 23:11:00 -07:00
Dão Gottwald
8a071ffca6
Bug 449661 – Use the new search textbox binding in the password manager. r=mconnor
2008-08-15 04:27:54 +02:00
Régis Caspar
ce960a7bcb
Bug 414628 – right clicking on links in addons manager acts as a left click. r=rstrong
2008-08-14 21:22:40 +02:00
Dave Townsend
433e26280f
Bug 436719: Read updater.ini from app dir, not gre. r=bsmedberg, r=robstrong
2008-08-14 17:08:03 +01:00
romaxa
7df1a08f25
Bug 439619 – Extension manager "Install..." fails if appendFilter iface not implemented. r=rstrong
2008-08-14 12:31:54 +02:00
Dave Townsend
fdf19e9628
Bug 427379: Redundant factory object in nsExtensionManager.js. r=rflint
2008-08-14 10:43:43 +01:00
Boying Lu
ca67c262b1
Bug 448480 - Build failure in crashreporter on SunOS, r=ted
2008-08-14 07:59:44 +02:00
Dão Gottwald
40d01ee3ef
merge
2008-08-13 09:53:12 +02:00
Dão Gottwald
d6eb562dc8
Backed out changeset be5521120b06
2008-08-13 09:52:48 +02:00
RIVAUD Julien (_FrnchFrgg_)
6b8d344fb7
Bug 420595 - Change the acceptButton icon to a "save" one when there is no choice. r=sdwilsh
...
Bug 420595 - "you have chosen to open" dialog uses wrong icon
When we present the basic choice for actions in the download helper
window, the accept button has the only effect of saving; thus we
should change the icon from "OK" to "Save".
2008-08-13 08:53:09 +02:00
Marco Bonardo
56162e6327
Bug 411966 – Wrong favicon appears in the bookmarks list. r=dietrich
2008-08-13 08:44:38 +02:00
Rob Campbell
4c5341b4ae
Bug 316382 – Bad information text "Firefox may check periodically for new updates". r=robstrong, ui-r=madhava
2008-08-13 08:38:46 +02:00
Kai Liu
34454bbe97
Bug 448704 – Eliminate <gripper> as an independent element. r=vlad/dbaron/enndeakin
2008-08-13 08:15:27 +02:00
Dão Gottwald
fd42061bc1
Bug 391158 – popup.xml & xul.css cleanup (remove obsolete bindings). r=enndeakin
2008-08-13 08:11:52 +02:00
Robert O'Callahan
3d9c20e3a8
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
2008-08-13 15:08:59 +12:00
Dave Townsend
128264e22f
Bug 428078: test_bug356370.js asserts in debug builds. r=robstrong
2008-08-12 14:54:09 +01:00
Justin Dolske
1cfde185df
Bug 449701 – legacy storage module shouldn't share login objects across XPCOM. r=gavin
2008-08-11 17:08:49 -07:00
Justin Dolske
4b1d41d7fb
Bug 422974 – Prism uses old "Remember password?" mechanism. r=gavin
2008-08-11 16:31:57 -07:00
Justin Dolske
32db8c1824
Bug 449698 – login manager shouldn't allow nulls in username or password. r=gavin
2008-08-11 15:25:21 -07:00
Neil Rashbrook
9d850c9502
Bug 447593 Crash [@ NS_NewAtom] r=bsmedberg
2008-08-11 21:26:40 +01:00
Simon Montagu
f35c443bc9
Bug 447853. Remove obsolete intl/ctl module. r=ted, sr=roc
2008-08-11 18:11:41 +03:00
Mark Banner
cd62b2fc2a
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
Boris Zbarsky
baa891763c
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
2008-08-11 09:38:43 +01:00
Dave Townsend
1347c1de7e
Backout of bug 113934 due to apparent Tp regression
2008-08-10 17:15:43 +01:00
Dave Townsend
3af4f7166c
Backed out changeset eb6fda3be5bb
2008-08-10 17:15:00 +01:00
Oleg Romashin
12059d0133
mozilla-central merge
2008-08-08 13:05:00 +03:00
Boris Zbarsky
1b9a4caf46
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
2008-08-07 19:15:40 -04:00
Dão Gottwald
190db00476
Bug 449317 – Use the new search textbox binding in the Add-ons manager. r=mossop
2008-08-07 23:16:01 +02:00
Chris Cooper
ee58d948b0
(landing for joduinn) generate BuildID with up to the second resolution. b=431270, r=ted.mielczarek
2008-08-07 14:10:47 -04:00
Nickolay_Ponomarev
ca1347666f
Bug 322534: Sliding alert (nsIAlertsService) should dismiss itself when clicked. r=gavin, ui-r=beltzner
2008-08-07 15:16:11 +01:00
Vladimir Vukicevic
02e6b86b3b
Backing out d883ab4b8f41:7540abc35c97
2008-08-06 16:24:13 -07:00
Vladimir Vukicevic
517a03d55c
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Vladimir Vukicevic
ad49e66ee8
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Masayuki Nakano
446176f140
Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc
2008-08-09 11:46:30 +09:00
Paul O'Shannessy
055353d090
Bug 449810 – legacy storage module should throw on canceled master password entry in getAllLogins. r=dolske
2008-08-08 16:04:27 -07:00
L. David Baron
7732175080
Merge backout of changeset fb56f835e52d due to test failure and leaks.
2008-08-06 11:54:04 -07:00
L. David Baron
a2d75eb595
Backed out changeset fb56f835e52d due to test failure and leaks.
2008-08-06 11:53:44 -07:00
Bo Yang
23d7a059a3
Bug 427479 - include file case changes for mingw cross-compile (include all windows headers as lowercase names), r=bsmedberg
2008-08-06 14:25:27 -04:00