Commit Graph

7383 Commits

Author SHA1 Message Date
Doug Turner
f153ebc299 modifying the usage comment to reflect that we are now a .js file, and
not a .jsm file.
2008-07-08 23:15:05 -07:00
dougt@dougt-xubuntu
6e7aa61b36 Renaming spatialnavigation from a .jsm to a .js in a mochitest 2008-07-08 23:06:54 -07:00
Doug Turner
ac610d8572 inital implementation of spatial navigation. bug=436084, r=gavin 2008-07-08 14:51:45 -07:00
Shawn Wilsher
ad702f184f Bug 437415 - Entering offline mode should pause active downloads
This has the download manager listen to the online and offline observer topics
sent out by necko.  Downloads will now pause when going offline, and resume when
going back online, just like we do with sleep and wakeup notifications.
r=gavin

--HG--
rename : toolkit/components/downloads/test/unit/test_sleep_wake.js => toolkit/components/downloads/test/unit/test_offline_support.js
2008-07-08 17:25:48 -04:00
Gavin Sharp
be9ad1e0aa Bug 440334: Focus does not jump to find toolbar when certain form inputs are focused (non-editable nsIDOMNSEditableElements), r=mano
--HG--
rename : toolkit/content/tests/chrome/bug288254_window.xul => toolkit/content/tests/chrome/findbar_window.xul
rename : toolkit/content/tests/chrome/test_bug288254.xul => toolkit/content/tests/chrome/test_findbar.xul
2008-07-08 11:26:54 -04:00
Shawn Wilsher
bc37ca7855 Bug 431745 - qm-centos5-02 is intermittently failing test_sleep_wake.js
This makes the test not fail if a specific failure point is met that can occur
when test execution is slow (like the tinderbox).
r=gavin
2008-07-08 10:22:33 -04:00
Brad Lassey
fb637dcbc7 Bug 422788 - reduce ambiguous wide/narrow char windows api calls in toolkit 2008-07-07 18:57:08 -04:00
Gavin Sharp
85c5cf70c4 Debugging followup (bug 431745) 2008-07-06 21:35:18 -04:00
Gavin Sharp
4e41038865 Debugging followup (bug 431745) 2008-07-06 21:10:46 -04:00
Gavin Sharp
b592f19050 Debugging followup (bug 431745) 2008-07-06 19:52:35 -04:00
Gavin Sharp
23cfc2b70a Debugging followup (bug 431745) 2008-07-06 19:39:50 -04:00
Gavin Sharp
783e7e66f7 Temporary debugging patch to try and get to the bottom of the test_sleep_wake failures (bug 431745) 2008-07-06 18:39:37 -04:00
Robert Kaiser
c6a369f594 bug 440932 - toolkit dlmgr should be buildable by suite, supplemantal patch for including config.mk early enough, r=ted 2008-07-06 22:37:07 +02:00
Robert Kaiser
5caeb245c2 bug 442503 - Use MOZILLA_DIR for the Mozilla source dir in makensis.mk, r=ted 2008-07-06 22:34:45 +02:00
Robert Kaiser
46d638fc1c bug 442484 - packager.mk doesn't work correctly with non-default topsrcdir, r=ted 2008-07-06 22:30:32 +02:00
Gavin Sharp
4a477a198b Bug 441876: remove UTF-7 option from browser Character Encoding menus, r=smontagu, sr=bzbarsky 2008-07-05 20:53:48 -04:00
Dave Townsend
155e801d3c Bug 443367: Remove timeout and network access from unit test. r=robstrong 2008-07-05 23:44:03 +01:00
Asaf Romano
4c9b67afe0 Bug 443734 - Remove initBookmarksToolbar. r=gavin. 2008-07-05 22:00:06 +03:00
Shawn Wilsher
fb9c55d658 Bug 443493 – Unit test for Bug 331215 fails rather frequently on Mozilla2 builds
Test uses the thread manager to place a function on the event queue of the main
thread instead of using a timeout.
r=mconnor
2008-07-03 16:46:04 -04:00
Dietrich Ayala
b6f0608f6d Bug 429832 - Add API to nsIFaviconService to handle data URIs (for manish@flock.com, r=marco, r=dietrich) 2008-07-03 11:07:56 -07:00
Dietrich Ayala
7a0d6067ed Bug 433317 - Renamed title of saved search folder isn't updated outside the Library until Firefox is restarted (r=marco, r=mano) 2008-07-03 10:40:16 -07:00
Dietrich Ayala
95e2024781 Bug 437078 - GUIDs not included in bookmark backups (r=mano) 2008-07-03 10:17:13 -07:00
Dave Townsend
211a8c1c49 Bug 436207: Display error when install fails due to missing install.rdf. r+sr=dveditz 2008-07-03 17:36:10 +01:00
Dietrich Ayala
2167147598 Bug 436219: nsINavBookmarksService.runInBatchMode comment is incorrect (r=mano) 2008-07-02 14:35:46 -07:00
Philipp Kewisch
d93e50752b Fix bug 443037 - basetext doesn't claim to implement nsIDOMXULLabeledControlElement. r=gavin 2008-07-02 21:57:12 +02:00
Ted Mielczarek
c2f7213a7f bug 406088 - crash reporter sucks in rtl, mac patch. r=dcamp 2008-07-02 15:14:57 -04:00
Markus Stange
00bbcef891 Bug 432028 - Undetermined progressmeter timer isn't stopped, causing high CPU load, r=enn 2008-06-29 18:31:01 -07:00
Robert Kaiser
bab5d29744 bug 442121 - Don't call into mailnews from toolkit-makefiles.sh, r=ted 2008-06-28 18:49:06 +02:00
Shawn Wilsher
e21f72ead8 Bug 438653 - move remaining browser tests to xpcshell/chrome tests
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.
This version unregisters the factory that we register to override the prompt
service in test_bug_412360.xul so we no longer leak.
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
Shawn Wilsher
db44c80708 Bug 441936 - accel + K should focus find field
This makes accel + K focus the search/find field in the download manager for all
toolkit consumers that use the built in download manager.
r=mconnor
2008-06-27 12:07:19 -04:00
Shawn Wilsher
ec546c652c Bug 441716 - test_retention_is_0_closes.xul is flakey on linux
The test now listens for a "domwindowclosed" notification from the window
watch service instead of using a timer which is unreliable.  Upon receiving the
notification, it dispatches an event to the main thread to perform the proper
checks to allow time for any other events listening to that topic to process.
This also adds a utils.js file that download manager chrome tests can use.  So
far, only one function has been added that will execute a function on the main
thread; executeSoon.
r=gavin
2008-06-27 11:59:14 -04:00
Josh Aas
aa0023d237 back out 433952 2008-06-27 02:52:18 -04:00
Josh Aas
0d352b4197 Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc 2008-06-27 00:14:45 -04:00
Paul O'Shannessy
1a1ab238f9 Bug 439365 – need a notification to fire when a form is available to be filled in. r=dolske 2008-06-26 18:04:49 -07:00
Ben Turner
fee386e2e0 Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron. 2008-06-26 10:12:42 -07:00
Shawn Wilsher
e9cad8d128 Bug 439495 - remove references of "browser.download.manager.useWindow"
This removes the use of the preference browser.download.manager.useWindow, which
was redundant because we do not have any download manager UI that isn't in a
window, and the preference browser.download.manager.showWhenStarting controls
the appearance of the downloads window.  Additionally, this removes the preference browser.download.manager.openDelay which was made obsolete long ago but not
removed from firefox.js.
r=gavin
2008-06-26 11:51:38 -04:00
Dave Camp
c067dbb8a5 Backed out changeset caeba7562e49 2008-06-25 21:17:48 -07:00
Dave Camp
735c08486e Bug 434805: work harder to recover from url-classifier db corruption. r=tony 2008-06-25 20:23:57 -07:00
Dave Camp
9a7bd7aff0 Bug 434624: Handle "websafe" base64 characters in client keys. r=tony 2008-06-25 19:24:00 -07:00
Clint Talbert
0bdef93232 bug 427457 - More tests for microformat API, forgot to add the test files r=mkaply 2008-06-25 18:59:30 -07:00
Clint Talbert
582bbfbc22 bug 427457 r=mkaply 2008-06-25 18:47:23 -07:00
Justin Wood
b1f4b2ca8a Bug 440932 - toolkit dlmgr should be buildable by suite; r=ted, sr=NeilAway 2008-06-25 21:12:25 -04:00
Dave Townsend
4dad566903 Bug 423621: Grammar error in add-on installation dialog. r=robstrong 2008-06-25 10:27:18 +01:00
Ted Mielczarek
1d75986c69 bug 440634 - error passing DBCS settings path to crash reporter. r=bsmedberg 2008-06-24 16:15:35 -04:00
Håkan Waara
1ec04905f1 bug 441235, shift-tab gets stuck in the comments field in the Mac crashreporter client. r=ted 2008-06-24 21:58:19 +02:00
Robert Strong
d5608962a8 Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK 2008-06-24 10:45:24 -07:00
Robert Strong
074b6644f6 Bug 437349 - updater.exe lacks elevation manifest and fails to start when installer detection is disabled r=jmathies r=ted.mielczarek 2008-06-23 12:06:37 -07:00
Robert Strong (robert.bugzilla@gmail.com)
3ccfeedbe0 Bug 395891 - Profile Manager prevents Minefield startup from OS Integration points (links in Mails, etc). patch=Masatoshi Kimura (:emk) r=rob_strong 2008-06-20 17:21:21 -07:00
Jason Evans
ce9c15f840 Bug 431221: Disable glib slice allocator, r=benjamin
Disable glib's slice sub-allocator[1], which is implemented as a zone allocator
layered on top of malloc.  Since jemalloc is itself a zone allocator, the extra
abstraction level forces segregation of equal-sized objects that could
otherwise be packed together.

[1] http://library.gnome.org/devel/glib/stable/glib-Memory-Slices.html
2008-06-20 10:34:42 -07:00
Jim Blandy
f59c177254 Bug 424399: Remove unused directory "js/src/fdlibm". r+a=shaver 2008-06-19 18:44:10 -07:00