Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 2.21.4.RELEASE_2_21_4 | Christian Persch | 2007-12-16 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=7776 | ||||
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 1 | -0/+19 |
| | | | | | | | in Mozilla and XulRunner backends. Bug #476411. svn path=/trunk/; revision=7623 | ||||
* | Take the page orientation from the page setup, not from the print settings. | Christian Persch | 2007-10-11 | 1 | -1/+2 |
| | | | | | | Bug #485670 (see also gtk+ bug #485685). svn path=/trunk/; revision=7527 | ||||
* | Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599. | Christian Persch | 2007-10-09 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7525 | ||||
* | Fix code style. | Christian Persch | 2007-10-09 | 2 | -10/+9 |
| | | | | svn path=/trunk/; revision=7523 | ||||
* | Make it build. | Christian Persch | 2007-09-28 | 3 | -18/+25 |
| | | | | svn path=/trunk/; revision=7505 | ||||
* | A new class designed to handle everything we need to run a modal dialogue. | Christian Persch | 2007-09-28 | 2 | -0/+255 |
| | | | | svn path=/trunk/; revision=7504 | ||||
* | Add app lifecycle helper class. | Christian Persch | 2007-09-28 | 3 | -0/+88 |
| | | | | svn path=/trunk/; revision=7503 | ||||
* | Fix the build of the custom GTK+ filepicker so we can add nice previews | Diego Escalante Urrelo | 2007-09-27 | 1 | -47/+8 |
| | | | | | | | | | | | * embed/xulrunner/components/FilePicker.cpp: * embed/mozilla/FilePicker.cpp: Fix the build of the custom GTK+ filepicker so we can add nice previews and other stuff. svn path=/trunk/; revision=7496 | ||||
* | Fix the icon name to use EPHY_STOCK_EPHY | Christian Persch | 2007-09-25 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=7490 | ||||
* | Make PromptService QI to nsIPromptService2 (not implemented yet, though). | Christian Persch | 2007-09-16 | 2 | -18/+36 |
| | | | | svn path=/trunk/; revision=7454 | ||||
* | Use nsILoginManager. | Christian Persch | 2007-09-16 | 1 | -62/+50 |
| | | | | svn path=/trunk/; revision=7445 | ||||
* | Link to the XPCOM glue and set GRE_HOME on startup, until I can figure out | Christian Persch | 2007-09-15 | 2 | -0/+4 |
| | | | | | | what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440 | ||||
* | Fix missing symbol on link. | Christian Persch | 2007-09-15 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=7439 | ||||
* | Add libephyxulrunnerembed.la so LDADD. | Christian Persch | 2007-09-15 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=7438 | ||||
* | Move EphyHistoryListener from embed/ to components/ since it's only used by ↵ | Christian Persch | 2007-09-15 | 4 | -2/+2 |
| | | | | | | GlobalHistory code. svn path=/trunk/; revision=7437 | ||||
* | Move EphyUtils and GeckoUtils to utils/. | Christian Persch | 2007-09-14 | 7 | -8/+5 |
| | | | | svn path=/trunk/; revision=7434 | ||||
* | Add utils to LDADD to try to fix the linking. | Christian Persch | 2007-09-14 | 2 | -0/+2 |
| | | | | svn path=/trunk/; revision=7433 | ||||
* | Move components from embed/ to components/ and fix the build. | Christian Persch | 2007-09-14 | 42 | -69/+90 |
| | | | | svn path=/trunk/; revision=7431 | ||||
* | Fix the build. We don't need to manually add the window to the window group, | Christian Persch | 2007-09-14 | 1 | -6/+5 |
| | | | | | | since set_transient_for does that for us since gtk 2.10. svn path=/trunk/; revision=7430 | ||||
* | Fix for move of GeckoPromptService. | Christian Persch | 2007-09-14 | 1 | -23/+3 |
| | | | | svn path=/trunk/; revision=7429 | ||||
* | Move prompt service implementation to components/ and remove the | Christian Persch | 2007-09-13 | 9 | -956/+38 |
| | | | | | | duplicate implementations in src/ and embed/. Doesn't build yet. svn path=/trunk/; revision=7427 | ||||
* | Move AutoJSContextStack and AutoWindowModalState helpers to | Christian Persch | 2007-09-13 | 11 | -173/+34 |
| | | | | | | | embed/xulrunner/utils instead of having two copies of it in src and embed. svn path=/trunk/; revision=7424 | ||||
* | Add utils/ and components/ directories. | Christian Persch | 2007-09-13 | 3 | -1/+1 |
| | | | | svn path=/trunk/; revision=7422 | ||||
* | Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now. | Christian Persch | 2007-09-13 | 2 | -7/+7 |
| | | | | svn path=/trunk/; revision=7418 | ||||
* | Use G_DEFINE_TYPE. | Christian Persch | 2007-09-13 | 1 | -89/+25 |
| | | | | svn path=/trunk/; revision=7414 | ||||
* | Port to frozen string API by using nsINetUtil | Christian Persch | 2007-09-13 | 1 | -10/+11 |
| | | | | svn path=/trunk/; revision=7410 | ||||
* | Remove check for MOZILLA_INTERNAL_API | Christian Persch | 2007-09-13 | 1 | -5/+0 |
| | | | | svn path=/trunk/; revision=7409 | ||||
* | Add embed directory | Christian Persch | 2007-09-13 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7408 | ||||
* | Include nsStringGlue.h instead of nsStringAPI.h | Christian Persch | 2007-09-13 | 29 | -29/+29 |
| | | | | svn path=/trunk/; revision=7407 | ||||
* | Include xpcom-config.h, not mozilla-config.h | Christian Persch | 2007-09-13 | 55 | -55/+55 |
| | | | | svn path=/trunk/; revision=7406 | ||||
* | We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines. | Christian Persch | 2007-09-13 | 14 | -144/+9 |
| | | | | svn path=/trunk/; revision=7405 | ||||
* | Disable tests directory for now. | Christian Persch | 2007-09-13 | 1 | -1/+2 |
| | | | | svn path=/trunk/; revision=7403 | ||||
* | Make the xulrunner backend build: change C/CXX/LDFLAGS, comment out | Christian Persch | 2007-09-13 | 15 | -164/+68 |
| | | | | | | some code that isn't ported to gecko 1.9 yet. Doesn't link yet! svn path=/trunk/; revision=7402 | ||||
* | Move ChangeLog | Christian Persch | 2007-09-13 | 1 | -0/+3 |
| | | | | svn path=/trunk/; revision=7401 | ||||
* | Merged from embed/mozilla | Christian Persch | 2007-08-28 | 2 | -5/+32 |
| | | | | svn path=/trunk/; revision=7306 | ||||
* | Initial checkin: merged embed/gecko from xulrunner branch to ↵ | Christian Persch | 2007-08-26 | 141 | -0/+30405 |
embed/xulrunner, and svn copied embed/mozilla to embed/xulrunner/embed. Not integreated with the build yet. svn path=/trunk/; revision=7297 |