Doug Turner
|
d08632917d
|
Merge with mc
|
2010-03-08 10:09:55 -08:00 |
|
Oleg Romashin
|
c4c4f0664c
|
Bug 550468 - Fix support for Pango font engine on Qt platform. r=karlt.
|
2010-03-06 15:29:55 +02:00 |
|
Doug Turner
|
5daaf36bf1
|
Merge
|
2010-03-01 15:36:51 -08:00 |
|
Chris Jones
|
bc05dd163b
|
Merge from mozilla-central
|
2010-02-22 21:31:18 -06:00 |
|
Chris Jones
|
2141078f6e
|
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
|
2010-03-03 23:02:57 -06:00 |
|
Oleg Romashin
|
10bae41c14
|
Bug 544250 - Implement different rendering backends for Qt mozilla port. r=jmuizelaar.
|
2010-02-19 19:46:54 -08:00 |
|
Robert O'Callahan
|
b69921495b
|
Bug 534425. Part 4: Implement nsDisplayList::Paint using layers. r=mats,sr=dbaron
|
2010-03-01 20:56:19 +13:00 |
|
Mark Banner
|
be4c9ad69d
|
Bug 552222 Drop MOZ_XPFE_COMPONENTS / --disable-xpfe-components. r=ted
|
2010-03-23 20:33:51 +00:00 |
|
Jonathan Kew
|
4b560e4029
|
bug 449292 - part 7 - implement gfxHarfBuzzShaper and provide pref to use this or platform back-end. r=jdaggett sr=roc
|
2009-10-07 18:16:52 +01:00 |
|
Chris Double
|
37b2e3b033
|
Bug 551277. Backed out changeset f9a11b9b2b9f
|
2010-04-06 18:10:02 +12:00 |
|
Chris Double
|
e762926f9d
|
Bug 551277 - Implement software YCbCr conversion in layers, replacing liboggplay color conversion code - r=roc
--HG--
extra : rebase_source : 53b2c194aa6eb75a4751efdd83f066d3aeadf5d7
|
2010-04-06 12:07:39 +12:00 |
|
Benjamin Smedberg
|
3ad7eb7f3a
|
Merge mozilla-central into electrolysis.
|
2010-02-09 21:22:09 -05:00 |
|
Doug Turner
|
c5fb72ab64
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Boris Zbarsky
|
0468abc531
|
Bug 543079. Put system libs into OS_LIBS, not EXTRA_DSO_LDOPTS, when building libxul. r=ted
|
2010-02-09 12:09:06 -05:00 |
|
Benjamin Smedberg
|
570f731f49
|
Merge mozilla-central to electrolysis.
|
2010-01-07 22:11:14 -05:00 |
|
Benjamin Smedberg
|
43c30c98ec
|
Re-add change accidentally removed during mozilla-central merge.
|
2009-12-21 12:24:06 -05:00 |
|
Benjamin Smedberg
|
c85b1e45a9
|
Merge mozilla-central to electrolysis
|
2009-12-21 10:22:07 -05:00 |
|
Simon Montagu
|
d84ebba607
|
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:47:08 -08:00 |
|
Chris Jones
|
4572a1920a
|
bug 529005: detect child process shutdowns vs. crashes, and expose this information to IPDL actors in a new |ActorDestroy(why)| interface. also ensure that subprotocol actors are notified of shutdown and cleaned up properly. r=bsmedberg r=bent
|
2009-12-03 02:16:28 -06:00 |
|
Chris Jones
|
2898ebbb12
|
bug 525172: from IPDL specs generate .cpp files with method definitions instead of everything in .h files. r=bsmedberg
|
2009-12-03 02:16:09 -06:00 |
|
Jim Mathies
|
0ffd1b2e75
|
Bug 522299 - Electrolysis: Get windowless plugins drawing on win32. r=jmuizelaar.
|
2009-12-01 15:05:26 -06:00 |
|
Benjamin Smedberg
|
737515b2c8
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
Benjamin Smedberg
|
281b9fd4a8
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Mark Finkle
|
2a60c72d7a
|
Bug 495674: Internet connection should be initiated if needed [r=biesi]
|
2009-11-18 10:20:45 -05:00 |
|
Chris Jones
|
a3545910e1
|
build fix
|
2009-10-29 01:55:27 -05:00 |
|
Benjamin Smedberg
|
ce3386b2d4
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Benjamin Smedberg
|
5e2343bd7e
|
Don't reference IPC stuff when IPC is disabled in dlldeps-xul.cpp (hopefully will fix WinMo build).
|
2009-10-23 15:36:25 -04:00 |
|
Benjamin Smedberg
|
15de24f35e
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
|
Benjamin Smedberg
|
fa058fc1f1
|
Merge mozilla-central to electrolysis to pick up bug 515436.
|
2009-10-12 10:51:38 -04:00 |
|
Chris Jones
|
826a18e082
|
bug 518126, part 2: add infrastructure for C++ tests of IPDL-generated code. r=ted,bsmedberg
|
2009-10-06 13:02:26 -05:00 |
|
Ben Turner
|
62534891fc
|
Merge mozilla-central
|
2009-10-05 16:08:52 -07:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Ben Turner
|
66a36315ce
|
Merging mozilla-central once more to hopefully clear windows unit tests
|
2009-09-20 10:47:21 -07:00 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Phil Ringnalda
|
fc286a6483
|
Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted
|
2009-09-18 19:59:52 -07:00 |
|
Vladimir Vukicevic
|
51833424c4
|
b=517559; remove runtime (startup) dependency on opengl32.dll, to fix Ts; r=mwsteele
|
2009-09-18 16:48:36 -07:00 |
|
Vladimir Vukicevic
|
411b62d064
|
b=517557; remove --enable-canvas; r=ted
|
2009-09-18 16:48:35 -07:00 |
|
Benjamin Smedberg
|
d44f878b56
|
Merge mozilla-central into Electrolysis.
|
2009-09-18 16:47:18 -04:00 |
|
Chris Jones
|
5969c4f157
|
bug 521023: fix build bustage on Windows machines with ghetto dev environmants. r=ted
|
2009-10-07 13:58:41 -05:00 |
|
Ginn Chen
|
93ef2e9154
|
Bug 524083 libmozqcms, libmozcairo, libmozlixpixman are not in libxul's depends r=bsmedberg
|
2009-11-02 17:17:27 +08:00 |
|
Mitchell Field
|
9bf8383b06
|
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
|
2009-09-15 13:06:32 -04:00 |
|
Mark Finkle
|
026067fc7a
|
Bug 511290: Can't use standard file picker to upload files from user's Maemo File area [r=roc r=ted.mielczarek]
|
2009-10-15 14:38:10 -04:00 |
|
Chris Jones
|
800ff959c1
|
Bug 522126, part 3: Use POSIX-clock TimeStamp/TimeDuration implementation if configure.in says it's supported. r=luser
|
2010-01-07 11:21:33 -06:00 |
|
Doug Turner
|
184af0aa49
|
comparing with ssh://hg.mozilla.org/mozilla-central
searching for changes
changeset: 38150:c823c17d12d2
user: Doug Turner <dougt@dougt.org>
date: Tue Feb 16 10:49:57 2010 -0800
summary: backing out 544250
|
2010-02-16 10:52:40 -08:00 |
|
Oleg Romashin
|
5cfa8aef3e
|
Bug 544250 - Implement different rendering backends for Qt mozilla port. r=jmuizelaar
|
2010-02-16 10:15:52 -08:00 |
|
Benjamin Smedberg
|
aa55d30042
|
Attempt to fix x86-64 build bustage by moving chromium_s after xpcom_core, r=ted
|
2010-02-11 16:09:41 -05:00 |
|
Mark Steele
|
0a322165de
|
b=513156; update Canvas 3D to implement WebGL (still disabled by default via configure); r=vlad
|
2009-09-02 17:47:49 -07:00 |
|
Ben Turner
|
99f1c34f15
|
Rework ipcshell to become xpcshell
|
2009-08-28 16:16:19 -07:00 |
|
Ben Turner
|
7821c5b1ba
|
Rework chromium initialization, r=beast
|
2009-08-28 12:46:21 -07:00 |
|
Benjamin Smedberg
|
187a34a633
|
Merge mozilla-central into Electrolysis
|
2009-08-26 12:15:27 -04:00 |
|
Ben Turner
|
b5348a3322
|
Fix build bustage
|
2009-08-25 16:39:30 -07:00 |
|
Robin Bate Beorop
|
b7c4e982b3
|
Bug 507218 - Expose the process type (chrome/content) to client code via XRE_GetProcessType and nsIXULRuntime, r=bent
|
2009-08-19 13:09:51 -04:00 |
|
Doug Turner
|
72c70cdea8
|
Bug 512520 - remove Maemo geolocation providers. r=staurt
|
2009-08-25 15:08:56 -07:00 |
|
Doug Turner
|
8b3809d758
|
Backing out bug 524083 - changeset 4bda2085ef8b. libxul builds are broken
|
2009-10-26 00:08:49 -07:00 |
|
Ginn Chen
|
4c1f96b12c
|
Bug 524083 libmozqcms, libmozcairo, libmozlibpixman is not in libxul's depends r=benjamin
|
2009-10-26 14:28:21 +08:00 |
|
Benjamin Smedberg
|
2e9438fd2f
|
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
|
2009-08-25 08:59:31 -07:00 |
|
Karl Tomlinson
|
b6fc8db4b7
|
Bug 511326 Move libasound out of global OS_LIBS r=doublec
|
2009-08-21 10:08:18 +12:00 |
|
Taras Glek
|
8943704095
|
Bug 457949 - no need for Stopwatch r=bsmedberg
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
|
2009-08-28 11:03:51 -07:00 |
|
Benjamin Smedberg
|
cd2c007c60
|
Additional followup #3 to bug 398573 - remove more REQUIRES by fixing another bug in the script
|
2009-08-27 09:09:31 -07:00 |
|
Benjamin Smedberg
|
0df64c6bc4
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
|
Mark Finkle
|
106506ee28
|
Backed out changeset 7c0b5c2b3501
|
2009-10-13 16:20:11 -04:00 |
|
Mark Finkle
|
d24c495257
|
Bug 511290: Can't use standard file picker to upload files from user's Maemo File area [r=roc r=ted]
|
2009-10-13 15:55:11 -04:00 |
|
Ben Turner
|
cd1d42ffe0
|
Merge mozilla-central
|
2009-07-30 11:28:07 -07:00 |
|
Ben Newman
|
713e822c3c
|
Build and IPDL groundwork for the multi-process Jetpack API (bug 556846). r=bsmedberg
|
2010-06-25 08:00:35 -07:00 |
|
Benjamin Smedberg
|
1e808cd4ea
|
Merge mozilla-central into Electrolysis
--HG--
rename : modules/plugin/base/src/nsPluginHostImpl.cpp => modules/plugin/base/src/nsPluginHost.cpp
|
2009-07-20 09:36:23 -04:00 |
|
Joe Drew
|
6c441f55f7
|
Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
|
2009-07-20 18:50:15 -07:00 |
|
Benjamin Smedberg
|
34a84a4c40
|
Because XRE_API hides function pointer declarations when XPCOM_GLUE is defined, don't use default values for function parameters
|
2009-07-16 12:23:33 -04:00 |
|
Benjamin Smedberg
|
e81e707c7e
|
Link against dbghelp.lib on Windows to satisfy requirements of chromium/src/base/debug_util_win.cc (SymInitialize etc). This means the build requires Windows XP at runtime (or the user has to install the debugging tools for Windows, but I'm pretty sure we're ok with dropping Windows 2000 support).
|
2009-07-16 11:41:19 -04:00 |
|
Chris Jones
|
d7947d5455
|
add IPDL test harness and the mountains of code that entails. add |bool| type to IPDL. fix bugs in nascent async/sync channels.
|
2009-07-14 00:12:50 -05:00 |
|
Ben Turner
|
011769cbf2
|
Adds the ipcshell application to test IPC
|
2009-07-11 02:33:10 -04:00 |
|
Vladimir Vukicevic
|
9b3959126b
|
b=500472; flash activex shunt for Windows CE; r=jst
|
2009-07-16 14:13:29 -07:00 |
|
Benjamin Smedberg
|
cd0e1bbae2
|
Need to link with psapi.lib for GetProcessMemoryInfo (and skip -lrt on non-Linux)
|
2009-07-07 12:21:10 -04:00 |
|
Benjamin Smedberg
|
cdf4b869dc
|
Land the remote-tab code from tmp-electrolysis.
|
2009-06-30 16:39:22 -04:00 |
|
Benjamin Smedberg
|
8620d95413
|
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
|
95fa1bb9af
|
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
|
7ed58e4b8c
|
Merge changes from mozilla-central to electrolysis
|
2009-06-30 12:04:18 -04:00 |
|
Benjamin Smedberg
|
34f5d65570
|
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 |
|
Vladimir Vukicevic
|
990145193e
|
b=494438; add optional OpenGL acceleration to ddraw surface for CE: core code; r=vlad
|
2009-07-08 16:34:02 -07:00 |
|
Vladimir Vukicevic
|
d49b688ab5
|
b=500883; put canvas3d into core (disabled by default, configure flag to enable); r=me,npotb
|
2009-06-27 16:44:35 -07:00 |
|
Oleg Romashin
|
08e7b920e9
|
Bug 562725 - Layout linking fail with on maemo, due to missing MOZ_DBUS_GLIB_LIBS LDOPTS. r=dougt
|
2010-05-01 08:21:33 -04:00 |
|
Dave Townsend
|
74b7768710
|
Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
|
2010-05-01 11:04:44 -07:00 |
|
Dave Townsend
|
4c0e7e140d
|
Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz
|
2010-04-29 13:11:23 -07:00 |
|
Mark Banner
|
7b32d87a40
|
Bug 555658 Move Find Service and intl charset-menu code to toolkit. r=dtownsend
--HG--
rename : xpfe/components/find/Makefile.in => toolkit/components/find/Makefile.in
rename : xpfe/components/find/public/Makefile.in => toolkit/components/find/public/Makefile.in
rename : xpfe/components/find/public/nsIFindService.idl => toolkit/components/find/public/nsIFindService.idl
rename : xpfe/components/find/src/Makefile.in => toolkit/components/find/src/Makefile.in
rename : xpfe/components/find/src/nsFindService.cpp => toolkit/components/find/src/nsFindService.cpp
rename : xpfe/components/find/src/nsFindService.h => toolkit/components/find/src/nsFindService.h
rename : xpfe/components/intl/Makefile.in => toolkit/components/intl/Makefile.in
rename : xpfe/components/intl/nsCharsetMenu.cpp => toolkit/components/intl/nsCharsetMenu.cpp
rename : xpfe/components/intl/nsCharsetMenu.h => toolkit/components/intl/nsCharsetMenu.h
|
2010-04-29 19:35:39 +01:00 |
|
Michael Wu
|
032327eca6
|
Bug 564327 - Add Android widgets backend [2/2], patch by vlad, alexp, blassey, and me. r=dougt, sr=roc
--HG--
extra : rebase_source : 890618727773d4a286a34ef08f68f5aef8011312
|
2010-06-03 13:56:36 -07:00 |
|
Mitchell Field
|
d1ce74dea4
|
Bug 485764. Implement system proxy settings module for Windows. r+sr=roc
--HG--
extra : rebase_source : ce445facfdc86618028afeb113987040ab5be492
|
2009-04-25 20:29:32 +12:00 |
|
cmills@nvidia.com
|
10eebb0922
|
b=484864, b=488910 - cairo ddraw backend for wince; r=vlad
|
2009-04-22 17:48:30 -07:00 |
|
Jeremy Huddleston
|
33be165699
|
Bug 486890 - Darwin/X11: undefined symbols in libsydneyaudio, fix toolkit==cocoa check. r=benjamin
|
2009-04-20 16:48:00 +02:00 |
|
Josh Aas
|
4175ddf55c
|
More OJI removal bustage fixes for static builds. b=485984
|
2009-04-10 00:30:44 -04:00 |
|
Josh Aas
|
1b8c55591c
|
OJI removal bustage fix for static builds. b=485984
|
2009-04-09 23:28:00 -04:00 |
|
Josh Aas
|
c6a41e8074
|
Remove OJI from the tree. b=485984 r/sr=jst
|
2009-04-09 22:38:21 -04:00 |
|
Jeff Muizelaar
|
9980cb2188
|
Bug 481926 - Rewrite color management component sr=vlad, r=ted, r=joedrew (\o/)
Replaces lcms with qcms
|
2009-04-07 12:02:11 -04:00 |
|
Joe Drew
|
fc5c15825a
|
Backed out changeset 6f3c2171bbb2:
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 16:27:27 -04:00 |
|
Jeff Muizelaar
|
eaef2088cb
|
Bug 481926 - Rewrite color management component. r=joe,ted sr=vlad
|
2009-04-03 15:09:56 -04:00 |
|
Vladimir Vukicevic
|
484a4ce6fa
|
b=465662; don't build libreg on Windows CE; r=bsmedberg
|
2009-03-24 18:45:21 -07:00 |
|
Mark Banner
|
9ff8c9df96
|
Bug 482718 Remove toolkit history remnants in libxul build, left by bug 383833. r=ted.mielczarek
|
2009-03-24 13:11:13 +00:00 |
|
Jeff Muizelaar
|
de647c8035
|
Bug 442109 - youtube videos don't play; r=vladimir
|
2009-02-25 16:25:12 +01:00 |
|
Vladimir Vukicevic
|
3bdaaf6021
|
b=477727; add WINCE_WINDOWS_MOBILE define and associated configure flag; r=ted
|
2009-02-12 18:26:01 -08:00 |
|
Brad Lassey
|
2f6351583f
|
bug 462908 - Implement Freetype font backend for windows ce r=karlt, jdagget sr=stuart, vlad
|
2009-01-23 01:24:29 -05:00 |
|
Daniel Holbert
|
2a7d88e05a
|
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
|
2009-01-21 22:55:08 -08:00 |
|