Masatoshi Kimura
|
2550eb2430
|
Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert
|
2013-04-07 13:45:34 +09:00 |
Kyle Machulis
|
72a717a860
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
Kyle Machulis
|
43628a7867
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
Kyle Machulis
|
334c0800cf
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
Mike Shal
|
7ecea60097
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47: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 |
Ben Turner
|
8ffa404c0f
|
Bug 841608 - 'Assertion: Uh, inner window set as event target! with FireMozTimeChangeEvent'. r=smaug.
|
2013-02-15 14:03:18 -08:00 |
Ben Turner
|
b5ec11eb58
|
Bug 841612 - 'TimeChangeObserver::FireMozTimeChangeEvent bails out if *any* weak windows have gone away'. r=jlebar.
|
2013-02-15 13:57:18 -08:00 |
Masatoshi Kimura
|
9a4812e054
|
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
|
2013-01-03 00:56:38 +09:00 |
Gregor Wagner
|
ba316e7f55
|
Bug 820713 - Assertion failure: cx->runtime->requestDepth || cx->runtime->isHeapBusy(), at js/src/jscntxt.cpp:1492. r=billm
|
2012-12-13 15:35:40 -08:00 |
Mats Palmgren
|
ef461ce974
|
Bug 820222 - Fix unknown namespace mozilla::services compilation error. r=jlebar
|
2012-12-11 16:45:51 +01:00 |
Boris Zbarsky
|
404d9ab987
|
Bug 807222 part 2. Condition MozTimeManager classinfo so we don't stick it on the global in builds that don't ship the xpt for it. r=jlebar
|
2012-11-05 10:20:03 -05:00 |
Gene Lian
|
e6f31e38a9
|
Bug 801096 - [settings] Set-Automatically for time should take effect *immediately* instead of waiting on next NITZ coming (part 1). r=jlebar
|
2012-10-23 15:15:43 +08:00 |
Steven Lee
|
b7c96225e0
|
Bug 790499 - Time API: Call JS_ClearDateCaches() to update Date object's timezone when the system timezone is reset, r=jlebar
|
2012-10-17 00:26:00 -04:00 |
Nicholas Nethercote
|
cbc812d8ca
|
Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.
--HG--
extra : rebase_source : 0cfe86ca3b2de60b0097f6cd4686dfabe6748897
|
2012-09-20 21:41:49 -07:00 |
Mounir Lamouri
|
30cf3fce2c
|
Bug 795703 - Do not assert when calling do_GetWeakReference() on a nsISupport not capable of that. r=smaug,dougt
|
2012-10-03 10:38:46 +01:00 |
Gene Lian
|
82e87be9c4
|
Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 1). r=jlebar
|
2012-09-28 14:02:28 +08:00 |
Ed Morley
|
ea1b946dd2
|
Backout 52be204da1cf (bug 776663), 965397b043c0 (bug 777508), 182c763efa68 (bug 776832), a2a509184b07 & cba5ba69091f (bug 789973) for failures in test_child_process_shutdown_message.html and friends / conflicting with the backout on a CLOSED TREE
|
2012-09-28 14:08:04 +01:00 |
Gene Lian
|
0037da9460
|
Bug 789973 - B2G system time: adjust system clock after receiving NITZ timestamp (part 1). r=jlebar
|
2012-09-28 14:02:28 +08:00 |
Gene Lian
|
d3cb05d64c
|
Bug 794127 - hal::AdjustSystemClock should take a 64-bit value. r=cjones
|
2012-09-26 11:51:29 +08:00 |
Ms2ger
|
4052485701
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
David Zbarsky
|
83691d9ab0
|
Fix virtual dtor warning, no bug, blanket r=bz
|
2012-09-18 14:01:03 -04:00 |
Gene Lian
|
7939c173da
|
Bug 791962 - Time API: Clean up the usage comment in nsIDOMTimeManager (s/seconds/milliseconds). rs=mounir DONTBUILD
|
2012-09-18 22:38:06 +08:00 |
Ms2ger
|
aa33ac638d
|
Bug 791567 - Cleanup nsSystemTimeChangeObserver::Notify; r=jlebar
|
2012-09-17 10:35:55 +02:00 |
Steven Lee
|
ec4bd9ff6f
|
Bug 714358 System time change implementation, r=mounir
|
2012-09-11 02:40:00 -04:00 |
Steven Lee
|
5f194e2f32
|
Bug 714358: Time manager implementation. r=jlebar
|
2012-09-11 02:05:00 -04:00 |
Steven Lee
|
b8261d4904
|
Bug 714358: Time manager interface. f=mounir, sr=mounir
|
2012-09-10 07:14:00 -04:00 |
Phil Ringnalda
|
aa790aa109
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
Steven Lee
|
2a3357c97f
|
Bug 714358: Time manager implementation. r=jlebar
|
2012-08-07 19:11:00 -04:00 |
Steven Lee
|
9242ba9386
|
Bug 714358: System time change implementation, r=mounir
|
2012-08-07 19:20:00 -04:00 |
Steven Lee
|
de8420fdc1
|
Bug 714358: Time manager interface. f=mounir, sr=mounir
|
2012-08-07 19:37:00 -04:00 |