Age | Commit message (Collapse) | Author |
|
* As UCB is only ever initialized with "Local"/"Office", remove this
configuration vector completely. The "create" ctor creates an instance
internally initialized with those "Local"/"Office" keys. Special (test) code
can still instantiate an uninitialized one via plain createInstance. And for
backwards compatilibity process startup still ensures to create an initialized
instance early, in case there is still code out there (in extensions) that
later calls plain createInstance and expects to get the already-initialized
(single) instance.
* XInitialization is an "implementation detail" of the UniversalContentBroker
service, do not expose in XUniversalContentBroker.
* ucbhelper/configurationkeys.hxx is no longer needed and is removed.
* ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that
requires ucbhelper::Content constructors to take explicit XComponentContext
arguments now.
* The only remaining code in ucbhelper/source/client/contentbroker.cxx is
Android-only InitUCBHelper. Is that relevant still?
Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
|
|
Change-Id: Ic668b46872ee0bfd259ca335aed9d68fb545c3a4
|
|
I guess I missed some last time :-)
Change-Id: I164a8baa07850f783b8cdf2e7f3eeaac53a3d29b
|
|
Change-Id: I7c2a3346f5c089424377302e1029b6f6aa971d76
|
|
The code here is passing stuff around in lists of Object, but even
so, it was doing so in a very convoluted way.
Change-Id: I608a066138bde2b659a52f6e6148ac754f75ac74
|
|
Change-Id: I40cbc29e6648ac430b296f89ebc8f9a4fd6c7546
|
|
Change-Id: Ic937a028a35c19adca9c42f6c59243a807ce3457
|
|
Convert this code to use generics and remove needless complexity
Change-Id: Icc87face21de963f433d2422b3e9d62042de24a8
|
|
Change-Id: I6cf6fa8e55005ffdc1d173aeee1e374efbb214fd
|
|
Change-Id: I2629a3068d8abd61957097268f5ab0fabf3e9722
|
|
Change-Id: I4d472f088a370ea99beb621d1b1fd722a9f6f144
|
|
Which doesn't even compile any more.
Change-Id: I44a25ce3bd3b1fa554280b80e3fe88e25f63e8fb
|
|
Change-Id: I49ac6732650663a33bdc55a22e2870c47c1c509a
|
|
Some of the enums have obviously changed names at some point in the
past.
Note that the code still has more compile errors.
Change-Id: Ibb152fa0ee35a0580876e621e42d049541c088bb
|
|
Change-Id: I9011cb674d85d4469f2f72444c158e0eeb44c1ec
|
|
Change-Id: Ib7133d090dbf881d43b4adf363fb065c682476c5
|
|
Change-Id: I5ceeaedb25ab8c9e6510e7fa88143670ae82703c
|
|
Change-Id: I65eac6ab34d2d54eeaa2bc14838711f700d0d535
|
|
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
* bulk replacement of "-Wl,-z,origin,-rpath,..." with
"-Wl,-z,origin -Wl,rpath,..."
* additional hunk for directory/c-sdk/config/FreeBSD.mk in
moz/seamonkey-source-1.1.14.patch did not apply and has been dropped
Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7
|
|
Change-Id: Icbebe81fec6ce0b39946dec00f57471b2cafd5e1
|
|
Change-Id: I72a847b1180e9aeb8dec18bcaedee7286eee7754
|
|
Change-Id: Iff2b85db621eb7b40d8a46a6452b8cae01a91e2e
|
|
Change-Id: I039e51958865a7ea000034e7bf765f64d49689cd
|
|
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
|
|
Change-Id: I2789153ee35f4ec10e760f9412eb7d379de031bf
|
|
Change-Id: I7d875dd74f8eff05f7a291100841779abbf5fd1c
|
|
Evidently on Windows, the newfangled ucpp handles #include "foo"
differently from #include <foo> and treats it as a relative path, while
the angle brackets always result in absolute paths.
Since relative paths result in infinite rebuilds if make is invoked in a
different directory, don't use #include "foo" in IDL files.
Change-Id: Iedcda3a4be5542389a0be086f14541cda8dc5323
|
|
Change-Id: Id13e7acfbe34eca5e124c9032d36d6f158bfb831
|
|
118568: switch to using ucpp
Patch contributed by Juergen Schmidt
http://svn.apache.org/viewvc?view=revision&revision=1209396
|
|
Change-Id: Id4210229b20a1d54b680ff1a2ccbcdd3684ecf5f
|
|
like 3d3b3f656f92790225b89aa31ee61163fb2fc7e5
Change-Id: I6e80717de009e8a3a89ffc80cb945cc832917f8c
|
|
Change-Id: Ife7a4806776f55babfab11ceac25a3d2d66fe5af
|
|
|
|
Change-Id: I604244b032855e0e6b94e3ed4217ee87d92c8419
|
|
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
|
|
Change-Id: I18868b542524f0e94ec7b06e753ee2385ede9a95
|
|
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
|
|
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
|
|
Change-Id: Ib89b2d30be207ea1664e688c3da608c2973f28a6
|
|
Change-Id: I3987c79caffaae4cd354a58c25711b0e08f63560
|
|
Change-Id: Id3100ef8f8381bc05e5a01c56fc5d611094857bf
|
|
Change-Id: I2b8933294abf07dc9a7bd396e97e3a0ac617b548
|
|
Update calls to factories to use new SimpleFileAccess::create method
Change-Id: Ie5b0696fe2228a9033b19969245a53c21a61aa14
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
|
|
Change-Id: I1efc684f3476cd20bd2ae5efcf603ab2e6adf83a
|
|
Change-Id: Ia2115e70df8f64eb0dade6beb33ee64c358af767
|
|
Change-Id: Icdf89cd23f34b9d599512414b14907c9ac67cffb
|
|
Change-Id: I3be2e72e5d4fbe879318e0cef48bfe0852f8bbbc
|
|
Change-Id: I6a178f7ff9c8306e15bcfa847ad1e5e4f8476504
|
|
this removes dmake completely out of the build for migrated modules
build.pl now assumes modules to be gbuild, unless there is a
prj/dmake file
Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
|
|
|