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

235069 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg 20387f1c3f Goodbye, NO_NSPR_10 weirdness. 2009-07-07 12:25:00 -04:00
Benjamin Smedberg e34161a848 Minor fixups... not sure why we needed unistd.h here, but Windows doesn't have it. 2009-07-07 12:22:21 -04:00
Benjamin Smedberg 0b6d807330 Need to link with psapi.lib for GetProcessMemoryInfo (and skip -lrt on non-Linux) 2009-07-07 12:21:10 -04:00
Benjamin Smedberg 316b578b0d Windows fixup: Windows does actually have 2-byte wchar_t. Also there was a possible missing PR_BEGIN_EXTERN_C that we really did need. 2009-07-07 12:20:02 -04:00
Benjamin Smedberg c54ba15a64 Commit new versions of generated headers. 2009-07-07 11:20:51 -04:00
Benjamin Smedberg 58018b987e Use PRUint32 instead of uint32_t since we don't have uint32_t on Windows (yet). 2009-07-07 11:18:48 -04:00
Benjamin Smedberg 8226d6db07 Windows fixup: write files in binary mode so we have consistent Unix-style line endings, and always use forward slashes instead of os.path.sep 2009-07-07 11:17:48 -04:00
Chris Jones aaaf792e9e port IFrame protocol to new interface. fix small IPDL bug. 2009-07-02 19:24:02 -05:00
Chris Jones e470263248 use static_cast instead of dynamic_cast. silly cjones. 2009-07-02 19:02:06 -05:00
Ben Turner 42225efe1a Some windows build fixup 2009-07-02 13:48:33 -07:00
Ben Turner 808c61f598 merge bent's changes from libchromiumipc. Gtk plugins now drawing 2009-07-01 14:19:32 -07:00
Chris Jones dfbd660460 merge plugin work from libchromiumipc. add env var check for OOP iframe. a few small bugfixes here and there. 2009-07-02 11:54:22 -05:00
Benjamin Smedberg 06281ae69d Require Windows XP SP2, and disable a compile-time check which doesn't make much sense in the chromium code. 2009-07-02 11:57:55 -04:00
Chris Jones cb0768730e add initial support for protocol management in IPDL. small changes to existing protocols in preparation for merge from libchromiumipc. 2009-07-02 00:45:19 -05:00
Benjamin Smedberg c1211cb84c Land the remote-tab code from tmp-electrolysis. 2009-06-30 16:39:22 -04:00
Benjamin Smedberg dc5be22981 Import IPDL from cjones' working repo, revision 282b4211d881. New IPDL work will take place in electrolysis. 2009-06-30 15:38:59 -04:00
Benjamin Smedberg dc5af222a3 Hook up the tab child process 2009-06-30 15:21:25 -04:00
Benjamin Smedberg 8919850d30 Plugins stuff: this code is equivalent to electrolysis-tmp revision 61cd9e89fd00, except that I had to merge forward a minor change to the plugin-loading code from Josh's cleanup. 2009-06-30 14:51:05 -04:00
Benjamin Smedberg 897e6f190d Build fixes: * enable RTTI by default when building with GCC to work around the tr1/functional error * link with -lrt * Tell chromium that it's always using wide wchar on Linux 2009-06-30 13:21:26 -04:00
Benjamin Smedberg b01e987259 Merge changes from mozilla-central to electrolysis 2009-06-30 12:04:18 -04:00
Benjamin Smedberg 03a0a0cda0 Hook up the event loop changes and fix the build
--HG--
rename : ipc/chromium/src/base/file_version_info_linux.h.version => ipc/chromium/base/file_version_info_linux.h
2009-06-30 12:02:37 -04:00
Jeff Muizelaar 8c2b8df8c2 Bug 498428. Try the rest of the cairo update. r=joe
This time with the suspect patch to see if we hit tSVG.
2009-06-30 11:54:50 -04:00
Benjamin Smedberg 2df8cf817e Make --enable-libxul the default, since we require it with IPC 2009-06-30 10:59:54 -04:00
Steffen Imhof e1682afdb7 Bug 500196: cairo/qt fails to build -- yet again, r=mfinkle 2009-06-30 09:58:29 -04:00
Karl Tomlinson 892c70baaa Bug 463075: building xul app --with-libxul-sdk fails lacking nspr-config. r=ted 2009-06-30 13:57:56 +01:00
Henri Sivonen 57f74568d2 Bug 501083 - Release the Windows 1252 array at shutdown. r+sr=jonas 2009-06-30 13:53:58 +03:00
Henri Sivonen a8f52bfef1 Bug 501091 - Avoid overlap with platform defines in HTML5 element/attribute name object names. r=jonas, sr=mrbkap 2009-06-30 13:50:56 +03:00
Olli Pettay cd4e412364 Bug 496567 - Remove nsXULCommandEvent and nsIDOMXULListener, r=neil, sr=sicking 2009-06-30 10:56:40 +03:00
Jim Mathies a450bed532 Bustage fix for change set 9f0e541d6656. 2009-06-30 01:23:22 -05:00
Jim Mathies 9c252d59e5 Bug 493037 - "aNumLines must be non-zero" assertion hit on mouse wheel input. r=emaijala. 2009-06-30 01:02:07 -05:00
Jim Mathies fddc29b436 Leak fix for change set 1aecdc720018 plus comment updates. r=jimm. 2009-06-30 01:00:16 -05:00
Josh Aas 35d3f49bc3 Bug 501194 - Remove nsplugin.h. r/sr=jst 2009-06-30 01:55:05 -04:00
Boris Zbarsky 1bace74756 Fixing some formatting issues with the test 2009-06-29 21:40:17 -04:00
Boris Zbarsky 003e53c8b5 Bug 500905. Don't try to create text frames for textnodes that don't have frames if their parent frame's parent type is not block. That way we won't reconstruct the row, for example, if a cell is reframed and has whitespace next to it. Also fix WipeContainingBlock to not reframe in that case anyway. r+sr=roc 2009-06-29 21:39:55 -04:00
Benjamin Smedberg a2354737f8 Add headers to system-headers which we're using in electrolysis (trivial change)
--HG--
extra : rebase_source : b057f7d6cdb6c5eb737b229ccc7ac7a812c24648
2009-06-29 15:41:40 -04:00
Josh Aas 30bd0a7470 Windows bustage fix for bug 500889. 2009-06-29 15:38:09 -04:00
Jim Mathies 8df069dacc Bug 487245 - Cleanup and better organize code in widget/src/windows/nsWindow. r=emaijala. 2009-06-29 14:36:16 -05:00
Josh Aas 03e8417745 Remove plugin instance peers (nsIPluginInstancePeer, nsPIPluginInstancePeer). Second and final part of bug 500889. r/sr=jst 2009-06-29 14:53:52 -04:00
Benjamin Smedberg 4c8f8ee4b2 Bug 501176 - Move nsXULAppAPI.h to tier_xpcom, r+sr?bz
--HG--
rename : toolkit/xre/nsXULAppAPI.h => xpcom/build/nsXULAppAPI.h
rename : toolkit/xre/xrecore.h => xpcom/build/xrecore.h
2009-06-29 14:39:39 -04:00
Benjamin Smedberg c31bc6a22d ipc/glue imported verbatim from http://hg.mozilla.org/users/bturner_mozilla.com/libchromiumipc/ 2009-06-29 14:38:29 -04:00
Benjamin Smedberg 295b17f1d1 Mozilla-specific changes to the Chromium code, imported verbatim from http://hg.mozilla.org/users/bturner_mozilla.com/libchromiumipc/ 2009-06-29 14:37:52 -04:00
David Bolter f1798f3a4f Bug 467144 - nsIMutationObserver::AttributeChanged should provide old attribute value; r=bzbarsky, r+sr=sicking 2009-06-29 14:36:25 -04:00
Benjamin Smedberg 385460ca31 Build the pieces of the chromium code we actually need. Many thanks to bent for doing this the first time: I redid the Makefile to be all in one directory and use vpath directives so that dependencies work correctly. 2009-06-29 14:31:58 -04:00
Jonathan Griffin 96d5f429e6 Actually run the test for bug 493881 2009-06-29 20:26:57 +02:00
Marco Bonardo c1e1e7cbbc Bug 500331 - better query for RESULTS_AS_TAG_CONTENTS, r=sdwilsh 2009-06-29 19:42:12 +02:00
Dão Gottwald 6e32b36e7d whitespace cleanup (no bug) 2009-06-29 19:03:45 +02:00
Dão Gottwald 26bb26ee00 Bug 491247 - utils.js: reference to undefined property aPopup.childNodes[aPopup._startMarker + 1]. r=mak 2009-06-29 18:47:03 +02:00
Jonathan Griffin 01b2000c06 Test for bug 493881. r=zweinberg 2009-06-29 18:25:38 +02:00
Jonathan Griffin a8eb79a1bc Test for bug 460240. r=roc 2009-06-29 18:24:34 +02:00
Markus Stange 2007287e41 Bug 497723 - Arrow images in menus shouldn't inherit -moz-image-region. r=dao 2009-06-29 18:20:04 +02:00