Bobby Holley
ba7b844bb7
Bug 513681 - part 2 - remove support for the MOZ_IMG_DECODERS build option.r=joe,khuey.a=blocker
2010-08-11 20:12:24 -04:00
Alon Zakai
f44de080b9
Bug 550936 - Make InstallTrigger support cross-process communication r=Mossop a=blocking-beta4+,blocking-fennec2.0a1+
2010-08-16 16:41:46 -04:00
Kyle Huey
1bba562e88
Backed out changeset c8dc4dd369ee
2010-08-17 01:07:56 -04:00
Alon Zakai
3de0940879
Bug 550936 - Make InstallTrigger support cross-process communication r=Mossop a=blocking-beta4+,blocking-fennec2.0a1+
2010-08-16 16:41:46 -04:00
Dave Townsend
8f462a30c5
Backed out bug 286382 to fix bug 584613
2010-08-06 14:06:28 -07:00
Ehsan Akhgari
0f5a42de60
Bug 286382 - Don't load DLLs from the current directory; r=vlad
2010-06-29 20:15:11 -04:00
Wolfgang Rosenauer
d752f5d2bc
Bug 517655 - Support for libProxy - Part 1. Build Changes. r=khuey
2010-08-03 10:44:49 -07:00
Gavin Sharp
90b2080643
Backed out changeset bdb98838d6f6 from bug 550936 due to js-reftest failures
2010-08-03 01:20:08 -04:00
Alon Zakai
5bd6638433
Bug 550936: Make InstallTrigger support cross-process communication, r=Mossop
2010-08-02 23:52:59 -04:00
Robert Sayre
354ffa167e
Merge mozilla-central to tracemonkey.
2010-07-30 21:57:41 -07:00
Zack Weinberg
2b19740bb2
Bug 568863: Add a scriptable interface to operating-system performance measurement APIs (Linux only for now). r=cjones,waldo,mitch a2.0=bz
2010-07-30 12:17:56 -07:00
Kyle Huey
c9fde5bbd2
Bug 575043: Remove internal uses of nsICaseConversion. r=smontagu sr=roc
2010-07-29 12:22:16 -07:00
Vladimir Vukicevic
fde15dcb06
b=571172; disable ANGLE compilation on Linux-x86_64, until build slaves are fixed
2010-07-14 20:52:37 -07:00
Vladimir Vukicevic
99aabdb614
b=571172; import and use ANGLE GLSL ES shader validator (disabled by default for now); r=joe
2010-07-14 20:52:34 -07:00
Zack Weinberg
d17028ecda
Bug 571989 part 5: move gfx/src/thebes/utils/* to gfx/thebes. r=joedrew
2010-07-13 14:54:21 -07:00
Benjamin Smedberg
c0b20a13c4
Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691.
2010-07-01 11:55:57 -04:00
Benjamin Smedberg
d1626dc275
Merge mozilla-central to the bug 568691 branch.
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
ac4e827647
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
2010-06-25 19:41:09 -04:00
Benjamin Smedberg
7e70e07911
Bug 568691 - register chrome/*.manifest in addition to components/*.manifest files, chrome appears to work in xpcshell again.
2010-06-21 13:49:38 -04:00
Benjamin Smedberg
2ebeafd362
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
2010-06-21 11:41:42 -04:00
Benjamin Smedberg
d2fcac6b2a
Bug 568691 part C - Register all components based on reading .manifest files from the components directories. Binary components auto-register using "binary-component name.dll". JS components register using "component CID file.js" "contract @mozilla.org/contract;1 CID" and "category categoryname keyname value".
...
This patch has some bugs, specifically we stop looking for .manifest files in chrome/. I will fix that in a followup. It also probably breaks non-libxul builds because of ordering issues.
Another followup will actually fix our in-tree JS components and add build machinery for creating a proper components.manifest file.
2010-06-11 16:13:26 -04:00
Benjamin Smedberg
0e824d90bb
Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files
2010-06-10 14:11:11 -04:00
Zack Weinberg
8d834b66ef
Bug 571989 part 1: Move the contents of gfx/src/psshared into widget/src/gtk2, which is the sole user.
2010-06-28 10:36:17 -07:00
Doug Turner
8fec9c6ba6
Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp
2010-06-28 16:33:19 -07:00
Michael Wu
e69eeec3ec
Bug 574120 - Add support for IPC on Android to everything else, r=dougt
2010-06-25 13:29:43 -07:00
Jason Duell
329d95e7d9
Merge from m-c.
...
Fair amount of merge conflicts.
Biggest item was changes to nsHttpChannel from web sockets changes.
Other likely suspects if things are borken:
nsFrameLoader.cpp:
- nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
nsnull (m-c) to local process call to new nsFrameMessageManager(),
callback arg? Smaug said null.
- only calling SetCallBackData for local case. also +r smaug.
nsPrefBranch.cpp had fairly extensive merge conflicts.
nsChromeRegistry had lots of changes.
Dougt did most of the non-necko changes (thanks).
2010-06-22 17:33:57 -07:00
Doug Turner
2f64431802
Merging with M-C.
...
Hand merged the following files:
U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
2010-06-07 13:38:02 -07:00
Olli Pettay
e1686ed450
m-c to e10 merge
2010-05-24 17:45:59 +03:00
Chris Jones
df894b80f3
Merged m-c
2010-05-13 18:04:53 -05:00
Doug Turner
d161b29832
merge with m-c. resolved conflicts in:
...
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
2010-05-11 11:09:54 -07:00
Doug Turner
faa1a6af5e
Merge with m-c. no hand edits
2010-04-29 21:04:50 -07:00
Ehsan Akhgari
25d6527f6b
Bug 534694 - Move the layout debug extension to layout/tools; r=ted,roc
2010-04-23 15:03:22 -04:00
Jacek Caban
a586cc9922
Bug 566467 - fixed compilation with --disable-ipc. [r=ted]
...
(transplanted from 4153cd536a731cf51eb7b40693213b79b0fbe5ec)
2010-05-21 07:21:00 -04:00
Doug Turner
67d3321950
merge with m-c.
2010-04-26 23:17:51 -07:00
Bas Schouten
412a9c6edc
Bug 560147: Follow-up fixing non-libxul builds. This will include layers into thebes.dll, and ensure thebes.dll exposes the correct symbols. r=ted
2010-04-28 22:43:52 +02:00
Doug Turner
b61349d22d
Automerge with mc. no manual changes
2010-04-21 03:31:13 -07:00
Mike Hommey
c3b3aaf005
Bug 558789 - Allow to build against system libevent [r=benjamin, r=cjones]
2010-04-20 09:06:55 +02:00
Chris Jones
67b02de57a
Merge mozilla-central
2010-04-16 01:34:35 -05:00
Doug Turner
28cfa9d63f
merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp.
2010-03-26 14:22:48 -07:00
Dave Townsend
76426230d6
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
Peter Van der Beken
753380fb93
Fix for bug 560199 (Link XPConnect and caps into layout). r=jst.
2010-04-11 15:55:24 +02:00
Michael Ventnor
21516fafe0
Bug 544099 - Highly optimise -moz-box-shadow for common cases by allowing layout to specify an area where blurring is not needed r=roc,joe
2010-04-18 13:13:10 +10:00
Rob Arnold
ab46fd2c10
Bug 563462 - Remove Photon bits from toolkit/ r=Mossop
2010-05-12 14:31:24 -04:00
Mike Hommey
f2870d2eb1
Bug 448375 - Only depend on dbus-glib when needed. Depend on dbus instead [r=benjamin]
2010-04-24 09:39:53 +02:00
Chris Double
405d052c63
Bug 551277 - Replace liboggplay YUV to RGB color conversion code - r=roc
2010-04-19 13:17:06 +12:00
Ted Mielczarek
cd0de0f030
bug 553635 - link libimgicon into libxul in gtk builds. r=bsmedberg
2010-03-20 12:14:15 -04:00
Ben Newman
2ce29f5e13
Bug 516522 - CPOW: Cross-Process (JavaScript) Object Wrapper. r=mrbkap r=bent sr=jst
2009-11-06 12:43:39 -08:00
Doug Turner
8160dff0bb
Merge with mc
2010-03-08 10:09:55 -08:00
Oleg Romashin
d8eed75fb2
Bug 550468 - Fix support for Pango font engine on Qt platform. r=karlt.
2010-03-06 15:29:55 +02:00
Doug Turner
d9d6fc223c
Merge
2010-03-01 15:36:51 -08:00