Chris Jones
|
90e5b2265a
|
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
|
2010-03-03 23:02:57 -06:00 |
|
Robert O'Callahan
|
f9507c5457
|
Bug 534425. Part 4: Implement nsDisplayList::Paint using layers. r=mats,sr=dbaron
|
2010-03-01 20:56:19 +13:00 |
|
Oleg Romashin
|
41619292af
|
Bug 544250 - Implement different rendering backends for Qt mozilla port. r=jmuizelaar.
|
2010-02-19 19:46:54 -08:00 |
|
Doug Turner
|
8366c79f83
|
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
|
15934f9c53
|
Bug 544250 - Implement different rendering backends for Qt mozilla port. r=jmuizelaar
|
2010-02-16 10:15:52 -08:00 |
|
Benjamin Smedberg
|
4baa5ecfe9
|
Attempt to fix x86-64 build bustage by moving chromium_s after xpcom_core, r=ted
|
2010-02-11 16:09:41 -05:00 |
|
Doug Turner
|
7892aabac9
|
Bug 543976 - Clean up Maemo defines. r=ted
|
2010-02-09 11:02:11 -08:00 |
|
Boris Zbarsky
|
3e75949842
|
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 |
|
Chris Jones
|
f3372c628f
|
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 |
|
Simon Montagu
|
681d9954dd
|
Remove intl/uconv/ucvmath. Bug 483116, r=Masatoshi Kimura <YV03354@nifty.ne.jp>
|
2009-12-21 00:47:08 -08:00 |
|
Benjamin Smedberg
|
c827f3a584
|
Electrolysis-plugin-only bookkeeping commit.
|
2009-12-15 20:33:05 -05:00 |
|
Chris Jones
|
c47450d9a7
|
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
|
677d4b14f9
|
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
|
705471067a
|
Bug 522299 - Electrolysis: Get windowless plugins drawing on win32. r=jmuizelaar.
|
2009-12-01 15:05:26 -06:00 |
|
Benjamin Smedberg
|
d74c6776f3
|
Merge mozilla-central into electrolysis.
|
2009-11-19 12:41:46 -05:00 |
|
Benjamin Smedberg
|
1d97bbb36a
|
Merge from mozilla-central.
|
2009-11-06 09:54:28 -05:00 |
|
Mark Finkle
|
83b31eb1d1
|
Bug 495674: Internet connection should be initiated if needed [r=biesi]
|
2009-11-18 10:20:45 -05:00 |
|
Chris Jones
|
2b842a190f
|
build fix
|
2009-10-29 01:55:27 -05:00 |
|
Benjamin Smedberg
|
6aff9ddf72
|
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
|
9ae75c423f
|
Merge mozilla-central to electrolysis.
|
2009-10-20 12:08:28 -04:00 |
|
Benjamin Smedberg
|
960781ec85
|
Merge mozilla-central to electrolysis to pick up bug 515436.
|
2009-10-12 10:51:38 -04:00 |
|
Chris Jones
|
74559ddca4
|
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
|
1458356fce
|
Merge mozilla-central
|
2009-10-05 16:08:52 -07:00 |
|
Chris Jones
|
708e2e04ae
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Chris Jones
|
f2df9d3504
|
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
|
596ccf5e7a
|
Merging mozilla-central once more to hopefully clear windows unit tests
|
2009-09-20 10:47:21 -07:00 |
|
Phil Ringnalda
|
6fce97e58d
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Phil Ringnalda
|
783b33a49e
|
Bug 515578 - Kill some more xmlextras and webservices leftovers, r=ted
|
2009-09-18 19:59:52 -07:00 |
|
Vladimir Vukicevic
|
c22b30a65c
|
b=517559; remove runtime (startup) dependency on opengl32.dll, to fix Ts; r=mwsteele
|
2009-09-18 16:48:36 -07:00 |
|
Vladimir Vukicevic
|
d023bfc631
|
b=517557; remove --enable-canvas; r=ted
|
2009-09-18 16:48:35 -07:00 |
|
Benjamin Smedberg
|
03bc0e116d
|
Merge mozilla-central into Electrolysis.
|
2009-09-18 16:47:18 -04:00 |
|
Chris Jones
|
2ba1bfbe2e
|
bug 521023: fix build bustage on Windows machines with ghetto dev environmants. r=ted
|
2009-10-07 13:58:41 -05:00 |
|
Ginn Chen
|
282f49488f
|
Bug 524083 libmozqcms, libmozcairo, libmozlixpixman are not in libxul's depends r=bsmedberg
|
2009-11-02 17:17:27 +08:00 |
|
Mitchell Field
|
fe0c8cd2d4
|
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
|
5af590af06
|
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 |
|
Mark Steele
|
9f78beefa4
|
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
|
9739753cd3
|
Rework ipcshell to become xpcshell
|
2009-08-28 16:16:19 -07:00 |
|
Ben Turner
|
fef91bb11b
|
Rework chromium initialization, r=beast
|
2009-08-28 12:46:21 -07:00 |
|
Benjamin Smedberg
|
689058eecc
|
Merge mozilla-central into Electrolysis
|
2009-08-26 12:15:27 -04:00 |
|
Ben Turner
|
cbeec64aa4
|
Fix build bustage
|
2009-08-25 16:39:30 -07:00 |
|
Robin Bate Beorop
|
b4dc22d447
|
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
|
60ae41e157
|
Bug 512520 - remove Maemo geolocation providers. r=staurt
|
2009-08-25 15:08:56 -07:00 |
|
Doug Turner
|
1879dfc7c6
|
Backing out bug 524083 - changeset 4bda2085ef8b. libxul builds are broken
|
2009-10-26 00:08:49 -07:00 |
|
Ginn Chen
|
4428c3b5be
|
Bug 524083 libmozqcms, libmozcairo, libmozlibpixman is not in libxul's depends r=benjamin
|
2009-10-26 14:28:21 +08:00 |
|
Benjamin Smedberg
|
ba372f3a4c
|
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
|
f46b4eab5b
|
Bug 511326 Move libasound out of global OS_LIBS r=doublec
|
2009-08-21 10:08:18 +12:00 |
|
Taras Glek
|
5cee56363b
|
Bug 457949 - no need for Stopwatch r=bsmedberg
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
|
2009-08-28 11:03:51 -07:00 |
|
Benjamin Smedberg
|
9319c2f3df
|
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
|
36bc86429d
|
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
|
656cb66199
|
Backed out changeset 7c0b5c2b3501
|
2009-10-13 16:20:11 -04:00 |
|