Mike Shal
|
b04d88a2f2
|
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
|
2013-03-11 22:05:00 -07:00 |
|
Mike Shal
|
cd4191e248
|
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
|
2013-03-11 22:00:00 -07:00 |
|
Gregory Szorc
|
c865547d94
|
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
|
2013-03-12 10:17:46 -07:00 |
|
Gregory Szorc
|
a0e24e2250
|
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
|
2013-02-25 12:47:20 -08:00 |
|
Andrea Marchesini
|
d2702a1f80
|
Bug 838124 - Convert BatteryManager to WebIDL. r=peterv
|
2013-02-05 07:54:49 -05:00 |
|
Ms2ger
|
0ee9c6885f
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (first batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
|
Nathan Froyd
|
96439647c2
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Nathan Froyd
|
1a9bf63360
|
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
|
2012-08-24 16:01:30 -04:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Mounir Lamouri
|
1aae6d606d
|
Bug 769571 - Unprefix Battery API. r=sicking sr=smaug
--HG--
rename : dom/battery/nsIDOMNavigatorBattery.idl => dom/battery/nsINavigatorBattery.idl
|
2012-07-05 12:05:09 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Panagiotis Koutsourakis
|
9c7dfb9706
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Mounir Lamouri
|
087411f650
|
Bug 678694 - (7/7) Interaction between DOM and hal. r=sicking
The battery status is coming from hal and when there is an update, hal informs
the DOM which then dispatch the appropriate event.
|
2011-11-02 16:27:06 +01:00 |
|
Mounir Lamouri
|
f2fd1ece99
|
Bug 678694 - (6/7) hal code for the Battery API. r=cjones
|
2011-11-02 16:14:01 +01:00 |
|
Mounir Lamouri
|
5dcf69a436
|
Bug 678694 - (4/7) Dummy BatteryManager DOM code. r=sicking
Returns default values only and doesn't send events.
|
2011-11-02 16:01:32 +01:00 |
|
Mounir Lamouri
|
3a48eb546d
|
Bug 678694 - (3/7) Plug mozBattery into navigator object. r=sicking
|
2011-11-02 13:04:39 +01:00 |
|
Mounir Lamouri
|
2e9edaffd9
|
Bug 678694 - (2/7) BatteryManager interface. r=sicking
|
2011-11-02 13:05:09 +01:00 |
|
Mounir Lamouri
|
dcf4836f2d
|
Bug 678694 - (1/7) Makefile boilerplate. r=sicking
|
2011-11-02 12:51:38 +01:00 |
|