David Dahl
4bda3c5de5
Bug 487012 - License file not found for nightly update. r=rstrong
2009-04-16 18:32:31 -07:00
Justin Dolske
f8614872f0
Bug 474846 - Data loss by migration from wallet to login manager. r=gavin
2009-04-16 18:27:21 -07:00
Dave Townsend
e0a3b8915d
Bustage fix from bug 480427
2009-04-16 21:07:00 +01:00
dtownsend@mozilla.com
bfeed79d00
Bug 487489 - browser_bug435788.js fails intermittently (r=rstrong)
2009-04-16 10:31:35 -07:00
Asaf Romano
0a1b8c4649
Bug 477014 -Work around bug 458697 for the tabs' busy state. r=mconnor.
2009-04-16 17:44:07 +03:00
Mike Beltzner
71c33fc8bd
Bug 463165 - Check box of about:sessionrestore is invisible with High-Contrast theme of Windows. r=dao
2009-04-16 10:15:26 +02:00
Jeff Walden
583c6b4c88
Bug 396226 - Provide an API to asynchronously generate HTTP responses in httpd.js, and implement a state-storage system which can store object references to provide greater contextual information in handlers. NB: this push enables httpd.js debug output just in case something goes wrong, to be disabled as soon as it's clear nothing has -- expect the first Windows builds to finish next century sometime. r=sayrer
2009-04-15 13:19:35 -07:00
Justin Dolske
777895d589
Bug 487719 - video controls should use addEventListener instead of oncommand. r=gavin
2009-04-14 20:35:16 -07:00
Jeff Muizelaar
ee34156e8f
Bug 488117 - Fix qcms part of toolkit-makefiles.sh. Finish last commit. blanket-r=ted
2009-04-14 16:23:24 -04:00
Jeff Muizelaar
1a2cd913af
Fix qcms and breakpad chunks of toolkit-makefiles.sh - bug 488117 blanket-r=ted
2009-04-14 15:39:48 -04:00
Walter Meinl
7f5fb011d3
Bug 487302 - make menus look more OS/2 alike; r=mozilla@Weilbacher.org
2009-04-14 10:37:51 +02:00
Dão Gottwald
2d1e0f0fec
Bug 487946 - scrollwheel scrolling in bookmarks menu slowed down. r=enn
2009-04-14 08:37:26 +02:00
Robert Strong
96c7170d8d
Bug 465490 - Intermittent time out after test_0051_general.js: test_0110_general.js hangs randomly.
2009-04-13 20:19:03 -07:00
Makoto Kato
22f819b3a7
bug 487888 - Possible crash in nsNativeAppSupportWin::Start() r=bsmedberg
2009-04-13 22:49:06 -04:00
Boris Zbarsky
d92725cd1e
Backed out changeset 05fd6a9c8ff7 (bug 487631) on suspicion of causing Windows unit test orange in CLOSED TREE.
2009-04-13 17:45:54 -04:00
Boris Zbarsky
92edfc0145
Merge backout of rev 524ab31ef073 to CLOSED TREE.
2009-04-13 15:35:12 -04:00
Boris Zbarsky
c316a4a639
Backed out changeset 524ab31ef073 (bug 477014) in an attempt to fix the unit test orange on Mac.
2009-04-13 15:34:41 -04:00
Dão Gottwald
1bc5658a1e
merge
2009-04-13 19:43:10 +02:00
Dão Gottwald
3132e13d68
Bug 487518 - Search widget on OS X shouldn't start search when clicking on non-existent search icon. r=enn
2009-04-13 19:41:23 +02:00
Dão Gottwald
88eef4436f
Bug 488006 - cocoa-size="small" should be a platform-independent class instead. r=enn
2009-04-13 19:40:00 +02:00
Dão Gottwald
23388547f8
Bug 487982 - arrowscrollbox.scrollByIndex fails if there are gaps between the elements. r=enn
2009-04-13 19:38:09 +02:00
Tomeu Vizoso
9db0682493
Bug 486679 - misleading embedding assertion about NS_APP_USER_PROFILE_50_DIR not being defined, r=bsmedberg
2009-04-13 13:34:01 -04:00
Neil Deakin
5d2d812934
Bug 487631, fix a number of xul tests which were disabled in the past due to not working on some platforms, these are tests for bugs 474149, 416390, 212750, 409242, r=gavin
2009-04-13 12:13:47 -04:00
Asaf Romano
cddc348ced
Bug 477014 - Work around bug 458697 for the tabs' busy state. r=mconnor
2009-04-13 19:08:20 +03:00
Hiroyuki Ikezoe
502ab658ab
bug 485031 - WinCE Crash on First Startup (or command line environment passing) r=bsmedberg
2009-04-13 11:18:43 -04:00
Martijn Wargers
d238162113
Bug 420089 - Crash [@ nsFormFillController::SetPopupOpen] with changing body style on focus and more. r=smaug
2009-04-13 10:35:18 +02:00
Justin Dolske
5a83dbd158
Backed out changeset 1e38c7369a3d (bug 475318)
2009-04-13 01:29:57 -07:00
Justin Dolske
29fa8ab2f5
Bug 475318 - video controls should display numeric position and duration. r=enn, ui-r=boriss
2009-04-12 23:09:22 -07:00
Shawn Wilsher
0fa0dccf7c
Bug 487660 - Places depends on a buggy behavior of SQLite's SUBSTR
...
Places code wrongly assumed that SUBSTR used a zero-based index instead of a
one-based index.
r=dietrich
2009-04-10 13:51:51 -04:00
Shawn Wilsher
93af15cb71
Bug 487511 - nsINavHistoryObserver has no "onBeforeDeleteURI" callback
...
r=dietrich
2009-04-10 13:51:40 -04:00
Edward Lee
50e5966da6
Bug 476298 - Switch RecalculateFrecencies to just fix invalid frecencies. r=dietrich
...
Bug 476300 - Calculate all page frecencies when upgrading/migrating
Bug 482351 - 1 sort operation required by mDBInvalidFrecencies
Create a new method FixInvalidFrecencies that finds invalid (negative) frecencies and recalculates them. Use it for handling creating/migrating DBs as well as recalculating invalid places on daily idle (place frecencies are already estimated by decay). This obviates a few preferences, queries and methods related to recalculating on idle. The test uses mork history with a number of pages that now all get their frecencies calculated on migrate, where before this fix, the test fails with a bunch of pages still with negative frecencies.
2009-04-10 10:24:10 -05:00
Marco Bonardo
e1639848d1
Bug 487594 - 1 sort operation required by mDBGetTags, stop warning for now, r=sdwilsh
2009-04-10 13:39:51 +02:00
Marco Bonardo
ed7d0cde30
Bug 482353 - 1 sort operation required by mDBGetChildren, r=sdwilsh
2009-04-10 13:39:47 +02:00
Dão Gottwald
2b158c4a2f
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
2009-04-10 10:24:24 +02:00
Dão Gottwald
69e5926b8c
Bug 486821 - Misplaced white line under last visible entry of location bar autocomplete. r=enn
2009-04-09 08:42:01 +02:00
Dão Gottwald
54f04b05cf
Bug 483552 - ensureElementIsVisible on scrollBoxObject doesn't take border into account. r=enn
2009-04-09 14:40:59 +02:00
Josh Aas
4175ddf55c
More OJI removal bustage fixes for static builds. b=485984
2009-04-10 00:30:44 -04:00
Josh Aas
1b8c55591c
OJI removal bustage fix for static builds. b=485984
2009-04-09 23:28:00 -04:00
Josh Aas
c6a41e8074
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Robert Strong
8f80154851
Separation of tests, cleanup, and additional logging for Bug 465490 - Intermittent time out after test_0051_general.js: test_0110_general.js hangs randomly.
2009-04-09 18:11:56 -07:00
Josh Aas
5ba0afd55a
optimize/modernize Mac OS X toolkit/xre code. b=486733 r=mstange sr=bsmedberg
2009-04-09 20:54:11 -04:00
Boris Zbarsky
89f22bb63c
Backed out changeset 716fc2e4f7d3 (bug 486821) on suspicion of causing intermittent leak orange.
2009-04-09 12:02:55 -04:00
Dão Gottwald
423e6207f9
Bug 486821 - Misplaced white line under last visible entry of location bar autocomplete. r=enn
2009-04-09 08:42:01 +02:00
Frederic Plourde
7a301d5617
Bug 469873 - Fennec building does not link XPT files in a single bundle : no call to xptlink.pl r+ted
2009-04-08 10:40:12 -04:00
Graeme McCutcheon
9b9c62e569
Bug 451540 - Find highlighting in textboxes grows/decreases when editing matched word. r=mano
2009-04-06 17:02:32 +01:00
Markus Stange
b8b7b195f7
Bug 477590 - Use a horizontal mirror transform when drawing native searchfields and dropdown buttons for RTL frames on OS X. Also fixes bug 477592. r=dao, r=josh, sr=roc
2009-04-17 10:12:12 +02:00
Graeme McCutcheon
c6a83208d3
Bug 477631 - fix intermittent test_bug418874.xul failure
2009-04-08 15:40:35 +02:00
Marco Bonardo
656ade206b
Bug 486978 - History in library is no longer sorted by visit date but by name, r=dietrich
2009-04-08 14:27:03 +02:00
Marco Bonardo
b131c96951
Bug 486702 - Library left pane not updated properly / dynamically, r=dietrich
2009-04-08 14:26:49 +02:00
John Wolfe
e456c19b02
Bug 476733 - WinCE Dynamic CAB INF File Production Needed - r+ted
2009-04-07 23:44:03 -04:00
Jeff Muizelaar
9980cb2188
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
...
Replaces lcms with qcms
2009-04-07 12:02:11 -04:00
Peter Van der Beken
6d6311f8a9
Back out 1d2bb1304fe4
2009-04-07 13:03:43 +02:00
Peter Van der Beken
84906925df
Back out 1d2bb1304fe4
2009-04-07 13:03:02 +02:00
Marco Bonardo
dc4275f79b
Bug 485703 - Hide date containers not containing additional entries compared to previous ones, r=dietrich ui-r=beltzner
2009-04-07 11:45:04 +02:00
Dave Camp
c51a0c7a18
Bug 484063 - safeb request format wrong for tables with no existing data. r=tony
2009-04-07 10:51:46 +02:00
Robert O'Callahan
c000553de6
Back out bug 451540
2009-04-06 15:56:15 +12:00
Robert O'Callahan
9c2fd77235
Backed out changeset 7c809460ad13
2009-04-06 15:56:03 +12:00
Robert Sayre
2d22be3f01
Merge tracemonkey to mozilla-central
2009-04-05 21:24:42 -04:00
Andreas Gal
3daac0aebc
Disable test_urlformatter.js until assert is fixed.
2009-04-04 00:45:55 -07:00
Graeme McCutcheon
9a5f380485
Bug 451540 - Find highlighting in textboxes grows/decreases when editing matched word. r=mano
2009-04-03 13:53:36 +01:00
Neil Rashbrook
4eed7a670e
Bug 463294 Backend typeaheadfind code should not read links only preference r=gavin
2009-04-05 13:58:46 +01:00
Chris AtLee
80e30b821f
bug 445191 - Add upload target for xulrunner, upload SDK if it exists, and add 'sdk', 'upload' targets to client.mk. r=ted
2009-03-31 09:43:31 -04:00
Dietrich Ayala
2dd8d1275e
imported patch backout-bug-422163
2009-03-30 18:24:43 -07:00
Marco Bonardo
6f83c3e43e
Bug 422163 - Split History in day containers in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-03-30 23:08:24 +02:00
Marco Bonardo
d57ee2ed3c
Bug 485985 - test_history_sidebar should take in could DST correction when adding visits, r=dietrich
2009-03-30 23:07:38 +02:00
Paolo Amadini
0dc12d3413
Bug 471875 and bug 300032. Refactor the saving code in contentAreaUtils a bit, and make sure that POST data gets correctly sent when saving non-HTML documents (e.g. text, image, etc). r=bzbarsky
2009-03-30 14:47:31 -04:00
Robert O'Callahan
8caa418ee5
Bug 484766. Clean up MathML directory structure. r=karlt,ted
...
--HG--
extra : rebase_source : 1c88ebe3a41dee12a982442ad2e711aa287ed55f
2009-03-30 13:48:52 +13:00
Serge Gautherie
3abf9cabfa
Bug 461710 - Write an automated test to ensure that visited link coloring is turned off in private browsing mode; (Cv1a) Add |ok(true, ...);|; r=dietrich
2009-04-04 04:50:26 +02:00
Joe Drew
fc5c15825a
Backed out changeset 6f3c2171bbb2:
...
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
2009-04-03 16:27:27 -04:00
Jeff Muizelaar
eaef2088cb
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
2009-04-03 15:09:56 -04:00
Ehsan Akhgari
e15bac5285
Bug 463256 - SSL sites sometimes don't load after re-entering regular browsing mode (from Private Browsing); r=mconnor,sdwilsh
2009-04-03 13:56:26 +03:30
Ehsan Akhgari
0b8a9af0c4
Bug 486655 - test_privatebrowsing_title.xul fails on Windows and Linux; r=edilee
2009-04-03 19:47:31 +03:30
Dão Gottwald
669339984e
Backout bug 463256 (changeset 1886b176f000), trying to fix orange. Tracked in bug 486655.
2009-04-03 16:07:43 +02:00
Ehsan Akhgari
3d5c531c60
Bug 463256 - SSL sites sometimes don't load after re-entering regular browsing mode (from Private Browsing); r=mconnor,sdwilsh
2009-04-03 13:56:26 +03:30
Ehsan Akhgari
6029c54b90
Bug 481860 - Get rid of RTL search icons by using mirror transformations; r=mano
2009-04-03 14:00:02 +03:30
Marco Bonardo
709721be3e
Bug 422163 - Split History container in the Library (like sidebar BY DATE), r=dietrich ui-r=beltzner
2009-04-03 01:41:20 +02:00
Benjamin Smedberg
3ad08b7964
Bug 486157 - Use CURDIR for Windows-style paths when building extension tests, r=ted
2009-03-30 17:15:16 -04:00
Ted Mielczarek
a8a9796d5c
bug 484033 - extend nsICrashReporter to allow crashreporter to be used without going through XRE_Main. r=bsmedberg
2009-04-02 11:41:12 -04:00
Marco Bonardo
f50edfe6d2
Bug 480873 - Favicons missing from the places UI after cache has been cleared, r=dietrich
2009-04-02 01:26:16 +02:00
Robert O'Callahan
64b6352d5f
Bug 475441. Make the media cache size really small while we're running mochitests, to give the cache code a thorough workout. r=doublec
2009-04-01 13:52:56 +13:00
Dave Townsend
830c491783
Bug 486195: getItemLocation on WinRegInstallLocation should return a clone of the item location. r=robstrong
2009-03-31 22:21:07 +01:00
Ted Mielczarek
93de1bbde6
bug 486076 - 'make uploadsymbols' and MOZ_PKG_PRETTYNAMES=1 don't play nice on Mac. r=bsmedberg
2009-03-31 16:52:41 -04:00
Neil Deakin
5d99cbc1d8
Bug 475286, support a movetoclick mode for scales. Use this by default for mac and video position widget, r+sr=neil
2009-03-31 14:11:35 -04:00
Michael Ventnor
84d760952c
Bug 469831 - need gtk2 drawing code for test plugin. r+sr=roc
...
--HG--
extra : rebase_source : 408ca77e1b3ff85e049fa8809cb13cc0885c8006
2009-01-26 11:21:46 -05:00
Justin Dolske
a7cdf08bab
Bug 463486 - Form history shouldn't remember the default values of unmodified fields. r=gavin
2009-03-29 15:29:22 -07:00
Justin Dolske
6cc632c80c
Extra tests for bug 475634 - Login manager should send observer notifications on various events
2009-03-29 15:29:21 -07:00
Justin Dolske
7cfabbe975
Bug 484935 - videocontrols should use display:none on hidden items to minimize CPU usage. r=enn
2009-03-29 15:29:21 -07:00
Gavin Sharp
bc0096d360
Disable test since it appears to be broken, and is failing intermittently (bug 483200)
2009-03-28 02:54:46 -04:00
Ehsan Akhgari
77e9e5abf9
Bug 485407 - Assignment to undeclared variable dragAfter; r=gavin
2009-03-28 11:20:36 +03:30
Ehsan Akhgari
36e86d63df
Bug 485187 - Rename gDownloadLastDir.path to gDownloadLastDir.file and gDownloadLastDirPath to gDownloadLastDirFile; r=gavin
2009-03-28 11:20:36 +03:30
Alexander L. Slovesnik
ae82169fc7
Bug 484838 - global/history/history.properties is unused and should be removed; r=gavin.sharp
2009-03-28 03:00:28 +01:00
Michael Kohler
d58d4ff4ac
Bug 442099 - When resetting the defaults, we should use clearUserPref; r=sdwilsh
2009-03-28 03:00:19 +01:00
Paul O'Shannessy
cca402cdbe
Bug 316084 - Migrated base64 suite passwords not encrypted when master PW added in Firefox; r=(dolske + gavin.sharp)
2009-03-28 03:00:17 +01:00
Shawn Wilsher
76f7104f4f
Backed out changeset 2d1f7c7c7a2b (bug 483980)
2009-03-27 18:33:01 -04:00
Mark Finkle
4f6e409d0d
Bug 483980: Allow history/bookmark observer components to register with a startup category, r=sdwilsh
2009-03-25 15:31:36 -05:00
Neil Rashbrook
c6e75460e0
Test for bug 473157 r=mak
2009-03-27 14:25:26 +00:00
Dave Townsend
6c4972bd31
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 2. r=robstrong
2009-03-26 11:13:18 +00:00
Serge Gautherie
479b870f09
Bug 443763 - Unit test for Bug 331215 fails rather frequently on Mozilla2 builds (and nearly constantly on SeaMonkey builds); (Bv1) Add |todo(false, ...)|; r=gavin.sharp
2009-03-27 00:40:11 +01:00
Dão Gottwald
ed55c2a670
Bug 429857 - Don't show entry divisor for last entry in location bar autocomplete. r=gavin
2009-03-26 13:52:31 +01:00
Dave Townsend
a9994b8854
Bug 435788: Plugin finder service can't install plugins using installerLocation, stage 1. r=robstrong
2009-03-26 11:12:55 +00:00
Vladimir Vukicevic
484a4ce6fa
b=465662; don't build libreg on Windows CE; r=bsmedberg
2009-03-24 18:45:21 -07:00
Mark Banner
9ff8c9df96
Bug 482718 Remove toolkit history remnants in libxul build, left by bug 383833. r=ted.mielczarek
2009-03-24 13:11:13 +00:00
Justin Dolske
6071c27986
Bug 481040 - video controls should indicate when an error occurs. r=enn
2009-03-23 16:40:39 -07:00
Justin Dolske
e6ec16865a
Bug 483693 - import from legacy storage should use a transaction for better performance. r=sdwilsh
2009-03-23 16:40:36 -07:00
Marco Bonardo
06b8e82c6e
Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich, pike ui-r=beltzner a=mconnor
2009-03-23 13:42:03 +01:00
Ori Avtalion
2dd33956c1
Bug 444892 - when find bar is focused, ctrl+pageup/dn will scroll page content. r=enn
2009-03-22 09:59:56 +01:00
Atsushi Sakai
658bf36acc
Bug 484325 - The button in about:config's warning can't be displayed if the window is narrow. r=dao
2009-03-22 09:58:15 +01:00
Ted Mielczarek
aaa58f8d73
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
...
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
2009-03-21 11:20:00 -04:00
Ted Mielczarek
dcc2d8f492
bug 482085 - fix all xpcshell tests to not reference files from the srcdir. r=bsmedberg,waldo
...
--HG--
rename : toolkit/components/downloads/test/downloads.empty.sqlite => browser/components/privatebrowsing/test/unit/downloads.empty.sqlite
rename : dom/src/json/test/fail1.json => dom/src/json/test/unit/fail1.json
rename : dom/src/json/test/fail10.json => dom/src/json/test/unit/fail10.json
rename : dom/src/json/test/fail11.json => dom/src/json/test/unit/fail11.json
rename : dom/src/json/test/fail12.json => dom/src/json/test/unit/fail12.json
rename : dom/src/json/test/fail13.json => dom/src/json/test/unit/fail13.json
rename : dom/src/json/test/fail14.json => dom/src/json/test/unit/fail14.json
rename : dom/src/json/test/fail15.json => dom/src/json/test/unit/fail15.json
rename : dom/src/json/test/fail16.json => dom/src/json/test/unit/fail16.json
rename : dom/src/json/test/fail17.json => dom/src/json/test/unit/fail17.json
rename : dom/src/json/test/fail18.json => dom/src/json/test/unit/fail18.json
rename : dom/src/json/test/fail19.json => dom/src/json/test/unit/fail19.json
rename : dom/src/json/test/fail2.json => dom/src/json/test/unit/fail2.json
rename : dom/src/json/test/fail20.json => dom/src/json/test/unit/fail20.json
rename : dom/src/json/test/fail21.json => dom/src/json/test/unit/fail21.json
rename : dom/src/json/test/fail22.json => dom/src/json/test/unit/fail22.json
rename : dom/src/json/test/fail23.json => dom/src/json/test/unit/fail23.json
rename : dom/src/json/test/fail24.json => dom/src/json/test/unit/fail24.json
rename : dom/src/json/test/fail25.json => dom/src/json/test/unit/fail25.json
rename : dom/src/json/test/fail26.json => dom/src/json/test/unit/fail26.json
rename : dom/src/json/test/fail27.json => dom/src/json/test/unit/fail27.json
rename : dom/src/json/test/fail28.json => dom/src/json/test/unit/fail28.json
rename : dom/src/json/test/fail29.json => dom/src/json/test/unit/fail29.json
rename : dom/src/json/test/fail3.json => dom/src/json/test/unit/fail3.json
rename : dom/src/json/test/fail30.json => dom/src/json/test/unit/fail30.json
rename : dom/src/json/test/fail31.json => dom/src/json/test/unit/fail31.json
rename : dom/src/json/test/fail32.json => dom/src/json/test/unit/fail32.json
rename : dom/src/json/test/fail33.json => dom/src/json/test/unit/fail33.json
rename : dom/src/json/test/fail34.json => dom/src/json/test/unit/fail34.json
rename : dom/src/json/test/fail4.json => dom/src/json/test/unit/fail4.json
rename : dom/src/json/test/fail5.json => dom/src/json/test/unit/fail5.json
rename : dom/src/json/test/fail6.json => dom/src/json/test/unit/fail6.json
rename : dom/src/json/test/fail7.json => dom/src/json/test/unit/fail7.json
rename : dom/src/json/test/fail8.json => dom/src/json/test/unit/fail8.json
rename : dom/src/json/test/fail9.json => dom/src/json/test/unit/fail9.json
rename : dom/src/json/test/json2.js => dom/src/json/test/unit/json2.js
rename : dom/src/json/test/pass1.json => dom/src/json/test/unit/pass1.json
rename : dom/src/json/test/pass3.json => dom/src/json/test/unit/pass3.json
rename : testing/xpcshell/example/location_load.js => testing/xpcshell/example/unit/location_load.js
rename : toolkit/components/commandlines/test/unit/unix/test_bug410156.js => toolkit/components/commandlines/test/unit_unix/test_bug410156.js
rename : toolkit/components/commandlines/test/unit/win/test_bug410156.js => toolkit/components/commandlines/test/unit_win/test_bug410156.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug257155/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug257155/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_e_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_e_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_f_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_f_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug299716_g_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug299716_g_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug324121_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug324121_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug335238_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug335238_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_10/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_10/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_11/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_11/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_12/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_12/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_13/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_13/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug378216_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug378216_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug394300_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug394300_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_a_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_a_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_b_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_b_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_c_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_c_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug396129_d_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug396129_d_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug397778/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug397778/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug425657/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug425657/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_1/README => toolkit/mozapps/extensions/test/addons/test_bug428341_1/README
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug428341_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug428341_9/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug436207/install.js => toolkit/mozapps/extensions/test/addons/test_bug436207/install.js
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_1/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_1/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_2/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_2/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_3/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_3/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_4/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_4/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_5/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_5/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_6/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_6/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_7/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_7/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_8/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_8/install.rdf
rename : toolkit/mozapps/extensions/test/unit/addons/test_bug463819_9/install.rdf => toolkit/mozapps/extensions/test/addons/test_bug463819_9/install.rdf
2009-03-21 11:20:00 -04:00
Robert Kaiser
b3c54dd1d3
bug 484397 - SeaMonkey fails browser_nsIDownloadManagerUI.js due to missing Cc/Ci/Cr, r=sdwilsh
2009-03-21 15:36:08 +01:00
Serge Gautherie
412a9d373c
Backed out changeset: 10e8371749f9
...
As dolske says this patch doesn't apply to tip (anymore) !
That's only the 3rd time I checkin-needed and back this very patch out after all :-(
2009-03-21 01:32:55 +01:00
Paul O'Shannessy
33dea14c0e
Bug 452899 - Don't explicitly create the statement wrapper - storage does it for us; r=(dolske + sdwilsh)
2009-03-21 00:38:43 +01:00
Shawn Wilsher
43f3187b5b
Disable inefficient query warning (tracked in bug 482353)
...
rs=dietrich
2009-03-20 17:02:23 -04:00
Shawn Wilsher
94d2e49103
Disable inefficient query warning (tracked in bug 482351)
...
rs=dietrich
2009-03-20 17:02:23 -04:00
Shawn Wilsher
e74d3458f3
Disable inefficient query warning (tracked in bug 482346)
...
rs=dietrich
2009-03-20 17:02:23 -04:00
Anton Rogaynis (antonr)
0911aad286
Bug 484161 - Qt breaks with enable-test in updater/test. r=rstrong
2009-03-19 20:16:20 -07:00
Robert Strong
59fbc43c07
Bug 341749 - 30% cpu usage check for updates while window dialog is up. r=dtownsend
2009-03-19 20:16:16 -07:00
mak77@bonardo.net
4b5b3268bc
Strings for bug 390614 (r=axel)
2009-03-19 14:25:29 -07:00
Shawn Wilsher
c3bde40cce
Bug 468305 - nsINavBookmarksObserver has no "onBeforeItemRemoved" callback
...
Not having this callback makes life difficult for anyone trying to synchronize
bookmarks. You cannot get any additional information about a bookmark when
onItemRemoved is called, since it's been removed. Things like a guid no longer
exist, which results in a lot of pain for add-ons that want to synchronize.
r=dietrich
2009-03-19 15:56:51 -04:00
Robert Strong
5bf4831cc7
Bug 484013 - Unknown content type dialog cut off. r=dao
2009-03-19 12:25:48 -07:00
Robert Strong
9d28ad2767
Bug 483688 - Modify Firefox Installer to Incorporate Feedback Form. r=jmathies, ur-r=beltzner
2009-03-19 11:56:47 -07:00
Ehsan Akhgari
ff27b735b8
Bug 483415 - Print Preview directional buttons are flipped for RTL locales; r=dao
2009-03-19 21:12:28 +03:30
Ehsan Akhgari
e410f319d6
Bug 464800 - Download manager title window is not cleared when switching to Private Browsing; r=sdwilsh
2009-03-19 21:12:27 +03:30
Josh Aas
a017628a07
Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg
2009-03-19 10:41:13 -07:00
Paolo Amadini
f2175ac7bc
Bug 483959 - [SeaMonkey] Browser-Chrome browser_bug471962.js times out on SeaMonkey; Bypass the download manager using a mock transfer implementation; r=sdwilsh
2009-03-19 15:50:29 +01:00
Dietrich Ayala
688280cc02
backing out due to unit test failures
2009-03-18 19:13:10 -07:00
Marco Bonardo
22338016ad
Bug 390614 - Split up the "Older than 6 days" history folder, r=dietrich,pike ui-r=beltzner a=mconnor
2009-03-18 23:38:38 +01:00
Marco Bonardo
75581db858
Bug 479348 - Choosing Properties on a Special Folder changes its title to (no title), r=dietrich
2009-03-18 15:23:56 +01:00
Mark Hahnenberg
0c75fabad2
Bug 474387: Hide Theme panel if no themes are installed. r=dtownsend
2009-03-18 14:19:22 +00:00
Ryan Flint
0540600ce8
Bug 483086. r=gavin, a=beltzner
2009-03-18 03:52:43 -04:00
Doug Turner
2a342ebe12
Bug 479898 - Support for wifi scanning. r=dolske/stuart, sr=jst
2009-03-16 17:30:58 -07:00
Marco Bonardo
266a76ab6d
Bug 428690 - Two entries added to history menu when visiting a page that redirects, r=dietrich
2009-03-17 22:00:50 +01:00
Dão Gottwald
062f0da672
Bug 483370 - Buttons on Security tab are broken when windows are already open. r=mconnor
2009-03-17 14:08:07 +01:00
Ted Mielczarek
c45f52ff48
bug 483548 - buildsymbols messes up Linux Z test results. r=bsmedberg
2009-03-16 16:46:05 -04:00
Paolo Amadini
35b96e8529
Add test for bug 471962, r=gavin
2009-03-16 14:50:30 -04:00
Gavin Sharp
b42d0c252d
Bug 471962: wrong post data sent when saving an inner frame, r=bzbarsky
2009-03-16 14:47:19 -04:00
Dão Gottwald
458326766b
Bug 483378 - findbar-textbox should be a proper textbox rather than faking the appearance on find-field-container. r=gavin
2009-03-14 20:53:12 +01:00
Dão Gottwald
208ebe910e
cookies.js whitespace cleanup
2009-03-14 14:32:36 +01:00
Dão Gottwald
fb2a8cc147
Bug 483187 - Caption of groupbox isn't correctly vertically aligned. r=robstrong
2009-03-14 09:12:01 +01:00
Dão Gottwald
7a8c71cfe1
Bug 422203 - Find bar focus ring color doesn't respect OS setting. r=enn
2009-03-14 09:11:06 +01:00
Dão Gottwald
1c3b26deb8
Bug 476370 - buttons on the information bar do not show a focus ring. r=enn
2009-03-14 09:10:08 +01:00
Edward Lee
9fed57c6b0
Bug 476299 - Decay frecency values to estimate recalculating frecencies. r=dietrich
...
Bug 482069 - Awesome bar adaptiveness totally sucks
2009-03-14 01:08:51 -05:00
Dão Gottwald
e06981f06c
Bug 410719 - Menu buttons, menulists, autocomplete dropdown buttons and toolbarbuttons with menupopups should appear pressed when the menupopup is open. r=neil/vlad
2009-03-13 13:23:26 +01:00
Shawn Wilsher
053d89f52b
Bug 481227 - nsAnnoProtocolHandler gets favicon data synchronously from the database
...
The moz-anno protocol has a special case for favicons that would load them from
the database synchronously. This patch changes this behavior to load them
asynchronously so we do not block the main thread while they load.
r=mak
r=bz
sr=bz
2009-03-12 17:49:37 -04:00
Shawn Wilsher
367406c6b4
Test to ensure that the content type for moz-anno favicon URIs is set as expected.
...
This test is being added in bug 481227 but does not depend on the code changes
in that bug. This test should pass with and without those changes.
r=bz
2009-03-12 14:01:12 -04:00
Boris Zbarsky
a9dc16395d
Bug 482585. Move some XUL textbox-specific rules out of xul.css and into the relevant bindings. r=enn, sr=dbaron
2009-03-12 10:16:33 -04:00
Ehsan Akhgari
642b2e8015
Merge backout of changeset 69322c1764ff
2009-03-12 13:38:13 +03:30
Ehsan Akhgari
7d88172665
Backed out changeset 69322c1764ff (bug 464800) due to test failures on Mac
2009-03-12 13:37:40 +03:30
Ehsan Akhgari
6797479c28
Merge backout of changeset 113bda3be8df
2009-03-12 13:36:44 +03:30
Ehsan Akhgari
db64244ba0
Backed out changeset 113bda3be8df (bug 463256) due to test failures on Mac
2009-03-12 13:35:14 +03:30