Kyle Huey
|
c25f8e64ef
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Nathan Froyd
|
2d595e5d44
|
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
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Mounir Lamouri
|
9bc8f42e69
|
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 |
|
Olli Pettay
|
50a2b93846
|
Bug 761621 - interfaces inheriting a builtinclass-interface should be builtinclass too, r=khuey
--HG--
extra : rebase_source : 5b3379e0c8263846177aa7854547b3809f4b0109
|
2012-06-06 19:30:58 +03:00 |
|
Philipp von Weitershausen
|
e7653d82a9
|
Bug 756607 - Rewrite battery tests. r=jgriffin
|
2012-05-29 17:39:30 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Philipp von Weitershausen
|
6096145716
|
Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB
|
2012-05-11 13:09:21 -07:00 |
|
Jonathan Griffin
|
04e9167a07
|
Bug 738825 - mirror Marionette Python client into gecko, a=testonly (npotb)
|
2012-03-26 12:40:25 -07:00 |
|
Olli Pettay
|
339e88ba7e
|
Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent
|
2012-03-13 02:56:07 +02:00 |
|
Nathan Froyd
|
6035a7b326
|
Bug 729271 - nsIDOMBatteryManager shouldn't be marked [function]; r=mounir
|
2012-02-21 13:12:38 -08:00 |
|
Edmund Wong
|
5d7814eb00
|
Bug 693172 - Moved all subclasses of nsDOMEventTargetWrapperCache to nsDOMEventTargetHelper and then merged the classes. r=smaug
|
2012-02-08 10:53:33 +08:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
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 |
|
Vivien Nicolas
|
410f52f412
|
Bug 711488 - Replace some forgotten PR_TRUE with true in dom/battery && dom/sms r=mounir
|
2011-12-19 10:11:16 +01:00 |
|
Mounir Lamouri
|
2aa4544938
|
no bug - Create batteryInfo on the stack. rs=Ms2ger a=Ms2ger
--HG--
extra : rebase_source : a67b23da903520585ac32b4113aa65d397fae94a
|
2011-12-14 11:40:29 +01:00 |
|
Mounir Lamouri
|
00113c9ae2
|
Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug
|
2011-12-08 16:31:14 +08:00 |
|
Mounir Lamouri
|
9012bb7763
|
Bug 705084 - Part A - Add kDefaultRemainingTime and add guards to make sure backends are correct. r=sicking
|
2011-12-01 11:49:42 +01:00 |
|
Masayuki Nakano
|
87c08c8383
|
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
|
2011-11-25 10:09:58 +09:00 |
|
Ginn Chen
|
50adec56f2
|
Bug 704729 - Fix compilation error with Solaris Studio because of extra semi-colon. r=smaug
|
2011-11-24 11:42:10 +01:00 |
|
Mounir Lamouri
|
268955b4c5
|
Bug 701517 - Moz-prefix Battery API interfaces. rs+sr=smaug
|
2011-11-19 11:43:57 +01:00 |
|
Mounir Lamouri
|
5dc1f60bf2
|
Bug 700298 - r=smaug
|
2011-11-19 11:37:21 +01:00 |
|
Mounir Lamouri
|
2193d385c3
|
Bug 700261 - Add .chargingTime/.dischargingTime support to hal code. r=cjones
|
2011-11-09 09:58:59 +01:00 |
|
Mounir Lamouri
|
8b8a55e897
|
Bug 699743 - Add chargingTime attribute in BatteryManager. r=sicking
|
2011-11-09 09:58:18 +01:00 |
|
Mounir Lamouri
|
e22b6dd831
|
Bug 699744 - Add dischargingTime attribute in BatteryManager. r=sicking
|
2011-11-09 09:57:57 +01:00 |
|
Mounir Lamouri
|
3eb35675ac
|
Bug 699742 - (1/4) battery.level should be a double (DOM part). r=sicking
|
2011-11-09 09:56:52 +01:00 |
|
Mounir Lamouri
|
c82259a3f3
|
Bug 699459 - Add a pref to disable Battery API. r=sicking
|
2011-11-04 00:31:32 +01:00 |
|
Mounir Lamouri
|
9041b2ae2a
|
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
|
0da0fba3a7
|
Bug 678694 - (6/7) hal code for the Battery API. r=cjones
|
2011-11-02 16:14:01 +01:00 |
|
Mounir Lamouri
|
e4a26be94c
|
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
|
878ed2bcad
|
Bug 678694 - (3/7) Plug mozBattery into navigator object. r=sicking
|
2011-11-02 13:04:39 +01:00 |
|
Mounir Lamouri
|
38f9e56d0b
|
Bug 678694 - (2/7) BatteryManager interface. r=sicking
|
2011-11-02 13:05:09 +01:00 |
|
Mounir Lamouri
|
e02cb184cb
|
Bug 678694 - (1/7) Makefile boilerplate. r=sicking
|
2011-11-02 12:51:38 +01:00 |
|