Граф коммитов

145 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com d7f0ea7b6b Fixing path to PrintPDE.plugin now that it goes into dist/package. 2003-04-19 00:57:01 +00:00
sfraser%netscape.com 6426097d57 Add libucvutil_s.a to the project to fix static build bustage. 2003-04-18 02:24:40 +00:00
sfraser%netscape.com 1887761a08 Fix include paths to make things work in an objdir build. 2003-04-13 03:55:26 +00:00
sfraser%netscape.com 3e1a12dafe Fix more non dist-relative paths 2003-04-13 03:42:23 +00:00
sfraser%netscape.com 8311c2ff3b Fix paths to gopher image files to be dist-relative. 2003-04-13 03:37:07 +00:00
ccarlen%netscape.com ae1d0b2d52 Bug 201508 - Add Print Dialog PDE to Camino. r=pink/sr=sfraser 2003-04-11 20:27:56 +00:00
pinkerton%netscape.com d9dc9f4ffd adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
sfraser%netscape.com 770e5bd8b2 Fix static target include paths. 2003-04-01 01:55:34 +00:00
pinkerton%netscape.com e74b6c15f1 implement new cookie dialog api. 2003-03-31 20:34:45 +00:00
pinkerton%netscape.com 199bf83e71 oops, put new files in wrong place 2003-03-24 13:29:17 +00:00
pinkerton%netscape.com 96da93ef2f new in-window bookmark manager. 2003-03-24 02:10:08 +00:00
bryner%netscape.com ade3a52a2f also link the binary against libxpcom_compat for static builds 2003-03-18 11:00:09 +00:00
bryner%netscape.com d451379953 Fix static build bustage - libxpcom_compat is now always shared. Also, removed unwanted .xpt file from bundle resources. 2003-03-18 07:28:25 +00:00
sfraser%netscape.com caeda303da Add linkage with libxpcom_compat.a in static build. 2003-03-16 19:43:50 +00:00
sfraser%netscape.com 86710f75e3 Fix static build target. 2003-03-15 23:20:00 +00:00
sfraser%netscape.com 1ea4769708 Fix some absolute paths that got in there by accident. 2003-03-15 22:48:19 +00:00
sfraser%netscape.com d65e127cee Fix project after dougt changes. Static build still likely broken. 2003-03-15 19:18:30 +00:00
bryner%netscape.com f3a28e9f42 Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser. 2003-03-12 04:57:33 +00:00
bryner%netscape.com 4541bc60c9 Static build fixes - update for components which have been merged together. 2003-03-08 11:37:44 +00:00
bryner%netscape.com a27cc49c10 libmozz should no longer be required 2003-03-08 01:48:47 +00:00
bryner%netscape.com 66e9f2fab8 Bump version to 0.7 on the trunk (and 0.7+ for UA string identifier). 2003-03-07 02:45:59 +00:00
bryner%netscape.com f8d0177119 remove reference to gecko broken-image.gif since we have our own. 2003-03-06 00:42:44 +00:00
bryner%netscape.com 0c54f284a0 copy libmozz.dylib for now, should fix camino trunk tinderbox bustage 2003-03-05 12:03:25 +00:00
sfraser%netscape.com 13946a57bb Merge Chimera->Camino name changing to the trunk. 2003-03-04 18:18:53 +00:00
bryner%netscape.com 513721f882 Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
bryner%netscape.com d7a082aa8b Fix up static build some more (and remove extraneous framework path into sdagley's home directory). 2003-01-10 03:10:54 +00:00
bryner%netscape.com 7b69d975a9 Fix up static build. 2003-01-10 01:27:52 +00:00
bryner%netscape.com 2a7b65c505 Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +00:00
bryner%netscape.com 213a0b4218 Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:34:25 +00:00
bryner%netscape.com 4104c72f23 Bug 159578 - <select> popups within frames are mispositioned. Use the content node's document, instead of the toplevel document, to compute the scroll offset. Also, #define IBMBIDI so that we get the correct vtable for nsIDocument. r=sfraser. 2002-08-22 00:24:33 +00:00
sfraser%netscape.com 4a50c26d80 Update project to use new file paths, and remove obsolete cruft. 2002-08-21 22:35:33 +00:00
sfraser%netscape.com 3122f5500d Undoing my last project changes, which were not supposed to happen here. 2002-08-21 02:32:49 +00:00
sfraser%netscape.com ef11d670d8 Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix). 2002-08-21 02:06:38 +00:00
sfraser%netscape.com 9f28a1873c Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files. 2002-08-19 03:45:35 +00:00
bryner%netscape.com 2b204d8d7f Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade. 2002-08-16 17:34:24 +00:00
pinkerton%netscape.com 5a4a359f71 Add a "view source" toolbar button, off by default 2002-08-16 02:34:19 +00:00
sfraser%netscape.com fc61097449 Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs. 2002-08-16 00:58:10 +00:00
sfraser%netscape.com 86905eb5b9 Fixing absolute path to dist/Embed/components 2002-08-16 00:12:47 +00:00
pinkerton%netscape.com 225e5ce138 pull base prefpanel into the privacy panel target 2002-08-15 22:31:01 +00:00
bryner%netscape.com 5b1af7311f Static build changes for universalchardet (bug 162851). 2002-08-15 22:24:54 +00:00
pinkerton%netscape.com e042b09ee1 Pull in universal charset decoder in dylib build. update include paths for
navigation pref panel for cache. (bug 162851)
2002-08-15 21:51:55 +00:00
sfraser%netscape.com c6fde33f13 Project changes for bug 160725: add RemoteDataProvider.mm/h, SiteIconProvider.mm/h, and include paths into dist/include/nkcache. 2002-08-15 18:04:24 +00:00
pinkerton%netscape.com 55477057ee Adding tooltip support for TITLE in html (bug 149635) 2002-08-08 19:36:13 +00:00
sfraser%netscape.com 39fd231516 Fix for bug 156607 (performance slow with large numbers of tabs open). These changes make all the tabs the same width, and put a cap of 16 on the number of tabs per browser window. When at this limit, commands that would open a new tab (e.g. view source) now open a new window. 'New tab' menu items should disable appropriately. 2002-08-06 01:53:37 +00:00
sfraser%netscape.com dd5f5f9830 Fix for bug 155920: added string truncation utility on our NSString category, and used it to truncat strings that are put into menu items in the UI and window titles. 2002-08-02 21:08:24 +00:00
sfraser%netscape.com a4fc30822e Added NSString+Utils.mm/.h 2002-07-27 01:22:32 +00:00
pinkerton%netscape.com 6a1cd0fd88 Move the pref controller to be a .mm file 2002-07-25 21:57:53 +00:00
bryner%netscape.com 8285e099f1 Factor the nsIPromptService implementation out of CocoaBrowserService, and move it to using a generic factory. Clean up some #includes. Change AppComponents.cpp to a .mm file since it needs to include some cocoa headers. r=pinkerton. 2002-07-25 21:28:23 +00:00
bryner%netscape.com 6fd5dc94f3 Change ShortVersion to be just the version number, not including the product name. 2002-07-25 19:05:56 +00:00
sfraser%netscape.com 643d59bc2c Fix for bug 159296 -- put the build ID in the about window. Also tweaked the scrolling text timer to fire much less fequently (and scroll more each time, but still remain smooth). Added dist/include to the include paths in the project (for nsBuildID.h), and fixed some file access paths to stuff in widget/src/cocoa. 2002-07-25 05:47:16 +00:00