"Doug Turner ext:(%22)
30df99659b
Removing Minimo references. b=405705, r=ted
2008-06-16 13:57:42 -07:00
Justin Dolske
be174bfaca
Bug 359675 - provide an option to manually fill forms and log in. p=poshannessy@mozilla.com, r=dolske
2008-06-16 12:25:27 -07:00
Shawn Wilsher
bc8e10dcd1
Backed out changeset 998cc827bfb1 due to leaks found with the added tests.
2008-06-16 15:00:06 -04:00
Shawn Wilsher
b20109dead
Bug 438653
...
This moves the two remaining browser tests in toolkit/mozapps/downloads/tests to
an xpcshell test and a chrome test. The reason for this change is to remove the
dependency of the browser from download manager tests since it is a toolkit
component.
r=gavin
--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_406857.js => toolkit/components/downloads/test/unit/test_bug_406857.js
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_412360.js => toolkit/mozapps/downloads/tests/chrome/test_bug_412360.xul
2008-06-16 12:58:28 -04:00
Jason Harvey
be9a11dedf
Bug 429360: extensions.js not using defined constant. r=dtownsend
2008-06-16 11:25:23 +01:00
Dão Gottwald
671fb39b5e
Bug 355965: Improve notification bar animation by skipping steps when the animation isn't smooth, r=enndeakin
2008-06-15 21:38:49 -04:00
Kai Liu
0a857eedca
Bug 433896: The location bar and search box can appear too wide in Customize Toolbar, r=gavin
2008-06-15 21:30:16 -04:00
Kai Liu
d36214daff
Bug 414368: The find bar close button is 1px too high, r=gavin
2008-06-15 21:24:46 -04:00
Gavin Sharp
bf4ab8298a
Bug 427291: Multiple focus events fired when clicking XUL textbox (focus child html:input directly rather than xul:textbox), r=mano
2008-06-15 21:21:09 -04:00
Nickolay Ponomarev
645dbd7cb4
Bug 434243 - test_bug430120.js asserts in debug builds, makes xpcshell tests fail, r=dtownsend
...
add the missing clean-up code (mainly the httpserver.stop() call)
Tests-only change.
2008-06-15 21:11:51 +04:00
Shawn Wilsher
9965f93d2f
Bug 438998
...
This changes the anonymous functions in DownloadProgressListener.js to named
functions so that tools like dtrace and JS debuggers actually know what is
being called so they can do something useful.
r=Mossop
2008-06-13 11:44:30 -04:00
Shawn Wilsher
6511ccbaa7
Bug 438993
...
This makes the anonymous functions in DownloadUtils.jsm into non-anonymous ones
so things like dtrace and JS debuggers know where they are actually at instead
of having no idea.
r=Mossop
2008-06-13 11:44:13 -04:00
Wolfgang Rosenauer
54af24f617
Bug 424626 - Add a pref to make it possible to ignore NetworkManager's network status events, r=roc
2008-06-12 23:10:57 +02:00
Devin Naquin
0cbcc65cd5
Bug 383223
...
This patch refactors the xpcshell unit tests for the download manager back-end
to use do_test_pending and do_test_finished instead of nesting an event loop
with the thread manager.
r=sdwilsh
2008-06-12 09:56:40 -04:00
Robert O'Callahan
a17191bf0c
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:29:39 +12:00
Robert O'Callahan
8c91278cad
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:23:12 +12:00
Robert O'Callahan
4f03bd5c39
Support system proxy settings on OS X, fixing bustage (bug 125995)
2008-06-12 15:17:54 +12:00
Diane Trout ext:(%2C%20James%20Bunton%20%3Cjamesbunton%40fastmail.fm%3E)
50de41b337
Support system proxy settings on OS X
2008-06-12 14:50:15 +12:00
Shawn Wilsher
5fe28f1ea4
Bug 429987
...
Remove unused IN_MEMORY_LINKS
r=dietrich
2008-06-11 16:52:24 -04:00
Shawn Wilsher ext:(%2C%20Edward%20Lee%20%3Cedward.lee%40engineering.uiuc.edu%3E)
0773365035
Bug 437302
...
Tests that don't depend on the browser should be chrome tests
r=Mardak
--HG--
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172_mac.js => toolkit/mozapps/downloads/tests/chrome/test_backspace_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_basic_functionality.js => toolkit/mozapps/downloads/tests/chrome/test_basic_functionality.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_429247.js => toolkit/mozapps/downloads/tests/chrome/test_bug_429247.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_cleanup_search.js => toolkit/mozapps/downloads/tests/chrome/test_cleanup_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_411172.js => toolkit/mozapps/downloads/tests/chrome/test_delete_key_removes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_416303.js => toolkit/mozapps/downloads/tests/chrome/test_esc_key_closes_clears.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multi_select.js => toolkit/mozapps/downloads/tests/chrome/test_multi_select.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_multiword_search.js => toolkit/mozapps/downloads/tests/chrome/test_multiword_search.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_410289.js => toolkit/mozapps/downloads/tests/chrome/test_pause_button_state.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_394039.js => toolkit/mozapps/downloads/tests/chrome/test_removeDownload_updates_ui.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413093.js => toolkit/mozapps/downloads/tests/chrome/test_retention_is_0_closes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_search_clearlist.js => toolkit/mozapps/downloads/tests/chrome/test_search_clearlist.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_select_all.js => toolkit/mozapps/downloads/tests/chrome/test_select_all.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_413985.js => toolkit/mozapps/downloads/tests/chrome/test_space_key_pauses_resumes.xul
rename : toolkit/mozapps/downloads/tests/browser/browser_bug_397935.js => toolkit/mozapps/downloads/tests/chrome/test_ui_stays_open_on_alert_clickback.xul
2008-06-11 11:06:39 -04:00
Dão Gottwald
788833b26d
Bug 437646
...
make use of :nth-child in the download list, remove stripeifyList()
r=sdwilsh
2008-06-11 10:11:14 -04:00
Mark Banner
c031b61a7e
Bug 430852 [Classic] Missing Treelines in MailNews. p=Mnyromyr <mnyromyr@tprac.de>,r=gavin.sharp
2008-06-11 09:46:05 +01:00
Edward Lee
4943c4e435
Bug 419691 - Get multiword search testcase working on windows. r=sdwilsh
2008-06-07 16:29:38 -07:00
Shawn Wilsher
8e91e95c12
Backed out changeset a26c86b184f7 due to Linux orange. It is not clear why this worked locally, and failed on tinderbox.
2008-06-04 13:10:31 -04:00
sdwilsh@shawnwilsher.com
98623ef402
Bug 437063
...
nsIDownloadManagerUI::visible isn't accurate
r=Mardak
2008-06-04 11:22:45 -04:00
Nochum Sossonko
91304d0cf2
Bug 429247
...
Double-clicking on empty white space in the Download Manager activates the currently selected item
r=sdwilsh
2008-06-04 11:05:09 -04:00
Benjamin Smedberg
3ea5b08766
Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
...
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
2008-05-30 12:08:47 -04:00
gavin@gavinsharp.com
cb7790f2d7
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
2008-05-28 11:49:32 -07:00
peterv@propagandism.org
4f89aa34f4
Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType() during bookmark synchronization). Patch by ondrej and me, r=Mano, a=beltzner.
2008-05-27 08:48:31 -07:00
edward.lee@engineering.uiuc.edu
fa22d6cd43
Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on Firefox 3.0rc1 for OpenSolaris
2008-05-26 19:28:47 -07:00
edward.lee@engineering.uiuc.edu
36ae19345e
Bug 434340 - Firefox 3.0pre crashes with auto completion for tagged bookmark. p=ginn.chen@sun.com (Ginn Chen), r=Mardak, r=dietrich, b-ff3=beltzner, a1.9=beltzner
2008-05-26 14:20:34 -07:00
myk@mozilla.org
d7a9815ea6
bug 417732: fix delay and disk activity when full/text zooming by turning PRAGMA SYNCHRONOUS off for the content prefs database; r=mconnor, a=shaver
2008-05-25 18:05:00 -07:00
dietrich@mozilla.com
5cffbd5640
Bug 433525 - crash [@ nsNavHistoryQueryResultNode::IsContainersQuery()] (r=marco, r=mano, a=schrep)
2008-05-23 09:22:54 -07:00
dtownsend@oxymoronical.com
841fef4864
Bug 433371: Upgrading from Ubuntu Firefox 3.0b5 to Mozilla Firefox 3.0 breaks add-on installation.
2008-05-23 01:49:59 -07:00
jorendorff@mozilla.com
9b5032bfde
Merge from cvs-trunk-mirror to mozilla-central.
2008-05-13 09:57:11 -05:00
gavin@gavinsharp.com
0cbe08eec3
Back out bug 432938 because it caused bug 433241, a=schrep/beltzner
2008-05-11 13:12:29 -07:00
gavin@gavinsharp.com
efeaefe73d
Bug 431802: node_child_of accessible relation returns wrong object on autocomplete list items, patch by surkov.alexander@gmail.com, r=neil, a=schrep
2008-05-10 07:54:42 -07:00
reed@reedloden.com
a8a9ef4289
Bug 432919 - "Help viewer content pane should not allow scripts, plugins, meta redirects, or subframes" [p=reed/dveditz r=Waldo (NPOTB)]
2008-05-09 20:35:19 -07:00
gavin@gavinsharp.com
1a9490c2f7
Bug 433069: fix for Vista about:config styling bustage caused by 418877, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, a=schrep
2008-05-09 14:05:37 -07:00
gavin@gavinsharp.com
ff8bbaf109
Bug 431229: Set error console toolbar to use browsertabbar-toolbox, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=dao, ui-r=faaborg, a=schrep
2008-05-09 14:03:27 -07:00
mkmelin+mozilla@iki.fi
0d4bb0ef56
[Bug 350693] "Character Encoding" in "View Source" window doesn't work p=Simon Montagu <smontagu@smontagu.org>, r=neil, sr=mscott, approval1.9=mtschrep
2008-05-09 13:38:49 -07:00
dtownsend@oxymoronical.com
5ed7f79950
Bug 425116: Notification bars in addons manager use the wrong icon. p=dão, r=mossop, a=schrep
2008-05-09 11:10:17 -07:00
reed@reedloden.com
fd10d2e6de
Bug 398811 - "Remove MOZILLA_1_8_BRANCH ifdefs from toolkit on trunk" [p=mh+mozilla@glandium.org (Mike Hommey) r=gavin a1.9=damons]
2008-05-09 00:25:29 -07:00
dolske@mozilla.com
0d7f0e900e
Bug 362576 - autocomplete="off" should prevent filling passwords in addition to remembering passwords. r=gavin, ui-r=mconnor, a1.9=mconnor
2008-05-08 20:34:46 -07:00
reed@reedloden.com
eb00de5087
Bug 418877 - "Error/Warning/Information/Question icons" [p=ispence@gmail.com (Ian Spence) / reed@reedloden.com (Reed Loden) r=gavin a1.9=schrep]
2008-05-08 19:01:11 -07:00
gavin@gavinsharp.com
ce1a2179c3
Bug 332314: Menu items are improperly aligned when using iconic menuitems, patch by Kai Liu <kliu@mozilla.kailiu.com>, r=me, r=zeniko, r=roc, a=damon
2008-05-08 17:18:46 -07:00
gavin@gavinsharp.com
a493cedc4c
Bug 432272: Use -moz-padding-end and -moz-padding-start instead of padding-right and padding-left in tree(-aero).css, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, r=dao, a=schrep
2008-05-08 17:13:39 -07:00
dietrich@mozilla.com
7514f91623
Bug 430792 - Site's favicon is replaced if browser error page is shown (comment change only, for ehsan.akhgari@gmail.com, r=dietrich)
2008-05-08 09:36:54 -07:00
reed@reedloden.com
30003a2d3f
Bug 418016 - "Ts jumped ~1% when enabling jemalloc on Linux (qm-mini-ubuntu01, qm-mini-ubuntu02, qm-mini-ubuntu05)" (Revert jemalloc/libxul integration; makes this bug WONTFIX) [p=jasone@canonware.com (Jason Evans) a1.9=schrep]
2008-05-08 02:20:44 -07:00
dietrich@mozilla.com
c62383ea7b
Bug 430792 - Site's favicon is replaced if browser error page is shown (for ehsan.akhgari@gmail.com, r=dietrich, a=beltzner)
2008-05-07 21:35:08 -07:00