Commit Graph

122964 Commits

Author SHA1 Message Date
timeless%mozdev.org
a77de3ebaf Bug 213543 In function nsresult Register(const char *)': warning: return of negative value -1' to `nsresult' warning: negative integer implicitly converted to unsigned type
r=dougt


git-svn-id: svn://10.0.0.236/trunk@145512 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 09:58:56 +00:00
hyatt%mozilla.org
e852483c3c Make the sexy marklinkvisited hack work with _content links from old-style sidebar panels too.
git-svn-id: svn://10.0.0.236/trunk@145511 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 09:24:39 +00:00
hyatt%mozilla.org
c73113b8bd Add the sexy markLinkVisited hack to links clicked in the Web Panels bar.
git-svn-id: svn://10.0.0.236/trunk@145510 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 09:18:17 +00:00
hyatt%mozilla.org
adfa688e74 Adding a throbber to the Web Panels sidebar.
git-svn-id: svn://10.0.0.236/trunk@145509 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 09:10:49 +00:00
hyatt%mozilla.org
6b0d40ba1a Implement the Add Page button in the Web Panels sidebar.
git-svn-id: svn://10.0.0.236/trunk@145508 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 08:25:19 +00:00
bryner%brianryner.com
9105310b16 Lots of changes and bugfixes:
- Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form.
 - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry.  This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.
- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.
- Clean up prefill logic so that multiple forms on a page could be prefilled.
- Fix bug where the last input was used as the username field, instead of the input just before the password.
- Make sure we write out all entries for each realm.
- Make sure we include all entries in each realm when returning an enumerator.
- Remove some form manager cruft I missed in passwordManager.js.


git-svn-id: svn://10.0.0.236/trunk@145507 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 04:50:09 +00:00
bbaetz%acm.org
d2b4fb3b7b Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting of
table values.
r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@145506 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 04:39:45 +00:00
hyatt%mozilla.org
d224f3bff3 implement the grab page button.
git-svn-id: svn://10.0.0.236/trunk@145505 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 03:41:59 +00:00
hyatt%mozilla.org
390659daf0 Fix race condition between placeholder page and bookmarks when web panel has to be opened dynamically to view the bookmark.
git-svn-id: svn://10.0.0.236/trunk@145504 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 03:15:45 +00:00
hyatt%mozilla.org
dd62007e24 Implement support for Web Panel bookmarks.
git-svn-id: svn://10.0.0.236/trunk@145503 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-03 01:58:52 +00:00
hyatt%mozilla.org
f1754432bd Hook up the web panels property in the bookmark properties dialog. Next step will be to make all the bookmarks access points honor this property and actually load the bookmark in the web panel.
git-svn-id: svn://10.0.0.236/trunk@145502 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 21:35:54 +00:00
cls%seawood.org
6416793997 La la la
git-svn-id: svn://10.0.0.236/trunk@145501 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 21:11:07 +00:00
cls%seawood.org
c2cb0b0f3e Oops. One too many.
git-svn-id: svn://10.0.0.236/trunk@145500 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 21:05:28 +00:00
scott%scott-macgregor.org
3487afb498 fix the about dialog width and height
git-svn-id: svn://10.0.0.236/trunk@145499 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 21:05:00 +00:00
cls%seawood.org
9a09f6da99 Remove unused references to xpcom_obsolete
Bug #38122 r=dougt sr=bryner


git-svn-id: svn://10.0.0.236/trunk@145498 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 20:17:28 +00:00
hyatt%mozilla.org
f22850a13d Impl the webpanels property in the bookmarks service. Remove the bogo text from the bookmark properties dialog.
git-svn-id: svn://10.0.0.236/trunk@145497 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 20:12:35 +00:00
cls%seawood.org
d4e1740262 #pragma is msvc specific, not win32 specific
git-svn-id: svn://10.0.0.236/trunk@145496 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 19:50:46 +00:00
cls%seawood.org
0537183cba Link generated .res files into mingw builds.
Use -mwindows when linking GUI mingw programs.
Bug #203443 r=leaf sr=bryner


git-svn-id: svn://10.0.0.236/trunk@145495 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 19:39:02 +00:00
cls%seawood.org
830d554a4c Fixing XPCONNECT_STANDALONE bustage
git-svn-id: svn://10.0.0.236/trunk@145494 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 19:33:52 +00:00
stephend%netscape.com
37e12610c2 Spelling corrections that should've landed with the original patch for bug 184059
git-svn-id: svn://10.0.0.236/trunk@145493 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 18:17:55 +00:00
darin%meer.net
6103322ee1 fixes bug 184059 "cookperm.txt entries should override default cookie setting" patch=dwitte r=mvl sr=bz
git-svn-id: svn://10.0.0.236/trunk@145492 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 17:20:52 +00:00
noririty%jcom.home.ne.jp
4f536a7241 tweak web search for url more intl.
git-svn-id: svn://10.0.0.236/trunk@145490 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 14:24:39 +00:00
hyatt%mozilla.org
b6d4238a7d Fix middle click in web panels to still work.
git-svn-id: svn://10.0.0.236/trunk@145489 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 08:05:19 +00:00
scott%scott-macgregor.org
7273496ddd use new method for laucnhing external urls.
git-svn-id: svn://10.0.0.236/trunk@145488 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 08:00:00 +00:00
hyatt%mozilla.org
b1841b467d Fix link clicks sso that they are stoppedi n the web panel.
git-svn-id: svn://10.0.0.236/trunk@145487 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:54:07 +00:00
hyatt%mozilla.org
f3bae37356 Make link clicks work.
git-svn-id: svn://10.0.0.236/trunk@145486 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:51:03 +00:00
hyatt%mozilla.org
2e8ff851bb Make link clicks work.
git-svn-id: svn://10.0.0.236/trunk@145485 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:49:43 +00:00
hyatt%mozilla.org
c18e2e369f Make link clicks work.
git-svn-id: svn://10.0.0.236/trunk@145484 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:48:07 +00:00
hyatt%mozilla.org
00b0bb9bdb Add the placeholder page that gives instructions on dropping.
git-svn-id: svn://10.0.0.236/trunk@145483 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:33:54 +00:00
bryner%brianryner.com
4aa4546bf9 Lazily decrypt username/password in nsIPassword objects so that requesting an enumerator doesn't immediately prompt for the master password.
git-svn-id: svn://10.0.0.236/trunk@145482 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 07:13:39 +00:00
jfrancis%netscape.com
8c4642a4a8 Fixing compile errors in cocoa embedding example. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@145481 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 06:31:54 +00:00
jfrancis%netscape.com
bd28781078 Fixing some compile errors in cocoa embedding example. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@145480 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 06:25:54 +00:00
hyatt%mozilla.org
8e55ffceb8 Adding initial panel impl that supports dropping of urls into the Web Panels bar.
git-svn-id: svn://10.0.0.236/trunk@145479 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 06:15:59 +00:00
scott%scott-macgregor.org
f73f92095c Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp. Add moz thunderbird functionality to OnStartURI to kick
non mail urls out to the operating system.

Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.


git-svn-id: svn://10.0.0.236/trunk@145478 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 05:45:21 +00:00
scott%scott-macgregor.org
bcfcfc435e Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp. Add moz thunderbird functionality to OnStartURI to kick
non mail urls out to the operating system.

Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.

r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@145477 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 05:43:40 +00:00
scott%scott-macgregor.org
5c903d82ca Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp
Also, break out a method on nsIMessenger for thunderbird which can be used to launch urls externally instead of doubling up inside
of loadUrl.

r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@145476 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 05:42:25 +00:00
scott%scott-macgregor.org
2252d9bb8a Bug #213538 --> remove the MOZ_THUNDERBIRD ifdef in nsWebShell.cpp
r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@145475 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 05:41:02 +00:00
bryner%brianryner.com
5844c9d8fa Don't use the username as the password when creating a stored login.
git-svn-id: svn://10.0.0.236/trunk@145474 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 05:24:34 +00:00
hyatt%mozilla.org
114be693d8 Initial commit of web-panels js/xul/dtd files.
git-svn-id: svn://10.0.0.236/trunk@145473 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 01:52:18 +00:00
hyatt%mozilla.org
5b544f15a1 Commit the Web Panels toolbar button, menu item, key binding and broadcaster. For now, use the Bookmarks button image until we can get a real image for the button.
git-svn-id: svn://10.0.0.236/trunk@145472 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-02 01:35:40 +00:00
brendan%mozilla.org
3d1e0a6938 Fix JS_SetTrap to cope with existing trap at same PC, overwriting its handler and closure (213841, r=self).
git-svn-id: svn://10.0.0.236/trunk@145471 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 23:16:04 +00:00
tingley%sundell.net
d0fc5d1c29 bug 213881: parse large (>4k) RDF literals correctly. r=rjc, sr=brendan
git-svn-id: svn://10.0.0.236/trunk@145470 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 21:59:48 +00:00
cls%seawood.org
72b42d1158 Fixing leaky bustage
git-svn-id: svn://10.0.0.236/trunk@145469 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 21:42:02 +00:00
mostafah%oeone.com
f4183409c9 Adding in missing files for sunbird distribution
git-svn-id: svn://10.0.0.236/trunk@145468 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 20:59:02 +00:00
mostafah%oeone.com
7eaf6eff42 Removing unneccessary file that gets generated in the make process
git-svn-id: svn://10.0.0.236/trunk@145467 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 20:57:47 +00:00
bryner%brianryner.com
d2dd04e5be Add some missing localized strings
git-svn-id: svn://10.0.0.236/trunk@145466 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 20:43:24 +00:00
bryner%brianryner.com
1141ad4e16 Fix stdcall bustage on windows
git-svn-id: svn://10.0.0.236/trunk@145465 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 20:41:41 +00:00
ben%bengoodger.com
b0c7718f2e update the .mozconfig instructions to reflect reality wrt --enable-optimize
git-svn-id: svn://10.0.0.236/trunk@145464 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 19:37:55 +00:00
mostafah%oeone.com
c33a36078e Fixed bug 177279: Alarms don't fire under certain (very common) conditions
by checking in the last needed part which was adding a preference to
show/supress missed alarms


git-svn-id: svn://10.0.0.236/trunk@145463 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 18:46:23 +00:00
scott%scott-macgregor.org
e1d56447ce Bug #214446 --> fix duplicate mnemonic for rewrap menu item. Thanks to Malte Rucker for the fix
git-svn-id: svn://10.0.0.236/trunk@145462 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-01 18:44:02 +00:00